| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-console.h | 26 class mi_console_file : public ui_file class in inherits:ui_file 31 mi_console_file (ui_file *raw, const char *prefix, char quote);
|
| mi-console.c | 32 mi_console_file::mi_console_file (ui_file *raw, const char *prefix, char quote) function in class:mi_console_file 39 mi_console_file::write (const char *buf, long length_buf) 51 mi_console_file::write_async_safe (const char *buf, long length_buf) 68 mi_console_file::flush () 102 mi_console_file::set_raw (ui_file *raw)
|
| mi-interp.h | 25 struct mi_console_file; 78 mi_console_file *out; 79 mi_console_file *err; 80 mi_console_file *log; 81 mi_console_file *targ; 82 mi_console_file *event_channel;
|
| mi-interp.c | 93 mi->out = new mi_console_file (mi->raw_stdout, "~", '"'); 94 mi->err = new mi_console_file (mi->raw_stdout, "&", '"'); 96 mi->targ = new mi_console_file (mi->raw_stdout, "@", '"'); 97 mi->event_channel = new mi_console_file (mi->raw_stdout, "=", 0);
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-console.h | 26 class mi_console_file : public ui_file class in inherits:ui_file 31 mi_console_file (ui_file *raw, const char *prefix, char quote);
|
| mi-console.c | 32 mi_console_file::mi_console_file (ui_file *raw, const char *prefix, char quote) function in class:mi_console_file 39 mi_console_file::write (const char *buf, long length_buf) 51 mi_console_file::write_async_safe (const char *buf, long length_buf) 68 mi_console_file::flush () 102 mi_console_file::set_raw (ui_file *raw)
|
| mi-interp.h | 25 struct mi_console_file; 78 mi_console_file *out; 79 mi_console_file *err; 80 mi_console_file *log; 81 mi_console_file *targ; 82 mi_console_file *event_channel;
|
| mi-interp.c | 92 mi->out = new mi_console_file (mi->raw_stdout, "~", '"'); 93 mi->err = new mi_console_file (mi->raw_stdout, "&", '"'); 95 mi->targ = new mi_console_file (mi->raw_stdout, "@", '"'); 96 mi->event_channel = new mi_console_file (mi->raw_stdout, "=", 0);
|