Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi Joel,

On Fri, 2013-01-25 at 15:13 -0800, Joel Madero wrote:
I've finally gotten comfortable with gdb as far as break points and
what not. What I want to know is if there is a way for me to see all
symbols called during a given run of soffice.

        Not that I know of :-)

 Getting a log that shows every symbol called would allow me to
compare to runs of libreoffice, one where I push "Ok" the other where
I push "Cancel".

        True - on the other hand - if you have a dialog - probably it is run
inside an 'Execute' method that (hopefully) is close in the code to
where ok/cancel would be different: ie. the return parameter (or some
such associated with it) from that Execute method is prolly what you
want to follow.

        It is possible that using 'ltrace' would show you something useful -
though you'd prolly want to pipe the output through c++filt - but I've
never had much joy with ltrace for whatever reason.

        HTH,

                Michael.

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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.