reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/ValueObject.h
  328   const EvaluationPoint &GetUpdatePoint() const { return m_update_point; }
  330   EvaluationPoint &GetUpdatePoint() { return m_update_point; }
  333     return m_update_point.GetExecutionContextRef();
  337     return m_update_point.GetExecutionContextRef().GetTargetSP();
  341     return m_update_point.GetExecutionContextRef().GetProcessSP();
  345     return m_update_point.GetExecutionContextRef().GetThreadSP();
  349     return m_update_point.GetExecutionContextRef().GetFrameSP();
  682   virtual bool GetIsConstant() const { return m_update_point.IsConstant(); }
  687     return m_update_point.NeedsUpdating(accept_invalid_exe_ctx);
  690   void SetIsConstant() { m_update_point.SetIsConstant(); }
tools/lldb/source/Core/ValueObject.cpp
  213     m_update_point.SetUpdated();
  308   m_update_point.SetNeedsUpdate();
tools/lldb/source/Core/ValueObjectCast.cpp
   68     m_update_point.SetUpdated();
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  178   m_update_point.SetUpdated();