Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3339 Status StopForDestroyOrDetach(lldb::EventSP &exit_event_sp);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3398 Status Process::StopForDestroyOrDetach(lldb::EventSP &exit_event_sp) { in StopForDestroyOrDetach() function in Process
3460 error = StopForDestroyOrDetach(exit_event_sp); in Detach()
3533 error = StopForDestroyOrDetach(exit_event_sp); in DestroyImpl()