gdb: add ptid -> thread map in inferior
[deliverable/binutils-gdb.git] / gdb / inferior.c
index f775938721db5f5136b5693f095d20c6e05c3a56..2d7d7167916d3aae35739b60a1f8409eb86404b8 100644 (file)
@@ -204,6 +204,8 @@ exit_inferior_1 (struct inferior *inftoex, int silent)
        delete_thread (tp);
     }
 
+  inf->thread_map.clear ();
+
   gdb::observers::inferior_exit.notify (inf);
 
   inf->pid = 0;
This page took 0.023708 seconds and 4 git commands to generate.