From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31661 invoked by alias); 20 Aug 2009 17:44:57 -0000 Received: (qmail 31646 invoked by uid 48); 20 Aug 2009 17:44:57 -0000 Date: Thu, 20 Aug 2009 17:44:00 -0000 From: "swagiaal at redhat dot com" To: gdb-prs@sourceware.org Message-ID: <20090820174456.10541.swagiaal@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug c++/10541] New: GDB does not understand nested namespace aliases aliases 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: 2009-q3/txt/msg00155.txt.bz2 namespace A{ int ax; } namespace B{ namespace BA = A } gdb cannot p B::BA::ax nor ptype B::BA -- Summary: GDB does not understand nested namespace aliases aliases Product: gdb Version: archer Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at sourceware dot org ReportedBy: swagiaal at redhat dot com CC: gdb-prs at sourceware dot org http://sourceware.org/bugzilla/show_bug.cgi?id=10541 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.