Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DLocalDebugDelegate.cpp29 LocalDebugDelegate::OnDebugException(bool first_chance, in OnDebugException() argument
32 return process->OnDebugException(first_chance, record); in OnDebugException()
DNativeProcessWindows.h100 ExceptionResult OnDebugException(bool first_chance,
148 ExceptionResult OnDebugException(bool first_chance, in OnDebugException() argument
150 return m_process.OnDebugException(first_chance, record); in OnDebugException()
DNativeProcessWindows.cpp422 NativeProcessWindows::OnDebugException(bool first_chance, in OnDebugException() argument
428 ProcessDebugger::OnDebugException(first_chance, record); in OnDebugException()
431 if (!first_chance) { in OnDebugException()
513 first_chance); in OnDebugException()
530 if (first_chance) in OnDebugException()
DIDebugDelegate.h31 virtual ExceptionResult OnDebugException(bool first_chance,
DLocalDebugDelegate.h47 ExceptionResult OnDebugException(bool first_chance,
DDebuggerThread.cpp370 bool first_chance = (info.dwFirstChance != 0); in HandleExceptionEvent() local
375 first_chance ? "first" : "second", in HandleExceptionEvent()
379 m_debug_delegate->OnDebugException(first_chance, *m_active_exception); in HandleExceptionEvent()
DProcessDebugger.h55 virtual ExceptionResult OnDebugException(bool first_chance,
DProcessWindows.cpp685 ProcessWindows::OnDebugException(bool first_chance, in OnDebugException() argument
705 if (!first_chance) { in OnDebugException()
739 first_chance); in OnDebugException()
742 if (first_chance) in OnDebugException()
DProcessWindows.h93 ExceptionResult OnDebugException(bool first_chance,
DProcessDebugger.cpp485 ProcessDebugger::OnDebugException(bool first_chance, in OnDebugException() argument