* coffread.c (coff_sym_fns): Add default_symfile_segments.
[deliverable/binutils-gdb.git] / gdb / NEWS
index 80a24e7806150497fa17d3fd9322c109ebb7d705..59c241a7c113673d5b8e73274acf97b787aea1f3 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -20,11 +20,11 @@ target's overall architecture.  GDB can read a description from
 a local file or over the remote serial protocol.
 
 * Arrays of explicitly SIGNED or UNSIGNED CHARs are now printed as arrays
-  of numbers.
+of numbers.
 
 * Target descriptions can now describe target-specific registers,
 for architectures which have implemented the support (currently
-only ARM).
+only ARM and MIPS).
 
 * GDB and the GDB remote stub, gdbserver, now support the XScale
 iWMMXt coprocessor.
@@ -35,8 +35,19 @@ has been rewritten to use the standard GDB remote protocol.
 
 * GDB can now step into C++ functions which are called through thunks.
 
+* GDB for the Cell/B.E. SPU now supports overlay debugging.
+
+* The GDB remote protocol "qOffsets" packet can now honor ELF segment
+layout.  It also supports a TextSeg= and DataSeg= response when only
+segment base addresses (rather than offsets) are available.
+
 * New commands
 
+set remoteflow
+show remoteflow
+  Enable or disable hardware flow control (RTS/CTS) on the serial port
+  when debugging using remote targets.
+
 set mem inaccessible-by-default
 show mem inaccessible-by-default
   If the target supplies a memory map, for instance via the remote
@@ -67,6 +78,11 @@ show sysroot
   general version of "set solib-absolute-prefix", which is now
   an alias to "set sysroot".
 
+info spu
+  Provide extended SPU facility status information.  This set of
+  commands is available only when debugging the Cell/B.E. SPU
+  architecture.
+
 * New native configurations
 
 OpenBSD/sh                     sh*-*openbsd*
@@ -93,6 +109,11 @@ qXfer:features:read:
   Read an XML target description from the target, which describes its
   features.
 
+qXfer:spu:read:
+qXfer:spu:write:
+  Read or write contents of an spufs file on the target system.  These
+  packets are available only on the Cell/B.E. SPU architecture.
+
 * Removed targets
 
 Support for these obsolete configurations has been removed.
@@ -166,6 +187,11 @@ Scheme support
        GDB could work with an older version of Guile to debug
        the interpreter and Scheme programs running in it.
 
+set mips stack-arg-size
+set mips saved-gpreg-size
+
+       Use "set mips abi" to control parameter passing for MIPS.
+
 *** Changes in GDB 6.6
 
 * New targets
This page took 0.025232 seconds and 4 git commands to generate.