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

References

lib/ObjectYAML/MinidumpYAML.cpp
  381   mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode);
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  249   if (m_active_exception->ExceptionRecord.ExceptionCode ==
  271     uint32_t signo = m_active_exception->ExceptionRecord.ExceptionCode;
  282         *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2,
  290                        m_active_exception->ExceptionRecord.ExceptionCode, 8)
tools/lldb/unittests/Process/minidump/MinidumpParserTest.cpp
  258   ASSERT_EQ(11UL, exception_stream->ExceptionRecord.ExceptionCode);
unittests/Object/MinidumpTest.cpp
  759   EXPECT_EQ(0x02040302u, Exception.ExceptionCode);
unittests/ObjectYAML/MinidumpYAMLTest.cpp
  173   EXPECT_EQ(0x23u, Exception.ExceptionCode);
  216   EXPECT_EQ(0x23u, Exception.ExceptionCode);
  272   EXPECT_EQ(0x0u, Exception.ExceptionCode);
  323   EXPECT_EQ(0x23u, Exception.ExceptionCode);