diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-10-13 20:44:08 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-10-13 20:44:08 +0000 |
commit | be9d82b8e5c192f1ea29c48fd685f009abd88927 (patch) | |
tree | 974c904fac9cf739e8b61d4ea0cc14ad953949b2 | |
parent | f3601320ccda2569c08afd2b0840f236bff9a184 (diff) | |
download | gdb-be9d82b8e5c192f1ea29c48fd685f009abd88927.zip gdb-be9d82b8e5c192f1ea29c48fd685f009abd88927.tar.gz gdb-be9d82b8e5c192f1ea29c48fd685f009abd88927.tar.bz2 |
* NEWS: Add item about if and while.
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7c07bf5..3d3756b 100644 --- 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. @@ -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: |