GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
command_smob Struct Reference

Public Attributes

gdb_smob base
 
char * name
 
char * cmd_name
 
int is_prefix
 
enum command_class cmd_class
 
char * doc
 
struct cmd_list_elementcommand
 
struct cmd_list_elementsub_list
 
SCM invoke
 
SCM complete
 
SCM containing_scm
 

Detailed Description

Definition at line 40 of file scm-cmd.c.

Member Data Documentation

◆ base

gdb_smob command_smob::base

Definition at line 43 of file scm-cmd.c.

Referenced by cmdscm_make_command_smob().

◆ cmd_class

enum command_class command_smob::cmd_class

◆ cmd_name

char* command_smob::cmd_name

Definition at line 51 of file scm-cmd.c.

Referenced by gdbscm_register_command_x().

◆ command

struct cmd_list_element* command_smob::command

Definition at line 65 of file scm-cmd.c.

Referenced by cmdscm_is_valid(), cmdscm_release_command(), and gdbscm_register_command_x().

◆ complete

SCM command_smob::complete

◆ containing_scm

SCM command_smob::containing_scm

◆ doc

char* command_smob::doc

Definition at line 60 of file scm-cmd.c.

Referenced by gdbscm_make_command(), and gdbscm_register_command_x().

◆ invoke

SCM command_smob::invoke

◆ is_prefix

int command_smob::is_prefix

Definition at line 54 of file scm-cmd.c.

Referenced by gdbscm_make_command(), and gdbscm_register_command_x().

◆ name

char* command_smob::name

◆ sub_list

struct cmd_list_element* command_smob::sub_list

Definition at line 73 of file scm-cmd.c.

Referenced by gdbscm_register_command_x().


The documentation for this struct was generated from the following file: