GDB (xrefs)
|
Public Attributes | |
gdb_smob | base |
char * | name |
char * | cmd_name |
int | is_prefix |
enum command_class | cmd_class |
char * | doc |
struct cmd_list_element * | command |
struct cmd_list_element * | sub_list |
SCM | invoke |
SCM | complete |
SCM | containing_scm |
gdb_smob command_smob::base |
Definition at line 43 of file scm-cmd.c.
Referenced by cmdscm_make_command_smob().
enum command_class command_smob::cmd_class |
Definition at line 57 of file scm-cmd.c.
Referenced by cmdscm_make_command_smob(), gdbscm_make_command(), and gdbscm_register_command_x().
char* command_smob::cmd_name |
Definition at line 51 of file scm-cmd.c.
Referenced by gdbscm_register_command_x().
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().
SCM command_smob::complete |
Definition at line 82 of file scm-cmd.c.
Referenced by cmdscm_completer(), cmdscm_make_command_smob(), gdbscm_make_command(), and gdbscm_register_command_x().
SCM command_smob::containing_scm |
Definition at line 87 of file scm-cmd.c.
Referenced by cmdscm_completer(), cmdscm_function(), cmdscm_make_command_smob(), cmdscm_release_command(), and gdbscm_register_command_x().
char* command_smob::doc |
Definition at line 60 of file scm-cmd.c.
Referenced by gdbscm_make_command(), and gdbscm_register_command_x().
SCM command_smob::invoke |
Definition at line 78 of file scm-cmd.c.
Referenced by cmdscm_function(), cmdscm_make_command_smob(), gdbscm_make_command(), and gdbscm_register_command_x().
int command_smob::is_prefix |
Definition at line 54 of file scm-cmd.c.
Referenced by gdbscm_make_command(), and gdbscm_register_command_x().
char* command_smob::name |
Definition at line 46 of file scm-cmd.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), cmdscm_print_command_smob(), gdbscm_make_command(), gdbscm_register_command_x(), and gdb.dap.varref.BaseReference::to_object().
struct cmd_list_element* command_smob::sub_list |
Definition at line 73 of file scm-cmd.c.
Referenced by gdbscm_register_command_x().