Don't print symbol on address 0x0
[deliverable/binutils-gdb.git] / gdb / btrace.c
index 601eb4126c6ce28d0f16335cb22af727a6fc2195..87a171e812eb9b212679bb7b72275b73cf40fdab 100644 (file)
@@ -958,7 +958,7 @@ btrace_free_objfile (struct objfile *objfile)
 
   DEBUG ("free objfile");
 
-  ALL_THREADS (tp)
+  ALL_NON_EXITED_THREADS (tp)
     btrace_clear (tp);
 }
 
This page took 0.023808 seconds and 4 git commands to generate.