aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2023-11-16 11:11:30 +0000
committerAndrew Burgess <aburgess@redhat.com>2023-11-16 11:11:30 +0000
commit8d081332318b07f1a2b4af0fdfbdc256e37dca93 (patch)
tree896b63ad5313c1cd94dd876c0e0754fb2008e2f4 /gdb/NEWS
parentc441a361287ca98aa7a4ac1ff02d12d138b289dc (diff)
downloadfsf-binutils-gdb-8d081332318b07f1a2b4af0fdfbdc256e37dca93.zip
fsf-binutils-gdb-8d081332318b07f1a2b4af0fdfbdc256e37dca93.tar.gz
fsf-binutils-gdb-8d081332318b07f1a2b4af0fdfbdc256e37dca93.tar.bz2
gdb/NEWS: merge two 'New commands' sections
Spotted that we'd gained two 'New commands' sections in our 'Changes since GDB 14' NEWS file block. I've merged them together. Also, one of these two sections was actually called 'New Commands', however, all the other places in the NEWS file use 'New commands', so I've changed to use that.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS18
1 files changed, 8 insertions, 10 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 93fbcf1..1073e38 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -16,7 +16,7 @@ disassemble
command will now give an error. Previously the 'b' flag would
always override the 'r' flag.
-* New Commands
+* New commands
info missing-debug-handler
List all the registered missing debug handlers.
@@ -31,6 +31,13 @@ disable missing-debug-handler LOCUS HANDLER
or can be a regular expression which is matched against the filename
of the primary executable in each program space.
+maintenance info linux-lwps
+ List all LWPs under control of the linux-nat target.
+
+set remote thread-options-packet
+show remote thread-options-packet
+ Set/show the use of the thread options packet.
+
* Python API
** New function gdb.notify_mi(NAME, DATA), that emits custom
@@ -50,15 +57,6 @@ disable missing-debug-handler LOCUS HANDLER
sub-classed to create handlers for objfiles with missing debug
information.
-* New commands
-
-maintenance info linux-lwps
- List all LWPs under control of the linux-nat target.
-
-set remote thread-options-packet
-show remote thread-options-packet
- Set/show the use of the thread options packet.
-
* New remote packets
New stop reason: clone