Searched refs:gdb_stdtarg (Results 1 – 17 of 17) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-logging.c | 53 gdb_stdtarg = saved_output.targ; in pop_output_files() 97 saved_output.targ = gdb_stdtarg; in handle_redirections() 102 gdb_stdtarg = output; in handle_redirections()
|
/openbsd/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-interp.c | 120 gdb_stdtarg = mi->targ; in mi_interpreter_resume() 330 gdb_stdtarg = mi_console_file_new (raw_stdout, "@", '"'); in mi_command_loop()
|
H A D | ChangeLog-1999-2003 | 1926 "~", gdb_stderr / gdb_stdlog == "&", gdb_stdtarg == "@".
|
/openbsd/gnu/usr.bin/binutils/gdb/tui/ |
H A D | tui-io.c | 539 gdb_stdtarg = gdb_stderr; /* for moment */ in tui_setup_io() 551 gdb_stdtarg = gdb_stderr; /* for moment */ in tui_setup_io()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | main.c | 72 struct ui_file *gdb_stdtarg; variable 188 gdb_stdtarg = gdb_stderr; /* for moment */ in captured_main()
|
H A D | remote-sim.c | 196 ui_file_write (gdb_stdtarg, buf, len); in gdb_os_write_stdout() 205 gdb_flush (gdb_stdtarg); in gdb_os_flush_stdout()
|
H A D | event-top.c | 1113 gdb_stdtarg = gdb_stderr; /* for moment */ in gdb_setup_readline() 1171 gdb_stdtarg = NULL; in gdb_disable_readline()
|
H A D | 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()
|
H A D | remote-mips.c | 719 fputc_unfiltered (ch, gdb_stdtarg); in mips_receive_header() 723 fputc_readable (ch, gdb_stdtarg); in mips_receive_header() 725 gdb_flush (gdb_stdtarg); in mips_receive_header()
|
H A D | defs.h | 444 extern struct ui_file *gdb_stdtarg;
|
H A D | remote.c | 2780 fputs_unfiltered (tb, gdb_stdtarg); in remote_console_output() 2782 gdb_flush (gdb_stdtarg); in remote_console_output()
|
H A D | target.c | 2555 target_rcmd (cmd, gdb_stdtarg); in do_monitor_command()
|
H A D | ChangeLog-1999 | 1174 (gdb_os_flush_stdout): Flush gdb_stdtarg instead of gdb_stdout. 1940 * remote.c (remote_console_output): Flush gdb_stdtarg after 5460 target_output_hook(). Send target output to gdb_stdtarg using an 5467 * defs.h (gdb_stdtarg): New global. Output from target and
|
H A D | ChangeLog | 11642 * main.c (gdb_stdtarg): Move definition to group with other 11643 gdb_stdtarg definitions and update copyright years. 11645 gdb_stdtargerr stream instead of gdb_stdtarg stream.
|
H A D | ChangeLog-2000 | 3408 (mips_receive_header): Write printable characters to gdb_stdtarg
|
H A D | ChangeLog-2003 | 13634 gdb_stdlog, and gdb_stdtarg.
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | gdbint.texinfo | 1468 versions of the @code{ui-file} @code{gdb_stderr}, @code{gdb_stdtarg} and
|