Per-inferior/Inferior-qualified thread IDs
[deliverable/binutils-gdb.git] / gdb / mi / mi-cmd-var.c
index e95ded795a3644acc12df8cb8c25722b100874da..04f326c718f2916117d72f4c47fff2e58a62d4da 100644 (file)
@@ -662,7 +662,7 @@ mi_cmd_var_update_iter (struct varobj *var, void *data_pointer)
     thread_stopped = 1;
   else
     {
-      struct thread_info *tp = find_thread_id (thread_id);
+      struct thread_info *tp = find_thread_global_id (thread_id);
 
       if (tp)
        thread_stopped = is_stopped (tp->ptid);
This page took 0.024606 seconds and 4 git commands to generate.