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

Public Attributes

gdb_smob base
 
char * name
 
char * cmd_name
 
enum command_class cmd_class
 
const char * pname
 
enum var_types type
 
const literal_defextra_literals
 
char * set_doc
 
char * show_doc
 
char * doc
 
set_show_commands commands
 
union pascm_variable value
 
const char *const * enumeration
 
SCM set_func
 
SCM show_func
 
SCM containing_scm
 

Detailed Description

Definition at line 62 of file scm-param.c.

Member Data Documentation

◆ base

gdb_smob param_smob::base

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

Referenced by pascm_make_param_smob().

◆ cmd_class

enum command_class param_smob::cmd_class

◆ cmd_name

char* param_smob::cmd_name

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

Referenced by gdbscm_register_parameter_x().

◆ commands

set_show_commands param_smob::commands

Definition at line 95 of file scm-param.c.

Referenced by gdbscm_register_parameter_x(), and pascm_is_valid().

◆ containing_scm

SCM param_smob::containing_scm

◆ doc

char* param_smob::doc

Definition at line 90 of file scm-param.c.

Referenced by gdbscm_make_parameter(), and gdbscm_register_parameter_x().

◆ enumeration

const char* const* param_smob::enumeration

◆ extra_literals

const literal_def* param_smob::extra_literals

◆ name

char* param_smob::name

◆ pname

const char* param_smob::pname

Definition at line 79 of file scm-param.c.

Referenced by gdbscm_make_parameter(), and pascm_print_param_smob().

◆ set_doc

char* param_smob::set_doc

Definition at line 88 of file scm-param.c.

Referenced by gdbscm_make_parameter(), and gdbscm_register_parameter_x().

◆ set_func

SCM param_smob::set_func

◆ show_doc

char* param_smob::show_doc

Definition at line 89 of file scm-param.c.

Referenced by gdbscm_make_parameter(), and gdbscm_register_parameter_x().

◆ show_func

SCM param_smob::show_func

◆ type

enum var_types param_smob::type

◆ value

union pascm_variable param_smob::value

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