Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp293 ExpressionVariableSP result_variable_sp; in ConditionSaysStop() local
296 diagnostics, exe_ctx, options, m_user_expression_sp, result_variable_sp); in ConditionSaysStop()
301 if (!result_variable_sp) { in ConditionSaysStop()
306 result_value_sp = result_variable_sp->GetValueObject(); in ConditionSaysStop()