This is the mail archive of the gdb@sources.redhat.com 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: thread debugging problem



> > Trustix is small firewall/gateway dist, http://www.trustix.net/
> > A sample gdb session, I do not see any message about libthread_db

though.

Does trustix even ship /lib/libthread_db.so.1?  If not, thread
debugging won't work.


Yes, i have libthread_db_so.1 in /lib

But GDB isn't loading it :-( If it was (with a current [native] GDB) you would see a message indicating it had been loaded.


Suggest checking that your gdb includes thread-db.o:thread_db_load, set a breakpoint on that and see what happens.

Andrew



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