This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
debugging threads vs processes
- To: per at bothner dot com
- Subject: debugging threads vs processes
- From: Tony Kimball <alk at pobox dot com>
- Date: Thu, 12 Jul 2001 19:44:45 -0500
- Cc: java-discuss at sources dot redhat dot com
- References: <m24rshllwy.fsf@kelso.bothner.com>
- Reply-To: alk at pobox dot com
Quoth Per Bothner on , 12 July:
:
: Does someone on this list understand Linux threads enough to explain
: what is going on and/or suggest useful debugging tools?
See man clone(2) -- linux threads get a process table slot. In gdb,
'inf thr' and 'thr' commands get me by, although I'd love to know a
better way.