| ClearAllHardwareBreakpoints() | lldb_private::NativeRegisterContext | virtual |
| ClearAllHardwareWatchpoints() | lldb_private::NativeRegisterContext | virtual |
| ClearHardwareBreakpoint(uint32_t hw_idx) | lldb_private::NativeRegisterContext | virtual |
| ClearHardwareWatchpoint(uint32_t hw_index) | lldb_private::NativeRegisterContext | virtual |
| ClearWatchpointHit(uint32_t hw_index) | lldb_private::NativeRegisterContext | virtual |
| ConvertRegisterKindToRegisterNumber(uint32_t kind, uint32_t num) const | lldb_private::NativeRegisterContext | |
| CreateHostNativeRegisterContextLinux(const ArchSpec &target_arch, NativeThreadLinux &native_thread) | lldb_private::process_linux::NativeRegisterContextLinux | static |
| DetermineArchitecture(lldb::tid_t tid) | lldb_private::process_linux::NativeRegisterContextLinux | static |
| DetermineArchitectureViaGPR(lldb::tid_t tid, size_t gpr64_size) | lldb_private::process_linux::NativeRegisterContextLinux | protectedstatic |
| DoReadRegisterValue(uint32_t offset, const char *reg_name, uint32_t size, RegisterValue &value) | lldb_private::process_linux::NativeRegisterContextLinux | protectedvirtual |
| DoWriteRegisterValue(uint32_t offset, const char *reg_name, const RegisterValue &value) | lldb_private::process_linux::NativeRegisterContextLinux | protectedvirtual |
| GetByteOrder() const | lldb_private::process_linux::NativeRegisterContextLinux | protected |
| GetExpeditedRegisters(ExpeditedRegs expType) const | lldb_private::NativeRegisterContext | virtual |
| GetFlags(lldb::addr_t fail_value=0) | lldb_private::NativeRegisterContext | |
| GetFP(lldb::addr_t fail_value=LLDB_INVALID_ADDRESS) | lldb_private::NativeRegisterContext | |
| GetFPRBuffer()=0 | lldb_private::process_linux::NativeRegisterContextLinux | protectedpure virtual |
| GetFPRSize()=0 | lldb_private::process_linux::NativeRegisterContextLinux | protectedpure virtual |
| GetGPRBuffer()=0 | lldb_private::process_linux::NativeRegisterContextLinux | protectedpure virtual |
| GetGPRSize() const | lldb_private::process_linux::NativeRegisterContextLinux | inlineprotectedvirtual |
| GetHardwareBreakHitIndex(uint32_t &bp_index, lldb::addr_t trap_addr) | lldb_private::NativeRegisterContext | virtual |
| GetMemoryTaggingDetails(int32_t type) | lldb_private::process_linux::NativeRegisterContextLinux | inlinevirtual |
| GetMmapData() | lldb_private::process_linux::NativeRegisterContextLinux | inlinevirtual |
| GetPC(lldb::addr_t fail_value=LLDB_INVALID_ADDRESS) | lldb_private::NativeRegisterContext | |
| GetPCfromBreakpointLocation(lldb::addr_t fail_value=LLDB_INVALID_ADDRESS) | lldb_private::NativeRegisterContext | virtual |
| GetPtraceOffset(uint32_t reg_index) | lldb_private::process_linux::NativeRegisterContextLinux | inlineprotectedvirtual |
| GetRegisterCount() const override | lldb_private::NativeRegisterContextRegisterInfo | virtual |
| GetRegisterInfo(uint32_t reg_kind, uint32_t reg_num) | lldb_private::NativeRegisterContext | |
| GetRegisterInfoAtIndex(uint32_t reg_index) const override | lldb_private::NativeRegisterContextRegisterInfo | virtual |
| GetRegisterInfoByName(llvm::StringRef reg_name, uint32_t start_idx=0) | lldb_private::NativeRegisterContext | |
| GetRegisterInfoInterface() const | lldb_private::NativeRegisterContextRegisterInfo | |
| GetRegisterName(uint32_t reg) | lldb_private::NativeRegisterContext | |
| GetRegisterSet(uint32_t set_index) const =0 | lldb_private::NativeRegisterContext | pure virtual |
| GetRegisterSetCount() const =0 | lldb_private::NativeRegisterContext | pure virtual |
| GetRegisterSetNameForRegisterAtIndex(uint32_t reg_index) const | lldb_private::NativeRegisterContext | |
| GetReturnAddress(lldb::addr_t fail_value=LLDB_INVALID_ADDRESS) | lldb_private::NativeRegisterContext | |
| GetSP(lldb::addr_t fail_value=LLDB_INVALID_ADDRESS) | lldb_private::NativeRegisterContext | |
| GetSyscallData() | lldb_private::process_linux::NativeRegisterContextLinux | inlinevirtual |
| GetThread() | lldb_private::NativeRegisterContext | inlinevirtual |
| GetThreadID() const | lldb_private::NativeRegisterContext | virtual |
| GetUserRegisterCount() const override | lldb_private::NativeRegisterContextRegisterInfo | virtual |
| GetWatchpointAddress(uint32_t wp_index) | lldb_private::NativeRegisterContext | virtual |
| GetWatchpointHitAddress(uint32_t wp_index) | lldb_private::NativeRegisterContext | virtual |
| GetWatchpointHitIndex(uint32_t &wp_index, lldb::addr_t trap_addr) | lldb_private::NativeRegisterContext | virtual |
| HardwareSingleStep(bool enable) | lldb_private::NativeRegisterContext | virtual |
| InvalidateAllRegisters() | lldb_private::process_linux::NativeRegisterContextLinux | inlinevirtual |
| IsWatchpointHit(uint32_t wp_index, bool &is_hit) | lldb_private::NativeRegisterContext | virtual |
| IsWatchpointVacant(uint32_t wp_index, bool &is_vacant) | lldb_private::NativeRegisterContext | virtual |
| m_register_info_interface_up | lldb_private::NativeRegisterContextRegisterInfo | protected |
| m_thread | lldb_private::NativeRegisterContext | protected |
| NativeRegisterContext(NativeThreadProtocol &thread) | lldb_private::NativeRegisterContext | |
| NativeRegisterContext(const NativeRegisterContext &)=delete | lldb_private::NativeRegisterContext | private |
| NativeRegisterContextLinux(NativeThreadProtocol &thread) | lldb_private::process_linux::NativeRegisterContextLinux | inlineprotected |
| NativeRegisterContextRegisterInfo(NativeThreadProtocol &thread, RegisterInfoInterface *register_info_interface) | lldb_private::NativeRegisterContextRegisterInfo | |
| NumSupportedHardwareBreakpoints() | lldb_private::NativeRegisterContext | virtual |
| NumSupportedHardwareWatchpoints() | lldb_private::NativeRegisterContext | virtual |
| operator=(const NativeRegisterContext &)=delete | lldb_private::NativeRegisterContext | private |
| ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp)=0 | lldb_private::NativeRegisterContext | pure virtual |
| ReadFPR() | lldb_private::process_linux::NativeRegisterContextLinux | protectedvirtual |
| ReadGPR() | lldb_private::process_linux::NativeRegisterContextLinux | protectedvirtual |
| ReadRegister(const RegisterInfo *reg_info, RegisterValue ®_value)=0 | lldb_private::NativeRegisterContext | pure virtual |
| ReadRegisterAsUnsigned(uint32_t reg, lldb::addr_t fail_value) | lldb_private::NativeRegisterContext | |
| ReadRegisterAsUnsigned(const RegisterInfo *reg_info, lldb::addr_t fail_value) | lldb_private::NativeRegisterContext | |
| ReadRegisterRaw(uint32_t reg_index, RegisterValue ®_value) | lldb_private::process_linux::NativeRegisterContextLinux | protectedvirtual |
| ReadRegisterSet(void *buf, size_t buf_size, unsigned int regset) | lldb_private::process_linux::NativeRegisterContextLinux | protectedvirtual |
| ReadRegisterValueFromMemory(const lldb_private::RegisterInfo *reg_info, lldb::addr_t src_addr, size_t src_len, RegisterValue ®_value) | lldb_private::NativeRegisterContext | virtual |
| RegisterOffsetIsDynamic() const | lldb_private::NativeRegisterContext | inlinevirtual |
| SetFP(lldb::addr_t fp) | lldb_private::NativeRegisterContext | |
| SetHardwareBreakpoint(lldb::addr_t addr, size_t size) | lldb_private::NativeRegisterContext | virtual |
| SetHardwareWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags) | lldb_private::NativeRegisterContext | virtual |
| SetPC(lldb::addr_t pc) | lldb_private::NativeRegisterContext | |
| SetSP(lldb::addr_t sp) | lldb_private::NativeRegisterContext | |
| WriteAllRegisterValues(const lldb::DataBufferSP &data_sp)=0 | lldb_private::NativeRegisterContext | pure virtual |
| WriteFPR() | lldb_private::process_linux::NativeRegisterContextLinux | protectedvirtual |
| WriteGPR() | lldb_private::process_linux::NativeRegisterContextLinux | protectedvirtual |
| WriteRegister(const RegisterInfo *reg_info, const RegisterValue ®_value)=0 | lldb_private::NativeRegisterContext | pure virtual |
| WriteRegisterFromUnsigned(uint32_t reg, uint64_t uval) | lldb_private::NativeRegisterContext | |
| WriteRegisterFromUnsigned(const RegisterInfo *reg_info, uint64_t uval) | lldb_private::NativeRegisterContext | |
| WriteRegisterRaw(uint32_t reg_index, const RegisterValue ®_value) | lldb_private::process_linux::NativeRegisterContextLinux | protectedvirtual |
| WriteRegisterSet(void *buf, size_t buf_size, unsigned int regset) | lldb_private::process_linux::NativeRegisterContextLinux | protectedvirtual |
| WriteRegisterValueToMemory(const lldb_private::RegisterInfo *reg_info, lldb::addr_t dst_addr, size_t dst_len, const RegisterValue ®_value) | lldb_private::NativeRegisterContext | virtual |
| ~NativeRegisterContext() | lldb_private::NativeRegisterContext | virtual |