From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4485 invoked by alias); 9 Feb 2010 19:37:46 -0000 Received: (qmail 4477 invoked by uid 22791); 9 Feb 2010 19:37:45 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_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; Tue, 09 Feb 2010 19:37:38 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o19JbYgx024897 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 9 Feb 2010 14:37:34 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o19JbXbZ011057; Tue, 9 Feb 2010 14:37:33 -0500 Message-ID: <4B71B97C.2080403@redhat.com> Date: Tue, 09 Feb 2010 19:37:00 -0000 From: Sami Wagiaalla User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Thunderbird/3.0.1 MIME-Version: 1.0 To: Doug Evans CC: tromey@redhat.com, gdb-patches Subject: Re: [patch] Add namespace aliasing support. References: <4B630D3F.8010507@redhat.com> <4B673929.9040900@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 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-02/txt/msg00264.txt.bz2 > Sorry for coming into this late. NEWS entry? > [I mention it because I find the NEWS file really useful.] How is this ? Index: gdb/NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.352 diff -u -r1.352 NEWS --- gdb/NEWS 19 Jan 2010 10:40:06 -0000 1.352 +++ gdb/NEWS 9 Feb 2010 19:34:46 -0000 @@ -3,6 +3,14 @@ *** Changes since GDB 7.0 +* Namespace Support + + GDB now supports importing of namespaces in c++. This enables the + user to inspect variables from imported namespaces. Support for + namepace aliasing has also been added. So, if a namespace is + aliased in the current scope (e.g. namepace C=A; ) the user can + print variables using the alias (e.g. (gdb) print C::x). + * New targets Xilinx MicroBlaze microblaze-*-*