GDB (xrefs)
|
#include "amdgpu-tdep.h"
Public Attributes | |
gdb::unique_xmalloc_ptr< gdb_byte > | breakpoint_instruction_bytes |
size_t | breakpoint_instruction_size |
std::vector< amd_dbgapi_register_id_t > | register_ids |
std::vector< amd_dbgapi_register_properties_t > | register_properties |
std::vector< std::string > | register_names |
std::vector< type * > | register_types |
std::vector< int > | dwarf_regnum_to_gdb_regnum |
std::unordered_map< amd_dbgapi_register_id_t, int, register_id_hash, register_id_equal_to > | regnum_map |
std::unordered_map< std::string, amd_dbgapi_register_class_id_t > | register_class_map |
Additional Inherited Members | |
![]() | |
virtual | ~gdbarch_tdep_base ()=default |
Definition at line 50 of file amdgpu-tdep.h.
gdb::unique_xmalloc_ptr<gdb_byte> amdgpu_gdbarch_tdep::breakpoint_instruction_bytes |
Definition at line 53 of file amdgpu-tdep.h.
size_t amdgpu_gdbarch_tdep::breakpoint_instruction_size |
Definition at line 54 of file amdgpu-tdep.h.
std::vector<int> amdgpu_gdbarch_tdep::dwarf_regnum_to_gdb_regnum |
Definition at line 74 of file amdgpu-tdep.h.
Referenced by amdgpu_dwarf_reg_to_regnum().
std::unordered_map<std::string, amd_dbgapi_register_class_id_t> amdgpu_gdbarch_tdep::register_class_map |
Definition at line 83 of file amdgpu-tdep.h.
std::vector<amd_dbgapi_register_id_t> amdgpu_gdbarch_tdep::register_ids |
Definition at line 57 of file amdgpu-tdep.h.
Referenced by amdgpu_register_name(), amd_dbgapi_target::fetch_registers(), and amd_dbgapi_target::store_registers().
std::vector<std::string> amdgpu_gdbarch_tdep::register_names |
Definition at line 63 of file amdgpu-tdep.h.
Referenced by amdgpu_register_name().
std::vector<amd_dbgapi_register_properties_t> amdgpu_gdbarch_tdep::register_properties |
Definition at line 60 of file amdgpu-tdep.h.
Referenced by amd_dbgapi_target::store_registers().
std::vector<type *> amdgpu_gdbarch_tdep::register_types |
Definition at line 69 of file amdgpu-tdep.h.
std::unordered_map<amd_dbgapi_register_id_t, int, register_id_hash, register_id_equal_to> amdgpu_gdbarch_tdep::regnum_map |
Definition at line 79 of file amdgpu-tdep.h.