projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346f041
)
Same as last time (putc_unfiltered) only this time having saved the
author
Thomas Lord
<lord@cygnus>
Tue, 9 Nov 1993 21:29:50 +0000
(21:29 +0000)
committer
Thomas Lord
<lord@cygnus>
Tue, 9 Nov 1993 21:29:50 +0000
(21:29 +0000)
modified source before checking it in.
gdb/remote-hms.c
patch
|
blob
|
history
diff --git
a/gdb/remote-hms.c
b/gdb/remote-hms.c
index 1ffcff75178dff0e9c0e79efd6bdb8840a1a6228..27611044fff950c165dbfc2f3124db7d10113c49 100644
(file)
--- a/
gdb/remote-hms.c
+++ b/
gdb/remote-hms.c
@@
-744,12
+744,12
@@
hms_wait (pid, status)
/* Print out any characters which have been swallowed. */
for (p = swallowed; p < swallowed_p; ++p)
- putc_unfiltered (*p
, gdb_stdout
);
+ putc_unfiltered (*p);
swallowed_p = swallowed;
if ((ch != '\r' && ch != '\n') || swallowed_cr > 10)
{
- putc_unfiltered (ch
, gdb_stdout
);
+ putc_unfiltered (ch);
swallowed_cr = 10;
}
swallowed_cr++;