|
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 |
| 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_make_command_smob(), gdbscm_make_command(), gdbscm_register_command_x(), and VEC().
| SCM _command_smob::containing_scm |
Definition at line 87 of file scm-cmd.c.
Referenced by cmdscm_function(), cmdscm_release_command(), gdbscm_register_command_x(), and VEC().
| 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 cmdscm_print_command_smob(), gdbscm_make_command(), and gdbscm_register_command_x().
| struct cmd_list_element* _command_smob::sub_list |
Definition at line 73 of file scm-cmd.c.
Referenced by gdbscm_register_command_x().
1.8.10