Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
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()
693 virtual bool GetIsConstant() const { return m_update_point.IsConstant(); } in GetIsConstant()
698 return m_update_point.NeedsUpdating(accept_invalid_exe_ctx); in NeedsUpdating()
701 void SetIsConstant() { m_update_point.SetIsConstant(); } in SetIsConstant()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObjectCast.cpp66 m_update_point.SetUpdated(); in UpdateValue()
DValueObjectDynamicValue.cpp178 m_update_point.SetUpdated(); in UpdateValue()
DValueObject.cpp81 : m_parent(&parent), m_update_point(parent.GetUpdatePoint()), in ValueObject()
94 : m_update_point(exe_scope), m_manager(&manager), in ValueObject()
136 m_update_point.SetUpdated(); in UpdateValueIfNeeded()
230 m_update_point.SetNeedsUpdate(); in SetNeedsUpdate()