diff options
-rw-r--r-- | lldb/source/Breakpoint/BreakpointLocation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Breakpoint/BreakpointLocation.cpp b/lldb/source/Breakpoint/BreakpointLocation.cpp index ba8f1de8d12..b32937b6445 100644 --- a/lldb/source/Breakpoint/BreakpointLocation.cpp +++ b/lldb/source/Breakpoint/BreakpointLocation.cpp @@ -319,6 +319,7 @@ BreakpointLocation::ConditionSaysStop (ExecutionContext &exe_ctx, Error &error) { ret = false; error.SetErrorString("Expression did not return a result"); + return false; } result_value_sp = result_variable_sp->GetValueObject(); |