|
GDB (API)
|
#include "defs.h"#include "ui-out.h"#include "cli-out.h"#include "gdb_string.h"#include "gdb_assert.h"#include "vec.h"Go to the source code of this file.
Typedefs | |
| typedef struct cli_ui_out_data | cli_out_data |
Functions | |
| void | cli_out_data_ctor (cli_out_data *self, struct ui_file *stream) |
| struct ui_out * | cli_out_new (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 |
| typedef struct cli_ui_out_data cli_out_data |
| void cli_out_data_ctor | ( | cli_out_data * | self, |
| 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 |
1.7.6.1