This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

debugging threads vs processes


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.


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