GDB (xrefs)
|
#include "mi-common.h"
Public Attributes | |
struct ui_file * | out |
struct ui_file * | err |
struct ui_file * | log |
struct ui_file * | targ |
struct ui_file * | event_channel |
struct ui_out * | uiout |
struct interp * | mi2_interp |
struct interp * | mi1_interp |
struct interp * | mi_interp |
Definition at line 51 of file mi-common.h.
struct ui_file* mi_interp::err |
Definition at line 55 of file mi-common.h.
Referenced by mi_interpreter_init(), mi_interpreter_resume(), and mi_set_logging().
struct ui_file* mi_interp::event_channel |
Definition at line 58 of file mi-common.h.
Referenced by mi_breakpoint_created(), mi_breakpoint_deleted(), mi_breakpoint_modified(), mi_command_param_changed(), mi_execute_command(), mi_inferior_added(), mi_inferior_appeared(), mi_inferior_exit(), mi_inferior_removed(), mi_interpreter_init(), mi_memory_changed(), mi_new_thread(), mi_record_changed(), mi_set_logging(), mi_solib_loaded(), mi_solib_unloaded(), mi_thread_exit(), mi_traceframe_changed(), mi_tsv_created(), mi_tsv_deleted(), mi_tsv_modified(), and report_initial_inferior().
struct ui_file* mi_interp::log |
Definition at line 56 of file mi-common.h.
Referenced by mi_interpreter_init(), mi_interpreter_resume(), and mi_set_logging().
struct interp* mi_interp::mi1_interp |
Definition at line 65 of file mi-common.h.
struct interp* mi_interp::mi2_interp |
Definition at line 64 of file mi-common.h.
struct interp* mi_interp::mi_interp |
Definition at line 66 of file mi-common.h.
struct ui_file* mi_interp::out |
Definition at line 54 of file mi-common.h.
Referenced by mi_interpreter_init(), mi_interpreter_resume(), and mi_set_logging().
struct ui_file* mi_interp::targ |
Definition at line 57 of file mi-common.h.
Referenced by mi_interpreter_init(), mi_interpreter_resume(), and mi_set_logging().
struct ui_out* mi_interp::uiout |
Definition at line 61 of file mi-common.h.
Referenced by mi_interpreter_init(), and mi_ui_out().