aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-06-11 12:56:36 +0000
committerPedro Alves <palves@redhat.com>2008-06-11 12:56:36 +0000
commit060871df59462ec4085f79033c0fbcf275cda83f (patch)
tree5f8c4428062f516457c96fa55acf53a986d28ffd /gdb/NEWS
parent5f5dfcbe1be67ac8e69cbbcc7c99786551d6cbbf (diff)
downloadgdb-060871df59462ec4085f79033c0fbcf275cda83f.zip
gdb-060871df59462ec4085f79033c0fbcf275cda83f.tar.gz
gdb-060871df59462ec4085f79033c0fbcf275cda83f.tar.bz2
* NEWS: Mention support removal of undocumented S AA p PID stop
reply packet. * remote.c (remote_wait): Remove undocumented S AA p PID support.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 69bc05c..32472fe 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -19,6 +19,12 @@ completions will be "f1" and "f2".
qSearch:memory:
Search memory for a sequence of bytes.
+* Removed remote protocol undocumented extension
+
+ An undocumented extension to the remote protocol's `S' stop reply
+ packet that permited the stub to pass a process id was removed.
+ Remote servers should use the `T' stop reply packet instead.
+
* The "disassemble" command now supports an optional /m modifier to print mixed
source+assembly.