On Thu, 2015-04-23 at 21:32 +0200, Hamidi Massinissa wrote:
hi,
I wonder if there is a way to do some automation when debugging LO.
Actually I want to put some breakpoints and print some values and for
this I tried :
gdb --batch --command=/tmp/test.gdb instdir/program/soffice.bin
but the breakpoints I put in the file "test.gdb" are not recognized due
to the fact that the methods have not been loaded yet
try adding
set breakpoint pending on
to the start of your test.gdb
C.
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.