This is the mail archive of the gdb@sourceware.org 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 id is lost when viewing list of threads in slickedit


On Fri, Sep 23, 2005 at 03:38:36PM -0400, Jon Ringle wrote:
> CC'ing gdb mailing list this issue. It seems that via the MI interface thread
> ID information is lost. Is there any way from the MI interface to get the
> thread IDs that seem to be missing?

The thread ID is not the third word, it's everything from the thread
number to the thread PC.  They're freeform, depending on the target, et
cetera.  So it's "thread 8201" and GDB tries to give you something
useful.  If you upgrade to NPTL, you'll find they get a lot less
intelligible.

You'd need an implementation of the documented -thread-info or
-thread-list-all-threads commands, which have never been defined.


Interesting, another item for my MI-using tools list...

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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