|
GDB (API)
|
#include "defs.h"#include "exceptions.h"#include "objfiles.h"#include "symtab.h"#include "language.h"#include "valprint.h"#include "python.h"Go to the source code of this file.
Functions | |
| int | apply_val_pretty_printer (struct type *type, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, const struct value *val, const struct value_print_options *options, const struct language_defn *language) |
| int apply_val_pretty_printer | ( | struct type * | type, |
| const gdb_byte * | valaddr, | ||
| int | embedded_offset, | ||
| CORE_ADDR | address, | ||
| struct ui_file * | stream, | ||
| int | recurse, | ||
| const struct value * | val, | ||
| const struct value_print_options * | options, | ||
| const struct language_defn * | language | ||
| ) |
Definition at line 845 of file py-prettyprint.c.
1.7.6.1