diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index c98c5cb..bed997c 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -5826,8 +5826,6 @@ extended_remote_target::attach (const char *args, int from_tty) else printf_unfiltered (_("Attaching to %s\n"), target_pid_to_str (ptid_t (pid))); - - gdb_flush (gdb_stdout); } xsnprintf (rs->buf.data (), get_remote_packet_size (), "vAttach;%x", pid); |