Searched defs:OnExitProcess (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ | ||
H A D | NativeProcessWindows.h | 145 void OnExitProcess(uint32_t exit_code) override { in OnExitProcess() function |
H A D | LocalDebugDelegate.cpp | 18 void LocalDebugDelegate::OnExitProcess(uint32_t exit_code) { in OnExitProcess() function in LocalDebugDelegate |
H A D | ProcessDebugger.cpp | 468 void ProcessDebugger::OnExitProcess(uint32_t exit_code) { in OnExitProcess() function in lldb_private::ProcessDebugger |
H A D | NativeProcessWindows.cpp | 404 void NativeProcessWindows::OnExitProcess(uint32_t exit_code) { in OnExitProcess() function in lldb_private::NativeProcessWindows |
H A D | ProcessWindows.cpp | 631 void ProcessWindows::OnExitProcess(uint32_t exit_code) { in OnExitProcess() function in lldb_private::ProcessWindows |