Lines Matching refs:m_thread
48 m_thread(thread), in RegisterContextLLDB()
92 ExecutionContext exe_ctx(m_thread.shared_from_this()); in InitializeZerothFrame()
93 RegisterContextSP reg_ctx_sp = m_thread.GetRegisterContext(); in InitializeZerothFrame()
193 …active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddres… in InitializeZerothFrame()
240 if (!m_thread.GetRegisterContext()) in InitializeNonZerothFrame()
271 ExecutionContext exe_ctx(m_thread.shared_from_this()); in InitializeNonZerothFrame()
475 …active_row->Dump(active_row_strm, m_fast_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddres… in InitializeNonZerothFrame()
489 …active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddres… in InitializeNonZerothFrame()
591 unwind_plan_sp = func_unwinders_sp->GetUnwindPlanFastUnwind (m_thread); in GetFastUnwindPlanForFrame()
627 ExecutionContext exe_ctx(m_thread.shared_from_this()); in GetFullUnwindPlanForFrame()
735 unwind_plan_sp = func_unwinders_sp->GetUnwindPlanAtNonCallSite (m_thread); in GetFullUnwindPlanForFrame()
753 unwind_plan_sp = func_unwinders_sp->GetUnwindPlanAtNonCallSite (m_thread); in GetFullUnwindPlanForFrame()
775 return m_thread.GetRegisterContext()->GetRegisterCount(); in GetRegisterCount()
781 return m_thread.GetRegisterContext()->GetRegisterInfoAtIndex (reg); in GetRegisterInfoAtIndex()
787 return m_thread.GetRegisterContext()->GetRegisterSetCount (); in GetRegisterSetCount()
793 return m_thread.GetRegisterContext()->GetRegisterSet (reg_set); in GetRegisterSet()
799 return m_thread.GetRegisterContext()->ConvertRegisterKindToRegisterNumber (kind, num); in ConvertRegisterKindToRegisterNumber()
822 success = m_thread.GetRegisterContext()->ReadRegister (other_reg_info, value); in ReadRegisterValueFromRegisterLocation()
872 success = m_thread.GetRegisterContext()->WriteRegister (other_reg_info, value); in WriteRegisterValueToRegisterLocation()
941 …m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds (eRegisterKindGeneric, LLDB_REGNUM_GENE… in SavedLocationForRegister()
942 …m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds (eRegisterKindGeneric, LLDB_REGNUM_GENE… in SavedLocationForRegister()
968 …if (!m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds (eRegisterKindLLDB, lldb_regnum, u… in SavedLocationForRegister()
1005 …if (!m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds (eRegisterKindLLDB, lldb_regnum, u… in SavedLocationForRegister()
1033 …if (m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds (unwindplan_registerkind, row_regnu… in SavedLocationForRegister()
1058 …if (m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds (eRegisterKindGeneric, LLDB_REGNUM_… in SavedLocationForRegister()
1076 …if (m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds (eRegisterKindGeneric, LLDB_REGNUM_… in SavedLocationForRegister()
1092 ExecutionContext exe_ctx(m_thread.shared_from_this()); in SavedLocationForRegister()
1172 …if (!m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds (unwindplan_registerkind, unwindpl… in SavedLocationForRegister()
1237 ExecutionContext exe_ctx (m_thread.shared_from_this()); in InvalidateFullUnwindPlan()
1258 func_unwinders_sp->InvalidateNonCallSiteUnwindPlan (m_thread); in InvalidateFullUnwindPlan()
1301 …else if (!m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds (register_kind, regnum, eRegi… in ReadGPRValue()
1311 if (m_thread.GetRegisterContext()->ReadRegister (reg_info, reg_value)) in ReadGPRValue()
1325 …else if (m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds (register_kind, regnum, eRegis… in ReadGPRValue()
1359 return m_thread.GetRegisterContext()->ReadRegister (reg_info, value); in ReadRegister()
1383 return m_thread.GetRegisterContext()->WriteRegister (reg_info, value); in WriteRegister()
1510 … m_frame_number < 100 ? m_frame_number : 100, "", m_thread.GetIndexID(), m_frame_number, in UnwindLogMsg()
1536 … m_frame_number < 100 ? m_frame_number : 100, "", m_thread.GetIndexID(), m_frame_number, in UnwindLogMsgVerbose()