diff options
-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: |