aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-10-13 20:44:08 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-10-13 20:44:08 +0000
commitbe9d82b8e5c192f1ea29c48fd685f009abd88927 (patch)
tree974c904fac9cf739e8b61d4ea0cc14ad953949b2 /gdb/NEWS
parentf3601320ccda2569c08afd2b0840f236bff9a184 (diff)
downloadgdb-be9d82b8e5c192f1ea29c48fd685f009abd88927.zip
gdb-be9d82b8e5c192f1ea29c48fd685f009abd88927.tar.gz
gdb-be9d82b8e5c192f1ea29c48fd685f009abd88927.tar.bz2
* NEWS: Add item about if and while.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 70f22e0..b0c0625 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: