Searched refs:first_chance (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | LocalDebugDelegate.cpp | 29 LocalDebugDelegate::OnDebugException(bool first_chance, in OnDebugException() argument 32 return process->OnDebugException(first_chance, record); in OnDebugException()
|
D | NativeProcessWindows.h | 100 ExceptionResult OnDebugException(bool first_chance, 148 ExceptionResult OnDebugException(bool first_chance, in OnDebugException() argument 150 return m_process.OnDebugException(first_chance, record); in OnDebugException()
|
D | NativeProcessWindows.cpp | 422 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()
|
D | IDebugDelegate.h | 31 virtual ExceptionResult OnDebugException(bool first_chance,
|
D | LocalDebugDelegate.h | 47 ExceptionResult OnDebugException(bool first_chance,
|
D | DebuggerThread.cpp | 370 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()
|
D | ProcessDebugger.h | 55 virtual ExceptionResult OnDebugException(bool first_chance,
|
D | ProcessWindows.cpp | 685 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()
|
D | ProcessWindows.h | 93 ExceptionResult OnDebugException(bool first_chance,
|
D | ProcessDebugger.cpp | 485 ProcessDebugger::OnDebugException(bool first_chance, in OnDebugException() argument
|