Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp293 ValueObjectSP result_value_sp; in ConditionSaysStop() local
325 result_value_sp = result_variable_sp->GetValueObject(); in ConditionSaysStop()
327 if (result_value_sp) in ConditionSaysStop()
330 if (result_value_sp->ResolveValue (scalar_value)) in ConditionSaysStop()
/external/lldb/source/Target/
DStopInfo.cpp697 ValueObjectSP result_value_sp; in PerformAction() local
709 result_value_sp, in PerformAction()
715 if (result_value_sp) in PerformAction()
718 if (result_value_sp->ResolveValue (scalar_value)) in PerformAction()