From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8441 invoked by alias); 19 Sep 2010 20:54:42 -0000 Received: (qmail 8432 invoked by uid 22791); 19 Sep 2010 20:54:41 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out3.tiscali.nl (HELO smtp-out3.tiscali.nl) (195.241.79.178) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 19 Sep 2010 20:54:36 +0000 Received: from [212.123.169.34] (helo=[192.168.1.100]) by smtp-out3.tiscali.nl with esmtp (Exim) (envelope-from ) id 1OxQuA-0004BY-AH; Sun, 19 Sep 2010 22:54:34 +0200 Subject: Re: [PATCH] [RFC] python: gdb.Type: strip typedefs past pointers too From: Paul Bolle To: Daniel Jacobowitz Cc: Joel Brobecker , gdb-patches@sourceware.org In-Reply-To: <20100919175644.GA24247@caradoc.them.org> References: <1284753356.21566.10.camel@localhost.localdomain> <20100918141253.GM3845@adacore.com> <1284841648.1857.12.camel@localhost.localdomain> <20100919175644.GA24247@caradoc.them.org> Content-Type: text/plain; charset="UTF-8" Date: Mon, 20 Sep 2010 09:48:00 -0000 Message-ID: <1284929649.1857.19.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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-09/txt/msg00335.txt.bz2 On Sun, 2010-09-19 at 13:56 -0400, Daniel Jacobowitz wrote: > I'm surprised by the CLI example you gave; I kind of consider that a > bug too... I'm afraid it's unclear to me which of the examples you're referring to here (and thus how that example could be considered a bug). Paul Bolle