GDB (xrefs)
Functions
/home/stan/gdb/src/gdb/cli/cli-setshow.c File Reference
#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

static int notify_command_param_changed_p (int param_changed, struct cmd_list_element *c)
static enum auto_boolean parse_auto_binary_operation (const char *arg)
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)
static int is_unlimited_literal (const 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)

Function Documentation

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

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

References len, and skip_spaces_const().

Referenced by do_set_command().

static int notify_command_param_changed_p ( int  param_changed,
struct cmd_list_element c 
) [static]

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

References cmd_list_element::class, class_deprecated, class_maintenance, and class_obscure.

Referenced by do_set_command().

static enum auto_boolean parse_auto_binary_operation ( const char *  arg) [static]

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

References _, AUTO_BOOLEAN_AUTO, AUTO_BOOLEAN_FALSE, AUTO_BOOLEAN_TRUE, and error().

Referenced by do_set_command().

int parse_cli_boolean_value ( char *  arg)

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

Referenced by do_set_command(), and set_per_command_cmd().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines