GDB (API)
|
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 | ||
) |
struct ui_out* cli_out_new | ( | struct ui_file * | stream | ) | [read] |
struct ui_file* cli_out_set_stream | ( | struct ui_out * | uiout, |
struct ui_file * | stream | ||
) | [read] |
struct ui_out_impl cli_ui_out_impl |