Lines Matching refs:m_thread
39 : m_thread(thread), m_prev_frames_sp(prev_frames_sp), m_mutex(), m_frames(), in StackFrameList()
65 lldb::addr_t cur_pc = m_thread.GetRegisterContext()->GetPC(); in GetCurrentInlinedDepth()
112 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC(); in ResetCurrentInlinedDepth()
113 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()
128 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth()
154 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id)); in ResetCurrentInlinedDepth()
221 m_current_inlined_pc = m_thread.GetRegisterContext()->GetPC(); in SetCurrentInlinedDepth()
226 assert(m_thread.IsValid() && "Expected valid thread"); in GetOnlyConcreteFramesUpTo()
425 m_thread.shared_from_this(), frame_idx, concrete_frame_idx, cfa, in SynthesizeTailCallFrames()
439 if (!m_thread.IsValid()) in GetFramesUpTo()
447 Unwind &unwinder = m_thread.GetUnwinder(); in GetFramesUpTo()
482 RegisterContextSP reg_ctx_sp(m_thread.GetRegisterContext()); in GetFramesUpTo()
496 m_thread.shared_from_this(), m_frames.size(), idx, reg_ctx_sp, in GetFramesUpTo()
514 m_thread.shared_from_this(), m_frames.size(), idx, cfa, cfa_is_valid, in GetFramesUpTo()
529 TargetSP target_sp = m_thread.CalculateTarget(); in GetFramesUpTo()
542 m_thread.shared_from_this(), m_frames.size(), idx, in GetFramesUpTo()
674 if (m_thread.GetUnwinder().GetFrameInfoAtIndex( in GetFrameAtIndex()
678 m_thread.shared_from_this(), idx, idx, cfa, cfa_is_valid, pc, in GetFrameAtIndex()
704 assert(!m_thread.IsValid() && "A valid thread has no frames."); in GetFrameAtIndex()
810 if (m_thread.GetID() == in SetDefaultFileAndLineToSelectedFrame()
811 m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) { in SetDefaultFileAndLineToSelectedFrame()
816 m_thread.CalculateTarget()->GetSourceManager().SetDefaultFileAndLine( in SetDefaultFileAndLineToSelectedFrame()
866 StackFrameSP selected_frame_sp = m_thread.GetSelectedFrame(); in GetStatus()