GDB (API)
|
#include "defs.h"
#include "readline/tilde.h"
#include "value.h"
#include <ctype.h>
#include "gdb_string.h"
#include "arch-utils.h"
#include "observer.h"
#include "ui-out.h"
#include "cli/cli-decode.h"
#include "cli/cli-cmds.h"
#include "cli/cli-setshow.h"
#include "cli/cli-utils.h"
Go to the source code of this file.
Functions | |
int | parse_cli_boolean_value (char *arg) |
void | deprecated_show_value_hack (struct ui_file *ignore_file, int ignore_from_tty, struct cmd_list_element *c, const char *value) |
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 deprecated_show_value_hack | ( | struct ui_file * | ignore_file, |
int | ignore_from_tty, | ||
struct cmd_list_element * | c, | ||
const char * | value | ||
) |
Definition at line 106 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.