Lines Matching refs:m_thread

38     : m_thread(thread), m_prev_frames_sp(prev_frames_sp), m_mutex(), m_frames(),  in StackFrameList()
64 lldb::addr_t cur_pc = m_thread.GetRegisterContext()->GetPC(); in GetCurrentInlinedDepth()
111 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC(); in ResetCurrentInlinedDepth()
112 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()
127 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth()
153 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id)); in ResetCurrentInlinedDepth()
220 m_current_inlined_pc = m_thread.GetRegisterContext()->GetPC(); in SetCurrentInlinedDepth()
225 assert(m_thread.IsValid() && "Expected valid thread"); in GetOnlyConcreteFramesUpTo()
424 m_thread.shared_from_this(), frame_idx, concrete_frame_idx, cfa, in SynthesizeTailCallFrames()
438 if (!m_thread.IsValid()) in GetFramesUpTo()
446 Unwind &unwinder = m_thread.GetUnwinder(); in GetFramesUpTo()
481 RegisterContextSP reg_ctx_sp(m_thread.GetRegisterContext()); in GetFramesUpTo()
495 m_thread.shared_from_this(), m_frames.size(), idx, reg_ctx_sp, in GetFramesUpTo()
513 m_thread.shared_from_this(), m_frames.size(), idx, cfa, cfa_is_valid, in GetFramesUpTo()
528 TargetSP target_sp = m_thread.CalculateTarget(); in GetFramesUpTo()
541 m_thread.shared_from_this(), m_frames.size(), idx, in GetFramesUpTo()
673 if (m_thread.GetUnwinder().GetFrameInfoAtIndex( in GetFrameAtIndex()
677 m_thread.shared_from_this(), idx, idx, cfa, cfa_is_valid, pc, in GetFrameAtIndex()
703 assert(!m_thread.IsValid() && "A valid thread has no frames."); in GetFrameAtIndex()
809 if (m_thread.GetID() == in SetDefaultFileAndLineToSelectedFrame()
810 m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) { in SetDefaultFileAndLineToSelectedFrame()
815 m_thread.CalculateTarget()->GetSourceManager().SetDefaultFileAndLine( in SetDefaultFileAndLineToSelectedFrame()
865 StackFrameSP selected_frame_sp = m_thread.GetSelectedFrame(); in GetStatus()