aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-10-29 00:52:25 +0000
committerFred Fish <fnf@specifix.com>1993-10-29 00:52:25 +0000
commit617b4ae8c71dc459544ef9716aacf9ab3087b0cc (patch)
tree3ae2f7fece3344eb749ead778b65d16b1037ce78 /gdb
parentda08e9b96c9e2e43410cb6b6fe5cbf7ffc3aea5d (diff)
downloadgdb-617b4ae8c71dc459544ef9716aacf9ab3087b0cc.zip
gdb-617b4ae8c71dc459544ef9716aacf9ab3087b0cc.tar.gz
gdb-617b4ae8c71dc459544ef9716aacf9ab3087b0cc.tar.bz2
* NEWS: Note improvements in C++ support, preliminary thread
implementation, and LynxOS native and target support for 386.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/NEWS32
2 files changed, 33 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f978353..e8165e5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
Thu Oct 28 16:55:34 1993 Fred Fish (fnf@cygnus.com)
+ * NEWS: Note improvements in C++ support, preliminary thread
+ implementation, and LynxOS native and target support for 386.
+
+Thu Oct 28 16:55:34 1993 Fred Fish (fnf@cygnus.com)
+
* README: Add note from Peter Schauer about OSF/1 shared
libraries. Add note from Pace Willisson about configuring on BSDI
BSD/386 release 1.0. Update gdb references to gdb 4.11.
diff --git a/gdb/NEWS b/gdb/NEWS
index d345df2..02ad94b 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,10 +1,11 @@
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.
+*** Changes in GDB-4.11:
+
+* User visible changes:
+
+* Remote Debugging
The "set remotedebug" option is now consistent between the mips remote
target, remote targets using the gdb-specific protocol, UDI (AMD's
@@ -12,6 +13,29 @@ 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).
+* DEC Alpha native support
+
+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.
+
+* Preliminary thread implementation
+
+GDB now has preliminary thread support for both SGI/Irix and LynxOS.
+
+* LynxOS native and target support for 386
+
+This release has been hosted on LynxOS 2.2, and also can be configured
+to remotely debug programs running under LynxOS (see gdb/gdbserver/README
+for details).
+
+* Improvements in C++ mangling/demangling.
+
+This release has much better g++ debugging, specifically in name
+mangling/demangling, virtual function calls, print virtual table,
+call methods, ...etc.
+
*** Changes in GDB-4.10:
* User visible changes: