X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fd-lang.h;h=a0319f1a48fe9ff3a051673012f3af56aa35a681;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=f47050aa30128b0db9fa2b41c1f01f9b2a07a64b;hpb=a121b7c1ac76833018f4fc3adaeddc3147272dd0;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/d-lang.h b/gdb/d-lang.h index f47050aa30..a0319f1a48 100644 --- a/gdb/d-lang.h +++ b/gdb/d-lang.h @@ -1,6 +1,6 @@ /* D language support definitions for GDB, the GNU debugger. - Copyright (C) 2005-2017 Free Software Foundation, Inc. + Copyright (C) 2005-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -58,8 +58,6 @@ struct builtin_d_type extern int d_parse (struct parser_state *); -extern void d_yyerror (const char *); - /* Defined in d-lang.c */ extern const char *d_main_name (void); @@ -78,12 +76,10 @@ extern struct block_symbol d_lookup_symbol_nonlocal (const struct language_defn extern struct block_symbol d_lookup_nested_symbol (struct type *, const char *, const struct block *); -/* Defined in d-valprint.c */ +/* Implement la_value_print_inner for D. */ -extern void d_val_print (struct type *type, - int embedded_offset, CORE_ADDR address, - struct ui_file *stream, int recurse, - struct value *val, - const struct value_print_options *options); +extern void d_value_print_inner (struct value *val, + struct ui_file *stream, int recurse, + const struct value_print_options *options); #endif /* !defined (D_LANG_H) */