aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-12-07 09:51:52 -0700
committerTom Tromey <tromey@adacore.com>2023-12-22 09:05:17 -0700
commiteb6476e2db406ba323efba438b0d1851e86d02e5 (patch)
tree8887453aacc110380b5b0a7423160a229999bd04 /gdb/NEWS
parent401b5b00ecef262ce36a8810775087c7d9928900 (diff)
downloadfsf-binutils-gdb-eb6476e2db406ba323efba438b0d1851e86d02e5.zip
fsf-binutils-gdb-eb6476e2db406ba323efba438b0d1851e86d02e5.tar.gz
fsf-binutils-gdb-eb6476e2db406ba323efba438b0d1851e86d02e5.tar.bz2
Add 'program' to DAP 'attach' request
In many cases, it's not possible for gdb to discover the executable when a DAP 'attach' request is used. This patch lets the IDE supply this information. Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 534e2e7..3c17d09 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -88,6 +88,8 @@ show remote thread-options-packet
** GDB now supports the "cancel" request.
+ ** The "attach" request now supports specifying the program.
+
* New remote packets
New stop reason: clone