Searched refs:m_active_exception (Results 1 – 4 of 4) sorted by relevance
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()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 …]
113 const minidump::ExceptionStream *m_active_exception; variable
38 return m_active_exception; in GetActiveException()73 ExceptionRecordSP m_active_exception; variable
176 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()