* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / NEWS
index 5359d6b22f86d12d853bf0e1a076a14ccd6f88e3..02ad94b7de03b9feb2b48e760b1cb8a96638467d 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,20 +1,55 @@
                What has changed since GDB-3.5?
                (Organized release by release)
 
-*** Changes in GDB-???:
+*** 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
+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:
 
 Remote debugging using the GDB-specific (`target remote') protocol now
-supports the `load' command.  This is only useful if you have some way
-of getting the stub to the target system, and putting it somewhere in
-memory where it won't get clobbered by the download.
+supports the `load' command.  This is only useful if you have some
+other way of getting the stub to the target system, and you can put it
+somewhere in memory where it won't get clobbered by the download.
 
 Filename completion now works.
 
 When run under emacs mode, the "info line" command now causes the
 arrow to point to the line specified.  Also, "info line" prints
-addresses in symbolic form.
+addresses in symbolic form (as well as hex).
 
 All vxworks based targets now support a user settable option, called
 vxworks-timeout.  This option represents the number of seconds gdb
@@ -22,6 +57,12 @@ should wait for responses to rpc's.  You might want to use this if
 your vxworks target is, perhaps, a slow software simulator or happens
 to be on the far side of a thin network line.
 
+ * DEC alpha support
+
+This release contains support for using a DEC alpha as a GDB host for
+cross debugging.  Native alpha debugging is not supported yet.
+
+
 *** Changes in GDB-4.9:
 
  * Testsuite
This page took 0.02399 seconds and 4 git commands to generate.