From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2231 invoked by alias); 20 Jan 2010 18:49:37 -0000 Received: (qmail 2203 invoked by uid 48); 20 Jan 2010 18:49:35 -0000 Date: Wed, 20 Jan 2010 18:49:00 -0000 Message-ID: <20100120184935.2202.qmail@sourceware.org> From: "tromey at redhat dot com" To: gdb-prs@sourceware.org In-Reply-To: <20020412111800.7587.mec@shout.net> References: <20020412111800.7587.mec@shout.net> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug c++/7587] gdb.c++/local.exp: ptype InnerLocal::NestedInnerLocal X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00062.txt.bz2 ------- Additional Comments From tromey at redhat dot com 2010-01-20 18:49 ------- A workaround is to use quotes: (gdb) ptype InnerLocal::NestedInnerLocal There is no field named NestedInnerLocal (gdb) ptype 'InnerLocal::NestedInnerLocal' type = class InnerLocal::NestedInnerLocal { public: int nil; int nil_foo(int); } I'll check to see if this is fixed by the expr-cumulative branch. (That branch removes the need for quotes in many cases.) -- What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=7587 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.