From be9d82b8e5c192f1ea29c48fd685f009abd88927 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Thu, 13 Oct 1994 20:44:08 +0000 Subject: [PATCH] * NEWS: Add item about if and while. --- gdb/ChangeLog | 2 ++ gdb/NEWS | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7c07bf5beb0..3d3756b1215 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. diff --git a/gdb/NEWS b/gdb/NEWS index 70f22e0ad33..b0c0625e504 100644 --- 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: -- 2.30.2