On 08/25/08 10:05, Andrea wrote:
 > Can I ask an other question:

I cannot set breakpoints in my library.

(gdb) attach 3459
Attaching to program: /home/andrea/projects/openoffice/maths/libASIMaths.so, 
process 3459
0x00110416 in __do_global_dtors_aux ()
(gdb) break ASIMaths_impl.cpp:73
Breakpoint 1 at 0x110ee8: file ASIMaths_impl.cpp, line 73.
(gdb) c
Continuing.


But then it never stops.
I compile and link with "-g".

Should I do anything more?

Sorry, no idea. Maybe gdb thinks that line 73 of your file contains no code (like only the "void f()" start of a function definition).

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to