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 |
unsigned int | print_in_hex: 1 |
int | print_nested_type_limit |
typedef_hash_table * | local_typedefs |
typedef_hash_table * | global_typedefs |
struct ext_lang_type_printers * | global_printers |
Definition at line 29 of file typeprint.h.
struct ext_lang_type_printers* type_print_options::global_printers |
Definition at line 59 of file typeprint.h.
typedef_hash_table* type_print_options::global_typedefs |
Definition at line 55 of file typeprint.h.
typedef_hash_table* type_print_options::local_typedefs |
Definition at line 51 of file typeprint.h.
Referenced by c_type_print_base_1(), and c_type_print_base_struct_union().
unsigned int type_print_options::print_in_hex |
Definition at line 44 of file typeprint.h.
Referenced by print_offset_data::print_offset_data(), and set_print_offsets_and_sizes_in_hex().
unsigned int type_print_options::print_methods |
Definition at line 35 of file typeprint.h.
Referenced by set_print_type_methods().
int type_print_options::print_nested_type_limit |
Definition at line 47 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 41 of file typeprint.h.
unsigned int type_print_options::print_typedefs |
Definition at line 38 of file typeprint.h.
Referenced by set_print_type_typedefs().
unsigned int type_print_options::raw |
Definition at line 32 of file typeprint.h.
Referenced by whatis_exp().