This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: Add C++ improvements section to NEWS


This patch adds a general C++ improvements section to the NEWS file.

Ok?

Tom

2010-02-17  Tom Tromey  <tromey@redhat.com>

	* NEWS: Add C++ improvements section.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.353
diff -u -r1.353 NEWS
--- NEWS	16 Feb 2010 15:52:47 -0000	1.353
+++ NEWS	17 Feb 2010 18:20:37 -0000
@@ -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-*-*


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]