LLDB mainline
|
This is the complete list of members for EmulationStateARM, including all inherited members.
ClearPseudoMemory() | EmulationStateARM | |
ClearPseudoRegisters() | EmulationStateARM | |
CompareState(EmulationStateARM &other_state, lldb_private::Stream &out_stream) | EmulationStateARM | |
EmulationStateARM() | EmulationStateARM | |
EmulationStateARM(const EmulationStateARM &)=delete | EmulationStateARM | private |
LoadRegistersStateFromDictionary(lldb_private::OptionValueDictionary *reg_dict, char kind, int first_reg, int num) | EmulationStateARM | private |
LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data) | EmulationStateARM | |
m_gpr | EmulationStateARM | private |
m_memory | EmulationStateARM | private |
m_vfp_regs | EmulationStateARM | private |
operator=(const EmulationStateARM &)=delete | EmulationStateARM | private |
ReadFromPseudoAddress(lldb::addr_t p_address, bool &success) | EmulationStateARM | |
ReadPseudoMemory(lldb_private::EmulateInstruction *instruction, void *baton, const lldb_private::EmulateInstruction::Context &context, lldb::addr_t addr, void *dst, size_t length) | EmulationStateARM | static |
ReadPseudoRegister(lldb_private::EmulateInstruction *instruction, void *baton, const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue ®_value) | EmulationStateARM | static |
ReadPseudoRegisterValue(uint32_t reg_num, bool &success) | EmulationStateARM | |
StorePseudoRegisterValue(uint32_t reg_num, uint64_t value) | EmulationStateARM | |
StoreToPseudoAddress(lldb::addr_t p_address, uint32_t value) | EmulationStateARM | |
WritePseudoMemory(lldb_private::EmulateInstruction *instruction, void *baton, const lldb_private::EmulateInstruction::Context &context, lldb::addr_t addr, const void *dst, size_t length) | EmulationStateARM | static |
WritePseudoRegister(lldb_private::EmulateInstruction *instruction, void *baton, const lldb_private::EmulateInstruction::Context &context, const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue ®_value) | EmulationStateARM | static |
~EmulationStateARM() | EmulationStateARM | virtual |