LLDB mainline
|
#include <ABISysV_msp430.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 | |
virtual lldb::ValueObjectSP | GetReturnValueObjectImpl (Thread &thread, llvm::Type &ir_type) const |
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_msp430.h.
|
overridedefault |
References sp.
|
inlineoverridevirtual |
Implements lldb_private::ABI.
Definition at line 44 of file ABISysV_msp430.h.
|
inlineoverridevirtual |
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 324 of file ABISysV_msp430.cpp.
References dwarf_fp, dwarf_pc, dwarf_sp, lldb_private::eLazyBoolNo, lldb::eRegisterKindDWARF, lldb_private::UnwindPlan::Row::GetCFAValue(), lldb_private::UnwindPlan::Row::FAValue::SetIsRegisterPlusOffset(), lldb_private::UnwindPlan::Row::SetRegisterLocationToAtCFAPlusOffset(), lldb_private::UnwindPlan::Row::SetRegisterLocationToIsCFAPlusOffset(), and lldb_private::UnwindPlan::Row::SetRegisterLocationToUnspecified().
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 308 of file ABISysV_msp430.cpp.
References dwarf_pc, dwarf_sp, lldb_private::eLazyBoolNo, lldb::eRegisterKindDWARF, lldb_private::UnwindPlan::Row::GetCFAValue(), lldb_private::UnwindPlan::Row::FAValue::SetIsRegisterPlusOffset(), lldb_private::UnwindPlan::Row::SetRegisterLocationToAtCFAPlusOffset(), and lldb_private::UnwindPlan::Row::SetRegisterLocationToIsCFAPlusOffset().
|
static |
Definition at line 269 of file ABISysV_msp430.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 285 of file ABISysV_msp430.cpp.
|
inlineoverridevirtual |
Implements lldb_private::PluginInterface.
Definition at line 74 of file ABISysV_msp430.h.
References GetPluginNameStatic().
|
inlinestatic |
Definition at line 70 of file ABISysV_msp430.h.
Referenced by GetPluginName(), and Initialize().
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 262 of file ABISysV_msp430.cpp.
|
overridevirtual |
Implements lldb_private::RegInfoBasedABI.
Definition at line 254 of file ABISysV_msp430.cpp.
References g_register_infos, and k_num_register_infos.
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 301 of file ABISysV_msp430.cpp.
|
protected |
Definition at line 295 of file ABISysV_msp430.cpp.
|
inlineoverridevirtual |
Reimplemented from lldb_private::ABI.
Definition at line 57 of file ABISysV_msp430.h.
|
static |
Definition at line 354 of file ABISysV_msp430.cpp.
References CreateInstance(), GetPluginNameStatic(), and lldb_private::PluginManager::RegisterPlugin().
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 278 of file ABISysV_msp430.cpp.
|
protected |
Definition at line 347 of file ABISysV_msp430.cpp.
References lldb_private::RegisterInfo::byte_offset.
Referenced by RegisterIsVolatile().
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 343 of file ABISysV_msp430.cpp.
References RegisterIsCalleeSaved().
|
overridevirtual |
Implements lldb_private::ABI.
Definition at line 290 of file ABISysV_msp430.cpp.
References lldb_private::Status.
|
static |
Definition at line 359 of file ABISysV_msp430.cpp.
References CreateInstance(), and lldb_private::PluginManager::UnregisterPlugin().