Home
last modified time | relevance | path

Searched refs:find_thread_global_id (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdbthread.h714 struct thread_info *find_thread_global_id (int global_id);
Dthread.c559 find_thread_global_id (int global_id) in find_thread_global_id() function
Dvarobj.c1961 thread_info *thread = find_thread_global_id (var->root->thread_id); in value_of_root_1()
Dbreakpoint.c2786 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()
Dinfrun.c4289 thread_info *thr = find_thread_global_id (step_over_info.thread); in prepare_for_detach()
DChangeLog-201610057 (find_thread_global_id): ... this.
10084 (find_thread_global_id): New.
DChangeLog-20181023 (find_thread_global_id): Use inf->threads().
8339 (value_of_root_1): Use find_thread_global_id instead of
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-cmd-var.c616 thread_info *tp = find_thread_global_id (thread_id); in mi_cmd_var_update_iter()
Dmi-main.c559 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()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git65524 thread-id involves calling find_thread_global_id to convert the global
65528 The problem is that find_thread_global_id returns nullptr as the