|
GDB (API)
|
#include "defs.h"#include "value.h"#include "cp-abi.h"#include "cp-support.h"#include "demangle.h"#include "objfiles.h"#include "valprint.h"#include "c-lang.h"#include "exceptions.h"#include "typeprint.h"#include "gdb_assert.h"#include "gdb_string.h"Go to the source code of this file.
Defines | |
| #define | TYPEINFO_PREFIX "typeinfo for " |
| #define | TYPEINFO_PREFIX_LEN (sizeof (TYPEINFO_PREFIX) - 1) |
Typedefs | |
| typedef struct value_and_voffset * | value_and_voffset_p |
Enumerations | |
| enum | { vtable_field_vcall_and_vbase_offsets, vtable_field_offset_to_top, vtable_field_type_info, vtable_field_virtual_functions } |
Functions | |
| DEF_VEC_P (value_and_voffset_p) | |
| void | _initialize_gnu_v3_abi (void) |
Variables | |
| initialize_file_ftype | _initialize_gnu_v3_abi |
| #define TYPEINFO_PREFIX "typeinfo for " |
| #define TYPEINFO_PREFIX_LEN (sizeof (TYPEINFO_PREFIX) - 1) |
| typedef struct value_and_voffset* value_and_voffset_p |
Definition at line 768 of file gnu-v3-abi.c.
| anonymous enum |
| vtable_field_vcall_and_vbase_offsets | |
| vtable_field_offset_to_top | |
| vtable_field_type_info | |
| vtable_field_virtual_functions |
Definition at line 97 of file gnu-v3-abi.c.
| void _initialize_gnu_v3_abi | ( | void | ) |
Definition at line 1378 of file gnu-v3-abi.c.
1.7.6.1