diff options
Diffstat (limited to 'gdb/c-lang.h')
-rw-r--r-- | gdb/c-lang.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/c-lang.h b/gdb/c-lang.h index 7638ccf6d52..e513805c001 100644 --- a/gdb/c-lang.h +++ b/gdb/c-lang.h @@ -135,6 +135,11 @@ extern void c_type_print_base (struct type *, struct ui_file *, extern void cp_print_class_member (const gdb_byte *, struct type *, struct ui_file *, const char *); +extern void cp_print_value_fields (struct value *, + struct ui_file *, int, + const struct value_print_options *, + struct type **, int); + extern void cp_print_value_fields (struct type *, struct type *, LONGEST, CORE_ADDR, struct ui_file *, int, |