LLDB mainline
|
#include <ABISysV_hexagon.h>
Static Public Member Functions | |
static void | Initialize () |
static void | Terminate () |
static lldb::ABISP | CreateInstance (lldb::ProcessSP process_sp, const lldb_private::ArchSpec &arch) |
static llvm::StringRef | GetPluginNameStatic () |
Static Public Member Functions inherited from lldb_private::ABI | |
static lldb::ABISP | FindPlugin (lldb::ProcessSP process_sp, const ArchSpec &arch) |
Protected Member Functions | |
void | CreateRegisterMapIfNeeded () |
lldb::ValueObjectSP | GetReturnValueObjectSimple (lldb_private::Thread &thread, lldb_private::CompilerType &ast_type) const |
bool | RegisterIsCalleeSaved (const lldb_private::RegisterInfo *reg_info) |
Protected Member Functions inherited from lldb_private::RegInfoBasedABI | |
bool | GetRegisterInfoByName (llvm::StringRef name, RegisterInfo &info) |
ABI (lldb::ProcessSP process_sp, std::unique_ptr< llvm::MCRegisterInfo > info_up) | |
Protected Member Functions inherited from lldb_private::ABI | |
lldb::ProcessSP | GetProcessSP () const |
Request to get a Process shared pointer. | |
ABI (lldb::ProcessSP process_sp, std::unique_ptr< llvm::MCRegisterInfo > info_up) |
Additional Inherited Members | |
Static Protected Member Functions inherited from lldb_private::ABI | |
static std::unique_ptr< llvm::MCRegisterInfo > | MakeMCRegisterInfo (const ArchSpec &arch) |
Utility function to construct a MCRegisterInfo using the ArchSpec triple. | |
Protected Attributes inherited from lldb_private::ABI | |
lldb::ProcessWP | m_process_wp |
std::unique_ptr< llvm::MCRegisterInfo > | m_mc_register_info_up |
Definition at line 16 of file ABISysV_hexagon.h.
|
overridedefault |
|
inlineoverridevirtual |
Implements lldb_private::ABI.
Definition at line 55 of file ABISysV_hexagon.h.
|
inlineoverridevirtual |
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 1216 of file ABISysV_hexagon.cpp.
References lldb_private::eLazyBoolNo, lldb::eRegisterKindGeneric, lldb_private::UnwindPlan::Row::GetCFAValue(), LLDB_REGNUM_GENERIC_FP, LLDB_REGNUM_GENERIC_PC, LLDB_REGNUM_GENERIC_SP, lldb_private::UnwindPlan::Row::FAValue::SetIsRegisterPlusOffset(), lldb_private::UnwindPlan::Row::SetRegisterLocationToAtCFAPlusOffset(), lldb_private::UnwindPlan::Row::SetRegisterLocationToIsCFAPlusOffset(), and lldb_private::UnwindPlan::Row::SetUnspecifiedRegistersAreUndefined().
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 1198 of file ABISysV_hexagon.cpp.
References lldb_private::eLazyBoolNo, lldb::eRegisterKindGeneric, lldb_private::UnwindPlan::Row::GetCFAValue(), LLDB_REGNUM_GENERIC_PC, LLDB_REGNUM_GENERIC_RA, LLDB_REGNUM_GENERIC_SP, lldb_private::UnwindPlan::Row::FAValue::SetIsRegisterPlusOffset(), and lldb_private::UnwindPlan::Row::SetRegisterLocationToRegister().
|
static |
Definition at line 1003 of file ABISysV_hexagon.cpp.
References lldb_private::ArchSpec::GetTriple(), and lldb_private::ABI::MakeMCRegisterInfo().
Referenced by Initialize(), and Terminate().
|
protected |
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 1172 of file ABISysV_hexagon.cpp.
|
inlineoverridevirtual |
Implements lldb_private::PluginInterface.
Definition at line 85 of file ABISysV_hexagon.h.
References GetPluginNameStatic().
|
inlinestatic |
Definition at line 81 of file ABISysV_hexagon.h.
Referenced by GetPluginName(), and Initialize().
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 998 of file ABISysV_hexagon.cpp.
|
overridevirtual |
Implements lldb_private::RegInfoBasedABI.
Definition at line 980 of file ABISysV_hexagon.cpp.
References g_register_infos, and k_num_register_infos.
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 1190 of file ABISysV_hexagon.cpp.
|
overridevirtual |
Reimplemented from lldb_private::ABI.
Definition at line 1278 of file ABISysV_hexagon.cpp.
References lldb_private::ValueObjectConstResult::Create(), lldb_private::RegisterValue::GetAsUInt32(), lldb_private::RegisterContext::GetRegisterInfoAtIndex(), lldb_private::Value::GetScalar(), and lldb_private::RegisterContext::ReadRegister().
|
protected |
Definition at line 1184 of file ABISysV_hexagon.cpp.
|
static |
Definition at line 1266 of file ABISysV_hexagon.cpp.
References CreateInstance(), GetPluginNameStatic(), and lldb_private::PluginManager::RegisterPlugin().
|
overridevirtual |
Implements lldb_private::ABI.
References sp.
|
override |
References sp.
|
protected |
Definition at line 1257 of file ABISysV_hexagon.cpp.
References lldb_private::RegisterInfo::byte_offset.
Referenced by RegisterIsVolatile().
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 1253 of file ABISysV_hexagon.cpp.
References RegisterIsCalleeSaved().
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 1178 of file ABISysV_hexagon.cpp.
References error().
|
static |
Definition at line 1272 of file ABISysV_hexagon.cpp.
References CreateInstance(), and lldb_private::PluginManager::UnregisterPlugin().