Searched refs:OnDebugException (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | LocalDebugDelegate.cpp | 29 LocalDebugDelegate::OnDebugException(bool first_chance, in OnDebugException() function in LocalDebugDelegate 32 return process->OnDebugException(first_chance, record); in OnDebugException()
|
| H A D | NativeProcessWindows.h | 100 ExceptionResult OnDebugException(bool first_chance, 153 ExceptionResult OnDebugException(bool first_chance, in OnDebugException() function 155 return m_process.OnDebugException(first_chance, record); in OnDebugException()
|
| H A D | IDebugDelegate.h | 31 virtual ExceptionResult OnDebugException(bool first_chance,
|
| H A D | LocalDebugDelegate.h | 47 ExceptionResult OnDebugException(bool first_chance,
|
| H A D | ProcessDebugger.h | 55 virtual ExceptionResult OnDebugException(bool first_chance,
|
| H A D | ProcessWindows.h | 88 ExceptionResult OnDebugException(bool first_chance,
|
| H A D | NativeProcessWindows.cpp | 445 NativeProcessWindows::OnDebugException(bool first_chance, in OnDebugException() function in lldb_private::NativeProcessWindows 451 ProcessDebugger::OnDebugException(first_chance, record); in OnDebugException()
|
| H A D | ProcessDebugger.cpp | 481 ProcessDebugger::OnDebugException(bool first_chance, in OnDebugException() function in lldb_private::ProcessDebugger
|
| H A D | DebuggerThread.cpp | 343 m_debug_delegate->OnDebugException(first_chance, *m_active_exception); in HandleExceptionEvent()
|
| H A D | ProcessWindows.cpp | 696 ProcessWindows::OnDebugException(bool first_chance, in OnDebugException() function in lldb_private::ProcessWindows
|