Reviewed and approved by cagney@redhat.com.
2004-02-02 Fred Fish <fnf@redhat.com> * main.c (gdb_stdtarg): Move definition to group with other gdb_stdtarg definitions. * remote-sim.c (gdb_os_write_stderr): Write output to gdb_stdtargerr stream instead of gdb_stdtarg stream. (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of gdb_stderr stream.
This commit is contained in:
parent
1cd348be86
commit
22e8e3c7c5
3 changed files with 12 additions and 3 deletions
|
@ -72,10 +72,10 @@ char *gdb_sysroot = 0;
|
|||
struct ui_file *gdb_stdout;
|
||||
struct ui_file *gdb_stderr;
|
||||
struct ui_file *gdb_stdlog;
|
||||
struct ui_file *gdb_stdtarg;
|
||||
struct ui_file *gdb_stdin;
|
||||
/* target IO streams */
|
||||
struct ui_file *gdb_stdtargin;
|
||||
struct ui_file *gdb_stdtarg;
|
||||
struct ui_file *gdb_stdtargerr;
|
||||
|
||||
/* Whether to enable writing into executable and core files */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue