Searched refs:async_ecs (Results 1 – 2 of 2) sorted by relevance
1009 struct execution_control_state *async_ecs; variable1016 async_ecs = &async_ecss; in fetch_inferior_event()1018 if (!async_ecs->wait_some_more) in fetch_inferior_event()1024 init_execution_control_state (async_ecs); in fetch_inferior_event()1041 async_ecs->ptid = in fetch_inferior_event()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()1047 handle_inferior_event (async_ecs); in fetch_inferior_event()1049 if (!async_ecs->wait_some_more) in fetch_inferior_event()
5597 (async_ecss, async_ecs): New global vars, for inferior state.