reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  221   m_active_exception = m_minidump_parser->GetExceptionStream();
  245   if (!m_active_exception)
  249   if (m_active_exception->ExceptionRecord.ExceptionCode ==
  266   Process::m_thread_list.SetSelectedThreadByID(m_active_exception->ThreadId);
  271     uint32_t signo = m_active_exception->ExceptionRecord.ExceptionCode;
  282         *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2,
  283         m_active_exception->ExceptionRecord.ExceptionFlags,
  284         m_active_exception->ExceptionRecord.ExceptionAddress, 0);
  290                        m_active_exception->ExceptionRecord.ExceptionCode, 8)
  293                        m_active_exception->ExceptionRecord.ExceptionAddress, 8);
  388     if (m_active_exception != nullptr &&
  389         m_active_exception->ThreadId == thread.ThreadId) {
  390       context_location = m_active_exception->ThreadContext;