Home
last modified time | relevance | path

Searched refs:waiton_ptid (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinfrun.c929 ptid_t waiton_ptid; member
986 ecs->ptid = deprecated_target_wait_hook (ecs->waiton_ptid, ecs->wp); in wait_for_inferior()
988 ecs->ptid = target_wait (ecs->waiton_ptid, ecs->wp); in wait_for_inferior()
1042 deprecated_target_wait_hook (async_ecs->waiton_ptid, async_ecs->wp); in fetch_inferior_event()
1044 async_ecs->ptid = target_wait (async_ecs->waiton_ptid, async_ecs->wp); in fetch_inferior_event()
1080 ecs->waiton_ptid = pid_to_ptid (-1); in init_execution_control_state()
1245 ecs->waiton_ptid = pid_to_ptid (-1); in handle_inferior_event()
1661 ecs->waiton_ptid = ecs->ptid; in handle_inferior_event()
1714 ecs->waiton_ptid = ecs->ptid; in handle_inferior_event()
1756 ecs->waiton_ptid = ecs->ptid; in handle_inferior_event()
[all …]
H A DChangeLog-20016253 and waiton_pid to waiton_ptid.