* NEWS: Add item about if and while.

This commit is contained in:
Jim Kingdon 1994-10-13 20:44:08 +00:00
parent f3601320cc
commit be9d82b8e5
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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: