Definition at line 1324 of file target-descriptions.c.
◆ print_c_tdesc()
print_c_tdesc::print_c_tdesc |
( |
std::string & |
filename_after_features | ) |
|
|
inline |
◆ ~print_c_tdesc()
print_c_tdesc::~print_c_tdesc |
( |
| ) |
|
|
inline |
◆ printf_field_type_assignment()
void print_c_tdesc::printf_field_type_assignment |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
inlineprivate |
◆ visit() [1/4]
void print_c_tdesc::visit |
( |
const tdesc_reg * |
reg | ) |
|
|
inlineoverride |
◆ visit() [2/4]
void print_c_tdesc::visit |
( |
const tdesc_type_builtin * |
type | ) |
|
|
inlineoverride |
◆ visit() [3/4]
void print_c_tdesc::visit |
( |
const tdesc_type_vector * |
type | ) |
|
|
inlineoverride |
◆ visit() [4/4]
void print_c_tdesc::visit |
( |
const tdesc_type_with_fields * |
type | ) |
|
|
inlineoverride |
◆ visit_post() [1/2]
void print_c_tdesc::visit_post |
( |
const target_desc * |
e | ) |
|
|
inlineoverride |
◆ visit_post() [2/2]
void print_c_tdesc::visit_post |
( |
const tdesc_feature * |
e | ) |
|
|
inlineoverride |
◆ visit_pre() [1/2]
Definition at line 1357 of file target-descriptions.c.
References target_desc::compatible, GDB_OSABI_INVALID, GDB_OSABI_UNKNOWN, gdb_printf(), gdbarch_osabi_name(), property::key, m_filename_after_features, m_function, target_desc::properties, tdesc_architecture(), tdesc_osabi(), and property::value.
◆ visit_pre() [2/2]
void print_c_tdesc::visit_pre |
( |
const tdesc_feature * |
e | ) |
|
|
inlineoverride |
◆ m_filename_after_features
std::string print_c_tdesc::m_filename_after_features |
|
protected |
◆ m_function
char* print_c_tdesc::m_function |
|
private |
◆ m_printed_element_type
bool print_c_tdesc::m_printed_element_type = false |
|
private |
◆ m_printed_field_type
bool print_c_tdesc::m_printed_field_type = false |
|
private |
◆ m_printed_type_with_fields
bool print_c_tdesc::m_printed_type_with_fields = false |
|
private |
The documentation for this class was generated from the following file: