Home
last modified time | relevance | path

Searched refs:gdb_stdtarg (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-logging.c53 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 Dmi-interp.c120 gdb_stdtarg = mi->targ; in mi_interpreter_resume()
330 gdb_stdtarg = mi_console_file_new (raw_stdout, "@", '"'); in mi_command_loop()
H A DChangeLog-1999-20031926 "~", gdb_stderr / gdb_stdlog == "&", gdb_stdtarg == "@".
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-io.c539 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 Dmain.c72 struct ui_file *gdb_stdtarg; variable
188 gdb_stdtarg = gdb_stderr; /* for moment */ in captured_main()
H A Dremote-sim.c196 ui_file_write (gdb_stdtarg, buf, len); in gdb_os_write_stdout()
205 gdb_flush (gdb_stdtarg); in gdb_os_flush_stdout()
H A Devent-top.c1113 gdb_stdtarg = gdb_stderr; /* for moment */ in gdb_setup_readline()
1171 gdb_stdtarg = NULL; in gdb_disable_readline()
H A Dremote-fileio.c827 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 Dremote-mips.c719 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 Ddefs.h444 extern struct ui_file *gdb_stdtarg;
H A Dremote.c2780 fputs_unfiltered (tb, gdb_stdtarg); in remote_console_output()
2782 gdb_flush (gdb_stdtarg); in remote_console_output()
H A Dtarget.c2555 target_rcmd (cmd, gdb_stdtarg); in do_monitor_command()
H A DChangeLog-19991174 (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 DChangeLog11642 * 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 DChangeLog-20003408 (mips_receive_header): Write printable characters to gdb_stdtarg
H A DChangeLog-200313634 gdb_stdlog, and gdb_stdtarg.
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo1468 versions of the @code{ui-file} @code{gdb_stderr}, @code{gdb_stdtarg} and