summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-01-19 16:53:56 +0000
committerTom Tromey <tromey@redhat.com>2012-01-19 16:53:56 +0000
commitc79c96b1d8e33b2d41597b5c673c8f4422dd553a (patch)
treed4423b93549c22d5cb6d73d84a1967c7628e2960
parentf3c9794013f9b101cc0cfc5de4cbb94c5661480f (diff)
downloadgdb-c79c96b1d8e33b2d41597b5c673c8f4422dd553a.tar.gz
* NEWS: Combine the two Python sections.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS8
2 files changed, 7 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 869322b281b..c241643e82f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-19 Tom Tromey <tromey@redhat.com>
+
+ * NEWS: Combine the two Python sections.
+
2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
* target.h (target_close): Update comment on the target's unpush state.
diff --git a/gdb/NEWS b/gdb/NEWS
index efb53a7580e..eaf0b9df3e0 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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