diff options
Diffstat (limited to 'lldb/source/Breakpoint/Watchpoint.cpp')
| -rw-r--r-- | lldb/source/Breakpoint/Watchpoint.cpp | 1 |
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()) { |

