* NEWS: Add item about if and while.
This commit is contained in:
parent
f3601320cc
commit
be9d82b8e5
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
Thu Oct 13 13:24:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
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
|
* .gdbinit: Restore `end'; it was not excess. Reindent
|
||||||
list-objfiles to make this clear. Comment out all of
|
list-objfiles to make this clear. Comment out all of
|
||||||
list-objfiles because old gdb's choke on it.
|
list-objfiles because old gdb's choke on it.
|
||||||
|
|
2
gdb/NEWS
2
gdb/NEWS
|
@ -1,6 +1,8 @@
|
||||||
What has changed since GDB-3.5?
|
What has changed since GDB-3.5?
|
||||||
(Organized release by release)
|
(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:
|
*** Changes in GDB-4.13:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue