From: Tom Tromey Date: Wed, 17 Feb 2010 20:08:24 +0000 (+0000) Subject: * NEWS: Add C++ improvements section. X-Git-Tag: gdb_7_1-2010-02-18-branchpoint~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4eef138c304c2a628b2d626a701c0807e48d1bfa;p=external%2Fbinutils.git * NEWS: Add C++ improvements section. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c510a58..6ac1031 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-02-17 Tom Tromey + + * NEWS: Add C++ improvements section. + 2010-02-17 Ulrich Weigand * python/python-internal.h [!WITH_THREAD] (PyGILState_Release, diff --git a/gdb/NEWS b/gdb/NEWS index 8ca13d4..5d723ba 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,7 +3,9 @@ *** 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 @@ -11,6 +13,17 @@ 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-*-*