GDB (API)
|
Go to the source code of this file.
Functions | |
struct ui_out * | mi_out_new (int mi_version) |
void | mi_out_put (struct ui_out *uiout, struct ui_file *stream) |
void | mi_out_rewind (struct ui_out *uiout) |
void | mi_out_buffered (struct ui_out *uiout, char *string) |
int | mi_version (struct ui_out *uiout) |
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 | ) |