- loading all shared library takes very long ... you can avoid this by doing:
- add "set auto-solib-add off" to your ".gdbinit" file.
- on the gdb prompt you can load symbols for the shared library you want to debug with
(gdb) sharedlibrary AthExHelloWorld
--
DerSchrecklicheSven - 18 Nov 2004