Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h326 const EvaluationPoint &GetUpdatePoint() const { return m_update_point; } in GetUpdatePoint()
328 EvaluationPoint &GetUpdatePoint() { return m_update_point; } in GetUpdatePoint()
331 return m_update_point.GetExecutionContextRef(); in GetExecutionContextRef()
335 return m_update_point.GetExecutionContextRef().GetTargetSP(); in GetTargetSP()
339 return m_update_point.GetExecutionContextRef().GetProcessSP(); in GetProcessSP()
343 return m_update_point.GetExecutionContextRef().GetThreadSP(); in GetThreadSP()
347 return m_update_point.GetExecutionContextRef().GetFrameSP(); in GetFrameSP()
764 virtual bool GetIsConstant() const { return m_update_point.IsConstant(); } in GetIsConstant()
769 return m_update_point.NeedsUpdating(accept_invalid_exe_ctx); in NeedsUpdating()
772 void SetIsConstant() { m_update_point.SetIsConstant(); } in SetIsConstant()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp69 m_update_point.SetUpdated(); in UpdateValue()
H A DValueObjectDynamicValue.cpp189 m_update_point.SetUpdated(); in UpdateValue()
H A DValueObject.cpp83 : m_parent(&parent), m_update_point(parent.GetUpdatePoint()), in ValueObject()
96 : m_update_point(exe_scope), m_manager(&manager), in ValueObject()
138 m_update_point.SetUpdated(); in UpdateValueIfNeeded()
230 m_update_point.SetNeedsUpdate(); in SetNeedsUpdate()