Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DValueObject.h555 return m_update_point; in GetUpdatePoint()
561 return m_update_point; in GetUpdatePoint()
567 return m_update_point.GetExecutionContextRef(); in GetExecutionContextRef()
573 return m_update_point.GetExecutionContextRef().GetTargetSP(); in GetTargetSP()
579 return m_update_point.GetExecutionContextRef().GetProcessSP(); in GetProcessSP()
585 return m_update_point.GetExecutionContextRef().GetThreadSP(); in GetThreadSP()
591 return m_update_point.GetExecutionContextRef().GetFrameSP(); in GetFrameSP()
1002 return m_update_point.IsConstant(); in GetIsConstant()
1008 m_update_point.SetIsConstant(); in SetIsConstant()
1193 …EvaluationPoint m_update_point; // Stores both the stop id and the full context at which this … variable
/external/lldb/source/Core/
DValueObjectCast.cpp99 m_update_point.SetUpdated(); in UpdateValue()
DValueObjectDynamicValue.cpp178 m_update_point.SetUpdated(); in UpdateValue()
DValueObject.cpp68 m_update_point (parent.GetUpdatePoint ()), in ValueObject()
114 m_update_point (exe_scope), in ValueObject()
183 bool first_update = m_update_point.IsFirstEvaluation(); in UpdateValueIfNeeded()
185 if (m_update_point.NeedsUpdating()) in UpdateValueIfNeeded()
187 m_update_point.SetUpdated(); in UpdateValueIfNeeded()
266 m_update_point.SetNeedsUpdate(); in SetNeedsUpdate()