Home
last modified time | relevance | path

Searched refs:target_wait (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/common/
HDagent.c297 target_wait (ptid, &status, 0); in agent_run_command()
/dragonfly/contrib/gdb-7/gdb/
HDfork-child.c438 event_ptid = target_wait (resume_ptid, &ws, 0); in startup_inferior()
HDtarget.h1033 extern ptid_t target_wait (ptid_t ptid, struct target_waitstatus *status,
HDinfrun.c2670 ecs->ptid = target_wait (pid_ptid, &ecs->ws, 0); in prepare_for_detach()
2732 ecs->ptid = target_wait (waiton_ptid, &ecs->ws, 0); in wait_for_inferior()
2802 ecs->ptid = target_wait (waiton_ptid, &ecs->ws, TARGET_WNOHANG); in fetch_inferior_event()
HDtarget.c2638 target_wait (ptid_t ptid, struct target_waitstatus *status, int options) in target_wait() function