mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 22:03:57 +08:00
* 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.
This commit is contained in:
@ -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)
|
Mon Aug 23 20:26:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* buildsym.h: Remove declaration of dbxread.c functions.
|
* buildsym.h: Remove declaration of dbxread.c functions.
|
||||||
|
7
gdb/NEWS
7
gdb/NEWS
@ -1,7 +1,12 @@
|
|||||||
What has changed since GDB-3.5?
|
What has changed since GDB-3.5?
|
||||||
(Organized release by release)
|
(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:
|
* User visible changes:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user