Lines Matching refs:m_stack_id
398 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() {} in ExecutionContextRef()
402 m_tid(LLDB_INVALID_THREAD_ID), m_stack_id() { in ExecutionContextRef()
409 m_tid(LLDB_INVALID_THREAD_ID), m_stack_id() { in ExecutionContextRef()
415 m_tid(LLDB_INVALID_THREAD_ID), m_stack_id() { in ExecutionContextRef()
422 m_stack_id(rhs.m_stack_id) {} in ExecutionContextRef()
431 m_stack_id = rhs.m_stack_id; in operator =()
448 m_stack_id = frame_sp->GetStackID(); in operator =()
450 m_stack_id.Clear(); in operator =()
491 m_stack_id = frame_sp->GetStackID(); in SetFrameSP()
606 if (m_stack_id.IsValid()) { in GetFrameSP()
609 return thread_sp->GetFrameWithStackID(m_stack_id); in GetFrameSP()