Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h3006 Status StopForDestroyOrDetach(lldb::EventSP &exit_event_sp);
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp3139 Status Process::StopForDestroyOrDetach(lldb::EventSP &exit_event_sp) { in StopForDestroyOrDetach() function in Process
3201 error = StopForDestroyOrDetach(exit_event_sp); in Detach()
3274 error = StopForDestroyOrDetach(exit_event_sp); in DestroyImpl()