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