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: NEWS update


This updates NEWS to account for the template parameter support.
I added a "C++ Improvements" section because I know we will be adding
more stuff here before 7.3.

Ok?

Tom

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

	* NEWS: Mention template parameter support.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.399
diff -u -r1.399 NEWS
--- NEWS	16 Aug 2010 21:19:29 -0000	1.399
+++ NEWS	17 Aug 2010 17:15:03 -0000
@@ -12,6 +12,12 @@
 
      result = some_value (10,20)
 
+* C++ Improvements:
+
+  ** GDB now puts template parameters in scope when debugging in an
+     instantiation.  This feature requires proper debuginfo support
+     from the compiler; it was added to GCC 4.5.
+
 * GDB now has some support for using labels in the program's source in
   linespecs.  For instance, you can use "advance label" to continue
   execution to a label.


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