forked from Imagelibrary/binutils-gdb
import gdb-1999-07-07 pre reformat
This commit is contained in:
@@ -44,7 +44,7 @@ readchar (desc, timeout)
|
||||
c = SERIAL_READCHAR (desc, timeout);
|
||||
|
||||
if (remote_debug > 0)
|
||||
fputc_unfiltered (c, gdb_stderr);
|
||||
fputc_unfiltered (c, gdb_stdlog);
|
||||
|
||||
if (c >= 0)
|
||||
return c;
|
||||
|
||||
Reference in New Issue
Block a user