Check all inline frames if they are marked for skip
[deliverable/binutils-gdb.git] / gdb / d-lang.h
index 5b1225527e870d7d5d53b40e149be96c65df032d..956c1923a6942b2b2eb7248398f50827f4ba37e6 100644 (file)
@@ -1,6 +1,6 @@
 /* D language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 2005-2014 Free Software Foundation, Inc.
+   Copyright (C) 2005-2019 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_error (char *);
-
 /* Defined in d-lang.c  */
 
 extern const char *d_main_name (void);
@@ -68,12 +66,22 @@ extern char *d_demangle (const char *mangled, int options);
 
 extern const struct builtin_d_type *builtin_d_type (struct gdbarch *);
 
+/* Defined in d-namespace.c  */
+
+extern struct block_symbol d_lookup_symbol_nonlocal (const struct language_defn *,
+                                                    const char *,
+                                                    const struct block *,
+                                                    const domain_enum);
+
+extern struct block_symbol d_lookup_nested_symbol (struct type *, const char *,
+                                                  const struct block *);
+
 /* Defined in d-valprint.c  */
 
-extern void d_val_print (struct type *type, const gdb_byte *valaddr,
+extern void d_val_print (struct type *type,
                         int embedded_offset, CORE_ADDR address,
                         struct ui_file *stream, int recurse,
-                        const struct value *val,
+                        struct value *val,
                         const struct value_print_options *options);
 
 #endif /* !defined (D_LANG_H) */
This page took 0.02779 seconds and 4 git commands to generate.