From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6092 invoked by alias); 12 Aug 2013 16:39:03 -0000 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 Received: (qmail 6062 invoked by uid 89); 12 Aug 2013 16:39:02 -0000 X-Spam-SWARE-Status: No, score=-8.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 12 Aug 2013 16:39:02 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7CGcwko012662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 12 Aug 2013 12:38:59 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r7CGcuLd025791; Mon, 12 Aug 2013 12:38:57 -0400 Message-ID: <52090FA0.8060702@redhat.com> Date: Mon, 12 Aug 2013 16:39:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Tom Tromey CC: Jan Kratochvil , Shang Yu , gdb@sourceware.org Subject: Re: user friendly symbol name References: <20130809102225.GA11181@host2.jankratochvil.net> <5204F953.4070904@redhat.com> <87y58au3jh.fsf@fleche.redhat.com> In-Reply-To: <87y58au3jh.fsf@fleche.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-08/txt/msg00065.txt.bz2 On 08/09/2013 07:23 PM, Tom Tromey wrote: >>>>>> "Pedro" == Pedro Alves writes: > > Pedro> On 08/09/2013 11:22 AM, Jan Kratochvil wrote: >>> (gdb) maintenance demangle _ZNSt16nested_exceptionD2Ev >>> std::nested_exception::~nested_exception() > > Pedro> Interesting. It seems a pity this is a maintenance > Pedro> command. Shouldn't we "upgrade" it to a regular user command? > > Yeah, though the command as currently formulated is a bit of a pain. At > least, I usually forget to "set lang c++" first and then have to go > back. Similarly, sometimes it would be nice to be able to specify the > language as an argument. Thanks. FYI, this is now PR gdb/15830 http://sourceware.org/bugzilla/show_bug.cgi?id=15830 -- Pedro Alves