This is the mail archive of the gdb-patches@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


On Mon, Sep 18, 2006 at 10:20:00AM +0200, Denis PILAT wrote:
> Sol 1 - developping a new MI command that gives the above target extra 
> information only (ie -thread-list-extra-info) of implementing a 
> non-implemented one with a parameter.
> I see in the doc that -thread-list-all-threads is not specified for 
> instance.
> 
> Then we need to modify Eclipse so that it uses MI command 
> "-thread-list-ids" plus this command to get all he needs.
> This can be an Eclipse contribution as well, I need to ask to Eclipse 
> maintainer as well.

I think this is the only one of the three which is sensible for
inclusion, though I can't quite parse your grammar.

I think we've got two visible options: make -thread-list-all-threads
do exactly what you want, without stack information, or make
-thread-info return the target extra info for the thread.  Either
makes sense to me.  Might as well make -thread-list-all-threads
do it.

-- 
Daniel Jacobowitz
CodeSourcery


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