Home
last modified time | relevance | path

Searched refs:OnDebugException (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DLocalDebugDelegate.cpp29 LocalDebugDelegate::OnDebugException(bool first_chance, in OnDebugException() function in LocalDebugDelegate
32 return process->OnDebugException(first_chance, record); in OnDebugException()
H A DNativeProcessWindows.h100 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 DIDebugDelegate.h31 virtual ExceptionResult OnDebugException(bool first_chance,
H A DLocalDebugDelegate.h47 ExceptionResult OnDebugException(bool first_chance,
H A DProcessDebugger.h55 virtual ExceptionResult OnDebugException(bool first_chance,
H A DProcessWindows.h88 ExceptionResult OnDebugException(bool first_chance,
H A DNativeProcessWindows.cpp445 NativeProcessWindows::OnDebugException(bool first_chance, in OnDebugException() function in lldb_private::NativeProcessWindows
451 ProcessDebugger::OnDebugException(first_chance, record); in OnDebugException()
H A DProcessDebugger.cpp481 ProcessDebugger::OnDebugException(bool first_chance, in OnDebugException() function in lldb_private::ProcessDebugger
H A DDebuggerThread.cpp343 m_debug_delegate->OnDebugException(first_chance, *m_active_exception); in HandleExceptionEvent()
H A DProcessWindows.cpp696 ProcessWindows::OnDebugException(bool first_chance, in OnDebugException() function in lldb_private::ProcessWindows