* Makefile.in (fork-child.o): Update.
[deliverable/binutils-gdb.git] / gdb / NEWS
index b689f8cdcfd7a6f3c36fb8a4ca4eaf44685a13c9..4aba328fcdc39565d1af4d3e5cdd9d60bab0187a 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,14 +3,24 @@
 
 *** Changes since GDB 6.8
 
+* Watchpoints can now be set on unreadable memory locations, e.g. addresses
+which will be allocated using malloc later in program execution.
+
+* New features in the GDB remote stub, gdbserver
+
+  - The "--wrapper" command-line argument tells gdbserver to use a
+  wrapper program to launch programs for debugging.
+
 * New commands
 
 set debug timetstamp
 show debug timestamp
   Display timestamps with GDB debugging output.
 
-* Watchpoints can now be set on unreadable memory locations, e.g. addresses
-which will be allocated using malloc later in program execution.
+set exec-wrapper
+show exec-wrapper
+unset exec-wrapper
+  Use a wrapper program to launch programs for debugging.
 
 *** Changes in GDB 6.8
 
This page took 0.024993 seconds and 4 git commands to generate.