The last argument to CreateExceptionBreakpoint is "internal" not Hardware.

llvm-svn: 235122
This commit is contained in:
Jim Ingham 2015-04-16 17:32:27 +00:00
parent 8f1303663a
commit 162deb1f74
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ protected:
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: