diff options
author | Tom Tromey <tromey@adacore.com> | 2023-12-11 07:50:46 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-12-11 08:45:20 -0700 |
commit | 9a099bc220fbc97e9ccff6a7e1861e11665e8899 (patch) | |
tree | bc516e7d8cc34d095ae9138b30c5f9129647f4c1 | |
parent | 0238b543f3c294fc8512021a40b708e8ddc72bb2 (diff) | |
download | gdb-9a099bc220fbc97e9ccff6a7e1861e11665e8899.zip gdb-9a099bc220fbc97e9ccff6a7e1861e11665e8899.tar.gz gdb-9a099bc220fbc97e9ccff6a7e1861e11665e8899.tar.bz2 |
Add DAP items to NEWS
Now that DAP is in GDB 14, significant changes to it should be noted
in NEWS. This patch adds a note for a fix that's already gone in. I
started a new section in NEWS because more changes are coming.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30473
Approved-By: Eli Zaretskii <eliz@gnu.org>
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -75,6 +75,10 @@ show remote thread-options-packet sub-classed to create handlers for objfiles with missing debug information. +* Debugger Adapter Protocol changes + + ** GDB now emits the "process" event. + * New remote packets New stop reason: clone |