aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-05-26 06:32:01 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-05-26 06:32:01 +0000
commitc23968a21823bf856b9876dcf30483dc26c1a650 (patch)
treecec9a38c4be7858d9937eae47881849ecd34e529 /gdb/NEWS
parent13f178c0afe96eb0109350623a1a8ccd3842a692 (diff)
downloadgdb-c23968a21823bf856b9876dcf30483dc26c1a650.zip
gdb-c23968a21823bf856b9876dcf30483dc26c1a650.tar.gz
gdb-c23968a21823bf856b9876dcf30483dc26c1a650.tar.bz2
* NEWS: Document new "start" command.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 0a3458f..adf8d07 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@
*** Changes since GDB 6.1:
+* New ``start'' command.
+
+This command runs the program until the begining of the main procedure.
+
* Signal trampoline code overhauled
Many generic problems with GDB's signal handling code have been fixed.