Consolidate "Python API" sections in NEWS
authorTom Tromey <tromey@adacore.com>
Mon, 6 Jun 2022 19:07:37 +0000 (13:07 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 6 Jun 2022 19:07:37 +0000 (13:07 -0600)
I noticed that the gdb NEWS file had two "Python API" sections in
"Changes since GDB 12".  This patch consolidates the two.  I chose to
preserve the second one, first because it is longer, and second
because I felt that user command changes should come before API
changes.

gdb/NEWS

index 960f90b4387b01ad02d144c2cd347e6ea45fb299..a85f59f56df5a12e77c13a7bd7ed8e1d18330833 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
   emit to indicate where a breakpoint should be placed to break in a function
   past its prologue.
 
-* Python API
-
-  ** GDB will now reformat the doc string for gdb.Command and
-     gdb.Parameter sub-classes to remove unnecessary leading
-     whitespace from each line before using the string as the help
-     output.
-
 * New commands
 
 maintenance set ignore-prologue-end-flag on|off
@@ -52,6 +45,11 @@ maintenance info line-table
 
 * Python API
 
+  ** GDB will now reformat the doc string for gdb.Command and
+     gdb.Parameter sub-classes to remove unnecessary leading
+     whitespace from each line before using the string as the help
+     output.
+
   ** New function gdb.format_address(ADDRESS, PROGSPACE, ARCHITECTURE),
      that formats ADDRESS as 'address <symbol+offset>', where symbol is
      looked up in PROGSPACE, and ARCHITECTURE is used to format address.