GDB (xrefs)
|
#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 | ||
) |
Definition at line 134 of file d-lang.c.
References extract_identifiers(), extract_type_info(), obstack_grow_str, and obstack_grow_str0.
Referenced by demangle_for_lookup(), and symbol_find_demangled_name().
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.
References c_val_print(), CHECK_TYPEDEF, dynamic_array_type(), TYPE_CODE, and TYPE_CODE_STRUCT.
Referenced by dynamic_array_type().