Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp236 m_core_data(std::move(core_data)), m_active_exception(nullptr), in ProcessMinidump()
288 m_active_exception = m_minidump_parser->GetExceptionStream(); in DoLoadCore()
310 if (!m_active_exception) in RefreshStateAfterStop()
314 if (m_active_exception->ExceptionRecord.ExceptionCode == in RefreshStateAfterStop()
336 uint32_t signo = m_active_exception->ExceptionRecord.ExceptionCode; in RefreshStateAfterStop()
347 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop()
348 m_active_exception->ExceptionRecord.ExceptionFlags, in RefreshStateAfterStop()
349 m_active_exception->ExceptionRecord.ExceptionAddress, 0); in RefreshStateAfterStop()
465 if (m_active_exception != nullptr && in DoUpdateThreadList()
466 m_active_exception->ThreadId == thread.ThreadId) { in DoUpdateThreadList()
[all …]
H A DProcessMinidump.h113 const minidump::ExceptionStream *m_active_exception; variable
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.h38 return m_active_exception; in GetActiveException()
73 ExceptionRecordSP m_active_exception; variable
H A DDebuggerThread.cpp176 if (m_active_exception.get()) { in StopDebugging()
211 if (!m_active_exception.get()) in ContinueAsyncException()
218 m_active_exception.reset(); in ContinueAsyncException()
335 m_active_exception.reset( in HandleExceptionEvent()
342 m_debug_delegate->OnDebugException(first_chance, *m_active_exception); in HandleExceptionEvent()