Searched defs:m_update_point (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Core/
H A DValueObject.h555 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; // Store member in class:lldb_private::ValueObject
[all...]

Completed in 1915 milliseconds