>>>>> "Michael" == Michael Meeks <michael.me...@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 _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice