Make x86-lynx GDBserver pass XML register map to GDB.
[deliverable/binutils-gdb.git] / gdb / d-lang.h
index c2ec728514e75ec0c552fcf87467b379af2aecb1..fb6678a16d0437584f1cfbca43352030f17d5c63 100644 (file)
@@ -1,6 +1,6 @@
 /* D language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 extern char *d_demangle (const char *mangled, int options);
 
-extern int 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);
+extern 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);
 
 #endif /* !defined (D_LANG_H) */
This page took 0.026865 seconds and 4 git commands to generate.