Adding an auxiliary shared library to a debug session
Andriy Symonovych
sima.rv@gmail.com
Mon Nov 9 00:41:00 GMT 2009
I'm trying to add some shared library to GDB session to be able to
call functions from it.
The only possible way I found is to execute program with
LD_PRELOAD=/path/to/aux/lib and attach with gdb to it's process.
Is there any another way?
I've checked documentation and found only `add-symbol-file` &
`sharedlibrary` which seem to serve another purpose.
Thanks!
-Andriy
More information about the Gdb
mailing list