* remote.c (remote_start_remote): Add missing call to
init_wait_for_inferior in non-stop mode.
This commit is contained in:
parent
717a8278b1
commit
5338cef16a
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-03-18 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* remote.c (remote_start_remote): Add missing call to
|
||||
init_wait_for_inferior in non-stop mode.
|
||||
|
||||
2009-03-18 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* breakpoint.c (bpstat_should_step): Only consider software
|
||||
|
|
|
@ -2802,6 +2802,8 @@ remote_start_remote (struct ui_out *uiout, void *opaque)
|
|||
/* In non-stop mode, any cached wait status will be stored in
|
||||
the stop reply queue. */
|
||||
gdb_assert (wait_status == NULL);
|
||||
|
||||
init_wait_for_inferior ();
|
||||
}
|
||||
|
||||
/* If we connected to a live target, do some additional setup. */
|
||||
|
|
Loading…
Add table
Reference in a new issue