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:
f360132
)
* NEWS: Add item about if and while.
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Thu, 13 Oct 1994 20:44:08 +0000
(20:44 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Thu, 13 Oct 1994 20:44:08 +0000
(20:44 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/NEWS
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 7c07bf5beb001c258acdc3c1a887b046aed13a4b..3d3756b1215d80a41ca757fbc9eb89b0e7fe6b8b 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,7
@@
Thu Oct 13 13:24:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * NEWS: Add item about if and while.
+
* .gdbinit: Restore `end'; it was not excess. Reindent
list-objfiles to make this clear. Comment out all of
list-objfiles because old gdb's choke on it.
diff --git
a/gdb/NEWS
b/gdb/NEWS
index 70f22e0ad339771380d7d24493cbdb804f93ce99..b0c0625e504476a01254dad99333623945f17fd1 100644
(file)
--- a/
gdb/NEWS
+++ b/
gdb/NEWS
@@
-1,6
+1,8
@@
What has changed since GDB-3.5?
(Organized release by release)
+* New "if" and "while" commands. This makes it possible to write
+somewhat more sophisticated user-defined commands.
*** Changes in GDB-4.13: