aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2024-09-09 11:27:30 +0100
committerAndrew Burgess <aburgess@redhat.com>2024-09-09 11:29:33 +0100
commitb6900dc73952f9c8b41414bdb26ea4dae33c6e2a (patch)
tree65bf996ae20cce2f27660d653393ecc9ee00e65a
parent6c2358b90adb376f0b2cec4e19759d37e9abdd28 (diff)
downloadgdb-b6900dc73952f9c8b41414bdb26ea4dae33c6e2a.zip
gdb-b6900dc73952f9c8b41414bdb26ea4dae33c6e2a.tar.gz
gdb-b6900dc73952f9c8b41414bdb26ea4dae33c6e2a.tar.bz2
gdb/NEWS: group general news items together
I noticed that the list of general NEWS items seemed to have gotten mixed up a bit in the NEWS file. This commit just moves things around so that the general items all appear at the start of the 'Changes since GDB 15' section. I've not changed any of the actual content.
-rw-r--r--gdb/NEWS28
1 files changed, 14 insertions, 14 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index fa57b56..cfc9cb0 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -21,20 +21,6 @@
inferior containing the thread of interest. The breakpoint will
be hit no less than before.
-* Python API
-
- ** Added gdb.record.clear. Clears the trace data of the current recording.
- This forces re-decoding of the trace for successive commands.
-
-* Debugger Adapter Protocol changes
-
- ** The "scopes" request will now return a scope holding global
- variables from the stack frame's compilation unit.
-
- ** The "scopes" request will return a "returnValue" scope holding
- the return value from the latest "stepOut" command, when
- appropriate.
-
* For ARM targets, the offset of the pc in the jmp_buf has been fixed to match
glibc 2.20 and later. This should only matter when not using libc probes.
This may cause breakage when using an incompatible libc, like uclibc or
@@ -51,6 +37,20 @@
history has been reached. It also specifies that the forward execution can
continue, and the recording will also continue.
+* Python API
+
+ ** Added gdb.record.clear. Clears the trace data of the current recording.
+ This forces re-decoding of the trace for successive commands.
+
+* Debugger Adapter Protocol changes
+
+ ** The "scopes" request will now return a scope holding global
+ variables from the stack frame's compilation unit.
+
+ ** The "scopes" request will return a "returnValue" scope holding
+ the return value from the latest "stepOut" command, when
+ appropriate.
+
* New commands
maintenance info inline-frames [ADDRESS]