1 year ago
#283347
freelancer
Force gdb to load local shared library iso target library
I'am using gdbserver and gdb on host to debug arch ARM application linked to shared library. I have a copy of the Library on host with symbols and I want gdb to load the local library instead of the remote one. Changing the sysroot from target: to local path cannot solve the issue. Always gdb load Library from target. My question is how can I force gdb to use local library iso the remote one ?
c++
linux
gdb
gdbserver
0 Answers
Your Answer