gdb needs full C++ function signature to set a breakpoint
Daniel Jacobowitz
drow@false.org
Thu Jul 7 19:21:00 GMT 2005
On Thu, Jul 07, 2005 at 10:16:05AM +0200, Klaus Zeitler wrote:
> Hello,
> I'm debugging a program with automatically generated C++ code (hundreds of
> classes with lots of ugly looking, but unique, i.e. not overloaded member
> functions). When I try to set a breakpoint on such a C++ member function name
> gdb always says: "The class ... does not have any method named ...".
This usually means that debugging information for the class was
incorrect, was incorrectly interpreted, or has not been loaded for some
reason. I'm afraid that's as helpful as I can be without a testcase...
--
Daniel Jacobowitz
CodeSourcery, LLC
More information about the Gdb
mailing list