* rclex.c: (cpp_line): Add code_page pragma support.
[deliverable/binutils-gdb.git] / gdb / NEWS
index c64b59789a8616c91f0b39a10bfd1ecc4f42133b..596456daee0e4abbb45547b295e621d27f0252a2 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.
@@ -39,6 +39,11 @@ has been rewritten to use the standard GDB remote protocol.
 
 * 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
@@ -69,6 +74,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*
@@ -95,6 +105,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.
This page took 0.025936 seconds and 4 git commands to generate.