Searched refs:OnDebuggerError (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | LocalDebugDelegate.cpp | 64 void LocalDebugDelegate::OnDebuggerError(const Status &error, uint32_t type) { in OnDebuggerError() function in LocalDebugDelegate 66 process->OnDebuggerError(error, type); in OnDebuggerError()
|
| H A D | IDebugDelegate.h | 39 virtual void OnDebuggerError(const Status &error, uint32_t type) = 0;
|
| H A D | NativeProcessWindows.h | 179 void OnDebuggerError(const Status &error, uint32_t type) override { in OnDebuggerError() function 180 return m_process.OnDebuggerError(error, type); in OnDebuggerError()
|
| H A D | LocalDebugDelegate.h | 55 void OnDebuggerError(const Status &error, uint32_t type) override;
|
| H A D | DebuggerThread.cpp | 107 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 D | ProcessDebugger.h | 63 virtual void OnDebuggerError(const Status &error, uint32_t type);
|
| H A D | ProcessWindows.h | 96 void OnDebuggerError(const Status &error, uint32_t type) override;
|
| H A D | ProcessDebugger.cpp | 474 OnDebuggerError(error, 0); in OnExitProcess() 535 void ProcessDebugger::OnDebuggerError(const Status &error, uint32_t type) { in OnDebuggerError() function in lldb_private::ProcessDebugger
|
| H A D | ProcessWindows.cpp | 813 void ProcessWindows::OnDebuggerError(const Status &error, uint32_t type) { in OnDebuggerError() function in lldb_private::ProcessWindows
|