aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-08-24 06:55:35 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-08-24 06:55:35 +0000
commit41a6194df964a6be953a64afaaa4d8aabccb146e (patch)
tree5aa2b0e5e0bd908fa5b4c1bd629c3ba7b527d79b /gdb/NEWS
parentb11d53baf8fcf9fbb7feba53361b6a2aac684116 (diff)
downloadgdb-41a6194df964a6be953a64afaaa4d8aabccb146e.zip
gdb-41a6194df964a6be953a64afaaa4d8aabccb146e.tar.gz
gdb-41a6194df964a6be953a64afaaa4d8aabccb146e.tar.bz2
* target.c, target.h: Add "set remotedebug" command.
* remote-bug.c, remote.c, remote-mips.c: Remove "set remotedebug" and "set m88ksnoop" options and use generic "set remotedebug" instead. * NEWS: Describe this change.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 722f8a4..75d3d42 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,7 +1,12 @@
What has changed since GDB-3.5?
(Organized release by release)
-*** Changes in GDB-???:
+The "set remotedebug" option is now consistent between the mips remote
+target, remote targets using the gdb-specific protocol, and the 88k
+bug monitor. It is now an integer specifying a debug level (normally
+0 or 1, but 2 means more debugging info for the mips target).
+
+*** Changes in GDB-4.10:
* User visible changes: