Public Attributes |
const char * | shortname |
const char * | longname |
const char * | doc |
enum ctor_kinds(* | is_constructor_name )(const char *name) |
enum dtor_kinds(* | is_destructor_name )(const char *name) |
int(* | is_vtable_name )(const char *name) |
int(* | is_operator_name )(const char *name) |
struct value *(* | virtual_fn_field )(struct value **arg1p, struct fn_field *f, int j, struct type *type, int offset) |
struct type *(* | rtti_type )(struct value *v, int *full, int *top, int *using_enc) |
int(* | baseclass_offset )(struct type *type, int index, const bfd_byte *valaddr, int embedded_offset, CORE_ADDR address, const struct value *val) |
void(* | print_method_ptr )(const gdb_byte *contents, struct type *type, struct ui_file *stream) |
int(* | method_ptr_size )(struct type *) |
void(* | make_method_ptr )(struct type *, gdb_byte *, CORE_ADDR, int) |
struct value *(* | method_ptr_to_value )(struct value **, struct value *) |
void(* | print_vtable )(struct value *) |
struct value *(* | get_typeid )(struct value *value) |
struct type *(* | get_typeid_type )(struct gdbarch *gdbarch) |
struct type *(* | get_type_from_type_info )(struct value *value) |
char *(* | get_typename_from_type_info )(struct value *value) |
CORE_ADDR(* | skip_trampoline )(struct frame_info *, CORE_ADDR) |
int(* | pass_by_reference )(struct type *type) |
Definition at line 215 of file cp-abi.h.