GDB (xrefs)
Functions
cli-setshow.h File Reference

Go to the source code of this file.

Functions

int parse_cli_boolean_value (const char *arg)
 
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)
 
void cmd_show_list (struct cmd_list_element *list, int from_tty, const char *prefix)
 

Function Documentation

◆ cmd_show_list()

void cmd_show_list ( struct cmd_list_element list,
int  from_tty,
const char *  prefix 
)

Definition at line 657 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 
)

◆ parse_cli_boolean_value()

int parse_cli_boolean_value ( const char *  arg)

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

Referenced by do_set_command(), and set_per_command_cmd().