]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/cli/cli-cmds.c
Make "!" an alias for "shell".
authorDoug Evans <dje@google.com>
Tue, 15 Nov 2011 05:06:35 +0000 (05:06 +0000)
committerDoug Evans <dje@google.com>
Tue, 15 Nov 2011 05:06:35 +0000 (05:06 +0000)
commited59ded5ebf4f5eb5014612020c88ebd27f0b819
tree364c1a0084e846164c80cd0d339afcb9a5e7e209
parent81f5d455defd839446d1f1b51ed84f170b47a5c1
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.
gdb/ChangeLog
gdb/NEWS
gdb/cli/cli-cmds.c
gdb/cli/cli-decode.c
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/shell.exp [new file with mode: 0644]