Lines Matching refs:m_thread
46 m_thread (thread), in StackFrameList()
88 lldb::addr_t cur_pc = m_thread.GetRegisterContext()->GetPC(); in GetCurrentInlinedDepth()
127 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC(); in ResetCurrentInlinedDepth()
132 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()
146 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth()
169 … BreakpointSiteSP bp_site_sp(m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id)); in ResetCurrentInlinedDepth()
250 m_current_inlined_pc = m_thread.GetRegisterContext()->GetPC(); in SetCurrentInlinedDepth()
257 if (m_thread.IsValid() == false) in GetFramesUpTo()
264 Unwind *unwinder = m_thread.GetUnwinder (); in GetFramesUpTo()
299 RegisterContextSP reg_ctx_sp (m_thread.GetRegisterContext()); in GetFramesUpTo()
314 unwind_frame_sp.reset (new StackFrame (m_thread.shared_from_this(), in GetFramesUpTo()
339 …unwind_frame_sp.reset (new StackFrame (m_thread.shared_from_this(), m_frames.size(), idx, cfa, pc,… in GetFramesUpTo()
361 StackFrameSP frame_sp(new StackFrame (m_thread.shared_from_this(), in GetFramesUpTo()
531 Unwind *unwinder = m_thread.GetUnwinder (); in GetFrameAtIndex()
537 … frame_sp.reset (new StackFrame (m_thread.shared_from_this(), idx, idx, cfa, pc, NULL)); in GetFrameAtIndex()
569 if (m_thread.IsValid()) in GetFrameAtIndex()
700 if (m_thread.GetID() == m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) in SetDefaultFileAndLineToSelectedFrame()
707 … m_thread.CalculateTarget()->GetSourceManager().SetDefaultFileAndLine (sc.line_entry.file, in SetDefaultFileAndLineToSelectedFrame()