Lines Matching refs:exit_event_sp
3240 Status Process::StopForDestroyOrDetach(lldb::EventSP &exit_event_sp) { in StopForDestroyOrDetach() argument
3259 WaitForProcessToStop(seconds(10), &exit_event_sp, true, listener_sp); in StopForDestroyOrDetach()
3273 exit_event_sp.reset(); // It is ok to consume any non-exit stop events in StopForDestroyOrDetach()
3294 EventSP exit_event_sp; in Detach() local
3302 error = StopForDestroyOrDetach(exit_event_sp); in Detach()
3306 } else if (exit_event_sp) { in Detach()
3330 if (exit_event_sp) { in Detach()
3333 BroadcastEvent(exit_event_sp); in Detach()
3370 EventSP exit_event_sp; in Destroy() local
3372 error = StopForDestroyOrDetach(exit_event_sp); in Destroy()
3402 if (exit_event_sp) { in Destroy()
3405 BroadcastEvent(exit_event_sp); in Destroy()