GDB (xrefs)
Loading...
Searching...
No Matches
Functions
cli-setshow.h File Reference
#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)
 
unsigned int parse_cli_var_uinteger (var_types var_type, const char **arg, bool expression)
 
int parse_cli_var_zuinteger_unlimited (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)
 

Function Documentation

◆ cmd_show_list()

void cmd_show_list ( struct cmd_list_element list,
int  from_tty 
)

Definition at line 700 of file cli-setshow.c.

◆ do_set_command()

void do_set_command ( const char *  arg,
int  from_tty,
struct cmd_list_element c 
)

◆ do_show_command()

void do_show_command ( const char *  arg,
int  from_tty,
struct cmd_list_element c 
)

◆ get_setshow_command_value_string()

std::string get_setshow_command_value_string ( const setting var)

◆ parse_cli_boolean_value() [1/2]

int parse_cli_boolean_value ( const char **  arg)

◆ parse_cli_boolean_value() [2/2]

int parse_cli_boolean_value ( const char *  arg)

Definition at line 107 of file cli-setshow.c.

References parse_cli_boolean_value().

◆ parse_cli_var_enum()

const char * parse_cli_var_enum ( const char **  args,
const char *const *  enums 
)

Definition at line 251 of file cli-setshow.c.

Referenced by do_set_command(), and gdb::option::parse_option().

◆ parse_cli_var_uinteger()

unsigned int parse_cli_var_uinteger ( var_types  var_type,
const char **  arg,
bool  expression 
)

◆ parse_cli_var_zuinteger_unlimited()

int parse_cli_var_zuinteger_unlimited ( const char **  arg,
bool  expression 
)