2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
* NEWS: Added entry for namespace fixes.
This commit is contained in:
parent
258714574f
commit
71dee6639e
|
@ -1,3 +1,7 @@
|
||||||
|
2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: Added entry for namespace fixes.
|
||||||
|
|
||||||
2010-02-15 Tom Tromey <tromey@redhat.com>
|
2010-02-15 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* dwarf2read.c (guess_structure_name): Allocate name on the
|
* dwarf2read.c (guess_structure_name): Allocate name on the
|
||||||
|
|
8
gdb/NEWS
8
gdb/NEWS
|
@ -3,6 +3,14 @@
|
||||||
|
|
||||||
*** Changes since GDB 7.0
|
*** 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
|
* New targets
|
||||||
|
|
||||||
Xilinx MicroBlaze microblaze-*-*
|
Xilinx MicroBlaze microblaze-*-*
|
||||||
|
|
Loading…
Reference in New Issue