Add two additional trap handler names for PlatformDarwinKernel.
authorJason Molenda <jmolenda@apple.com>
Tue, 18 Feb 2014 22:35:38 +0000 (22:35 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 18 Feb 2014 22:35:38 +0000 (22:35 +0000)
<rdar://problem/15246793>

llvm-svn: 201609

lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp

index 445bf94..074d735 100644 (file)
@@ -661,7 +661,9 @@ PlatformDarwinKernel::CalculateTrapHandlerSymbolNames ()
 {   
     m_trap_handlers.push_back(ConstString ("trap_from_kernel"));
     m_trap_handlers.push_back(ConstString ("hndl_double_fault"));
-}   
+    m_trap_handlers.push_back(ConstString ("hndl_allintrs"));
+    m_trap_handlers.push_back(ConstString ("hndl_alltraps"));
+}
 
 #else  // __APPLE__