2003-05-19 David Carlton <carlton@bactrian.org>
[deliverable/binutils-gdb.git] / gdb / symtab.c
CommitLineData
c906108c 1/* Symbol table lookup for the GNU debugger, GDB.
8926118c
AC
2
3 Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
083ae935
DJ
4 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 Free Software Foundation, Inc.
c906108c 6
c5aa993b 7 This file is part of GDB.
c906108c 8
c5aa993b
JM
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
c906108c 13
c5aa993b
JM
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
c906108c 18
c5aa993b
JM
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA. */
c906108c
SS
23
24#include "defs.h"
25#include "symtab.h"
26#include "gdbtypes.h"
27#include "gdbcore.h"
28#include "frame.h"
29#include "target.h"
30#include "value.h"
31#include "symfile.h"
32#include "objfiles.h"
33#include "gdbcmd.h"
34#include "call-cmds.h"
88987551 35#include "gdb_regex.h"
c906108c
SS
36#include "expression.h"
37#include "language.h"
38#include "demangle.h"
39#include "inferior.h"
c5f0f3d0 40#include "linespec.h"
0378c332 41#include "source.h"
a7fdf62f 42#include "filenames.h" /* for FILENAME_CMP */
1bae87b9 43#include "objc-lang.h"
c906108c 44
2de7ced7
DJ
45#include "hashtab.h"
46
04ea0df1 47#include "gdb_obstack.h"
fe898f56 48#include "block.h"
c906108c
SS
49
50#include <sys/types.h>
51#include <fcntl.h>
52#include "gdb_string.h"
53#include "gdb_stat.h"
54#include <ctype.h>
015a42b4 55#include "cp-abi.h"
c906108c 56
c906108c
SS
57/* Prototypes for local functions */
58
a14ed312 59static void completion_list_add_name (char *, char *, int, char *, char *);
c906108c 60
a14ed312 61static void rbreak_command (char *, int);
c906108c 62
a14ed312 63static void types_info (char *, int);
c906108c 64
a14ed312 65static void functions_info (char *, int);
c906108c 66
a14ed312 67static void variables_info (char *, int);
c906108c 68
a14ed312 69static void sources_info (char *, int);
c906108c 70
a14ed312 71static void output_source_filename (char *, int *);
c906108c 72
a14ed312 73static int find_line_common (struct linetable *, int, int *);
c906108c 74
50641945
FN
75/* This one is used by linespec.c */
76
77char *operator_chars (char *p, char **end);
78
b37bcaa8 79static struct partial_symbol *lookup_partial_symbol (struct partial_symtab *,
3d4e8fd2 80 const char *,
b37bcaa8 81 const char *, int,
176620f1 82 domain_enum);
c906108c 83
3121eff0 84static struct symbol *lookup_symbol_aux (const char *name,
5ad1c190 85 const char *linkage_name,
3121eff0 86 const struct block *block,
176620f1 87 const domain_enum domain,
3121eff0
DJ
88 int *is_a_field_of_this,
89 struct symtab **symtab);
fba7f19c 90
e4051eeb
DC
91static
92struct symbol *lookup_symbol_aux_local (const char *name,
5ad1c190 93 const char *linkage_name,
e4051eeb 94 const struct block *block,
176620f1 95 const domain_enum domain,
e4051eeb
DC
96 struct symtab **symtab,
97 const struct block **static_block);
8155455b 98
f61e8913
DC
99static
100struct symbol *lookup_symbol_aux_block (const char *name,
5ad1c190 101 const char *linkage_name,
f61e8913 102 const struct block *block,
176620f1 103 const domain_enum domain,
f61e8913
DC
104 struct symtab **symtab);
105
8155455b
DC
106static
107struct symbol *lookup_symbol_aux_symtabs (int block_index,
108 const char *name,
5ad1c190 109 const char *linkage_name,
176620f1 110 const domain_enum domain,
8155455b
DC
111 struct symtab **symtab);
112
113static
114struct symbol *lookup_symbol_aux_psymtabs (int block_index,
115 const char *name,
5ad1c190 116 const char *linkage_name,
176620f1 117 const domain_enum domain,
8155455b 118 struct symtab **symtab);
fba7f19c 119
ae2f03ac 120#if 0
406bc4de
DC
121static
122struct symbol *lookup_symbol_aux_minsyms (const char *name,
5ad1c190 123 const char *linkage_name,
176620f1 124 const domain_enum domain,
406bc4de 125 int *is_a_field_of_this,
e45febe2 126 struct symtab **symtab);
ae2f03ac 127#endif
406bc4de 128
a14ed312 129static struct symbol *find_active_alias (struct symbol *sym, CORE_ADDR addr);
c906108c
SS
130
131/* This flag is used in hppa-tdep.c, and set in hp-symtab-read.c */
132/* Signals the presence of objects compiled by HP compilers */
133int hp_som_som_object_present = 0;
134
a14ed312 135static void fixup_section (struct general_symbol_info *, struct objfile *);
c906108c 136
a14ed312 137static int file_matches (char *, char **, int);
c906108c 138
176620f1 139static void print_symbol_info (domain_enum,
a14ed312 140 struct symtab *, struct symbol *, int, char *);
c906108c 141
a14ed312 142static void print_msymbol_info (struct minimal_symbol *);
c906108c 143
176620f1 144static void symtab_symbol_info (char *, domain_enum, int);
c906108c 145
a14ed312 146static void overload_list_add_symbol (struct symbol *sym, char *oload_name);
392a587b 147
a14ed312 148void _initialize_symtab (void);
c906108c
SS
149
150/* */
151
152/* The single non-language-specific builtin type */
153struct type *builtin_type_error;
154
155/* Block in which the most recently searched-for symbol was found.
156 Might be better to make this a parameter to lookup_symbol and
157 value_of_this. */
158
159const struct block *block_found;
160
c906108c
SS
161/* Check for a symtab of a specific name; first in symtabs, then in
162 psymtabs. *If* there is no '/' in the name, a match after a '/'
163 in the symtab filename will also work. */
164
1b15f1fa
TT
165struct symtab *
166lookup_symtab (const char *name)
c906108c
SS
167{
168 register struct symtab *s;
169 register struct partial_symtab *ps;
c906108c 170 register struct objfile *objfile;
58d370e0 171 char *real_path = NULL;
f079a2e5 172 char *full_path = NULL;
58d370e0
TT
173
174 /* Here we are interested in canonicalizing an absolute path, not
175 absolutizing a relative path. */
176 if (IS_ABSOLUTE_PATH (name))
f079a2e5
JB
177 {
178 full_path = xfullpath (name);
179 make_cleanup (xfree, full_path);
180 real_path = gdb_realpath (name);
181 make_cleanup (xfree, real_path);
182 }
c906108c 183
c5aa993b 184got_symtab:
c906108c
SS
185
186 /* First, search for an exact match */
187
188 ALL_SYMTABS (objfile, s)
58d370e0 189 {
a7fdf62f 190 if (FILENAME_CMP (name, s->filename) == 0)
58d370e0 191 {
58d370e0
TT
192 return s;
193 }
f079a2e5 194
58d370e0
TT
195 /* If the user gave us an absolute path, try to find the file in
196 this symtab and use its absolute path. */
f079a2e5
JB
197
198 if (full_path != NULL)
199 {
200 const char *fp = symtab_to_filename (s);
201 if (FILENAME_CMP (full_path, fp) == 0)
202 {
203 return s;
204 }
205 }
206
58d370e0
TT
207 if (real_path != NULL)
208 {
25f1b008 209 char *rp = gdb_realpath (symtab_to_filename (s));
f079a2e5 210 make_cleanup (xfree, rp);
58d370e0
TT
211 if (FILENAME_CMP (real_path, rp) == 0)
212 {
58d370e0
TT
213 return s;
214 }
215 }
216 }
217
c906108c
SS
218 /* Now, search for a matching tail (only if name doesn't have any dirs) */
219
caadab2c 220 if (lbasename (name) == name)
c906108c 221 ALL_SYMTABS (objfile, s)
c5aa993b 222 {
31889e00 223 if (FILENAME_CMP (lbasename (s->filename), name) == 0)
c5aa993b
JM
224 return s;
225 }
c906108c
SS
226
227 /* Same search rules as above apply here, but now we look thru the
228 psymtabs. */
229
230 ps = lookup_partial_symtab (name);
231 if (!ps)
232 return (NULL);
233
c5aa993b 234 if (ps->readin)
c906108c 235 error ("Internal: readin %s pst for `%s' found when no symtab found.",
c5aa993b 236 ps->filename, name);
c906108c
SS
237
238 s = PSYMTAB_TO_SYMTAB (ps);
239
240 if (s)
241 return s;
242
243 /* At this point, we have located the psymtab for this file, but
244 the conversion to a symtab has failed. This usually happens
245 when we are looking up an include file. In this case,
246 PSYMTAB_TO_SYMTAB doesn't return a symtab, even though one has
247 been created. So, we need to run through the symtabs again in
248 order to find the file.
249 XXX - This is a crock, and should be fixed inside of the the
250 symbol parsing routines. */
251 goto got_symtab;
252}
253
c906108c
SS
254/* Lookup the partial symbol table of a source file named NAME.
255 *If* there is no '/' in the name, a match after a '/'
256 in the psymtab filename will also work. */
257
258struct partial_symtab *
1f8cc6db 259lookup_partial_symtab (const char *name)
c906108c
SS
260{
261 register struct partial_symtab *pst;
262 register struct objfile *objfile;
f079a2e5 263 char *full_path = NULL;
58d370e0
TT
264 char *real_path = NULL;
265
266 /* Here we are interested in canonicalizing an absolute path, not
267 absolutizing a relative path. */
268 if (IS_ABSOLUTE_PATH (name))
f079a2e5
JB
269 {
270 full_path = xfullpath (name);
271 make_cleanup (xfree, full_path);
272 real_path = gdb_realpath (name);
273 make_cleanup (xfree, real_path);
274 }
c5aa993b 275
c906108c 276 ALL_PSYMTABS (objfile, pst)
c5aa993b 277 {
a7fdf62f 278 if (FILENAME_CMP (name, pst->filename) == 0)
c5aa993b
JM
279 {
280 return (pst);
281 }
f079a2e5 282
58d370e0
TT
283 /* If the user gave us an absolute path, try to find the file in
284 this symtab and use its absolute path. */
f079a2e5 285 if (full_path != NULL)
58d370e0
TT
286 {
287 if (pst->fullname == NULL)
288 source_full_path_of (pst->filename, &pst->fullname);
289 if (pst->fullname != NULL
f079a2e5 290 && FILENAME_CMP (full_path, pst->fullname) == 0)
58d370e0 291 {
58d370e0
TT
292 return pst;
293 }
294 }
c906108c 295
f079a2e5
JB
296 if (real_path != NULL)
297 {
298 char *rp = NULL;
299 if (pst->fullname == NULL)
300 source_full_path_of (pst->filename, &pst->fullname);
301 if (pst->fullname != NULL)
302 {
303 rp = gdb_realpath (pst->fullname);
304 make_cleanup (xfree, rp);
305 }
306 if (rp != NULL && FILENAME_CMP (real_path, rp) == 0)
307 {
308 return pst;
309 }
310 }
311 }
58d370e0 312
c906108c
SS
313 /* Now, search for a matching tail (only if name doesn't have any dirs) */
314
caadab2c 315 if (lbasename (name) == name)
c906108c 316 ALL_PSYMTABS (objfile, pst)
c5aa993b 317 {
31889e00 318 if (FILENAME_CMP (lbasename (pst->filename), name) == 0)
c5aa993b
JM
319 return (pst);
320 }
c906108c
SS
321
322 return (NULL);
323}
324\f
325/* Mangle a GDB method stub type. This actually reassembles the pieces of the
326 full method name, which consist of the class name (from T), the unadorned
327 method name from METHOD_ID, and the signature for the specific overload,
328 specified by SIGNATURE_ID. Note that this function is g++ specific. */
329
330char *
fba45db2 331gdb_mangle_name (struct type *type, int method_id, int signature_id)
c906108c
SS
332{
333 int mangled_name_len;
334 char *mangled_name;
335 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id);
336 struct fn_field *method = &f[signature_id];
337 char *field_name = TYPE_FN_FIELDLIST_NAME (type, method_id);
338 char *physname = TYPE_FN_FIELD_PHYSNAME (f, signature_id);
339 char *newname = type_name_no_tag (type);
340
341 /* Does the form of physname indicate that it is the full mangled name
342 of a constructor (not just the args)? */
343 int is_full_physname_constructor;
344
345 int is_constructor;
015a42b4 346 int is_destructor = is_destructor_name (physname);
c906108c
SS
347 /* Need a new type prefix. */
348 char *const_prefix = method->is_const ? "C" : "";
349 char *volatile_prefix = method->is_volatile ? "V" : "";
350 char buf[20];
351 int len = (newname == NULL ? 0 : strlen (newname));
352
43630227
PS
353 /* Nothing to do if physname already contains a fully mangled v3 abi name
354 or an operator name. */
355 if ((physname[0] == '_' && physname[1] == 'Z')
356 || is_operator_name (field_name))
235d1e03
EZ
357 return xstrdup (physname);
358
015a42b4 359 is_full_physname_constructor = is_constructor_name (physname);
c906108c
SS
360
361 is_constructor =
c5aa993b 362 is_full_physname_constructor || (newname && STREQ (field_name, newname));
c906108c
SS
363
364 if (!is_destructor)
c5aa993b 365 is_destructor = (strncmp (physname, "__dt", 4) == 0);
c906108c
SS
366
367 if (is_destructor || is_full_physname_constructor)
368 {
c5aa993b
JM
369 mangled_name = (char *) xmalloc (strlen (physname) + 1);
370 strcpy (mangled_name, physname);
c906108c
SS
371 return mangled_name;
372 }
373
374 if (len == 0)
375 {
376 sprintf (buf, "__%s%s", const_prefix, volatile_prefix);
377 }
378 else if (physname[0] == 't' || physname[0] == 'Q')
379 {
380 /* The physname for template and qualified methods already includes
c5aa993b 381 the class name. */
c906108c
SS
382 sprintf (buf, "__%s%s", const_prefix, volatile_prefix);
383 newname = NULL;
384 len = 0;
385 }
386 else
387 {
388 sprintf (buf, "__%s%s%d", const_prefix, volatile_prefix, len);
389 }
390 mangled_name_len = ((is_constructor ? 0 : strlen (field_name))
235d1e03 391 + strlen (buf) + len + strlen (physname) + 1);
c906108c 392
c906108c 393 {
c5aa993b 394 mangled_name = (char *) xmalloc (mangled_name_len);
c906108c
SS
395 if (is_constructor)
396 mangled_name[0] = '\0';
397 else
398 strcpy (mangled_name, field_name);
399 }
400 strcat (mangled_name, buf);
401 /* If the class doesn't have a name, i.e. newname NULL, then we just
402 mangle it using 0 for the length of the class. Thus it gets mangled
c5aa993b 403 as something starting with `::' rather than `classname::'. */
c906108c
SS
404 if (newname != NULL)
405 strcat (mangled_name, newname);
406
407 strcat (mangled_name, physname);
408 return (mangled_name);
409}
12af6855
JB
410
411\f
89aad1f9
EZ
412/* Initialize the language dependent portion of a symbol
413 depending upon the language for the symbol. */
414void
415symbol_init_language_specific (struct general_symbol_info *gsymbol,
416 enum language language)
417{
418 gsymbol->language = language;
419 if (gsymbol->language == language_cplus
5784d15e
AF
420 || gsymbol->language == language_java
421 || gsymbol->language == language_objc)
89aad1f9
EZ
422 {
423 gsymbol->language_specific.cplus_specific.demangled_name = NULL;
424 }
89aad1f9
EZ
425 else
426 {
427 memset (&gsymbol->language_specific, 0,
428 sizeof (gsymbol->language_specific));
429 }
430}
431
2de7ced7
DJ
432/* Functions to initialize a symbol's mangled name. */
433
434/* Create the hash table used for demangled names. Each hash entry is
435 a pair of strings; one for the mangled name and one for the demangled
436 name. The entry is hashed via just the mangled name. */
437
438static void
439create_demangled_names_hash (struct objfile *objfile)
440{
441 /* Choose 256 as the starting size of the hash table, somewhat arbitrarily.
442 The hash table code will round this up to the next prime number.
443 Choosing a much larger table size wastes memory, and saves only about
444 1% in symbol reading. */
445
446 objfile->demangled_names_hash = htab_create_alloc_ex
447 (256, htab_hash_string, (int (*) (const void *, const void *)) streq,
448 NULL, objfile->md, xmcalloc, xmfree);
449}
12af6855 450
2de7ced7 451/* Try to determine the demangled name for a symbol, based on the
12af6855
JB
452 language of that symbol. If the language is set to language_auto,
453 it will attempt to find any demangling algorithm that works and
2de7ced7
DJ
454 then set the language appropriately. The returned name is allocated
455 by the demangler and should be xfree'd. */
12af6855 456
2de7ced7
DJ
457static char *
458symbol_find_demangled_name (struct general_symbol_info *gsymbol,
459 const char *mangled)
12af6855 460{
12af6855
JB
461 char *demangled = NULL;
462
463 if (gsymbol->language == language_unknown)
464 gsymbol->language = language_auto;
1bae87b9
AF
465
466 if (gsymbol->language == language_objc
467 || gsymbol->language == language_auto)
468 {
469 demangled =
470 objc_demangle (mangled, 0);
471 if (demangled != NULL)
472 {
473 gsymbol->language = language_objc;
474 return demangled;
475 }
476 }
12af6855
JB
477 if (gsymbol->language == language_cplus
478 || gsymbol->language == language_auto)
479 {
480 demangled =
2de7ced7 481 cplus_demangle (mangled, DMGL_PARAMS | DMGL_ANSI);
12af6855 482 if (demangled != NULL)
2de7ced7
DJ
483 {
484 gsymbol->language = language_cplus;
485 return demangled;
486 }
12af6855
JB
487 }
488 if (gsymbol->language == language_java)
489 {
490 demangled =
2de7ced7 491 cplus_demangle (mangled,
12af6855
JB
492 DMGL_PARAMS | DMGL_ANSI | DMGL_JAVA);
493 if (demangled != NULL)
2de7ced7
DJ
494 {
495 gsymbol->language = language_java;
496 return demangled;
497 }
498 }
499 return NULL;
500}
501
980cae7a
DC
502/* Set both the mangled and demangled (if any) names for GSYMBOL based
503 on LINKAGE_NAME and LEN. The hash table corresponding to OBJFILE
504 is used, and the memory comes from that objfile's symbol_obstack.
505 LINKAGE_NAME is copied, so the pointer can be discarded after
506 calling this function. */
2de7ced7 507
d2a52b27
DC
508/* We have to be careful when dealing with Java names: when we run
509 into a Java minimal symbol, we don't know it's a Java symbol, so it
510 gets demangled as a C++ name. This is unfortunate, but there's not
511 much we can do about it: but when demangling partial symbols and
512 regular symbols, we'd better not reuse the wrong demangled name.
513 (See PR gdb/1039.) We solve this by putting a distinctive prefix
514 on Java names when storing them in the hash table. */
515
516/* FIXME: carlton/2003-03-13: This is an unfortunate situation. I
517 don't mind the Java prefix so much: different languages have
518 different demangling requirements, so it's only natural that we
519 need to keep language data around in our demangling cache. But
520 it's not good that the minimal symbol has the wrong demangled name.
521 Unfortunately, I can't think of any easy solution to that
522 problem. */
523
524#define JAVA_PREFIX "##JAVA$$"
525#define JAVA_PREFIX_LEN 8
526
2de7ced7
DJ
527void
528symbol_set_names (struct general_symbol_info *gsymbol,
980cae7a 529 const char *linkage_name, int len, struct objfile *objfile)
2de7ced7
DJ
530{
531 char **slot;
980cae7a
DC
532 /* A 0-terminated copy of the linkage name. */
533 const char *linkage_name_copy;
d2a52b27
DC
534 /* A copy of the linkage name that might have a special Java prefix
535 added to it, for use when looking names up in the hash table. */
536 const char *lookup_name;
537 /* The length of lookup_name. */
538 int lookup_len;
2de7ced7
DJ
539
540 if (objfile->demangled_names_hash == NULL)
541 create_demangled_names_hash (objfile);
542
980cae7a
DC
543 /* The stabs reader generally provides names that are not
544 NUL-terminated; most of the other readers don't do this, so we
d2a52b27
DC
545 can just use the given copy, unless we're in the Java case. */
546 if (gsymbol->language == language_java)
547 {
548 char *alloc_name;
549 lookup_len = len + JAVA_PREFIX_LEN;
550
551 alloc_name = alloca (lookup_len + 1);
552 memcpy (alloc_name, JAVA_PREFIX, JAVA_PREFIX_LEN);
553 memcpy (alloc_name + JAVA_PREFIX_LEN, linkage_name, len);
554 alloc_name[lookup_len] = '\0';
555
556 lookup_name = alloc_name;
557 linkage_name_copy = alloc_name + JAVA_PREFIX_LEN;
558 }
559 else if (linkage_name[len] != '\0')
2de7ced7 560 {
980cae7a 561 char *alloc_name;
d2a52b27 562 lookup_len = len;
980cae7a 563
d2a52b27 564 alloc_name = alloca (lookup_len + 1);
980cae7a 565 memcpy (alloc_name, linkage_name, len);
d2a52b27 566 alloc_name[lookup_len] = '\0';
980cae7a 567
d2a52b27 568 lookup_name = alloc_name;
980cae7a 569 linkage_name_copy = alloc_name;
2de7ced7
DJ
570 }
571 else
980cae7a 572 {
d2a52b27
DC
573 lookup_len = len;
574 lookup_name = linkage_name;
980cae7a
DC
575 linkage_name_copy = linkage_name;
576 }
2de7ced7 577
980cae7a 578 slot = (char **) htab_find_slot (objfile->demangled_names_hash,
d2a52b27 579 lookup_name, INSERT);
2de7ced7
DJ
580
581 /* If this name is not in the hash table, add it. */
582 if (*slot == NULL)
583 {
980cae7a
DC
584 char *demangled_name = symbol_find_demangled_name (gsymbol,
585 linkage_name_copy);
2de7ced7
DJ
586 int demangled_len = demangled_name ? strlen (demangled_name) : 0;
587
588 /* If there is a demangled name, place it right after the mangled name.
589 Otherwise, just place a second zero byte after the end of the mangled
590 name. */
591 *slot = obstack_alloc (&objfile->symbol_obstack,
d2a52b27
DC
592 lookup_len + demangled_len + 2);
593 memcpy (*slot, lookup_name, lookup_len + 1);
980cae7a 594 if (demangled_name != NULL)
2de7ced7 595 {
d2a52b27 596 memcpy (*slot + lookup_len + 1, demangled_name, demangled_len + 1);
2de7ced7
DJ
597 xfree (demangled_name);
598 }
599 else
d2a52b27 600 (*slot)[lookup_len + 1] = '\0';
2de7ced7
DJ
601 }
602
d2a52b27
DC
603 gsymbol->name = *slot + lookup_len - len;
604 if ((*slot)[lookup_len + 1] != '\0')
2de7ced7 605 gsymbol->language_specific.cplus_specific.demangled_name
d2a52b27 606 = &(*slot)[lookup_len + 1];
2de7ced7
DJ
607 else
608 gsymbol->language_specific.cplus_specific.demangled_name = NULL;
609}
610
611/* Initialize the demangled name of GSYMBOL if possible. Any required space
612 to store the name is obtained from the specified obstack. The function
613 symbol_set_names, above, should be used instead where possible for more
614 efficient memory usage. */
615
616void
617symbol_init_demangled_name (struct general_symbol_info *gsymbol,
618 struct obstack *obstack)
619{
620 char *mangled = gsymbol->name;
621 char *demangled = NULL;
622
623 demangled = symbol_find_demangled_name (gsymbol, mangled);
624 if (gsymbol->language == language_cplus
1bae87b9
AF
625 || gsymbol->language == language_java
626 || gsymbol->language == language_objc)
2de7ced7
DJ
627 {
628 if (demangled)
629 {
630 gsymbol->language_specific.cplus_specific.demangled_name
631 = obsavestring (demangled, strlen (demangled), obstack);
632 xfree (demangled);
633 }
12af6855 634 else
2de7ced7
DJ
635 gsymbol->language_specific.cplus_specific.demangled_name = NULL;
636 }
637 else
638 {
639 /* Unknown language; just clean up quietly. */
640 if (demangled)
641 xfree (demangled);
12af6855 642 }
12af6855
JB
643}
644
22abf04a
DC
645/* Return the source code name of a symbol. In languages where
646 demangling is necessary, this is the demangled name. */
647
648char *
649symbol_natural_name (const struct general_symbol_info *gsymbol)
650{
651 if ((gsymbol->language == language_cplus
652 || gsymbol->language == language_java
653 || gsymbol->language == language_objc)
654 && (gsymbol->language_specific.cplus_specific.demangled_name != NULL))
655 {
656 return gsymbol->language_specific.cplus_specific.demangled_name;
657 }
658 else
659 {
660 return gsymbol->name;
661 }
662}
663
9cc0d196
EZ
664/* Return the demangled name for a symbol based on the language for
665 that symbol. If no demangled name exists, return NULL. */
666char *
667symbol_demangled_name (struct general_symbol_info *gsymbol)
668{
669 if (gsymbol->language == language_cplus
5784d15e
AF
670 || gsymbol->language == language_java
671 || gsymbol->language == language_objc)
9cc0d196 672 return gsymbol->language_specific.cplus_specific.demangled_name;
12af6855 673
9cc0d196
EZ
674 else
675 return NULL;
9cc0d196 676}
fe39c653
EZ
677
678/* Initialize the structure fields to zero values. */
679void
680init_sal (struct symtab_and_line *sal)
681{
682 sal->symtab = 0;
683 sal->section = 0;
684 sal->line = 0;
685 sal->pc = 0;
686 sal->end = 0;
687}
c906108c
SS
688\f
689
c5aa993b 690
c906108c
SS
691/* Find which partial symtab on contains PC and SECTION. Return 0 if none. */
692
693struct partial_symtab *
fba45db2 694find_pc_sect_psymtab (CORE_ADDR pc, asection *section)
c906108c
SS
695{
696 register struct partial_symtab *pst;
697 register struct objfile *objfile;
8a48e967
DJ
698 struct minimal_symbol *msymbol;
699
700 /* If we know that this is not a text address, return failure. This is
701 necessary because we loop based on texthigh and textlow, which do
702 not include the data ranges. */
703 msymbol = lookup_minimal_symbol_by_pc_section (pc, section);
704 if (msymbol
705 && (msymbol->type == mst_data
706 || msymbol->type == mst_bss
707 || msymbol->type == mst_abs
708 || msymbol->type == mst_file_data
709 || msymbol->type == mst_file_bss))
710 return NULL;
c906108c
SS
711
712 ALL_PSYMTABS (objfile, pst)
c5aa993b 713 {
c5aa993b 714 if (pc >= pst->textlow && pc < pst->texthigh)
c5aa993b 715 {
c5aa993b
JM
716 struct partial_symtab *tpst;
717
718 /* An objfile that has its functions reordered might have
719 many partial symbol tables containing the PC, but
720 we want the partial symbol table that contains the
721 function containing the PC. */
722 if (!(objfile->flags & OBJF_REORDERED) &&
723 section == 0) /* can't validate section this way */
724 return (pst);
725
c5aa993b
JM
726 if (msymbol == NULL)
727 return (pst);
728
729 for (tpst = pst; tpst != NULL; tpst = tpst->next)
730 {
c5aa993b 731 if (pc >= tpst->textlow && pc < tpst->texthigh)
c5aa993b
JM
732 {
733 struct partial_symbol *p;
c906108c 734
c5aa993b
JM
735 p = find_pc_sect_psymbol (tpst, pc, section);
736 if (p != NULL
737 && SYMBOL_VALUE_ADDRESS (p)
738 == SYMBOL_VALUE_ADDRESS (msymbol))
739 return (tpst);
740 }
741 }
742 return (pst);
743 }
744 }
c906108c
SS
745 return (NULL);
746}
747
748/* Find which partial symtab contains PC. Return 0 if none.
749 Backward compatibility, no section */
750
751struct partial_symtab *
fba45db2 752find_pc_psymtab (CORE_ADDR pc)
c906108c
SS
753{
754 return find_pc_sect_psymtab (pc, find_pc_mapped_section (pc));
755}
756
757/* Find which partial symbol within a psymtab matches PC and SECTION.
758 Return 0 if none. Check all psymtabs if PSYMTAB is 0. */
759
760struct partial_symbol *
fba45db2
KB
761find_pc_sect_psymbol (struct partial_symtab *psymtab, CORE_ADDR pc,
762 asection *section)
c906108c
SS
763{
764 struct partial_symbol *best = NULL, *p, **pp;
765 CORE_ADDR best_pc;
c5aa993b 766
c906108c
SS
767 if (!psymtab)
768 psymtab = find_pc_sect_psymtab (pc, section);
769 if (!psymtab)
770 return 0;
771
772 /* Cope with programs that start at address 0 */
773 best_pc = (psymtab->textlow != 0) ? psymtab->textlow - 1 : 0;
774
775 /* Search the global symbols as well as the static symbols, so that
776 find_pc_partial_function doesn't use a minimal symbol and thus
777 cache a bad endaddr. */
778 for (pp = psymtab->objfile->global_psymbols.list + psymtab->globals_offset;
c5aa993b
JM
779 (pp - (psymtab->objfile->global_psymbols.list + psymtab->globals_offset)
780 < psymtab->n_global_syms);
c906108c
SS
781 pp++)
782 {
783 p = *pp;
176620f1 784 if (SYMBOL_DOMAIN (p) == VAR_DOMAIN
c906108c
SS
785 && SYMBOL_CLASS (p) == LOC_BLOCK
786 && pc >= SYMBOL_VALUE_ADDRESS (p)
787 && (SYMBOL_VALUE_ADDRESS (p) > best_pc
788 || (psymtab->textlow == 0
789 && best_pc == 0 && SYMBOL_VALUE_ADDRESS (p) == 0)))
790 {
c5aa993b 791 if (section) /* match on a specific section */
c906108c
SS
792 {
793 fixup_psymbol_section (p, psymtab->objfile);
794 if (SYMBOL_BFD_SECTION (p) != section)
795 continue;
796 }
797 best_pc = SYMBOL_VALUE_ADDRESS (p);
798 best = p;
799 }
800 }
801
802 for (pp = psymtab->objfile->static_psymbols.list + psymtab->statics_offset;
c5aa993b
JM
803 (pp - (psymtab->objfile->static_psymbols.list + psymtab->statics_offset)
804 < psymtab->n_static_syms);
c906108c
SS
805 pp++)
806 {
807 p = *pp;
176620f1 808 if (SYMBOL_DOMAIN (p) == VAR_DOMAIN
c906108c
SS
809 && SYMBOL_CLASS (p) == LOC_BLOCK
810 && pc >= SYMBOL_VALUE_ADDRESS (p)
811 && (SYMBOL_VALUE_ADDRESS (p) > best_pc
c5aa993b 812 || (psymtab->textlow == 0
c906108c
SS
813 && best_pc == 0 && SYMBOL_VALUE_ADDRESS (p) == 0)))
814 {
c5aa993b 815 if (section) /* match on a specific section */
c906108c
SS
816 {
817 fixup_psymbol_section (p, psymtab->objfile);
818 if (SYMBOL_BFD_SECTION (p) != section)
819 continue;
820 }
821 best_pc = SYMBOL_VALUE_ADDRESS (p);
822 best = p;
823 }
824 }
825
826 return best;
827}
828
829/* Find which partial symbol within a psymtab matches PC. Return 0 if none.
830 Check all psymtabs if PSYMTAB is 0. Backwards compatibility, no section. */
831
832struct partial_symbol *
fba45db2 833find_pc_psymbol (struct partial_symtab *psymtab, CORE_ADDR pc)
c906108c
SS
834{
835 return find_pc_sect_psymbol (psymtab, pc, find_pc_mapped_section (pc));
836}
837\f
838/* Debug symbols usually don't have section information. We need to dig that
839 out of the minimal symbols and stash that in the debug symbol. */
840
841static void
fba45db2 842fixup_section (struct general_symbol_info *ginfo, struct objfile *objfile)
c906108c
SS
843{
844 struct minimal_symbol *msym;
845 msym = lookup_minimal_symbol (ginfo->name, NULL, objfile);
846
847 if (msym)
7a78d0ee
KB
848 {
849 ginfo->bfd_section = SYMBOL_BFD_SECTION (msym);
850 ginfo->section = SYMBOL_SECTION (msym);
851 }
c906108c
SS
852}
853
854struct symbol *
fba45db2 855fixup_symbol_section (struct symbol *sym, struct objfile *objfile)
c906108c
SS
856{
857 if (!sym)
858 return NULL;
859
860 if (SYMBOL_BFD_SECTION (sym))
861 return sym;
862
863 fixup_section (&sym->ginfo, objfile);
864
865 return sym;
866}
867
7a78d0ee 868struct partial_symbol *
fba45db2 869fixup_psymbol_section (struct partial_symbol *psym, struct objfile *objfile)
c906108c
SS
870{
871 if (!psym)
872 return NULL;
873
874 if (SYMBOL_BFD_SECTION (psym))
875 return psym;
876
877 fixup_section (&psym->ginfo, objfile);
878
879 return psym;
880}
881
882/* Find the definition for a specified symbol name NAME
176620f1 883 in domain DOMAIN, visible from lexical block BLOCK.
c906108c
SS
884 Returns the struct symbol pointer, or zero if no symbol is found.
885 If SYMTAB is non-NULL, store the symbol table in which the
886 symbol was found there, or NULL if not found.
887 C++: if IS_A_FIELD_OF_THIS is nonzero on entry, check to see if
888 NAME is a field of the current implied argument `this'. If so set
889 *IS_A_FIELD_OF_THIS to 1, otherwise set it to zero.
890 BLOCK_FOUND is set to the block in which NAME is found (in the case of
891 a field of `this', value_of_this sets BLOCK_FOUND to the proper value.) */
892
893/* This function has a bunch of loops in it and it would seem to be
894 attractive to put in some QUIT's (though I'm not really sure
895 whether it can run long enough to be really important). But there
896 are a few calls for which it would appear to be bad news to quit
7ca9f392
AC
897 out of here: find_proc_desc in alpha-tdep.c and mips-tdep.c. (Note
898 that there is C++ code below which can error(), but that probably
899 doesn't affect these calls since they are looking for a known
900 variable and thus can probably assume it will never hit the C++
901 code). */
c906108c
SS
902
903struct symbol *
fba7f19c 904lookup_symbol (const char *name, const struct block *block,
176620f1 905 const domain_enum domain, int *is_a_field_of_this,
fba45db2 906 struct symtab **symtab)
c906108c 907{
729051e6
DJ
908 char *demangled_name = NULL;
909 const char *modified_name = NULL;
3121eff0 910 const char *mangled_name = NULL;
fba7f19c
EZ
911 int needtofreename = 0;
912 struct symbol *returnval;
c906108c 913
729051e6
DJ
914 modified_name = name;
915
916 /* If we are using C++ language, demangle the name before doing a lookup, so
917 we can always binary search. */
918 if (current_language->la_language == language_cplus)
919 {
920 demangled_name = cplus_demangle (name, DMGL_ANSI | DMGL_PARAMS);
921 if (demangled_name)
922 {
923 mangled_name = name;
924 modified_name = demangled_name;
925 needtofreename = 1;
926 }
927 }
928
63872f9d
JG
929 if (case_sensitivity == case_sensitive_off)
930 {
931 char *copy;
932 int len, i;
933
934 len = strlen (name);
935 copy = (char *) alloca (len + 1);
936 for (i= 0; i < len; i++)
937 copy[i] = tolower (name[i]);
938 copy[len] = 0;
fba7f19c 939 modified_name = copy;
63872f9d 940 }
fba7f19c 941
3121eff0 942 returnval = lookup_symbol_aux (modified_name, mangled_name, block,
176620f1 943 domain, is_a_field_of_this, symtab);
fba7f19c 944 if (needtofreename)
729051e6 945 xfree (demangled_name);
fba7f19c
EZ
946
947 return returnval;
948}
949
5ad1c190
DC
950/* Behave like lookup_symbol_aux except that NAME is the natural name
951 of the symbol that we're looking for and, if LINKAGE_NAME is
952 non-NULL, ensure that the symbol's linkage name matches as
953 well. */
954
fba7f19c 955static struct symbol *
5ad1c190 956lookup_symbol_aux (const char *name, const char *linkage_name,
176620f1 957 const struct block *block, const domain_enum domain,
3121eff0 958 int *is_a_field_of_this, struct symtab **symtab)
fba7f19c 959{
8155455b 960 struct symbol *sym;
e4051eeb 961 const struct block *static_block;
406bc4de 962
e4051eeb
DC
963 /* Search specified block and its superiors. Don't search
964 STATIC_BLOCK or GLOBAL_BLOCK. */
c906108c 965
5ad1c190 966 sym = lookup_symbol_aux_local (name, linkage_name, block, domain,
e4051eeb 967 symtab, &static_block);
8155455b
DC
968 if (sym != NULL)
969 return sym;
c906108c 970
1bae87b9 971 /* C++/Java/Objective-C: If requested to do so by the caller,
c906108c
SS
972 check to see if NAME is a field of `this'. */
973 if (is_a_field_of_this)
974 {
975 struct value *v = value_of_this (0);
c5aa993b 976
c906108c
SS
977 *is_a_field_of_this = 0;
978 if (v && check_field (v, name))
979 {
980 *is_a_field_of_this = 1;
981 if (symtab != NULL)
982 *symtab = NULL;
983 return NULL;
984 }
985 }
986
e4051eeb
DC
987 /* If there's a static block to search, search it next. */
988
989 /* NOTE: carlton/2002-12-05: There is a question as to whether or
990 not it would be appropriate to search the current global block
991 here as well. (That's what this code used to do before the
992 is_a_field_of_this check was moved up.) On the one hand, it's
993 redundant with the lookup_symbol_aux_symtabs search that happens
994 next. On the other hand, if decode_line_1 is passed an argument
995 like filename:var, then the user presumably wants 'var' to be
996 searched for in filename. On the third hand, there shouldn't be
997 multiple global variables all of which are named 'var', and it's
998 not like decode_line_1 has ever restricted its search to only
999 global variables in a single filename. All in all, only
1000 searching the static block here seems best: it's correct and it's
1001 cleanest. */
1002
1003 /* NOTE: carlton/2002-12-05: There's also a possible performance
1004 issue here: if you usually search for global symbols in the
1005 current file, then it would be slightly better to search the
1006 current global block before searching all the symtabs. But there
1007 are other factors that have a much greater effect on performance
1008 than that one, so I don't think we should worry about that for
1009 now. */
1010
1011 if (static_block != NULL)
1012 {
5ad1c190 1013 sym = lookup_symbol_aux_block (name, linkage_name, static_block,
176620f1 1014 domain, symtab);
e4051eeb
DC
1015 if (sym != NULL)
1016 return sym;
1017 }
1018
c906108c
SS
1019 /* Now search all global blocks. Do the symtab's first, then
1020 check the psymtab's. If a psymtab indicates the existence
1021 of the desired name as a global, then do psymtab-to-symtab
1022 conversion on the fly and return the found symbol. */
c5aa993b 1023
5ad1c190 1024 sym = lookup_symbol_aux_symtabs (GLOBAL_BLOCK, name, linkage_name,
176620f1 1025 domain, symtab);
8155455b
DC
1026 if (sym != NULL)
1027 return sym;
c906108c 1028
5ad1c190 1029 sym = lookup_symbol_aux_psymtabs (GLOBAL_BLOCK, name, linkage_name,
176620f1 1030 domain, symtab);
8155455b
DC
1031 if (sym != NULL)
1032 return sym;
c906108c 1033
8155455b
DC
1034 /* Now search all static file-level symbols. Not strictly correct,
1035 but more useful than an error. Do the symtabs first, then check
1036 the psymtabs. If a psymtab indicates the existence of the
1037 desired name as a file-level static, then do psymtab-to-symtab
c906108c
SS
1038 conversion on the fly and return the found symbol. */
1039
5ad1c190 1040 sym = lookup_symbol_aux_symtabs (STATIC_BLOCK, name, linkage_name,
176620f1 1041 domain, symtab);
8155455b
DC
1042 if (sym != NULL)
1043 return sym;
1044
5ad1c190 1045 sym = lookup_symbol_aux_psymtabs (STATIC_BLOCK, name, linkage_name,
176620f1 1046 domain, symtab);
8155455b
DC
1047 if (sym != NULL)
1048 return sym;
c906108c 1049
c906108c
SS
1050 if (symtab != NULL)
1051 *symtab = NULL;
8155455b 1052 return NULL;
c906108c 1053}
8155455b 1054
e4051eeb
DC
1055/* Check to see if the symbol is defined in BLOCK or its superiors.
1056 Don't search STATIC_BLOCK or GLOBAL_BLOCK. If we don't find a
1057 match, store the address of STATIC_BLOCK in static_block. */
8155455b
DC
1058
1059static struct symbol *
5ad1c190 1060lookup_symbol_aux_local (const char *name, const char *linkage_name,
8155455b 1061 const struct block *block,
176620f1 1062 const domain_enum domain,
e4051eeb
DC
1063 struct symtab **symtab,
1064 const struct block **static_block)
8155455b
DC
1065{
1066 struct symbol *sym;
f61e8913 1067
e4051eeb
DC
1068 /* Check if either no block is specified or it's a global block. */
1069
1070 if (block == NULL || BLOCK_SUPERBLOCK (block) == NULL)
1071 {
1072 *static_block = NULL;
1073 return NULL;
1074 }
1075
1076 while (BLOCK_SUPERBLOCK (BLOCK_SUPERBLOCK (block)) != NULL)
f61e8913 1077 {
5ad1c190 1078 sym = lookup_symbol_aux_block (name, linkage_name, block, domain,
f61e8913
DC
1079 symtab);
1080 if (sym != NULL)
1081 return sym;
1082 block = BLOCK_SUPERBLOCK (block);
1083 }
1084
e4051eeb
DC
1085 /* We've reached the static block. */
1086
1087 *static_block = block;
f61e8913
DC
1088 return NULL;
1089}
1090
1091/* Look up a symbol in a block; if found, locate its symtab, fixup the
1092 symbol, and set block_found appropriately. */
1093
1094static struct symbol *
5ad1c190 1095lookup_symbol_aux_block (const char *name, const char *linkage_name,
f61e8913 1096 const struct block *block,
176620f1 1097 const domain_enum domain,
f61e8913
DC
1098 struct symtab **symtab)
1099{
1100 struct symbol *sym;
8155455b
DC
1101 struct objfile *objfile = NULL;
1102 struct blockvector *bv;
1103 struct block *b;
1104 struct symtab *s = NULL;
f61e8913 1105
5ad1c190 1106 sym = lookup_block_symbol (block, name, linkage_name, domain);
f61e8913 1107 if (sym)
8155455b 1108 {
f61e8913
DC
1109 block_found = block;
1110 if (symtab != NULL)
8155455b 1111 {
f61e8913
DC
1112 /* Search the list of symtabs for one which contains the
1113 address of the start of this block. */
1114 ALL_SYMTABS (objfile, s)
8155455b 1115 {
f61e8913
DC
1116 bv = BLOCKVECTOR (s);
1117 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
1118 if (BLOCK_START (b) <= BLOCK_START (block)
1119 && BLOCK_END (b) > BLOCK_START (block))
1120 goto found;
8155455b 1121 }
f61e8913
DC
1122 found:
1123 *symtab = s;
8155455b 1124 }
f61e8913
DC
1125
1126 return fixup_symbol_section (sym, objfile);
8155455b
DC
1127 }
1128
1129 return NULL;
1130}
1131
1132/* Check to see if the symbol is defined in one of the symtabs.
1133 BLOCK_INDEX should be either GLOBAL_BLOCK or STATIC_BLOCK,
1134 depending on whether or not we want to search global symbols or
1135 static symbols. */
1136
1137static struct symbol *
1138lookup_symbol_aux_symtabs (int block_index,
5ad1c190 1139 const char *name, const char *linkage_name,
176620f1 1140 const domain_enum domain,
8155455b
DC
1141 struct symtab **symtab)
1142{
1143 struct symbol *sym;
1144 struct objfile *objfile;
1145 struct blockvector *bv;
1146 const struct block *block;
1147 struct symtab *s;
1148
1149 ALL_SYMTABS (objfile, s)
1150 {
1151 bv = BLOCKVECTOR (s);
1152 block = BLOCKVECTOR_BLOCK (bv, block_index);
5ad1c190 1153 sym = lookup_block_symbol (block, name, linkage_name, domain);
8155455b
DC
1154 if (sym)
1155 {
1156 block_found = block;
1157 if (symtab != NULL)
1158 *symtab = s;
1159 return fixup_symbol_section (sym, objfile);
1160 }
1161 }
1162
1163 return NULL;
1164}
1165
1166/* Check to see if the symbol is defined in one of the partial
1167 symtabs. BLOCK_INDEX should be either GLOBAL_BLOCK or
1168 STATIC_BLOCK, depending on whether or not we want to search global
1169 symbols or static symbols. */
1170
1171static struct symbol *
1172lookup_symbol_aux_psymtabs (int block_index, const char *name,
5ad1c190 1173 const char *linkage_name,
176620f1 1174 const domain_enum domain,
8155455b
DC
1175 struct symtab **symtab)
1176{
1177 struct symbol *sym;
1178 struct objfile *objfile;
1179 struct blockvector *bv;
1180 const struct block *block;
1181 struct partial_symtab *ps;
1182 struct symtab *s;
1183 const int psymtab_index = (block_index == GLOBAL_BLOCK ? 1 : 0);
1184
1185 ALL_PSYMTABS (objfile, ps)
1186 {
1187 if (!ps->readin
5ad1c190 1188 && lookup_partial_symbol (ps, name, linkage_name,
176620f1 1189 psymtab_index, domain))
8155455b
DC
1190 {
1191 s = PSYMTAB_TO_SYMTAB (ps);
1192 bv = BLOCKVECTOR (s);
1193 block = BLOCKVECTOR_BLOCK (bv, block_index);
5ad1c190 1194 sym = lookup_block_symbol (block, name, linkage_name, domain);
8155455b
DC
1195 if (!sym)
1196 {
1197 /* This shouldn't be necessary, but as a last resort try
1198 looking in the statics even though the psymtab claimed
1199 the symbol was global, or vice-versa. It's possible
1200 that the psymtab gets it wrong in some cases. */
1201
1202 /* FIXME: carlton/2002-09-30: Should we really do that?
1203 If that happens, isn't it likely to be a GDB error, in
1204 which case we should fix the GDB error rather than
1205 silently dealing with it here? So I'd vote for
1206 removing the check for the symbol in the other
1207 block. */
1208 block = BLOCKVECTOR_BLOCK (bv,
1209 block_index == GLOBAL_BLOCK ?
1210 STATIC_BLOCK : GLOBAL_BLOCK);
5ad1c190 1211 sym = lookup_block_symbol (block, name, linkage_name, domain);
8155455b
DC
1212 if (!sym)
1213 error ("Internal: %s symbol `%s' found in %s psymtab but not in symtab.\n%s may be an inlined function, or may be a template function\n(if a template, try specifying an instantiation: %s<type>).",
1214 block_index == GLOBAL_BLOCK ? "global" : "static",
1215 name, ps->filename, name, name);
1216 }
1217 if (symtab != NULL)
1218 *symtab = s;
1219 return fixup_symbol_section (sym, objfile);
1220 }
1221 }
1222
1223 return NULL;
1224}
1225
ae2f03ac 1226#if 0
406bc4de
DC
1227/* Check for the possibility of the symbol being a function or a
1228 mangled variable that is stored in one of the minimal symbol
1229 tables. Eventually, all global symbols might be resolved in this
1230 way. */
1231
e45febe2
DC
1232/* NOTE: carlton/2002-12-05: At one point, this function was part of
1233 lookup_symbol_aux, and what are now 'return' statements within
1234 lookup_symbol_aux_minsyms returned from lookup_symbol_aux, even if
1235 sym was NULL. As far as I can tell, this was basically accidental;
1236 it didn't happen every time that msymbol was non-NULL, but only if
1237 some additional conditions held as well, and it caused problems
1238 with HP-generated symbol tables. */
1239
ae2f03ac
EZ
1240/* NOTE: carlton/2003-05-14: This function was once used as part of
1241 lookup_symbol. It is currently unnecessary for correctness
1242 reasons, however, and using it doesn't seem to be any faster than
1243 using lookup_symbol_aux_psymtabs, so I'm commenting it out. */
1244
406bc4de
DC
1245static struct symbol *
1246lookup_symbol_aux_minsyms (const char *name,
5ad1c190 1247 const char *linkage_name,
176620f1 1248 const domain_enum domain,
406bc4de 1249 int *is_a_field_of_this,
e45febe2 1250 struct symtab **symtab)
406bc4de
DC
1251{
1252 struct symbol *sym;
1253 struct blockvector *bv;
1254 const struct block *block;
1255 struct minimal_symbol *msymbol;
1256 struct symtab *s;
1257
176620f1 1258 if (domain == VAR_DOMAIN)
406bc4de
DC
1259 {
1260 msymbol = lookup_minimal_symbol (name, NULL, NULL);
1261
1262 if (msymbol != NULL)
1263 {
1264 /* OK, we found a minimal symbol in spite of not finding any
1265 symbol. There are various possible explanations for
1266 this. One possibility is the symbol exists in code not
1267 compiled -g. Another possibility is that the 'psymtab'
1268 isn't doing its job. A third possibility, related to #2,
1269 is that we were confused by name-mangling. For instance,
1270 maybe the psymtab isn't doing its job because it only
1271 know about demangled names, but we were given a mangled
1272 name... */
1273
1274 /* We first use the address in the msymbol to try to locate
1275 the appropriate symtab. Note that find_pc_sect_symtab()
1276 has a side-effect of doing psymtab-to-symtab expansion,
1277 for the found symtab. */
1278 s = find_pc_sect_symtab (SYMBOL_VALUE_ADDRESS (msymbol),
1279 SYMBOL_BFD_SECTION (msymbol));
1280 if (s != NULL)
1281 {
1282 /* This is a function which has a symtab for its address. */
1283 bv = BLOCKVECTOR (s);
1284 block = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
1285
22abf04a 1286 /* This call used to pass `DEPRECATED_SYMBOL_NAME (msymbol)' as the
406bc4de
DC
1287 `name' argument to lookup_block_symbol. But the name
1288 of a minimal symbol is always mangled, so that seems
1289 to be clearly the wrong thing to pass as the
1290 unmangled name. */
1291 sym =
5ad1c190 1292 lookup_block_symbol (block, name, linkage_name, domain);
406bc4de
DC
1293 /* We kept static functions in minimal symbol table as well as
1294 in static scope. We want to find them in the symbol table. */
1295 if (!sym)
1296 {
1297 block = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
1298 sym = lookup_block_symbol (block, name,
5ad1c190 1299 linkage_name, domain);
406bc4de
DC
1300 }
1301
1302 /* NOTE: carlton/2002-12-04: The following comment was
1303 taken from a time when two versions of this function
1304 were part of the body of lookup_symbol_aux: this
1305 comment was taken from the version of the function
1306 that was #ifdef HPUXHPPA, and the comment was right
1307 before the 'return NULL' part of lookup_symbol_aux.
1308 (Hence the "Fall through and return 0" comment.)
1309 Elena did some digging into the situation for
1310 Fortran, and she reports:
1311
1312 "I asked around (thanks to Jeff Knaggs), and I think
1313 the story for Fortran goes like this:
1314
1315 "Apparently, in older Fortrans, '_' was not part of
1316 the user namespace. g77 attached a final '_' to
1317 procedure names as the exported symbols for linkage
1318 (foo_) , but the symbols went in the debug info just
1319 like 'foo'. The rationale behind this is not
1320 completely clear, and maybe it was done to other
1321 symbols as well, not just procedures." */
1322
1323 /* If we get here with sym == 0, the symbol was
1324 found in the minimal symbol table
1325 but not in the symtab.
1326 Fall through and return 0 to use the msymbol
1327 definition of "foo_".
1328 (Note that outer code generally follows up a call
1329 to this routine with a call to lookup_minimal_symbol(),
1330 so a 0 return means we'll just flow into that other routine).
1331
1332 This happens for Fortran "foo_" symbols,
1333 which are "foo" in the symtab.
1334
1335 This can also happen if "asm" is used to make a
1336 regular symbol but not a debugging symbol, e.g.
1337 asm(".globl _main");
1338 asm("_main:");
1339 */
1340
1341 if (symtab != NULL && sym != NULL)
1342 *symtab = s;
406bc4de
DC
1343 return fixup_symbol_section (sym, s->objfile);
1344 }
406bc4de
DC
1345 }
1346 }
1347
1348 return NULL;
1349}
ae2f03ac 1350#endif /* 0 */
406bc4de 1351
3d4e8fd2
DC
1352/* Look, in partial_symtab PST, for symbol whose natural name is NAME.
1353 If LINKAGE_NAME is non-NULL, check in addition that the symbol's
1354 linkage name matches it. Check the global symbols if GLOBAL, the
1355 static symbols if not */
c906108c
SS
1356
1357static struct partial_symbol *
3d4e8fd2
DC
1358lookup_partial_symbol (struct partial_symtab *pst, const char *name,
1359 const char *linkage_name, int global,
176620f1 1360 domain_enum domain)
c906108c 1361{
357e46e7 1362 struct partial_symbol *temp;
c906108c 1363 struct partial_symbol **start, **psym;
38d49aff 1364 struct partial_symbol **top, **real_top, **bottom, **center;
c906108c
SS
1365 int length = (global ? pst->n_global_syms : pst->n_static_syms);
1366 int do_linear_search = 1;
357e46e7 1367
c906108c
SS
1368 if (length == 0)
1369 {
1370 return (NULL);
1371 }
c906108c
SS
1372 start = (global ?
1373 pst->objfile->global_psymbols.list + pst->globals_offset :
c5aa993b 1374 pst->objfile->static_psymbols.list + pst->statics_offset);
357e46e7 1375
c5aa993b 1376 if (global) /* This means we can use a binary search. */
c906108c
SS
1377 {
1378 do_linear_search = 0;
1379
1380 /* Binary search. This search is guaranteed to end with center
0fe19209
DC
1381 pointing at the earliest partial symbol whose name might be
1382 correct. At that point *all* partial symbols with an
1383 appropriate name will be checked against the correct
176620f1 1384 domain. */
c906108c
SS
1385
1386 bottom = start;
1387 top = start + length - 1;
38d49aff 1388 real_top = top;
c906108c
SS
1389 while (top > bottom)
1390 {
1391 center = bottom + (top - bottom) / 2;
1392 if (!(center < top))
e1e9e218 1393 internal_error (__FILE__, __LINE__, "failed internal consistency check");
c906108c 1394 if (!do_linear_search
357e46e7 1395 && (SYMBOL_LANGUAGE (*center) == language_java))
c906108c
SS
1396 {
1397 do_linear_search = 1;
1398 }
c8be8951 1399 if (strcmp_iw_ordered (SYMBOL_NATURAL_NAME (*center), name) >= 0)
c906108c
SS
1400 {
1401 top = center;
1402 }
1403 else
1404 {
1405 bottom = center + 1;
1406 }
1407 }
1408 if (!(top == bottom))
e1e9e218 1409 internal_error (__FILE__, __LINE__, "failed internal consistency check");
357e46e7 1410
3d4e8fd2
DC
1411 while (top <= real_top
1412 && (linkage_name != NULL
1413 ? strcmp (SYMBOL_LINKAGE_NAME (*top), linkage_name) == 0
1414 : SYMBOL_MATCHES_NATURAL_NAME (*top,name)))
c906108c 1415 {
176620f1 1416 if (SYMBOL_DOMAIN (*top) == domain)
c906108c 1417 {
357e46e7 1418 return (*top);
c906108c 1419 }
c5aa993b 1420 top++;
c906108c
SS
1421 }
1422 }
1423
1424 /* Can't use a binary search or else we found during the binary search that
1425 we should also do a linear search. */
1426
1427 if (do_linear_search)
357e46e7 1428 {
c906108c
SS
1429 for (psym = start; psym < start + length; psym++)
1430 {
176620f1 1431 if (domain == SYMBOL_DOMAIN (*psym))
c906108c 1432 {
3d4e8fd2
DC
1433 if (linkage_name != NULL
1434 ? strcmp (SYMBOL_LINKAGE_NAME (*psym), linkage_name) == 0
1435 : SYMBOL_MATCHES_NATURAL_NAME (*psym, name))
c906108c
SS
1436 {
1437 return (*psym);
1438 }
1439 }
1440 }
1441 }
1442
1443 return (NULL);
1444}
1445
176620f1 1446/* Look up a type named NAME in the struct_domain. The type returned
c906108c
SS
1447 must not be opaque -- i.e., must have at least one field defined
1448
1449 This code was modelled on lookup_symbol -- the parts not relevant to looking
1450 up types were just left out. In particular it's assumed here that types
176620f1 1451 are available in struct_domain and only at file-static or global blocks. */
c906108c
SS
1452
1453
1454struct type *
fba45db2 1455lookup_transparent_type (const char *name)
c906108c
SS
1456{
1457 register struct symbol *sym;
1458 register struct symtab *s = NULL;
1459 register struct partial_symtab *ps;
1460 struct blockvector *bv;
1461 register struct objfile *objfile;
1462 register struct block *block;
c906108c
SS
1463
1464 /* Now search all the global symbols. Do the symtab's first, then
1465 check the psymtab's. If a psymtab indicates the existence
1466 of the desired name as a global, then do psymtab-to-symtab
1467 conversion on the fly and return the found symbol. */
c5aa993b 1468
c906108c 1469 ALL_SYMTABS (objfile, s)
c5aa993b
JM
1470 {
1471 bv = BLOCKVECTOR (s);
1472 block = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
176620f1 1473 sym = lookup_block_symbol (block, name, NULL, STRUCT_DOMAIN);
c5aa993b
JM
1474 if (sym && !TYPE_IS_OPAQUE (SYMBOL_TYPE (sym)))
1475 {
1476 return SYMBOL_TYPE (sym);
1477 }
1478 }
c906108c
SS
1479
1480 ALL_PSYMTABS (objfile, ps)
c5aa993b 1481 {
3d4e8fd2 1482 if (!ps->readin && lookup_partial_symbol (ps, name, NULL,
176620f1 1483 1, STRUCT_DOMAIN))
c5aa993b
JM
1484 {
1485 s = PSYMTAB_TO_SYMTAB (ps);
1486 bv = BLOCKVECTOR (s);
1487 block = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
176620f1 1488 sym = lookup_block_symbol (block, name, NULL, STRUCT_DOMAIN);
c5aa993b
JM
1489 if (!sym)
1490 {
1491 /* This shouldn't be necessary, but as a last resort
1492 * try looking in the statics even though the psymtab
1493 * claimed the symbol was global. It's possible that
1494 * the psymtab gets it wrong in some cases.
1495 */
1496 block = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
176620f1 1497 sym = lookup_block_symbol (block, name, NULL, STRUCT_DOMAIN);
c5aa993b
JM
1498 if (!sym)
1499 error ("Internal: global symbol `%s' found in %s psymtab but not in symtab.\n\
c906108c
SS
1500%s may be an inlined function, or may be a template function\n\
1501(if a template, try specifying an instantiation: %s<type>).",
c5aa993b
JM
1502 name, ps->filename, name, name);
1503 }
1504 if (!TYPE_IS_OPAQUE (SYMBOL_TYPE (sym)))
1505 return SYMBOL_TYPE (sym);
1506 }
1507 }
c906108c
SS
1508
1509 /* Now search the static file-level symbols.
1510 Not strictly correct, but more useful than an error.
1511 Do the symtab's first, then
1512 check the psymtab's. If a psymtab indicates the existence
1513 of the desired name as a file-level static, then do psymtab-to-symtab
1514 conversion on the fly and return the found symbol.
1515 */
1516
1517 ALL_SYMTABS (objfile, s)
c5aa993b
JM
1518 {
1519 bv = BLOCKVECTOR (s);
1520 block = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
176620f1 1521 sym = lookup_block_symbol (block, name, NULL, STRUCT_DOMAIN);
c5aa993b
JM
1522 if (sym && !TYPE_IS_OPAQUE (SYMBOL_TYPE (sym)))
1523 {
1524 return SYMBOL_TYPE (sym);
1525 }
1526 }
c906108c
SS
1527
1528 ALL_PSYMTABS (objfile, ps)
c5aa993b 1529 {
176620f1 1530 if (!ps->readin && lookup_partial_symbol (ps, name, NULL, 0, STRUCT_DOMAIN))
c5aa993b
JM
1531 {
1532 s = PSYMTAB_TO_SYMTAB (ps);
1533 bv = BLOCKVECTOR (s);
1534 block = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
176620f1 1535 sym = lookup_block_symbol (block, name, NULL, STRUCT_DOMAIN);
c5aa993b
JM
1536 if (!sym)
1537 {
1538 /* This shouldn't be necessary, but as a last resort
1539 * try looking in the globals even though the psymtab
1540 * claimed the symbol was static. It's possible that
1541 * the psymtab gets it wrong in some cases.
1542 */
1543 block = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
176620f1 1544 sym = lookup_block_symbol (block, name, NULL, STRUCT_DOMAIN);
c5aa993b
JM
1545 if (!sym)
1546 error ("Internal: static symbol `%s' found in %s psymtab but not in symtab.\n\
c906108c
SS
1547%s may be an inlined function, or may be a template function\n\
1548(if a template, try specifying an instantiation: %s<type>).",
c5aa993b
JM
1549 name, ps->filename, name, name);
1550 }
1551 if (!TYPE_IS_OPAQUE (SYMBOL_TYPE (sym)))
1552 return SYMBOL_TYPE (sym);
1553 }
1554 }
c906108c
SS
1555 return (struct type *) 0;
1556}
1557
1558
1559/* Find the psymtab containing main(). */
1560/* FIXME: What about languages without main() or specially linked
1561 executables that have no main() ? */
1562
1563struct partial_symtab *
fba45db2 1564find_main_psymtab (void)
c906108c
SS
1565{
1566 register struct partial_symtab *pst;
1567 register struct objfile *objfile;
1568
1569 ALL_PSYMTABS (objfile, pst)
c5aa993b 1570 {
176620f1 1571 if (lookup_partial_symbol (pst, main_name (), NULL, 1, VAR_DOMAIN))
c5aa993b
JM
1572 {
1573 return (pst);
1574 }
1575 }
c906108c
SS
1576 return (NULL);
1577}
1578
176620f1 1579/* Search BLOCK for symbol NAME in DOMAIN.
c906108c
SS
1580
1581 Note that if NAME is the demangled form of a C++ symbol, we will fail
1582 to find a match during the binary search of the non-encoded names, but
1583 for now we don't worry about the slight inefficiency of looking for
1584 a match we'll never find, since it will go pretty quick. Once the
1585 binary search terminates, we drop through and do a straight linear
1bae87b9
AF
1586 search on the symbols. Each symbol which is marked as being a ObjC/C++
1587 symbol (language_cplus or language_objc set) has both the encoded and
1588 non-encoded names tested for a match.
3121eff0 1589
5ad1c190 1590 If LINKAGE_NAME is non-NULL, verify that any symbol we find has this
3121eff0
DJ
1591 particular mangled name.
1592*/
c906108c
SS
1593
1594struct symbol *
fba45db2 1595lookup_block_symbol (register const struct block *block, const char *name,
5ad1c190 1596 const char *linkage_name,
176620f1 1597 const domain_enum domain)
c906108c
SS
1598{
1599 register int bot, top, inc;
1600 register struct symbol *sym;
1601 register struct symbol *sym_found = NULL;
1602 register int do_linear_search = 1;
1603
261397f8
DJ
1604 if (BLOCK_HASHTABLE (block))
1605 {
1606 unsigned int hash_index;
1607 hash_index = msymbol_hash_iw (name);
1608 hash_index = hash_index % BLOCK_BUCKETS (block);
1609 for (sym = BLOCK_BUCKET (block, hash_index); sym; sym = sym->hash_next)
1610 {
176620f1 1611 if (SYMBOL_DOMAIN (sym) == domain
5ad1c190
DC
1612 && (linkage_name
1613 ? strcmp (DEPRECATED_SYMBOL_NAME (sym), linkage_name) == 0
8e437497 1614 : SYMBOL_MATCHES_NATURAL_NAME (sym, name)))
261397f8
DJ
1615 return sym;
1616 }
1617 return NULL;
1618 }
1619
c906108c
SS
1620 /* If the blocks's symbols were sorted, start with a binary search. */
1621
1622 if (BLOCK_SHOULD_SORT (block))
1623 {
1624 /* Reset the linear search flag so if the binary search fails, we
c5aa993b 1625 won't do the linear search once unless we find some reason to
fba7f19c 1626 do so */
c906108c
SS
1627
1628 do_linear_search = 0;
1629 top = BLOCK_NSYMS (block);
1630 bot = 0;
1631
1632 /* Advance BOT to not far before the first symbol whose name is NAME. */
1633
1634 while (1)
1635 {
1636 inc = (top - bot + 1);
1637 /* No need to keep binary searching for the last few bits worth. */
1638 if (inc < 4)
1639 {
1640 break;
1641 }
1642 inc = (inc >> 1) + bot;
1643 sym = BLOCK_SYM (block, inc);
fba7f19c 1644 if (!do_linear_search && (SYMBOL_LANGUAGE (sym) == language_java))
c906108c
SS
1645 {
1646 do_linear_search = 1;
1647 }
c8be8951 1648 if (SYMBOL_NATURAL_NAME (sym)[0] < name[0])
c906108c
SS
1649 {
1650 bot = inc;
1651 }
c8be8951 1652 else if (SYMBOL_NATURAL_NAME (sym)[0] > name[0])
c906108c
SS
1653 {
1654 top = inc;
1655 }
c8be8951 1656 else if (strcmp (SYMBOL_NATURAL_NAME (sym), name) < 0)
c906108c
SS
1657 {
1658 bot = inc;
1659 }
1660 else
1661 {
1662 top = inc;
1663 }
1664 }
1665
1666 /* Now scan forward until we run out of symbols, find one whose
c5aa993b 1667 name is greater than NAME, or find one we want. If there is
176620f1 1668 more than one symbol with the right name and domain, we
c5aa993b 1669 return the first one; I believe it is now impossible for us
176620f1 1670 to encounter two symbols with the same name and domain
c5aa993b 1671 here, because blocks containing argument symbols are no
3121eff0
DJ
1672 longer sorted. The exception is for C++, where multiple functions
1673 (cloned constructors / destructors, in particular) can have
1674 the same demangled name. So if we have a particular
1675 mangled name to match, try to do so. */
c906108c
SS
1676
1677 top = BLOCK_NSYMS (block);
1678 while (bot < top)
1679 {
1680 sym = BLOCK_SYM (block, bot);
176620f1 1681 if (SYMBOL_DOMAIN (sym) == domain
5ad1c190
DC
1682 && (linkage_name
1683 ? strcmp (DEPRECATED_SYMBOL_NAME (sym), linkage_name) == 0
8e437497 1684 : SYMBOL_MATCHES_NATURAL_NAME (sym, name)))
c9049fc9
MC
1685 {
1686 return sym;
1687 }
de5ad195 1688 if (SYMBOL_PRINT_NAME (sym)[0] > name[0])
1ba7c32c
JM
1689 {
1690 break;
1691 }
c906108c
SS
1692 bot++;
1693 }
1694 }
1695
1696 /* Here if block isn't sorted, or we fail to find a match during the
1697 binary search above. If during the binary search above, we find a
8cc1c882 1698 symbol which is a Java symbol, then we have re-enabled the linear
c906108c
SS
1699 search flag which was reset when starting the binary search.
1700
1701 This loop is equivalent to the loop above, but hacked greatly for speed.
1702
1703 Note that parameter symbols do not always show up last in the
1704 list; this loop makes sure to take anything else other than
1705 parameter symbols first; it only uses parameter symbols as a
1706 last resort. Note that this only takes up extra computation
1707 time on a match. */
1708
1709 if (do_linear_search)
1710 {
1711 top = BLOCK_NSYMS (block);
1712 bot = 0;
1713 while (bot < top)
1714 {
1715 sym = BLOCK_SYM (block, bot);
176620f1 1716 if (SYMBOL_DOMAIN (sym) == domain
5ad1c190
DC
1717 && (linkage_name
1718 ? strcmp (DEPRECATED_SYMBOL_NAME (sym), linkage_name) == 0
8e437497 1719 : SYMBOL_MATCHES_NATURAL_NAME (sym, name)))
c906108c
SS
1720 {
1721 /* If SYM has aliases, then use any alias that is active
c5aa993b
JM
1722 at the current PC. If no alias is active at the current
1723 PC, then use the main symbol.
c906108c 1724
c5aa993b 1725 ?!? Is checking the current pc correct? Is this routine
a0b3c4fd
JM
1726 ever called to look up a symbol from another context?
1727
1728 FIXME: No, it's not correct. If someone sets a
1729 conditional breakpoint at an address, then the
1730 breakpoint's `struct expression' should refer to the
1731 `struct symbol' appropriate for the breakpoint's
1732 address, which may not be the PC.
1733
1734 Even if it were never called from another context,
1735 it's totally bizarre for lookup_symbol's behavior to
1736 depend on the value of the inferior's current PC. We
1737 should pass in the appropriate PC as well as the
1738 block. The interface to lookup_symbol should change
1739 to require the caller to provide a PC. */
1740
c5aa993b
JM
1741 if (SYMBOL_ALIASES (sym))
1742 sym = find_active_alias (sym, read_pc ());
c906108c
SS
1743
1744 sym_found = sym;
1745 if (SYMBOL_CLASS (sym) != LOC_ARG &&
1746 SYMBOL_CLASS (sym) != LOC_LOCAL_ARG &&
1747 SYMBOL_CLASS (sym) != LOC_REF_ARG &&
1748 SYMBOL_CLASS (sym) != LOC_REGPARM &&
1749 SYMBOL_CLASS (sym) != LOC_REGPARM_ADDR &&
4c2df51b
DJ
1750 SYMBOL_CLASS (sym) != LOC_BASEREG_ARG &&
1751 SYMBOL_CLASS (sym) != LOC_COMPUTED_ARG)
c906108c
SS
1752 {
1753 break;
1754 }
1755 }
1756 bot++;
1757 }
1758 }
1759 return (sym_found); /* Will be NULL if not found. */
1760}
1761
1762/* Given a main symbol SYM and ADDR, search through the alias
1763 list to determine if an alias is active at ADDR and return
1764 the active alias.
1765
1766 If no alias is active, then return SYM. */
1767
1768static struct symbol *
fba45db2 1769find_active_alias (struct symbol *sym, CORE_ADDR addr)
c906108c
SS
1770{
1771 struct range_list *r;
1772 struct alias_list *aliases;
1773
1774 /* If we have aliases, check them first. */
1775 aliases = SYMBOL_ALIASES (sym);
1776
1777 while (aliases)
1778 {
1779 if (!SYMBOL_RANGES (aliases->sym))
c5aa993b 1780 return aliases->sym;
c906108c
SS
1781 for (r = SYMBOL_RANGES (aliases->sym); r; r = r->next)
1782 {
1783 if (r->start <= addr && r->end > addr)
1784 return aliases->sym;
1785 }
1786 aliases = aliases->next;
1787 }
1788
1789 /* Nothing found, return the main symbol. */
1790 return sym;
1791}
c906108c 1792\f
c5aa993b 1793
c906108c
SS
1794/* Find the symtab associated with PC and SECTION. Look through the
1795 psymtabs and read in another symtab if necessary. */
1796
1797struct symtab *
fba45db2 1798find_pc_sect_symtab (CORE_ADDR pc, asection *section)
c906108c
SS
1799{
1800 register struct block *b;
1801 struct blockvector *bv;
1802 register struct symtab *s = NULL;
1803 register struct symtab *best_s = NULL;
1804 register struct partial_symtab *ps;
1805 register struct objfile *objfile;
1806 CORE_ADDR distance = 0;
8a48e967
DJ
1807 struct minimal_symbol *msymbol;
1808
1809 /* If we know that this is not a text address, return failure. This is
1810 necessary because we loop based on the block's high and low code
1811 addresses, which do not include the data ranges, and because
1812 we call find_pc_sect_psymtab which has a similar restriction based
1813 on the partial_symtab's texthigh and textlow. */
1814 msymbol = lookup_minimal_symbol_by_pc_section (pc, section);
1815 if (msymbol
1816 && (msymbol->type == mst_data
1817 || msymbol->type == mst_bss
1818 || msymbol->type == mst_abs
1819 || msymbol->type == mst_file_data
1820 || msymbol->type == mst_file_bss))
1821 return NULL;
c906108c
SS
1822
1823 /* Search all symtabs for the one whose file contains our address, and which
1824 is the smallest of all the ones containing the address. This is designed
1825 to deal with a case like symtab a is at 0x1000-0x2000 and 0x3000-0x4000
1826 and symtab b is at 0x2000-0x3000. So the GLOBAL_BLOCK for a is from
1827 0x1000-0x4000, but for address 0x2345 we want to return symtab b.
1828
1829 This happens for native ecoff format, where code from included files
1830 gets its own symtab. The symtab for the included file should have
1831 been read in already via the dependency mechanism.
1832 It might be swifter to create several symtabs with the same name
1833 like xcoff does (I'm not sure).
1834
1835 It also happens for objfiles that have their functions reordered.
1836 For these, the symtab we are looking for is not necessarily read in. */
1837
1838 ALL_SYMTABS (objfile, s)
c5aa993b
JM
1839 {
1840 bv = BLOCKVECTOR (s);
1841 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
c906108c 1842
c5aa993b 1843 if (BLOCK_START (b) <= pc
c5aa993b 1844 && BLOCK_END (b) > pc
c5aa993b
JM
1845 && (distance == 0
1846 || BLOCK_END (b) - BLOCK_START (b) < distance))
1847 {
1848 /* For an objfile that has its functions reordered,
1849 find_pc_psymtab will find the proper partial symbol table
1850 and we simply return its corresponding symtab. */
1851 /* In order to better support objfiles that contain both
1852 stabs and coff debugging info, we continue on if a psymtab
1853 can't be found. */
1854 if ((objfile->flags & OBJF_REORDERED) && objfile->psymtabs)
1855 {
1856 ps = find_pc_sect_psymtab (pc, section);
1857 if (ps)
1858 return PSYMTAB_TO_SYMTAB (ps);
1859 }
1860 if (section != 0)
1861 {
1862 int i;
261397f8 1863 struct symbol *sym = NULL;
c906108c 1864
261397f8 1865 ALL_BLOCK_SYMBOLS (b, i, sym)
c5aa993b 1866 {
261397f8
DJ
1867 fixup_symbol_section (sym, objfile);
1868 if (section == SYMBOL_BFD_SECTION (sym))
c5aa993b
JM
1869 break;
1870 }
261397f8 1871 if ((i >= BLOCK_BUCKETS (b)) && (sym == NULL))
c5aa993b
JM
1872 continue; /* no symbol in this symtab matches section */
1873 }
1874 distance = BLOCK_END (b) - BLOCK_START (b);
1875 best_s = s;
1876 }
1877 }
c906108c
SS
1878
1879 if (best_s != NULL)
c5aa993b 1880 return (best_s);
c906108c
SS
1881
1882 s = NULL;
1883 ps = find_pc_sect_psymtab (pc, section);
1884 if (ps)
1885 {
1886 if (ps->readin)
1887 /* Might want to error() here (in case symtab is corrupt and
1888 will cause a core dump), but maybe we can successfully
1889 continue, so let's not. */
c906108c 1890 warning ("\
d730266b
AC
1891(Internal error: pc 0x%s in read in psymtab, but not in symtab.)\n",
1892 paddr_nz (pc));
c906108c
SS
1893 s = PSYMTAB_TO_SYMTAB (ps);
1894 }
1895 return (s);
1896}
1897
1898/* Find the symtab associated with PC. Look through the psymtabs and
1899 read in another symtab if necessary. Backward compatibility, no section */
1900
1901struct symtab *
fba45db2 1902find_pc_symtab (CORE_ADDR pc)
c906108c
SS
1903{
1904 return find_pc_sect_symtab (pc, find_pc_mapped_section (pc));
1905}
c906108c 1906\f
c5aa993b 1907
7e73cedf 1908/* Find the source file and line number for a given PC value and SECTION.
c906108c
SS
1909 Return a structure containing a symtab pointer, a line number,
1910 and a pc range for the entire source line.
1911 The value's .pc field is NOT the specified pc.
1912 NOTCURRENT nonzero means, if specified pc is on a line boundary,
1913 use the line that ends there. Otherwise, in that case, the line
1914 that begins there is used. */
1915
1916/* The big complication here is that a line may start in one file, and end just
1917 before the start of another file. This usually occurs when you #include
1918 code in the middle of a subroutine. To properly find the end of a line's PC
1919 range, we must search all symtabs associated with this compilation unit, and
1920 find the one whose first PC is closer than that of the next line in this
1921 symtab. */
1922
1923/* If it's worth the effort, we could be using a binary search. */
1924
1925struct symtab_and_line
fba45db2 1926find_pc_sect_line (CORE_ADDR pc, struct sec *section, int notcurrent)
c906108c
SS
1927{
1928 struct symtab *s;
1929 register struct linetable *l;
1930 register int len;
1931 register int i;
1932 register struct linetable_entry *item;
1933 struct symtab_and_line val;
1934 struct blockvector *bv;
1935 struct minimal_symbol *msymbol;
1936 struct minimal_symbol *mfunsym;
1937
1938 /* Info on best line seen so far, and where it starts, and its file. */
1939
1940 struct linetable_entry *best = NULL;
1941 CORE_ADDR best_end = 0;
1942 struct symtab *best_symtab = 0;
1943
1944 /* Store here the first line number
1945 of a file which contains the line at the smallest pc after PC.
1946 If we don't find a line whose range contains PC,
1947 we will use a line one less than this,
1948 with a range from the start of that file to the first line's pc. */
1949 struct linetable_entry *alt = NULL;
1950 struct symtab *alt_symtab = 0;
1951
1952 /* Info on best line seen in this file. */
1953
1954 struct linetable_entry *prev;
1955
1956 /* If this pc is not from the current frame,
1957 it is the address of the end of a call instruction.
1958 Quite likely that is the start of the following statement.
1959 But what we want is the statement containing the instruction.
1960 Fudge the pc to make sure we get that. */
1961
fe39c653 1962 init_sal (&val); /* initialize to zeroes */
c906108c 1963
b77b1eb7
JB
1964 /* It's tempting to assume that, if we can't find debugging info for
1965 any function enclosing PC, that we shouldn't search for line
1966 number info, either. However, GAS can emit line number info for
1967 assembly files --- very helpful when debugging hand-written
1968 assembly code. In such a case, we'd have no debug info for the
1969 function, but we would have line info. */
648f4f79 1970
c906108c
SS
1971 if (notcurrent)
1972 pc -= 1;
1973
c5aa993b 1974 /* elz: added this because this function returned the wrong
c906108c
SS
1975 information if the pc belongs to a stub (import/export)
1976 to call a shlib function. This stub would be anywhere between
1977 two functions in the target, and the line info was erroneously
1978 taken to be the one of the line before the pc.
c5aa993b 1979 */
c906108c 1980 /* RT: Further explanation:
c5aa993b 1981
c906108c
SS
1982 * We have stubs (trampolines) inserted between procedures.
1983 *
1984 * Example: "shr1" exists in a shared library, and a "shr1" stub also
1985 * exists in the main image.
1986 *
1987 * In the minimal symbol table, we have a bunch of symbols
1988 * sorted by start address. The stubs are marked as "trampoline",
1989 * the others appear as text. E.g.:
1990 *
1991 * Minimal symbol table for main image
1992 * main: code for main (text symbol)
1993 * shr1: stub (trampoline symbol)
1994 * foo: code for foo (text symbol)
1995 * ...
1996 * Minimal symbol table for "shr1" image:
1997 * ...
1998 * shr1: code for shr1 (text symbol)
1999 * ...
2000 *
2001 * So the code below is trying to detect if we are in the stub
2002 * ("shr1" stub), and if so, find the real code ("shr1" trampoline),
2003 * and if found, do the symbolization from the real-code address
2004 * rather than the stub address.
2005 *
2006 * Assumptions being made about the minimal symbol table:
2007 * 1. lookup_minimal_symbol_by_pc() will return a trampoline only
2008 * if we're really in the trampoline. If we're beyond it (say
2009 * we're in "foo" in the above example), it'll have a closer
2010 * symbol (the "foo" text symbol for example) and will not
2011 * return the trampoline.
2012 * 2. lookup_minimal_symbol_text() will find a real text symbol
2013 * corresponding to the trampoline, and whose address will
2014 * be different than the trampoline address. I put in a sanity
2015 * check for the address being the same, to avoid an
2016 * infinite recursion.
2017 */
c5aa993b
JM
2018 msymbol = lookup_minimal_symbol_by_pc (pc);
2019 if (msymbol != NULL)
c906108c 2020 if (MSYMBOL_TYPE (msymbol) == mst_solib_trampoline)
c5aa993b 2021 {
22abf04a 2022 mfunsym = lookup_minimal_symbol_text (DEPRECATED_SYMBOL_NAME (msymbol), NULL, NULL);
c5aa993b
JM
2023 if (mfunsym == NULL)
2024 /* I eliminated this warning since it is coming out
2025 * in the following situation:
2026 * gdb shmain // test program with shared libraries
2027 * (gdb) break shr1 // function in shared lib
2028 * Warning: In stub for ...
2029 * In the above situation, the shared lib is not loaded yet,
2030 * so of course we can't find the real func/line info,
2031 * but the "break" still works, and the warning is annoying.
2032 * So I commented out the warning. RT */
22abf04a 2033 /* warning ("In stub for %s; unable to find real function/line info", DEPRECATED_SYMBOL_NAME (msymbol)) */ ;
c5aa993b
JM
2034 /* fall through */
2035 else if (SYMBOL_VALUE (mfunsym) == SYMBOL_VALUE (msymbol))
2036 /* Avoid infinite recursion */
2037 /* See above comment about why warning is commented out */
22abf04a 2038 /* warning ("In stub for %s; unable to find real function/line info", DEPRECATED_SYMBOL_NAME (msymbol)) */ ;
c5aa993b
JM
2039 /* fall through */
2040 else
2041 return find_pc_line (SYMBOL_VALUE (mfunsym), 0);
2042 }
c906108c
SS
2043
2044
2045 s = find_pc_sect_symtab (pc, section);
2046 if (!s)
2047 {
2048 /* if no symbol information, return previous pc */
2049 if (notcurrent)
2050 pc++;
2051 val.pc = pc;
2052 return val;
2053 }
2054
2055 bv = BLOCKVECTOR (s);
2056
2057 /* Look at all the symtabs that share this blockvector.
2058 They all have the same apriori range, that we found was right;
2059 but they have different line tables. */
2060
2061 for (; s && BLOCKVECTOR (s) == bv; s = s->next)
2062 {
2063 /* Find the best line in this symtab. */
2064 l = LINETABLE (s);
2065 if (!l)
c5aa993b 2066 continue;
c906108c
SS
2067 len = l->nitems;
2068 if (len <= 0)
2069 {
2070 /* I think len can be zero if the symtab lacks line numbers
2071 (e.g. gcc -g1). (Either that or the LINETABLE is NULL;
2072 I'm not sure which, and maybe it depends on the symbol
2073 reader). */
2074 continue;
2075 }
2076
2077 prev = NULL;
2078 item = l->item; /* Get first line info */
2079
2080 /* Is this file's first line closer than the first lines of other files?
c5aa993b 2081 If so, record this file, and its first line, as best alternate. */
c906108c
SS
2082 if (item->pc > pc && (!alt || item->pc < alt->pc))
2083 {
2084 alt = item;
2085 alt_symtab = s;
2086 }
2087
2088 for (i = 0; i < len; i++, item++)
2089 {
2090 /* Leave prev pointing to the linetable entry for the last line
2091 that started at or before PC. */
2092 if (item->pc > pc)
2093 break;
2094
2095 prev = item;
2096 }
2097
2098 /* At this point, prev points at the line whose start addr is <= pc, and
c5aa993b
JM
2099 item points at the next line. If we ran off the end of the linetable
2100 (pc >= start of the last line), then prev == item. If pc < start of
2101 the first line, prev will not be set. */
c906108c
SS
2102
2103 /* Is this file's best line closer than the best in the other files?
083ae935
DJ
2104 If so, record this file, and its best line, as best so far. Don't
2105 save prev if it represents the end of a function (i.e. line number
2106 0) instead of a real line. */
c906108c 2107
083ae935 2108 if (prev && prev->line && (!best || prev->pc > best->pc))
c906108c
SS
2109 {
2110 best = prev;
2111 best_symtab = s;
25d53da1
KB
2112
2113 /* Discard BEST_END if it's before the PC of the current BEST. */
2114 if (best_end <= best->pc)
2115 best_end = 0;
c906108c 2116 }
25d53da1
KB
2117
2118 /* If another line (denoted by ITEM) is in the linetable and its
2119 PC is after BEST's PC, but before the current BEST_END, then
2120 use ITEM's PC as the new best_end. */
2121 if (best && i < len && item->pc > best->pc
2122 && (best_end == 0 || best_end > item->pc))
2123 best_end = item->pc;
c906108c
SS
2124 }
2125
2126 if (!best_symtab)
2127 {
2128 if (!alt_symtab)
2129 { /* If we didn't find any line # info, just
2130 return zeros. */
2131 val.pc = pc;
2132 }
2133 else
2134 {
2135 val.symtab = alt_symtab;
2136 val.line = alt->line - 1;
2137
2138 /* Don't return line 0, that means that we didn't find the line. */
c5aa993b
JM
2139 if (val.line == 0)
2140 ++val.line;
c906108c
SS
2141
2142 val.pc = BLOCK_END (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK));
2143 val.end = alt->pc;
2144 }
2145 }
e8717518
FF
2146 else if (best->line == 0)
2147 {
2148 /* If our best fit is in a range of PC's for which no line
2149 number info is available (line number is zero) then we didn't
2150 find any valid line information. */
2151 val.pc = pc;
2152 }
c906108c
SS
2153 else
2154 {
2155 val.symtab = best_symtab;
2156 val.line = best->line;
2157 val.pc = best->pc;
2158 if (best_end && (!alt || best_end < alt->pc))
2159 val.end = best_end;
2160 else if (alt)
2161 val.end = alt->pc;
2162 else
2163 val.end = BLOCK_END (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK));
2164 }
2165 val.section = section;
2166 return val;
2167}
2168
2169/* Backward compatibility (no section) */
2170
2171struct symtab_and_line
fba45db2 2172find_pc_line (CORE_ADDR pc, int notcurrent)
c906108c 2173{
c5aa993b 2174 asection *section;
c906108c
SS
2175
2176 section = find_pc_overlay (pc);
2177 if (pc_in_unmapped_range (pc, section))
2178 pc = overlay_mapped_address (pc, section);
2179 return find_pc_sect_line (pc, section, notcurrent);
2180}
c906108c 2181\f
c906108c
SS
2182/* Find line number LINE in any symtab whose name is the same as
2183 SYMTAB.
2184
2185 If found, return the symtab that contains the linetable in which it was
2186 found, set *INDEX to the index in the linetable of the best entry
2187 found, and set *EXACT_MATCH nonzero if the value returned is an
2188 exact match.
2189
2190 If not found, return NULL. */
2191
50641945 2192struct symtab *
fba45db2 2193find_line_symtab (struct symtab *symtab, int line, int *index, int *exact_match)
c906108c
SS
2194{
2195 int exact;
2196
2197 /* BEST_INDEX and BEST_LINETABLE identify the smallest linenumber > LINE
2198 so far seen. */
2199
2200 int best_index;
2201 struct linetable *best_linetable;
2202 struct symtab *best_symtab;
2203
2204 /* First try looking it up in the given symtab. */
2205 best_linetable = LINETABLE (symtab);
2206 best_symtab = symtab;
2207 best_index = find_line_common (best_linetable, line, &exact);
2208 if (best_index < 0 || !exact)
2209 {
2210 /* Didn't find an exact match. So we better keep looking for
c5aa993b
JM
2211 another symtab with the same name. In the case of xcoff,
2212 multiple csects for one source file (produced by IBM's FORTRAN
2213 compiler) produce multiple symtabs (this is unavoidable
2214 assuming csects can be at arbitrary places in memory and that
2215 the GLOBAL_BLOCK of a symtab has a begin and end address). */
c906108c
SS
2216
2217 /* BEST is the smallest linenumber > LINE so far seen,
c5aa993b
JM
2218 or 0 if none has been seen so far.
2219 BEST_INDEX and BEST_LINETABLE identify the item for it. */
c906108c
SS
2220 int best;
2221
2222 struct objfile *objfile;
2223 struct symtab *s;
2224
2225 if (best_index >= 0)
2226 best = best_linetable->item[best_index].line;
2227 else
2228 best = 0;
2229
2230 ALL_SYMTABS (objfile, s)
c5aa993b
JM
2231 {
2232 struct linetable *l;
2233 int ind;
c906108c 2234
c5aa993b
JM
2235 if (!STREQ (symtab->filename, s->filename))
2236 continue;
2237 l = LINETABLE (s);
2238 ind = find_line_common (l, line, &exact);
2239 if (ind >= 0)
2240 {
2241 if (exact)
2242 {
2243 best_index = ind;
2244 best_linetable = l;
2245 best_symtab = s;
2246 goto done;
2247 }
2248 if (best == 0 || l->item[ind].line < best)
2249 {
2250 best = l->item[ind].line;
2251 best_index = ind;
2252 best_linetable = l;
2253 best_symtab = s;
2254 }
2255 }
2256 }
c906108c 2257 }
c5aa993b 2258done:
c906108c
SS
2259 if (best_index < 0)
2260 return NULL;
2261
2262 if (index)
2263 *index = best_index;
2264 if (exact_match)
2265 *exact_match = exact;
2266
2267 return best_symtab;
2268}
2269\f
2270/* Set the PC value for a given source file and line number and return true.
2271 Returns zero for invalid line number (and sets the PC to 0).
2272 The source file is specified with a struct symtab. */
2273
2274int
fba45db2 2275find_line_pc (struct symtab *symtab, int line, CORE_ADDR *pc)
c906108c
SS
2276{
2277 struct linetable *l;
2278 int ind;
2279
2280 *pc = 0;
2281 if (symtab == 0)
2282 return 0;
2283
2284 symtab = find_line_symtab (symtab, line, &ind, NULL);
2285 if (symtab != NULL)
2286 {
2287 l = LINETABLE (symtab);
2288 *pc = l->item[ind].pc;
2289 return 1;
2290 }
2291 else
2292 return 0;
2293}
2294
2295/* Find the range of pc values in a line.
2296 Store the starting pc of the line into *STARTPTR
2297 and the ending pc (start of next line) into *ENDPTR.
2298 Returns 1 to indicate success.
2299 Returns 0 if could not find the specified line. */
2300
2301int
fba45db2
KB
2302find_line_pc_range (struct symtab_and_line sal, CORE_ADDR *startptr,
2303 CORE_ADDR *endptr)
c906108c
SS
2304{
2305 CORE_ADDR startaddr;
2306 struct symtab_and_line found_sal;
2307
2308 startaddr = sal.pc;
c5aa993b 2309 if (startaddr == 0 && !find_line_pc (sal.symtab, sal.line, &startaddr))
c906108c
SS
2310 return 0;
2311
2312 /* This whole function is based on address. For example, if line 10 has
2313 two parts, one from 0x100 to 0x200 and one from 0x300 to 0x400, then
2314 "info line *0x123" should say the line goes from 0x100 to 0x200
2315 and "info line *0x355" should say the line goes from 0x300 to 0x400.
2316 This also insures that we never give a range like "starts at 0x134
2317 and ends at 0x12c". */
2318
2319 found_sal = find_pc_sect_line (startaddr, sal.section, 0);
2320 if (found_sal.line != sal.line)
2321 {
2322 /* The specified line (sal) has zero bytes. */
2323 *startptr = found_sal.pc;
2324 *endptr = found_sal.pc;
2325 }
2326 else
2327 {
2328 *startptr = found_sal.pc;
2329 *endptr = found_sal.end;
2330 }
2331 return 1;
2332}
2333
2334/* Given a line table and a line number, return the index into the line
2335 table for the pc of the nearest line whose number is >= the specified one.
2336 Return -1 if none is found. The value is >= 0 if it is an index.
2337
2338 Set *EXACT_MATCH nonzero if the value returned is an exact match. */
2339
2340static int
fba45db2
KB
2341find_line_common (register struct linetable *l, register int lineno,
2342 int *exact_match)
c906108c
SS
2343{
2344 register int i;
2345 register int len;
2346
2347 /* BEST is the smallest linenumber > LINENO so far seen,
2348 or 0 if none has been seen so far.
2349 BEST_INDEX identifies the item for it. */
2350
2351 int best_index = -1;
2352 int best = 0;
2353
2354 if (lineno <= 0)
2355 return -1;
2356 if (l == 0)
2357 return -1;
2358
2359 len = l->nitems;
2360 for (i = 0; i < len; i++)
2361 {
2362 register struct linetable_entry *item = &(l->item[i]);
2363
2364 if (item->line == lineno)
2365 {
2366 /* Return the first (lowest address) entry which matches. */
2367 *exact_match = 1;
2368 return i;
2369 }
2370
2371 if (item->line > lineno && (best == 0 || item->line < best))
2372 {
2373 best = item->line;
2374 best_index = i;
2375 }
2376 }
2377
2378 /* If we got here, we didn't get an exact match. */
2379
2380 *exact_match = 0;
2381 return best_index;
2382}
2383
2384int
fba45db2 2385find_pc_line_pc_range (CORE_ADDR pc, CORE_ADDR *startptr, CORE_ADDR *endptr)
c906108c
SS
2386{
2387 struct symtab_and_line sal;
2388 sal = find_pc_line (pc, 0);
2389 *startptr = sal.pc;
2390 *endptr = sal.end;
2391 return sal.symtab != 0;
2392}
2393
2394/* Given a function symbol SYM, find the symtab and line for the start
2395 of the function.
2396 If the argument FUNFIRSTLINE is nonzero, we want the first line
2397 of real code inside the function. */
2398
50641945 2399struct symtab_and_line
fba45db2 2400find_function_start_sal (struct symbol *sym, int funfirstline)
c906108c
SS
2401{
2402 CORE_ADDR pc;
2403 struct symtab_and_line sal;
2404
2405 pc = BLOCK_START (SYMBOL_BLOCK_VALUE (sym));
2406 fixup_symbol_section (sym, NULL);
2407 if (funfirstline)
c5aa993b 2408 { /* skip "first line" of function (which is actually its prologue) */
c906108c
SS
2409 asection *section = SYMBOL_BFD_SECTION (sym);
2410 /* If function is in an unmapped overlay, use its unmapped LMA
c5aa993b 2411 address, so that SKIP_PROLOGUE has something unique to work on */
c906108c
SS
2412 if (section_is_overlay (section) &&
2413 !section_is_mapped (section))
2414 pc = overlay_unmapped_address (pc, section);
2415
2416 pc += FUNCTION_START_OFFSET;
b83266a0 2417 pc = SKIP_PROLOGUE (pc);
c906108c
SS
2418
2419 /* For overlays, map pc back into its mapped VMA range */
2420 pc = overlay_mapped_address (pc, section);
2421 }
2422 sal = find_pc_sect_line (pc, SYMBOL_BFD_SECTION (sym), 0);
2423
2424#ifdef PROLOGUE_FIRSTLINE_OVERLAP
2425 /* Convex: no need to suppress code on first line, if any */
2426 sal.pc = pc;
2427#else
2428 /* Check if SKIP_PROLOGUE left us in mid-line, and the next
2429 line is still part of the same function. */
2430 if (sal.pc != pc
2431 && BLOCK_START (SYMBOL_BLOCK_VALUE (sym)) <= sal.end
2432 && sal.end < BLOCK_END (SYMBOL_BLOCK_VALUE (sym)))
2433 {
2434 /* First pc of next line */
2435 pc = sal.end;
2436 /* Recalculate the line number (might not be N+1). */
2437 sal = find_pc_sect_line (pc, SYMBOL_BFD_SECTION (sym), 0);
2438 }
2439 sal.pc = pc;
2440#endif
2441
2442 return sal;
2443}
50641945 2444
c906108c
SS
2445/* If P is of the form "operator[ \t]+..." where `...' is
2446 some legitimate operator text, return a pointer to the
2447 beginning of the substring of the operator text.
2448 Otherwise, return "". */
2449char *
fba45db2 2450operator_chars (char *p, char **end)
c906108c
SS
2451{
2452 *end = "";
2453 if (strncmp (p, "operator", 8))
2454 return *end;
2455 p += 8;
2456
2457 /* Don't get faked out by `operator' being part of a longer
2458 identifier. */
c5aa993b 2459 if (isalpha (*p) || *p == '_' || *p == '$' || *p == '\0')
c906108c
SS
2460 return *end;
2461
2462 /* Allow some whitespace between `operator' and the operator symbol. */
2463 while (*p == ' ' || *p == '\t')
2464 p++;
2465
2466 /* Recognize 'operator TYPENAME'. */
2467
c5aa993b 2468 if (isalpha (*p) || *p == '_' || *p == '$')
c906108c 2469 {
c5aa993b
JM
2470 register char *q = p + 1;
2471 while (isalnum (*q) || *q == '_' || *q == '$')
c906108c
SS
2472 q++;
2473 *end = q;
2474 return p;
2475 }
2476
53e8ad3d
MS
2477 while (*p)
2478 switch (*p)
2479 {
2480 case '\\': /* regexp quoting */
2481 if (p[1] == '*')
2482 {
2483 if (p[2] == '=') /* 'operator\*=' */
2484 *end = p + 3;
2485 else /* 'operator\*' */
2486 *end = p + 2;
2487 return p;
2488 }
2489 else if (p[1] == '[')
2490 {
2491 if (p[2] == ']')
2492 error ("mismatched quoting on brackets, try 'operator\\[\\]'");
2493 else if (p[2] == '\\' && p[3] == ']')
2494 {
2495 *end = p + 4; /* 'operator\[\]' */
2496 return p;
2497 }
2498 else
2499 error ("nothing is allowed between '[' and ']'");
2500 }
2501 else
2502 {
2503 /* Gratuitous qoute: skip it and move on. */
2504 p++;
2505 continue;
2506 }
2507 break;
2508 case '!':
2509 case '=':
2510 case '*':
2511 case '/':
2512 case '%':
2513 case '^':
2514 if (p[1] == '=')
2515 *end = p + 2;
2516 else
2517 *end = p + 1;
2518 return p;
2519 case '<':
2520 case '>':
2521 case '+':
2522 case '-':
2523 case '&':
2524 case '|':
2525 if (p[0] == '-' && p[1] == '>')
2526 {
2527 /* Struct pointer member operator 'operator->'. */
2528 if (p[2] == '*')
2529 {
2530 *end = p + 3; /* 'operator->*' */
2531 return p;
2532 }
2533 else if (p[2] == '\\')
2534 {
2535 *end = p + 4; /* Hopefully 'operator->\*' */
2536 return p;
2537 }
2538 else
2539 {
2540 *end = p + 2; /* 'operator->' */
2541 return p;
2542 }
2543 }
2544 if (p[1] == '=' || p[1] == p[0])
2545 *end = p + 2;
2546 else
2547 *end = p + 1;
2548 return p;
2549 case '~':
2550 case ',':
c5aa993b 2551 *end = p + 1;
53e8ad3d
MS
2552 return p;
2553 case '(':
2554 if (p[1] != ')')
2555 error ("`operator ()' must be specified without whitespace in `()'");
c5aa993b 2556 *end = p + 2;
53e8ad3d
MS
2557 return p;
2558 case '?':
2559 if (p[1] != ':')
2560 error ("`operator ?:' must be specified without whitespace in `?:'");
2561 *end = p + 2;
2562 return p;
2563 case '[':
2564 if (p[1] != ']')
2565 error ("`operator []' must be specified without whitespace in `[]'");
2566 *end = p + 2;
2567 return p;
2568 default:
2569 error ("`operator %s' not supported", p);
2570 break;
2571 }
2572
c906108c
SS
2573 *end = "";
2574 return *end;
2575}
c906108c 2576\f
c5aa993b 2577
c94fdfd0
EZ
2578/* If FILE is not already in the table of files, return zero;
2579 otherwise return non-zero. Optionally add FILE to the table if ADD
2580 is non-zero. If *FIRST is non-zero, forget the old table
2581 contents. */
2582static int
2583filename_seen (const char *file, int add, int *first)
c906108c 2584{
c94fdfd0
EZ
2585 /* Table of files seen so far. */
2586 static const char **tab = NULL;
c906108c
SS
2587 /* Allocated size of tab in elements.
2588 Start with one 256-byte block (when using GNU malloc.c).
2589 24 is the malloc overhead when range checking is in effect. */
2590 static int tab_alloc_size = (256 - 24) / sizeof (char *);
2591 /* Current size of tab in elements. */
2592 static int tab_cur_size;
c94fdfd0 2593 const char **p;
c906108c
SS
2594
2595 if (*first)
2596 {
2597 if (tab == NULL)
c94fdfd0 2598 tab = (const char **) xmalloc (tab_alloc_size * sizeof (*tab));
c906108c
SS
2599 tab_cur_size = 0;
2600 }
2601
c94fdfd0 2602 /* Is FILE in tab? */
c906108c 2603 for (p = tab; p < tab + tab_cur_size; p++)
c94fdfd0
EZ
2604 if (strcmp (*p, file) == 0)
2605 return 1;
2606
2607 /* No; maybe add it to tab. */
2608 if (add)
c906108c 2609 {
c94fdfd0
EZ
2610 if (tab_cur_size == tab_alloc_size)
2611 {
2612 tab_alloc_size *= 2;
2613 tab = (const char **) xrealloc ((char *) tab,
2614 tab_alloc_size * sizeof (*tab));
2615 }
2616 tab[tab_cur_size++] = file;
c906108c 2617 }
c906108c 2618
c94fdfd0
EZ
2619 return 0;
2620}
2621
2622/* Slave routine for sources_info. Force line breaks at ,'s.
2623 NAME is the name to print and *FIRST is nonzero if this is the first
2624 name printed. Set *FIRST to zero. */
2625static void
2626output_source_filename (char *name, int *first)
2627{
2628 /* Since a single source file can result in several partial symbol
2629 tables, we need to avoid printing it more than once. Note: if
2630 some of the psymtabs are read in and some are not, it gets
2631 printed both under "Source files for which symbols have been
2632 read" and "Source files for which symbols will be read in on
2633 demand". I consider this a reasonable way to deal with the
2634 situation. I'm not sure whether this can also happen for
2635 symtabs; it doesn't hurt to check. */
2636
2637 /* Was NAME already seen? */
2638 if (filename_seen (name, 1, first))
2639 {
2640 /* Yes; don't print it again. */
2641 return;
2642 }
2643 /* No; print it and reset *FIRST. */
c906108c
SS
2644 if (*first)
2645 {
2646 *first = 0;
2647 }
2648 else
2649 {
2650 printf_filtered (", ");
2651 }
2652
2653 wrap_here ("");
2654 fputs_filtered (name, gdb_stdout);
c5aa993b 2655}
c906108c
SS
2656
2657static void
fba45db2 2658sources_info (char *ignore, int from_tty)
c906108c
SS
2659{
2660 register struct symtab *s;
2661 register struct partial_symtab *ps;
2662 register struct objfile *objfile;
2663 int first;
c5aa993b 2664
c906108c
SS
2665 if (!have_full_symbols () && !have_partial_symbols ())
2666 {
e85428fc 2667 error ("No symbol table is loaded. Use the \"file\" command.");
c906108c 2668 }
c5aa993b 2669
c906108c
SS
2670 printf_filtered ("Source files for which symbols have been read in:\n\n");
2671
2672 first = 1;
2673 ALL_SYMTABS (objfile, s)
c5aa993b
JM
2674 {
2675 output_source_filename (s->filename, &first);
2676 }
c906108c 2677 printf_filtered ("\n\n");
c5aa993b 2678
c906108c
SS
2679 printf_filtered ("Source files for which symbols will be read in on demand:\n\n");
2680
2681 first = 1;
2682 ALL_PSYMTABS (objfile, ps)
c5aa993b
JM
2683 {
2684 if (!ps->readin)
2685 {
2686 output_source_filename (ps->filename, &first);
2687 }
2688 }
c906108c
SS
2689 printf_filtered ("\n");
2690}
2691
2692static int
fd118b61 2693file_matches (char *file, char *files[], int nfiles)
c906108c
SS
2694{
2695 int i;
2696
2697 if (file != NULL && nfiles != 0)
2698 {
2699 for (i = 0; i < nfiles; i++)
c5aa993b 2700 {
31889e00 2701 if (strcmp (files[i], lbasename (file)) == 0)
c5aa993b
JM
2702 return 1;
2703 }
c906108c
SS
2704 }
2705 else if (nfiles == 0)
2706 return 1;
2707 return 0;
2708}
2709
2710/* Free any memory associated with a search. */
2711void
fba45db2 2712free_search_symbols (struct symbol_search *symbols)
c906108c
SS
2713{
2714 struct symbol_search *p;
2715 struct symbol_search *next;
2716
2717 for (p = symbols; p != NULL; p = next)
2718 {
2719 next = p->next;
b8c9b27d 2720 xfree (p);
c906108c
SS
2721 }
2722}
2723
5bd98722
AC
2724static void
2725do_free_search_symbols_cleanup (void *symbols)
2726{
2727 free_search_symbols (symbols);
2728}
2729
2730struct cleanup *
2731make_cleanup_free_search_symbols (struct symbol_search *symbols)
2732{
2733 return make_cleanup (do_free_search_symbols_cleanup, symbols);
2734}
2735
434d2d4f
DJ
2736/* Helper function for sort_search_symbols and qsort. Can only
2737 sort symbols, not minimal symbols. */
2738static int
2739compare_search_syms (const void *sa, const void *sb)
2740{
2741 struct symbol_search **sym_a = (struct symbol_search **) sa;
2742 struct symbol_search **sym_b = (struct symbol_search **) sb;
2743
de5ad195
DC
2744 return strcmp (SYMBOL_PRINT_NAME ((*sym_a)->symbol),
2745 SYMBOL_PRINT_NAME ((*sym_b)->symbol));
434d2d4f
DJ
2746}
2747
2748/* Sort the ``nfound'' symbols in the list after prevtail. Leave
2749 prevtail where it is, but update its next pointer to point to
2750 the first of the sorted symbols. */
2751static struct symbol_search *
2752sort_search_symbols (struct symbol_search *prevtail, int nfound)
2753{
2754 struct symbol_search **symbols, *symp, *old_next;
2755 int i;
2756
2757 symbols = (struct symbol_search **) xmalloc (sizeof (struct symbol_search *)
2758 * nfound);
2759 symp = prevtail->next;
2760 for (i = 0; i < nfound; i++)
2761 {
2762 symbols[i] = symp;
2763 symp = symp->next;
2764 }
2765 /* Generally NULL. */
2766 old_next = symp;
2767
2768 qsort (symbols, nfound, sizeof (struct symbol_search *),
2769 compare_search_syms);
2770
2771 symp = prevtail;
2772 for (i = 0; i < nfound; i++)
2773 {
2774 symp->next = symbols[i];
2775 symp = symp->next;
2776 }
2777 symp->next = old_next;
2778
8ed32cc0 2779 xfree (symbols);
434d2d4f
DJ
2780 return symp;
2781}
5bd98722 2782
c906108c
SS
2783/* Search the symbol table for matches to the regular expression REGEXP,
2784 returning the results in *MATCHES.
2785
2786 Only symbols of KIND are searched:
176620f1
EZ
2787 FUNCTIONS_DOMAIN - search all functions
2788 TYPES_DOMAIN - search all type names
2789 METHODS_DOMAIN - search all methods NOT IMPLEMENTED
2790 VARIABLES_DOMAIN - search all symbols, excluding functions, type names,
c5aa993b 2791 and constants (enums)
c906108c
SS
2792
2793 free_search_symbols should be called when *MATCHES is no longer needed.
434d2d4f
DJ
2794
2795 The results are sorted locally; each symtab's global and static blocks are
2796 separately alphabetized.
c5aa993b 2797 */
c906108c 2798void
176620f1 2799search_symbols (char *regexp, domain_enum kind, int nfiles, char *files[],
fd118b61 2800 struct symbol_search **matches)
c906108c
SS
2801{
2802 register struct symtab *s;
2803 register struct partial_symtab *ps;
2804 register struct blockvector *bv;
2805 struct blockvector *prev_bv = 0;
2806 register struct block *b;
2807 register int i = 0;
2808 register int j;
2809 register struct symbol *sym;
2810 struct partial_symbol **psym;
2811 struct objfile *objfile;
2812 struct minimal_symbol *msymbol;
2813 char *val;
2814 int found_misc = 0;
2815 static enum minimal_symbol_type types[]
c5aa993b
JM
2816 =
2817 {mst_data, mst_text, mst_abs, mst_unknown};
c906108c 2818 static enum minimal_symbol_type types2[]
c5aa993b
JM
2819 =
2820 {mst_bss, mst_file_text, mst_abs, mst_unknown};
c906108c 2821 static enum minimal_symbol_type types3[]
c5aa993b
JM
2822 =
2823 {mst_file_data, mst_solib_trampoline, mst_abs, mst_unknown};
c906108c 2824 static enum minimal_symbol_type types4[]
c5aa993b
JM
2825 =
2826 {mst_file_bss, mst_text, mst_abs, mst_unknown};
c906108c
SS
2827 enum minimal_symbol_type ourtype;
2828 enum minimal_symbol_type ourtype2;
2829 enum minimal_symbol_type ourtype3;
2830 enum minimal_symbol_type ourtype4;
2831 struct symbol_search *sr;
2832 struct symbol_search *psr;
2833 struct symbol_search *tail;
2834 struct cleanup *old_chain = NULL;
2835
176620f1
EZ
2836 if (kind < VARIABLES_DOMAIN)
2837 error ("must search on specific domain");
c906108c 2838
176620f1
EZ
2839 ourtype = types[(int) (kind - VARIABLES_DOMAIN)];
2840 ourtype2 = types2[(int) (kind - VARIABLES_DOMAIN)];
2841 ourtype3 = types3[(int) (kind - VARIABLES_DOMAIN)];
2842 ourtype4 = types4[(int) (kind - VARIABLES_DOMAIN)];
c906108c
SS
2843
2844 sr = *matches = NULL;
2845 tail = NULL;
2846
2847 if (regexp != NULL)
2848 {
2849 /* Make sure spacing is right for C++ operators.
2850 This is just a courtesy to make the matching less sensitive
2851 to how many spaces the user leaves between 'operator'
2852 and <TYPENAME> or <OPERATOR>. */
2853 char *opend;
2854 char *opname = operator_chars (regexp, &opend);
2855 if (*opname)
c5aa993b
JM
2856 {
2857 int fix = -1; /* -1 means ok; otherwise number of spaces needed. */
2858 if (isalpha (*opname) || *opname == '_' || *opname == '$')
2859 {
2860 /* There should 1 space between 'operator' and 'TYPENAME'. */
2861 if (opname[-1] != ' ' || opname[-2] == ' ')
2862 fix = 1;
2863 }
2864 else
2865 {
2866 /* There should 0 spaces between 'operator' and 'OPERATOR'. */
2867 if (opname[-1] == ' ')
2868 fix = 0;
2869 }
2870 /* If wrong number of spaces, fix it. */
2871 if (fix >= 0)
2872 {
045f55a6 2873 char *tmp = (char *) alloca (8 + fix + strlen (opname) + 1);
c5aa993b
JM
2874 sprintf (tmp, "operator%.*s%s", fix, " ", opname);
2875 regexp = tmp;
2876 }
2877 }
2878
c906108c 2879 if (0 != (val = re_comp (regexp)))
c5aa993b 2880 error ("Invalid regexp (%s): %s", val, regexp);
c906108c
SS
2881 }
2882
2883 /* Search through the partial symtabs *first* for all symbols
2884 matching the regexp. That way we don't have to reproduce all of
2885 the machinery below. */
2886
2887 ALL_PSYMTABS (objfile, ps)
c5aa993b
JM
2888 {
2889 struct partial_symbol **bound, **gbound, **sbound;
2890 int keep_going = 1;
2891
2892 if (ps->readin)
2893 continue;
2894
2895 gbound = objfile->global_psymbols.list + ps->globals_offset + ps->n_global_syms;
2896 sbound = objfile->static_psymbols.list + ps->statics_offset + ps->n_static_syms;
2897 bound = gbound;
2898
2899 /* Go through all of the symbols stored in a partial
2900 symtab in one loop. */
2901 psym = objfile->global_psymbols.list + ps->globals_offset;
2902 while (keep_going)
2903 {
2904 if (psym >= bound)
2905 {
2906 if (bound == gbound && ps->n_static_syms != 0)
2907 {
2908 psym = objfile->static_psymbols.list + ps->statics_offset;
2909 bound = sbound;
2910 }
2911 else
2912 keep_going = 0;
2913 continue;
2914 }
2915 else
2916 {
2917 QUIT;
2918
2919 /* If it would match (logic taken from loop below)
2920 load the file and go on to the next one */
2921 if (file_matches (ps->filename, files, nfiles)
25120b0d
DC
2922 && ((regexp == NULL
2923 || re_exec (SYMBOL_NATURAL_NAME (*psym)) != 0)
176620f1 2924 && ((kind == VARIABLES_DOMAIN && SYMBOL_CLASS (*psym) != LOC_TYPEDEF
c5aa993b 2925 && SYMBOL_CLASS (*psym) != LOC_BLOCK)
176620f1
EZ
2926 || (kind == FUNCTIONS_DOMAIN && SYMBOL_CLASS (*psym) == LOC_BLOCK)
2927 || (kind == TYPES_DOMAIN && SYMBOL_CLASS (*psym) == LOC_TYPEDEF)
2928 || (kind == METHODS_DOMAIN && SYMBOL_CLASS (*psym) == LOC_BLOCK))))
c5aa993b
JM
2929 {
2930 PSYMTAB_TO_SYMTAB (ps);
2931 keep_going = 0;
2932 }
2933 }
2934 psym++;
2935 }
2936 }
c906108c
SS
2937
2938 /* Here, we search through the minimal symbol tables for functions
2939 and variables that match, and force their symbols to be read.
2940 This is in particular necessary for demangled variable names,
2941 which are no longer put into the partial symbol tables.
2942 The symbol will then be found during the scan of symtabs below.
2943
2944 For functions, find_pc_symtab should succeed if we have debug info
2945 for the function, for variables we have to call lookup_symbol
2946 to determine if the variable has debug info.
2947 If the lookup fails, set found_misc so that we will rescan to print
2948 any matching symbols without debug info.
c5aa993b 2949 */
c906108c 2950
176620f1 2951 if (nfiles == 0 && (kind == VARIABLES_DOMAIN || kind == FUNCTIONS_DOMAIN))
c906108c
SS
2952 {
2953 ALL_MSYMBOLS (objfile, msymbol)
c5aa993b
JM
2954 {
2955 if (MSYMBOL_TYPE (msymbol) == ourtype ||
2956 MSYMBOL_TYPE (msymbol) == ourtype2 ||
2957 MSYMBOL_TYPE (msymbol) == ourtype3 ||
2958 MSYMBOL_TYPE (msymbol) == ourtype4)
2959 {
25120b0d
DC
2960 if (regexp == NULL
2961 || re_exec (SYMBOL_NATURAL_NAME (msymbol)) != 0)
c5aa993b
JM
2962 {
2963 if (0 == find_pc_symtab (SYMBOL_VALUE_ADDRESS (msymbol)))
2964 {
b1262a02
DC
2965 /* FIXME: carlton/2003-02-04: Given that the
2966 semantics of lookup_symbol keeps on changing
2967 slightly, it would be a nice idea if we had a
2968 function lookup_symbol_minsym that found the
2969 symbol associated to a given minimal symbol (if
2970 any). */
176620f1 2971 if (kind == FUNCTIONS_DOMAIN
22abf04a 2972 || lookup_symbol (DEPRECATED_SYMBOL_NAME (msymbol),
b1262a02 2973 (struct block *) NULL,
176620f1 2974 VAR_DOMAIN,
b1262a02
DC
2975 0, (struct symtab **) NULL) == NULL)
2976 found_misc = 1;
c5aa993b
JM
2977 }
2978 }
2979 }
2980 }
c906108c
SS
2981 }
2982
2983 ALL_SYMTABS (objfile, s)
c5aa993b
JM
2984 {
2985 bv = BLOCKVECTOR (s);
2986 /* Often many files share a blockvector.
2987 Scan each blockvector only once so that
2988 we don't get every symbol many times.
2989 It happens that the first symtab in the list
2990 for any given blockvector is the main file. */
2991 if (bv != prev_bv)
2992 for (i = GLOBAL_BLOCK; i <= STATIC_BLOCK; i++)
2993 {
434d2d4f
DJ
2994 struct symbol_search *prevtail = tail;
2995 int nfound = 0;
c5aa993b 2996 b = BLOCKVECTOR_BLOCK (bv, i);
261397f8 2997 ALL_BLOCK_SYMBOLS (b, j, sym)
c5aa993b
JM
2998 {
2999 QUIT;
c5aa993b 3000 if (file_matches (s->filename, files, nfiles)
25120b0d
DC
3001 && ((regexp == NULL
3002 || re_exec (SYMBOL_NATURAL_NAME (sym)) != 0)
176620f1 3003 && ((kind == VARIABLES_DOMAIN && SYMBOL_CLASS (sym) != LOC_TYPEDEF
c5aa993b
JM
3004 && SYMBOL_CLASS (sym) != LOC_BLOCK
3005 && SYMBOL_CLASS (sym) != LOC_CONST)
176620f1
EZ
3006 || (kind == FUNCTIONS_DOMAIN && SYMBOL_CLASS (sym) == LOC_BLOCK)
3007 || (kind == TYPES_DOMAIN && SYMBOL_CLASS (sym) == LOC_TYPEDEF)
3008 || (kind == METHODS_DOMAIN && SYMBOL_CLASS (sym) == LOC_BLOCK))))
c5aa993b
JM
3009 {
3010 /* match */
3011 psr = (struct symbol_search *) xmalloc (sizeof (struct symbol_search));
3012 psr->block = i;
3013 psr->symtab = s;
3014 psr->symbol = sym;
3015 psr->msymbol = NULL;
3016 psr->next = NULL;
3017 if (tail == NULL)
434d2d4f 3018 sr = psr;
c5aa993b
JM
3019 else
3020 tail->next = psr;
3021 tail = psr;
434d2d4f
DJ
3022 nfound ++;
3023 }
3024 }
3025 if (nfound > 0)
3026 {
3027 if (prevtail == NULL)
3028 {
3029 struct symbol_search dummy;
3030
3031 dummy.next = sr;
3032 tail = sort_search_symbols (&dummy, nfound);
3033 sr = dummy.next;
3034
3035 old_chain = make_cleanup_free_search_symbols (sr);
c5aa993b 3036 }
434d2d4f
DJ
3037 else
3038 tail = sort_search_symbols (prevtail, nfound);
c5aa993b
JM
3039 }
3040 }
3041 prev_bv = bv;
3042 }
c906108c
SS
3043
3044 /* If there are no eyes, avoid all contact. I mean, if there are
3045 no debug symbols, then print directly from the msymbol_vector. */
3046
176620f1 3047 if (found_misc || kind != FUNCTIONS_DOMAIN)
c906108c
SS
3048 {
3049 ALL_MSYMBOLS (objfile, msymbol)
c5aa993b
JM
3050 {
3051 if (MSYMBOL_TYPE (msymbol) == ourtype ||
3052 MSYMBOL_TYPE (msymbol) == ourtype2 ||
3053 MSYMBOL_TYPE (msymbol) == ourtype3 ||
3054 MSYMBOL_TYPE (msymbol) == ourtype4)
3055 {
25120b0d
DC
3056 if (regexp == NULL
3057 || re_exec (SYMBOL_NATURAL_NAME (msymbol)) != 0)
c5aa993b
JM
3058 {
3059 /* Functions: Look up by address. */
176620f1 3060 if (kind != FUNCTIONS_DOMAIN ||
c5aa993b
JM
3061 (0 == find_pc_symtab (SYMBOL_VALUE_ADDRESS (msymbol))))
3062 {
3063 /* Variables/Absolutes: Look up by name */
22abf04a 3064 if (lookup_symbol (DEPRECATED_SYMBOL_NAME (msymbol),
176620f1 3065 (struct block *) NULL, VAR_DOMAIN,
c5aa993b
JM
3066 0, (struct symtab **) NULL) == NULL)
3067 {
3068 /* match */
3069 psr = (struct symbol_search *) xmalloc (sizeof (struct symbol_search));
3070 psr->block = i;
3071 psr->msymbol = msymbol;
3072 psr->symtab = NULL;
3073 psr->symbol = NULL;
3074 psr->next = NULL;
3075 if (tail == NULL)
3076 {
3077 sr = psr;
5bd98722 3078 old_chain = make_cleanup_free_search_symbols (sr);
c5aa993b
JM
3079 }
3080 else
3081 tail->next = psr;
3082 tail = psr;
3083 }
3084 }
3085 }
3086 }
3087 }
c906108c
SS
3088 }
3089
3090 *matches = sr;
3091 if (sr != NULL)
3092 discard_cleanups (old_chain);
3093}
3094
3095/* Helper function for symtab_symbol_info, this function uses
3096 the data returned from search_symbols() to print information
3097 regarding the match to gdb_stdout.
c5aa993b 3098 */
c906108c 3099static void
176620f1 3100print_symbol_info (domain_enum kind, struct symtab *s, struct symbol *sym,
fba45db2 3101 int block, char *last)
c906108c
SS
3102{
3103 if (last == NULL || strcmp (last, s->filename) != 0)
3104 {
3105 fputs_filtered ("\nFile ", gdb_stdout);
3106 fputs_filtered (s->filename, gdb_stdout);
3107 fputs_filtered (":\n", gdb_stdout);
3108 }
3109
176620f1 3110 if (kind != TYPES_DOMAIN && block == STATIC_BLOCK)
c906108c 3111 printf_filtered ("static ");
c5aa993b 3112
c906108c 3113 /* Typedef that is not a C++ class */
176620f1
EZ
3114 if (kind == TYPES_DOMAIN
3115 && SYMBOL_DOMAIN (sym) != STRUCT_DOMAIN)
a5238fbc 3116 typedef_print (SYMBOL_TYPE (sym), sym, gdb_stdout);
c906108c 3117 /* variable, func, or typedef-that-is-c++-class */
176620f1
EZ
3118 else if (kind < TYPES_DOMAIN ||
3119 (kind == TYPES_DOMAIN &&
3120 SYMBOL_DOMAIN (sym) == STRUCT_DOMAIN))
c906108c
SS
3121 {
3122 type_print (SYMBOL_TYPE (sym),
c5aa993b 3123 (SYMBOL_CLASS (sym) == LOC_TYPEDEF
de5ad195 3124 ? "" : SYMBOL_PRINT_NAME (sym)),
c5aa993b 3125 gdb_stdout, 0);
c906108c
SS
3126
3127 printf_filtered (";\n");
3128 }
c906108c
SS
3129}
3130
3131/* This help function for symtab_symbol_info() prints information
3132 for non-debugging symbols to gdb_stdout.
c5aa993b 3133 */
c906108c 3134static void
fba45db2 3135print_msymbol_info (struct minimal_symbol *msymbol)
c906108c 3136{
3ac4495a
MS
3137 char *tmp;
3138
3139 if (TARGET_ADDR_BIT <= 32)
14a5e767
AC
3140 tmp = local_hex_string_custom (SYMBOL_VALUE_ADDRESS (msymbol)
3141 & (CORE_ADDR) 0xffffffff,
3142 "08l");
3ac4495a 3143 else
14a5e767
AC
3144 tmp = local_hex_string_custom (SYMBOL_VALUE_ADDRESS (msymbol),
3145 "016l");
3ac4495a 3146 printf_filtered ("%s %s\n",
de5ad195 3147 tmp, SYMBOL_PRINT_NAME (msymbol));
c906108c
SS
3148}
3149
3150/* This is the guts of the commands "info functions", "info types", and
3151 "info variables". It calls search_symbols to find all matches and then
3152 print_[m]symbol_info to print out some useful information about the
3153 matches.
c5aa993b 3154 */
c906108c 3155static void
176620f1 3156symtab_symbol_info (char *regexp, domain_enum kind, int from_tty)
c906108c
SS
3157{
3158 static char *classnames[]
c5aa993b
JM
3159 =
3160 {"variable", "function", "type", "method"};
c906108c
SS
3161 struct symbol_search *symbols;
3162 struct symbol_search *p;
3163 struct cleanup *old_chain;
3164 char *last_filename = NULL;
3165 int first = 1;
3166
3167 /* must make sure that if we're interrupted, symbols gets freed */
3168 search_symbols (regexp, kind, 0, (char **) NULL, &symbols);
5bd98722 3169 old_chain = make_cleanup_free_search_symbols (symbols);
c906108c
SS
3170
3171 printf_filtered (regexp
c5aa993b
JM
3172 ? "All %ss matching regular expression \"%s\":\n"
3173 : "All defined %ss:\n",
176620f1 3174 classnames[(int) (kind - VARIABLES_DOMAIN)], regexp);
c906108c
SS
3175
3176 for (p = symbols; p != NULL; p = p->next)
3177 {
3178 QUIT;
3179
3180 if (p->msymbol != NULL)
c5aa993b
JM
3181 {
3182 if (first)
3183 {
3184 printf_filtered ("\nNon-debugging symbols:\n");
3185 first = 0;
3186 }
3187 print_msymbol_info (p->msymbol);
3188 }
c906108c 3189 else
c5aa993b
JM
3190 {
3191 print_symbol_info (kind,
3192 p->symtab,
3193 p->symbol,
3194 p->block,
3195 last_filename);
3196 last_filename = p->symtab->filename;
3197 }
c906108c
SS
3198 }
3199
3200 do_cleanups (old_chain);
3201}
3202
3203static void
fba45db2 3204variables_info (char *regexp, int from_tty)
c906108c 3205{
176620f1 3206 symtab_symbol_info (regexp, VARIABLES_DOMAIN, from_tty);
c906108c
SS
3207}
3208
3209static void
fba45db2 3210functions_info (char *regexp, int from_tty)
c906108c 3211{
176620f1 3212 symtab_symbol_info (regexp, FUNCTIONS_DOMAIN, from_tty);
c906108c
SS
3213}
3214
357e46e7 3215
c906108c 3216static void
fba45db2 3217types_info (char *regexp, int from_tty)
c906108c 3218{
176620f1 3219 symtab_symbol_info (regexp, TYPES_DOMAIN, from_tty);
c906108c
SS
3220}
3221
c906108c 3222/* Breakpoint all functions matching regular expression. */
8926118c 3223
8b93c638 3224void
fba45db2 3225rbreak_command_wrapper (char *regexp, int from_tty)
8b93c638
JM
3226{
3227 rbreak_command (regexp, from_tty);
3228}
8926118c 3229
c906108c 3230static void
fba45db2 3231rbreak_command (char *regexp, int from_tty)
c906108c
SS
3232{
3233 struct symbol_search *ss;
3234 struct symbol_search *p;
3235 struct cleanup *old_chain;
3236
176620f1 3237 search_symbols (regexp, FUNCTIONS_DOMAIN, 0, (char **) NULL, &ss);
5bd98722 3238 old_chain = make_cleanup_free_search_symbols (ss);
c906108c
SS
3239
3240 for (p = ss; p != NULL; p = p->next)
3241 {
3242 if (p->msymbol == NULL)
c5aa993b
JM
3243 {
3244 char *string = (char *) alloca (strlen (p->symtab->filename)
22abf04a 3245 + strlen (DEPRECATED_SYMBOL_NAME (p->symbol))
c5aa993b
JM
3246 + 4);
3247 strcpy (string, p->symtab->filename);
3248 strcat (string, ":'");
22abf04a 3249 strcat (string, DEPRECATED_SYMBOL_NAME (p->symbol));
c5aa993b
JM
3250 strcat (string, "'");
3251 break_command (string, from_tty);
176620f1 3252 print_symbol_info (FUNCTIONS_DOMAIN,
c5aa993b
JM
3253 p->symtab,
3254 p->symbol,
3255 p->block,
3256 p->symtab->filename);
3257 }
c906108c 3258 else
c5aa993b 3259 {
22abf04a 3260 break_command (DEPRECATED_SYMBOL_NAME (p->msymbol), from_tty);
c5aa993b 3261 printf_filtered ("<function, no debug info> %s;\n",
de5ad195 3262 SYMBOL_PRINT_NAME (p->msymbol));
c5aa993b 3263 }
c906108c
SS
3264 }
3265
3266 do_cleanups (old_chain);
3267}
c906108c 3268\f
c5aa993b 3269
c906108c
SS
3270/* Helper routine for make_symbol_completion_list. */
3271
3272static int return_val_size;
3273static int return_val_index;
3274static char **return_val;
3275
3276#define COMPLETION_LIST_ADD_SYMBOL(symbol, sym_text, len, text, word) \
3277 do { \
3278 if (SYMBOL_DEMANGLED_NAME (symbol) != NULL) \
3279 /* Put only the mangled name on the list. */ \
3280 /* Advantage: "b foo<TAB>" completes to "b foo(int, int)" */ \
3281 /* Disadvantage: "b foo__i<TAB>" doesn't complete. */ \
3282 completion_list_add_name \
3283 (SYMBOL_DEMANGLED_NAME (symbol), (sym_text), (len), (text), (word)); \
3284 else \
3285 completion_list_add_name \
22abf04a 3286 (DEPRECATED_SYMBOL_NAME (symbol), (sym_text), (len), (text), (word)); \
c906108c
SS
3287 } while (0)
3288
3289/* Test to see if the symbol specified by SYMNAME (which is already
c5aa993b
JM
3290 demangled for C++ symbols) matches SYM_TEXT in the first SYM_TEXT_LEN
3291 characters. If so, add it to the current completion list. */
c906108c
SS
3292
3293static void
fba45db2
KB
3294completion_list_add_name (char *symname, char *sym_text, int sym_text_len,
3295 char *text, char *word)
c906108c
SS
3296{
3297 int newsize;
3298 int i;
3299
3300 /* clip symbols that cannot match */
3301
3302 if (strncmp (symname, sym_text, sym_text_len) != 0)
3303 {
3304 return;
3305 }
3306
c906108c
SS
3307 /* We have a match for a completion, so add SYMNAME to the current list
3308 of matches. Note that the name is moved to freshly malloc'd space. */
3309
3310 {
3311 char *new;
3312 if (word == sym_text)
3313 {
3314 new = xmalloc (strlen (symname) + 5);
3315 strcpy (new, symname);
3316 }
3317 else if (word > sym_text)
3318 {
3319 /* Return some portion of symname. */
3320 new = xmalloc (strlen (symname) + 5);
3321 strcpy (new, symname + (word - sym_text));
3322 }
3323 else
3324 {
3325 /* Return some of SYM_TEXT plus symname. */
3326 new = xmalloc (strlen (symname) + (sym_text - word) + 5);
3327 strncpy (new, word, sym_text - word);
3328 new[sym_text - word] = '\0';
3329 strcat (new, symname);
3330 }
3331
c906108c
SS
3332 if (return_val_index + 3 > return_val_size)
3333 {
3334 newsize = (return_val_size *= 2) * sizeof (char *);
3335 return_val = (char **) xrealloc ((char *) return_val, newsize);
3336 }
3337 return_val[return_val_index++] = new;
3338 return_val[return_val_index] = NULL;
3339 }
3340}
3341
69636828
AF
3342/* ObjC: In case we are completing on a selector, look as the msymbol
3343 again and feed all the selectors into the mill. */
3344
3345static void
3346completion_list_objc_symbol (struct minimal_symbol *msymbol, char *sym_text,
3347 int sym_text_len, char *text, char *word)
3348{
3349 static char *tmp = NULL;
3350 static unsigned int tmplen = 0;
3351
3352 char *method, *category, *selector;
3353 char *tmp2 = NULL;
3354
3355 method = SYMBOL_NATURAL_NAME (msymbol);
3356
3357 /* Is it a method? */
3358 if ((method[0] != '-') && (method[0] != '+'))
3359 return;
3360
3361 if (sym_text[0] == '[')
3362 /* Complete on shortened method method. */
3363 completion_list_add_name (method + 1, sym_text, sym_text_len, text, word);
3364
3365 while ((strlen (method) + 1) >= tmplen)
3366 {
3367 if (tmplen == 0)
3368 tmplen = 1024;
3369 else
3370 tmplen *= 2;
3371 tmp = xrealloc (tmp, tmplen);
3372 }
3373 selector = strchr (method, ' ');
3374 if (selector != NULL)
3375 selector++;
3376
3377 category = strchr (method, '(');
3378
3379 if ((category != NULL) && (selector != NULL))
3380 {
3381 memcpy (tmp, method, (category - method));
3382 tmp[category - method] = ' ';
3383 memcpy (tmp + (category - method) + 1, selector, strlen (selector) + 1);
3384 completion_list_add_name (tmp, sym_text, sym_text_len, text, word);
3385 if (sym_text[0] == '[')
3386 completion_list_add_name (tmp + 1, sym_text, sym_text_len, text, word);
3387 }
3388
3389 if (selector != NULL)
3390 {
3391 /* Complete on selector only. */
3392 strcpy (tmp, selector);
3393 tmp2 = strchr (tmp, ']');
3394 if (tmp2 != NULL)
3395 *tmp2 = '\0';
3396
3397 completion_list_add_name (tmp, sym_text, sym_text_len, text, word);
3398 }
3399}
3400
3401/* Break the non-quoted text based on the characters which are in
3402 symbols. FIXME: This should probably be language-specific. */
3403
3404static char *
3405language_search_unquoted_string (char *text, char *p)
3406{
3407 for (; p > text; --p)
3408 {
3409 if (isalnum (p[-1]) || p[-1] == '_' || p[-1] == '\0')
3410 continue;
3411 else
3412 {
3413 if ((current_language->la_language == language_objc))
3414 {
3415 if (p[-1] == ':') /* might be part of a method name */
3416 continue;
3417 else if (p[-1] == '[' && (p[-2] == '-' || p[-2] == '+'))
3418 p -= 2; /* beginning of a method name */
3419 else if (p[-1] == ' ' || p[-1] == '(' || p[-1] == ')')
3420 { /* might be part of a method name */
3421 char *t = p;
3422
3423 /* Seeing a ' ' or a '(' is not conclusive evidence
3424 that we are in the middle of a method name. However,
3425 finding "-[" or "+[" should be pretty un-ambiguous.
3426 Unfortunately we have to find it now to decide. */
3427
3428 while (t > text)
3429 if (isalnum (t[-1]) || t[-1] == '_' ||
3430 t[-1] == ' ' || t[-1] == ':' ||
3431 t[-1] == '(' || t[-1] == ')')
3432 --t;
3433 else
3434 break;
3435
3436 if (t[-1] == '[' && (t[-2] == '-' || t[-2] == '+'))
3437 p = t - 2; /* method name detected */
3438 /* else we leave with p unchanged */
3439 }
3440 }
3441 break;
3442 }
3443 }
3444 return p;
3445}
3446
3447
c94fdfd0
EZ
3448/* Return a NULL terminated array of all symbols (regardless of class)
3449 which begin by matching TEXT. If the answer is no symbols, then
3450 the return value is an array which contains only a NULL pointer.
c906108c
SS
3451
3452 Problem: All of the symbols have to be copied because readline frees them.
3453 I'm not going to worry about this; hopefully there won't be that many. */
3454
3455char **
fba45db2 3456make_symbol_completion_list (char *text, char *word)
c906108c
SS
3457{
3458 register struct symbol *sym;
3459 register struct symtab *s;
3460 register struct partial_symtab *ps;
3461 register struct minimal_symbol *msymbol;
3462 register struct objfile *objfile;
3463 register struct block *b, *surrounding_static_block = 0;
3464 register int i, j;
3465 struct partial_symbol **psym;
3466 /* The symbol we are completing on. Points in same buffer as text. */
3467 char *sym_text;
3468 /* Length of sym_text. */
3469 int sym_text_len;
3470
3471 /* Now look for the symbol we are supposed to complete on.
3472 FIXME: This should be language-specific. */
3473 {
3474 char *p;
3475 char quote_found;
3476 char *quote_pos = NULL;
3477
3478 /* First see if this is a quoted string. */
3479 quote_found = '\0';
3480 for (p = text; *p != '\0'; ++p)
3481 {
3482 if (quote_found != '\0')
3483 {
3484 if (*p == quote_found)
3485 /* Found close quote. */
3486 quote_found = '\0';
3487 else if (*p == '\\' && p[1] == quote_found)
3488 /* A backslash followed by the quote character
c5aa993b 3489 doesn't end the string. */
c906108c
SS
3490 ++p;
3491 }
3492 else if (*p == '\'' || *p == '"')
3493 {
3494 quote_found = *p;
3495 quote_pos = p;
3496 }
3497 }
3498 if (quote_found == '\'')
3499 /* A string within single quotes can be a symbol, so complete on it. */
3500 sym_text = quote_pos + 1;
3501 else if (quote_found == '"')
3502 /* A double-quoted string is never a symbol, nor does it make sense
c5aa993b 3503 to complete it any other way. */
c94fdfd0
EZ
3504 {
3505 return_val = (char **) xmalloc (sizeof (char *));
3506 return_val[0] = NULL;
3507 return return_val;
3508 }
c906108c
SS
3509 else
3510 {
3511 /* It is not a quoted string. Break it based on the characters
3512 which are in symbols. */
3513 while (p > text)
3514 {
3515 if (isalnum (p[-1]) || p[-1] == '_' || p[-1] == '\0')
3516 --p;
3517 else
3518 break;
3519 }
3520 sym_text = p;
3521 }
3522 }
3523
3524 sym_text_len = strlen (sym_text);
3525
3526 return_val_size = 100;
3527 return_val_index = 0;
3528 return_val = (char **) xmalloc ((return_val_size + 1) * sizeof (char *));
3529 return_val[0] = NULL;
3530
3531 /* Look through the partial symtabs for all symbols which begin
3532 by matching SYM_TEXT. Add each one that you find to the list. */
3533
3534 ALL_PSYMTABS (objfile, ps)
c5aa993b
JM
3535 {
3536 /* If the psymtab's been read in we'll get it when we search
3537 through the blockvector. */
3538 if (ps->readin)
3539 continue;
3540
3541 for (psym = objfile->global_psymbols.list + ps->globals_offset;
3542 psym < (objfile->global_psymbols.list + ps->globals_offset
3543 + ps->n_global_syms);
3544 psym++)
3545 {
3546 /* If interrupted, then quit. */
3547 QUIT;
3548 COMPLETION_LIST_ADD_SYMBOL (*psym, sym_text, sym_text_len, text, word);
3549 }
3550
3551 for (psym = objfile->static_psymbols.list + ps->statics_offset;
3552 psym < (objfile->static_psymbols.list + ps->statics_offset
3553 + ps->n_static_syms);
3554 psym++)
3555 {
3556 QUIT;
3557 COMPLETION_LIST_ADD_SYMBOL (*psym, sym_text, sym_text_len, text, word);
3558 }
3559 }
c906108c
SS
3560
3561 /* At this point scan through the misc symbol vectors and add each
3562 symbol you find to the list. Eventually we want to ignore
3563 anything that isn't a text symbol (everything else will be
3564 handled by the psymtab code above). */
3565
3566 ALL_MSYMBOLS (objfile, msymbol)
c5aa993b
JM
3567 {
3568 QUIT;
3569 COMPLETION_LIST_ADD_SYMBOL (msymbol, sym_text, sym_text_len, text, word);
69636828
AF
3570
3571 completion_list_objc_symbol (msymbol, sym_text, sym_text_len, text, word);
c5aa993b 3572 }
c906108c
SS
3573
3574 /* Search upwards from currently selected frame (so that we can
3575 complete on local vars. */
3576
ae767bfb 3577 for (b = get_selected_block (0); b != NULL; b = BLOCK_SUPERBLOCK (b))
c906108c
SS
3578 {
3579 if (!BLOCK_SUPERBLOCK (b))
3580 {
c5aa993b 3581 surrounding_static_block = b; /* For elmin of dups */
c906108c 3582 }
c5aa993b 3583
c906108c 3584 /* Also catch fields of types defined in this places which match our
c5aa993b 3585 text string. Only complete on types visible from current context. */
c906108c 3586
e88c90f2 3587 ALL_BLOCK_SYMBOLS (b, i, sym)
c906108c 3588 {
69636828 3589 QUIT;
c906108c
SS
3590 COMPLETION_LIST_ADD_SYMBOL (sym, sym_text, sym_text_len, text, word);
3591 if (SYMBOL_CLASS (sym) == LOC_TYPEDEF)
3592 {
3593 struct type *t = SYMBOL_TYPE (sym);
3594 enum type_code c = TYPE_CODE (t);
3595
3596 if (c == TYPE_CODE_UNION || c == TYPE_CODE_STRUCT)
3597 {
3598 for (j = TYPE_N_BASECLASSES (t); j < TYPE_NFIELDS (t); j++)
3599 {
3600 if (TYPE_FIELD_NAME (t, j))
3601 {
3602 completion_list_add_name (TYPE_FIELD_NAME (t, j),
c5aa993b 3603 sym_text, sym_text_len, text, word);
c906108c
SS
3604 }
3605 }
3606 }
3607 }
3608 }
3609 }
3610
3611 /* Go through the symtabs and check the externs and statics for
3612 symbols which match. */
3613
3614 ALL_SYMTABS (objfile, s)
c5aa993b
JM
3615 {
3616 QUIT;
3617 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), GLOBAL_BLOCK);
e88c90f2 3618 ALL_BLOCK_SYMBOLS (b, i, sym)
c5aa993b 3619 {
c5aa993b
JM
3620 COMPLETION_LIST_ADD_SYMBOL (sym, sym_text, sym_text_len, text, word);
3621 }
3622 }
c906108c
SS
3623
3624 ALL_SYMTABS (objfile, s)
c5aa993b
JM
3625 {
3626 QUIT;
3627 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), STATIC_BLOCK);
3628 /* Don't do this block twice. */
3629 if (b == surrounding_static_block)
3630 continue;
e88c90f2 3631 ALL_BLOCK_SYMBOLS (b, i, sym)
c5aa993b 3632 {
c5aa993b
JM
3633 COMPLETION_LIST_ADD_SYMBOL (sym, sym_text, sym_text_len, text, word);
3634 }
3635 }
c906108c
SS
3636
3637 return (return_val);
3638}
3639
c94fdfd0
EZ
3640/* Like make_symbol_completion_list, but returns a list of symbols
3641 defined in a source file FILE. */
3642
3643char **
3644make_file_symbol_completion_list (char *text, char *word, char *srcfile)
3645{
3646 register struct symbol *sym;
3647 register struct symtab *s;
3648 register struct block *b;
3649 register int i;
3650 /* The symbol we are completing on. Points in same buffer as text. */
3651 char *sym_text;
3652 /* Length of sym_text. */
3653 int sym_text_len;
3654
3655 /* Now look for the symbol we are supposed to complete on.
3656 FIXME: This should be language-specific. */
3657 {
3658 char *p;
3659 char quote_found;
3660 char *quote_pos = NULL;
3661
3662 /* First see if this is a quoted string. */
3663 quote_found = '\0';
3664 for (p = text; *p != '\0'; ++p)
3665 {
3666 if (quote_found != '\0')
3667 {
3668 if (*p == quote_found)
3669 /* Found close quote. */
3670 quote_found = '\0';
3671 else if (*p == '\\' && p[1] == quote_found)
3672 /* A backslash followed by the quote character
3673 doesn't end the string. */
3674 ++p;
3675 }
3676 else if (*p == '\'' || *p == '"')
3677 {
3678 quote_found = *p;
3679 quote_pos = p;
3680 }
3681 }
3682 if (quote_found == '\'')
3683 /* A string within single quotes can be a symbol, so complete on it. */
3684 sym_text = quote_pos + 1;
3685 else if (quote_found == '"')
3686 /* A double-quoted string is never a symbol, nor does it make sense
3687 to complete it any other way. */
3688 {
3689 return_val = (char **) xmalloc (sizeof (char *));
3690 return_val[0] = NULL;
3691 return return_val;
3692 }
3693 else
3694 {
69636828
AF
3695 /* Not a quoted string. */
3696 sym_text = language_search_unquoted_string (text, p);
c94fdfd0
EZ
3697 }
3698 }
3699
3700 sym_text_len = strlen (sym_text);
3701
3702 return_val_size = 10;
3703 return_val_index = 0;
3704 return_val = (char **) xmalloc ((return_val_size + 1) * sizeof (char *));
3705 return_val[0] = NULL;
3706
3707 /* Find the symtab for SRCFILE (this loads it if it was not yet read
3708 in). */
3709 s = lookup_symtab (srcfile);
3710 if (s == NULL)
3711 {
3712 /* Maybe they typed the file with leading directories, while the
3713 symbol tables record only its basename. */
31889e00 3714 const char *tail = lbasename (srcfile);
c94fdfd0
EZ
3715
3716 if (tail > srcfile)
3717 s = lookup_symtab (tail);
3718 }
3719
3720 /* If we have no symtab for that file, return an empty list. */
3721 if (s == NULL)
3722 return (return_val);
3723
3724 /* Go through this symtab and check the externs and statics for
3725 symbols which match. */
3726
3727 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), GLOBAL_BLOCK);
e88c90f2 3728 ALL_BLOCK_SYMBOLS (b, i, sym)
c94fdfd0 3729 {
c94fdfd0
EZ
3730 COMPLETION_LIST_ADD_SYMBOL (sym, sym_text, sym_text_len, text, word);
3731 }
3732
3733 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), STATIC_BLOCK);
e88c90f2 3734 ALL_BLOCK_SYMBOLS (b, i, sym)
c94fdfd0 3735 {
c94fdfd0
EZ
3736 COMPLETION_LIST_ADD_SYMBOL (sym, sym_text, sym_text_len, text, word);
3737 }
3738
3739 return (return_val);
3740}
3741
3742/* A helper function for make_source_files_completion_list. It adds
3743 another file name to a list of possible completions, growing the
3744 list as necessary. */
3745
3746static void
3747add_filename_to_list (const char *fname, char *text, char *word,
3748 char ***list, int *list_used, int *list_alloced)
3749{
3750 char *new;
3751 size_t fnlen = strlen (fname);
3752
3753 if (*list_used + 1 >= *list_alloced)
3754 {
3755 *list_alloced *= 2;
3756 *list = (char **) xrealloc ((char *) *list,
3757 *list_alloced * sizeof (char *));
3758 }
3759
3760 if (word == text)
3761 {
3762 /* Return exactly fname. */
3763 new = xmalloc (fnlen + 5);
3764 strcpy (new, fname);
3765 }
3766 else if (word > text)
3767 {
3768 /* Return some portion of fname. */
3769 new = xmalloc (fnlen + 5);
3770 strcpy (new, fname + (word - text));
3771 }
3772 else
3773 {
3774 /* Return some of TEXT plus fname. */
3775 new = xmalloc (fnlen + (text - word) + 5);
3776 strncpy (new, word, text - word);
3777 new[text - word] = '\0';
3778 strcat (new, fname);
3779 }
3780 (*list)[*list_used] = new;
3781 (*list)[++*list_used] = NULL;
3782}
3783
3784static int
3785not_interesting_fname (const char *fname)
3786{
3787 static const char *illegal_aliens[] = {
3788 "_globals_", /* inserted by coff_symtab_read */
3789 NULL
3790 };
3791 int i;
3792
3793 for (i = 0; illegal_aliens[i]; i++)
3794 {
3795 if (strcmp (fname, illegal_aliens[i]) == 0)
3796 return 1;
3797 }
3798 return 0;
3799}
3800
3801/* Return a NULL terminated array of all source files whose names
3802 begin with matching TEXT. The file names are looked up in the
3803 symbol tables of this program. If the answer is no matchess, then
3804 the return value is an array which contains only a NULL pointer. */
3805
3806char **
3807make_source_files_completion_list (char *text, char *word)
3808{
3809 register struct symtab *s;
3810 register struct partial_symtab *ps;
3811 register struct objfile *objfile;
3812 int first = 1;
3813 int list_alloced = 1;
3814 int list_used = 0;
3815 size_t text_len = strlen (text);
3816 char **list = (char **) xmalloc (list_alloced * sizeof (char *));
31889e00 3817 const char *base_name;
c94fdfd0
EZ
3818
3819 list[0] = NULL;
3820
3821 if (!have_full_symbols () && !have_partial_symbols ())
3822 return list;
3823
3824 ALL_SYMTABS (objfile, s)
3825 {
3826 if (not_interesting_fname (s->filename))
3827 continue;
3828 if (!filename_seen (s->filename, 1, &first)
3829#if HAVE_DOS_BASED_FILE_SYSTEM
3830 && strncasecmp (s->filename, text, text_len) == 0
3831#else
3832 && strncmp (s->filename, text, text_len) == 0
3833#endif
3834 )
3835 {
3836 /* This file matches for a completion; add it to the current
3837 list of matches. */
3838 add_filename_to_list (s->filename, text, word,
3839 &list, &list_used, &list_alloced);
3840 }
3841 else
3842 {
3843 /* NOTE: We allow the user to type a base name when the
3844 debug info records leading directories, but not the other
3845 way around. This is what subroutines of breakpoint
3846 command do when they parse file names. */
31889e00 3847 base_name = lbasename (s->filename);
c94fdfd0
EZ
3848 if (base_name != s->filename
3849 && !filename_seen (base_name, 1, &first)
3850#if HAVE_DOS_BASED_FILE_SYSTEM
3851 && strncasecmp (base_name, text, text_len) == 0
3852#else
3853 && strncmp (base_name, text, text_len) == 0
3854#endif
3855 )
3856 add_filename_to_list (base_name, text, word,
3857 &list, &list_used, &list_alloced);
3858 }
3859 }
3860
3861 ALL_PSYMTABS (objfile, ps)
3862 {
3863 if (not_interesting_fname (ps->filename))
3864 continue;
3865 if (!ps->readin)
3866 {
3867 if (!filename_seen (ps->filename, 1, &first)
3868#if HAVE_DOS_BASED_FILE_SYSTEM
3869 && strncasecmp (ps->filename, text, text_len) == 0
3870#else
3871 && strncmp (ps->filename, text, text_len) == 0
3872#endif
3873 )
3874 {
3875 /* This file matches for a completion; add it to the
3876 current list of matches. */
3877 add_filename_to_list (ps->filename, text, word,
3878 &list, &list_used, &list_alloced);
3879
3880 }
3881 else
3882 {
31889e00 3883 base_name = lbasename (ps->filename);
c94fdfd0
EZ
3884 if (base_name != ps->filename
3885 && !filename_seen (base_name, 1, &first)
3886#if HAVE_DOS_BASED_FILE_SYSTEM
3887 && strncasecmp (base_name, text, text_len) == 0
3888#else
3889 && strncmp (base_name, text, text_len) == 0
3890#endif
3891 )
3892 add_filename_to_list (base_name, text, word,
3893 &list, &list_used, &list_alloced);
3894 }
3895 }
3896 }
3897
3898 return list;
3899}
3900
c906108c
SS
3901/* Determine if PC is in the prologue of a function. The prologue is the area
3902 between the first instruction of a function, and the first executable line.
3903 Returns 1 if PC *might* be in prologue, 0 if definately *not* in prologue.
3904
3905 If non-zero, func_start is where we think the prologue starts, possibly
3906 by previous examination of symbol table information.
3907 */
3908
3909int
fba45db2 3910in_prologue (CORE_ADDR pc, CORE_ADDR func_start)
c906108c
SS
3911{
3912 struct symtab_and_line sal;
3913 CORE_ADDR func_addr, func_end;
3914
54cf9c03
EZ
3915 /* We have several sources of information we can consult to figure
3916 this out.
3917 - Compilers usually emit line number info that marks the prologue
3918 as its own "source line". So the ending address of that "line"
3919 is the end of the prologue. If available, this is the most
3920 reliable method.
3921 - The minimal symbols and partial symbols, which can usually tell
3922 us the starting and ending addresses of a function.
3923 - If we know the function's start address, we can call the
3924 architecture-defined SKIP_PROLOGUE function to analyze the
3925 instruction stream and guess where the prologue ends.
3926 - Our `func_start' argument; if non-zero, this is the caller's
3927 best guess as to the function's entry point. At the time of
3928 this writing, handle_inferior_event doesn't get this right, so
3929 it should be our last resort. */
3930
3931 /* Consult the partial symbol table, to find which function
3932 the PC is in. */
3933 if (! find_pc_partial_function (pc, NULL, &func_addr, &func_end))
3934 {
3935 CORE_ADDR prologue_end;
c906108c 3936
54cf9c03
EZ
3937 /* We don't even have minsym information, so fall back to using
3938 func_start, if given. */
3939 if (! func_start)
3940 return 1; /* We *might* be in a prologue. */
c906108c 3941
54cf9c03 3942 prologue_end = SKIP_PROLOGUE (func_start);
c906108c 3943
54cf9c03
EZ
3944 return func_start <= pc && pc < prologue_end;
3945 }
c906108c 3946
54cf9c03
EZ
3947 /* If we have line number information for the function, that's
3948 usually pretty reliable. */
3949 sal = find_pc_line (func_addr, 0);
c906108c 3950
54cf9c03
EZ
3951 /* Now sal describes the source line at the function's entry point,
3952 which (by convention) is the prologue. The end of that "line",
3953 sal.end, is the end of the prologue.
3954
3955 Note that, for functions whose source code is all on a single
3956 line, the line number information doesn't always end up this way.
3957 So we must verify that our purported end-of-prologue address is
3958 *within* the function, not at its start or end. */
3959 if (sal.line == 0
3960 || sal.end <= func_addr
3961 || func_end <= sal.end)
3962 {
3963 /* We don't have any good line number info, so use the minsym
3964 information, together with the architecture-specific prologue
3965 scanning code. */
3966 CORE_ADDR prologue_end = SKIP_PROLOGUE (func_addr);
c906108c 3967
54cf9c03
EZ
3968 return func_addr <= pc && pc < prologue_end;
3969 }
c906108c 3970
54cf9c03
EZ
3971 /* We have line number info, and it looks good. */
3972 return func_addr <= pc && pc < sal.end;
c906108c
SS
3973}
3974
3975
3976/* Begin overload resolution functions */
228c6d41
DJ
3977
3978static char *
3979remove_params (const char *demangled_name)
3980{
3981 const char *argp;
3982 char *new_name;
3983 int depth;
3984
3985 if (demangled_name == NULL)
3986 return NULL;
3987
3988 /* First find the end of the arg list. */
3989 argp = strrchr (demangled_name, ')');
3990 if (argp == NULL)
3991 return NULL;
3992
3993 /* Back up to the beginning. */
3994 depth = 1;
3995
3996 while (argp-- > demangled_name)
3997 {
3998 if (*argp == ')')
3999 depth ++;
4000 else if (*argp == '(')
4001 {
4002 depth --;
4003
4004 if (depth == 0)
4005 break;
4006 }
4007 }
4008 if (depth != 0)
4009 internal_error (__FILE__, __LINE__,
4010 "bad demangled name %s\n", demangled_name);
4011 while (argp[-1] == ' ' && argp > demangled_name)
4012 argp --;
4013
4014 new_name = xmalloc (argp - demangled_name + 1);
4015 memcpy (new_name, demangled_name, argp - demangled_name);
4016 new_name[argp - demangled_name] = '\0';
4017 return new_name;
4018}
4019
c906108c
SS
4020/* Helper routine for make_symbol_completion_list. */
4021
4022static int sym_return_val_size;
4023static int sym_return_val_index;
4024static struct symbol **sym_return_val;
4025
4026/* Test to see if the symbol specified by SYMNAME (which is already
c5aa993b
JM
4027 demangled for C++ symbols) matches SYM_TEXT in the first SYM_TEXT_LEN
4028 characters. If so, add it to the current completion list. */
c906108c
SS
4029
4030static void
fba45db2 4031overload_list_add_symbol (struct symbol *sym, char *oload_name)
c906108c
SS
4032{
4033 int newsize;
4034 int i;
228c6d41
DJ
4035 char *sym_name;
4036
4037 /* If there is no type information, we can't do anything, so skip */
4038 if (SYMBOL_TYPE (sym) == NULL)
4039 return;
4040
4041 /* skip any symbols that we've already considered. */
4042 for (i = 0; i < sym_return_val_index; ++i)
22abf04a 4043 if (!strcmp (DEPRECATED_SYMBOL_NAME (sym), DEPRECATED_SYMBOL_NAME (sym_return_val[i])))
228c6d41 4044 return;
c906108c
SS
4045
4046 /* Get the demangled name without parameters */
228c6d41 4047 sym_name = remove_params (SYMBOL_DEMANGLED_NAME (sym));
c906108c 4048 if (!sym_name)
228c6d41 4049 return;
c906108c
SS
4050
4051 /* skip symbols that cannot match */
4052 if (strcmp (sym_name, oload_name) != 0)
917317f4 4053 {
b8c9b27d 4054 xfree (sym_name);
917317f4
JM
4055 return;
4056 }
c906108c 4057
228c6d41 4058 xfree (sym_name);
c906108c
SS
4059
4060 /* We have a match for an overload instance, so add SYM to the current list
4061 * of overload instances */
4062 if (sym_return_val_index + 3 > sym_return_val_size)
4063 {
4064 newsize = (sym_return_val_size *= 2) * sizeof (struct symbol *);
4065 sym_return_val = (struct symbol **) xrealloc ((char *) sym_return_val, newsize);
4066 }
4067 sym_return_val[sym_return_val_index++] = sym;
4068 sym_return_val[sym_return_val_index] = NULL;
c906108c
SS
4069}
4070
4071/* Return a null-terminated list of pointers to function symbols that
4072 * match name of the supplied symbol FSYM.
4073 * This is used in finding all overloaded instances of a function name.
4074 * This has been modified from make_symbol_completion_list. */
4075
4076
4077struct symbol **
fba45db2 4078make_symbol_overload_list (struct symbol *fsym)
c906108c
SS
4079{
4080 register struct symbol *sym;
4081 register struct symtab *s;
4082 register struct partial_symtab *ps;
c906108c
SS
4083 register struct objfile *objfile;
4084 register struct block *b, *surrounding_static_block = 0;
d4f3574e 4085 register int i;
c906108c
SS
4086 /* The name we are completing on. */
4087 char *oload_name = NULL;
4088 /* Length of name. */
4089 int oload_name_len = 0;
4090
228c6d41 4091 /* Look for the symbol we are supposed to complete on. */
c906108c 4092
228c6d41 4093 oload_name = remove_params (SYMBOL_DEMANGLED_NAME (fsym));
c906108c
SS
4094 if (!oload_name)
4095 {
228c6d41
DJ
4096 sym_return_val_size = 1;
4097 sym_return_val = (struct symbol **) xmalloc (2 * sizeof (struct symbol *));
4098 sym_return_val[0] = fsym;
4099 sym_return_val[1] = NULL;
4100
4101 return sym_return_val;
c906108c
SS
4102 }
4103 oload_name_len = strlen (oload_name);
4104
4105 sym_return_val_size = 100;
4106 sym_return_val_index = 0;
4107 sym_return_val = (struct symbol **) xmalloc ((sym_return_val_size + 1) * sizeof (struct symbol *));
4108 sym_return_val[0] = NULL;
4109
49fa1dc2
DC
4110 /* Read in all partial symtabs containing a partial symbol named
4111 OLOAD_NAME. */
c906108c
SS
4112
4113 ALL_PSYMTABS (objfile, ps)
c5aa993b 4114 {
d4f3574e
SS
4115 struct partial_symbol **psym;
4116
c5aa993b
JM
4117 /* If the psymtab's been read in we'll get it when we search
4118 through the blockvector. */
4119 if (ps->readin)
4120 continue;
4121
176620f1 4122 if ((lookup_partial_symbol (ps, oload_name, NULL, 1, VAR_DOMAIN)
3d4e8fd2 4123 != NULL)
176620f1 4124 || (lookup_partial_symbol (ps, oload_name, NULL, 0, VAR_DOMAIN)
3d4e8fd2 4125 != NULL))
49fa1dc2 4126 PSYMTAB_TO_SYMTAB (ps);
c5aa993b 4127 }
c906108c 4128
c906108c
SS
4129 /* Search upwards from currently selected frame (so that we can
4130 complete on local vars. */
4131
ae767bfb 4132 for (b = get_selected_block (0); b != NULL; b = BLOCK_SUPERBLOCK (b))
c906108c
SS
4133 {
4134 if (!BLOCK_SUPERBLOCK (b))
4135 {
c5aa993b 4136 surrounding_static_block = b; /* For elimination of dups */
c906108c 4137 }
c5aa993b 4138
c906108c 4139 /* Also catch fields of types defined in this places which match our
c5aa993b 4140 text string. Only complete on types visible from current context. */
c906108c 4141
e88c90f2 4142 ALL_BLOCK_SYMBOLS (b, i, sym)
c906108c 4143 {
c906108c
SS
4144 overload_list_add_symbol (sym, oload_name);
4145 }
4146 }
4147
4148 /* Go through the symtabs and check the externs and statics for
4149 symbols which match. */
4150
4151 ALL_SYMTABS (objfile, s)
c5aa993b
JM
4152 {
4153 QUIT;
4154 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), GLOBAL_BLOCK);
e88c90f2 4155 ALL_BLOCK_SYMBOLS (b, i, sym)
c5aa993b 4156 {
c5aa993b
JM
4157 overload_list_add_symbol (sym, oload_name);
4158 }
4159 }
c906108c
SS
4160
4161 ALL_SYMTABS (objfile, s)
c5aa993b
JM
4162 {
4163 QUIT;
4164 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), STATIC_BLOCK);
4165 /* Don't do this block twice. */
4166 if (b == surrounding_static_block)
4167 continue;
e88c90f2 4168 ALL_BLOCK_SYMBOLS (b, i, sym)
c5aa993b 4169 {
c5aa993b
JM
4170 overload_list_add_symbol (sym, oload_name);
4171 }
4172 }
c906108c 4173
b8c9b27d 4174 xfree (oload_name);
c906108c
SS
4175
4176 return (sym_return_val);
4177}
4178
4179/* End of overload resolution functions */
c906108c 4180\f
50641945
FN
4181struct symtabs_and_lines
4182decode_line_spec (char *string, int funfirstline)
4183{
4184 struct symtabs_and_lines sals;
0378c332
FN
4185 struct symtab_and_line cursal;
4186
50641945
FN
4187 if (string == 0)
4188 error ("Empty line specification.");
0378c332
FN
4189
4190 /* We use whatever is set as the current source line. We do not try
4191 and get a default or it will recursively call us! */
4192 cursal = get_current_source_symtab_and_line ();
4193
50641945 4194 sals = decode_line_1 (&string, funfirstline,
0378c332 4195 cursal.symtab, cursal.line,
50641945 4196 (char ***) NULL);
0378c332 4197
50641945
FN
4198 if (*string)
4199 error ("Junk at end of line specification: %s", string);
4200 return sals;
4201}
c5aa993b 4202
51cc5b07
AC
4203/* Track MAIN */
4204static char *name_of_main;
4205
4206void
4207set_main_name (const char *name)
4208{
4209 if (name_of_main != NULL)
4210 {
4211 xfree (name_of_main);
4212 name_of_main = NULL;
4213 }
4214 if (name != NULL)
4215 {
4216 name_of_main = xstrdup (name);
4217 }
4218}
4219
4220char *
4221main_name (void)
4222{
4223 if (name_of_main != NULL)
4224 return name_of_main;
4225 else
4226 return "main";
4227}
4228
4229
c906108c 4230void
fba45db2 4231_initialize_symtab (void)
c906108c
SS
4232{
4233 add_info ("variables", variables_info,
c5aa993b 4234 "All global and static variable names, or those matching REGEXP.");
c906108c 4235 if (dbx_commands)
c5aa993b
JM
4236 add_com ("whereis", class_info, variables_info,
4237 "All global and static variable names, or those matching REGEXP.");
c906108c
SS
4238
4239 add_info ("functions", functions_info,
4240 "All function names, or those matching REGEXP.");
4241
357e46e7 4242
c906108c
SS
4243 /* FIXME: This command has at least the following problems:
4244 1. It prints builtin types (in a very strange and confusing fashion).
4245 2. It doesn't print right, e.g. with
c5aa993b
JM
4246 typedef struct foo *FOO
4247 type_print prints "FOO" when we want to make it (in this situation)
4248 print "struct foo *".
c906108c
SS
4249 I also think "ptype" or "whatis" is more likely to be useful (but if
4250 there is much disagreement "info types" can be fixed). */
4251 add_info ("types", types_info,
4252 "All type names, or those matching REGEXP.");
4253
c906108c
SS
4254 add_info ("sources", sources_info,
4255 "Source files in the program.");
4256
4257 add_com ("rbreak", class_breakpoint, rbreak_command,
c5aa993b 4258 "Set a breakpoint for all functions matching REGEXP.");
c906108c
SS
4259
4260 if (xdb_commands)
4261 {
4262 add_com ("lf", class_info, sources_info, "Source files in the program");
4263 add_com ("lg", class_info, variables_info,
c5aa993b 4264 "All global and static variable names, or those matching REGEXP.");
c906108c
SS
4265 }
4266
4267 /* Initialize the one built-in type that isn't language dependent... */
4268 builtin_type_error = init_type (TYPE_CODE_ERROR, 0, 0,
4269 "<unknown type>", (struct objfile *) NULL);
4270}
This page took 0.73777 seconds and 4 git commands to generate.