GDB - Can I See Every Symbol Called?

Michael Meeks michael.meeks at suse.com
Sun Jan 27 23:42:34 PST 2013


On Sat, 2013-01-26 at 21:49 -0800, Joel Madero wrote:
> static void lcl_SavePrintUIOptionsToDocumentPrintData
> 
> is what is saving print options and that it's being called regardless of 
> if cancel or ok is being pushed (no good). So I'm trying to track down 
> something that is only called when Cancel is pushed so that I can move 
> the above function elsewhere. But unfortunately I can't use gdb for the 
> above function -- no clue why but it never appears to work with breaks).

	IIWY I'd insert a break-point thus:

	break unotxdoc.cxx:12345

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

	HTH,

		Michael.

-- 
michael.meeks at suse.com  <><, Pseudo Engineer, itinerant idiot



More information about the LibreOffice mailing list