mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
2010-06-08 Michael Snyder <msnyder@vmware.com>
* remote.c (remote_close): Set inferior_ptid to null_ptid.
This commit is contained in:
@ -2811,6 +2811,7 @@ remote_close (int quitting)
|
||||
/* We don't have a connection to the remote stub anymore. Get rid
|
||||
of all the inferiors and their threads we were controlling. */
|
||||
discard_all_inferiors ();
|
||||
inferior_ptid = null_ptid;
|
||||
|
||||
/* We're no longer interested in any of these events. */
|
||||
discard_pending_stop_replies (-1);
|
||||
|
Reference in New Issue
Block a user