GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Enumerations | Functions | Variables
cli-decode.h File Reference
#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 []
 

Enumeration Type Documentation

◆ cmd_types

enum cmd_types
Enumerator
not_set_cmd 
set_cmd 
show_cmd 

Definition at line 35 of file cli-decode.h.

Function Documentation

◆ apropos_cmd()

void apropos_cmd ( struct ui_file * stream,
struct cmd_list_element * commandlist,
bool verbose,
compiled_regex & regex )
extern

◆ cli_user_command_p()

int cli_user_command_p ( struct cmd_list_element * cmd)
extern

◆ find_command_name_length()

int find_command_name_length ( const char * text)
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().

◆ help_cmd()

void help_cmd ( const char * command,
struct ui_file * stream )
extern

◆ not_just_help_class_command()

void not_just_help_class_command ( const char * arg,
int from_tty )
extern

Definition at line 483 of file cli-decode.c.

◆ print_doc_line()

void print_doc_line ( struct ui_file * stream,
const char * str,
bool for_value_prefix )
extern

Variable Documentation

◆ auto_boolean_enums

const char* const auto_boolean_enums[]
extern

◆ boolean_enums

const char* const boolean_enums[]
extern