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: info thread




Daniel Jacobowitz wrote:

On Sat, Sep 23, 2006 at 09:05:56PM +0200, Mark Kettenis wrote:


Note that the formatting of the thread ID produced by to_pid_to_str is
highly dependent on the specific threads model in use. The thread
extra info is also mostly free-form. That means it might not be wise
to export that information in the MI interface.



Except as strings, presumably?


It's supposed to be useful to users; the extra information is supposed
to be exactly what would be useful in a dialog box listing threads.

Some GDB target displays thread priority and some usefull information in that string.
In ST we display the thread's name for some targets for instance.
I think we must keep it either in MI command -thread-list-all-threads or in a new MI command.




About current thread, it is displayed by an asterisk with "info thread" command, and gathered by Eclipse today from that output,
, whereas it could be from the MI stop reply message.


Do we need to have the current thread ID in one of the -thread-blabla command ?
That would avoid storing it somewhere in the GUI.


Denis



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