HomeSort by relevance Sort by last modified time
    Searched refs:m_update_point (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Core/
ValueObjectCast.cpp 99 m_update_point.SetUpdated();
ValueObjectDynamicValue.cpp 178 m_update_point.SetUpdated();
ValueObject.cpp 68 m_update_point (parent.GetUpdatePoint ()),
114 m_update_point (exe_scope),
183 bool first_update = m_update_point.IsFirstEvaluation();
185 if (m_update_point.NeedsUpdating())
187 m_update_point.SetUpdated();
266 m_update_point.SetNeedsUpdate();
    [all...]
  /external/lldb/include/lldb/Core/
ValueObject.h 555 return m_update_point;
561 return m_update_point;
567 return m_update_point.GetExecutionContextRef();
573 return m_update_point.GetExecutionContextRef().GetTargetSP();
579 return m_update_point.GetExecutionContextRef().GetProcessSP();
585 return m_update_point.GetExecutionContextRef().GetThreadSP();
591 return m_update_point.GetExecutionContextRef().GetFrameSP();
1002 return m_update_point.IsConstant();
1008 m_update_point.SetIsConstant();
1193 EvaluationPoint m_update_point; \/\/ Stores both the stop id and the full context at which this value was last member in class:lldb_private::ValueObject
    [all...]

Completed in 179 milliseconds