projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f178c
)
* NEWS: Document new "start" command.
author
Joel Brobecker
<brobecker@gnat.com>
Wed, 26 May 2004 06:32:01 +0000
(06:32 +0000)
committer
Joel Brobecker
<brobecker@gnat.com>
Wed, 26 May 2004 06:32:01 +0000
(06:32 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/NEWS
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index ca13e954460e983e1bd2eec411b46ee1e4b32706..24bd0047511e5b62e7bb69327dc53ba77e3a09e9 100644
(file)
--- 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
diff --git
a/gdb/NEWS
b/gdb/NEWS
index 0a3458ff8853d00b4487673a93a9b0abd33ac608..adf8d076621af337d55a37641430d631d740ef8a 100644
(file)
--- 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.