binutils-gdb/gdb/cli
Doug Evans 5a56e9c5e9 Add new "alias" command.
* NEWS: Mention new command.
	* command.h (valid_user_defined_cmd_name_p): Declare.
	* defs.h (make_cleanup_dyn_string_delete): Declare.
	* utils.c: #include "dyn-string.h".
	(do_dyn_string_delete, make_cleanup_dyn_string_delete): New functions.
	* cli/cli-cmds.c: #include "dyn-string.h".
	(argv_to_dyn_string, valid_command_p, alias_command): New functions.
	(init_cli_cmds): Add new command.
	* cli/cli-decode.c (valid_user_defined_cmd_name_p): New function.

	doc/
	* gdb.texinfo (Extending GDB): Document alias command.

	testsuite/
	* gdb.base/alias.exp: Add tests for alias command.
2011-10-09 22:21:43 +00:00
..
cli-cmds.c Add new "alias" command. 2011-10-09 22:21:43 +00:00
cli-cmds.h
cli-decode.c Add new "alias" command. 2011-10-09 22:21:43 +00:00
cli-decode.h
cli-dump.c 2011-07-26 Sterling Augustine <saugustine@google.com> 2011-07-26 21:09:06 +00:00
cli-dump.h
cli-interp.c gdb/ 2011-09-12 21:25:22 +00:00
cli-logging.c 2011-08-04 Pedro Alves <pedro@codesourcery.com> 2011-08-04 19:10:14 +00:00
cli-script.c 2011-09-02 Pedro Alves <pedro@codesourcery.com> 2011-09-02 16:56:30 +00:00
cli-script.h
cli-setshow.c 2011-08-04 Pedro Alves <pedro@codesourcery.com> 2011-08-04 19:10:14 +00:00
cli-setshow.h
cli-utils.c
cli-utils.h