Home
last modified time | relevance | path

Searched refs:result_value_sp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp287 ValueObjectSP result_value_sp; in ConditionSaysStop() local
313 result_value_sp = result_variable_sp->GetValueObject(); in ConditionSaysStop()
315 if (result_value_sp) { in ConditionSaysStop()
316 ret = result_value_sp->IsLogicalTrue(error); in ConditionSaysStop()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp851 ValueObjectSP result_value_sp; in PerformAction() local
855 llvm::StringRef(), result_value_sp, error); in PerformAction()
858 if (result_value_sp) { in PerformAction()
860 if (result_value_sp->ResolveValue(scalar_value)) { in PerformAction()