This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [SPAM] Re: gdbserver signals interfere with {next,step{,i}}


Michael Snyder wrote:
GDB thread support depends on
libthread_db which is part of glibc.  does uclibc include a similarly
named library?

Yes:
# ls -l /lib/libpthread*
-rw-r--r-- 1 root root 87795 Mar 4 2007 /lib/libpthread-0.9.28.so
lrwxrwxrwx 1 root root 20 Mar 4 2007 /lib/libpthread.so.0 -> libpthread-0.9.28.so
# ls -l /lib/libthread_db*
-rw-r--r-- 1 root root 11472 Mar 4 2007 /lib/libthread_db-0.9.28.so
lrwxrwxrwx 1 root root 22 Mar 4 2007 /lib/libthread_db.so.1 -> libthread_db-0.9.28.so



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]