GDB (xrefs)
Public Member Functions | Public Attributes | List of all members
tdesc_type_with_fields Struct Reference
Inheritance diagram for tdesc_type_with_fields:
tdesc_type tdesc_element

Public Member Functions

 tdesc_type_with_fields (const std::string &name, tdesc_type_kind kind, int size_=0)
 
void accept (tdesc_element_visitor &v) const override
 
typemake_gdb_type_struct (struct gdbarch *gdbarch) const
 
typemake_gdb_type_union (struct gdbarch *gdbarch) const
 
typemake_gdb_type_flags (struct gdbarch *gdbarch) const
 
typemake_gdb_type_enum (struct gdbarch *gdbarch) const
 
typemake_gdb_type (struct gdbarch *gdbarch) const override
 
- Public Member Functions inherited from tdesc_type
 tdesc_type (const std::string &name_, enum tdesc_type_kind kind_)
 
virtual ~tdesc_type ()=default
 
 DISABLE_COPY_AND_ASSIGN (tdesc_type)
 
bool operator== (const tdesc_type &other) const
 
bool operator!= (const tdesc_type &other) const
 

Public Attributes

std::vector< tdesc_type_fieldfields
 
int size
 
- Public Attributes inherited from tdesc_type
std::string name
 
enum tdesc_type_kind kind
 

Detailed Description

Definition at line 355 of file target-descriptions.c.

Constructor & Destructor Documentation

◆ tdesc_type_with_fields()

tdesc_type_with_fields::tdesc_type_with_fields ( const std::string name,
tdesc_type_kind  kind,
int  size_ = 0 
)
inline

Definition at line 357 of file target-descriptions.c.

Member Function Documentation

◆ accept()

void tdesc_type_with_fields::accept ( tdesc_element_visitor v) const
inlineoverridevirtual

Implements tdesc_element.

Definition at line 362 of file target-descriptions.c.

References tdesc_element_visitor::visit().

◆ make_gdb_type()

type* tdesc_type_with_fields::make_gdb_type ( struct gdbarch gdbarch) const
inlineoverridevirtual

◆ make_gdb_type_enum()

type* tdesc_type_with_fields::make_gdb_type_enum ( struct gdbarch gdbarch) const
inline

◆ make_gdb_type_flags()

type* tdesc_type_with_fields::make_gdb_type_flags ( struct gdbarch gdbarch) const
inline

◆ make_gdb_type_struct()

type* tdesc_type_with_fields::make_gdb_type_struct ( struct gdbarch gdbarch) const
inline

◆ make_gdb_type_union()

type* tdesc_type_with_fields::make_gdb_type_union ( struct gdbarch gdbarch) const
inline

Member Data Documentation

◆ fields

std::vector<tdesc_type_field> tdesc_type_with_fields::fields

◆ size

int tdesc_type_with_fields::size

The documentation for this struct was generated from the following file: