Searched refs:target_resume (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | infrun.c | 637 target_resume (resume_ptid, step, sig); in resume() 1507 target_resume (RESUME_ALL, 0, TARGET_SIGNAL_0); in handle_inferior_event() 1638 target_resume (ecs->ptid, 0, TARGET_SIGNAL_0); in handle_inferior_event() 1714 target_resume (ecs->ptid, 1, TARGET_SIGNAL_0); in handle_inferior_event() 1752 target_resume (RESUME_ALL, 0, TARGET_SIGNAL_0); in handle_inferior_event() 1857 target_resume (ecs->ptid, in handle_inferior_event() 1860 target_resume (RESUME_ALL, in handle_inferior_event() 1937 target_resume (ecs->ptid, 0, stop_signal); in handle_inferior_event() 1968 target_resume (ecs->ptid, 1, TARGET_SIGNAL_0); in handle_inferior_event() 2015 target_resume (ecs->ptid, 1, TARGET_SIGNAL_0); /* Single step */ in handle_inferior_event()
|
| HD | solib-osf.c | 328 target_resume (minus_one_ptid, 0, stop_signal); in osf_solib_create_inferior_hook()
|
| HD | solib-sunos.c | 836 target_resume (pid_to_ptid (-1), 0, stop_signal); in sunos_solib_create_inferior_hook()
|
| HD | target.h | 495 #define target_resume(ptid, step, siggnal) \ macro
|
| HD | solib-svr4.c | 1373 target_resume (pid_to_ptid (-1), 0, stop_signal); in svr4_solib_create_inferior_hook()
|
| HD | procfs.c | 4054 target_resume (ptid, 0, TARGET_SIGNAL_0); in procfs_wait()
|