GDB (API)
|
Go to the source code of this file.
Functions | |
int | parse_cli_boolean_value (char *arg) |
void | do_set_command (char *arg, int from_tty, struct cmd_list_element *c) |
void | do_show_command (char *arg, int from_tty, struct cmd_list_element *c) |
void | cmd_show_list (struct cmd_list_element *list, int from_tty, char *prefix) |
void cmd_show_list | ( | struct cmd_list_element * | list, |
int | from_tty, | ||
char * | prefix | ||
) |
Definition at line 673 of file cli-setshow.c.
void do_set_command | ( | char * | arg, |
int | from_tty, | ||
struct cmd_list_element * | c | ||
) |
Definition at line 151 of file cli-setshow.c.
void do_show_command | ( | char * | arg, |
int | from_tty, | ||
struct cmd_list_element * | c | ||
) |
Definition at line 569 of file cli-setshow.c.
int parse_cli_boolean_value | ( | char * | arg | ) |
Definition at line 79 of file cli-setshow.c.