GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD enum var_types | type |
union parmpy_variable | value |
const char ** | enumeration |
Definition at line 76 of file py-param.c.
const char** parmpy_object::enumeration |
Definition at line 89 of file py-param.c.
Referenced by add_setshow_generic(), compute_enum_values(), parmpy_init(), and set_parameter_value().
PyObject_HEAD enum var_types parmpy_object::type |
Definition at line 81 of file py-param.c.
Referenced by make_setting(), parmpy_dealloc(), parmpy_init(), and set_parameter_value().
union parmpy_variable parmpy_object::value |
Definition at line 84 of file py-param.c.
Referenced by gdb.command.prompt._ExtendedPrompt::__init__(), gdb-gdb.TypeFlag::__lt__(), add_setshow_generic(), gdb.command.prompt._ExtendedPrompt::before_prompt_hook(), gdb.command.prompt._ExtendedPrompt::get_show_string(), make_setting(), parmpy_dealloc(), parmpy_init(), and set_parameter_value().