diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-05-26 06:32:01 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-05-26 06:32:01 +0000 |
commit | c23968a21823bf856b9876dcf30483dc26c1a650 (patch) | |
tree | cec9a38c4be7858d9937eae47881849ecd34e529 | |
parent | 13f178c0afe96eb0109350623a1a8ccd3842a692 (diff) | |
download | gdb-c23968a21823bf856b9876dcf30483dc26c1a650.zip gdb-c23968a21823bf856b9876dcf30483dc26c1a650.tar.gz gdb-c23968a21823bf856b9876dcf30483dc26c1a650.tar.bz2 |
* NEWS: Document new "start" command.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ca13e95..24bd004 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-05-25 Joel Brobecker <brobecker@gnat.com> + + * NEWS: Document new "start" command. + 2004-05-25 Randolph Chung <tausq@debian.org> * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on @@ -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. |