From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10440 invoked by alias); 25 Sep 2006 14:52:37 -0000 Received: (qmail 10419 invoked by uid 22791); 25 Sep 2006 14:52:35 -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, 25 Sep 2006 14:52:30 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GRrol-00020l-UP; Mon, 25 Sep 2006 10:52:24 -0400 Date: Mon, 25 Sep 2006 14:52:00 -0000 From: Daniel Jacobowitz To: Denis PILAT Cc: Mark Kettenis , nickrob@snap.net.nz, gdb@sourceware.org Subject: Re: info thread Message-ID: <20060925145223.GA7704@nevyn.them.org> Mail-Followup-To: Denis PILAT , Mark Kettenis , nickrob@snap.net.nz, gdb@sourceware.org References: <17679.5055.729126.253019@kahikatea.snap.net.nz> <450FED7C.1050902@st.com> <17680.22719.512121.415472@kahikatea.snap.net.nz> <20060919210316.GA17479@nevyn.them.org> <200609231905.k8NJ5ucX001839@elgar.sibelius.xs4all.nl> <20060923215947.GA29366@nevyn.them.org> <4517EC63.7050509@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4517EC63.7050509@st.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00141.txt.bz2 On Mon, Sep 25, 2006 at 04:49:07PM +0200, Denis PILAT wrote: > 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. I think this would be a good idea, since it would be so easy. It will be simpler for consumers. They should be able to keep track of it by watching stop replies and their own -thread-select commands, and some future notifier support for e.g. typing "thread 2" at a console, but there's no reason to make this hard. -- Daniel Jacobowitz CodeSourcery