Home
last modified time | relevance | path

Searched refs:DestroyProcess (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.h74 Status DestroyProcess(lldb::StateType process_state);
H A DProcessDebugger.cpp211 Status ProcessDebugger::DestroyProcess(const lldb::StateType state) { in DestroyProcess() function in lldb_private::ProcessDebugger
H A DNativeProcessWindows.cpp198 return DestroyProcess(state); in Kill()
H A DProcessWindows.cpp258 return DestroyProcess(private_state); in DoDestroy()