GDB (API)
|
Go to the source code of this file.
Classes | |
struct | builtin_m2_type |
Functions | |
int | m2_parse (void) |
void | m2_error (char *) |
void | m2_print_type (struct type *, const char *, struct ui_file *, int, int, const struct type_print_options *) |
void | m2_print_typedef (struct type *, struct symbol *, struct ui_file *) |
int | m2_is_long_set (struct type *type) |
int | m2_is_unbounded_array (struct type *type) |
void | m2_val_print (struct type *, const gdb_byte *, int, CORE_ADDR, struct ui_file *, int, const struct value *, const struct value_print_options *) |
int | get_long_set_bounds (struct type *type, LONGEST *low, LONGEST *high) |
struct builtin_m2_type * | builtin_m2_type (struct gdbarch *gdbarch) |
struct builtin_m2_type* builtin_m2_type | ( | struct gdbarch * | gdbarch | ) | [read] |
int get_long_set_bounds | ( | struct type * | type, |
LONGEST * | low, | ||
LONGEST * | high | ||
) |
Definition at line 49 of file m2-valprint.c.
void m2_error | ( | char * | ) |
int m2_is_long_set | ( | struct type * | type | ) |
Definition at line 334 of file m2-typeprint.c.
int m2_is_unbounded_array | ( | struct type * | type | ) |
Definition at line 488 of file m2-typeprint.c.
void m2_print_type | ( | struct type * | , |
const char * | , | ||
struct ui_file * | , | ||
int | , | ||
int | , | ||
const struct type_print_options * | |||
) |
Definition at line 75 of file m2-typeprint.c.
void m2_print_typedef | ( | struct type * | , |
struct symbol * | , | ||
struct ui_file * | |||
) |
Definition at line 163 of file m2-typeprint.c.
void m2_val_print | ( | struct type * | , |
const gdb_byte * | , | ||
int | , | ||
CORE_ADDR | , | ||
struct ui_file * | , | ||
int | , | ||
const struct value * | , | ||
const struct value_print_options * | |||
) |
Definition at line 311 of file m2-valprint.c.