GDB - Can I See Every Symbol Called?

Riccardo Magliocchetti riccardo.magliocchetti at gmail.com
Sun Jan 27 01:48:18 PST 2013


Il 27/01/2013 06:49, Joel Madero ha scritto:
> static void lcl_SavePrintUIOptionsToDocumentPrintData

Add a backtrace here

> 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).

Then print "bt full" in gdb to see previous frames, if the break is not 
called you may want to reconsider your hypothesis :)

hth,
riccardo


More information about the LibreOffice mailing list