gdbserver/tracepoint: Add casts out of tpoint->handle
[deliverable/binutils-gdb.git] / gdb / d-lang.h
index 4962a8a066e874a944d82b2edc1dd2490ff0baea..8b8b5dc4245979286fba8e89a878a8369a2daca6 100644 (file)
@@ -68,6 +68,16 @@ 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,
This page took 0.023847 seconds and 4 git commands to generate.