GDB (xrefs)
|
Go to the source code of this file.
Functions | |
static int | mi_getopt_1 (const char *prefix, int argc, const char *const *argv, const struct mi_opt *opts, int *oind, const char **oarg, int error_on_unknown) |
int | mi_getopt (const char *prefix, int argc, const char *const *argv, const struct mi_opt *opts, int *oind, const char **oarg) |
int | mi_getopt_allow_unknown (const char *prefix, int argc, const char *const *argv, const struct mi_opt *opts, int *oind, const char **oarg) |
int | mi_valid_noargs (const char *prefix, int argc, const char *const *argv) |
int mi_getopt | ( | const char * | prefix, |
int | argc, | ||
const char *const * | argv, | ||
const struct mi_opt * | opts, | ||
int * | oind, | ||
const char ** | oarg ) |
Definition at line 82 of file mi-getopt.c.
References mi_getopt_1(), and prefix.
Referenced by mi_catch_load_unload(), mi_cmd_add_inferior(), mi_cmd_break_condition(), mi_cmd_break_insert_1(), mi_cmd_break_watch(), mi_cmd_catch_assert(), mi_cmd_catch_exception(), mi_cmd_catch_exception_event(), mi_cmd_catch_handlers(), mi_cmd_data_list_register_values(), mi_cmd_data_read_memory(), mi_cmd_data_read_memory_bytes(), mi_cmd_data_write_memory(), mi_cmd_disassemble(), mi_cmd_env_dir(), mi_cmd_env_path(), mi_cmd_exec_run(), mi_cmd_file_list_exec_source_files(), mi_cmd_list_thread_groups(), mi_cmd_stack_list_frames(), mi_cmd_stack_list_locals(), mi_cmd_stack_list_variables(), mi_cmd_symbol_info_modules(), mi_cmd_symbol_info_types(), mi_cmd_target_file_delete(), mi_cmd_target_file_get(), mi_cmd_target_file_put(), mi_cmd_trace_frame_collected(), mi_cmd_trace_save(), mi_cmd_var_evaluate_expression(), mi_info_functions_or_variables(), mi_info_module_functions_or_variables(), and mi_valid_noargs().
|
static |
Definition at line 27 of file mi-getopt.c.
References mi_opt::arg_p, mi_opt::index, mi_opt::name, and prefix.
Referenced by mi_getopt(), and mi_getopt_allow_unknown().
int mi_getopt_allow_unknown | ( | const char * | prefix, |
int | argc, | ||
const char *const * | argv, | ||
const struct mi_opt * | opts, | ||
int * | oind, | ||
const char ** | oarg ) |
Definition at line 91 of file mi-getopt.c.
References mi_getopt_1(), and prefix.
Referenced by mi_cmd_stack_list_args().
int mi_valid_noargs | ( | const char * | prefix, |
int | argc, | ||
const char *const * | argv ) |
Definition at line 100 of file mi-getopt.c.
References mi_getopt(), and prefix.
Referenced by mi_cmd_file_list_exec_source_file(), and mi_cmd_inferior_tty_show().