Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/cli/
HDcli-logging.c54 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/
HDmi-interp.c124 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/
HDtui-io.c535 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/
HDmain.c78 struct ui_file *gdb_stdtarg; variable
197 gdb_stdtarg = gdb_stderr; /* for moment */ in captured_main()
HDremote-sim.c200 ui_file_write (gdb_stdtarg, buf, len); in gdb_os_write_stdout()
209 gdb_flush (gdb_stdtarg); in gdb_os_flush_stdout()
HDevent-top.c1118 gdb_stdtarg = gdb_stderr; /* for moment */ in gdb_setup_readline()
1181 gdb_stdtarg = NULL; in gdb_disable_readline()
HDremote-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()
HDremote-mips.c721 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()
HDdefs.h455 extern struct ui_file *gdb_stdtarg;
HDtarget.c2425 target_rcmd (cmd, gdb_stdtarg); in do_monitor_command()
HDremote.c2870 fputs_unfiltered (tb, gdb_stdtarg); in remote_console_output()
2872 gdb_flush (gdb_stdtarg); in remote_console_output()
/trueos/contrib/gdb/gdb/doc/
HDgdbint.texinfo1456 versions of the @code{ui-file} @code{gdb_stderr}, @code{gdb_stdtarg} and