gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / d-lang.h
index 88e1ea3e1ee626b629d8ec7fd6e6a37b7f103dca..a0319f1a48fe9ff3a051673012f3af56aa35a681 100644 (file)
@@ -76,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) */
This page took 0.025764 seconds and 4 git commands to generate.