Update comment for struct type's length field, introduce type_length_units
[deliverable/binutils-gdb.git] / gdb / cp-support.h
index 783bdf0b94d0e3bdd839fde48d9bb3d0b11b5aa0..e92d6e783b595c8fae0be88419e6191e1eaca21d 100644 (file)
@@ -1,5 +1,5 @@
 /* Helper routines for C++ support in GDB.
-   Copyright (C) 2002-2014 Free Software Foundation, Inc.
+   Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
    Contributed by MontaVista Software.
    Namespace support contributed by David Carlton.
@@ -198,7 +198,7 @@ extern struct symbol *cp_lookup_symbol_nonlocal
       const struct block *block,
       const domain_enum domain);
 
-extern struct symbol *cp_lookup_symbol_namespace (const char *namespace,
+extern struct symbol *cp_lookup_symbol_namespace (const char *the_namespace,
                                                  const char *name,
                                                  const struct block *block,
                                                  const domain_enum domain);
@@ -211,7 +211,8 @@ extern struct symbol *cp_lookup_symbol_imports_or_template
 
 extern struct symbol *cp_lookup_nested_symbol (struct type *parent_type,
                                               const char *nested_name,
-                                              const struct block *block);
+                                              const struct block *block,
+                                              const domain_enum domain);
 
 struct type *cp_lookup_transparent_type (const char *name);
 
This page took 0.038146 seconds and 4 git commands to generate.