Home
last modified time | relevance | path

Searched refs:switch_to_thread (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dinferior.c646 switch_to_thread (tp->ptid); in detach_inferior_command()
682 switch_to_thread (tp->ptid); in kill_inferior_command()
719 switch_to_thread (tp->ptid); in inferior_command()
732 switch_to_thread (null_ptid); in inferior_command()
874 switch_to_thread (null_ptid); in add_inferior_command()
966 switch_to_thread (null_ptid); in clone_inferior_command()
H A Dfork-child.c453 switch_to_thread (event_ptid); in startup_inferior()
478 switch_to_thread (event_ptid); in startup_inferior()
483 switch_to_thread (event_ptid); in startup_inferior()
H A Dthread.c207 switch_to_thread (null_ptid); in add_thread_silent()
215 switch_to_thread (ptid); in add_thread_silent()
908 switch_to_thread (tp->ptid); in print_thread_info()
972 switch_to_thread (ptid_t ptid) in switch_to_thread() function
1007 switch_to_thread (ptid); in restore_current_thread()
1201 switch_to_thread (tp->ptid); in thread_apply_all_command()
1252 switch_to_thread (tp->ptid); in thread_apply_command()
1394 switch_to_thread (tp->ptid); in do_captured_thread_select()
H A Dcontinuations.c152 switch_to_thread (*ptid_p); in restore_thread_cleanup()
189 switch_to_thread (ptid); in do_all_continuations_ptid()
H A Dprogspace.c496 switch_to_thread (tp->ptid); in switch_to_program_space_and_thread()
503 switch_to_thread (null_ptid); in switch_to_program_space_and_thread()
H A Dgdbthread.h315 extern void switch_to_thread (ptid_t ptid);
H A Dinfrun.c474 switch_to_thread (wait_ptid); in follow_fork()
542 switch_to_thread (child); in follow_fork()
573 switch_to_thread (parent); in follow_fork()
641 switch_to_thread (thread->ptid); in proceed_after_vfork_done()
689 switch_to_thread (tp->ptid); in handle_vfork_child_exec_or_exit()
2105 switch_to_thread (wait_ptid); in prepare_to_proceed()
2919 switch_to_thread (ptid); in context_switch()
3578 switch_to_thread (parent); in handle_inferior_event()
3580 switch_to_thread (child); in handle_inferior_event()
3588 switch_to_thread (child); in handle_inferior_event()
[all …]
H A Dinfcmd.c668 switch_to_thread (thread->ptid); in proceed_thread_callback()
2374 switch_to_thread (thread->ptid); in proceed_after_attach_callback()
2664 switch_to_thread (ptid); in notice_new_inferior()
H A Dcorelow.c409 switch_to_thread (thread->ptid); in core_open()
H A Dtop.c1208 switch_to_thread (thread->ptid); in kill_or_detach()
H A Dada-tasks.c1309 switch_to_thread (task_info->ptid); in task_command_1()
H A Dvarobj.c3444 switch_to_thread (ptid); in c_value_of_root()
H A Dtarget.c2542 switch_to_thread (thread->ptid); in dispose_inferior()
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-main.c211 switch_to_thread (thread->ptid); in proceed_thread()
375 switch_to_thread (tp->ptid); in run_one_inferior()
381 switch_to_thread (null_ptid); in run_one_inferior()
460 switch_to_thread (tp->ptid); in mi_cmd_target_detach()
1846 switch_to_thread (tp ? tp->ptid : null_ptid); in mi_cmd_remove_inferior()
2093 switch_to_thread (tp ? tp->ptid : null_ptid); in mi_cmd_execute()
2107 switch_to_thread (tp->ptid); in mi_cmd_execute()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-infthread.c171 switch_to_thread (thread_obj->thread->ptid); in thpy_switch()