From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25684 invoked by alias); 10 Mar 2010 12:34:12 -0000 Received: (qmail 25669 invoked by uid 22791); 10 Mar 2010 12:34:12 -0000 X-SWARE-Spam-Status: No, hits=-8.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Mar 2010 12:34:07 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2ACY46n002179 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 10 Mar 2010 07:34:04 -0500 Received: from qcore.mollernet.net (vpn-250-120.phx2.redhat.com [10.3.250.120]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2ACY3Ht017366; Wed, 10 Mar 2010 07:34:03 -0500 Message-ID: <4B9791BB.7050804@redhat.com> Date: Wed, 10 Mar 2010 12:34:00 -0000 From: Chris Moller User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: Eli Zaretskii CC: gdb-patches@sourceware.org Subject: Re: pr9065 patch References: <4B96B1C6.9050907@redhat.com> <83iq943jfr.fsf@gnu.org> In-Reply-To: <83iq943jfr.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2010-03/txt/msg00382.txt.bz2 On 03/09/10 23:11, Eli Zaretskii wrote: >> Date: Tue, 09 Mar 2010 15:38:30 -0500 >> From: Chris Moller >> >> This is the typeid thing. >> >> This patch implements typeid in gdb, letting users do things like >> >> p typeid() >> p typeid().name() >> p typeid().__name >> p typeid().__is_pointer_() >> >> and the same thing for types (i.e., p typeid().name()) >> > > Thanks. I think this needs a suitable patch to the manual as well. > Okay, I'll add that for the final version. (There ar a couple of other minor things I remembered after I sent the patch out yesterday, like patching expprint.c to include the new opcode enums.)