GDB (API)
Defines | Typedefs | Enumerations | Functions | Variables
/home/stan/gdb/src/gdb/gnu-v3-abi.c File Reference
#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 Documentation

#define TYPEINFO_PREFIX   "typeinfo for "
#define TYPEINFO_PREFIX_LEN   (sizeof (TYPEINFO_PREFIX) - 1)

Typedef Documentation

typedef struct value_and_voffset* value_and_voffset_p

Definition at line 768 of file gnu-v3-abi.c.


Enumeration Type Documentation

anonymous enum
Enumerator:
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.


Function Documentation

void _initialize_gnu_v3_abi ( void  )

Definition at line 1378 of file gnu-v3-abi.c.


Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines