|
GDB (API)
|
#include "command.h"Go to the source code of this file.
Classes | |
| struct | cmd_list_element |
Defines | |
| #define | CMD_DEPRECATED 0x1 |
| #define | DEPRECATED_WARN_USER 0x2 |
| #define | MALLOCED_REPLACEMENT 0x4 |
| #define | DOC_ALLOCATED 0x8 |
Functions | |
| void | help_cmd_list (struct cmd_list_element *, enum command_class, char *, int, struct ui_file *) |
| void | help_cmd (char *, struct ui_file *) |
| void | apropos_cmd (struct ui_file *, struct cmd_list_element *, struct re_pattern_buffer *, char *) |
| void | not_just_help_class_command (char *arg, int from_tty) |
| void | print_doc_line (struct ui_file *, char *) |
Variables | |
| const char *const | auto_boolean_enums [] |
| #define CMD_DEPRECATED 0x1 |
Definition at line 51 of file cli-decode.h.
| #define DEPRECATED_WARN_USER 0x2 |
Definition at line 52 of file cli-decode.h.
| #define DOC_ALLOCATED 0x8 |
Definition at line 54 of file cli-decode.h.
| #define MALLOCED_REPLACEMENT 0x4 |
Definition at line 53 of file cli-decode.h.
| void apropos_cmd | ( | struct ui_file * | , |
| struct cmd_list_element * | , | ||
| struct re_pattern_buffer * | , | ||
| char * | |||
| ) |
Definition at line 881 of file cli-decode.c.
| void help_cmd | ( | char * | , |
| struct ui_file * | |||
| ) |
Definition at line 936 of file cli-decode.c.
| void help_cmd_list | ( | struct cmd_list_element * | , |
| enum | command_class, | ||
| char * | , | ||
| int | , | ||
| struct ui_file * | |||
| ) |
Definition at line 1179 of file cli-decode.c.
| void not_just_help_class_command | ( | char * | arg, |
| int | from_tty | ||
| ) |
Definition at line 371 of file cli-decode.c.
| void print_doc_line | ( | struct ui_file * | , |
| char * | |||
| ) |
Definition at line 1111 of file cli-decode.c.
| const char* const auto_boolean_enums[] |
Definition at line 497 of file cli-decode.c.
1.7.6.1