aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2022-06-06 13:07:37 -0600
committerTom Tromey <tromey@adacore.com>2022-06-06 13:07:37 -0600
commit691ade38bc45f4d4c89c0d6a3412bc160cf40a70 (patch)
treef54c17f26542c30191e40764280d07bf0d80019c /gdb/NEWS
parenta80f2680dbf07c713e3d58bc0906b7ed52f911e2 (diff)
downloadfsf-binutils-gdb-691ade38bc45f4d4c89c0d6a3412bc160cf40a70.zip
fsf-binutils-gdb-691ade38bc45f4d4c89c0d6a3412bc160cf40a70.tar.gz
fsf-binutils-gdb-691ade38bc45f4d4c89c0d6a3412bc160cf40a70.tar.bz2
Consolidate "Python API" sections in NEWS
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS12
1 files changed, 5 insertions, 7 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 960f90b..a85f59f 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.