* target.c, target.h: Add "set remotedebug" command.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 24 Aug 1993 06:55:35 +0000 (06:55 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 24 Aug 1993 06:55:35 +0000 (06:55 +0000)
* 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.

gdb/ChangeLog
gdb/NEWS

index d69c680647a305f2774d0237981de759cc60229e..19e68807f9f0b52b0acd7762523ae70f55cbb84e 100644 (file)
@@ -1,3 +1,10 @@
+Tue Aug 24 00:36:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * 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.
+
 Mon Aug 23 20:26:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * buildsym.h: Remove declaration of dbxread.c functions.
index 722f8a475b8c56195325bd0bbd269255368c9b80..75d3d4261ee81de6f251734dae169e35ac591d68 100644 (file)
--- 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: