2012-03-20 Pedro Alves <palves@redhat.com>

* remote.c (remote_start_remote): Clear `rs->starting_up' on early
	returns.
This commit is contained in:
Pedro Alves 2012-03-20 18:14:16 +00:00
parent 7465e07a57
commit e278ad5be6
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-03-20 Pedro Alves <palves@redhat.com>
* remote.c (remote_start_remote): Clear `rs->starting_up' on early
returns.
2012-03-20 Yao Qi <yao@codesourcery.com>
* amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in

View File

@ -3378,6 +3378,7 @@ remote_start_remote (int from_tty, struct target_ops *target, int extended_p)
/* We're connected, but not running. Drop out before we
call start_remote. */
rs->starting_up = 0;
return;
}
else
@ -3469,6 +3470,7 @@ remote_start_remote (int from_tty, struct target_ops *target, int extended_p)
/* We're connected, but not running. Drop out before we
call start_remote. */
rs->starting_up = 0;
return;
}