* mi/mi-cmds.h (mi_cmd_args_ftype): Remove.
authorVladimir Prus <vladimir@codesourcery.com>
Thu, 24 Apr 2008 13:28:06 +0000 (13:28 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Thu, 24 Apr 2008 13:28:06 +0000 (13:28 +0000)
commit9e22b03a59af5954c5c62391c22475d1916bc4bd
treedde75c8a39acfb5db9c51820736b942d0414e2c9
parent18a1839349df0a60254542ab16bc5e299d9bfaeb
* 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
This page took 0.034879 seconds and 4 git commands to generate.