aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2011-11-15 05:06:35 +0000
committerDoug Evans <dje@google.com>2011-11-15 05:06:35 +0000
commited59ded5ebf4f5eb5014612020c88ebd27f0b819 (patch)
tree364c1a0084e846164c80cd0d339afcb9a5e7e209 /gdb/NEWS
parent81f5d455defd839446d1f1b51ed84f170b47a5c1 (diff)
downloadgdb-ed59ded5ebf4f5eb5014612020c88ebd27f0b819.zip
gdb-ed59ded5ebf4f5eb5014612020c88ebd27f0b819.tar.gz
gdb-ed59ded5ebf4f5eb5014612020c88ebd27f0b819.tar.bz2
Make "!" an alias for "shell".
* NEWS: Add mention. * cli/cli-cmds.c (init_cli_cmds): Remove xdb_commands condition on adding "!" command, always add it. * cli/cli-decode.c (find_command_name_length): Recognize "!" as a command of length one. doc/ * gdb.texinfo (Shell Commands): Document "!". testsuite/ * gdb.base/shell.exp: New file.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index dc16a4b..bce8e3c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -103,6 +103,12 @@
at the time the function got called. Entry values are available only since
gcc version 4.7.
+* New commands
+
+!SHELL COMMAND
+ "!" is now an alias of the "shell" command.
+ Note that no space is needed between "!" and SHELL COMMAND.
+
* Changed commands
watch EXPRESSION mask MASK_VALUE