Home
last modified time | relevance | path

Searched defs:OnExitProcess (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h145 void OnExitProcess(uint32_t exit_code) override { in OnExitProcess() function
H A DLocalDebugDelegate.cpp18 void LocalDebugDelegate::OnExitProcess(uint32_t exit_code) { in OnExitProcess() function in LocalDebugDelegate
H A DProcessDebugger.cpp468 void ProcessDebugger::OnExitProcess(uint32_t exit_code) { in OnExitProcess() function in lldb_private::ProcessDebugger
H A DNativeProcessWindows.cpp404 void NativeProcessWindows::OnExitProcess(uint32_t exit_code) { in OnExitProcess() function in lldb_private::NativeProcessWindows
H A DProcessWindows.cpp631 void ProcessWindows::OnExitProcess(uint32_t exit_code) { in OnExitProcess() function in lldb_private::ProcessWindows