]>
Commit | Line | Data |
---|---|---|
de17c821 | 1 | /* Helper routines for C++ support in GDB. |
0fb0cc75 | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009 |
9b254dd1 | 3 | Free Software Foundation, Inc. |
de17c821 DJ |
4 | |
5 | Contributed by MontaVista Software. | |
9219021c | 6 | Namespace support contributed by David Carlton. |
de17c821 DJ |
7 | |
8 | This file is part of GDB. | |
9 | ||
10 | This program is free software; you can redistribute it and/or modify | |
11 | it under the terms of the GNU General Public License as published by | |
a9762ec7 | 12 | the Free Software Foundation; either version 3 of the License, or |
de17c821 DJ |
13 | (at your option) any later version. |
14 | ||
15 | This program is distributed in the hope that it will be useful, | |
16 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | GNU General Public License for more details. | |
19 | ||
20 | You should have received a copy of the GNU General Public License | |
a9762ec7 | 21 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
de17c821 | 22 | |
9219021c DC |
23 | #ifndef CP_SUPPORT_H |
24 | #define CP_SUPPORT_H | |
25 | ||
1fcb5155 DC |
26 | /* We need this for 'domain_enum', alas... */ |
27 | ||
28 | #include "symtab.h" | |
29 | ||
9219021c DC |
30 | /* Opaque declarations. */ |
31 | ||
b59661bd | 32 | struct symbol; |
9219021c DC |
33 | struct obstack; |
34 | struct block; | |
4a4b3fed | 35 | struct objfile; |
362ff856 | 36 | struct type; |
fb4c6eba | 37 | struct demangle_component; |
9219021c DC |
38 | |
39 | /* This struct is designed to store data from using directives. It | |
8c902bb1 SW |
40 | says that names from namespace IMPORT_SRC should be visible within |
41 | namespace IMPORT_DEST. IMPORT_DEST should always be a strict initial | |
42 | substring of IMPORT_SRC. These form a linked list; NEXT is the next element | |
43 | of the list. */ | |
9219021c DC |
44 | |
45 | struct using_direct | |
46 | { | |
8c902bb1 SW |
47 | char *import_src; |
48 | char *import_dest; | |
9219021c DC |
49 | struct using_direct *next; |
50 | }; | |
51 | ||
52 | ||
53 | /* Functions from cp-support.c. */ | |
54 | ||
fb4c6eba DJ |
55 | extern char *cp_canonicalize_string (const char *string); |
56 | ||
31c27f77 | 57 | extern char *cp_class_name_from_physname (const char *physname); |
de17c821 DJ |
58 | |
59 | extern char *method_name_from_physname (const char *physname); | |
9219021c DC |
60 | |
61 | extern unsigned int cp_find_first_component (const char *name); | |
62 | ||
63 | extern unsigned int cp_entire_prefix_len (const char *name); | |
64 | ||
8d577d32 DC |
65 | extern char *cp_func_name (const char *full_name); |
66 | ||
3567439c DJ |
67 | extern char *cp_remove_params (const char *demangled_name); |
68 | ||
8d577d32 DC |
69 | extern struct symbol **make_symbol_overload_list (const char *, |
70 | const char *); | |
9219021c | 71 | |
362ff856 MC |
72 | extern struct type *cp_lookup_rtti_type (const char *name, |
73 | struct block *block); | |
74 | ||
12907978 KS |
75 | extern int cp_validate_operator (const char *input); |
76 | ||
9219021c DC |
77 | /* Functions/variables from cp-namespace.c. */ |
78 | ||
9219021c DC |
79 | extern int cp_is_anonymous (const char *namespace); |
80 | ||
8c902bb1 SW |
81 | extern void cp_add_using_directive (const char *dest, |
82 | const char *src); | |
9219021c | 83 | |
8c902bb1 SW |
84 | extern struct using_direct *cp_add_using (const char *dest, |
85 | const char *src, | |
27aa8d6a SW |
86 | struct using_direct *next); |
87 | ||
b9362cc7 | 88 | extern void cp_initialize_namespace (void); |
9219021c DC |
89 | |
90 | extern void cp_finalize_namespace (struct block *static_block, | |
91 | struct obstack *obstack); | |
92 | ||
93 | extern void cp_set_block_scope (const struct symbol *symbol, | |
94 | struct block *block, | |
df8a16a1 DJ |
95 | struct obstack *obstack, |
96 | const char *processing_current_prefix, | |
97 | int processing_has_namespace_info); | |
9219021c DC |
98 | |
99 | extern void cp_scan_for_anonymous_namespaces (const struct symbol *symbol); | |
100 | ||
1fcb5155 DC |
101 | extern struct symbol *cp_lookup_symbol_nonlocal (const char *name, |
102 | const char *linkage_name, | |
103 | const struct block *block, | |
21b556f4 | 104 | const domain_enum domain); |
1fcb5155 DC |
105 | |
106 | extern struct symbol *cp_lookup_symbol_namespace (const char *namespace, | |
107 | const char *name, | |
108 | const char *linkage_name, | |
109 | const struct block *block, | |
21b556f4 | 110 | const domain_enum domain); |
1fcb5155 | 111 | |
79c2c32d DC |
112 | extern struct type *cp_lookup_nested_type (struct type *parent_type, |
113 | const char *nested_name, | |
114 | const struct block *block); | |
115 | ||
5c4e30ca DC |
116 | extern void cp_check_possible_namespace_symbols (const char *name, |
117 | struct objfile *objfile); | |
118 | ||
b368761e DC |
119 | struct type *cp_lookup_transparent_type (const char *name); |
120 | ||
f88e9fd3 | 121 | /* Functions from cp-name-parser.y. */ |
fb4c6eba DJ |
122 | |
123 | extern struct demangle_component *cp_demangled_name_to_comp | |
f88e9fd3 | 124 | (const char *demangled_name, const char **errmsg); |
fb4c6eba DJ |
125 | |
126 | extern char *cp_comp_to_string (struct demangle_component *result, | |
127 | int estimated_len); | |
128 | ||
5c4e30ca DC |
129 | /* The list of "maint cplus" commands. */ |
130 | ||
131 | extern struct cmd_list_element *maint_cplus_cmd_list; | |
132 | ||
9219021c | 133 | #endif /* CP_SUPPORT_H */ |