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

/external/lldb/include/lldb/Core/
H A DValueObject.h457 GetExecutionContextRef() const function in class:lldb_private::ValueObject::EvaluationPoint
565 GetExecutionContextRef() const function in class:lldb_private::ValueObject
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();

Completed in 152 milliseconds