This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/12911] Cannot Debug Custom Shared Library (CentOS 5.6/gdb7.2)


http://sourceware.org/bugzilla/show_bug.cgi?id=12911

Dennis McWherter <dennis.mcwherter at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Dennis McWherter <dennis.mcwherter at gmail dot com> 2012-02-23 19:27:10 UTC ---
The problem was my end (I did solve this issue a few days after posting this
originally). The problem was that in my unit tests, I was using a deprecated
method to initialize a pointer and, therefore, the actual object was not being
created. Once I updated the function call, all work as planned. Thanks.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]