GDB (xrefs)
|
Public Attributes | |
const char * | name |
struct interp * | next |
void * | data |
int | inited |
struct interp_procs * | procs |
int | quiet_p |
void* interp::data |
Definition at line 64 of file interps.c.
Referenced by current_interp_command_loop(), current_interp_display_prompt_p(), interp_data(), interp_new(), interp_set(), and top_level_interpreter_data().
Definition at line 67 of file interps.c.
Referenced by interp_new(), and interp_set().
const char* interp::name |
Definition at line 54 of file interps.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.printing.PrettyPrinter::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), current_interp_named_p(), interp_add(), interp_lookup(), interp_name(), interp_new(), interp_set(), and VEC().
struct interp* interp::next |
Definition at line 58 of file interps.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), interp_add(), interp_lookup(), and VEC().
struct interp_procs* interp::procs |
Definition at line 69 of file interps.c.
Referenced by current_interp_command_loop(), current_interp_display_prompt_p(), current_interp_set_logging(), interp_exec_p(), interp_new(), interp_set(), and interp_ui_out().
Definition at line 70 of file interps.c.
Referenced by interp_new(), interp_quiet_p(), and interp_set_quiet().