Home
last modified time | relevance | path

Searched refs:any_live_thread_of_process (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDgdbthread.h297 extern struct thread_info *any_live_thread_of_process (int pid);
HDprogspace.c493 tp = any_live_thread_of_process (inf->pid); in switch_to_program_space_and_thread()
HDthread.c465 any_live_thread_of_process (int pid) in any_live_thread_of_process() function
HDinfrun.c688 tp = any_live_thread_of_process (inf->vfork_parent->pid); in handle_vfork_child_exec_or_exit()
HDbreakpoint.c2975 tp = any_live_thread_of_process (pid); in reattach_breakpoints()
/dragonfly/contrib/gdb-7/gdb/mi/
HDmi-main.c2092 tp = any_live_thread_of_process (inf->pid); in mi_cmd_execute()