aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-28 21:25:31 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-28 21:25:31 +0000
commit803f7af5d20783631539304a7b3a68ec04b5790d (patch)
tree9aa941a9a4df98fc2b1523563024ce6cc2a1ef5d
parent48ac0c90e9c6280c2aa97ea9640bbf45ed032012 (diff)
downloadgdb-803f7af5d20783631539304a7b3a68ec04b5790d.zip
gdb-803f7af5d20783631539304a7b3a68ec04b5790d.tar.gz
gdb-803f7af5d20783631539304a7b3a68ec04b5790d.tar.bz2
* NEWS: Add notes about Alpha and "set remotedebug" for UDI.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/NEWS12
2 files changed, 11 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d21c611..2cbda07 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
Thu Oct 28 09:14:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * NEWS: Add notes about Alpha and "set remotedebug" for UDI.
+
* valops.c (value_assign): Change bitfield code to use a buffer of
the correct size, rather than an int.
diff --git a/gdb/NEWS b/gdb/NEWS
index 75d3d42..d345df2 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,10 +1,16 @@
What has changed since GDB-3.5?
(Organized release by release)
+GDB now works on the DEC Alpha. GCC 2.4.5 does not produce usable
+debug info, but GDB works fairly well with the DEC compiler and should
+work with a future GCC release. See the README file for a few
+Alpha-specific notes.
+
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).
+target, remote targets using the gdb-specific protocol, UDI (AMD's
+debug protocol for the 29k) 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: