From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26397 invoked by alias); 18 Sep 2006 13:20:36 -0000 Received: (qmail 26386 invoked by uid 22791); 18 Sep 2006 13:20:34 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 18 Sep 2006 13:20:27 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GPJ2t-0005xd-HW; Mon, 18 Sep 2006 09:20:23 -0400 Date: Mon, 18 Sep 2006 13:20:00 -0000 From: Daniel Jacobowitz To: Denis PILAT Cc: gdb-patches Subject: Re: info thread Message-ID: <20060918132023.GB22307@nevyn.them.org> Mail-Followup-To: Denis PILAT , gdb-patches References: <450E56B0.806@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <450E56B0.806@st.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00099.txt.bz2 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