binutils-gdb/gdb/cli
Andrew Cagney 5913bcb0f6 * command.h: (execute_cmd_post_hook): Declare.
(execute_cmd_pre_hook): Declare.
* cli/cli-script.c (clear_hook_in_cleanup): New function.
(execute_cmd_post_hook, execute_cmd_pre_hook): New
functions. Execute pre/post hook while ensuring that afterwords
hook_in is cleared.
* top.c (execute_command): Use execute_cmd_post_hook, and
execute_cmd_pre_hook to execute pre/post commands.
* infrun.c (normal_stop): Pass stop_command and not pre_hook to
hook_stop_stub.
(hook_stop_stub): Call execute_cmd_pre_hook.
2002-03-17 19:53:39 +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 (set_cmd_completer): New function. 2002-03-06 06:28:35 +00:00
cli-decode.h * cli/cli-decode.c (set_cmd_completer): New function. 2002-03-06 06:28: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
cli-utils.c
cli-utils.h