binutils-gdb/gdb/cli
Andrew Cagney 18a642a148 * command.h: Update copyright.
(struct cmd_list_element): Replace definition with opaque
declaration.
(enum cmd_types): Document that it will eventually be moved to
cli/cli-decode.h
(CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
(MALLOCED_REPLACEMENT): Delete macro.
* Makefile.in (cli_decode_h): Add $(command_h).
(top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
* top.c: Include "cli/cli-decode.h".
* completer.c: Include "cli/cli-decode.h".
* maint.c: Include "cli/cli-decode.h".
* cli/cli-decode.h: Include "command.h".
(enum command_class): Delete.
(enum cmd_types): Comment out.
(enum cmd_auto_boolean): Delete.
(enum var_types): Delete.
2002-03-24 00:40:35 +00:00
..
cli-cmds.c * cli/cli-decode.c (set_cmd_completer): New function. 2002-03-06 06:28:35 +00:00
cli-cmds.h * cli/cli-decode.c (cmd_cfunc_eq): New function. 2002-02-23 20:12:13 +00:00
cli-decode.c * cli/cli-decode.c: Include "gdb_assert.h". 2002-03-24 00:24:35 +00:00
cli-decode.h * command.h: Update copyright. 2002-03-24 00:40:35 +00:00
cli-script.c * command.h: (execute_cmd_post_hook): Declare. 2002-03-17 19:53:39 +00:00
cli-script.h Remove else clause to #if UI_OUT. 2002-01-17 22:15:18 +00:00
cli-setshow.c * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions. 2002-02-05 04:37:23 +00:00
cli-setshow.h 2001-07-16 Elena Zannoni <ezannoni@redhat.com> 2001-07-16 14:46:34 +00:00
cli-utils.c Move putchar_filtered() to utils.c. 2001-01-31 03:46:23 +00:00
cli-utils.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00