X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fremote.c;h=9a0eae0a857086e6dbf46415d17b7651c507094c;hb=57e12211870702c4cc13ba05e6a7182d885b18c9;hp=fdb45734369aa7f3fd7dbe31a9e569e9a08bcc22;hpb=af96c192dc633d0a7a2380d7fbaccd43c039f38f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote.c b/gdb/remote.c index fdb4573436..9a0eae0a85 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -3162,12 +3162,12 @@ remote_start_remote (int from_tty, struct target_ops *target, int extended_p) immediate_quit++; /* Allow user to interrupt it. */ - /* Ack any packet which the remote side has already sent. */ - serial_write (remote_desc, "+", 1); - if (interrupt_on_connect) send_interrupt_sequence (); + /* Ack any packet which the remote side has already sent. */ + serial_write (remote_desc, "+", 1); + /* The first packet we send to the target is the optional "supported packets" request. If the target can answer this, it will tell us which later probes to skip. */