Home
last modified time | relevance | path

Searched refs:m_active_exception (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp290 m_active_exception = m_minidump_parser->GetExceptionStream(); in DoLoadCore()
316 if (!m_active_exception) in RefreshStateAfterStop()
320 if (m_active_exception->ExceptionRecord.ExceptionCode == in RefreshStateAfterStop()
337 Process::m_thread_list.SetSelectedThreadByID(m_active_exception->ThreadId); in RefreshStateAfterStop()
342 uint32_t signo = m_active_exception->ExceptionRecord.ExceptionCode; in RefreshStateAfterStop()
353 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop()
354 m_active_exception->ExceptionRecord.ExceptionFlags, in RefreshStateAfterStop()
355 m_active_exception->ExceptionRecord.ExceptionAddress, 0); in RefreshStateAfterStop()
361 m_active_exception->ExceptionRecord.ExceptionCode, 8) in RefreshStateAfterStop()
364 m_active_exception->ExceptionRecord.ExceptionAddress, 8); in RefreshStateAfterStop()
[all …]
DProcessMinidump.h116 const minidump::ExceptionStream *m_active_exception; variable
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.h38 return m_active_exception; in GetActiveException()
73 ExceptionRecordSP m_active_exception; variable
DDebuggerThread.cpp211 if (m_active_exception.get()) { in StopDebugging()
246 if (!m_active_exception.get()) in ContinueAsyncException()
254 m_active_exception.reset(); in ContinueAsyncException()
372 m_active_exception.reset( in HandleExceptionEvent()
379 m_debug_delegate->OnDebugException(first_chance, *m_active_exception); in HandleExceptionEvent()