public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] Consolidate "Python API" sections in NEWS
@ 2022-06-06 19:09 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2022-06-06 19:09 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

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 | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gdb/NEWS b/gdb/NEWS
index 960f90b4387..a85f59f56df 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -27,13 +27,6 @@
   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.
-- 
2.34.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-06 19:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 19:09 [pushed] Consolidate "Python API" sections in NEWS Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).