Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp280 ValueObjectSP result_value_sp; in ConditionSaysStop() local
306 result_value_sp = result_variable_sp->GetValueObject(); in ConditionSaysStop()
308 if (result_value_sp) { in ConditionSaysStop()
309 ret = result_value_sp->IsLogicalTrue(error); in ConditionSaysStop()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp917 ValueObjectSP result_value_sp; in PerformAction() local
921 llvm::StringRef(), result_value_sp, error); in PerformAction()
924 if (result_value_sp) { in PerformAction()
926 if (result_value_sp->ResolveValue(scalar_value)) { in PerformAction()