From f7e3ecae9ff55b69aab93af61a7f7ca272d03d0a Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Mon, 25 Nov 2013 13:37:08 -0800 Subject: PR c++/14819: Explicit class:: inside class scope does not work https://sourceware.org/ml/gdb-patches/2013-11/msg00102.html --- gdb/cp-support.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/cp-support.h') diff --git a/gdb/cp-support.h b/gdb/cp-support.h index 0f2cebb..4358b23 100644 --- a/gdb/cp-support.h +++ b/gdb/cp-support.h @@ -220,6 +220,11 @@ extern struct symbol *cp_lookup_nested_symbol (struct type *parent_type, struct type *cp_lookup_transparent_type (const char *name); +/* See description in cp-namespace.c. */ + +struct type *find_type_baseclass_by_name (struct type *parent_type, + const char *name); + /* Functions from cp-name-parser.y. */ extern struct demangle_parse_info *cp_demangled_name_to_comp -- cgit v1.1