+2010-02-17 Tom Tromey <tromey@redhat.com>
+
+ * NEWS: Add C++ improvements section.
+
2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
* python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
*** Changes since GDB 7.0
-* Namespace Support
+* C++ Improvements
+
+ ** Namespace Support
GDB now supports importing of namespaces in C++. This enables the
user to inspect variables from imported namespaces. Support for
aliased in the current scope (e.g. namepace C=A; ) the user can
print variables using the alias (e.g. (gdb) print C::x).
+ ** Bug Fixes
+
+ All known bugs relating to the printing of virtual base class were
+ fixed. It is now possible to call overloaded static methods using a
+ qualified name.
+
+ ** Cast Operators
+
+ The C++ cast operators static_cast<>, dynamic_cast<>, const_cast<>,
+ and reinterpret_cast<> are now handled by the C++ expression parser.
+
* New targets
Xilinx MicroBlaze microblaze-*-*