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 run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
cli-decode.c Add new "alias" command. 2011-10-09 22:21:43 +00:00
cli-decode.h 2011-03-11 Michael Snyder <msnyder@vmware.com> 2011-03-12 22:59:24 +00:00
cli-dump.c 2011-07-26 Sterling Augustine <saugustine@google.com> 2011-07-26 21:09:06 +00:00
cli-dump.h * reverse.c: Include cli-utils.h. 2011-02-21 18:13:17 +00:00
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 run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
cli-setshow.c 2011-08-04 Pedro Alves <pedro@codesourcery.com> 2011-08-04 19:10:14 +00:00
cli-setshow.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
cli-utils.c * linespec.c (find_methods): Canonicalize NAME before looking 2011-03-16 21:12:12 +00:00
cli-utils.h * linespec.c (find_methods): Canonicalize NAME before looking 2011-03-16 21:12:12 +00:00