GDB - Can I See Every Symbol Called?

Tom Tromey tromey at redhat.com
Mon Jan 28 12:59:11 PST 2013


>>>>> "Michael" == Michael Meeks <michael.meeks at suse.com> writes:

Michael> 	IIWY I'd insert a break-point thus:

Michael> 	break unotxdoc.cxx:12345

Michael> 	where 12345 is the line-number of the lcl_ function that
Michael> is most likely inlined (as static 's tend to be) which usually
Michael> confuses gdb nicely ;-) [ when compiled with -g -O2 etc. ].

"break inlinefunction" should work ok with a recent-enough version of
gdb.  Older versions needed "break file:line".  Even older versions just
didn't work at all.

If you know of bugs here, please report them.

Tom


More information about the LibreOffice mailing list