gdb doesn't show all threads, but gdbserver does

Paul Pluzhnikov ppluzhnikov@google.com
Tue Jan 20 18:37:00 GMT 2009


On Mon, Jan 19, 2009 at 11:28 PM, Norbert van Bolhuis
<nvbolhuis@aimvalley.nl> wrote:

> # cat /proc/920/status

What did you hope to find from status?

What you really want is /proc/919/maps: this will show whether
libthread_db.so.1 was loaded into gdb, and if so, which one.

It should be the same as the one which shows up in
'ldd gdbserver' output.

Cheers,
-- 
Paul Pluzhnikov



More information about the Gdb mailing list