From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3467 invoked by alias); 6 Apr 2009 20:21:19 -0000 Received: (qmail 3457 invoked by uid 22791); 6 Apr 2009 20:21:18 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Apr 2009 20:21:10 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KHP009004F5LP00@i_mtaout3.012.net.il> for gdb@sourceware.org; Mon, 06 Apr 2009 23:21:07 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.139.199]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KHP00A2C4J6FSQ0@i_mtaout3.012.net.il>; Mon, 06 Apr 2009 23:21:07 +0300 (IDT) Date: Mon, 06 Apr 2009 21:21:00 -0000 From: Eli Zaretskii Subject: Re: improved thread id reporting In-reply-to: <20090406033300.GA31715@caradoc.them.org> To: Daniel Jacobowitz Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83myat5ydh.fsf@gnu.org> References: <20090404184604.8524C1C759C@localhost> <200904041904.n34J4UXV013513@brahms.sibelius.xs4all.nl> <20090404192132.GA28232@caradoc.them.org> <20090406033300.GA31715@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00079.txt.bz2 > Date: Sun, 5 Apr 2009 23:33:00 -0400 > From: Daniel Jacobowitz > > What do you think of this? On the theory that you can go look up > thread #2, either in 'info threads' or in a previous notification: > > [Switching from thread #2 to thread #3, Thread 0x41001960 (LWP 14407)] > > Or, migrating the "Thread" out: > > [Switching from thread #2 to thread #3, 0x41001960 (LWP 14407)] Looks good to me.