2010-06-08 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Tue, 8 Jun 2010 16:51:33 +0000 (16:51 +0000)
committerMichael Snyder <msnyder@vmware.com>
Tue, 8 Jun 2010 16:51:33 +0000 (16:51 +0000)
* remote.c (remote_close): Set inferior_ptid to null_ptid.

gdb/ChangeLog
gdb/remote.c

index e593274aad61cb10d079ffd7e9a2ff7073fcf2a1..cc1167dd6987c2b4f7ad87690c510944b28ed90f 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-08  Michael Snyder  <msnyder@vmware.com>
+
+       * remote.c (remote_close): Set inferior_ptid to null_ptid.
+
 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * configure.ac <"${have_libpython}" != no>: New workaround of
index d56dd3a3d46c615df8972c275196abab0c30e217..276e5816cfceae74af2c4bac9c460b743730b5f7 100644 (file)
@@ -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);