Lines Matching refs:m_thread

41     : m_thread(thread), m_prev_frames_sp(prev_frames_sp), m_mutex(), m_frames(),  in StackFrameList()
67 lldb::addr_t cur_pc = m_thread.GetRegisterContext()->GetPC(); in GetCurrentInlinedDepth()
114 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC(); in ResetCurrentInlinedDepth()
115 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()
130 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth()
156 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id)); in ResetCurrentInlinedDepth()
224 m_current_inlined_pc = m_thread.GetRegisterContext()->GetPC(); in SetCurrentInlinedDepth()
229 assert(m_thread.IsValid() && "Expected valid thread"); in GetOnlyConcreteFramesUpTo()
428 m_thread.shared_from_this(), frame_idx, concrete_frame_idx, cfa, in SynthesizeTailCallFrames()
444 if (!m_thread.IsValid()) in GetFramesUpTo()
452 Unwind &unwinder = m_thread.GetUnwinder(); in GetFramesUpTo()
478 Debugger &dbg = m_thread.GetProcess()->GetTarget().GetDebugger(); in GetFramesUpTo()
488 RegisterContextSP reg_ctx_sp(m_thread.GetRegisterContext()); in GetFramesUpTo()
502 m_thread.shared_from_this(), m_frames.size(), idx, reg_ctx_sp, in GetFramesUpTo()
529 m_thread.shared_from_this(), m_frames.size(), idx, cfa, cfa_is_valid, in GetFramesUpTo()
544 TargetSP target_sp = m_thread.CalculateTarget(); in GetFramesUpTo()
557 m_thread.shared_from_this(), m_frames.size(), idx, in GetFramesUpTo()
700 if (m_thread.GetUnwinder().GetFrameInfoAtIndex( in GetFrameAtIndex()
704 m_thread.shared_from_this(), idx, idx, cfa, cfa_is_valid, pc, in GetFrameAtIndex()
730 assert(!m_thread.IsValid() && "A valid thread has no frames."); in GetFrameAtIndex()
805 if (m_thread.GetProcess()->CurrentThreadIsPrivateStateThread()) in SelectMostRelevantFrame()
881 if (m_thread.GetID() == in SetDefaultFileAndLineToSelectedFrame()
882 m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) { in SetDefaultFileAndLineToSelectedFrame()
888 m_thread.CalculateTarget()->GetSourceManager().SetDefaultFileAndLine( in SetDefaultFileAndLineToSelectedFrame()
945 m_thread.GetSelectedFrame(DoNoSelectMostRelevantFrame); in GetStatus()
968 Debugger &dbg = m_thread.GetProcess()->GetTarget().GetDebugger(); in GetStatus()
971 m_thread.GetID(), num_frames_displayed)) in GetStatus()