LLDB mainline
lldb_private::EmulateInstructionRISCV Member List

This is the complete list of members for lldb_private::EmulateInstructionRISCV, including all inherited members.

ContextType enum namelldb_private::EmulateInstruction
CreateFunctionEntryUnwind(UnwindPlan &unwind_plan)lldb_private::EmulateInstructionvirtual
CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type)lldb_private::EmulateInstructionRISCVstatic
Decode(uint32_t inst)lldb_private::EmulateInstructionRISCV
eContextAbsoluteBranchRegister enum valuelldb_private::EmulateInstruction
eContextAdjustBaseRegister enum valuelldb_private::EmulateInstruction
eContextAdjustPC enum valuelldb_private::EmulateInstruction
eContextAdjustStackPointer enum valuelldb_private::EmulateInstruction
eContextAdvancePC enum valuelldb_private::EmulateInstruction
eContextArithmetic enum valuelldb_private::EmulateInstruction
eContextImmediate enum valuelldb_private::EmulateInstruction
eContextInvalid enum valuelldb_private::EmulateInstruction
eContextPopRegisterOffStack enum valuelldb_private::EmulateInstruction
eContextPushRegisterOnStack enum valuelldb_private::EmulateInstruction
eContextReadOpcode enum valuelldb_private::EmulateInstruction
eContextRegisterLoad enum valuelldb_private::EmulateInstruction
eContextRegisterPlusOffset enum valuelldb_private::EmulateInstruction
eContextRegisterStore enum valuelldb_private::EmulateInstruction
eContextRelativeBranchImmediate enum valuelldb_private::EmulateInstruction
eContextRestoreStackPointer enum valuelldb_private::EmulateInstruction
eContextReturnFromException enum valuelldb_private::EmulateInstruction
eContextSetFramePointer enum valuelldb_private::EmulateInstruction
eContextSupervisorCall enum valuelldb_private::EmulateInstruction
eContextTableBranchReadMemory enum valuelldb_private::EmulateInstruction
eContextWriteMemoryRandomBits enum valuelldb_private::EmulateInstruction
eContextWriteRegisterRandomBits enum valuelldb_private::EmulateInstruction
eInfoTypeAddress enum valuelldb_private::EmulateInstruction
eInfoTypeImmediate enum valuelldb_private::EmulateInstruction
eInfoTypeImmediateSigned enum valuelldb_private::EmulateInstruction
eInfoTypeISA enum valuelldb_private::EmulateInstruction
eInfoTypeISAAndImmediate enum valuelldb_private::EmulateInstruction
eInfoTypeISAAndImmediateSigned enum valuelldb_private::EmulateInstruction
eInfoTypeNoArgs enum valuelldb_private::EmulateInstruction
eInfoTypeOffset enum valuelldb_private::EmulateInstruction
eInfoTypeRegister enum valuelldb_private::EmulateInstruction
eInfoTypeRegisterPlusIndirectOffset enum valuelldb_private::EmulateInstruction
eInfoTypeRegisterPlusOffset enum valuelldb_private::EmulateInstruction
eInfoTypeRegisterRegisterOperands enum valuelldb_private::EmulateInstruction
eInfoTypeRegisterToRegisterPlusIndirectOffset enum valuelldb_private::EmulateInstruction
eInfoTypeRegisterToRegisterPlusOffset enum valuelldb_private::EmulateInstruction
EmulateInstruction(const ArchSpec &arch)lldb_private::EmulateInstruction
EmulateInstruction(const EmulateInstruction &)=deletelldb_private::EmulateInstructionprivate
EmulateInstructionRISCV(const ArchSpec &arch)lldb_private::EmulateInstructionRISCVinline
EvaluateInstruction(uint32_t options) overridelldb_private::EmulateInstructionRISCVvirtual
Execute(DecodeResult inst, bool ignore_cond)lldb_private::EmulateInstructionRISCV
FindPlugin(const ArchSpec &arch, InstructionType supported_inst_type, const char *plugin_name)lldb_private::EmulateInstructionstatic
GetAddress() constlldb_private::EmulateInstructioninline
GetAddressByteSize() constlldb_private::EmulateInstructioninline
GetArchitecture() constlldb_private::EmulateInstructioninline
GetBestRegisterKindAndNumber(const RegisterInfo *reg_info, lldb::RegisterKind &reg_kind, uint32_t &reg_num)lldb_private::EmulateInstructionstatic
GetByteOrder() constlldb_private::EmulateInstructioninline
GetInstructionCondition()lldb_private::EmulateInstructioninlinevirtual
GetInternalRegisterNumber(RegisterContext *reg_ctx, const RegisterInfo &reg_info)lldb_private::EmulateInstructionstatic
GetOpcode() constlldb_private::EmulateInstructioninline
GetPluginDescriptionStatic()lldb_private::EmulateInstructionRISCVinlinestatic
GetPluginName() overridelldb_private::EmulateInstructionRISCVinlinevirtual
GetPluginNameStatic()lldb_private::EmulateInstructionRISCVinlinestatic
GetRegisterInfo(lldb::RegisterKind reg_kind, uint32_t reg_num) overridelldb_private::EmulateInstructionRISCVvirtual
GetRoundingMode()lldb_private::EmulateInstructionRISCV
InfoType enum namelldb_private::EmulateInstruction
Initialize()lldb_private::EmulateInstructionRISCVstatic
InstructionCondition typedeflldb_private::EmulateInstruction
m_addrlldb_private::EmulateInstructionprotected
m_archlldb_private::EmulateInstructionprotected
m_batonlldb_private::EmulateInstructionprotected
m_decodedlldb_private::EmulateInstructionRISCVprivate
m_opcodelldb_private::EmulateInstructionprotected
m_read_mem_callbacklldb_private::EmulateInstructionprotected
m_read_reg_callbacklldb_private::EmulateInstructionprotected
m_write_mem_callbacklldb_private::EmulateInstructionprotected
m_write_reg_callbacklldb_private::EmulateInstructionprotected
operator=(const EmulateInstruction &)=deletelldb_private::EmulateInstructionprivate
lldb_private::PluginInterface::operator=(const PluginInterface &)=deletelldb_private::PluginInterface
PluginInterface()=defaultlldb_private::PluginInterface
PluginInterface(const PluginInterface &)=deletelldb_private::PluginInterface
ReadInstruction() overridelldb_private::EmulateInstructionRISCVvirtual
ReadInstructionAt(lldb::addr_t addr)lldb_private::EmulateInstructionRISCV
ReadMem(uint64_t addr)lldb_private::EmulateInstructionRISCVinline
ReadMemory(const Context &context, lldb::addr_t addr, void *dst, size_t dst_len)lldb_private::EmulateInstruction
ReadMemoryCallback typedeflldb_private::EmulateInstruction
ReadMemoryDefault(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, void *dst, size_t length)lldb_private::EmulateInstructionstatic
ReadMemoryFrame(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, void *dst, size_t length)lldb_private::EmulateInstructionstatic
ReadMemoryUnsigned(const Context &context, lldb::addr_t addr, size_t byte_size, uint64_t fail_value, bool *success_ptr)lldb_private::EmulateInstruction
ReadPC()lldb_private::EmulateInstructionRISCV
ReadRegister(const RegisterInfo &reg_info)lldb_private::EmulateInstruction
ReadRegister(lldb::RegisterKind reg_kind, uint32_t reg_num, RegisterValue &reg_value)lldb_private::EmulateInstruction
ReadRegisterCallback typedeflldb_private::EmulateInstruction
ReadRegisterDefault(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue &reg_value)lldb_private::EmulateInstructionstatic
ReadRegisterFrame(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue &reg_value)lldb_private::EmulateInstructionstatic
ReadRegisterUnsigned(const RegisterInfo &reg_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
SetAccruedExceptions(llvm::APFloatBase::opStatus)lldb_private::EmulateInstructionRISCV
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::EmulateInstructionvirtual
SetReadMemCallback(ReadMemoryCallback read_mem_callback)lldb_private::EmulateInstruction
SetReadRegCallback(ReadRegisterCallback read_reg_callback)lldb_private::EmulateInstruction
SetTargetTriple(const ArchSpec &arch) overridelldb_private::EmulateInstructionRISCVvirtual
SetWriteMemCallback(WriteMemoryCallback write_mem_callback)lldb_private::EmulateInstruction
SetWriteRegCallback(WriteRegisterCallback write_reg_callback)lldb_private::EmulateInstruction
SupportsEmulatingInstructionsOfType(InstructionType inst_type) overridelldb_private::EmulateInstructionRISCVinlinevirtual
SupportsThisArch(const ArchSpec &arch)lldb_private::EmulateInstructionRISCVstatic
SupportsThisInstructionType(InstructionType inst_type)lldb_private::EmulateInstructionRISCVinlinestatic
Terminate()lldb_private::EmulateInstructionRISCVstatic
TestEmulation(Stream &out_stream, ArchSpec &arch, OptionValueDictionary *test_data) overridelldb_private::EmulateInstructionRISCVvirtual
TranslateRegister(lldb::RegisterKind reg_kind, uint32_t reg_num, std::string &reg_name)lldb_private::EmulateInstructionstatic
UnconditionalConditionlldb_private::EmulateInstructionstatic
WriteMem(uint64_t addr, uint64_t value)lldb_private::EmulateInstructionRISCVinline
WriteMemory(const Context &context, lldb::addr_t addr, const void *src, size_t src_len)lldb_private::EmulateInstruction
WriteMemoryCallback typedeflldb_private::EmulateInstruction
WriteMemoryDefault(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, const void *dst, size_t length)lldb_private::EmulateInstructionstatic
WriteMemoryFrame(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, const void *dst, size_t length)lldb_private::EmulateInstructionstatic
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::EmulateInstructionRISCV
WriteRegister(const Context &context, const RegisterInfo &ref_info, const RegisterValue &reg_value)lldb_private::EmulateInstruction
WriteRegister(const Context &context, lldb::RegisterKind reg_kind, uint32_t reg_num, const RegisterValue &reg_value)lldb_private::EmulateInstruction
WriteRegisterCallback typedeflldb_private::EmulateInstruction
WriteRegisterDefault(EmulateInstruction *instruction, void *baton, const Context &context, const RegisterInfo *reg_info, const RegisterValue &reg_value)lldb_private::EmulateInstructionstatic
WriteRegisterFrame(EmulateInstruction *instruction, void *baton, const Context &context, const RegisterInfo *reg_info, const RegisterValue &reg_value)lldb_private::EmulateInstructionstatic
WriteRegisterUnsigned(const Context &context, const RegisterInfo &reg_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=defaultlldb_private::EmulateInstruction
~PluginInterface()=defaultlldb_private::PluginInterfacevirtual