Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2934 Status StopForDestroyOrDetach(lldb::EventSP &exit_event_sp);
/external/llvm-project/lldb/source/Target/
DProcess.cpp3240 Status Process::StopForDestroyOrDetach(lldb::EventSP &exit_event_sp) { in StopForDestroyOrDetach() function in Process
3302 error = StopForDestroyOrDetach(exit_event_sp); in Detach()
3372 error = StopForDestroyOrDetach(exit_event_sp); in Destroy()