GDB (API)
|
#include "gdbtypes.h"
Public Types | |
enum | type_allocator_kind { SAME = 0 , SMASH = 1 } |
Public Member Functions | |
type_allocator (objfile *objfile, enum language lang) | |
type_allocator (gdbarch *gdbarch) | |
type_allocator (struct type *type, type_allocator_kind kind=SAME) | |
type_allocator (const struct type *type) | |
type * | new_type () |
type * | new_type (enum type_code code, int bit, const char *name) |
gdbarch * | arch () |
Definition at line 2243 of file gdbtypes.h.
Enumerator | |
---|---|
SAME | |
SMASH |
Definition at line 2265 of file gdbtypes.h.
Definition at line 2248 of file gdbtypes.h.
|
inlineexplicit |
Definition at line 2256 of file gdbtypes.h.
|
inlineexplicit |
Definition at line 2275 of file gdbtypes.h.
Definition at line 2297 of file gdbtypes.h.
gdbarch * type_allocator::arch | ( | ) |
type * type_allocator::new_type | ( | ) |
struct gdbarch* type_allocator::gdbarch |
Definition at line 2327 of file gdbtypes.h.
struct objfile* type_allocator::objfile |
Definition at line 2326 of file gdbtypes.h.
Definition at line 2328 of file gdbtypes.h.