mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
2002-04-24 Pierre Muller <ics.u-strasbg.fr>
* remote-array.c (printf_monitor, write_monitor, array_insert_breakpoint, array_remove_breakpoint ): Replace fprintf (stderr,... with fprintf_unfiltered (gdb_stderr,.... * remote-es.c: Likewise. * remote-os9k.c: Likewise. * remote-st.c: Likewise.
This commit is contained in:
@@ -1616,7 +1616,7 @@ send (char *string)
|
||||
{
|
||||
if (kiodebug)
|
||||
{
|
||||
fprintf (stderr, "Sending: %s\n", string);
|
||||
fprintf_unfiltered (gdb_stderr, "Sending: %s\n", string);
|
||||
}
|
||||
serial_write (es1800_desc, string, strlen (string));
|
||||
}
|
||||
@@ -1663,7 +1663,7 @@ getmessage (char *buf, int len)
|
||||
|
||||
if (kiodebug)
|
||||
{
|
||||
fprintf (stderr, "message received :%s\n", buf);
|
||||
fprintf_unfiltered (gdb_stderr, "message received :%s\n", buf);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user