GDB (xrefs)
Public Attributes
cmd_list_element Struct Reference

#include "cli-decode.h"

List of all members.

Public Attributes

struct cmd_list_elementnext
const char * name
enum command_class class
void(* func )(struct cmd_list_element *c, char *args, int from_tty)
union {
   cmd_cfunc_ftype *   cfunc
   cmd_sfunc_ftype *   sfunc
function
void * context
char * doc
show_value_ftypeshow_value_func
int flags
char * replacement
void(* pre_show_hook )(struct cmd_list_element *c)
struct cmd_list_elementhook_pre
struct cmd_list_elementhook_post
int hook_in
struct cmd_list_element ** prefixlist
char * prefixname
char allow_unknown
struct cmd_list_elementprefix
char abbrev_flag
completer_ftype * completer
void(* destroyer )(struct cmd_list_element *self, void *context)
cmd_types type
void * var
var_types var_type
const char *constenums
struct command_lineuser_commands
struct cmd_list_elementhookee_pre
struct cmd_list_elementhookee_post
struct cmd_list_elementcmd_pointer
struct cmd_list_elementaliases
struct cmd_list_elementalias_chain

Detailed Description

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


Member Data Documentation

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

Referenced by add_alias_cmd(), add_cmd(), and delete_cmd().

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

Referenced by cmd_cfunc_eq(), do_cfunc(), and set_cmd_cfunc().

completer_ftype* cmd_list_element::completer

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

Referenced by delete_cmd(), get_cmd_context(), and set_cmd_context().

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

Referenced by add_cmd(), add_internal_function(), cmdpy_init(), and delete_cmd().

void(* cmd_list_element::func)(struct cmd_list_element *c, char *args, int from_tty)

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

Referenced by add_cmd(), define_command(), delete_cmd(), execute_cmd_post_hook(), and help_cmd().

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

Referenced by add_cmd(), define_command(), delete_cmd(), execute_cmd_pre_hook(), and help_cmd().

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

Referenced by add_cmd(), define_command(), and delete_cmd().

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

Referenced by add_cmd(), define_command(), and delete_cmd().

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

Referenced by add_cmd(), and do_show_command().

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

Referenced by add_catch_command(), do_sfunc(), and set_cmd_sfunc().

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

Referenced by add_setshow_cmd_full(), and do_show_command().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines