From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28043 invoked by alias); 14 Feb 2006 18:47:16 -0000 Received: (qmail 28017 invoked by uid 22791); 14 Feb 2006 18:47:14 -0000 X-Spam-Check-By: sourceware.org Received: from wsip-24-248-2-174.ph.ph.cox.net (HELO public.ninemoons.com) (24.248.2.174) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 14 Feb 2006 18:47:12 +0000 Received: from puffer.diveadx.com ([208.255.96.17]) by public.ninemoons.com (8.13.4/8.13.4) with ESMTP id k1EIjtIS030786; Tue, 14 Feb 2006 11:46:00 -0700 Received: from [192.168.1.146] (unknown [192.168.1.146]) by puffer.diveadx.com (Postfix) with ESMTP id 5735729731F; Tue, 14 Feb 2006 13:59:54 -0500 (EST) From: Fred Fish Reply-To: fnf@diveadx.com To: Daniel Jacobowitz Subject: Re: [PATCH] Fix ptype problem printing typedefs defined differently in different compilation units Date: Tue, 14 Feb 2006 18:47:00 -0000 User-Agent: KMail/1.9.1 Cc: Jim Blandy , gdb-patches@sourceware.org References: <200601031517.50309.fnf@specifix.com> <200602121349.07257.fnf@specifix.com> <20060214141056.GB21812@nevyn.them.org> In-Reply-To: <20060214141056.GB21812@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602141342.00774.fnf@diveadx.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00307.txt.bz2 On Tuesday 14 February 2006 09:10, Daniel Jacobowitz wrote: > This patch seems OK to me While doing some further testing I discovered that it doesn't handle type names with whitespace, such as: (gdb) ptype 'foo.c'::struct bar so I'm going to work on it some more. It's starting to look like it is going to require some work on the parser after all. -Fred