OSDN Git Service

* mi/mi-cmds.h (mi_cmd_args_ftype): Remove.
authorvprus <vprus>
Thu, 24 Apr 2008 13:28:03 +0000 (13:28 +0000)
committervprus <vprus>
Thu, 24 Apr 2008 13:28:03 +0000 (13:28 +0000)
commit4f3e2425eec20fbb3b67d22ba491532309dee281
tree3f8e746dcd18b93ea2a419e537a6e3e230afed68
parentaea8e7731917888235c1965b6e49786a3141bd7e
* mi/mi-cmds.h (mi_cmd_args_ftype): Remove.
Adjust all prototypes using mi_cmd_args_ftype to use
mi_cmd_argv_ftype.
(struct mi_cmd): Remove the args_func field.
* mi/mi-cmds.c: Don't provide value for the args_func field.
* mi/mi-main.c (mi_execute_async_cli_command)
(mi_cmd_exec_run, mi_cmd_exec_next, mi_cmd_exec_next_instruction)
(mi_cmd_exec_step, mi_cmd_exec_step_instruction)
(mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return)
(mi_cmd_exec_continue, mi_cmd_exec_interrupt)
(mi_cmd_target_download): Adjust.
(mi_cmd_target_select): Adjust. Pass 0 for from_tty parameter.
(mi_cmd_execute): Do not check for args_func.
(mi_execute_async_cli_command): Adjust.
* mi/mi-parse.c: Don't check for args_func.
gdb/ChangeLog
gdb/mi/mi-cmds.c
gdb/mi/mi-cmds.h
gdb/mi/mi-main.c
gdb/mi/mi-parse.c