The last argument to CreateExceptionBreakpoint is "internal" not Hardware.
llvm-svn: 235122
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp
index 5a3243b..6c3fb75 100644
--- a/lldb/source/Commands/CommandObjectBreakpoint.cpp
+++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp
@@ -559,7 +559,7 @@
bp = target->CreateExceptionBreakpoint (m_options.m_language,
m_options.m_catch_bp,
m_options.m_throw_bp,
- m_options.m_hardware).get();
+ internal).get();
}
break;
default: