summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
index 074d7356027..67ff026081e 100644
--- a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
+++ b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
@@ -663,6 +663,7 @@ PlatformDarwinKernel::CalculateTrapHandlerSymbolNames ()
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"));
+ m_trap_handlers.push_back(ConstString ("interrupt"));
}
#else // __APPLE__
OpenPOWER on IntegriCloud