GDB (xrefs)
|
Go to the source code of this file.
Classes | |
struct | test_options_opts |
Variables | |
const char | test_options_enum_values_xxx [] = "xxx" |
const char | test_options_enum_values_yyy [] = "yyy" |
const char | test_options_enum_values_zzz [] = "zzz" |
static const char *const | test_options_enum_values_choices [] |
static const gdb::option::option_def | test_options_option_defs [] |
static std::string | maintenance_test_options_command_completion_text |
static cmd_list_element * | maintenance_test_options_list |
void _initialize_maint_test_options | ( | ) |
Definition at line 413 of file maint-test-options.c.
Referenced by initialize_all_files().
|
static |
Definition at line 283 of file maint-test-options.c.
References gdb_puts(), and maintenance_test_options_command_completion_text.
|
static |
Definition at line 255 of file maint-test-options.c.
References gdb_stdout, make_test_options_options_def_group(), and gdb::option::process_options().
Referenced by maintenance_test_options_require_delimiter_command(), maintenance_test_options_unknown_is_error_command(), and maintenance_test_options_unknown_is_operand_command().
|
static |
Definition at line 317 of file maint-test-options.c.
References gdb::option::complete_options(), make_test_options_options_def_group(), and save_completion_result().
Referenced by maintenance_test_options_require_delimiter_command_completer(), maintenance_test_options_unknown_is_error_command_completer(), and maintenance_test_options_unknown_is_operand_command_completer().
|
static |
Definition at line 342 of file maint-test-options.c.
References maintenance_test_options_command_mode(), and gdb::option::PROCESS_OPTIONS_REQUIRE_DELIMITER.
|
static |
Definition at line 375 of file maint-test-options.c.
References maintenance_test_options_completer_mode(), and gdb::option::PROCESS_OPTIONS_REQUIRE_DELIMITER.
|
static |
Definition at line 353 of file maint-test-options.c.
References maintenance_test_options_command_mode(), and gdb::option::PROCESS_OPTIONS_UNKNOWN_IS_ERROR.
|
static |
Definition at line 387 of file maint-test-options.c.
References maintenance_test_options_completer_mode(), and gdb::option::PROCESS_OPTIONS_UNKNOWN_IS_ERROR.
|
static |
Definition at line 364 of file maint-test-options.c.
References maintenance_test_options_command_mode(), and gdb::option::PROCESS_OPTIONS_UNKNOWN_IS_OPERAND.
|
static |
Definition at line 399 of file maint-test-options.c.
References maintenance_test_options_completer_mode(), and gdb::option::PROCESS_OPTIONS_UNKNOWN_IS_OPERAND.
|
inlinestatic |
Definition at line 243 of file maint-test-options.c.
References test_options_option_defs.
Referenced by maintenance_test_options_command_mode(), and maintenance_test_options_completer_mode().
|
static |
Definition at line 293 of file maint-test-options.c.
References maintenance_test_options_command_completion_text, ui_file::puts(), and string_file::release().
Referenced by maintenance_test_options_completer_mode().
|
static |
Definition at line 278 of file maint-test-options.c.
Referenced by maintenance_show_test_options_completion_result(), and save_completion_result().
|
static |
Definition at line 408 of file maint-test-options.c.
|
static |
Definition at line 119 of file maint-test-options.c.
const char test_options_enum_values_xxx[] = "xxx" |
Definition at line 116 of file maint-test-options.c.
const char test_options_enum_values_yyy[] = "yyy" |
Definition at line 117 of file maint-test-options.c.
const char test_options_enum_values_zzz[] = "zzz" |
Definition at line 118 of file maint-test-options.c.
|
static |
Definition at line 169 of file maint-test-options.c.
Referenced by make_test_options_options_def_group().