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

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

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

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 
)
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().