Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: gdb/cp-support.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/cp-namespace.c ('k') | gdb/cp-support.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/cp-support.h
diff --git a/gdb/cp-support.h b/gdb/cp-support.h
index 8898807bfa769e8af386156a683fb481efb77228..0d2b5131b549eae2e006096d198b4fdd0a495568 100644
--- a/gdb/cp-support.h
+++ b/gdb/cp-support.h
@@ -26,6 +26,7 @@
#include "symtab.h"
#include "vec.h"
+#include "gdb_vecs.h"
#include "gdb_obstack.h"
/* Opaque declarations. */
@@ -170,14 +171,10 @@ extern struct symbol **make_symbol_overload_list_adl (struct type **arg_types,
extern struct type *cp_lookup_rtti_type (const char *name,
struct block *block);
-extern int cp_validate_operator (const char *input);
-
/* Functions/variables from cp-namespace.c. */
extern int cp_is_anonymous (const char *namespace);
-DEF_VEC_P (const_char_ptr);
-
extern void cp_add_using_directive (const char *dest,
const char *src,
const char *alias,
@@ -185,11 +182,6 @@ extern void cp_add_using_directive (const char *dest,
VEC (const_char_ptr) *excludes,
struct obstack *obstack);
-extern void cp_initialize_namespace (void);
-
-extern void cp_finalize_namespace (struct block *static_block,
- struct obstack *obstack);
-
extern void cp_set_block_scope (const struct symbol *symbol,
struct block *block,
struct obstack *obstack,
@@ -221,9 +213,9 @@ extern struct symbol *cp_lookup_symbol_imports_or_template
const struct block *block,
const domain_enum domain);
-extern struct type *cp_lookup_nested_type (struct type *parent_type,
- const char *nested_name,
- const struct block *block);
+extern struct symbol *cp_lookup_nested_symbol (struct type *parent_type,
+ const char *nested_name,
+ const struct block *block);
struct type *cp_lookup_transparent_type (const char *name);
« no previous file with comments | « gdb/cp-namespace.c ('k') | gdb/cp-support.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698