GDB (API)
|
Go to the source code of this file.
Typedefs | |
typedef struct ui_out_data | mi_out_data |
Functions | |
void | _initialize_mi_out (void) |
void | mi_out_buffered (struct ui_out *uiout, char *string) |
void | mi_out_rewind (struct ui_out *uiout) |
void | mi_out_put (struct ui_out *uiout, struct ui_file *stream) |
int | mi_version (struct ui_out *uiout) |
struct ui_out * | mi_out_new (int mi_version) |
Variables | |
struct ui_out_impl | mi_ui_out_impl |
typedef struct ui_out_data mi_out_data |
void _initialize_mi_out | ( | void | ) |
void mi_out_buffered | ( | struct ui_out * | uiout, |
char * | string | ||
) |
struct ui_out* mi_out_new | ( | int | mi_version | ) | [read] |
void mi_out_put | ( | struct ui_out * | uiout, |
struct ui_file * | stream | ||
) |
void mi_out_rewind | ( | struct ui_out * | uiout | ) |
int mi_version | ( | struct ui_out * | uiout | ) |
struct ui_out_impl mi_ui_out_impl |