ContextType enum name | lldb_private::EmulateInstruction | |
CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) | lldb_private::EmulateInstruction | virtual |
CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type) | lldb_private::EmulateInstructionLoongArch | static |
eContextAbsoluteBranchRegister enum value | lldb_private::EmulateInstruction | |
eContextAdjustBaseRegister enum value | lldb_private::EmulateInstruction | |
eContextAdjustPC enum value | lldb_private::EmulateInstruction | |
eContextAdjustStackPointer enum value | lldb_private::EmulateInstruction | |
eContextAdvancePC enum value | lldb_private::EmulateInstruction | |
eContextArithmetic enum value | lldb_private::EmulateInstruction | |
eContextImmediate enum value | lldb_private::EmulateInstruction | |
eContextInvalid enum value | lldb_private::EmulateInstruction | |
eContextPopRegisterOffStack enum value | lldb_private::EmulateInstruction | |
eContextPushRegisterOnStack enum value | lldb_private::EmulateInstruction | |
eContextReadOpcode enum value | lldb_private::EmulateInstruction | |
eContextRegisterLoad enum value | lldb_private::EmulateInstruction | |
eContextRegisterPlusOffset enum value | lldb_private::EmulateInstruction | |
eContextRegisterStore enum value | lldb_private::EmulateInstruction | |
eContextRelativeBranchImmediate enum value | lldb_private::EmulateInstruction | |
eContextRestoreStackPointer enum value | lldb_private::EmulateInstruction | |
eContextReturnFromException enum value | lldb_private::EmulateInstruction | |
eContextSetFramePointer enum value | lldb_private::EmulateInstruction | |
eContextSupervisorCall enum value | lldb_private::EmulateInstruction | |
eContextTableBranchReadMemory enum value | lldb_private::EmulateInstruction | |
eContextWriteMemoryRandomBits enum value | lldb_private::EmulateInstruction | |
eContextWriteRegisterRandomBits enum value | lldb_private::EmulateInstruction | |
eInfoTypeAddress enum value | lldb_private::EmulateInstruction | |
eInfoTypeImmediate enum value | lldb_private::EmulateInstruction | |
eInfoTypeImmediateSigned enum value | lldb_private::EmulateInstruction | |
eInfoTypeISA enum value | lldb_private::EmulateInstruction | |
eInfoTypeISAAndImmediate enum value | lldb_private::EmulateInstruction | |
eInfoTypeISAAndImmediateSigned enum value | lldb_private::EmulateInstruction | |
eInfoTypeNoArgs enum value | lldb_private::EmulateInstruction | |
eInfoTypeOffset enum value | lldb_private::EmulateInstruction | |
eInfoTypeRegister enum value | lldb_private::EmulateInstruction | |
eInfoTypeRegisterPlusIndirectOffset enum value | lldb_private::EmulateInstruction | |
eInfoTypeRegisterPlusOffset enum value | lldb_private::EmulateInstruction | |
eInfoTypeRegisterRegisterOperands enum value | lldb_private::EmulateInstruction | |
eInfoTypeRegisterToRegisterPlusIndirectOffset enum value | lldb_private::EmulateInstruction | |
eInfoTypeRegisterToRegisterPlusOffset enum value | lldb_private::EmulateInstruction | |
EmulateB(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateB64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBCEQZ(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBCEQZ64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBCNEZ(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBCNEZ64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBEQ(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBEQ64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBEQZ(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBEQZ64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBGE(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBGE64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBGEU(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBGEU64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBL(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBL64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBLT(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBLT64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBLTU(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBLTU64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBNE(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBNE64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBNEZ(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateBNEZ64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateInstruction(const ArchSpec &arch) | lldb_private::EmulateInstruction | |
EmulateInstruction(const EmulateInstruction &)=delete | lldb_private::EmulateInstruction | private |
EmulateInstructionLoongArch(const ArchSpec &arch) | lldb_private::EmulateInstructionLoongArch | inline |
EmulateJIRL(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateJIRL64(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EmulateNonJMP(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
EvaluateInstruction(uint32_t options) override | lldb_private::EmulateInstructionLoongArch | virtual |
FindPlugin(const ArchSpec &arch, InstructionType supported_inst_type, const char *plugin_name) | lldb_private::EmulateInstruction | static |
GetAddress() const | lldb_private::EmulateInstruction | inline |
GetAddressByteSize() const | lldb_private::EmulateInstruction | inline |
GetArchitecture() const | lldb_private::EmulateInstruction | inline |
GetBestRegisterKindAndNumber(const RegisterInfo *reg_info, lldb::RegisterKind ®_kind, uint32_t ®_num) | lldb_private::EmulateInstruction | static |
GetByteOrder() const | lldb_private::EmulateInstruction | inline |
GetInstructionCondition() | lldb_private::EmulateInstruction | inlinevirtual |
GetInternalRegisterNumber(RegisterContext *reg_ctx, const RegisterInfo ®_info) | lldb_private::EmulateInstruction | static |
GetLastInstrSize() | lldb_private::EmulateInstruction | inlinevirtual |
GetOpcode() const | lldb_private::EmulateInstruction | inline |
GetOpcodeForInstruction(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | private |
GetPluginDescriptionStatic() | lldb_private::EmulateInstructionLoongArch | inlinestatic |
GetPluginName() override | lldb_private::EmulateInstructionLoongArch | inlinevirtual |
GetPluginNameStatic() | lldb_private::EmulateInstructionLoongArch | inlinestatic |
GetRegisterInfo(lldb::RegisterKind reg_kind, uint32_t reg_num) override | lldb_private::EmulateInstructionLoongArch | virtual |
InfoType enum name | lldb_private::EmulateInstruction | |
Initialize() | lldb_private::EmulateInstructionLoongArch | static |
InstructionCondition typedef | lldb_private::EmulateInstruction | |
IsLoongArch64() | lldb_private::EmulateInstructionLoongArch | inline |
m_addr | lldb_private::EmulateInstruction | protected |
m_arch | lldb_private::EmulateInstruction | protected |
m_arch_subtype | lldb_private::EmulateInstructionLoongArch | private |
m_baton | lldb_private::EmulateInstruction | protected |
m_opcode | lldb_private::EmulateInstruction | protected |
m_read_mem_callback | lldb_private::EmulateInstruction | protected |
m_read_reg_callback | lldb_private::EmulateInstruction | protected |
m_write_mem_callback | lldb_private::EmulateInstruction | protected |
m_write_reg_callback | lldb_private::EmulateInstruction | protected |
operator=(const EmulateInstruction &)=delete | lldb_private::EmulateInstruction | private |
lldb_private::PluginInterface::operator=(const PluginInterface &)=delete | lldb_private::PluginInterface | |
PluginInterface()=default | lldb_private::PluginInterface | |
PluginInterface(const PluginInterface &)=delete | lldb_private::PluginInterface | |
ReadInstruction() override | lldb_private::EmulateInstructionLoongArch | virtual |
ReadMemory(const Context &context, lldb::addr_t addr, void *dst, size_t dst_len) | lldb_private::EmulateInstruction | |
ReadMemoryCallback typedef | lldb_private::EmulateInstruction | |
ReadMemoryDefault(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, void *dst, size_t length) | lldb_private::EmulateInstruction | static |
ReadMemoryFrame(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, void *dst, size_t length) | lldb_private::EmulateInstruction | static |
ReadMemoryUnsigned(const Context &context, lldb::addr_t addr, size_t byte_size, uint64_t fail_value, bool *success_ptr) | lldb_private::EmulateInstruction | |
ReadPC(bool *success) | lldb_private::EmulateInstructionLoongArch | |
ReadRegister(const RegisterInfo ®_info) | lldb_private::EmulateInstruction | |
ReadRegister(lldb::RegisterKind reg_kind, uint32_t reg_num, RegisterValue ®_value) | lldb_private::EmulateInstruction | |
ReadRegisterCallback typedef | lldb_private::EmulateInstruction | |
ReadRegisterDefault(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue ®_value) | lldb_private::EmulateInstruction | static |
ReadRegisterFrame(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue ®_value) | lldb_private::EmulateInstruction | static |
ReadRegisterUnsigned(const RegisterInfo ®_info, uint64_t fail_value, bool *success_ptr) | lldb_private::EmulateInstruction | |
ReadRegisterUnsigned(lldb::RegisterKind reg_kind, uint32_t reg_num, uint64_t fail_value, bool *success_ptr) | lldb_private::EmulateInstruction | |
SetBaton(void *baton) | lldb_private::EmulateInstruction | |
SetCallbacks(ReadMemoryCallback read_mem_callback, WriteMemoryCallback write_mem_callback, ReadRegisterCallback read_reg_callback, WriteRegisterCallback write_reg_callback) | lldb_private::EmulateInstruction | |
SetInstruction(const Opcode &insn_opcode, const Address &inst_addr, Target *target) | lldb_private::EmulateInstruction | virtual |
SetReadMemCallback(ReadMemoryCallback read_mem_callback) | lldb_private::EmulateInstruction | |
SetReadRegCallback(ReadRegisterCallback read_reg_callback) | lldb_private::EmulateInstruction | |
SetTargetTriple(const ArchSpec &arch) override | lldb_private::EmulateInstructionLoongArch | virtual |
SetWriteMemCallback(WriteMemoryCallback write_mem_callback) | lldb_private::EmulateInstruction | |
SetWriteRegCallback(WriteRegisterCallback write_reg_callback) | lldb_private::EmulateInstruction | |
SupportsEmulatingInstructionsOfType(InstructionType inst_type) override | lldb_private::EmulateInstructionLoongArch | inlinevirtual |
SupportsThisArch(const ArchSpec &arch) | lldb_private::EmulateInstructionLoongArch | static |
SupportsThisInstructionType(InstructionType inst_type) | lldb_private::EmulateInstructionLoongArch | inlinestatic |
Terminate() | lldb_private::EmulateInstructionLoongArch | static |
TestEmulation(Stream &out_stream, ArchSpec &arch, OptionValueDictionary *test_data) override | lldb_private::EmulateInstructionLoongArch | virtual |
TestExecute(uint32_t inst) | lldb_private::EmulateInstructionLoongArch | |
TranslateRegister(lldb::RegisterKind reg_kind, uint32_t reg_num, std::string ®_name) | lldb_private::EmulateInstruction | static |
UnconditionalCondition | lldb_private::EmulateInstruction | static |
WriteMemory(const Context &context, lldb::addr_t addr, const void *src, size_t src_len) | lldb_private::EmulateInstruction | |
WriteMemoryCallback typedef | lldb_private::EmulateInstruction | |
WriteMemoryDefault(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, const void *dst, size_t length) | lldb_private::EmulateInstruction | static |
WriteMemoryFrame(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, const void *dst, size_t length) | lldb_private::EmulateInstruction | static |
WriteMemoryUnsigned(const Context &context, lldb::addr_t addr, uint64_t uval, size_t uval_byte_size) | lldb_private::EmulateInstruction | |
WritePC(lldb::addr_t pc) | lldb_private::EmulateInstructionLoongArch | |
WriteRegister(const Context &context, const RegisterInfo &ref_info, const RegisterValue ®_value) | lldb_private::EmulateInstruction | |
WriteRegister(const Context &context, lldb::RegisterKind reg_kind, uint32_t reg_num, const RegisterValue ®_value) | lldb_private::EmulateInstruction | |
WriteRegisterCallback typedef | lldb_private::EmulateInstruction | |
WriteRegisterDefault(EmulateInstruction *instruction, void *baton, const Context &context, const RegisterInfo *reg_info, const RegisterValue ®_value) | lldb_private::EmulateInstruction | static |
WriteRegisterFrame(EmulateInstruction *instruction, void *baton, const Context &context, const RegisterInfo *reg_info, const RegisterValue ®_value) | lldb_private::EmulateInstruction | static |
WriteRegisterUnsigned(const Context &context, const RegisterInfo ®_info, uint64_t reg_value) | lldb_private::EmulateInstruction | |
WriteRegisterUnsigned(const Context &context, lldb::RegisterKind reg_kind, uint32_t reg_num, uint64_t reg_value) | lldb_private::EmulateInstruction | |
~EmulateInstruction() override=default | lldb_private::EmulateInstruction | |
~PluginInterface()=default | lldb_private::PluginInterface | virtual |