aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inferior.c')
-rw-r--r--gdb/inferior.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/inferior.c b/gdb/inferior.c
index 3c569f4..74b1c65 100644
--- a/gdb/inferior.c
+++ b/gdb/inferior.c
@@ -186,6 +186,7 @@ inferior::clear_thread_list (bool silent)
if (thr->deletable ())
delete thr;
});
+ ptid_thread_map.clear ();
}
void