GDB (xrefs)
|
#include <string>
Go to the source code of this file.
Functions | |
int | parse_cli_boolean_value (const char *arg) |
int | parse_cli_boolean_value (const char **arg) |
LONGEST | parse_cli_var_integer (var_types var_type, const literal_def *extra_literals, const char **arg, bool expression) |
const char * | parse_cli_var_enum (const char **args, const char *const *enums) |
void | do_set_command (const char *arg, int from_tty, struct cmd_list_element *c) |
void | do_show_command (const char *arg, int from_tty, struct cmd_list_element *c) |
std::string | get_setshow_command_value_string (const setting &var) |
void | cmd_show_list (struct cmd_list_element *list, int from_tty) |
|
extern |
Definition at line 680 of file cli-setshow.c.
|
extern |
Definition at line 327 of file cli-setshow.c.
References auto_boolean_enums, cmd_list_element::enums, error_no_arg(), extra_literals, cmd_list_element::func, get_current_arch(), interps_notify_param_changed(), name, cmd_list_element::name, notify_command_param_changed_p(), parse_auto_binary_operation(), parse_cli_boolean_value(), parse_cli_var_enum(), parse_cli_var_integer(), parse_escape(), cmd_list_element::prefix, set_cmd, setlist, cmd_list_element::subcommands, cmd_list_element::type, cmd_list_element::var, var_auto_boolean, var_boolean, var_enum, var_filename, var_integer, var_optional_filename, var_pinteger, var_string, var_string_noescape, var_uinteger, xfree(), and xmalloc().
Referenced by execute_command(), set_auto_load_cmd(), set_per_command_cmd(), and with_command_1().
|
extern |
Definition at line 652 of file cli-setshow.c.
References current_uiout, deprecated_show_value_hack(), ui_out::field_string(), cmd_list_element::func, gdb_stdout, get_setshow_command_value_string(), ui_out::is_mi_like_p(), show_cmd, cmd_list_element::show_value_func, cmd_list_element::type, and cmd_list_element::var.
Referenced by cmd_show_list(), execute_command(), and show_remote_cmd().
|
extern |
Definition at line 564 of file cli-setshow.c.
References AUTO_BOOLEAN_AUTO, AUTO_BOOLEAN_FALSE, AUTO_BOOLEAN_TRUE, literal_def::literal, ui_file::printf(), ui_file::puts(), ui_file::putstr(), string_file::release(), cmd_list_element::var, var_auto_boolean, var_boolean, var_enum, var_filename, var_integer, var_optional_filename, var_pinteger, var_string, var_string_noescape, and var_uinteger.
Referenced by do_show_command(), str_value_from_setting(), and with_command_1().
|
extern |
Definition at line 78 of file cli-setshow.c.
Referenced by do_set_command(), parse_cli_boolean_value(), gdb::option::parse_option(), and set_per_command_cmd().
|
extern |
Definition at line 108 of file cli-setshow.c.
References parse_cli_boolean_value().
const char * parse_cli_var_enum | ( | const char ** | args, |
const char *const * | enums ) |
Definition at line 272 of file cli-setshow.c.
Referenced by do_set_command(), and gdb::option::parse_option().
|
extern |
Definition at line 197 of file cli-setshow.c.
References error_no_arg(), extra_literals, get_literal_val(), get_ulongest(), literal_def::literal, parse_and_eval_long(), var_integer, var_pinteger, and var_uinteger.
Referenced by do_set_command(), and gdb::option::parse_option().