Lines Matching refs:m_active_exception
236 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()
331 Process::m_thread_list.SetSelectedThreadByID(m_active_exception->ThreadId); 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()
355 m_active_exception->ExceptionRecord.ExceptionCode, 8) in RefreshStateAfterStop()
358 m_active_exception->ExceptionRecord.ExceptionAddress, 8); in RefreshStateAfterStop()
465 if (m_active_exception != nullptr && in DoUpdateThreadList()
466 m_active_exception->ThreadId == thread.ThreadId) { in DoUpdateThreadList()
467 context_location = m_active_exception->ThreadContext; in DoUpdateThreadList()