|
GDB (API)
|
#include "defs.h"#include "symtab.h"#include "gdbtypes.h"#include "expression.h"#include "value.h"#include "valprint.h"#include "language.h"#include "typeprint.h"#include "c-lang.h"#include "m2-lang.h"#include "target.h"Go to the source code of this file.
Functions | |
| int | get_long_set_bounds (struct type *type, LONGEST *low, LONGEST *high) |
| void | m2_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, const struct value *original_value, const struct value_print_options *options) |
| int get_long_set_bounds | ( | struct type * | type, |
| LONGEST * | low, | ||
| LONGEST * | high | ||
| ) |
Definition at line 49 of file m2-valprint.c.
| void m2_val_print | ( | struct type * | type, |
| const gdb_byte * | valaddr, | ||
| int | embedded_offset, | ||
| CORE_ADDR | address, | ||
| struct ui_file * | stream, | ||
| int | recurse, | ||
| const struct value * | original_value, | ||
| const struct value_print_options * | options | ||
| ) |
Definition at line 311 of file m2-valprint.c.
1.7.6.1