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.cpp272 ValueObjectSP result_value_sp; in ConditionSaysStop() local
298 result_value_sp = result_variable_sp->GetValueObject(); in ConditionSaysStop()
300 if (result_value_sp) { in ConditionSaysStop()
301 ret = result_value_sp->IsLogicalTrue(error); in ConditionSaysStop()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp938 ValueObjectSP result_value_sp; in PerformAction() local
941 llvm::StringRef(), result_value_sp); in PerformAction()
944 if (result_value_sp) { in PerformAction()
946 if (result_value_sp->ResolveValue(scalar_value)) { in PerformAction()
966 if (result_value_sp) in PerformAction()
967 err_str = result_value_sp->GetError().AsCString(); in PerformAction()