Searched refs:exit_event_sp (Results 1 – 2 of 2) sorted by relevance
3383 Status Process::StopForDestroyOrDetach(lldb::EventSP &exit_event_sp) { in StopForDestroyOrDetach() argument3402 &exit_event_sp, true, listener_sp); in StopForDestroyOrDetach()3416 exit_event_sp.reset(); // It is ok to consume any non-exit stop events in StopForDestroyOrDetach()3437 EventSP exit_event_sp; in Detach() local3445 error = StopForDestroyOrDetach(exit_event_sp); in Detach()3449 } else if (exit_event_sp) { in Detach()3473 if (exit_event_sp) { in Detach()3476 BroadcastEvent(exit_event_sp); in Detach()3516 EventSP exit_event_sp; in DestroyImpl() local3518 error = StopForDestroyOrDetach(exit_event_sp); in DestroyImpl()[all …]
3255 Status StopForDestroyOrDetach(lldb::EventSP &exit_event_sp);