Searched refs:exit_event_sp (Results 1 – 2 of 2) sorted by relevance
3398 Status Process::StopForDestroyOrDetach(lldb::EventSP &exit_event_sp) { in StopForDestroyOrDetach() argument3417 &exit_event_sp, true, listener_sp); in StopForDestroyOrDetach()3431 exit_event_sp.reset(); // It is ok to consume any non-exit stop events in StopForDestroyOrDetach()3452 EventSP exit_event_sp; in Detach() local3460 error = StopForDestroyOrDetach(exit_event_sp); in Detach()3464 } else if (exit_event_sp) { in Detach()3488 if (exit_event_sp) { in Detach()3491 BroadcastEvent(exit_event_sp); in Detach()3531 EventSP exit_event_sp; in DestroyImpl() local3533 error = StopForDestroyOrDetach(exit_event_sp); in DestroyImpl()[all …]
3339 Status StopForDestroyOrDetach(lldb::EventSP &exit_event_sp);