* config/tc-xtensa.c (xg_assembly_relax): Increment steps_taken for
[deliverable/binutils-gdb.git] / gdb / NEWS
index 411dec9754b9cc3e77583ab4d552e0397ab8f7d6..900442da1e797645cfb25f2d856c5836424e179a 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -8,10 +8,43 @@
 init-if-undefined              Initialize a convenience variable, but
                                only if it doesn't already have a value.
 
+The following commands are presently only implemented for native GNU/Linux:
+
+checkpoint                     Save a snapshot of the program state.
+
+restart        <n>                     Return the program state to a 
+                               previously saved state.
+
+info checkpoints               List currently saved checkpoints.
+
+delete-checkpoint <n>          Delete a previously saved checkpoint.
+
+set|show detach-on-fork                Tell gdb whether to detach from a newly
+                               forked process, or to keep debugging it.
+
+info forks                     List forks of the user program that
+                               are available to be debugged.
+
+fork <n>                       Switch to debugging one of several
+                               forks of the user program that are
+                               available to be debugged.
+
+delete-fork <n>                        Delete a fork from the list of forks
+                               that are available to be debugged (and
+                               kill the forked process).
+
+detach-fork <n>                        Delete a fork from the list of forks
+                               that are available to be debugged (and
+                               allow the process to continue).
+
 * New architecture
 
 Morpho Technologies ms2                ms1-elf
 
+* REMOVED features
+
+The ARM rdi-share module.
+
 *** Changes in GDB 6.4
 
 * New native configurations
@@ -65,11 +98,8 @@ are not yet supported.
 * REMOVED configurations and files
 
 VxWorks and the XDR protocol                   *-*-vxworks
-Renesas H8/300S                                        h8300*-*-*
 Motorola MCORE                                  mcore-*-*
-Matsushita MN10300 w/simulator                 mn10300-*-*
 National Semiconductor NS32000                 ns32k-*-*
-NEC V850                                       v850-*-*
 
 * New "set print array-indexes" command
 
This page took 0.030448 seconds and 4 git commands to generate.