|
GDB (xrefs)
|
#include "typeprint.h"
Public Attributes | |
| unsigned int | raw: 1 |
| unsigned int | print_methods: 1 |
| unsigned int | print_typedefs: 1 |
| unsigned int | print_offsets: 1 |
| int | print_nested_type_limit |
| struct typedef_hash_table * | local_typedefs |
| struct typedef_hash_table * | global_typedefs |
| struct ext_lang_type_printers * | global_printers |
Definition at line 41 of file typeprint.h.
| struct ext_lang_type_printers* type_print_options::global_printers |
Definition at line 68 of file typeprint.h.
| struct typedef_hash_table* type_print_options::global_typedefs |
Definition at line 64 of file typeprint.h.
| struct typedef_hash_table* type_print_options::local_typedefs |
Definition at line 60 of file typeprint.h.
Referenced by c_type_print_base_1(), and c_type_print_base_struct_union().
| unsigned int type_print_options::print_methods |
Definition at line 47 of file typeprint.h.
Referenced by set_print_type_methods().
| int type_print_options::print_nested_type_limit |
Definition at line 56 of file typeprint.h.
Referenced by c_type_print_base_struct_union(), and set_print_type_nested_types().
| unsigned int type_print_options::print_offsets |
Definition at line 53 of file typeprint.h.
| unsigned int type_print_options::print_typedefs |
Definition at line 50 of file typeprint.h.
Referenced by set_print_type_typedefs().
| unsigned int type_print_options::raw |
Definition at line 44 of file typeprint.h.
1.8.14