2002-03-28 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / symfile.c
1 /* Generic symbol file reading for the GNU debugger, GDB.
2
3 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
4 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
5
6 Contributed by Cygnus Support, using pieces from other GDB modules.
7
8 This file is part of GDB.
9
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
14
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 59 Temple Place - Suite 330,
23 Boston, MA 02111-1307, USA. */
24
25 #include "defs.h"
26 #include "symtab.h"
27 #include "gdbtypes.h"
28 #include "gdbcore.h"
29 #include "frame.h"
30 #include "target.h"
31 #include "value.h"
32 #include "symfile.h"
33 #include "objfiles.h"
34 #include "gdbcmd.h"
35 #include "breakpoint.h"
36 #include "language.h"
37 #include "complaints.h"
38 #include "demangle.h"
39 #include "inferior.h" /* for write_pc */
40 #include "gdb-stabs.h"
41 #include "obstack.h"
42 #include "completer.h"
43
44 #include <sys/types.h>
45 #include <fcntl.h>
46 #include "gdb_string.h"
47 #include "gdb_stat.h"
48 #include <ctype.h>
49 #include <time.h>
50
51 #ifndef O_BINARY
52 #define O_BINARY 0
53 #endif
54
55 #ifdef HPUXHPPA
56
57 /* Some HP-UX related globals to clear when a new "main"
58 symbol file is loaded. HP-specific. */
59
60 extern int hp_som_som_object_present;
61 extern int hp_cxx_exception_support_initialized;
62 #define RESET_HP_UX_GLOBALS() do {\
63 hp_som_som_object_present = 0; /* indicates HP-compiled code */ \
64 hp_cxx_exception_support_initialized = 0; /* must reinitialize exception stuff */ \
65 } while (0)
66 #endif
67
68 int (*ui_load_progress_hook) (const char *section, unsigned long num);
69 void (*show_load_progress) (const char *section,
70 unsigned long section_sent,
71 unsigned long section_size,
72 unsigned long total_sent,
73 unsigned long total_size);
74 void (*pre_add_symbol_hook) (char *);
75 void (*post_add_symbol_hook) (void);
76 void (*target_new_objfile_hook) (struct objfile *);
77
78 static void clear_symtab_users_cleanup (void *ignore);
79
80 /* Global variables owned by this file */
81 int readnow_symbol_files; /* Read full symbols immediately */
82
83 struct complaint oldsyms_complaint =
84 {
85 "Replacing old symbols for `%s'", 0, 0
86 };
87
88 struct complaint empty_symtab_complaint =
89 {
90 "Empty symbol table found for `%s'", 0, 0
91 };
92
93 struct complaint unknown_option_complaint =
94 {
95 "Unknown option `%s' ignored", 0, 0
96 };
97
98 /* External variables and functions referenced. */
99
100 extern void report_transfer_performance (unsigned long, time_t, time_t);
101
102 /* Functions this file defines */
103
104 #if 0
105 static int simple_read_overlay_region_table (void);
106 static void simple_free_overlay_region_table (void);
107 #endif
108
109 static void set_initial_language (void);
110
111 static void load_command (char *, int);
112
113 static void symbol_file_add_main_1 (char *args, int from_tty, int flags);
114
115 static void add_symbol_file_command (char *, int);
116
117 static void add_shared_symbol_files_command (char *, int);
118
119 static void cashier_psymtab (struct partial_symtab *);
120
121 bfd *symfile_bfd_open (char *);
122
123 static void find_sym_fns (struct objfile *);
124
125 static void decrement_reading_symtab (void *);
126
127 static void overlay_invalidate_all (void);
128
129 static int overlay_is_mapped (struct obj_section *);
130
131 void list_overlays_command (char *, int);
132
133 void map_overlay_command (char *, int);
134
135 void unmap_overlay_command (char *, int);
136
137 static void overlay_auto_command (char *, int);
138
139 static void overlay_manual_command (char *, int);
140
141 static void overlay_off_command (char *, int);
142
143 static void overlay_load_command (char *, int);
144
145 static void overlay_command (char *, int);
146
147 static void simple_free_overlay_table (void);
148
149 static void read_target_long_array (CORE_ADDR, unsigned int *, int);
150
151 static int simple_read_overlay_table (void);
152
153 static int simple_overlay_update_1 (struct obj_section *);
154
155 static void add_filename_language (char *ext, enum language lang);
156
157 static void set_ext_lang_command (char *args, int from_tty);
158
159 static void info_ext_lang_command (char *args, int from_tty);
160
161 static void init_filename_language_table (void);
162
163 void _initialize_symfile (void);
164
165 /* List of all available sym_fns. On gdb startup, each object file reader
166 calls add_symtab_fns() to register information on each format it is
167 prepared to read. */
168
169 static struct sym_fns *symtab_fns = NULL;
170
171 /* Flag for whether user will be reloading symbols multiple times.
172 Defaults to ON for VxWorks, otherwise OFF. */
173
174 #ifdef SYMBOL_RELOADING_DEFAULT
175 int symbol_reloading = SYMBOL_RELOADING_DEFAULT;
176 #else
177 int symbol_reloading = 0;
178 #endif
179
180 /* If non-zero, shared library symbols will be added automatically
181 when the inferior is created, new libraries are loaded, or when
182 attaching to the inferior. This is almost always what users will
183 want to have happen; but for very large programs, the startup time
184 will be excessive, and so if this is a problem, the user can clear
185 this flag and then add the shared library symbols as needed. Note
186 that there is a potential for confusion, since if the shared
187 library symbols are not loaded, commands like "info fun" will *not*
188 report all the functions that are actually present. */
189
190 int auto_solib_add = 1;
191
192 /* For systems that support it, a threshold size in megabytes. If
193 automatically adding a new library's symbol table to those already
194 known to the debugger would cause the total shared library symbol
195 size to exceed this threshhold, then the shlib's symbols are not
196 added. The threshold is ignored if the user explicitly asks for a
197 shlib to be added, such as when using the "sharedlibrary"
198 command. */
199
200 int auto_solib_limit;
201 \f
202
203 /* Since this function is called from within qsort, in an ANSI environment
204 it must conform to the prototype for qsort, which specifies that the
205 comparison function takes two "void *" pointers. */
206
207 static int
208 compare_symbols (const void *s1p, const void *s2p)
209 {
210 register struct symbol **s1, **s2;
211
212 s1 = (struct symbol **) s1p;
213 s2 = (struct symbol **) s2p;
214 return (strcmp (SYMBOL_SOURCE_NAME (*s1), SYMBOL_SOURCE_NAME (*s2)));
215 }
216
217 /*
218
219 LOCAL FUNCTION
220
221 compare_psymbols -- compare two partial symbols by name
222
223 DESCRIPTION
224
225 Given pointers to pointers to two partial symbol table entries,
226 compare them by name and return -N, 0, or +N (ala strcmp).
227 Typically used by sorting routines like qsort().
228
229 NOTES
230
231 Does direct compare of first two characters before punting
232 and passing to strcmp for longer compares. Note that the
233 original version had a bug whereby two null strings or two
234 identically named one character strings would return the
235 comparison of memory following the null byte.
236
237 */
238
239 static int
240 compare_psymbols (const void *s1p, const void *s2p)
241 {
242 register struct partial_symbol **s1, **s2;
243 register char *st1, *st2;
244
245 s1 = (struct partial_symbol **) s1p;
246 s2 = (struct partial_symbol **) s2p;
247 st1 = SYMBOL_SOURCE_NAME (*s1);
248 st2 = SYMBOL_SOURCE_NAME (*s2);
249
250
251 if ((st1[0] - st2[0]) || !st1[0])
252 {
253 return (st1[0] - st2[0]);
254 }
255 else if ((st1[1] - st2[1]) || !st1[1])
256 {
257 return (st1[1] - st2[1]);
258 }
259 else
260 {
261 return (strcmp (st1, st2));
262 }
263 }
264
265 void
266 sort_pst_symbols (struct partial_symtab *pst)
267 {
268 /* Sort the global list; don't sort the static list */
269
270 qsort (pst->objfile->global_psymbols.list + pst->globals_offset,
271 pst->n_global_syms, sizeof (struct partial_symbol *),
272 compare_psymbols);
273 }
274
275 /* Call sort_block_syms to sort alphabetically the symbols of one block. */
276
277 void
278 sort_block_syms (register struct block *b)
279 {
280 qsort (&BLOCK_SYM (b, 0), BLOCK_NSYMS (b),
281 sizeof (struct symbol *), compare_symbols);
282 }
283
284 /* Call sort_symtab_syms to sort alphabetically
285 the symbols of each block of one symtab. */
286
287 void
288 sort_symtab_syms (register struct symtab *s)
289 {
290 register struct blockvector *bv;
291 int nbl;
292 int i;
293 register struct block *b;
294
295 if (s == 0)
296 return;
297 bv = BLOCKVECTOR (s);
298 nbl = BLOCKVECTOR_NBLOCKS (bv);
299 for (i = 0; i < nbl; i++)
300 {
301 b = BLOCKVECTOR_BLOCK (bv, i);
302 if (BLOCK_SHOULD_SORT (b))
303 sort_block_syms (b);
304 }
305 }
306
307 /* Make a null terminated copy of the string at PTR with SIZE characters in
308 the obstack pointed to by OBSTACKP . Returns the address of the copy.
309 Note that the string at PTR does not have to be null terminated, I.E. it
310 may be part of a larger string and we are only saving a substring. */
311
312 char *
313 obsavestring (char *ptr, int size, struct obstack *obstackp)
314 {
315 register char *p = (char *) obstack_alloc (obstackp, size + 1);
316 /* Open-coded memcpy--saves function call time. These strings are usually
317 short. FIXME: Is this really still true with a compiler that can
318 inline memcpy? */
319 {
320 register char *p1 = ptr;
321 register char *p2 = p;
322 char *end = ptr + size;
323 while (p1 != end)
324 *p2++ = *p1++;
325 }
326 p[size] = 0;
327 return p;
328 }
329
330 /* Concatenate strings S1, S2 and S3; return the new string. Space is found
331 in the obstack pointed to by OBSTACKP. */
332
333 char *
334 obconcat (struct obstack *obstackp, const char *s1, const char *s2,
335 const char *s3)
336 {
337 register int len = strlen (s1) + strlen (s2) + strlen (s3) + 1;
338 register char *val = (char *) obstack_alloc (obstackp, len);
339 strcpy (val, s1);
340 strcat (val, s2);
341 strcat (val, s3);
342 return val;
343 }
344
345 /* True if we are nested inside psymtab_to_symtab. */
346
347 int currently_reading_symtab = 0;
348
349 static void
350 decrement_reading_symtab (void *dummy)
351 {
352 currently_reading_symtab--;
353 }
354
355 /* Get the symbol table that corresponds to a partial_symtab.
356 This is fast after the first time you do it. In fact, there
357 is an even faster macro PSYMTAB_TO_SYMTAB that does the fast
358 case inline. */
359
360 struct symtab *
361 psymtab_to_symtab (register struct partial_symtab *pst)
362 {
363 /* If it's been looked up before, return it. */
364 if (pst->symtab)
365 return pst->symtab;
366
367 /* If it has not yet been read in, read it. */
368 if (!pst->readin)
369 {
370 struct cleanup *back_to = make_cleanup (decrement_reading_symtab, NULL);
371 currently_reading_symtab++;
372 (*pst->read_symtab) (pst);
373 do_cleanups (back_to);
374 }
375
376 return pst->symtab;
377 }
378
379 /* Initialize entry point information for this objfile. */
380
381 void
382 init_entry_point_info (struct objfile *objfile)
383 {
384 /* Save startup file's range of PC addresses to help blockframe.c
385 decide where the bottom of the stack is. */
386
387 if (bfd_get_file_flags (objfile->obfd) & EXEC_P)
388 {
389 /* Executable file -- record its entry point so we'll recognize
390 the startup file because it contains the entry point. */
391 objfile->ei.entry_point = bfd_get_start_address (objfile->obfd);
392 }
393 else
394 {
395 /* Examination of non-executable.o files. Short-circuit this stuff. */
396 objfile->ei.entry_point = INVALID_ENTRY_POINT;
397 }
398 objfile->ei.entry_file_lowpc = INVALID_ENTRY_LOWPC;
399 objfile->ei.entry_file_highpc = INVALID_ENTRY_HIGHPC;
400 objfile->ei.entry_func_lowpc = INVALID_ENTRY_LOWPC;
401 objfile->ei.entry_func_highpc = INVALID_ENTRY_HIGHPC;
402 objfile->ei.main_func_lowpc = INVALID_ENTRY_LOWPC;
403 objfile->ei.main_func_highpc = INVALID_ENTRY_HIGHPC;
404 }
405
406 /* Get current entry point address. */
407
408 CORE_ADDR
409 entry_point_address (void)
410 {
411 return symfile_objfile ? symfile_objfile->ei.entry_point : 0;
412 }
413
414 /* Remember the lowest-addressed loadable section we've seen.
415 This function is called via bfd_map_over_sections.
416
417 In case of equal vmas, the section with the largest size becomes the
418 lowest-addressed loadable section.
419
420 If the vmas and sizes are equal, the last section is considered the
421 lowest-addressed loadable section. */
422
423 void
424 find_lowest_section (bfd *abfd, asection *sect, PTR obj)
425 {
426 asection **lowest = (asection **) obj;
427
428 if (0 == (bfd_get_section_flags (abfd, sect) & SEC_LOAD))
429 return;
430 if (!*lowest)
431 *lowest = sect; /* First loadable section */
432 else if (bfd_section_vma (abfd, *lowest) > bfd_section_vma (abfd, sect))
433 *lowest = sect; /* A lower loadable section */
434 else if (bfd_section_vma (abfd, *lowest) == bfd_section_vma (abfd, sect)
435 && (bfd_section_size (abfd, (*lowest))
436 <= bfd_section_size (abfd, sect)))
437 *lowest = sect;
438 }
439
440
441 /* Build (allocate and populate) a section_addr_info struct from
442 an existing section table. */
443
444 extern struct section_addr_info *
445 build_section_addr_info_from_section_table (const struct section_table *start,
446 const struct section_table *end)
447 {
448 struct section_addr_info *sap;
449 const struct section_table *stp;
450 int oidx;
451
452 sap = xmalloc (sizeof (struct section_addr_info));
453 memset (sap, 0, sizeof (struct section_addr_info));
454
455 for (stp = start, oidx = 0; stp != end; stp++)
456 {
457 if (bfd_get_section_flags (stp->bfd,
458 stp->the_bfd_section) & (SEC_ALLOC | SEC_LOAD)
459 && oidx < MAX_SECTIONS)
460 {
461 sap->other[oidx].addr = stp->addr;
462 sap->other[oidx].name
463 = xstrdup (bfd_section_name (stp->bfd, stp->the_bfd_section));
464 sap->other[oidx].sectindex = stp->the_bfd_section->index;
465 oidx++;
466 }
467 }
468
469 return sap;
470 }
471
472
473 /* Free all memory allocated by build_section_addr_info_from_section_table. */
474
475 extern void
476 free_section_addr_info (struct section_addr_info *sap)
477 {
478 int idx;
479
480 for (idx = 0; idx < MAX_SECTIONS; idx++)
481 if (sap->other[idx].name)
482 xfree (sap->other[idx].name);
483 xfree (sap);
484 }
485
486
487 /* Parse the user's idea of an offset for dynamic linking, into our idea
488 of how to represent it for fast symbol reading. This is the default
489 version of the sym_fns.sym_offsets function for symbol readers that
490 don't need to do anything special. It allocates a section_offsets table
491 for the objectfile OBJFILE and stuffs ADDR into all of the offsets. */
492
493 void
494 default_symfile_offsets (struct objfile *objfile,
495 struct section_addr_info *addrs)
496 {
497 int i;
498 asection *sect = NULL;
499
500 objfile->num_sections = SECT_OFF_MAX;
501 objfile->section_offsets = (struct section_offsets *)
502 obstack_alloc (&objfile->psymbol_obstack, SIZEOF_SECTION_OFFSETS);
503 memset (objfile->section_offsets, 0, SIZEOF_SECTION_OFFSETS);
504
505 /* Now calculate offsets for section that were specified by the
506 caller. */
507 for (i = 0; i < MAX_SECTIONS && addrs->other[i].name; i++)
508 {
509 struct other_sections *osp ;
510
511 osp = &addrs->other[i] ;
512 if (osp->addr == 0)
513 continue;
514
515 /* Record all sections in offsets */
516 /* The section_offsets in the objfile are here filled in using
517 the BFD index. */
518 (objfile->section_offsets)->offsets[osp->sectindex] = osp->addr;
519 }
520
521 /* Remember the bfd indexes for the .text, .data, .bss and
522 .rodata sections. */
523
524 sect = bfd_get_section_by_name (objfile->obfd, ".text");
525 if (sect)
526 objfile->sect_index_text = sect->index;
527
528 sect = bfd_get_section_by_name (objfile->obfd, ".data");
529 if (sect)
530 objfile->sect_index_data = sect->index;
531
532 sect = bfd_get_section_by_name (objfile->obfd, ".bss");
533 if (sect)
534 objfile->sect_index_bss = sect->index;
535
536 sect = bfd_get_section_by_name (objfile->obfd, ".rodata");
537 if (sect)
538 objfile->sect_index_rodata = sect->index;
539
540 }
541
542 /* Process a symbol file, as either the main file or as a dynamically
543 loaded file.
544
545 OBJFILE is where the symbols are to be read from.
546
547 ADDR is the address where the text segment was loaded, unless the
548 objfile is the main symbol file, in which case it is zero.
549
550 MAINLINE is nonzero if this is the main symbol file, or zero if
551 it's an extra symbol file such as dynamically loaded code.
552
553 VERBO is nonzero if the caller has printed a verbose message about
554 the symbol reading (and complaints can be more terse about it). */
555
556 void
557 syms_from_objfile (struct objfile *objfile, struct section_addr_info *addrs,
558 int mainline, int verbo)
559 {
560 asection *lower_sect;
561 asection *sect;
562 CORE_ADDR lower_offset;
563 struct section_addr_info local_addr;
564 struct cleanup *old_chain;
565 int i;
566
567 /* If ADDRS is NULL, initialize the local section_addr_info struct and
568 point ADDRS to it. We now establish the convention that an addr of
569 zero means no load address was specified. */
570
571 if (addrs == NULL)
572 {
573 memset (&local_addr, 0, sizeof (local_addr));
574 addrs = &local_addr;
575 }
576
577 init_entry_point_info (objfile);
578 find_sym_fns (objfile);
579
580 if (objfile->sf == NULL)
581 return; /* No symbols. */
582
583 /* Make sure that partially constructed symbol tables will be cleaned up
584 if an error occurs during symbol reading. */
585 old_chain = make_cleanup_free_objfile (objfile);
586
587 if (mainline)
588 {
589 /* We will modify the main symbol table, make sure that all its users
590 will be cleaned up if an error occurs during symbol reading. */
591 make_cleanup (clear_symtab_users_cleanup, 0 /*ignore*/);
592
593 /* Since no error yet, throw away the old symbol table. */
594
595 if (symfile_objfile != NULL)
596 {
597 free_objfile (symfile_objfile);
598 symfile_objfile = NULL;
599 }
600
601 /* Currently we keep symbols from the add-symbol-file command.
602 If the user wants to get rid of them, they should do "symbol-file"
603 without arguments first. Not sure this is the best behavior
604 (PR 2207). */
605
606 (*objfile->sf->sym_new_init) (objfile);
607 }
608
609 /* Convert addr into an offset rather than an absolute address.
610 We find the lowest address of a loaded segment in the objfile,
611 and assume that <addr> is where that got loaded.
612
613 We no longer warn if the lowest section is not a text segment (as
614 happens for the PA64 port. */
615 if (!mainline)
616 {
617 /* Find lowest loadable section to be used as starting point for
618 continguous sections. FIXME!! won't work without call to find
619 .text first, but this assumes text is lowest section. */
620 lower_sect = bfd_get_section_by_name (objfile->obfd, ".text");
621 if (lower_sect == NULL)
622 bfd_map_over_sections (objfile->obfd, find_lowest_section,
623 (PTR) &lower_sect);
624 if (lower_sect == NULL)
625 warning ("no loadable sections found in added symbol-file %s",
626 objfile->name);
627 else
628 if ((bfd_get_section_flags (objfile->obfd, lower_sect) & SEC_CODE) == 0)
629 warning ("Lowest section in %s is %s at %s",
630 objfile->name,
631 bfd_section_name (objfile->obfd, lower_sect),
632 paddr (bfd_section_vma (objfile->obfd, lower_sect)));
633 if (lower_sect != NULL)
634 lower_offset = bfd_section_vma (objfile->obfd, lower_sect);
635 else
636 lower_offset = 0;
637
638 /* Calculate offsets for the loadable sections.
639 FIXME! Sections must be in order of increasing loadable section
640 so that contiguous sections can use the lower-offset!!!
641
642 Adjust offsets if the segments are not contiguous.
643 If the section is contiguous, its offset should be set to
644 the offset of the highest loadable section lower than it
645 (the loadable section directly below it in memory).
646 this_offset = lower_offset = lower_addr - lower_orig_addr */
647
648 /* Calculate offsets for sections. */
649 for (i=0 ; i < MAX_SECTIONS && addrs->other[i].name; i++)
650 {
651 if (addrs->other[i].addr != 0)
652 {
653 sect = bfd_get_section_by_name (objfile->obfd, addrs->other[i].name);
654 if (sect)
655 {
656 addrs->other[i].addr -= bfd_section_vma (objfile->obfd, sect);
657 lower_offset = addrs->other[i].addr;
658 /* This is the index used by BFD. */
659 addrs->other[i].sectindex = sect->index ;
660 }
661 else
662 {
663 warning ("section %s not found in %s", addrs->other[i].name,
664 objfile->name);
665 addrs->other[i].addr = 0;
666 }
667 }
668 else
669 addrs->other[i].addr = lower_offset;
670 }
671 }
672
673 /* Initialize symbol reading routines for this objfile, allow complaints to
674 appear for this new file, and record how verbose to be, then do the
675 initial symbol reading for this file. */
676
677 (*objfile->sf->sym_init) (objfile);
678 clear_complaints (1, verbo);
679
680 (*objfile->sf->sym_offsets) (objfile, addrs);
681
682 #ifndef IBM6000_TARGET
683 /* This is a SVR4/SunOS specific hack, I think. In any event, it
684 screws RS/6000. sym_offsets should be doing this sort of thing,
685 because it knows the mapping between bfd sections and
686 section_offsets. */
687 /* This is a hack. As far as I can tell, section offsets are not
688 target dependent. They are all set to addr with a couple of
689 exceptions. The exceptions are sysvr4 shared libraries, whose
690 offsets are kept in solib structures anyway and rs6000 xcoff
691 which handles shared libraries in a completely unique way.
692
693 Section offsets are built similarly, except that they are built
694 by adding addr in all cases because there is no clear mapping
695 from section_offsets into actual sections. Note that solib.c
696 has a different algorithm for finding section offsets.
697
698 These should probably all be collapsed into some target
699 independent form of shared library support. FIXME. */
700
701 if (addrs)
702 {
703 struct obj_section *s;
704
705 /* Map section offsets in "addr" back to the object's
706 sections by comparing the section names with bfd's
707 section names. Then adjust the section address by
708 the offset. */ /* for gdb/13815 */
709
710 ALL_OBJFILE_OSECTIONS (objfile, s)
711 {
712 CORE_ADDR s_addr = 0;
713 int i;
714
715 for (i = 0;
716 !s_addr && i < MAX_SECTIONS && addrs->other[i].name;
717 i++)
718 if (strcmp (bfd_section_name (s->objfile->obfd,
719 s->the_bfd_section),
720 addrs->other[i].name) == 0)
721 s_addr = addrs->other[i].addr; /* end added for gdb/13815 */
722
723 s->addr -= s->offset;
724 s->addr += s_addr;
725 s->endaddr -= s->offset;
726 s->endaddr += s_addr;
727 s->offset += s_addr;
728 }
729 }
730 #endif /* not IBM6000_TARGET */
731
732 (*objfile->sf->sym_read) (objfile, mainline);
733
734 if (!have_partial_symbols () && !have_full_symbols ())
735 {
736 wrap_here ("");
737 printf_filtered ("(no debugging symbols found)...");
738 wrap_here ("");
739 }
740
741 /* Don't allow char * to have a typename (else would get caddr_t).
742 Ditto void *. FIXME: Check whether this is now done by all the
743 symbol readers themselves (many of them now do), and if so remove
744 it from here. */
745
746 TYPE_NAME (lookup_pointer_type (builtin_type_char)) = 0;
747 TYPE_NAME (lookup_pointer_type (builtin_type_void)) = 0;
748
749 /* Mark the objfile has having had initial symbol read attempted. Note
750 that this does not mean we found any symbols... */
751
752 objfile->flags |= OBJF_SYMS;
753
754 /* Discard cleanups as symbol reading was successful. */
755
756 discard_cleanups (old_chain);
757
758 /* Call this after reading in a new symbol table to give target
759 dependent code a crack at the new symbols. For instance, this
760 could be used to update the values of target-specific symbols GDB
761 needs to keep track of (such as _sigtramp, or whatever). */
762
763 TARGET_SYMFILE_POSTREAD (objfile);
764 }
765
766 /* Perform required actions after either reading in the initial
767 symbols for a new objfile, or mapping in the symbols from a reusable
768 objfile. */
769
770 void
771 new_symfile_objfile (struct objfile *objfile, int mainline, int verbo)
772 {
773
774 /* If this is the main symbol file we have to clean up all users of the
775 old main symbol file. Otherwise it is sufficient to fixup all the
776 breakpoints that may have been redefined by this symbol file. */
777 if (mainline)
778 {
779 /* OK, make it the "real" symbol file. */
780 symfile_objfile = objfile;
781
782 clear_symtab_users ();
783 }
784 else
785 {
786 breakpoint_re_set ();
787 }
788
789 /* We're done reading the symbol file; finish off complaints. */
790 clear_complaints (0, verbo);
791 }
792
793 /* Process a symbol file, as either the main file or as a dynamically
794 loaded file.
795
796 NAME is the file name (which will be tilde-expanded and made
797 absolute herein) (but we don't free or modify NAME itself).
798 FROM_TTY says how verbose to be. MAINLINE specifies whether this
799 is the main symbol file, or whether it's an extra symbol file such
800 as dynamically loaded code. If !mainline, ADDR is the address
801 where the text segment was loaded.
802
803 Upon success, returns a pointer to the objfile that was added.
804 Upon failure, jumps back to command level (never returns). */
805
806 struct objfile *
807 symbol_file_add (char *name, int from_tty, struct section_addr_info *addrs,
808 int mainline, int flags)
809 {
810 struct objfile *objfile;
811 struct partial_symtab *psymtab;
812 bfd *abfd;
813
814 /* Open a bfd for the file, and give user a chance to burp if we'd be
815 interactively wiping out any existing symbols. */
816
817 abfd = symfile_bfd_open (name);
818
819 if ((have_full_symbols () || have_partial_symbols ())
820 && mainline
821 && from_tty
822 && !query ("Load new symbol table from \"%s\"? ", name))
823 error ("Not confirmed.");
824
825 objfile = allocate_objfile (abfd, flags);
826
827 /* If the objfile uses a mapped symbol file, and we have a psymtab for
828 it, then skip reading any symbols at this time. */
829
830 if ((objfile->flags & OBJF_MAPPED) && (objfile->flags & OBJF_SYMS))
831 {
832 /* We mapped in an existing symbol table file that already has had
833 initial symbol reading performed, so we can skip that part. Notify
834 the user that instead of reading the symbols, they have been mapped.
835 */
836 if (from_tty || info_verbose)
837 {
838 printf_filtered ("Mapped symbols for %s...", name);
839 wrap_here ("");
840 gdb_flush (gdb_stdout);
841 }
842 init_entry_point_info (objfile);
843 find_sym_fns (objfile);
844 }
845 else
846 {
847 /* We either created a new mapped symbol table, mapped an existing
848 symbol table file which has not had initial symbol reading
849 performed, or need to read an unmapped symbol table. */
850 if (from_tty || info_verbose)
851 {
852 if (pre_add_symbol_hook)
853 pre_add_symbol_hook (name);
854 else
855 {
856 printf_filtered ("Reading symbols from %s...", name);
857 wrap_here ("");
858 gdb_flush (gdb_stdout);
859 }
860 }
861 syms_from_objfile (objfile, addrs, mainline, from_tty);
862 }
863
864 /* We now have at least a partial symbol table. Check to see if the
865 user requested that all symbols be read on initial access via either
866 the gdb startup command line or on a per symbol file basis. Expand
867 all partial symbol tables for this objfile if so. */
868
869 if ((flags & OBJF_READNOW) || readnow_symbol_files)
870 {
871 if (from_tty || info_verbose)
872 {
873 printf_filtered ("expanding to full symbols...");
874 wrap_here ("");
875 gdb_flush (gdb_stdout);
876 }
877
878 for (psymtab = objfile->psymtabs;
879 psymtab != NULL;
880 psymtab = psymtab->next)
881 {
882 psymtab_to_symtab (psymtab);
883 }
884 }
885
886 if (from_tty || info_verbose)
887 {
888 if (post_add_symbol_hook)
889 post_add_symbol_hook ();
890 else
891 {
892 printf_filtered ("done.\n");
893 gdb_flush (gdb_stdout);
894 }
895 }
896
897 if (objfile->sf == NULL)
898 return objfile; /* No symbols. */
899
900 new_symfile_objfile (objfile, mainline, from_tty);
901
902 if (target_new_objfile_hook)
903 target_new_objfile_hook (objfile);
904
905 return (objfile);
906 }
907
908 /* Call symbol_file_add() with default values and update whatever is
909 affected by the loading of a new main().
910 Used when the file is supplied in the gdb command line
911 and by some targets with special loading requirements.
912 The auxiliary function, symbol_file_add_main_1(), has the flags
913 argument for the switches that can only be specified in the symbol_file
914 command itself. */
915
916 void
917 symbol_file_add_main (char *args, int from_tty)
918 {
919 symbol_file_add_main_1 (args, from_tty, 0);
920 }
921
922 static void
923 symbol_file_add_main_1 (char *args, int from_tty, int flags)
924 {
925 symbol_file_add (args, from_tty, NULL, 1, flags);
926
927 #ifdef HPUXHPPA
928 RESET_HP_UX_GLOBALS ();
929 #endif
930
931 /* Getting new symbols may change our opinion about
932 what is frameless. */
933 reinit_frame_cache ();
934
935 set_initial_language ();
936 }
937
938 void
939 symbol_file_clear (int from_tty)
940 {
941 if ((have_full_symbols () || have_partial_symbols ())
942 && from_tty
943 && !query ("Discard symbol table from `%s'? ",
944 symfile_objfile->name))
945 error ("Not confirmed.");
946 free_all_objfiles ();
947
948 /* solib descriptors may have handles to objfiles. Since their
949 storage has just been released, we'd better wipe the solib
950 descriptors as well.
951 */
952 #if defined(SOLIB_RESTART)
953 SOLIB_RESTART ();
954 #endif
955
956 symfile_objfile = NULL;
957 if (from_tty)
958 printf_unfiltered ("No symbol file now.\n");
959 #ifdef HPUXHPPA
960 RESET_HP_UX_GLOBALS ();
961 #endif
962 }
963
964 /* This is the symbol-file command. Read the file, analyze its
965 symbols, and add a struct symtab to a symtab list. The syntax of
966 the command is rather bizarre--(1) buildargv implements various
967 quoting conventions which are undocumented and have little or
968 nothing in common with the way things are quoted (or not quoted)
969 elsewhere in GDB, (2) options are used, which are not generally
970 used in GDB (perhaps "set mapped on", "set readnow on" would be
971 better), (3) the order of options matters, which is contrary to GNU
972 conventions (because it is confusing and inconvenient). */
973 /* Note: ezannoni 2000-04-17. This function used to have support for
974 rombug (see remote-os9k.c). It consisted of a call to target_link()
975 (target.c) to get the address of the text segment from the target,
976 and pass that to symbol_file_add(). This is no longer supported. */
977
978 void
979 symbol_file_command (char *args, int from_tty)
980 {
981 char **argv;
982 char *name = NULL;
983 struct cleanup *cleanups;
984 int flags = OBJF_USERLOADED;
985
986 dont_repeat ();
987
988 if (args == NULL)
989 {
990 symbol_file_clear (from_tty);
991 }
992 else
993 {
994 if ((argv = buildargv (args)) == NULL)
995 {
996 nomem (0);
997 }
998 cleanups = make_cleanup_freeargv (argv);
999 while (*argv != NULL)
1000 {
1001 if (STREQ (*argv, "-mapped"))
1002 flags |= OBJF_MAPPED;
1003 else
1004 if (STREQ (*argv, "-readnow"))
1005 flags |= OBJF_READNOW;
1006 else
1007 if (**argv == '-')
1008 error ("unknown option `%s'", *argv);
1009 else
1010 {
1011 name = *argv;
1012
1013 symbol_file_add_main_1 (name, from_tty, flags);
1014 }
1015 argv++;
1016 }
1017
1018 if (name == NULL)
1019 {
1020 error ("no symbol file name was specified");
1021 }
1022 do_cleanups (cleanups);
1023 }
1024 }
1025
1026 /* Set the initial language.
1027
1028 A better solution would be to record the language in the psymtab when reading
1029 partial symbols, and then use it (if known) to set the language. This would
1030 be a win for formats that encode the language in an easily discoverable place,
1031 such as DWARF. For stabs, we can jump through hoops looking for specially
1032 named symbols or try to intuit the language from the specific type of stabs
1033 we find, but we can't do that until later when we read in full symbols.
1034 FIXME. */
1035
1036 static void
1037 set_initial_language (void)
1038 {
1039 struct partial_symtab *pst;
1040 enum language lang = language_unknown;
1041
1042 pst = find_main_psymtab ();
1043 if (pst != NULL)
1044 {
1045 if (pst->filename != NULL)
1046 {
1047 lang = deduce_language_from_filename (pst->filename);
1048 }
1049 if (lang == language_unknown)
1050 {
1051 /* Make C the default language */
1052 lang = language_c;
1053 }
1054 set_language (lang);
1055 expected_language = current_language; /* Don't warn the user */
1056 }
1057 }
1058
1059 /* Open file specified by NAME and hand it off to BFD for preliminary
1060 analysis. Result is a newly initialized bfd *, which includes a newly
1061 malloc'd` copy of NAME (tilde-expanded and made absolute).
1062 In case of trouble, error() is called. */
1063
1064 bfd *
1065 symfile_bfd_open (char *name)
1066 {
1067 bfd *sym_bfd;
1068 int desc;
1069 char *absolute_name;
1070
1071
1072
1073 name = tilde_expand (name); /* Returns 1st new malloc'd copy */
1074
1075 /* Look down path for it, allocate 2nd new malloc'd copy. */
1076 desc = openp (getenv ("PATH"), 1, name, O_RDONLY | O_BINARY, 0, &absolute_name);
1077 #if defined(__GO32__) || defined(_WIN32) || defined (__CYGWIN__)
1078 if (desc < 0)
1079 {
1080 char *exename = alloca (strlen (name) + 5);
1081 strcat (strcpy (exename, name), ".exe");
1082 desc = openp (getenv ("PATH"), 1, exename, O_RDONLY | O_BINARY,
1083 0, &absolute_name);
1084 }
1085 #endif
1086 if (desc < 0)
1087 {
1088 make_cleanup (xfree, name);
1089 perror_with_name (name);
1090 }
1091 xfree (name); /* Free 1st new malloc'd copy */
1092 name = absolute_name; /* Keep 2nd malloc'd copy in bfd */
1093 /* It'll be freed in free_objfile(). */
1094
1095 sym_bfd = bfd_fdopenr (name, gnutarget, desc);
1096 if (!sym_bfd)
1097 {
1098 close (desc);
1099 make_cleanup (xfree, name);
1100 error ("\"%s\": can't open to read symbols: %s.", name,
1101 bfd_errmsg (bfd_get_error ()));
1102 }
1103 sym_bfd->cacheable = 1;
1104
1105 if (!bfd_check_format (sym_bfd, bfd_object))
1106 {
1107 /* FIXME: should be checking for errors from bfd_close (for one thing,
1108 on error it does not free all the storage associated with the
1109 bfd). */
1110 bfd_close (sym_bfd); /* This also closes desc */
1111 make_cleanup (xfree, name);
1112 error ("\"%s\": can't read symbols: %s.", name,
1113 bfd_errmsg (bfd_get_error ()));
1114 }
1115 return (sym_bfd);
1116 }
1117
1118 /* Link a new symtab_fns into the global symtab_fns list. Called on gdb
1119 startup by the _initialize routine in each object file format reader,
1120 to register information about each format the the reader is prepared
1121 to handle. */
1122
1123 void
1124 add_symtab_fns (struct sym_fns *sf)
1125 {
1126 sf->next = symtab_fns;
1127 symtab_fns = sf;
1128 }
1129
1130
1131 /* Initialize to read symbols from the symbol file sym_bfd. It either
1132 returns or calls error(). The result is an initialized struct sym_fns
1133 in the objfile structure, that contains cached information about the
1134 symbol file. */
1135
1136 static void
1137 find_sym_fns (struct objfile *objfile)
1138 {
1139 struct sym_fns *sf;
1140 enum bfd_flavour our_flavour = bfd_get_flavour (objfile->obfd);
1141 char *our_target = bfd_get_target (objfile->obfd);
1142
1143 if (our_flavour == bfd_target_srec_flavour
1144 || our_flavour == bfd_target_ihex_flavour
1145 || our_flavour == bfd_target_tekhex_flavour)
1146 return; /* No symbols. */
1147
1148 /* Special kludge for apollo. See dstread.c. */
1149 if (STREQN (our_target, "apollo", 6))
1150 our_flavour = (enum bfd_flavour) -2;
1151
1152 for (sf = symtab_fns; sf != NULL; sf = sf->next)
1153 {
1154 if (our_flavour == sf->sym_flavour)
1155 {
1156 objfile->sf = sf;
1157 return;
1158 }
1159 }
1160 error ("I'm sorry, Dave, I can't do that. Symbol format `%s' unknown.",
1161 bfd_get_target (objfile->obfd));
1162 }
1163 \f
1164 /* This function runs the load command of our current target. */
1165
1166 static void
1167 load_command (char *arg, int from_tty)
1168 {
1169 if (arg == NULL)
1170 arg = get_exec_file (1);
1171 target_load (arg, from_tty);
1172
1173 /* After re-loading the executable, we don't really know which
1174 overlays are mapped any more. */
1175 overlay_cache_invalid = 1;
1176 }
1177
1178 /* This version of "load" should be usable for any target. Currently
1179 it is just used for remote targets, not inftarg.c or core files,
1180 on the theory that only in that case is it useful.
1181
1182 Avoiding xmodem and the like seems like a win (a) because we don't have
1183 to worry about finding it, and (b) On VMS, fork() is very slow and so
1184 we don't want to run a subprocess. On the other hand, I'm not sure how
1185 performance compares. */
1186
1187 static int download_write_size = 512;
1188 static int validate_download = 0;
1189
1190 /* Callback service function for generic_load (bfd_map_over_sections). */
1191
1192 static void
1193 add_section_size_callback (bfd *abfd, asection *asec, void *data)
1194 {
1195 bfd_size_type *sum = data;
1196
1197 *sum += bfd_get_section_size_before_reloc (asec);
1198 }
1199
1200 /* Opaque data for load_section_callback. */
1201 struct load_section_data {
1202 unsigned long load_offset;
1203 unsigned long write_count;
1204 unsigned long data_count;
1205 bfd_size_type total_size;
1206 };
1207
1208 /* Callback service function for generic_load (bfd_map_over_sections). */
1209
1210 static void
1211 load_section_callback (bfd *abfd, asection *asec, void *data)
1212 {
1213 struct load_section_data *args = data;
1214
1215 if (bfd_get_section_flags (abfd, asec) & SEC_LOAD)
1216 {
1217 bfd_size_type size = bfd_get_section_size_before_reloc (asec);
1218 if (size > 0)
1219 {
1220 char *buffer;
1221 struct cleanup *old_chain;
1222 CORE_ADDR lma = bfd_section_lma (abfd, asec) + args->load_offset;
1223 bfd_size_type block_size;
1224 int err;
1225 const char *sect_name = bfd_get_section_name (abfd, asec);
1226 bfd_size_type sent;
1227
1228 if (download_write_size > 0 && size > download_write_size)
1229 block_size = download_write_size;
1230 else
1231 block_size = size;
1232
1233 buffer = xmalloc (size);
1234 old_chain = make_cleanup (xfree, buffer);
1235
1236 /* Is this really necessary? I guess it gives the user something
1237 to look at during a long download. */
1238 ui_out_message (uiout, 0, "Loading section %s, size 0x%s lma 0x%s\n",
1239 sect_name, paddr_nz (size), paddr_nz (lma));
1240
1241 bfd_get_section_contents (abfd, asec, buffer, 0, size);
1242
1243 sent = 0;
1244 do
1245 {
1246 int len;
1247 bfd_size_type this_transfer = size - sent;
1248
1249 if (this_transfer >= block_size)
1250 this_transfer = block_size;
1251 len = target_write_memory_partial (lma, buffer,
1252 this_transfer, &err);
1253 if (err)
1254 break;
1255 if (validate_download)
1256 {
1257 /* Broken memories and broken monitors manifest
1258 themselves here when bring new computers to
1259 life. This doubles already slow downloads. */
1260 /* NOTE: cagney/1999-10-18: A more efficient
1261 implementation might add a verify_memory()
1262 method to the target vector and then use
1263 that. remote.c could implement that method
1264 using the ``qCRC'' packet. */
1265 char *check = xmalloc (len);
1266 struct cleanup *verify_cleanups =
1267 make_cleanup (xfree, check);
1268
1269 if (target_read_memory (lma, check, len) != 0)
1270 error ("Download verify read failed at 0x%s",
1271 paddr (lma));
1272 if (memcmp (buffer, check, len) != 0)
1273 error ("Download verify compare failed at 0x%s",
1274 paddr (lma));
1275 do_cleanups (verify_cleanups);
1276 }
1277 args->data_count += len;
1278 lma += len;
1279 buffer += len;
1280 args->write_count += 1;
1281 sent += len;
1282 if (quit_flag
1283 || (ui_load_progress_hook != NULL
1284 && ui_load_progress_hook (sect_name, sent)))
1285 error ("Canceled the download");
1286
1287 if (show_load_progress != NULL)
1288 show_load_progress (sect_name, sent, size,
1289 args->data_count, args->total_size);
1290 }
1291 while (sent < size);
1292
1293 if (err != 0)
1294 error ("Memory access error while loading section %s.", sect_name);
1295
1296 do_cleanups (old_chain);
1297 }
1298 }
1299 }
1300
1301 void
1302 generic_load (char *args, int from_tty)
1303 {
1304 asection *s;
1305 bfd *loadfile_bfd;
1306 time_t start_time, end_time; /* Start and end times of download */
1307 char *filename;
1308 struct cleanup *old_cleanups;
1309 char *offptr;
1310 struct load_section_data cbdata;
1311 CORE_ADDR entry;
1312
1313 cbdata.load_offset = 0; /* Offset to add to vma for each section. */
1314 cbdata.write_count = 0; /* Number of writes needed. */
1315 cbdata.data_count = 0; /* Number of bytes written to target memory. */
1316 cbdata.total_size = 0; /* Total size of all bfd sectors. */
1317
1318 /* Parse the input argument - the user can specify a load offset as
1319 a second argument. */
1320 filename = xmalloc (strlen (args) + 1);
1321 old_cleanups = make_cleanup (xfree, filename);
1322 strcpy (filename, args);
1323 offptr = strchr (filename, ' ');
1324 if (offptr != NULL)
1325 {
1326 char *endptr;
1327
1328 cbdata.load_offset = strtoul (offptr, &endptr, 0);
1329 if (offptr == endptr)
1330 error ("Invalid download offset:%s\n", offptr);
1331 *offptr = '\0';
1332 }
1333 else
1334 cbdata.load_offset = 0;
1335
1336 /* Open the file for loading. */
1337 loadfile_bfd = bfd_openr (filename, gnutarget);
1338 if (loadfile_bfd == NULL)
1339 {
1340 perror_with_name (filename);
1341 return;
1342 }
1343
1344 /* FIXME: should be checking for errors from bfd_close (for one thing,
1345 on error it does not free all the storage associated with the
1346 bfd). */
1347 make_cleanup_bfd_close (loadfile_bfd);
1348
1349 if (!bfd_check_format (loadfile_bfd, bfd_object))
1350 {
1351 error ("\"%s\" is not an object file: %s", filename,
1352 bfd_errmsg (bfd_get_error ()));
1353 }
1354
1355 bfd_map_over_sections (loadfile_bfd, add_section_size_callback,
1356 (void *) &cbdata.total_size);
1357
1358 start_time = time (NULL);
1359
1360 bfd_map_over_sections (loadfile_bfd, load_section_callback, &cbdata);
1361
1362 end_time = time (NULL);
1363
1364 entry = bfd_get_start_address (loadfile_bfd);
1365 ui_out_text (uiout, "Start address ");
1366 ui_out_field_fmt (uiout, "address", "0x%s", paddr_nz (entry));
1367 ui_out_text (uiout, ", load size ");
1368 ui_out_field_fmt (uiout, "load-size", "%lu", cbdata.data_count);
1369 ui_out_text (uiout, "\n");
1370 /* We were doing this in remote-mips.c, I suspect it is right
1371 for other targets too. */
1372 write_pc (entry);
1373
1374 /* FIXME: are we supposed to call symbol_file_add or not? According to
1375 a comment from remote-mips.c (where a call to symbol_file_add was
1376 commented out), making the call confuses GDB if more than one file is
1377 loaded in. remote-nindy.c had no call to symbol_file_add, but remote-vx.c
1378 does. */
1379
1380 print_transfer_performance (gdb_stdout, cbdata.data_count,
1381 cbdata.write_count, end_time - start_time);
1382
1383 do_cleanups (old_cleanups);
1384 }
1385
1386 /* Report how fast the transfer went. */
1387
1388 /* DEPRECATED: cagney/1999-10-18: report_transfer_performance is being
1389 replaced by print_transfer_performance (with a very different
1390 function signature). */
1391
1392 void
1393 report_transfer_performance (unsigned long data_count, time_t start_time,
1394 time_t end_time)
1395 {
1396 print_transfer_performance (gdb_stdout, data_count,
1397 end_time - start_time, 0);
1398 }
1399
1400 void
1401 print_transfer_performance (struct ui_file *stream,
1402 unsigned long data_count,
1403 unsigned long write_count,
1404 unsigned long time_count)
1405 {
1406 ui_out_text (uiout, "Transfer rate: ");
1407 if (time_count > 0)
1408 {
1409 ui_out_field_fmt (uiout, "transfer-rate", "%lu",
1410 (data_count * 8) / time_count);
1411 ui_out_text (uiout, " bits/sec");
1412 }
1413 else
1414 {
1415 ui_out_field_fmt (uiout, "transferred-bits", "%lu", (data_count * 8));
1416 ui_out_text (uiout, " bits in <1 sec");
1417 }
1418 if (write_count > 0)
1419 {
1420 ui_out_text (uiout, ", ");
1421 ui_out_field_fmt (uiout, "write-rate", "%lu", data_count / write_count);
1422 ui_out_text (uiout, " bytes/write");
1423 }
1424 ui_out_text (uiout, ".\n");
1425 }
1426
1427 /* This function allows the addition of incrementally linked object files.
1428 It does not modify any state in the target, only in the debugger. */
1429 /* Note: ezannoni 2000-04-13 This function/command used to have a
1430 special case syntax for the rombug target (Rombug is the boot
1431 monitor for Microware's OS-9 / OS-9000, see remote-os9k.c). In the
1432 rombug case, the user doesn't need to supply a text address,
1433 instead a call to target_link() (in target.c) would supply the
1434 value to use. We are now discontinuing this type of ad hoc syntax. */
1435
1436 /* ARGSUSED */
1437 static void
1438 add_symbol_file_command (char *args, int from_tty)
1439 {
1440 char *filename = NULL;
1441 int flags = OBJF_USERLOADED;
1442 char *arg;
1443 int expecting_option = 0;
1444 int section_index = 0;
1445 int argcnt = 0;
1446 int sec_num = 0;
1447 int i;
1448 int expecting_sec_name = 0;
1449 int expecting_sec_addr = 0;
1450
1451 struct
1452 {
1453 char *name;
1454 char *value;
1455 } sect_opts[SECT_OFF_MAX];
1456
1457 struct section_addr_info section_addrs;
1458 struct cleanup *my_cleanups = make_cleanup (null_cleanup, NULL);
1459
1460 dont_repeat ();
1461
1462 if (args == NULL)
1463 error ("add-symbol-file takes a file name and an address");
1464
1465 /* Make a copy of the string that we can safely write into. */
1466 args = xstrdup (args);
1467
1468 /* Ensure section_addrs is initialized */
1469 memset (&section_addrs, 0, sizeof (section_addrs));
1470
1471 while (*args != '\000')
1472 {
1473 /* Any leading spaces? */
1474 while (isspace (*args))
1475 args++;
1476
1477 /* Point arg to the beginning of the argument. */
1478 arg = args;
1479
1480 /* Move args pointer over the argument. */
1481 while ((*args != '\000') && !isspace (*args))
1482 args++;
1483
1484 /* If there are more arguments, terminate arg and
1485 proceed past it. */
1486 if (*args != '\000')
1487 *args++ = '\000';
1488
1489 /* Now process the argument. */
1490 if (argcnt == 0)
1491 {
1492 /* The first argument is the file name. */
1493 filename = tilde_expand (arg);
1494 make_cleanup (xfree, filename);
1495 }
1496 else
1497 if (argcnt == 1)
1498 {
1499 /* The second argument is always the text address at which
1500 to load the program. */
1501 sect_opts[section_index].name = ".text";
1502 sect_opts[section_index].value = arg;
1503 section_index++;
1504 }
1505 else
1506 {
1507 /* It's an option (starting with '-') or it's an argument
1508 to an option */
1509
1510 if (*arg == '-')
1511 {
1512 if (strcmp (arg, "-mapped") == 0)
1513 flags |= OBJF_MAPPED;
1514 else
1515 if (strcmp (arg, "-readnow") == 0)
1516 flags |= OBJF_READNOW;
1517 else
1518 if (strcmp (arg, "-s") == 0)
1519 {
1520 if (section_index >= SECT_OFF_MAX)
1521 error ("Too many sections specified.");
1522 expecting_sec_name = 1;
1523 expecting_sec_addr = 1;
1524 }
1525 }
1526 else
1527 {
1528 if (expecting_sec_name)
1529 {
1530 sect_opts[section_index].name = arg;
1531 expecting_sec_name = 0;
1532 }
1533 else
1534 if (expecting_sec_addr)
1535 {
1536 sect_opts[section_index].value = arg;
1537 expecting_sec_addr = 0;
1538 section_index++;
1539 }
1540 else
1541 error ("USAGE: add-symbol-file <filename> <textaddress> [-mapped] [-readnow] [-s <secname> <addr>]*");
1542 }
1543 }
1544 argcnt++;
1545 }
1546
1547 /* Print the prompt for the query below. And save the arguments into
1548 a sect_addr_info structure to be passed around to other
1549 functions. We have to split this up into separate print
1550 statements because local_hex_string returns a local static
1551 string. */
1552
1553 printf_filtered ("add symbol table from file \"%s\" at\n", filename);
1554 for (i = 0; i < section_index; i++)
1555 {
1556 CORE_ADDR addr;
1557 char *val = sect_opts[i].value;
1558 char *sec = sect_opts[i].name;
1559
1560 val = sect_opts[i].value;
1561 if (val[0] == '0' && val[1] == 'x')
1562 addr = strtoul (val+2, NULL, 16);
1563 else
1564 addr = strtoul (val, NULL, 10);
1565
1566 /* Here we store the section offsets in the order they were
1567 entered on the command line. */
1568 section_addrs.other[sec_num].name = sec;
1569 section_addrs.other[sec_num].addr = addr;
1570 printf_filtered ("\t%s_addr = %s\n",
1571 sec,
1572 local_hex_string ((unsigned long)addr));
1573 sec_num++;
1574
1575 /* The object's sections are initialized when a
1576 call is made to build_objfile_section_table (objfile).
1577 This happens in reread_symbols.
1578 At this point, we don't know what file type this is,
1579 so we can't determine what section names are valid. */
1580 }
1581
1582 if (from_tty && (!query ("%s", "")))
1583 error ("Not confirmed.");
1584
1585 symbol_file_add (filename, from_tty, &section_addrs, 0, flags);
1586
1587 /* Getting new symbols may change our opinion about what is
1588 frameless. */
1589 reinit_frame_cache ();
1590 do_cleanups (my_cleanups);
1591 }
1592 \f
1593 static void
1594 add_shared_symbol_files_command (char *args, int from_tty)
1595 {
1596 #ifdef ADD_SHARED_SYMBOL_FILES
1597 ADD_SHARED_SYMBOL_FILES (args, from_tty);
1598 #else
1599 error ("This command is not available in this configuration of GDB.");
1600 #endif
1601 }
1602 \f
1603 /* Re-read symbols if a symbol-file has changed. */
1604 void
1605 reread_symbols (void)
1606 {
1607 struct objfile *objfile;
1608 long new_modtime;
1609 int reread_one = 0;
1610 struct stat new_statbuf;
1611 int res;
1612
1613 /* With the addition of shared libraries, this should be modified,
1614 the load time should be saved in the partial symbol tables, since
1615 different tables may come from different source files. FIXME.
1616 This routine should then walk down each partial symbol table
1617 and see if the symbol table that it originates from has been changed */
1618
1619 for (objfile = object_files; objfile; objfile = objfile->next)
1620 {
1621 if (objfile->obfd)
1622 {
1623 #ifdef IBM6000_TARGET
1624 /* If this object is from a shared library, then you should
1625 stat on the library name, not member name. */
1626
1627 if (objfile->obfd->my_archive)
1628 res = stat (objfile->obfd->my_archive->filename, &new_statbuf);
1629 else
1630 #endif
1631 res = stat (objfile->name, &new_statbuf);
1632 if (res != 0)
1633 {
1634 /* FIXME, should use print_sys_errmsg but it's not filtered. */
1635 printf_filtered ("`%s' has disappeared; keeping its symbols.\n",
1636 objfile->name);
1637 continue;
1638 }
1639 new_modtime = new_statbuf.st_mtime;
1640 if (new_modtime != objfile->mtime)
1641 {
1642 struct cleanup *old_cleanups;
1643 struct section_offsets *offsets;
1644 int num_offsets;
1645 char *obfd_filename;
1646
1647 printf_filtered ("`%s' has changed; re-reading symbols.\n",
1648 objfile->name);
1649
1650 /* There are various functions like symbol_file_add,
1651 symfile_bfd_open, syms_from_objfile, etc., which might
1652 appear to do what we want. But they have various other
1653 effects which we *don't* want. So we just do stuff
1654 ourselves. We don't worry about mapped files (for one thing,
1655 any mapped file will be out of date). */
1656
1657 /* If we get an error, blow away this objfile (not sure if
1658 that is the correct response for things like shared
1659 libraries). */
1660 old_cleanups = make_cleanup_free_objfile (objfile);
1661 /* We need to do this whenever any symbols go away. */
1662 make_cleanup (clear_symtab_users_cleanup, 0 /*ignore*/);
1663
1664 /* Clean up any state BFD has sitting around. We don't need
1665 to close the descriptor but BFD lacks a way of closing the
1666 BFD without closing the descriptor. */
1667 obfd_filename = bfd_get_filename (objfile->obfd);
1668 if (!bfd_close (objfile->obfd))
1669 error ("Can't close BFD for %s: %s", objfile->name,
1670 bfd_errmsg (bfd_get_error ()));
1671 objfile->obfd = bfd_openr (obfd_filename, gnutarget);
1672 if (objfile->obfd == NULL)
1673 error ("Can't open %s to read symbols.", objfile->name);
1674 /* bfd_openr sets cacheable to true, which is what we want. */
1675 if (!bfd_check_format (objfile->obfd, bfd_object))
1676 error ("Can't read symbols from %s: %s.", objfile->name,
1677 bfd_errmsg (bfd_get_error ()));
1678
1679 /* Save the offsets, we will nuke them with the rest of the
1680 psymbol_obstack. */
1681 num_offsets = objfile->num_sections;
1682 offsets = (struct section_offsets *) alloca (SIZEOF_SECTION_OFFSETS);
1683 memcpy (offsets, objfile->section_offsets, SIZEOF_SECTION_OFFSETS);
1684
1685 /* Nuke all the state that we will re-read. Much of the following
1686 code which sets things to NULL really is necessary to tell
1687 other parts of GDB that there is nothing currently there. */
1688
1689 /* FIXME: Do we have to free a whole linked list, or is this
1690 enough? */
1691 if (objfile->global_psymbols.list)
1692 xmfree (objfile->md, objfile->global_psymbols.list);
1693 memset (&objfile->global_psymbols, 0,
1694 sizeof (objfile->global_psymbols));
1695 if (objfile->static_psymbols.list)
1696 xmfree (objfile->md, objfile->static_psymbols.list);
1697 memset (&objfile->static_psymbols, 0,
1698 sizeof (objfile->static_psymbols));
1699
1700 /* Free the obstacks for non-reusable objfiles */
1701 free_bcache (&objfile->psymbol_cache);
1702 obstack_free (&objfile->psymbol_obstack, 0);
1703 obstack_free (&objfile->symbol_obstack, 0);
1704 obstack_free (&objfile->type_obstack, 0);
1705 objfile->sections = NULL;
1706 objfile->symtabs = NULL;
1707 objfile->psymtabs = NULL;
1708 objfile->free_psymtabs = NULL;
1709 objfile->msymbols = NULL;
1710 objfile->minimal_symbol_count = 0;
1711 memset (&objfile->msymbol_hash, 0,
1712 sizeof (objfile->msymbol_hash));
1713 memset (&objfile->msymbol_demangled_hash, 0,
1714 sizeof (objfile->msymbol_demangled_hash));
1715 objfile->fundamental_types = NULL;
1716 if (objfile->sf != NULL)
1717 {
1718 (*objfile->sf->sym_finish) (objfile);
1719 }
1720
1721 /* We never make this a mapped file. */
1722 objfile->md = NULL;
1723 /* obstack_specify_allocation also initializes the obstack so
1724 it is empty. */
1725 obstack_specify_allocation (&objfile->psymbol_cache.cache, 0, 0,
1726 xmalloc, xfree);
1727 obstack_specify_allocation (&objfile->psymbol_obstack, 0, 0,
1728 xmalloc, xfree);
1729 obstack_specify_allocation (&objfile->symbol_obstack, 0, 0,
1730 xmalloc, xfree);
1731 obstack_specify_allocation (&objfile->type_obstack, 0, 0,
1732 xmalloc, xfree);
1733 if (build_objfile_section_table (objfile))
1734 {
1735 error ("Can't find the file sections in `%s': %s",
1736 objfile->name, bfd_errmsg (bfd_get_error ()));
1737 }
1738
1739 /* We use the same section offsets as from last time. I'm not
1740 sure whether that is always correct for shared libraries. */
1741 objfile->section_offsets = (struct section_offsets *)
1742 obstack_alloc (&objfile->psymbol_obstack, SIZEOF_SECTION_OFFSETS);
1743 memcpy (objfile->section_offsets, offsets, SIZEOF_SECTION_OFFSETS);
1744 objfile->num_sections = num_offsets;
1745
1746 /* What the hell is sym_new_init for, anyway? The concept of
1747 distinguishing between the main file and additional files
1748 in this way seems rather dubious. */
1749 if (objfile == symfile_objfile)
1750 {
1751 (*objfile->sf->sym_new_init) (objfile);
1752 #ifdef HPUXHPPA
1753 RESET_HP_UX_GLOBALS ();
1754 #endif
1755 }
1756
1757 (*objfile->sf->sym_init) (objfile);
1758 clear_complaints (1, 1);
1759 /* The "mainline" parameter is a hideous hack; I think leaving it
1760 zero is OK since dbxread.c also does what it needs to do if
1761 objfile->global_psymbols.size is 0. */
1762 (*objfile->sf->sym_read) (objfile, 0);
1763 if (!have_partial_symbols () && !have_full_symbols ())
1764 {
1765 wrap_here ("");
1766 printf_filtered ("(no debugging symbols found)\n");
1767 wrap_here ("");
1768 }
1769 objfile->flags |= OBJF_SYMS;
1770
1771 /* We're done reading the symbol file; finish off complaints. */
1772 clear_complaints (0, 1);
1773
1774 /* Getting new symbols may change our opinion about what is
1775 frameless. */
1776
1777 reinit_frame_cache ();
1778
1779 /* Discard cleanups as symbol reading was successful. */
1780 discard_cleanups (old_cleanups);
1781
1782 /* If the mtime has changed between the time we set new_modtime
1783 and now, we *want* this to be out of date, so don't call stat
1784 again now. */
1785 objfile->mtime = new_modtime;
1786 reread_one = 1;
1787
1788 /* Call this after reading in a new symbol table to give target
1789 dependent code a crack at the new symbols. For instance, this
1790 could be used to update the values of target-specific symbols GDB
1791 needs to keep track of (such as _sigtramp, or whatever). */
1792
1793 TARGET_SYMFILE_POSTREAD (objfile);
1794 }
1795 }
1796 }
1797
1798 if (reread_one)
1799 clear_symtab_users ();
1800 }
1801 \f
1802
1803
1804 typedef struct
1805 {
1806 char *ext;
1807 enum language lang;
1808 }
1809 filename_language;
1810
1811 static filename_language *filename_language_table;
1812 static int fl_table_size, fl_table_next;
1813
1814 static void
1815 add_filename_language (char *ext, enum language lang)
1816 {
1817 if (fl_table_next >= fl_table_size)
1818 {
1819 fl_table_size += 10;
1820 filename_language_table = xrealloc (filename_language_table,
1821 fl_table_size);
1822 }
1823
1824 filename_language_table[fl_table_next].ext = xstrdup (ext);
1825 filename_language_table[fl_table_next].lang = lang;
1826 fl_table_next++;
1827 }
1828
1829 static char *ext_args;
1830
1831 static void
1832 set_ext_lang_command (char *args, int from_tty)
1833 {
1834 int i;
1835 char *cp = ext_args;
1836 enum language lang;
1837
1838 /* First arg is filename extension, starting with '.' */
1839 if (*cp != '.')
1840 error ("'%s': Filename extension must begin with '.'", ext_args);
1841
1842 /* Find end of first arg. */
1843 while (*cp && !isspace (*cp))
1844 cp++;
1845
1846 if (*cp == '\0')
1847 error ("'%s': two arguments required -- filename extension and language",
1848 ext_args);
1849
1850 /* Null-terminate first arg */
1851 *cp++ = '\0';
1852
1853 /* Find beginning of second arg, which should be a source language. */
1854 while (*cp && isspace (*cp))
1855 cp++;
1856
1857 if (*cp == '\0')
1858 error ("'%s': two arguments required -- filename extension and language",
1859 ext_args);
1860
1861 /* Lookup the language from among those we know. */
1862 lang = language_enum (cp);
1863
1864 /* Now lookup the filename extension: do we already know it? */
1865 for (i = 0; i < fl_table_next; i++)
1866 if (0 == strcmp (ext_args, filename_language_table[i].ext))
1867 break;
1868
1869 if (i >= fl_table_next)
1870 {
1871 /* new file extension */
1872 add_filename_language (ext_args, lang);
1873 }
1874 else
1875 {
1876 /* redefining a previously known filename extension */
1877
1878 /* if (from_tty) */
1879 /* query ("Really make files of type %s '%s'?", */
1880 /* ext_args, language_str (lang)); */
1881
1882 xfree (filename_language_table[i].ext);
1883 filename_language_table[i].ext = xstrdup (ext_args);
1884 filename_language_table[i].lang = lang;
1885 }
1886 }
1887
1888 static void
1889 info_ext_lang_command (char *args, int from_tty)
1890 {
1891 int i;
1892
1893 printf_filtered ("Filename extensions and the languages they represent:");
1894 printf_filtered ("\n\n");
1895 for (i = 0; i < fl_table_next; i++)
1896 printf_filtered ("\t%s\t- %s\n",
1897 filename_language_table[i].ext,
1898 language_str (filename_language_table[i].lang));
1899 }
1900
1901 static void
1902 init_filename_language_table (void)
1903 {
1904 if (fl_table_size == 0) /* protect against repetition */
1905 {
1906 fl_table_size = 20;
1907 fl_table_next = 0;
1908 filename_language_table =
1909 xmalloc (fl_table_size * sizeof (*filename_language_table));
1910 add_filename_language (".c", language_c);
1911 add_filename_language (".C", language_cplus);
1912 add_filename_language (".cc", language_cplus);
1913 add_filename_language (".cp", language_cplus);
1914 add_filename_language (".cpp", language_cplus);
1915 add_filename_language (".cxx", language_cplus);
1916 add_filename_language (".c++", language_cplus);
1917 add_filename_language (".java", language_java);
1918 add_filename_language (".class", language_java);
1919 add_filename_language (".ch", language_chill);
1920 add_filename_language (".c186", language_chill);
1921 add_filename_language (".c286", language_chill);
1922 add_filename_language (".f", language_fortran);
1923 add_filename_language (".F", language_fortran);
1924 add_filename_language (".s", language_asm);
1925 add_filename_language (".S", language_asm);
1926 add_filename_language (".pas", language_pascal);
1927 add_filename_language (".p", language_pascal);
1928 add_filename_language (".pp", language_pascal);
1929 }
1930 }
1931
1932 enum language
1933 deduce_language_from_filename (char *filename)
1934 {
1935 int i;
1936 char *cp;
1937
1938 if (filename != NULL)
1939 if ((cp = strrchr (filename, '.')) != NULL)
1940 for (i = 0; i < fl_table_next; i++)
1941 if (strcmp (cp, filename_language_table[i].ext) == 0)
1942 return filename_language_table[i].lang;
1943
1944 return language_unknown;
1945 }
1946 \f
1947 /* allocate_symtab:
1948
1949 Allocate and partly initialize a new symbol table. Return a pointer
1950 to it. error() if no space.
1951
1952 Caller must set these fields:
1953 LINETABLE(symtab)
1954 symtab->blockvector
1955 symtab->dirname
1956 symtab->free_code
1957 symtab->free_ptr
1958 possibly free_named_symtabs (symtab->filename);
1959 */
1960
1961 struct symtab *
1962 allocate_symtab (char *filename, struct objfile *objfile)
1963 {
1964 register struct symtab *symtab;
1965
1966 symtab = (struct symtab *)
1967 obstack_alloc (&objfile->symbol_obstack, sizeof (struct symtab));
1968 memset (symtab, 0, sizeof (*symtab));
1969 symtab->filename = obsavestring (filename, strlen (filename),
1970 &objfile->symbol_obstack);
1971 symtab->fullname = NULL;
1972 symtab->language = deduce_language_from_filename (filename);
1973 symtab->debugformat = obsavestring ("unknown", 7,
1974 &objfile->symbol_obstack);
1975
1976 /* Hook it to the objfile it comes from */
1977
1978 symtab->objfile = objfile;
1979 symtab->next = objfile->symtabs;
1980 objfile->symtabs = symtab;
1981
1982 /* FIXME: This should go away. It is only defined for the Z8000,
1983 and the Z8000 definition of this macro doesn't have anything to
1984 do with the now-nonexistent EXTRA_SYMTAB_INFO macro, it's just
1985 here for convenience. */
1986 #ifdef INIT_EXTRA_SYMTAB_INFO
1987 INIT_EXTRA_SYMTAB_INFO (symtab);
1988 #endif
1989
1990 return (symtab);
1991 }
1992
1993 struct partial_symtab *
1994 allocate_psymtab (char *filename, struct objfile *objfile)
1995 {
1996 struct partial_symtab *psymtab;
1997
1998 if (objfile->free_psymtabs)
1999 {
2000 psymtab = objfile->free_psymtabs;
2001 objfile->free_psymtabs = psymtab->next;
2002 }
2003 else
2004 psymtab = (struct partial_symtab *)
2005 obstack_alloc (&objfile->psymbol_obstack,
2006 sizeof (struct partial_symtab));
2007
2008 memset (psymtab, 0, sizeof (struct partial_symtab));
2009 psymtab->filename = obsavestring (filename, strlen (filename),
2010 &objfile->psymbol_obstack);
2011 psymtab->symtab = NULL;
2012
2013 /* Prepend it to the psymtab list for the objfile it belongs to.
2014 Psymtabs are searched in most recent inserted -> least recent
2015 inserted order. */
2016
2017 psymtab->objfile = objfile;
2018 psymtab->next = objfile->psymtabs;
2019 objfile->psymtabs = psymtab;
2020 #if 0
2021 {
2022 struct partial_symtab **prev_pst;
2023 psymtab->objfile = objfile;
2024 psymtab->next = NULL;
2025 prev_pst = &(objfile->psymtabs);
2026 while ((*prev_pst) != NULL)
2027 prev_pst = &((*prev_pst)->next);
2028 (*prev_pst) = psymtab;
2029 }
2030 #endif
2031
2032 return (psymtab);
2033 }
2034
2035 void
2036 discard_psymtab (struct partial_symtab *pst)
2037 {
2038 struct partial_symtab **prev_pst;
2039
2040 /* From dbxread.c:
2041 Empty psymtabs happen as a result of header files which don't
2042 have any symbols in them. There can be a lot of them. But this
2043 check is wrong, in that a psymtab with N_SLINE entries but
2044 nothing else is not empty, but we don't realize that. Fixing
2045 that without slowing things down might be tricky. */
2046
2047 /* First, snip it out of the psymtab chain */
2048
2049 prev_pst = &(pst->objfile->psymtabs);
2050 while ((*prev_pst) != pst)
2051 prev_pst = &((*prev_pst)->next);
2052 (*prev_pst) = pst->next;
2053
2054 /* Next, put it on a free list for recycling */
2055
2056 pst->next = pst->objfile->free_psymtabs;
2057 pst->objfile->free_psymtabs = pst;
2058 }
2059 \f
2060
2061 /* Reset all data structures in gdb which may contain references to symbol
2062 table data. */
2063
2064 void
2065 clear_symtab_users (void)
2066 {
2067 /* Someday, we should do better than this, by only blowing away
2068 the things that really need to be blown. */
2069 clear_value_history ();
2070 clear_displays ();
2071 clear_internalvars ();
2072 breakpoint_re_set ();
2073 set_default_breakpoint (0, 0, 0, 0);
2074 current_source_symtab = 0;
2075 current_source_line = 0;
2076 clear_pc_function_cache ();
2077 if (target_new_objfile_hook)
2078 target_new_objfile_hook (NULL);
2079 }
2080
2081 static void
2082 clear_symtab_users_cleanup (void *ignore)
2083 {
2084 clear_symtab_users ();
2085 }
2086
2087 /* clear_symtab_users_once:
2088
2089 This function is run after symbol reading, or from a cleanup.
2090 If an old symbol table was obsoleted, the old symbol table
2091 has been blown away, but the other GDB data structures that may
2092 reference it have not yet been cleared or re-directed. (The old
2093 symtab was zapped, and the cleanup queued, in free_named_symtab()
2094 below.)
2095
2096 This function can be queued N times as a cleanup, or called
2097 directly; it will do all the work the first time, and then will be a
2098 no-op until the next time it is queued. This works by bumping a
2099 counter at queueing time. Much later when the cleanup is run, or at
2100 the end of symbol processing (in case the cleanup is discarded), if
2101 the queued count is greater than the "done-count", we do the work
2102 and set the done-count to the queued count. If the queued count is
2103 less than or equal to the done-count, we just ignore the call. This
2104 is needed because reading a single .o file will often replace many
2105 symtabs (one per .h file, for example), and we don't want to reset
2106 the breakpoints N times in the user's face.
2107
2108 The reason we both queue a cleanup, and call it directly after symbol
2109 reading, is because the cleanup protects us in case of errors, but is
2110 discarded if symbol reading is successful. */
2111
2112 #if 0
2113 /* FIXME: As free_named_symtabs is currently a big noop this function
2114 is no longer needed. */
2115 static void clear_symtab_users_once (void);
2116
2117 static int clear_symtab_users_queued;
2118 static int clear_symtab_users_done;
2119
2120 static void
2121 clear_symtab_users_once (void)
2122 {
2123 /* Enforce once-per-`do_cleanups'-semantics */
2124 if (clear_symtab_users_queued <= clear_symtab_users_done)
2125 return;
2126 clear_symtab_users_done = clear_symtab_users_queued;
2127
2128 clear_symtab_users ();
2129 }
2130 #endif
2131
2132 /* Delete the specified psymtab, and any others that reference it. */
2133
2134 static void
2135 cashier_psymtab (struct partial_symtab *pst)
2136 {
2137 struct partial_symtab *ps, *pprev = NULL;
2138 int i;
2139
2140 /* Find its previous psymtab in the chain */
2141 for (ps = pst->objfile->psymtabs; ps; ps = ps->next)
2142 {
2143 if (ps == pst)
2144 break;
2145 pprev = ps;
2146 }
2147
2148 if (ps)
2149 {
2150 /* Unhook it from the chain. */
2151 if (ps == pst->objfile->psymtabs)
2152 pst->objfile->psymtabs = ps->next;
2153 else
2154 pprev->next = ps->next;
2155
2156 /* FIXME, we can't conveniently deallocate the entries in the
2157 partial_symbol lists (global_psymbols/static_psymbols) that
2158 this psymtab points to. These just take up space until all
2159 the psymtabs are reclaimed. Ditto the dependencies list and
2160 filename, which are all in the psymbol_obstack. */
2161
2162 /* We need to cashier any psymtab that has this one as a dependency... */
2163 again:
2164 for (ps = pst->objfile->psymtabs; ps; ps = ps->next)
2165 {
2166 for (i = 0; i < ps->number_of_dependencies; i++)
2167 {
2168 if (ps->dependencies[i] == pst)
2169 {
2170 cashier_psymtab (ps);
2171 goto again; /* Must restart, chain has been munged. */
2172 }
2173 }
2174 }
2175 }
2176 }
2177
2178 /* If a symtab or psymtab for filename NAME is found, free it along
2179 with any dependent breakpoints, displays, etc.
2180 Used when loading new versions of object modules with the "add-file"
2181 command. This is only called on the top-level symtab or psymtab's name;
2182 it is not called for subsidiary files such as .h files.
2183
2184 Return value is 1 if we blew away the environment, 0 if not.
2185 FIXME. The return value appears to never be used.
2186
2187 FIXME. I think this is not the best way to do this. We should
2188 work on being gentler to the environment while still cleaning up
2189 all stray pointers into the freed symtab. */
2190
2191 int
2192 free_named_symtabs (char *name)
2193 {
2194 #if 0
2195 /* FIXME: With the new method of each objfile having it's own
2196 psymtab list, this function needs serious rethinking. In particular,
2197 why was it ever necessary to toss psymtabs with specific compilation
2198 unit filenames, as opposed to all psymtabs from a particular symbol
2199 file? -- fnf
2200 Well, the answer is that some systems permit reloading of particular
2201 compilation units. We want to blow away any old info about these
2202 compilation units, regardless of which objfiles they arrived in. --gnu. */
2203
2204 register struct symtab *s;
2205 register struct symtab *prev;
2206 register struct partial_symtab *ps;
2207 struct blockvector *bv;
2208 int blewit = 0;
2209
2210 /* We only wack things if the symbol-reload switch is set. */
2211 if (!symbol_reloading)
2212 return 0;
2213
2214 /* Some symbol formats have trouble providing file names... */
2215 if (name == 0 || *name == '\0')
2216 return 0;
2217
2218 /* Look for a psymtab with the specified name. */
2219
2220 again2:
2221 for (ps = partial_symtab_list; ps; ps = ps->next)
2222 {
2223 if (STREQ (name, ps->filename))
2224 {
2225 cashier_psymtab (ps); /* Blow it away...and its little dog, too. */
2226 goto again2; /* Must restart, chain has been munged */
2227 }
2228 }
2229
2230 /* Look for a symtab with the specified name. */
2231
2232 for (s = symtab_list; s; s = s->next)
2233 {
2234 if (STREQ (name, s->filename))
2235 break;
2236 prev = s;
2237 }
2238
2239 if (s)
2240 {
2241 if (s == symtab_list)
2242 symtab_list = s->next;
2243 else
2244 prev->next = s->next;
2245
2246 /* For now, queue a delete for all breakpoints, displays, etc., whether
2247 or not they depend on the symtab being freed. This should be
2248 changed so that only those data structures affected are deleted. */
2249
2250 /* But don't delete anything if the symtab is empty.
2251 This test is necessary due to a bug in "dbxread.c" that
2252 causes empty symtabs to be created for N_SO symbols that
2253 contain the pathname of the object file. (This problem
2254 has been fixed in GDB 3.9x). */
2255
2256 bv = BLOCKVECTOR (s);
2257 if (BLOCKVECTOR_NBLOCKS (bv) > 2
2258 || BLOCK_NSYMS (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK))
2259 || BLOCK_NSYMS (BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK)))
2260 {
2261 complain (&oldsyms_complaint, name);
2262
2263 clear_symtab_users_queued++;
2264 make_cleanup (clear_symtab_users_once, 0);
2265 blewit = 1;
2266 }
2267 else
2268 {
2269 complain (&empty_symtab_complaint, name);
2270 }
2271
2272 free_symtab (s);
2273 }
2274 else
2275 {
2276 /* It is still possible that some breakpoints will be affected
2277 even though no symtab was found, since the file might have
2278 been compiled without debugging, and hence not be associated
2279 with a symtab. In order to handle this correctly, we would need
2280 to keep a list of text address ranges for undebuggable files.
2281 For now, we do nothing, since this is a fairly obscure case. */
2282 ;
2283 }
2284
2285 /* FIXME, what about the minimal symbol table? */
2286 return blewit;
2287 #else
2288 return (0);
2289 #endif
2290 }
2291 \f
2292 /* Allocate and partially fill a partial symtab. It will be
2293 completely filled at the end of the symbol list.
2294
2295 FILENAME is the name of the symbol-file we are reading from. */
2296
2297 struct partial_symtab *
2298 start_psymtab_common (struct objfile *objfile,
2299 struct section_offsets *section_offsets, char *filename,
2300 CORE_ADDR textlow, struct partial_symbol **global_syms,
2301 struct partial_symbol **static_syms)
2302 {
2303 struct partial_symtab *psymtab;
2304
2305 psymtab = allocate_psymtab (filename, objfile);
2306 psymtab->section_offsets = section_offsets;
2307 psymtab->textlow = textlow;
2308 psymtab->texthigh = psymtab->textlow; /* default */
2309 psymtab->globals_offset = global_syms - objfile->global_psymbols.list;
2310 psymtab->statics_offset = static_syms - objfile->static_psymbols.list;
2311 return (psymtab);
2312 }
2313 \f
2314 /* Add a symbol with a long value to a psymtab.
2315 Since one arg is a struct, we pass in a ptr and deref it (sigh). */
2316
2317 void
2318 add_psymbol_to_list (char *name, int namelength, namespace_enum namespace,
2319 enum address_class class,
2320 struct psymbol_allocation_list *list, long val, /* Value as a long */
2321 CORE_ADDR coreaddr, /* Value as a CORE_ADDR */
2322 enum language language, struct objfile *objfile)
2323 {
2324 register struct partial_symbol *psym;
2325 char *buf = alloca (namelength + 1);
2326 /* psymbol is static so that there will be no uninitialized gaps in the
2327 structure which might contain random data, causing cache misses in
2328 bcache. */
2329 static struct partial_symbol psymbol;
2330
2331 /* Create local copy of the partial symbol */
2332 memcpy (buf, name, namelength);
2333 buf[namelength] = '\0';
2334 SYMBOL_NAME (&psymbol) = bcache (buf, namelength + 1, &objfile->psymbol_cache);
2335 /* val and coreaddr are mutually exclusive, one of them *will* be zero */
2336 if (val != 0)
2337 {
2338 SYMBOL_VALUE (&psymbol) = val;
2339 }
2340 else
2341 {
2342 SYMBOL_VALUE_ADDRESS (&psymbol) = coreaddr;
2343 }
2344 SYMBOL_SECTION (&psymbol) = 0;
2345 SYMBOL_LANGUAGE (&psymbol) = language;
2346 PSYMBOL_NAMESPACE (&psymbol) = namespace;
2347 PSYMBOL_CLASS (&psymbol) = class;
2348 SYMBOL_INIT_LANGUAGE_SPECIFIC (&psymbol, language);
2349
2350 /* Stash the partial symbol away in the cache */
2351 psym = bcache (&psymbol, sizeof (struct partial_symbol), &objfile->psymbol_cache);
2352
2353 /* Save pointer to partial symbol in psymtab, growing symtab if needed. */
2354 if (list->next >= list->list + list->size)
2355 {
2356 extend_psymbol_list (list, objfile);
2357 }
2358 *list->next++ = psym;
2359 OBJSTAT (objfile, n_psyms++);
2360 }
2361
2362 /* Add a symbol with a long value to a psymtab. This differs from
2363 * add_psymbol_to_list above in taking both a mangled and a demangled
2364 * name. */
2365
2366 void
2367 add_psymbol_with_dem_name_to_list (char *name, int namelength, char *dem_name,
2368 int dem_namelength, namespace_enum namespace,
2369 enum address_class class,
2370 struct psymbol_allocation_list *list, long val, /* Value as a long */
2371 CORE_ADDR coreaddr, /* Value as a CORE_ADDR */
2372 enum language language,
2373 struct objfile *objfile)
2374 {
2375 register struct partial_symbol *psym;
2376 char *buf = alloca (namelength + 1);
2377 /* psymbol is static so that there will be no uninitialized gaps in the
2378 structure which might contain random data, causing cache misses in
2379 bcache. */
2380 static struct partial_symbol psymbol;
2381
2382 /* Create local copy of the partial symbol */
2383
2384 memcpy (buf, name, namelength);
2385 buf[namelength] = '\0';
2386 SYMBOL_NAME (&psymbol) = bcache (buf, namelength + 1, &objfile->psymbol_cache);
2387
2388 buf = alloca (dem_namelength + 1);
2389 memcpy (buf, dem_name, dem_namelength);
2390 buf[dem_namelength] = '\0';
2391
2392 switch (language)
2393 {
2394 case language_c:
2395 case language_cplus:
2396 SYMBOL_CPLUS_DEMANGLED_NAME (&psymbol) =
2397 bcache (buf, dem_namelength + 1, &objfile->psymbol_cache);
2398 break;
2399 case language_chill:
2400 SYMBOL_CHILL_DEMANGLED_NAME (&psymbol) =
2401 bcache (buf, dem_namelength + 1, &objfile->psymbol_cache);
2402
2403 /* FIXME What should be done for the default case? Ignoring for now. */
2404 }
2405
2406 /* val and coreaddr are mutually exclusive, one of them *will* be zero */
2407 if (val != 0)
2408 {
2409 SYMBOL_VALUE (&psymbol) = val;
2410 }
2411 else
2412 {
2413 SYMBOL_VALUE_ADDRESS (&psymbol) = coreaddr;
2414 }
2415 SYMBOL_SECTION (&psymbol) = 0;
2416 SYMBOL_LANGUAGE (&psymbol) = language;
2417 PSYMBOL_NAMESPACE (&psymbol) = namespace;
2418 PSYMBOL_CLASS (&psymbol) = class;
2419 SYMBOL_INIT_LANGUAGE_SPECIFIC (&psymbol, language);
2420
2421 /* Stash the partial symbol away in the cache */
2422 psym = bcache (&psymbol, sizeof (struct partial_symbol), &objfile->psymbol_cache);
2423
2424 /* Save pointer to partial symbol in psymtab, growing symtab if needed. */
2425 if (list->next >= list->list + list->size)
2426 {
2427 extend_psymbol_list (list, objfile);
2428 }
2429 *list->next++ = psym;
2430 OBJSTAT (objfile, n_psyms++);
2431 }
2432
2433 /* Initialize storage for partial symbols. */
2434
2435 void
2436 init_psymbol_list (struct objfile *objfile, int total_symbols)
2437 {
2438 /* Free any previously allocated psymbol lists. */
2439
2440 if (objfile->global_psymbols.list)
2441 {
2442 xmfree (objfile->md, (PTR) objfile->global_psymbols.list);
2443 }
2444 if (objfile->static_psymbols.list)
2445 {
2446 xmfree (objfile->md, (PTR) objfile->static_psymbols.list);
2447 }
2448
2449 /* Current best guess is that approximately a twentieth
2450 of the total symbols (in a debugging file) are global or static
2451 oriented symbols */
2452
2453 objfile->global_psymbols.size = total_symbols / 10;
2454 objfile->static_psymbols.size = total_symbols / 10;
2455
2456 if (objfile->global_psymbols.size > 0)
2457 {
2458 objfile->global_psymbols.next =
2459 objfile->global_psymbols.list = (struct partial_symbol **)
2460 xmmalloc (objfile->md, (objfile->global_psymbols.size
2461 * sizeof (struct partial_symbol *)));
2462 }
2463 if (objfile->static_psymbols.size > 0)
2464 {
2465 objfile->static_psymbols.next =
2466 objfile->static_psymbols.list = (struct partial_symbol **)
2467 xmmalloc (objfile->md, (objfile->static_psymbols.size
2468 * sizeof (struct partial_symbol *)));
2469 }
2470 }
2471
2472 /* OVERLAYS:
2473 The following code implements an abstraction for debugging overlay sections.
2474
2475 The target model is as follows:
2476 1) The gnu linker will permit multiple sections to be mapped into the
2477 same VMA, each with its own unique LMA (or load address).
2478 2) It is assumed that some runtime mechanism exists for mapping the
2479 sections, one by one, from the load address into the VMA address.
2480 3) This code provides a mechanism for gdb to keep track of which
2481 sections should be considered to be mapped from the VMA to the LMA.
2482 This information is used for symbol lookup, and memory read/write.
2483 For instance, if a section has been mapped then its contents
2484 should be read from the VMA, otherwise from the LMA.
2485
2486 Two levels of debugger support for overlays are available. One is
2487 "manual", in which the debugger relies on the user to tell it which
2488 overlays are currently mapped. This level of support is
2489 implemented entirely in the core debugger, and the information about
2490 whether a section is mapped is kept in the objfile->obj_section table.
2491
2492 The second level of support is "automatic", and is only available if
2493 the target-specific code provides functionality to read the target's
2494 overlay mapping table, and translate its contents for the debugger
2495 (by updating the mapped state information in the obj_section tables).
2496
2497 The interface is as follows:
2498 User commands:
2499 overlay map <name> -- tell gdb to consider this section mapped
2500 overlay unmap <name> -- tell gdb to consider this section unmapped
2501 overlay list -- list the sections that GDB thinks are mapped
2502 overlay read-target -- get the target's state of what's mapped
2503 overlay off/manual/auto -- set overlay debugging state
2504 Functional interface:
2505 find_pc_mapped_section(pc): if the pc is in the range of a mapped
2506 section, return that section.
2507 find_pc_overlay(pc): find any overlay section that contains
2508 the pc, either in its VMA or its LMA
2509 overlay_is_mapped(sect): true if overlay is marked as mapped
2510 section_is_overlay(sect): true if section's VMA != LMA
2511 pc_in_mapped_range(pc,sec): true if pc belongs to section's VMA
2512 pc_in_unmapped_range(...): true if pc belongs to section's LMA
2513 sections_overlap(sec1, sec2): true if mapped sec1 and sec2 ranges overlap
2514 overlay_mapped_address(...): map an address from section's LMA to VMA
2515 overlay_unmapped_address(...): map an address from section's VMA to LMA
2516 symbol_overlayed_address(...): Return a "current" address for symbol:
2517 either in VMA or LMA depending on whether
2518 the symbol's section is currently mapped
2519 */
2520
2521 /* Overlay debugging state: */
2522
2523 enum overlay_debugging_state overlay_debugging = ovly_off;
2524 int overlay_cache_invalid = 0; /* True if need to refresh mapped state */
2525
2526 /* Target vector for refreshing overlay mapped state */
2527 static void simple_overlay_update (struct obj_section *);
2528 void (*target_overlay_update) (struct obj_section *) = simple_overlay_update;
2529
2530 /* Function: section_is_overlay (SECTION)
2531 Returns true if SECTION has VMA not equal to LMA, ie.
2532 SECTION is loaded at an address different from where it will "run". */
2533
2534 int
2535 section_is_overlay (asection *section)
2536 {
2537 /* FIXME: need bfd *, so we can use bfd_section_lma methods. */
2538
2539 if (overlay_debugging)
2540 if (section && section->lma != 0 &&
2541 section->vma != section->lma)
2542 return 1;
2543
2544 return 0;
2545 }
2546
2547 /* Function: overlay_invalidate_all (void)
2548 Invalidate the mapped state of all overlay sections (mark it as stale). */
2549
2550 static void
2551 overlay_invalidate_all (void)
2552 {
2553 struct objfile *objfile;
2554 struct obj_section *sect;
2555
2556 ALL_OBJSECTIONS (objfile, sect)
2557 if (section_is_overlay (sect->the_bfd_section))
2558 sect->ovly_mapped = -1;
2559 }
2560
2561 /* Function: overlay_is_mapped (SECTION)
2562 Returns true if section is an overlay, and is currently mapped.
2563 Private: public access is thru function section_is_mapped.
2564
2565 Access to the ovly_mapped flag is restricted to this function, so
2566 that we can do automatic update. If the global flag
2567 OVERLAY_CACHE_INVALID is set (by wait_for_inferior), then call
2568 overlay_invalidate_all. If the mapped state of the particular
2569 section is stale, then call TARGET_OVERLAY_UPDATE to refresh it. */
2570
2571 static int
2572 overlay_is_mapped (struct obj_section *osect)
2573 {
2574 if (osect == 0 || !section_is_overlay (osect->the_bfd_section))
2575 return 0;
2576
2577 switch (overlay_debugging)
2578 {
2579 default:
2580 case ovly_off:
2581 return 0; /* overlay debugging off */
2582 case ovly_auto: /* overlay debugging automatic */
2583 /* Unles there is a target_overlay_update function,
2584 there's really nothing useful to do here (can't really go auto) */
2585 if (target_overlay_update)
2586 {
2587 if (overlay_cache_invalid)
2588 {
2589 overlay_invalidate_all ();
2590 overlay_cache_invalid = 0;
2591 }
2592 if (osect->ovly_mapped == -1)
2593 (*target_overlay_update) (osect);
2594 }
2595 /* fall thru to manual case */
2596 case ovly_on: /* overlay debugging manual */
2597 return osect->ovly_mapped == 1;
2598 }
2599 }
2600
2601 /* Function: section_is_mapped
2602 Returns true if section is an overlay, and is currently mapped. */
2603
2604 int
2605 section_is_mapped (asection *section)
2606 {
2607 struct objfile *objfile;
2608 struct obj_section *osect;
2609
2610 if (overlay_debugging)
2611 if (section && section_is_overlay (section))
2612 ALL_OBJSECTIONS (objfile, osect)
2613 if (osect->the_bfd_section == section)
2614 return overlay_is_mapped (osect);
2615
2616 return 0;
2617 }
2618
2619 /* Function: pc_in_unmapped_range
2620 If PC falls into the lma range of SECTION, return true, else false. */
2621
2622 CORE_ADDR
2623 pc_in_unmapped_range (CORE_ADDR pc, asection *section)
2624 {
2625 /* FIXME: need bfd *, so we can use bfd_section_lma methods. */
2626
2627 int size;
2628
2629 if (overlay_debugging)
2630 if (section && section_is_overlay (section))
2631 {
2632 size = bfd_get_section_size_before_reloc (section);
2633 if (section->lma <= pc && pc < section->lma + size)
2634 return 1;
2635 }
2636 return 0;
2637 }
2638
2639 /* Function: pc_in_mapped_range
2640 If PC falls into the vma range of SECTION, return true, else false. */
2641
2642 CORE_ADDR
2643 pc_in_mapped_range (CORE_ADDR pc, asection *section)
2644 {
2645 /* FIXME: need bfd *, so we can use bfd_section_vma methods. */
2646
2647 int size;
2648
2649 if (overlay_debugging)
2650 if (section && section_is_overlay (section))
2651 {
2652 size = bfd_get_section_size_before_reloc (section);
2653 if (section->vma <= pc && pc < section->vma + size)
2654 return 1;
2655 }
2656 return 0;
2657 }
2658
2659
2660 /* Return true if the mapped ranges of sections A and B overlap, false
2661 otherwise. */
2662 int
2663 sections_overlap (asection *a, asection *b)
2664 {
2665 /* FIXME: need bfd *, so we can use bfd_section_vma methods. */
2666
2667 CORE_ADDR a_start = a->vma;
2668 CORE_ADDR a_end = a->vma + bfd_get_section_size_before_reloc (a);
2669 CORE_ADDR b_start = b->vma;
2670 CORE_ADDR b_end = b->vma + bfd_get_section_size_before_reloc (b);
2671
2672 return (a_start < b_end && b_start < a_end);
2673 }
2674
2675 /* Function: overlay_unmapped_address (PC, SECTION)
2676 Returns the address corresponding to PC in the unmapped (load) range.
2677 May be the same as PC. */
2678
2679 CORE_ADDR
2680 overlay_unmapped_address (CORE_ADDR pc, asection *section)
2681 {
2682 /* FIXME: need bfd *, so we can use bfd_section_lma methods. */
2683
2684 if (overlay_debugging)
2685 if (section && section_is_overlay (section) &&
2686 pc_in_mapped_range (pc, section))
2687 return pc + section->lma - section->vma;
2688
2689 return pc;
2690 }
2691
2692 /* Function: overlay_mapped_address (PC, SECTION)
2693 Returns the address corresponding to PC in the mapped (runtime) range.
2694 May be the same as PC. */
2695
2696 CORE_ADDR
2697 overlay_mapped_address (CORE_ADDR pc, asection *section)
2698 {
2699 /* FIXME: need bfd *, so we can use bfd_section_vma methods. */
2700
2701 if (overlay_debugging)
2702 if (section && section_is_overlay (section) &&
2703 pc_in_unmapped_range (pc, section))
2704 return pc + section->vma - section->lma;
2705
2706 return pc;
2707 }
2708
2709
2710 /* Function: symbol_overlayed_address
2711 Return one of two addresses (relative to the VMA or to the LMA),
2712 depending on whether the section is mapped or not. */
2713
2714 CORE_ADDR
2715 symbol_overlayed_address (CORE_ADDR address, asection *section)
2716 {
2717 if (overlay_debugging)
2718 {
2719 /* If the symbol has no section, just return its regular address. */
2720 if (section == 0)
2721 return address;
2722 /* If the symbol's section is not an overlay, just return its address */
2723 if (!section_is_overlay (section))
2724 return address;
2725 /* If the symbol's section is mapped, just return its address */
2726 if (section_is_mapped (section))
2727 return address;
2728 /*
2729 * HOWEVER: if the symbol is in an overlay section which is NOT mapped,
2730 * then return its LOADED address rather than its vma address!!
2731 */
2732 return overlay_unmapped_address (address, section);
2733 }
2734 return address;
2735 }
2736
2737 /* Function: find_pc_overlay (PC)
2738 Return the best-match overlay section for PC:
2739 If PC matches a mapped overlay section's VMA, return that section.
2740 Else if PC matches an unmapped section's VMA, return that section.
2741 Else if PC matches an unmapped section's LMA, return that section. */
2742
2743 asection *
2744 find_pc_overlay (CORE_ADDR pc)
2745 {
2746 struct objfile *objfile;
2747 struct obj_section *osect, *best_match = NULL;
2748
2749 if (overlay_debugging)
2750 ALL_OBJSECTIONS (objfile, osect)
2751 if (section_is_overlay (osect->the_bfd_section))
2752 {
2753 if (pc_in_mapped_range (pc, osect->the_bfd_section))
2754 {
2755 if (overlay_is_mapped (osect))
2756 return osect->the_bfd_section;
2757 else
2758 best_match = osect;
2759 }
2760 else if (pc_in_unmapped_range (pc, osect->the_bfd_section))
2761 best_match = osect;
2762 }
2763 return best_match ? best_match->the_bfd_section : NULL;
2764 }
2765
2766 /* Function: find_pc_mapped_section (PC)
2767 If PC falls into the VMA address range of an overlay section that is
2768 currently marked as MAPPED, return that section. Else return NULL. */
2769
2770 asection *
2771 find_pc_mapped_section (CORE_ADDR pc)
2772 {
2773 struct objfile *objfile;
2774 struct obj_section *osect;
2775
2776 if (overlay_debugging)
2777 ALL_OBJSECTIONS (objfile, osect)
2778 if (pc_in_mapped_range (pc, osect->the_bfd_section) &&
2779 overlay_is_mapped (osect))
2780 return osect->the_bfd_section;
2781
2782 return NULL;
2783 }
2784
2785 /* Function: list_overlays_command
2786 Print a list of mapped sections and their PC ranges */
2787
2788 void
2789 list_overlays_command (char *args, int from_tty)
2790 {
2791 int nmapped = 0;
2792 struct objfile *objfile;
2793 struct obj_section *osect;
2794
2795 if (overlay_debugging)
2796 ALL_OBJSECTIONS (objfile, osect)
2797 if (overlay_is_mapped (osect))
2798 {
2799 const char *name;
2800 bfd_vma lma, vma;
2801 int size;
2802
2803 vma = bfd_section_vma (objfile->obfd, osect->the_bfd_section);
2804 lma = bfd_section_lma (objfile->obfd, osect->the_bfd_section);
2805 size = bfd_get_section_size_before_reloc (osect->the_bfd_section);
2806 name = bfd_section_name (objfile->obfd, osect->the_bfd_section);
2807
2808 printf_filtered ("Section %s, loaded at ", name);
2809 print_address_numeric (lma, 1, gdb_stdout);
2810 puts_filtered (" - ");
2811 print_address_numeric (lma + size, 1, gdb_stdout);
2812 printf_filtered (", mapped at ");
2813 print_address_numeric (vma, 1, gdb_stdout);
2814 puts_filtered (" - ");
2815 print_address_numeric (vma + size, 1, gdb_stdout);
2816 puts_filtered ("\n");
2817
2818 nmapped++;
2819 }
2820 if (nmapped == 0)
2821 printf_filtered ("No sections are mapped.\n");
2822 }
2823
2824 /* Function: map_overlay_command
2825 Mark the named section as mapped (ie. residing at its VMA address). */
2826
2827 void
2828 map_overlay_command (char *args, int from_tty)
2829 {
2830 struct objfile *objfile, *objfile2;
2831 struct obj_section *sec, *sec2;
2832 asection *bfdsec;
2833
2834 if (!overlay_debugging)
2835 error ("\
2836 Overlay debugging not enabled. Use either the 'overlay auto' or\n\
2837 the 'overlay manual' command.");
2838
2839 if (args == 0 || *args == 0)
2840 error ("Argument required: name of an overlay section");
2841
2842 /* First, find a section matching the user supplied argument */
2843 ALL_OBJSECTIONS (objfile, sec)
2844 if (!strcmp (bfd_section_name (objfile->obfd, sec->the_bfd_section), args))
2845 {
2846 /* Now, check to see if the section is an overlay. */
2847 bfdsec = sec->the_bfd_section;
2848 if (!section_is_overlay (bfdsec))
2849 continue; /* not an overlay section */
2850
2851 /* Mark the overlay as "mapped" */
2852 sec->ovly_mapped = 1;
2853
2854 /* Next, make a pass and unmap any sections that are
2855 overlapped by this new section: */
2856 ALL_OBJSECTIONS (objfile2, sec2)
2857 if (sec2->ovly_mapped
2858 && sec != sec2
2859 && sec->the_bfd_section != sec2->the_bfd_section
2860 && sections_overlap (sec->the_bfd_section,
2861 sec2->the_bfd_section))
2862 {
2863 if (info_verbose)
2864 printf_filtered ("Note: section %s unmapped by overlap\n",
2865 bfd_section_name (objfile->obfd,
2866 sec2->the_bfd_section));
2867 sec2->ovly_mapped = 0; /* sec2 overlaps sec: unmap sec2 */
2868 }
2869 return;
2870 }
2871 error ("No overlay section called %s", args);
2872 }
2873
2874 /* Function: unmap_overlay_command
2875 Mark the overlay section as unmapped
2876 (ie. resident in its LMA address range, rather than the VMA range). */
2877
2878 void
2879 unmap_overlay_command (char *args, int from_tty)
2880 {
2881 struct objfile *objfile;
2882 struct obj_section *sec;
2883
2884 if (!overlay_debugging)
2885 error ("\
2886 Overlay debugging not enabled. Use either the 'overlay auto' or\n\
2887 the 'overlay manual' command.");
2888
2889 if (args == 0 || *args == 0)
2890 error ("Argument required: name of an overlay section");
2891
2892 /* First, find a section matching the user supplied argument */
2893 ALL_OBJSECTIONS (objfile, sec)
2894 if (!strcmp (bfd_section_name (objfile->obfd, sec->the_bfd_section), args))
2895 {
2896 if (!sec->ovly_mapped)
2897 error ("Section %s is not mapped", args);
2898 sec->ovly_mapped = 0;
2899 return;
2900 }
2901 error ("No overlay section called %s", args);
2902 }
2903
2904 /* Function: overlay_auto_command
2905 A utility command to turn on overlay debugging.
2906 Possibly this should be done via a set/show command. */
2907
2908 static void
2909 overlay_auto_command (char *args, int from_tty)
2910 {
2911 overlay_debugging = ovly_auto;
2912 enable_overlay_breakpoints ();
2913 if (info_verbose)
2914 printf_filtered ("Automatic overlay debugging enabled.");
2915 }
2916
2917 /* Function: overlay_manual_command
2918 A utility command to turn on overlay debugging.
2919 Possibly this should be done via a set/show command. */
2920
2921 static void
2922 overlay_manual_command (char *args, int from_tty)
2923 {
2924 overlay_debugging = ovly_on;
2925 disable_overlay_breakpoints ();
2926 if (info_verbose)
2927 printf_filtered ("Overlay debugging enabled.");
2928 }
2929
2930 /* Function: overlay_off_command
2931 A utility command to turn on overlay debugging.
2932 Possibly this should be done via a set/show command. */
2933
2934 static void
2935 overlay_off_command (char *args, int from_tty)
2936 {
2937 overlay_debugging = ovly_off;
2938 disable_overlay_breakpoints ();
2939 if (info_verbose)
2940 printf_filtered ("Overlay debugging disabled.");
2941 }
2942
2943 static void
2944 overlay_load_command (char *args, int from_tty)
2945 {
2946 if (target_overlay_update)
2947 (*target_overlay_update) (NULL);
2948 else
2949 error ("This target does not know how to read its overlay state.");
2950 }
2951
2952 /* Function: overlay_command
2953 A place-holder for a mis-typed command */
2954
2955 /* Command list chain containing all defined "overlay" subcommands. */
2956 struct cmd_list_element *overlaylist;
2957
2958 static void
2959 overlay_command (char *args, int from_tty)
2960 {
2961 printf_unfiltered
2962 ("\"overlay\" must be followed by the name of an overlay command.\n");
2963 help_list (overlaylist, "overlay ", -1, gdb_stdout);
2964 }
2965
2966
2967 /* Target Overlays for the "Simplest" overlay manager:
2968
2969 This is GDB's default target overlay layer. It works with the
2970 minimal overlay manager supplied as an example by Cygnus. The
2971 entry point is via a function pointer "target_overlay_update",
2972 so targets that use a different runtime overlay manager can
2973 substitute their own overlay_update function and take over the
2974 function pointer.
2975
2976 The overlay_update function pokes around in the target's data structures
2977 to see what overlays are mapped, and updates GDB's overlay mapping with
2978 this information.
2979
2980 In this simple implementation, the target data structures are as follows:
2981 unsigned _novlys; /# number of overlay sections #/
2982 unsigned _ovly_table[_novlys][4] = {
2983 {VMA, SIZE, LMA, MAPPED}, /# one entry per overlay section #/
2984 {..., ..., ..., ...},
2985 }
2986 unsigned _novly_regions; /# number of overlay regions #/
2987 unsigned _ovly_region_table[_novly_regions][3] = {
2988 {VMA, SIZE, MAPPED_TO_LMA}, /# one entry per overlay region #/
2989 {..., ..., ...},
2990 }
2991 These functions will attempt to update GDB's mappedness state in the
2992 symbol section table, based on the target's mappedness state.
2993
2994 To do this, we keep a cached copy of the target's _ovly_table, and
2995 attempt to detect when the cached copy is invalidated. The main
2996 entry point is "simple_overlay_update(SECT), which looks up SECT in
2997 the cached table and re-reads only the entry for that section from
2998 the target (whenever possible).
2999 */
3000
3001 /* Cached, dynamically allocated copies of the target data structures: */
3002 static unsigned (*cache_ovly_table)[4] = 0;
3003 #if 0
3004 static unsigned (*cache_ovly_region_table)[3] = 0;
3005 #endif
3006 static unsigned cache_novlys = 0;
3007 #if 0
3008 static unsigned cache_novly_regions = 0;
3009 #endif
3010 static CORE_ADDR cache_ovly_table_base = 0;
3011 #if 0
3012 static CORE_ADDR cache_ovly_region_table_base = 0;
3013 #endif
3014 enum ovly_index
3015 {
3016 VMA, SIZE, LMA, MAPPED
3017 };
3018 #define TARGET_LONG_BYTES (TARGET_LONG_BIT / TARGET_CHAR_BIT)
3019
3020 /* Throw away the cached copy of _ovly_table */
3021 static void
3022 simple_free_overlay_table (void)
3023 {
3024 if (cache_ovly_table)
3025 xfree (cache_ovly_table);
3026 cache_novlys = 0;
3027 cache_ovly_table = NULL;
3028 cache_ovly_table_base = 0;
3029 }
3030
3031 #if 0
3032 /* Throw away the cached copy of _ovly_region_table */
3033 static void
3034 simple_free_overlay_region_table (void)
3035 {
3036 if (cache_ovly_region_table)
3037 xfree (cache_ovly_region_table);
3038 cache_novly_regions = 0;
3039 cache_ovly_region_table = NULL;
3040 cache_ovly_region_table_base = 0;
3041 }
3042 #endif
3043
3044 /* Read an array of ints from the target into a local buffer.
3045 Convert to host order. int LEN is number of ints */
3046 static void
3047 read_target_long_array (CORE_ADDR memaddr, unsigned int *myaddr, int len)
3048 {
3049 /* FIXME (alloca): Not safe if array is very large. */
3050 char *buf = alloca (len * TARGET_LONG_BYTES);
3051 int i;
3052
3053 read_memory (memaddr, buf, len * TARGET_LONG_BYTES);
3054 for (i = 0; i < len; i++)
3055 myaddr[i] = extract_unsigned_integer (TARGET_LONG_BYTES * i + buf,
3056 TARGET_LONG_BYTES);
3057 }
3058
3059 /* Find and grab a copy of the target _ovly_table
3060 (and _novlys, which is needed for the table's size) */
3061 static int
3062 simple_read_overlay_table (void)
3063 {
3064 struct minimal_symbol *novlys_msym, *ovly_table_msym;
3065
3066 simple_free_overlay_table ();
3067 novlys_msym = lookup_minimal_symbol ("_novlys", NULL, NULL);
3068 if (! novlys_msym)
3069 {
3070 error ("Error reading inferior's overlay table: "
3071 "couldn't find `_novlys' variable\n"
3072 "in inferior. Use `overlay manual' mode.");
3073 return 0;
3074 }
3075
3076 ovly_table_msym = lookup_minimal_symbol ("_ovly_table", NULL, NULL);
3077 if (! ovly_table_msym)
3078 {
3079 error ("Error reading inferior's overlay table: couldn't find "
3080 "`_ovly_table' array\n"
3081 "in inferior. Use `overlay manual' mode.");
3082 return 0;
3083 }
3084
3085 cache_novlys = read_memory_integer (SYMBOL_VALUE_ADDRESS (novlys_msym), 4);
3086 cache_ovly_table
3087 = (void *) xmalloc (cache_novlys * sizeof (*cache_ovly_table));
3088 cache_ovly_table_base = SYMBOL_VALUE_ADDRESS (ovly_table_msym);
3089 read_target_long_array (cache_ovly_table_base,
3090 (int *) cache_ovly_table,
3091 cache_novlys * 4);
3092
3093 return 1; /* SUCCESS */
3094 }
3095
3096 #if 0
3097 /* Find and grab a copy of the target _ovly_region_table
3098 (and _novly_regions, which is needed for the table's size) */
3099 static int
3100 simple_read_overlay_region_table (void)
3101 {
3102 struct minimal_symbol *msym;
3103
3104 simple_free_overlay_region_table ();
3105 msym = lookup_minimal_symbol ("_novly_regions", NULL, NULL);
3106 if (msym != NULL)
3107 cache_novly_regions = read_memory_integer (SYMBOL_VALUE_ADDRESS (msym), 4);
3108 else
3109 return 0; /* failure */
3110 cache_ovly_region_table = (void *) xmalloc (cache_novly_regions * 12);
3111 if (cache_ovly_region_table != NULL)
3112 {
3113 msym = lookup_minimal_symbol ("_ovly_region_table", NULL, NULL);
3114 if (msym != NULL)
3115 {
3116 cache_ovly_region_table_base = SYMBOL_VALUE_ADDRESS (msym);
3117 read_target_long_array (cache_ovly_region_table_base,
3118 (int *) cache_ovly_region_table,
3119 cache_novly_regions * 3);
3120 }
3121 else
3122 return 0; /* failure */
3123 }
3124 else
3125 return 0; /* failure */
3126 return 1; /* SUCCESS */
3127 }
3128 #endif
3129
3130 /* Function: simple_overlay_update_1
3131 A helper function for simple_overlay_update. Assuming a cached copy
3132 of _ovly_table exists, look through it to find an entry whose vma,
3133 lma and size match those of OSECT. Re-read the entry and make sure
3134 it still matches OSECT (else the table may no longer be valid).
3135 Set OSECT's mapped state to match the entry. Return: 1 for
3136 success, 0 for failure. */
3137
3138 static int
3139 simple_overlay_update_1 (struct obj_section *osect)
3140 {
3141 int i, size;
3142 bfd *obfd = osect->objfile->obfd;
3143 asection *bsect = osect->the_bfd_section;
3144
3145 size = bfd_get_section_size_before_reloc (osect->the_bfd_section);
3146 for (i = 0; i < cache_novlys; i++)
3147 if (cache_ovly_table[i][VMA] == bfd_section_vma (obfd, bsect)
3148 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect)
3149 /* && cache_ovly_table[i][SIZE] == size */ )
3150 {
3151 read_target_long_array (cache_ovly_table_base + i * TARGET_LONG_BYTES,
3152 (int *) cache_ovly_table[i], 4);
3153 if (cache_ovly_table[i][VMA] == bfd_section_vma (obfd, bsect)
3154 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect)
3155 /* && cache_ovly_table[i][SIZE] == size */ )
3156 {
3157 osect->ovly_mapped = cache_ovly_table[i][MAPPED];
3158 return 1;
3159 }
3160 else /* Warning! Warning! Target's ovly table has changed! */
3161 return 0;
3162 }
3163 return 0;
3164 }
3165
3166 /* Function: simple_overlay_update
3167 If OSECT is NULL, then update all sections' mapped state
3168 (after re-reading the entire target _ovly_table).
3169 If OSECT is non-NULL, then try to find a matching entry in the
3170 cached ovly_table and update only OSECT's mapped state.
3171 If a cached entry can't be found or the cache isn't valid, then
3172 re-read the entire cache, and go ahead and update all sections. */
3173
3174 static void
3175 simple_overlay_update (struct obj_section *osect)
3176 {
3177 struct objfile *objfile;
3178
3179 /* Were we given an osect to look up? NULL means do all of them. */
3180 if (osect)
3181 /* Have we got a cached copy of the target's overlay table? */
3182 if (cache_ovly_table != NULL)
3183 /* Does its cached location match what's currently in the symtab? */
3184 if (cache_ovly_table_base ==
3185 SYMBOL_VALUE_ADDRESS (lookup_minimal_symbol ("_ovly_table", NULL, NULL)))
3186 /* Then go ahead and try to look up this single section in the cache */
3187 if (simple_overlay_update_1 (osect))
3188 /* Found it! We're done. */
3189 return;
3190
3191 /* Cached table no good: need to read the entire table anew.
3192 Or else we want all the sections, in which case it's actually
3193 more efficient to read the whole table in one block anyway. */
3194
3195 if (! simple_read_overlay_table ())
3196 return;
3197
3198 /* Now may as well update all sections, even if only one was requested. */
3199 ALL_OBJSECTIONS (objfile, osect)
3200 if (section_is_overlay (osect->the_bfd_section))
3201 {
3202 int i, size;
3203 bfd *obfd = osect->objfile->obfd;
3204 asection *bsect = osect->the_bfd_section;
3205
3206 size = bfd_get_section_size_before_reloc (osect->the_bfd_section);
3207 for (i = 0; i < cache_novlys; i++)
3208 if (cache_ovly_table[i][VMA] == bfd_section_vma (obfd, bsect)
3209 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect)
3210 /* && cache_ovly_table[i][SIZE] == size */ )
3211 { /* obj_section matches i'th entry in ovly_table */
3212 osect->ovly_mapped = cache_ovly_table[i][MAPPED];
3213 break; /* finished with inner for loop: break out */
3214 }
3215 }
3216 }
3217
3218
3219 void
3220 _initialize_symfile (void)
3221 {
3222 struct cmd_list_element *c;
3223
3224 c = add_cmd ("symbol-file", class_files, symbol_file_command,
3225 "Load symbol table from executable file FILE.\n\
3226 The `file' command can also load symbol tables, as well as setting the file\n\
3227 to execute.", &cmdlist);
3228 set_cmd_completer (c, filename_completer);
3229
3230 c = add_cmd ("add-symbol-file", class_files, add_symbol_file_command,
3231 "Usage: add-symbol-file FILE ADDR [-s <SECT> <SECT_ADDR> -s <SECT> <SECT_ADDR> ...]\n\
3232 Load the symbols from FILE, assuming FILE has been dynamically loaded.\n\
3233 ADDR is the starting address of the file's text.\n\
3234 The optional arguments are section-name section-address pairs and\n\
3235 should be specified if the data and bss segments are not contiguous\n\
3236 with the text. SECT is a section name to be loaded at SECT_ADDR.",
3237 &cmdlist);
3238 set_cmd_completer (c, filename_completer);
3239
3240 c = add_cmd ("add-shared-symbol-files", class_files,
3241 add_shared_symbol_files_command,
3242 "Load the symbols from shared objects in the dynamic linker's link map.",
3243 &cmdlist);
3244 c = add_alias_cmd ("assf", "add-shared-symbol-files", class_files, 1,
3245 &cmdlist);
3246
3247 c = add_cmd ("load", class_files, load_command,
3248 "Dynamically load FILE into the running program, and record its symbols\n\
3249 for access from GDB.", &cmdlist);
3250 set_cmd_completer (c, filename_completer);
3251
3252 add_show_from_set
3253 (add_set_cmd ("symbol-reloading", class_support, var_boolean,
3254 (char *) &symbol_reloading,
3255 "Set dynamic symbol table reloading multiple times in one run.",
3256 &setlist),
3257 &showlist);
3258
3259 add_prefix_cmd ("overlay", class_support, overlay_command,
3260 "Commands for debugging overlays.", &overlaylist,
3261 "overlay ", 0, &cmdlist);
3262
3263 add_com_alias ("ovly", "overlay", class_alias, 1);
3264 add_com_alias ("ov", "overlay", class_alias, 1);
3265
3266 add_cmd ("map-overlay", class_support, map_overlay_command,
3267 "Assert that an overlay section is mapped.", &overlaylist);
3268
3269 add_cmd ("unmap-overlay", class_support, unmap_overlay_command,
3270 "Assert that an overlay section is unmapped.", &overlaylist);
3271
3272 add_cmd ("list-overlays", class_support, list_overlays_command,
3273 "List mappings of overlay sections.", &overlaylist);
3274
3275 add_cmd ("manual", class_support, overlay_manual_command,
3276 "Enable overlay debugging.", &overlaylist);
3277 add_cmd ("off", class_support, overlay_off_command,
3278 "Disable overlay debugging.", &overlaylist);
3279 add_cmd ("auto", class_support, overlay_auto_command,
3280 "Enable automatic overlay debugging.", &overlaylist);
3281 add_cmd ("load-target", class_support, overlay_load_command,
3282 "Read the overlay mapping state from the target.", &overlaylist);
3283
3284 /* Filename extension to source language lookup table: */
3285 init_filename_language_table ();
3286 c = add_set_cmd ("extension-language", class_files, var_string_noescape,
3287 (char *) &ext_args,
3288 "Set mapping between filename extension and source language.\n\
3289 Usage: set extension-language .foo bar",
3290 &setlist);
3291 set_cmd_cfunc (c, set_ext_lang_command);
3292
3293 add_info ("extensions", info_ext_lang_command,
3294 "All filename extensions associated with a source language.");
3295
3296 add_show_from_set
3297 (add_set_cmd ("download-write-size", class_obscure,
3298 var_integer, (char *) &download_write_size,
3299 "Set the write size used when downloading a program.\n"
3300 "Only used when downloading a program onto a remote\n"
3301 "target. Specify zero, or a negative value, to disable\n"
3302 "blocked writes. The actual size of each transfer is also\n"
3303 "limited by the size of the target packet and the memory\n"
3304 "cache.\n",
3305 &setlist),
3306 &showlist);
3307 }
This page took 0.12832 seconds and 4 git commands to generate.