This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA/Ada] Implement Ada tasking support
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
>> Finally, if we do decide to have these new task commands, are there
>> any other languages which could, at least in principle, benefit from
>> the same feature for similar reasons, or is Ada the only one?
Joel> I'm not sure - I don't know the other languages all that well.
For C and C++, I don't think so.
For Java... with gcj, a Java Thread is always also an OS thread. Java
does have a bit more information than what the OS provides -- threads
have names, are bundled into groups, etc. It might be handy to
display that to the user ... though the user can easily just
'p Thread.currentThread()'.
In short, I wouldn't worry about it.
Tom