GDB (xrefs)
|
#include "command.h"
#include "gdbsupport/gdb_regex.h"
#include "cli-script.h"
#include "completer.h"
#include "gdbsupport/intrusive_list.h"
#include "gdbsupport/buildargv.h"
Go to the source code of this file.
Classes | |
struct | cmd_list_element |
Enumerations | |
enum | cmd_types { not_set_cmd , set_cmd , show_cmd } |
Functions | |
void | help_cmd (const char *, struct ui_file *) |
void | apropos_cmd (struct ui_file *, struct cmd_list_element *, bool verbose, compiled_regex &) |
void | not_just_help_class_command (const char *arg, int from_tty) |
void | print_doc_line (struct ui_file *stream, const char *str, bool for_value_prefix) |
int | cli_user_command_p (struct cmd_list_element *) |
int | find_command_name_length (const char *) |
Variables | |
const char *const | boolean_enums [] |
const char *const | auto_boolean_enums [] |
enum cmd_types |
Enumerator | |
---|---|
not_set_cmd | |
set_cmd | |
show_cmd |
Definition at line 35 of file cli-decode.h.
|
extern |
Definition at line 1674 of file cli-decode.c.
References alias, cmd_list_element::aliases, apropos_cmd(), cmd_list_element::doc, cmd_list_element::is_alias(), cmd_list_element::is_prefix(), cmd_list_element::name, cmd_list_element::next, print_doc_of_command(), cmd_list_element::subcommands, and user_documented_alias().
Referenced by apropos_cmd(), and apropos_command().
|
extern |
Definition at line 2742 of file cli-decode.c.
References class_user, do_simple_func(), cmd_list_element::func, and cmd_list_element::theclass.
Referenced by has_user_subcmd(), show_user(), and show_user_1().
|
extern |
Definition at line 2111 of file cli-decode.c.
References valid_cmd_char_p().
Referenced by line_first_arg(), lookup_cmd(), lookup_cmd_1(), and lookup_cmd_composition_1().
|
extern |
Definition at line 1744 of file cli-decode.c.
References alias, all_classes, all_commands, cmdlist, cmd_list_element::doc, fput_alias_definition_styled(), fput_aliases_definition_styled(), fput_command_names_styled(), gdb_printf(), gdb_puts(), help_all(), help_list(), cmd_list_element::hook_post, cmd_list_element::hook_pre, cmd_list_element::is_command_class_help(), cmd_list_element::is_prefix(), lookup_cmd(), lookup_cmd_composition(), cmd_list_element::name, cmd_list_element::prefixname(), cmd_list_element::subcommands, cmd_list_element::theclass, and user_documented_alias().
Referenced by help_command().
|
extern |
Definition at line 483 of file cli-decode.c.
|
extern |
Definition at line 1944 of file cli-decode.c.
References gdb_puts(), xfree(), and xmalloc().
Referenced by deprecated_show_value_hack(), print_doc_of_command(), and print_help_for_command().
|
extern |
Definition at line 744 of file cli-decode.c.
Referenced by add_setshow_auto_boolean_cmd(), add_setshow_auto_boolean_cmd(), and do_set_command().
|
extern |
Definition at line 800 of file cli-decode.c.
Referenced by add_setshow_boolean_cmd(), add_setshow_boolean_cmd(), and gdb::option::parse_option().