Home
last modified time | relevance | path

Searched refs:OnDebuggerError (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DLocalDebugDelegate.cpp64 void LocalDebugDelegate::OnDebuggerError(const Status &error, uint32_t type) { in OnDebuggerError() function in LocalDebugDelegate
66 process->OnDebuggerError(error, type); in OnDebuggerError()
H A DIDebugDelegate.h39 virtual void OnDebuggerError(const Status &error, uint32_t type) = 0;
H A DNativeProcessWindows.h179 void OnDebuggerError(const Status &error, uint32_t type) override { in OnDebuggerError() function
180 return m_process.OnDebuggerError(error, type); in OnDebuggerError()
H A DLocalDebugDelegate.h55 void OnDebuggerError(const Status &error, uint32_t type) override;
H A DDebuggerThread.cpp107 m_debug_delegate->OnDebuggerError(error, 0); in DebuggerThreadLaunchRoutine()
124 m_debug_delegate->OnDebuggerError(error, 0); in DebuggerThreadAttachRoutine()
547 m_debug_delegate->OnDebuggerError(error, info.dwType); in HandleRipEvent()
H A DProcessDebugger.h63 virtual void OnDebuggerError(const Status &error, uint32_t type);
H A DProcessWindows.h96 void OnDebuggerError(const Status &error, uint32_t type) override;
H A DProcessDebugger.cpp474 OnDebuggerError(error, 0); in OnExitProcess()
535 void ProcessDebugger::OnDebuggerError(const Status &error, uint32_t type) { in OnDebuggerError() function in lldb_private::ProcessDebugger
H A DProcessWindows.cpp813 void ProcessWindows::OnDebuggerError(const Status &error, uint32_t type) { in OnDebuggerError() function in lldb_private::ProcessWindows