Searched defs:OnExitProcess (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ | ||
D | NativeProcessWindows.h | 140 void OnExitProcess(uint32_t exit_code) override { in OnExitProcess() function |
D | LocalDebugDelegate.cpp | 18 void LocalDebugDelegate::OnExitProcess(uint32_t exit_code) { in OnExitProcess() function in LocalDebugDelegate |
D | ProcessDebugger.cpp | 472 void ProcessDebugger::OnExitProcess(uint32_t exit_code) { in OnExitProcess() function in lldb_private::ProcessDebugger |
D | NativeProcessWindows.cpp | 381 void NativeProcessWindows::OnExitProcess(uint32_t exit_code) { in OnExitProcess() function in lldb_private::NativeProcessWindows |
D | ProcessWindows.cpp | 618 void ProcessWindows::OnExitProcess(uint32_t exit_code) { in OnExitProcess() function in lldb_private::ProcessWindows |