Lines Matching refs:RegisterContextLLDB

49 RegisterContextLLDB::RegisterContextLLDB(Thread &thread,  in RegisterContextLLDB()  function in RegisterContextLLDB
79 bool RegisterContextLLDB::IsUnwindPlanValidForCurrentPC( in IsUnwindPlanValidForCurrentPC()
110 void RegisterContextLLDB::InitializeZerothFrame() { in InitializeZerothFrame()
274 void RegisterContextLLDB::InitializeNonZerothFrame() { in InitializeNonZerothFrame()
620 bool RegisterContextLLDB::CheckIfLoopingStack() { in CheckIfLoopingStack()
634 RegisterContextLLDB::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()
636 RegisterContextLLDB::SharedPtr next_next_frame = next_frame->GetNextFrame(); in CheckIfLoopingStack()
648 bool RegisterContextLLDB::IsFrameZero() const { return m_frame_number == 0; } in IsFrameZero()
661 UnwindPlanSP RegisterContextLLDB::GetFastUnwindPlanForFrame() { in GetFastUnwindPlanForFrame()
713 UnwindPlanSP RegisterContextLLDB::GetFullUnwindPlanForFrame() { in GetFullUnwindPlanForFrame()
971 void RegisterContextLLDB::InvalidateAllRegisters() { in InvalidateAllRegisters()
975 size_t RegisterContextLLDB::GetRegisterCount() { in GetRegisterCount()
979 const RegisterInfo *RegisterContextLLDB::GetRegisterInfoAtIndex(size_t reg) { in GetRegisterInfoAtIndex()
983 size_t RegisterContextLLDB::GetRegisterSetCount() { in GetRegisterSetCount()
987 const RegisterSet *RegisterContextLLDB::GetRegisterSet(size_t reg_set) { in GetRegisterSet()
991 uint32_t RegisterContextLLDB::ConvertRegisterKindToRegisterNumber( in ConvertRegisterKindToRegisterNumber()
997 bool RegisterContextLLDB::ReadRegisterValueFromRegisterLocation( in ReadRegisterValueFromRegisterLocation()
1050 bool RegisterContextLLDB::WriteRegisterValueToRegisterLocation( in WriteRegisterValueToRegisterLocation()
1092 bool RegisterContextLLDB::IsValid() const { in IsValid()
1102 bool RegisterContextLLDB::IsTrapHandlerFrame() const { in IsTrapHandlerFrame()
1114 bool RegisterContextLLDB::IsSkipFrame() const { in IsSkipFrame()
1118 bool RegisterContextLLDB::IsTrapHandlerSymbol( in IsTrapHandlerSymbol()
1148 RegisterContextLLDB::SavedLocationForRegister( in SavedLocationForRegister()
1569 bool RegisterContextLLDB::TryFallbackUnwindPlan() { in TryFallbackUnwindPlan()
1698 bool RegisterContextLLDB::ForceSwitchToFallbackUnwindPlan() { in ForceSwitchToFallbackUnwindPlan()
1743 bool RegisterContextLLDB::ReadFrameAddress( in ReadFrameAddress()
1850 bool RegisterContextLLDB::ReadGPRValue(lldb::RegisterKind register_kind, in ReadGPRValue()
1899 bool RegisterContextLLDB::ReadGPRValue(const RegisterNumber &regnum, in ReadGPRValue()
1907 bool RegisterContextLLDB::ReadRegister(const RegisterInfo *reg_info, in ReadRegister()
1938 bool RegisterContextLLDB::WriteRegister(const RegisterInfo *reg_info, in WriteRegister()
1964 bool RegisterContextLLDB::ReadAllRegisterValues(lldb::DataBufferSP &data_sp) { in ReadAllRegisterValues()
1969 bool RegisterContextLLDB::WriteAllRegisterValues( in WriteAllRegisterValues()
1976 bool RegisterContextLLDB::GetCFA(addr_t &cfa) { in GetCFA()
1987 RegisterContextLLDB::SharedPtr RegisterContextLLDB::GetNextFrame() const { in GetNextFrame()
1988 RegisterContextLLDB::SharedPtr regctx; in GetNextFrame()
1994 RegisterContextLLDB::SharedPtr RegisterContextLLDB::GetPrevFrame() const { in GetPrevFrame()
1995 RegisterContextLLDB::SharedPtr regctx; in GetPrevFrame()
2001 bool RegisterContextLLDB::GetStartPC(addr_t &start_pc) { in GetStartPC()
2025 bool RegisterContextLLDB::ReadPC(addr_t &pc) { in ReadPC()
2057 void RegisterContextLLDB::UnwindLogMsg(const char *fmt, ...) { in UnwindLogMsg()
2078 void RegisterContextLLDB::UnwindLogMsgVerbose(const char *fmt, ...) { in UnwindLogMsgVerbose()