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]

FYI: merge python sections in NEWS


I'm checking this in as obvious.

I hadn't noticed that there was already a "Python scripting" section
when I checked in the enum patch.  This patch merges the two sections.

Tom

2012-01-19  Tom Tromey  <tromey@redhat.com>

	* NEWS: Combine the two Python sections.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.481
diff -u -r1.481 NEWS
--- NEWS	16 Jan 2012 20:40:49 -0000	1.481
+++ NEWS	19 Jan 2012 16:49:23 -0000
@@ -7,6 +7,9 @@
 
   ** The "maint set python print-stack on|off" is now deleted.
 
+  ** A new class, gdb.printing.FlagEnumerationPrinter, can be used to
+     apply "flag enum"-style pretty-printing to any enum.
+
 * GDBserver now supports stdio connections.
   E.g. (gdb) target remote | ssh myhost gdbserver - hello
 
@@ -20,11 +23,6 @@
   (gdb) print (enum E) 3
   $1 = (ONE | TWO)
 
-* Python scripting
-
-  ** A new class, gdb.printing.FlagEnumerationPrinter, can be used to
-     apply "flag enum"-style pretty-printing to any enum.
-
 * The filename part of a linespec will now match trailing components
   of a source file name.  For example, "break gcc/expr.c:1000" will
   now set a breakpoint in build/gcc/expr.c, but not


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