|
GDB (API)
|
#include "symtab.h"Go to the source code of this file.
Functions | |
| char * | d_demangle (const char *mangled, int options) |
| void | d_val_print (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) |
| char* d_demangle | ( | const char * | mangled, |
| int | options | ||
| ) |
| void d_val_print | ( | 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 | ||
| ) |
Definition at line 74 of file d-valprint.c.
1.7.6.1