GDB (xrefs)
|
Public Member Functions | |
amd_dbgapi_register_type_vector (const amd_dbgapi_register_type &element_type, unsigned int count) | |
const amd_dbgapi_register_type & | element_type () const |
unsigned int | count () const |
![]() | |
amd_dbgapi_register_type (kind kind, std::string lookup_name) | |
virtual | ~amd_dbgapi_register_type ()=default |
kind | kind () const |
const std::string & | lookup_name () const |
Static Public Member Functions | |
static std::string | make_lookup_name (const amd_dbgapi_register_type &element_type, unsigned int count) |
Private Attributes | |
const amd_dbgapi_register_type & | m_element_type |
unsigned int | m_count |
Additional Inherited Members | |
![]() | |
enum class | kind { INTEGER , FLOAT , DOUBLE , VECTOR , CODE_PTR , FLAGS , ENUM } |
Definition at line 192 of file amdgpu-tdep.c.
|
inline |
Definition at line 194 of file amdgpu-tdep.c.
|
inline |
Definition at line 205 of file amdgpu-tdep.c.
References m_count.
Referenced by gdb.dap.varref.VariableReference::_update_value(), gdb.dap.varref.VariableReference::child_count(), and make_lookup_name().
|
inline |
Definition at line 202 of file amdgpu-tdep.c.
References m_element_type.
Referenced by make_lookup_name().
|
inlinestatic |
Definition at line 208 of file amdgpu-tdep.c.
References count(), element_type(), and amd_dbgapi_register_type::lookup_name().
Referenced by parse_amd_dbgapi_register_type().
|
private |
Definition at line 217 of file amdgpu-tdep.c.
Referenced by count().
|
private |
Definition at line 216 of file amdgpu-tdep.c.
Referenced by element_type().