summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/Watchpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Breakpoint/Watchpoint.cpp')
-rw-r--r--lldb/source/Breakpoint/Watchpoint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Breakpoint/Watchpoint.cpp b/lldb/source/Breakpoint/Watchpoint.cpp
index afc217f2a73..363fa9a8fa7 100644
--- a/lldb/source/Breakpoint/Watchpoint.cpp
+++ b/lldb/source/Breakpoint/Watchpoint.cpp
@@ -387,6 +387,7 @@ Watchpoint::SetCondition (const char *condition)
nullptr,
lldb::eLanguageTypeUnknown,
UserExpression::eResultTypeAny,
+ EvaluateExpressionOptions(),
error));
if (error.Fail())
{
OpenPOWER on IntegriCloud