cross-debugging with gdbserver, why can't gdb find breakpoint function?
Jon Ringle
jon.ringle@comdial.com
Thu Jul 17 20:20:00 GMT 2003
On Thursday 17 July 2003 04:00 pm, David Wuertele wrote:
> Why is gdb trying to open /lib/ld.so.1? That /lib directory has
> nothing to do with the target libs. The target libs can be found in
> /nfsroot/lib. How do I tell gdb to look there instead of /lib?
>
this worked for me on my arm crossgdb:
(gdb) set solib-absolute-prefix /dev/null
(gdb) set solib-search-path /nfsroot/lib
Jon
More information about the Gdb
mailing list