From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10802 invoked by alias); 8 May 2013 06:27:44 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 10761 invoked by uid 89); 8 May 2013 06:27:44 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 08 May 2013 06:27:43 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 674572E904; Wed, 8 May 2013 02:27:41 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5S0rNt0e6lBe; Wed, 8 May 2013 02:27:41 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D93DA2E72E; Wed, 8 May 2013 02:27:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 7B368C1729; Wed, 8 May 2013 10:27:35 +0400 (RET) Date: Wed, 08 May 2013 06:27:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [RFA 2/3] Improve output of "maintenance info sol-threads" command. Message-ID: <20130508062735.GB9160@adacore.com> References: <518284AF.5090802@redhat.com> <1367929532-4849-3-git-send-email-brobecker@adacore.com> <51891122.8030800@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51891122.8030800@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-05/txt/msg00269.txt.bz2 > I'm fine with what I'm imagining it looks like (or whatever, really), > but could you give an example of how things now look after the > patch, for the archives/log? An output paste is worth a thousand words. :-) Of course. I actually had done a special session while composing the message in order to send that output, and then of coursed worked on something else in parallel and promptly forgot :-(. Here it is (also part of the commit message, for easy access): (gdb) maintenance info sol-threads user thread #1, lwp 1, (active) system thread #2, lwp 2, (active) system thread #3, lwp 0, (asleep) sleepfunc=0xff32d9e0 user thread #4, lwp 4, (asleep) startfunc=[...].task_wrapper sleepfunc=0xff3290f0 system thread #5, lwp 7, (active) startfunc=_co_timerset user thread #6, lwp 8, (active) startfunc=[...].task_wrapper -- Joel