GDB (xrefs)
|
Go to the source code of this file.
Classes | |
struct | cli_ui_out_data |
Typedefs | |
typedef struct ui_file * | ui_filep |
Functions | |
DEF_VEC_P (ui_filep) | |
struct ui_out * | cli_out_new (struct ui_file *stream) |
void | cli_out_data_ctor (struct cli_ui_out_data *data, struct ui_file *stream) |
struct ui_file * | cli_out_set_stream (struct ui_out *uiout, struct ui_file *stream) |
Variables | |
struct ui_out_impl | cli_ui_out_impl |
void cli_out_data_ctor | ( | struct cli_ui_out_data * | data, |
struct ui_file * | stream | ||
) |
Definition at line 380 of file cli-out.c.
References gdb_assert, and VEC_safe_push.
Referenced by cli_out_new(), and tui_out_new().
struct ui_out* cli_out_new | ( | struct ui_file * | stream | ) | [read] |
Definition at line 393 of file cli-out.c.
References cli_out_data_ctor(), ui_out::data, flags, ui_out_new(), ui_source_list, and XMALLOC.
Referenced by _initialize_cli_interp(), gdbtk_interpreter_init(), and tui_initialize_io().
struct ui_file* cli_out_set_stream | ( | struct ui_out * | uiout, |
struct ui_file * | stream | ||
) | [read] |
Definition at line 403 of file cli-out.c.
References ui_out_data(), VEC_pop, and VEC_quick_push.
Referenced by cli_interpreter_exec(), cli_interpreter_resume(), and tui_resume().
struct ui_out_impl cli_ui_out_impl |
Definition at line 355 of file cli-out.c.
Referenced by tui_field_fmt(), tui_field_int(), tui_field_string(), and tui_text().