Searched refs:gdb_stdtarg (Results 1 – 12 of 12) sorted by relevance
| /trueos/contrib/gdb/gdb/cli/ |
| HD | cli-logging.c | 54 gdb_stdtarg = saved_output.targ; in pop_output_files() 98 saved_output.targ = gdb_stdtarg; in handle_redirections() 103 gdb_stdtarg = output; in handle_redirections()
|
| /trueos/contrib/gdb/gdb/mi/ |
| HD | mi-interp.c | 124 gdb_stdtarg = mi->targ; in mi_interpreter_resume() 338 gdb_stdtarg = mi_console_file_new (raw_stdout, "@", '"'); in mi_command_loop()
|
| /trueos/contrib/gdb/gdb/tui/ |
| HD | tui-io.c | 535 gdb_stdtarg = gdb_stderr; /* for moment */ in tui_setup_io() 547 gdb_stdtarg = gdb_stderr; /* for moment */ in tui_setup_io()
|
| /trueos/contrib/gdb/gdb/ |
| HD | main.c | 78 struct ui_file *gdb_stdtarg; variable 197 gdb_stdtarg = gdb_stderr; /* for moment */ in captured_main()
|
| HD | remote-sim.c | 200 ui_file_write (gdb_stdtarg, buf, len); in gdb_os_write_stdout() 209 gdb_flush (gdb_stdtarg); in gdb_os_flush_stdout()
|
| HD | event-top.c | 1118 gdb_stdtarg = gdb_stderr; /* for moment */ in gdb_setup_readline() 1181 gdb_stdtarg = NULL; in gdb_disable_readline()
|
| HD | remote-fileio.c | 827 ui_file_write (target_fd == 1 ? gdb_stdtarg : gdb_stdtargerr, buffer, in remote_fileio_func_write() 829 gdb_flush (target_fd == 1 ? gdb_stdtarg : gdb_stdtargerr); in remote_fileio_func_write()
|
| HD | remote-mips.c | 721 fputc_unfiltered (ch, gdb_stdtarg); in mips_receive_header() 725 fputc_readable (ch, gdb_stdtarg); in mips_receive_header() 727 gdb_flush (gdb_stdtarg); in mips_receive_header()
|
| HD | defs.h | 455 extern struct ui_file *gdb_stdtarg;
|
| HD | target.c | 2425 target_rcmd (cmd, gdb_stdtarg); in do_monitor_command()
|
| HD | remote.c | 2870 fputs_unfiltered (tb, gdb_stdtarg); in remote_console_output() 2872 gdb_flush (gdb_stdtarg); in remote_console_output()
|
| /trueos/contrib/gdb/gdb/doc/ |
| HD | gdbint.texinfo | 1456 versions of the @code{ui-file} @code{gdb_stderr}, @code{gdb_stdtarg} and
|