Searched refs:find_thread_global_id (Results 1 – 10 of 10) sorted by relevance
714 struct thread_info *find_thread_global_id (int global_id);
559 find_thread_global_id (int global_id) in find_thread_global_id() function
1961 thread_info *thread = find_thread_global_id (var->root->thread_id); in value_of_root_1()
2786 struct thread_info *thr = find_thread_global_id (bl->owner->thread); in breakpoint_kind()6682 struct thread_info *thr = find_thread_global_id (b->thread); in print_one_breakpoint_location()7208 struct thread_info *thr = find_thread_global_id (b.thread); in describe_other_breakpoints()12307 thread_info *tp = find_thread_global_id (this->thread); in ~longjmp_breakpoint()14424 struct thread_info *thr = find_thread_global_id (thread); in print_recreate_thread()
4289 thread_info *thr = find_thread_global_id (step_over_info.thread); in prepare_for_detach()
10057 (find_thread_global_id): ... this.10084 (find_thread_global_id): New.
1023 (find_thread_global_id): Use inf->threads().8339 (value_of_root_1): Use find_thread_global_id instead of
616 thread_info *tp = find_thread_global_id (thread_id); in mi_cmd_var_update_iter()
559 thread_info *thr = find_thread_global_id (num); in mi_cmd_thread_select()2102 thread_info *tp = find_thread_global_id (parse->thread); in mi_cmd_execute()
65524 thread-id involves calling find_thread_global_id to convert the global65528 The problem is that find_thread_global_id returns nullptr as the