From 71dee6639e9df74c4a4914b4cf19d53266ca9852 Mon Sep 17 00:00:00 2001 From: Sami Wagiaalla Date: Tue, 16 Feb 2010 15:52:47 +0000 Subject: [PATCH] 2010-02-16 Sami Wagiaalla * NEWS: Added entry for namespace fixes. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 308f730248..1e703227e5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-02-16 Sami Wagiaalla + + * NEWS: Added entry for namespace fixes. + 2010-02-15 Tom Tromey * dwarf2read.c (guess_structure_name): Allocate name on the diff --git a/gdb/NEWS b/gdb/NEWS index 867b51fdc2..8ca13d432c 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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-*-*