From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4158 invoked by alias); 23 Sep 2005 19:57:49 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4029 invoked by uid 22791); 23 Sep 2005 19:57:39 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 23 Sep 2005 19:57:39 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1EItfs-0002T3-H3; Fri, 23 Sep 2005 15:57:36 -0400 Date: Fri, 23 Sep 2005 19:57:00 -0000 From: Daniel Jacobowitz To: Jon Ringle Cc: SlickEdit Support , gdb@sources.redhat.com Subject: Re: thread id is lost when viewing list of threads in slickedit Message-ID: <20050923195736.GA9159@nevyn.them.org> Mail-Followup-To: Jon Ringle , SlickEdit Support , gdb@sources.redhat.com References: <200509231538.36201.jon.ringle@comdial.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509231538.36201.jon.ringle@comdial.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-09/txt/msg00172.txt.bz2 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