2011-02-25 Rafael Ávila de Espíndola <respindola@mozilla.com>
[deliverable/binutils-gdb.git] / gdb / symfile.c
CommitLineData
c906108c 1/* Generic symbol file reading for the GNU debugger, GDB.
8926118c 2
6aba47ca 3 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
7b6bb8da 4 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
777ea8f1 5 Free Software Foundation, Inc.
8926118c 6
c906108c
SS
7 Contributed by Cygnus Support, using pieces from other GDB modules.
8
c5aa993b 9 This file is part of GDB.
c906108c 10
c5aa993b
JM
11 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
a9762ec7 13 the Free Software Foundation; either version 3 of the License, or
c5aa993b 14 (at your option) any later version.
c906108c 15
c5aa993b
JM
16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
c906108c 20
c5aa993b 21 You should have received a copy of the GNU General Public License
a9762ec7 22 along with this program. If not, see <http://www.gnu.org/licenses/>. */
c906108c
SS
23
24#include "defs.h"
e17c207e 25#include "arch-utils.h"
086df311 26#include "bfdlink.h"
c906108c
SS
27#include "symtab.h"
28#include "gdbtypes.h"
29#include "gdbcore.h"
30#include "frame.h"
31#include "target.h"
32#include "value.h"
33#include "symfile.h"
34#include "objfiles.h"
0378c332 35#include "source.h"
c906108c
SS
36#include "gdbcmd.h"
37#include "breakpoint.h"
38#include "language.h"
39#include "complaints.h"
40#include "demangle.h"
fb14de7b
UW
41#include "inferior.h"
42#include "regcache.h"
5b5d99cf 43#include "filenames.h" /* for DOSish file names */
c906108c 44#include "gdb-stabs.h"
04ea0df1 45#include "gdb_obstack.h"
d75b5104 46#include "completer.h"
af5f3db6 47#include "bcache.h"
2de7ced7 48#include "hashtab.h"
dbda9972 49#include "readline/readline.h"
7e8580c1 50#include "gdb_assert.h"
fe898f56 51#include "block.h"
ea53e89f 52#include "observer.h"
c1bd25fd 53#include "exec.h"
9bdcbae7 54#include "parser-defs.h"
8756216b 55#include "varobj.h"
77069918 56#include "elf-bfd.h"
e85a822c 57#include "solib.h"
f1838a98 58#include "remote.h"
c906108c 59
c906108c
SS
60#include <sys/types.h>
61#include <fcntl.h>
62#include "gdb_string.h"
63#include "gdb_stat.h"
64#include <ctype.h>
65#include <time.h>
2b71414d 66#include <sys/time.h>
c906108c 67
ccefe4c4 68#include "psymtab.h"
c906108c 69
3e43a32a
MS
70int (*deprecated_ui_load_progress_hook) (const char *section,
71 unsigned long num);
9a4105ab 72void (*deprecated_show_load_progress) (const char *section,
5417f6dc
RM
73 unsigned long section_sent,
74 unsigned long section_size,
75 unsigned long total_sent,
c2d11a7d 76 unsigned long total_size);
769d7dc4
AC
77void (*deprecated_pre_add_symbol_hook) (const char *);
78void (*deprecated_post_add_symbol_hook) (void);
c906108c 79
74b7792f
AC
80static void clear_symtab_users_cleanup (void *ignore);
81
c378eb4e
MS
82/* Global variables owned by this file. */
83int readnow_symbol_files; /* Read full symbols immediately. */
c906108c 84
c378eb4e 85/* External variables and functions referenced. */
c906108c 86
a14ed312 87extern void report_transfer_performance (unsigned long, time_t, time_t);
c906108c 88
c378eb4e 89/* Functions this file defines. */
c906108c 90
a14ed312 91static void load_command (char *, int);
c906108c 92
d7db6da9
FN
93static void symbol_file_add_main_1 (char *args, int from_tty, int flags);
94
a14ed312 95static void add_symbol_file_command (char *, int);
c906108c 96
a14ed312 97bfd *symfile_bfd_open (char *);
c906108c 98
0e931cf0
JB
99int get_section_index (struct objfile *, char *);
100
00b5771c 101static const struct sym_fns *find_sym_fns (bfd *);
c906108c 102
a14ed312 103static void decrement_reading_symtab (void *);
c906108c 104
a14ed312 105static void overlay_invalidate_all (void);
c906108c 106
a14ed312 107void list_overlays_command (char *, int);
c906108c 108
a14ed312 109void map_overlay_command (char *, int);
c906108c 110
a14ed312 111void unmap_overlay_command (char *, int);
c906108c 112
a14ed312 113static void overlay_auto_command (char *, int);
c906108c 114
a14ed312 115static void overlay_manual_command (char *, int);
c906108c 116
a14ed312 117static void overlay_off_command (char *, int);
c906108c 118
a14ed312 119static void overlay_load_command (char *, int);
c906108c 120
a14ed312 121static void overlay_command (char *, int);
c906108c 122
a14ed312 123static void simple_free_overlay_table (void);
c906108c 124
e17a4113
UW
125static void read_target_long_array (CORE_ADDR, unsigned int *, int, int,
126 enum bfd_endian);
c906108c 127
a14ed312 128static int simple_read_overlay_table (void);
c906108c 129
a14ed312 130static int simple_overlay_update_1 (struct obj_section *);
c906108c 131
a14ed312 132static void add_filename_language (char *ext, enum language lang);
392a587b 133
a14ed312 134static void info_ext_lang_command (char *args, int from_tty);
392a587b 135
a14ed312 136static void init_filename_language_table (void);
392a587b 137
31d99776
DJ
138static void symfile_find_segment_sections (struct objfile *objfile);
139
a14ed312 140void _initialize_symfile (void);
c906108c
SS
141
142/* List of all available sym_fns. On gdb startup, each object file reader
143 calls add_symtab_fns() to register information on each format it is
c378eb4e 144 prepared to read. */
c906108c 145
00b5771c
TT
146typedef const struct sym_fns *sym_fns_ptr;
147DEF_VEC_P (sym_fns_ptr);
148
149static VEC (sym_fns_ptr) *symtab_fns = NULL;
c906108c
SS
150
151/* Flag for whether user will be reloading symbols multiple times.
152 Defaults to ON for VxWorks, otherwise OFF. */
153
154#ifdef SYMBOL_RELOADING_DEFAULT
155int symbol_reloading = SYMBOL_RELOADING_DEFAULT;
156#else
157int symbol_reloading = 0;
158#endif
920d2a44
AC
159static void
160show_symbol_reloading (struct ui_file *file, int from_tty,
161 struct cmd_list_element *c, const char *value)
162{
3e43a32a
MS
163 fprintf_filtered (file, _("Dynamic symbol table reloading "
164 "multiple times in one run is %s.\n"),
920d2a44
AC
165 value);
166}
167
b7209cb4
FF
168/* If non-zero, shared library symbols will be added automatically
169 when the inferior is created, new libraries are loaded, or when
170 attaching to the inferior. This is almost always what users will
171 want to have happen; but for very large programs, the startup time
172 will be excessive, and so if this is a problem, the user can clear
173 this flag and then add the shared library symbols as needed. Note
174 that there is a potential for confusion, since if the shared
c906108c 175 library symbols are not loaded, commands like "info fun" will *not*
0d14a781 176 report all the functions that are actually present. */
c906108c
SS
177
178int auto_solib_add = 1;
c906108c 179\f
c5aa993b 180
c906108c
SS
181/* Make a null terminated copy of the string at PTR with SIZE characters in
182 the obstack pointed to by OBSTACKP . Returns the address of the copy.
c378eb4e 183 Note that the string at PTR does not have to be null terminated, I.e. it
0d14a781 184 may be part of a larger string and we are only saving a substring. */
c906108c
SS
185
186char *
63ca651f 187obsavestring (const char *ptr, int size, struct obstack *obstackp)
c906108c 188{
52f0bd74 189 char *p = (char *) obstack_alloc (obstackp, size + 1);
c906108c
SS
190 /* Open-coded memcpy--saves function call time. These strings are usually
191 short. FIXME: Is this really still true with a compiler that can
c378eb4e 192 inline memcpy? */
c906108c 193 {
aa1ee363
AC
194 const char *p1 = ptr;
195 char *p2 = p;
63ca651f 196 const char *end = ptr + size;
433759f7 197
c906108c
SS
198 while (p1 != end)
199 *p2++ = *p1++;
200 }
201 p[size] = 0;
202 return p;
203}
204
3e43a32a
MS
205/* Concatenate NULL terminated variable argument list of `const char *'
206 strings; return the new string. Space is found in the OBSTACKP.
207 Argument list must be terminated by a sentinel expression `(char *)
208 NULL'. */
c906108c
SS
209
210char *
48cb83fd 211obconcat (struct obstack *obstackp, ...)
c906108c 212{
48cb83fd
JK
213 va_list ap;
214
215 va_start (ap, obstackp);
216 for (;;)
217 {
218 const char *s = va_arg (ap, const char *);
219
220 if (s == NULL)
221 break;
222
223 obstack_grow_str (obstackp, s);
224 }
225 va_end (ap);
226 obstack_1grow (obstackp, 0);
227
228 return obstack_finish (obstackp);
c906108c
SS
229}
230
0d14a781 231/* True if we are reading a symbol table. */
c906108c
SS
232
233int currently_reading_symtab = 0;
234
235static void
fba45db2 236decrement_reading_symtab (void *dummy)
c906108c
SS
237{
238 currently_reading_symtab--;
239}
240
ccefe4c4
TT
241/* Increment currently_reading_symtab and return a cleanup that can be
242 used to decrement it. */
243struct cleanup *
244increment_reading_symtab (void)
c906108c 245{
ccefe4c4
TT
246 ++currently_reading_symtab;
247 return make_cleanup (decrement_reading_symtab, NULL);
c906108c
SS
248}
249
5417f6dc
RM
250/* Remember the lowest-addressed loadable section we've seen.
251 This function is called via bfd_map_over_sections.
c906108c
SS
252
253 In case of equal vmas, the section with the largest size becomes the
254 lowest-addressed loadable section.
255
256 If the vmas and sizes are equal, the last section is considered the
257 lowest-addressed loadable section. */
258
259void
4efb68b1 260find_lowest_section (bfd *abfd, asection *sect, void *obj)
c906108c 261{
c5aa993b 262 asection **lowest = (asection **) obj;
c906108c 263
eb73e134 264 if (0 == (bfd_get_section_flags (abfd, sect) & (SEC_ALLOC | SEC_LOAD)))
c906108c
SS
265 return;
266 if (!*lowest)
267 *lowest = sect; /* First loadable section */
268 else if (bfd_section_vma (abfd, *lowest) > bfd_section_vma (abfd, sect))
269 *lowest = sect; /* A lower loadable section */
270 else if (bfd_section_vma (abfd, *lowest) == bfd_section_vma (abfd, sect)
271 && (bfd_section_size (abfd, (*lowest))
272 <= bfd_section_size (abfd, sect)))
273 *lowest = sect;
274}
275
a39a16c4
MM
276/* Create a new section_addr_info, with room for NUM_SECTIONS. */
277
278struct section_addr_info *
279alloc_section_addr_info (size_t num_sections)
280{
281 struct section_addr_info *sap;
282 size_t size;
283
284 size = (sizeof (struct section_addr_info)
285 + sizeof (struct other_sections) * (num_sections - 1));
286 sap = (struct section_addr_info *) xmalloc (size);
287 memset (sap, 0, size);
288 sap->num_sections = num_sections;
289
290 return sap;
291}
62557bbc
KB
292
293/* Build (allocate and populate) a section_addr_info struct from
c378eb4e 294 an existing section table. */
62557bbc
KB
295
296extern struct section_addr_info *
0542c86d
PA
297build_section_addr_info_from_section_table (const struct target_section *start,
298 const struct target_section *end)
62557bbc
KB
299{
300 struct section_addr_info *sap;
0542c86d 301 const struct target_section *stp;
62557bbc
KB
302 int oidx;
303
a39a16c4 304 sap = alloc_section_addr_info (end - start);
62557bbc
KB
305
306 for (stp = start, oidx = 0; stp != end; stp++)
307 {
5417f6dc 308 if (bfd_get_section_flags (stp->bfd,
fbd35540 309 stp->the_bfd_section) & (SEC_ALLOC | SEC_LOAD)
a39a16c4 310 && oidx < end - start)
62557bbc
KB
311 {
312 sap->other[oidx].addr = stp->addr;
5417f6dc 313 sap->other[oidx].name
fbd35540 314 = xstrdup (bfd_section_name (stp->bfd, stp->the_bfd_section));
62557bbc
KB
315 sap->other[oidx].sectindex = stp->the_bfd_section->index;
316 oidx++;
317 }
318 }
319
320 return sap;
321}
322
82ccf5a5 323/* Create a section_addr_info from section offsets in ABFD. */
089b4803 324
82ccf5a5
JK
325static struct section_addr_info *
326build_section_addr_info_from_bfd (bfd *abfd)
089b4803
TG
327{
328 struct section_addr_info *sap;
329 int i;
330 struct bfd_section *sec;
331
82ccf5a5
JK
332 sap = alloc_section_addr_info (bfd_count_sections (abfd));
333 for (i = 0, sec = abfd->sections; sec != NULL; sec = sec->next)
334 if (bfd_get_section_flags (abfd, sec) & (SEC_ALLOC | SEC_LOAD))
012836ea 335 {
82ccf5a5
JK
336 sap->other[i].addr = bfd_get_section_vma (abfd, sec);
337 sap->other[i].name = xstrdup (bfd_get_section_name (abfd, sec));
012836ea
JK
338 sap->other[i].sectindex = sec->index;
339 i++;
340 }
089b4803
TG
341 return sap;
342}
343
82ccf5a5
JK
344/* Create a section_addr_info from section offsets in OBJFILE. */
345
346struct section_addr_info *
347build_section_addr_info_from_objfile (const struct objfile *objfile)
348{
349 struct section_addr_info *sap;
350 int i;
351
352 /* Before reread_symbols gets rewritten it is not safe to call:
353 gdb_assert (objfile->num_sections == bfd_count_sections (objfile->obfd));
354 */
355 sap = build_section_addr_info_from_bfd (objfile->obfd);
356 for (i = 0; i < sap->num_sections && sap->other[i].name; i++)
357 {
358 int sectindex = sap->other[i].sectindex;
359
360 sap->other[i].addr += objfile->section_offsets->offsets[sectindex];
361 }
362 return sap;
363}
62557bbc 364
c378eb4e 365/* Free all memory allocated by build_section_addr_info_from_section_table. */
62557bbc
KB
366
367extern void
368free_section_addr_info (struct section_addr_info *sap)
369{
370 int idx;
371
a39a16c4 372 for (idx = 0; idx < sap->num_sections; idx++)
62557bbc 373 if (sap->other[idx].name)
b8c9b27d
KB
374 xfree (sap->other[idx].name);
375 xfree (sap);
62557bbc
KB
376}
377
378
e8289572
JB
379/* Initialize OBJFILE's sect_index_* members. */
380static void
381init_objfile_sect_indices (struct objfile *objfile)
c906108c 382{
e8289572 383 asection *sect;
c906108c 384 int i;
5417f6dc 385
b8fbeb18 386 sect = bfd_get_section_by_name (objfile->obfd, ".text");
5417f6dc 387 if (sect)
b8fbeb18
EZ
388 objfile->sect_index_text = sect->index;
389
390 sect = bfd_get_section_by_name (objfile->obfd, ".data");
5417f6dc 391 if (sect)
b8fbeb18
EZ
392 objfile->sect_index_data = sect->index;
393
394 sect = bfd_get_section_by_name (objfile->obfd, ".bss");
5417f6dc 395 if (sect)
b8fbeb18
EZ
396 objfile->sect_index_bss = sect->index;
397
398 sect = bfd_get_section_by_name (objfile->obfd, ".rodata");
5417f6dc 399 if (sect)
b8fbeb18
EZ
400 objfile->sect_index_rodata = sect->index;
401
bbcd32ad
FF
402 /* This is where things get really weird... We MUST have valid
403 indices for the various sect_index_* members or gdb will abort.
404 So if for example, there is no ".text" section, we have to
31d99776
DJ
405 accomodate that. First, check for a file with the standard
406 one or two segments. */
407
408 symfile_find_segment_sections (objfile);
409
410 /* Except when explicitly adding symbol files at some address,
411 section_offsets contains nothing but zeros, so it doesn't matter
412 which slot in section_offsets the individual sect_index_* members
413 index into. So if they are all zero, it is safe to just point
414 all the currently uninitialized indices to the first slot. But
415 beware: if this is the main executable, it may be relocated
416 later, e.g. by the remote qOffsets packet, and then this will
417 be wrong! That's why we try segments first. */
bbcd32ad
FF
418
419 for (i = 0; i < objfile->num_sections; i++)
420 {
421 if (ANOFFSET (objfile->section_offsets, i) != 0)
422 {
423 break;
424 }
425 }
426 if (i == objfile->num_sections)
427 {
428 if (objfile->sect_index_text == -1)
429 objfile->sect_index_text = 0;
430 if (objfile->sect_index_data == -1)
431 objfile->sect_index_data = 0;
432 if (objfile->sect_index_bss == -1)
433 objfile->sect_index_bss = 0;
434 if (objfile->sect_index_rodata == -1)
435 objfile->sect_index_rodata = 0;
436 }
b8fbeb18 437}
c906108c 438
c1bd25fd
DJ
439/* The arguments to place_section. */
440
441struct place_section_arg
442{
443 struct section_offsets *offsets;
444 CORE_ADDR lowest;
445};
446
447/* Find a unique offset to use for loadable section SECT if
448 the user did not provide an offset. */
449
2c0b251b 450static void
c1bd25fd
DJ
451place_section (bfd *abfd, asection *sect, void *obj)
452{
453 struct place_section_arg *arg = obj;
454 CORE_ADDR *offsets = arg->offsets->offsets, start_addr;
455 int done;
3bd72c6f 456 ULONGEST align = ((ULONGEST) 1) << bfd_get_section_alignment (abfd, sect);
c1bd25fd 457
2711e456
DJ
458 /* We are only interested in allocated sections. */
459 if ((bfd_get_section_flags (abfd, sect) & SEC_ALLOC) == 0)
c1bd25fd
DJ
460 return;
461
462 /* If the user specified an offset, honor it. */
463 if (offsets[sect->index] != 0)
464 return;
465
466 /* Otherwise, let's try to find a place for the section. */
3bd72c6f
DJ
467 start_addr = (arg->lowest + align - 1) & -align;
468
c1bd25fd
DJ
469 do {
470 asection *cur_sec;
c1bd25fd 471
c1bd25fd
DJ
472 done = 1;
473
474 for (cur_sec = abfd->sections; cur_sec != NULL; cur_sec = cur_sec->next)
475 {
476 int indx = cur_sec->index;
c1bd25fd
DJ
477
478 /* We don't need to compare against ourself. */
479 if (cur_sec == sect)
480 continue;
481
2711e456
DJ
482 /* We can only conflict with allocated sections. */
483 if ((bfd_get_section_flags (abfd, cur_sec) & SEC_ALLOC) == 0)
c1bd25fd
DJ
484 continue;
485
486 /* If the section offset is 0, either the section has not been placed
487 yet, or it was the lowest section placed (in which case LOWEST
488 will be past its end). */
489 if (offsets[indx] == 0)
490 continue;
491
492 /* If this section would overlap us, then we must move up. */
493 if (start_addr + bfd_get_section_size (sect) > offsets[indx]
494 && start_addr < offsets[indx] + bfd_get_section_size (cur_sec))
495 {
496 start_addr = offsets[indx] + bfd_get_section_size (cur_sec);
497 start_addr = (start_addr + align - 1) & -align;
498 done = 0;
3bd72c6f 499 break;
c1bd25fd
DJ
500 }
501
502 /* Otherwise, we appear to be OK. So far. */
503 }
504 }
505 while (!done);
506
507 offsets[sect->index] = start_addr;
508 arg->lowest = start_addr + bfd_get_section_size (sect);
c1bd25fd 509}
e8289572 510
75242ef4
JK
511/* Store struct section_addr_info as prepared (made relative and with SECTINDEX
512 filled-in) by addr_info_make_relative into SECTION_OFFSETS of NUM_SECTIONS
513 entries. */
e8289572
JB
514
515void
75242ef4
JK
516relative_addr_info_to_section_offsets (struct section_offsets *section_offsets,
517 int num_sections,
518 struct section_addr_info *addrs)
e8289572
JB
519{
520 int i;
521
75242ef4 522 memset (section_offsets, 0, SIZEOF_N_SECTION_OFFSETS (num_sections));
e8289572 523
c378eb4e 524 /* Now calculate offsets for section that were specified by the caller. */
a39a16c4 525 for (i = 0; i < addrs->num_sections && addrs->other[i].name; i++)
e8289572 526 {
75242ef4 527 struct other_sections *osp;
e8289572 528
75242ef4 529 osp = &addrs->other[i];
e8289572
JB
530 if (osp->addr == 0)
531 continue;
532
c378eb4e 533 /* Record all sections in offsets. */
e8289572 534 /* The section_offsets in the objfile are here filled in using
c378eb4e 535 the BFD index. */
75242ef4
JK
536 section_offsets->offsets[osp->sectindex] = osp->addr;
537 }
538}
539
1276c759
JK
540/* Transform section name S for a name comparison. prelink can split section
541 `.bss' into two sections `.dynbss' and `.bss' (in this order). Similarly
542 prelink can split `.sbss' into `.sdynbss' and `.sbss'. Use virtual address
543 of the new `.dynbss' (`.sdynbss') section as the adjacent new `.bss'
544 (`.sbss') section has invalid (increased) virtual address. */
545
546static const char *
547addr_section_name (const char *s)
548{
549 if (strcmp (s, ".dynbss") == 0)
550 return ".bss";
551 if (strcmp (s, ".sdynbss") == 0)
552 return ".sbss";
553
554 return s;
555}
556
82ccf5a5
JK
557/* qsort comparator for addrs_section_sort. Sort entries in ascending order by
558 their (name, sectindex) pair. sectindex makes the sort by name stable. */
559
560static int
561addrs_section_compar (const void *ap, const void *bp)
562{
563 const struct other_sections *a = *((struct other_sections **) ap);
564 const struct other_sections *b = *((struct other_sections **) bp);
565 int retval, a_idx, b_idx;
566
1276c759 567 retval = strcmp (addr_section_name (a->name), addr_section_name (b->name));
82ccf5a5
JK
568 if (retval)
569 return retval;
570
571 /* SECTINDEX is undefined iff ADDR is zero. */
572 a_idx = a->addr == 0 ? 0 : a->sectindex;
573 b_idx = b->addr == 0 ? 0 : b->sectindex;
574 return a_idx - b_idx;
575}
576
577/* Provide sorted array of pointers to sections of ADDRS. The array is
578 terminated by NULL. Caller is responsible to call xfree for it. */
579
580static struct other_sections **
581addrs_section_sort (struct section_addr_info *addrs)
582{
583 struct other_sections **array;
584 int i;
585
586 /* `+ 1' for the NULL terminator. */
587 array = xmalloc (sizeof (*array) * (addrs->num_sections + 1));
588 for (i = 0; i < addrs->num_sections && addrs->other[i].name; i++)
589 array[i] = &addrs->other[i];
590 array[i] = NULL;
591
592 qsort (array, i, sizeof (*array), addrs_section_compar);
593
594 return array;
595}
596
75242ef4 597/* Relativize absolute addresses in ADDRS into offsets based on ABFD. Fill-in
672d9c23
JK
598 also SECTINDEXes specific to ABFD there. This function can be used to
599 rebase ADDRS to start referencing different BFD than before. */
75242ef4
JK
600
601void
602addr_info_make_relative (struct section_addr_info *addrs, bfd *abfd)
603{
604 asection *lower_sect;
75242ef4
JK
605 CORE_ADDR lower_offset;
606 int i;
82ccf5a5
JK
607 struct cleanup *my_cleanup;
608 struct section_addr_info *abfd_addrs;
609 struct other_sections **addrs_sorted, **abfd_addrs_sorted;
610 struct other_sections **addrs_to_abfd_addrs;
75242ef4
JK
611
612 /* Find lowest loadable section to be used as starting point for
e76ab67f
DJ
613 continguous sections. */
614 lower_sect = NULL;
615 bfd_map_over_sections (abfd, find_lowest_section, &lower_sect);
75242ef4
JK
616 if (lower_sect == NULL)
617 {
618 warning (_("no loadable sections found in added symbol-file %s"),
619 bfd_get_filename (abfd));
620 lower_offset = 0;
e8289572 621 }
75242ef4
JK
622 else
623 lower_offset = bfd_section_vma (bfd_get_filename (abfd), lower_sect);
624
82ccf5a5
JK
625 /* Create ADDRS_TO_ABFD_ADDRS array to map the sections in ADDRS to sections
626 in ABFD. Section names are not unique - there can be multiple sections of
627 the same name. Also the sections of the same name do not have to be
628 adjacent to each other. Some sections may be present only in one of the
629 files. Even sections present in both files do not have to be in the same
630 order.
631
632 Use stable sort by name for the sections in both files. Then linearly
633 scan both lists matching as most of the entries as possible. */
634
635 addrs_sorted = addrs_section_sort (addrs);
636 my_cleanup = make_cleanup (xfree, addrs_sorted);
637
638 abfd_addrs = build_section_addr_info_from_bfd (abfd);
639 make_cleanup_free_section_addr_info (abfd_addrs);
640 abfd_addrs_sorted = addrs_section_sort (abfd_addrs);
641 make_cleanup (xfree, abfd_addrs_sorted);
642
c378eb4e
MS
643 /* Now create ADDRS_TO_ABFD_ADDRS from ADDRS_SORTED and
644 ABFD_ADDRS_SORTED. */
82ccf5a5
JK
645
646 addrs_to_abfd_addrs = xzalloc (sizeof (*addrs_to_abfd_addrs)
647 * addrs->num_sections);
648 make_cleanup (xfree, addrs_to_abfd_addrs);
649
650 while (*addrs_sorted)
651 {
1276c759 652 const char *sect_name = addr_section_name ((*addrs_sorted)->name);
82ccf5a5
JK
653
654 while (*abfd_addrs_sorted
1276c759
JK
655 && strcmp (addr_section_name ((*abfd_addrs_sorted)->name),
656 sect_name) < 0)
82ccf5a5
JK
657 abfd_addrs_sorted++;
658
659 if (*abfd_addrs_sorted
1276c759
JK
660 && strcmp (addr_section_name ((*abfd_addrs_sorted)->name),
661 sect_name) == 0)
82ccf5a5
JK
662 {
663 int index_in_addrs;
664
665 /* Make the found item directly addressable from ADDRS. */
666 index_in_addrs = *addrs_sorted - addrs->other;
667 gdb_assert (addrs_to_abfd_addrs[index_in_addrs] == NULL);
668 addrs_to_abfd_addrs[index_in_addrs] = *abfd_addrs_sorted;
669
670 /* Never use the same ABFD entry twice. */
671 abfd_addrs_sorted++;
672 }
673
674 addrs_sorted++;
675 }
676
75242ef4
JK
677 /* Calculate offsets for the loadable sections.
678 FIXME! Sections must be in order of increasing loadable section
679 so that contiguous sections can use the lower-offset!!!
680
681 Adjust offsets if the segments are not contiguous.
682 If the section is contiguous, its offset should be set to
683 the offset of the highest loadable section lower than it
684 (the loadable section directly below it in memory).
685 this_offset = lower_offset = lower_addr - lower_orig_addr */
686
687 for (i = 0; i < addrs->num_sections && addrs->other[i].name; i++)
688 {
82ccf5a5 689 struct other_sections *sect = addrs_to_abfd_addrs[i];
672d9c23
JK
690
691 if (sect)
75242ef4 692 {
c378eb4e 693 /* This is the index used by BFD. */
82ccf5a5 694 addrs->other[i].sectindex = sect->sectindex;
672d9c23
JK
695
696 if (addrs->other[i].addr != 0)
75242ef4 697 {
82ccf5a5 698 addrs->other[i].addr -= sect->addr;
75242ef4 699 lower_offset = addrs->other[i].addr;
75242ef4
JK
700 }
701 else
672d9c23 702 addrs->other[i].addr = lower_offset;
75242ef4
JK
703 }
704 else
672d9c23 705 {
1276c759
JK
706 /* addr_section_name transformation is not used for SECT_NAME. */
707 const char *sect_name = addrs->other[i].name;
708
b0fcb67f
JK
709 /* This section does not exist in ABFD, which is normally
710 unexpected and we want to issue a warning.
711
4d9743af
JK
712 However, the ELF prelinker does create a few sections which are
713 marked in the main executable as loadable (they are loaded in
714 memory from the DYNAMIC segment) and yet are not present in
715 separate debug info files. This is fine, and should not cause
716 a warning. Shared libraries contain just the section
717 ".gnu.liblist" but it is not marked as loadable there. There is
718 no other way to identify them than by their name as the sections
1276c759
JK
719 created by prelink have no special flags.
720
721 For the sections `.bss' and `.sbss' see addr_section_name. */
b0fcb67f
JK
722
723 if (!(strcmp (sect_name, ".gnu.liblist") == 0
4d9743af 724 || strcmp (sect_name, ".gnu.conflict") == 0
1276c759
JK
725 || (strcmp (sect_name, ".bss") == 0
726 && i > 0
727 && strcmp (addrs->other[i - 1].name, ".dynbss") == 0
728 && addrs_to_abfd_addrs[i - 1] != NULL)
729 || (strcmp (sect_name, ".sbss") == 0
730 && i > 0
731 && strcmp (addrs->other[i - 1].name, ".sdynbss") == 0
732 && addrs_to_abfd_addrs[i - 1] != NULL)))
b0fcb67f
JK
733 warning (_("section %s not found in %s"), sect_name,
734 bfd_get_filename (abfd));
735
672d9c23
JK
736 addrs->other[i].addr = 0;
737
738 /* SECTINDEX is invalid if ADDR is zero. */
739 }
75242ef4 740 }
82ccf5a5
JK
741
742 do_cleanups (my_cleanup);
75242ef4
JK
743}
744
745/* Parse the user's idea of an offset for dynamic linking, into our idea
746 of how to represent it for fast symbol reading. This is the default
747 version of the sym_fns.sym_offsets function for symbol readers that
748 don't need to do anything special. It allocates a section_offsets table
749 for the objectfile OBJFILE and stuffs ADDR into all of the offsets. */
750
751void
752default_symfile_offsets (struct objfile *objfile,
753 struct section_addr_info *addrs)
754{
755 objfile->num_sections = bfd_count_sections (objfile->obfd);
756 objfile->section_offsets = (struct section_offsets *)
757 obstack_alloc (&objfile->objfile_obstack,
758 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
759 relative_addr_info_to_section_offsets (objfile->section_offsets,
760 objfile->num_sections, addrs);
e8289572 761
c1bd25fd
DJ
762 /* For relocatable files, all loadable sections will start at zero.
763 The zero is meaningless, so try to pick arbitrary addresses such
764 that no loadable sections overlap. This algorithm is quadratic,
765 but the number of sections in a single object file is generally
766 small. */
767 if ((bfd_get_file_flags (objfile->obfd) & (EXEC_P | DYNAMIC)) == 0)
768 {
769 struct place_section_arg arg;
2711e456
DJ
770 bfd *abfd = objfile->obfd;
771 asection *cur_sec;
2711e456
DJ
772
773 for (cur_sec = abfd->sections; cur_sec != NULL; cur_sec = cur_sec->next)
774 /* We do not expect this to happen; just skip this step if the
775 relocatable file has a section with an assigned VMA. */
776 if (bfd_section_vma (abfd, cur_sec) != 0)
777 break;
778
779 if (cur_sec == NULL)
780 {
781 CORE_ADDR *offsets = objfile->section_offsets->offsets;
782
783 /* Pick non-overlapping offsets for sections the user did not
784 place explicitly. */
785 arg.offsets = objfile->section_offsets;
786 arg.lowest = 0;
787 bfd_map_over_sections (objfile->obfd, place_section, &arg);
788
789 /* Correctly filling in the section offsets is not quite
790 enough. Relocatable files have two properties that
791 (most) shared objects do not:
792
793 - Their debug information will contain relocations. Some
794 shared libraries do also, but many do not, so this can not
795 be assumed.
796
797 - If there are multiple code sections they will be loaded
798 at different relative addresses in memory than they are
799 in the objfile, since all sections in the file will start
800 at address zero.
801
802 Because GDB has very limited ability to map from an
803 address in debug info to the correct code section,
804 it relies on adding SECT_OFF_TEXT to things which might be
805 code. If we clear all the section offsets, and set the
806 section VMAs instead, then symfile_relocate_debug_section
807 will return meaningful debug information pointing at the
808 correct sections.
809
810 GDB has too many different data structures for section
811 addresses - a bfd, objfile, and so_list all have section
812 tables, as does exec_ops. Some of these could probably
813 be eliminated. */
814
815 for (cur_sec = abfd->sections; cur_sec != NULL;
816 cur_sec = cur_sec->next)
817 {
818 if ((bfd_get_section_flags (abfd, cur_sec) & SEC_ALLOC) == 0)
819 continue;
820
821 bfd_set_section_vma (abfd, cur_sec, offsets[cur_sec->index]);
3e43a32a
MS
822 exec_set_section_address (bfd_get_filename (abfd),
823 cur_sec->index,
30510692 824 offsets[cur_sec->index]);
2711e456
DJ
825 offsets[cur_sec->index] = 0;
826 }
827 }
c1bd25fd
DJ
828 }
829
e8289572 830 /* Remember the bfd indexes for the .text, .data, .bss and
c378eb4e 831 .rodata sections. */
e8289572
JB
832 init_objfile_sect_indices (objfile);
833}
834
835
31d99776
DJ
836/* Divide the file into segments, which are individual relocatable units.
837 This is the default version of the sym_fns.sym_segments function for
838 symbol readers that do not have an explicit representation of segments.
839 It assumes that object files do not have segments, and fully linked
840 files have a single segment. */
841
842struct symfile_segment_data *
843default_symfile_segments (bfd *abfd)
844{
845 int num_sections, i;
846 asection *sect;
847 struct symfile_segment_data *data;
848 CORE_ADDR low, high;
849
850 /* Relocatable files contain enough information to position each
851 loadable section independently; they should not be relocated
852 in segments. */
853 if ((bfd_get_file_flags (abfd) & (EXEC_P | DYNAMIC)) == 0)
854 return NULL;
855
856 /* Make sure there is at least one loadable section in the file. */
857 for (sect = abfd->sections; sect != NULL; sect = sect->next)
858 {
859 if ((bfd_get_section_flags (abfd, sect) & SEC_ALLOC) == 0)
860 continue;
861
862 break;
863 }
864 if (sect == NULL)
865 return NULL;
866
867 low = bfd_get_section_vma (abfd, sect);
868 high = low + bfd_get_section_size (sect);
869
870 data = XZALLOC (struct symfile_segment_data);
871 data->num_segments = 1;
872 data->segment_bases = XCALLOC (1, CORE_ADDR);
873 data->segment_sizes = XCALLOC (1, CORE_ADDR);
874
875 num_sections = bfd_count_sections (abfd);
876 data->segment_info = XCALLOC (num_sections, int);
877
878 for (i = 0, sect = abfd->sections; sect != NULL; i++, sect = sect->next)
879 {
880 CORE_ADDR vma;
881
882 if ((bfd_get_section_flags (abfd, sect) & SEC_ALLOC) == 0)
883 continue;
884
885 vma = bfd_get_section_vma (abfd, sect);
886 if (vma < low)
887 low = vma;
888 if (vma + bfd_get_section_size (sect) > high)
889 high = vma + bfd_get_section_size (sect);
890
891 data->segment_info[i] = 1;
892 }
893
894 data->segment_bases[0] = low;
895 data->segment_sizes[0] = high - low;
896
897 return data;
898}
899
c906108c
SS
900/* Process a symbol file, as either the main file or as a dynamically
901 loaded file.
902
96baa820
JM
903 OBJFILE is where the symbols are to be read from.
904
7e8580c1
JB
905 ADDRS is the list of section load addresses. If the user has given
906 an 'add-symbol-file' command, then this is the list of offsets and
907 addresses he or she provided as arguments to the command; or, if
908 we're handling a shared library, these are the actual addresses the
909 sections are loaded at, according to the inferior's dynamic linker
910 (as gleaned by GDB's shared library code). We convert each address
911 into an offset from the section VMA's as it appears in the object
912 file, and then call the file's sym_offsets function to convert this
913 into a format-specific offset table --- a `struct section_offsets'.
914 If ADDRS is non-zero, OFFSETS must be zero.
915
916 OFFSETS is a table of section offsets already in the right
917 format-specific representation. NUM_OFFSETS is the number of
918 elements present in OFFSETS->offsets. If OFFSETS is non-zero, we
919 assume this is the proper table the call to sym_offsets described
920 above would produce. Instead of calling sym_offsets, we just dump
921 it right into objfile->section_offsets. (When we're re-reading
922 symbols from an objfile, we don't have the original load address
923 list any more; all we have is the section offset table.) If
924 OFFSETS is non-zero, ADDRS must be zero.
96baa820 925
7eedccfa
PP
926 ADD_FLAGS encodes verbosity level, whether this is main symbol or
927 an extra symbol file such as dynamically loaded code, and wether
928 breakpoint reset should be deferred. */
c906108c
SS
929
930void
7e8580c1
JB
931syms_from_objfile (struct objfile *objfile,
932 struct section_addr_info *addrs,
933 struct section_offsets *offsets,
934 int num_offsets,
7eedccfa 935 int add_flags)
c906108c 936{
a39a16c4 937 struct section_addr_info *local_addr = NULL;
c906108c 938 struct cleanup *old_chain;
7eedccfa 939 const int mainline = add_flags & SYMFILE_MAINLINE;
2acceee2 940
7e8580c1 941 gdb_assert (! (addrs && offsets));
2acceee2 942
c906108c 943 init_entry_point_info (objfile);
31d99776 944 objfile->sf = find_sym_fns (objfile->obfd);
c906108c 945
75245b24 946 if (objfile->sf == NULL)
c378eb4e 947 return; /* No symbols. */
75245b24 948
c906108c
SS
949 /* Make sure that partially constructed symbol tables will be cleaned up
950 if an error occurs during symbol reading. */
74b7792f 951 old_chain = make_cleanup_free_objfile (objfile);
c906108c 952
a39a16c4
MM
953 /* If ADDRS and OFFSETS are both NULL, put together a dummy address
954 list. We now establish the convention that an addr of zero means
c378eb4e 955 no load address was specified. */
a39a16c4
MM
956 if (! addrs && ! offsets)
957 {
5417f6dc 958 local_addr
a39a16c4
MM
959 = alloc_section_addr_info (bfd_count_sections (objfile->obfd));
960 make_cleanup (xfree, local_addr);
961 addrs = local_addr;
962 }
963
964 /* Now either addrs or offsets is non-zero. */
965
c5aa993b 966 if (mainline)
c906108c
SS
967 {
968 /* We will modify the main symbol table, make sure that all its users
c5aa993b 969 will be cleaned up if an error occurs during symbol reading. */
74b7792f 970 make_cleanup (clear_symtab_users_cleanup, 0 /*ignore*/);
c906108c
SS
971
972 /* Since no error yet, throw away the old symbol table. */
973
974 if (symfile_objfile != NULL)
975 {
976 free_objfile (symfile_objfile);
adb7f338 977 gdb_assert (symfile_objfile == NULL);
c906108c
SS
978 }
979
980 /* Currently we keep symbols from the add-symbol-file command.
c5aa993b
JM
981 If the user wants to get rid of them, they should do "symbol-file"
982 without arguments first. Not sure this is the best behavior
983 (PR 2207). */
c906108c 984
c5aa993b 985 (*objfile->sf->sym_new_init) (objfile);
c906108c
SS
986 }
987
988 /* Convert addr into an offset rather than an absolute address.
989 We find the lowest address of a loaded segment in the objfile,
53a5351d 990 and assume that <addr> is where that got loaded.
c906108c 991
53a5351d
JM
992 We no longer warn if the lowest section is not a text segment (as
993 happens for the PA64 port. */
0d15807d 994 if (addrs && addrs->other[0].name)
75242ef4 995 addr_info_make_relative (addrs, objfile->obfd);
c906108c
SS
996
997 /* Initialize symbol reading routines for this objfile, allow complaints to
998 appear for this new file, and record how verbose to be, then do the
c378eb4e 999 initial symbol reading for this file. */
c906108c 1000
c5aa993b 1001 (*objfile->sf->sym_init) (objfile);
7eedccfa 1002 clear_complaints (&symfile_complaints, 1, add_flags & SYMFILE_VERBOSE);
c906108c 1003
7e8580c1
JB
1004 if (addrs)
1005 (*objfile->sf->sym_offsets) (objfile, addrs);
1006 else
1007 {
1008 size_t size = SIZEOF_N_SECTION_OFFSETS (num_offsets);
1009
1010 /* Just copy in the offset table directly as given to us. */
1011 objfile->num_sections = num_offsets;
1012 objfile->section_offsets
1013 = ((struct section_offsets *)
8b92e4d5 1014 obstack_alloc (&objfile->objfile_obstack, size));
7e8580c1
JB
1015 memcpy (objfile->section_offsets, offsets, size);
1016
1017 init_objfile_sect_indices (objfile);
1018 }
c906108c 1019
f4352531 1020 (*objfile->sf->sym_read) (objfile, add_flags);
c906108c 1021
c906108c
SS
1022 /* Discard cleanups as symbol reading was successful. */
1023
1024 discard_cleanups (old_chain);
f7545552 1025 xfree (local_addr);
c906108c
SS
1026}
1027
1028/* Perform required actions after either reading in the initial
1029 symbols for a new objfile, or mapping in the symbols from a reusable
c1e56572 1030 objfile. ADD_FLAGS is a bitmask of enum symfile_add_flags. */
c5aa993b 1031
c906108c 1032void
7eedccfa 1033new_symfile_objfile (struct objfile *objfile, int add_flags)
c906108c 1034{
c906108c 1035 /* If this is the main symbol file we have to clean up all users of the
c378eb4e 1036 old main symbol file. Otherwise it is sufficient to fixup all the
c906108c 1037 breakpoints that may have been redefined by this symbol file. */
7eedccfa 1038 if (add_flags & SYMFILE_MAINLINE)
c906108c
SS
1039 {
1040 /* OK, make it the "real" symbol file. */
1041 symfile_objfile = objfile;
1042
c1e56572 1043 clear_symtab_users (add_flags);
c906108c 1044 }
7eedccfa 1045 else if ((add_flags & SYMFILE_DEFER_BP_RESET) == 0)
c906108c 1046 {
69de3c6a 1047 breakpoint_re_set ();
c906108c
SS
1048 }
1049
1050 /* We're done reading the symbol file; finish off complaints. */
7eedccfa 1051 clear_complaints (&symfile_complaints, 0, add_flags & SYMFILE_VERBOSE);
c906108c
SS
1052}
1053
1054/* Process a symbol file, as either the main file or as a dynamically
1055 loaded file.
1056
5417f6dc
RM
1057 ABFD is a BFD already open on the file, as from symfile_bfd_open.
1058 This BFD will be closed on error, and is always consumed by this function.
7904e09f 1059
7eedccfa
PP
1060 ADD_FLAGS encodes verbosity, whether this is main symbol file or
1061 extra, such as dynamically loaded code, and what to do with breakpoins.
7904e09f
JB
1062
1063 ADDRS, OFFSETS, and NUM_OFFSETS are as described for
7eedccfa
PP
1064 syms_from_objfile, above.
1065 ADDRS is ignored when SYMFILE_MAINLINE bit is set in ADD_FLAGS.
c906108c 1066
c906108c 1067 Upon success, returns a pointer to the objfile that was added.
c378eb4e 1068 Upon failure, jumps back to command level (never returns). */
7eedccfa 1069
7904e09f 1070static struct objfile *
7eedccfa
PP
1071symbol_file_add_with_addrs_or_offsets (bfd *abfd,
1072 int add_flags,
7904e09f
JB
1073 struct section_addr_info *addrs,
1074 struct section_offsets *offsets,
1075 int num_offsets,
7eedccfa 1076 int flags)
c906108c
SS
1077{
1078 struct objfile *objfile;
a39a16c4 1079 struct cleanup *my_cleanups;
5417f6dc 1080 const char *name = bfd_get_filename (abfd);
7eedccfa 1081 const int from_tty = add_flags & SYMFILE_VERBOSE;
c906108c 1082
9291a0cd
TT
1083 if (readnow_symbol_files)
1084 flags |= OBJF_READNOW;
1085
5417f6dc 1086 my_cleanups = make_cleanup_bfd_close (abfd);
c906108c 1087
5417f6dc
RM
1088 /* Give user a chance to burp if we'd be
1089 interactively wiping out any existing symbols. */
c906108c
SS
1090
1091 if ((have_full_symbols () || have_partial_symbols ())
7eedccfa 1092 && (add_flags & SYMFILE_MAINLINE)
c906108c 1093 && from_tty
9e2f0ad4 1094 && !query (_("Load new symbol table from \"%s\"? "), name))
8a3fe4f8 1095 error (_("Not confirmed."));
c906108c 1096
2df3850c 1097 objfile = allocate_objfile (abfd, flags);
5417f6dc 1098 discard_cleanups (my_cleanups);
c906108c 1099
78a4a9b9
AC
1100 /* We either created a new mapped symbol table, mapped an existing
1101 symbol table file which has not had initial symbol reading
c378eb4e 1102 performed, or need to read an unmapped symbol table. */
78a4a9b9 1103 if (from_tty || info_verbose)
c906108c 1104 {
769d7dc4
AC
1105 if (deprecated_pre_add_symbol_hook)
1106 deprecated_pre_add_symbol_hook (name);
78a4a9b9 1107 else
c906108c 1108 {
55333a84
DE
1109 printf_unfiltered (_("Reading symbols from %s..."), name);
1110 wrap_here ("");
1111 gdb_flush (gdb_stdout);
c906108c 1112 }
c906108c 1113 }
78a4a9b9 1114 syms_from_objfile (objfile, addrs, offsets, num_offsets,
7eedccfa 1115 add_flags);
c906108c
SS
1116
1117 /* We now have at least a partial symbol table. Check to see if the
1118 user requested that all symbols be read on initial access via either
1119 the gdb startup command line or on a per symbol file basis. Expand
c378eb4e 1120 all partial symbol tables for this objfile if so. */
c906108c 1121
9291a0cd 1122 if ((flags & OBJF_READNOW))
c906108c 1123 {
55333a84 1124 if (from_tty || info_verbose)
c906108c 1125 {
a3f17187 1126 printf_unfiltered (_("expanding to full symbols..."));
c906108c
SS
1127 wrap_here ("");
1128 gdb_flush (gdb_stdout);
1129 }
1130
ccefe4c4
TT
1131 if (objfile->sf)
1132 objfile->sf->qf->expand_all_symtabs (objfile);
c906108c
SS
1133 }
1134
55333a84 1135 if ((from_tty || info_verbose)
e361b228 1136 && !objfile_has_symbols (objfile))
cb3c37b2
JB
1137 {
1138 wrap_here ("");
55333a84 1139 printf_unfiltered (_("(no debugging symbols found)..."));
cb3c37b2
JB
1140 wrap_here ("");
1141 }
1142
c906108c
SS
1143 if (from_tty || info_verbose)
1144 {
769d7dc4
AC
1145 if (deprecated_post_add_symbol_hook)
1146 deprecated_post_add_symbol_hook ();
c906108c 1147 else
55333a84 1148 printf_unfiltered (_("done.\n"));
c906108c
SS
1149 }
1150
481d0f41
JB
1151 /* We print some messages regardless of whether 'from_tty ||
1152 info_verbose' is true, so make sure they go out at the right
1153 time. */
1154 gdb_flush (gdb_stdout);
1155
a39a16c4
MM
1156 do_cleanups (my_cleanups);
1157
109f874e 1158 if (objfile->sf == NULL)
8caee43b
PP
1159 {
1160 observer_notify_new_objfile (objfile);
c378eb4e 1161 return objfile; /* No symbols. */
8caee43b 1162 }
109f874e 1163
7eedccfa 1164 new_symfile_objfile (objfile, add_flags);
c906108c 1165
06d3b283 1166 observer_notify_new_objfile (objfile);
c906108c 1167
ce7d4522 1168 bfd_cache_close_all ();
c906108c
SS
1169 return (objfile);
1170}
1171
9cce227f
TG
1172/* Add BFD as a separate debug file for OBJFILE. */
1173
1174void
1175symbol_file_add_separate (bfd *bfd, int symfile_flags, struct objfile *objfile)
1176{
15d123c9 1177 struct objfile *new_objfile;
089b4803
TG
1178 struct section_addr_info *sap;
1179 struct cleanup *my_cleanup;
1180
1181 /* Create section_addr_info. We can't directly use offsets from OBJFILE
1182 because sections of BFD may not match sections of OBJFILE and because
1183 vma may have been modified by tools such as prelink. */
1184 sap = build_section_addr_info_from_objfile (objfile);
1185 my_cleanup = make_cleanup_free_section_addr_info (sap);
9cce227f 1186
15d123c9 1187 new_objfile = symbol_file_add_with_addrs_or_offsets
9cce227f 1188 (bfd, symfile_flags,
089b4803 1189 sap, NULL, 0,
9cce227f
TG
1190 objfile->flags & (OBJF_REORDERED | OBJF_SHARED | OBJF_READNOW
1191 | OBJF_USERLOADED));
089b4803
TG
1192
1193 do_cleanups (my_cleanup);
9cce227f 1194
15d123c9 1195 add_separate_debug_objfile (new_objfile, objfile);
9cce227f 1196}
7904e09f 1197
eb4556d7
JB
1198/* Process the symbol file ABFD, as either the main file or as a
1199 dynamically loaded file.
1200
1201 See symbol_file_add_with_addrs_or_offsets's comments for
1202 details. */
1203struct objfile *
7eedccfa 1204symbol_file_add_from_bfd (bfd *abfd, int add_flags,
eb4556d7 1205 struct section_addr_info *addrs,
7eedccfa 1206 int flags)
eb4556d7 1207{
7eedccfa
PP
1208 return symbol_file_add_with_addrs_or_offsets (abfd, add_flags, addrs, 0, 0,
1209 flags);
eb4556d7
JB
1210}
1211
1212
7904e09f
JB
1213/* Process a symbol file, as either the main file or as a dynamically
1214 loaded file. See symbol_file_add_with_addrs_or_offsets's comments
1215 for details. */
1216struct objfile *
7eedccfa
PP
1217symbol_file_add (char *name, int add_flags, struct section_addr_info *addrs,
1218 int flags)
7904e09f 1219{
7eedccfa
PP
1220 return symbol_file_add_from_bfd (symfile_bfd_open (name), add_flags, addrs,
1221 flags);
7904e09f
JB
1222}
1223
1224
d7db6da9
FN
1225/* Call symbol_file_add() with default values and update whatever is
1226 affected by the loading of a new main().
1227 Used when the file is supplied in the gdb command line
1228 and by some targets with special loading requirements.
1229 The auxiliary function, symbol_file_add_main_1(), has the flags
1230 argument for the switches that can only be specified in the symbol_file
1231 command itself. */
5417f6dc 1232
1adeb98a
FN
1233void
1234symbol_file_add_main (char *args, int from_tty)
1235{
d7db6da9
FN
1236 symbol_file_add_main_1 (args, from_tty, 0);
1237}
1238
1239static void
1240symbol_file_add_main_1 (char *args, int from_tty, int flags)
1241{
7eedccfa
PP
1242 const int add_flags = SYMFILE_MAINLINE | (from_tty ? SYMFILE_VERBOSE : 0);
1243 symbol_file_add (args, add_flags, NULL, flags);
d7db6da9 1244
d7db6da9
FN
1245 /* Getting new symbols may change our opinion about
1246 what is frameless. */
1247 reinit_frame_cache ();
1248
1249 set_initial_language ();
1adeb98a
FN
1250}
1251
1252void
1253symbol_file_clear (int from_tty)
1254{
1255 if ((have_full_symbols () || have_partial_symbols ())
1256 && from_tty
0430b0d6
AS
1257 && (symfile_objfile
1258 ? !query (_("Discard symbol table from `%s'? "),
1259 symfile_objfile->name)
1260 : !query (_("Discard symbol table? "))))
8a3fe4f8 1261 error (_("Not confirmed."));
1adeb98a 1262
0133421a
JK
1263 /* solib descriptors may have handles to objfiles. Wipe them before their
1264 objfiles get stale by free_all_objfiles. */
d10c338d
DE
1265 no_shared_libraries (NULL, from_tty);
1266
0133421a
JK
1267 free_all_objfiles ();
1268
adb7f338 1269 gdb_assert (symfile_objfile == NULL);
d10c338d
DE
1270 if (from_tty)
1271 printf_unfiltered (_("No symbol file now.\n"));
1adeb98a
FN
1272}
1273
5b5d99cf
JB
1274static char *
1275get_debug_link_info (struct objfile *objfile, unsigned long *crc32_out)
1276{
1277 asection *sect;
1278 bfd_size_type debuglink_size;
1279 unsigned long crc32;
1280 char *contents;
1281 int crc_offset;
5417f6dc 1282
5b5d99cf
JB
1283 sect = bfd_get_section_by_name (objfile->obfd, ".gnu_debuglink");
1284
1285 if (sect == NULL)
1286 return NULL;
1287
1288 debuglink_size = bfd_section_size (objfile->obfd, sect);
5417f6dc 1289
5b5d99cf
JB
1290 contents = xmalloc (debuglink_size);
1291 bfd_get_section_contents (objfile->obfd, sect, contents,
1292 (file_ptr)0, (bfd_size_type)debuglink_size);
1293
c378eb4e 1294 /* Crc value is stored after the filename, aligned up to 4 bytes. */
5b5d99cf
JB
1295 crc_offset = strlen (contents) + 1;
1296 crc_offset = (crc_offset + 3) & ~3;
1297
1298 crc32 = bfd_get_32 (objfile->obfd, (bfd_byte *) (contents + crc_offset));
5417f6dc 1299
5b5d99cf
JB
1300 *crc32_out = crc32;
1301 return contents;
1302}
1303
1304static int
287ccc17 1305separate_debug_file_exists (const char *name, unsigned long crc,
32a0e547 1306 struct objfile *parent_objfile)
5b5d99cf
JB
1307{
1308 unsigned long file_crc = 0;
f1838a98 1309 bfd *abfd;
777ea8f1 1310 gdb_byte buffer[8*1024];
5b5d99cf 1311 int count;
32a0e547
JK
1312 struct stat parent_stat, abfd_stat;
1313
1314 /* Find a separate debug info file as if symbols would be present in
1315 PARENT_OBJFILE itself this function would not be called. .gnu_debuglink
1316 section can contain just the basename of PARENT_OBJFILE without any
1317 ".debug" suffix as "/usr/lib/debug/path/to/file" is a separate tree where
c378eb4e 1318 the separate debug infos with the same basename can exist. */
32a0e547
JK
1319
1320 if (strcmp (name, parent_objfile->name) == 0)
1321 return 0;
5b5d99cf 1322
874f5765 1323 abfd = bfd_open_maybe_remote (name);
f1838a98
UW
1324
1325 if (!abfd)
5b5d99cf
JB
1326 return 0;
1327
32a0e547
JK
1328 /* Verify symlinks were not the cause of strcmp name difference above.
1329
1330 Some operating systems, e.g. Windows, do not provide a meaningful
1331 st_ino; they always set it to zero. (Windows does provide a
1332 meaningful st_dev.) Do not indicate a duplicate library in that
1333 case. While there is no guarantee that a system that provides
1334 meaningful inode numbers will never set st_ino to zero, this is
1335 merely an optimization, so we do not need to worry about false
1336 negatives. */
1337
1338 if (bfd_stat (abfd, &abfd_stat) == 0
1339 && bfd_stat (parent_objfile->obfd, &parent_stat) == 0
1340 && abfd_stat.st_dev == parent_stat.st_dev
1341 && abfd_stat.st_ino == parent_stat.st_ino
1342 && abfd_stat.st_ino != 0)
1343 {
1344 bfd_close (abfd);
1345 return 0;
1346 }
1347
f1838a98 1348 while ((count = bfd_bread (buffer, sizeof (buffer), abfd)) > 0)
5b5d99cf
JB
1349 file_crc = gnu_debuglink_crc32 (file_crc, buffer, count);
1350
f1838a98 1351 bfd_close (abfd);
5b5d99cf 1352
287ccc17
JK
1353 if (crc != file_crc)
1354 {
1355 warning (_("the debug information found in \"%s\""
1356 " does not match \"%s\" (CRC mismatch).\n"),
32a0e547 1357 name, parent_objfile->name);
287ccc17
JK
1358 return 0;
1359 }
1360
1361 return 1;
5b5d99cf
JB
1362}
1363
aa28a74e 1364char *debug_file_directory = NULL;
920d2a44
AC
1365static void
1366show_debug_file_directory (struct ui_file *file, int from_tty,
1367 struct cmd_list_element *c, const char *value)
1368{
3e43a32a
MS
1369 fprintf_filtered (file,
1370 _("The directory where separate debug "
1371 "symbols are searched for is \"%s\".\n"),
920d2a44
AC
1372 value);
1373}
5b5d99cf
JB
1374
1375#if ! defined (DEBUG_SUBDIRECTORY)
1376#define DEBUG_SUBDIRECTORY ".debug"
1377#endif
1378
9cce227f
TG
1379char *
1380find_separate_debug_file_by_debuglink (struct objfile *objfile)
1381{
952a6d41 1382 char *basename, *debugdir;
9cce227f
TG
1383 char *dir = NULL;
1384 char *debugfile = NULL;
1385 char *canon_name = NULL;
9cce227f
TG
1386 unsigned long crc32;
1387 int i;
5b5d99cf
JB
1388
1389 basename = get_debug_link_info (objfile, &crc32);
1390
1391 if (basename == NULL)
287ccc17
JK
1392 /* There's no separate debug info, hence there's no way we could
1393 load it => no warning. */
25522fae 1394 goto cleanup_return_debugfile;
5417f6dc 1395
5b5d99cf
JB
1396 dir = xstrdup (objfile->name);
1397
fe36c4f4 1398 /* Strip off the final filename part, leaving the directory name,
569b05a5 1399 followed by a slash. The directory can be relative or absolute. */
5b5d99cf
JB
1400 for (i = strlen(dir) - 1; i >= 0; i--)
1401 {
1402 if (IS_DIR_SEPARATOR (dir[i]))
1403 break;
1404 }
569b05a5 1405 /* If I is -1 then no directory is present there and DIR will be "". */
5b5d99cf 1406 dir[i+1] = '\0';
5417f6dc 1407
c378eb4e 1408 /* Set I to max (strlen (canon_name), strlen (dir)). */
1ffa32ee
JK
1409 canon_name = lrealpath (dir);
1410 i = strlen (dir);
1411 if (canon_name && strlen (canon_name) > i)
1412 i = strlen (canon_name);
1413
25522fae
JK
1414 debugfile = xmalloc (strlen (debug_file_directory) + 1
1415 + i
1416 + strlen (DEBUG_SUBDIRECTORY)
1417 + strlen ("/")
1418 + strlen (basename)
1419 + 1);
5b5d99cf
JB
1420
1421 /* First try in the same directory as the original file. */
1422 strcpy (debugfile, dir);
1423 strcat (debugfile, basename);
1424
32a0e547 1425 if (separate_debug_file_exists (debugfile, crc32, objfile))
25522fae 1426 goto cleanup_return_debugfile;
5417f6dc 1427
5b5d99cf
JB
1428 /* Then try in the subdirectory named DEBUG_SUBDIRECTORY. */
1429 strcpy (debugfile, dir);
1430 strcat (debugfile, DEBUG_SUBDIRECTORY);
1431 strcat (debugfile, "/");
1432 strcat (debugfile, basename);
1433
32a0e547 1434 if (separate_debug_file_exists (debugfile, crc32, objfile))
25522fae 1435 goto cleanup_return_debugfile;
5417f6dc 1436
24ddea62
JK
1437 /* Then try in the global debugfile directories.
1438
1439 Keep backward compatibility so that DEBUG_FILE_DIRECTORY being "" will
1440 cause "/..." lookups. */
5417f6dc 1441
24ddea62
JK
1442 debugdir = debug_file_directory;
1443 do
aa28a74e 1444 {
24ddea62
JK
1445 char *debugdir_end;
1446
1447 while (*debugdir == DIRNAME_SEPARATOR)
1448 debugdir++;
1449
1450 debugdir_end = strchr (debugdir, DIRNAME_SEPARATOR);
1451 if (debugdir_end == NULL)
1452 debugdir_end = &debugdir[strlen (debugdir)];
1453
1454 memcpy (debugfile, debugdir, debugdir_end - debugdir);
1455 debugfile[debugdir_end - debugdir] = 0;
aa28a74e 1456 strcat (debugfile, "/");
24ddea62 1457 strcat (debugfile, dir);
aa28a74e
DJ
1458 strcat (debugfile, basename);
1459
32a0e547 1460 if (separate_debug_file_exists (debugfile, crc32, objfile))
25522fae 1461 goto cleanup_return_debugfile;
24ddea62
JK
1462
1463 /* If the file is in the sysroot, try using its base path in the
1464 global debugfile directory. */
1465 if (canon_name
1466 && strncmp (canon_name, gdb_sysroot, strlen (gdb_sysroot)) == 0
1467 && IS_DIR_SEPARATOR (canon_name[strlen (gdb_sysroot)]))
1468 {
1469 memcpy (debugfile, debugdir, debugdir_end - debugdir);
1470 debugfile[debugdir_end - debugdir] = 0;
1471 strcat (debugfile, canon_name + strlen (gdb_sysroot));
1472 strcat (debugfile, "/");
1473 strcat (debugfile, basename);
1474
32a0e547 1475 if (separate_debug_file_exists (debugfile, crc32, objfile))
24ddea62
JK
1476 goto cleanup_return_debugfile;
1477 }
1478
1479 debugdir = debugdir_end;
aa28a74e 1480 }
24ddea62 1481 while (*debugdir != 0);
aa28a74e 1482
25522fae
JK
1483 xfree (debugfile);
1484 debugfile = NULL;
aa28a74e 1485
25522fae
JK
1486cleanup_return_debugfile:
1487 xfree (canon_name);
5b5d99cf
JB
1488 xfree (basename);
1489 xfree (dir);
25522fae 1490 return debugfile;
5b5d99cf
JB
1491}
1492
1493
c906108c
SS
1494/* This is the symbol-file command. Read the file, analyze its
1495 symbols, and add a struct symtab to a symtab list. The syntax of
cb2f3a29
MK
1496 the command is rather bizarre:
1497
1498 1. The function buildargv implements various quoting conventions
1499 which are undocumented and have little or nothing in common with
1500 the way things are quoted (or not quoted) elsewhere in GDB.
1501
1502 2. Options are used, which are not generally used in GDB (perhaps
1503 "set mapped on", "set readnow on" would be better)
1504
1505 3. The order of options matters, which is contrary to GNU
c906108c
SS
1506 conventions (because it is confusing and inconvenient). */
1507
1508void
fba45db2 1509symbol_file_command (char *args, int from_tty)
c906108c 1510{
c906108c
SS
1511 dont_repeat ();
1512
1513 if (args == NULL)
1514 {
1adeb98a 1515 symbol_file_clear (from_tty);
c906108c
SS
1516 }
1517 else
1518 {
d1a41061 1519 char **argv = gdb_buildargv (args);
cb2f3a29
MK
1520 int flags = OBJF_USERLOADED;
1521 struct cleanup *cleanups;
1522 char *name = NULL;
1523
7a292a7a 1524 cleanups = make_cleanup_freeargv (argv);
c906108c
SS
1525 while (*argv != NULL)
1526 {
78a4a9b9
AC
1527 if (strcmp (*argv, "-readnow") == 0)
1528 flags |= OBJF_READNOW;
1529 else if (**argv == '-')
8a3fe4f8 1530 error (_("unknown option `%s'"), *argv);
78a4a9b9
AC
1531 else
1532 {
cb2f3a29 1533 symbol_file_add_main_1 (*argv, from_tty, flags);
78a4a9b9 1534 name = *argv;
78a4a9b9 1535 }
cb2f3a29 1536
c906108c
SS
1537 argv++;
1538 }
1539
1540 if (name == NULL)
cb2f3a29
MK
1541 error (_("no symbol file name was specified"));
1542
c906108c
SS
1543 do_cleanups (cleanups);
1544 }
1545}
1546
1547/* Set the initial language.
1548
cb2f3a29
MK
1549 FIXME: A better solution would be to record the language in the
1550 psymtab when reading partial symbols, and then use it (if known) to
1551 set the language. This would be a win for formats that encode the
1552 language in an easily discoverable place, such as DWARF. For
1553 stabs, we can jump through hoops looking for specially named
1554 symbols or try to intuit the language from the specific type of
1555 stabs we find, but we can't do that until later when we read in
1556 full symbols. */
c906108c 1557
8b60591b 1558void
fba45db2 1559set_initial_language (void)
c906108c 1560{
c5aa993b 1561 enum language lang = language_unknown;
c906108c 1562
01f8c46d
JK
1563 if (language_of_main != language_unknown)
1564 lang = language_of_main;
1565 else
1566 {
1567 const char *filename;
1568
1569 filename = find_main_filename ();
1570 if (filename != NULL)
1571 lang = deduce_language_from_filename (filename);
1572 }
cb2f3a29 1573
ccefe4c4
TT
1574 if (lang == language_unknown)
1575 {
1576 /* Make C the default language */
1577 lang = language_c;
c906108c 1578 }
ccefe4c4
TT
1579
1580 set_language (lang);
1581 expected_language = current_language; /* Don't warn the user. */
c906108c
SS
1582}
1583
874f5765
TG
1584/* If NAME is a remote name open the file using remote protocol, otherwise
1585 open it normally. */
1586
1587bfd *
1588bfd_open_maybe_remote (const char *name)
1589{
1590 if (remote_filename_p (name))
1591 return remote_bfd_open (name, gnutarget);
1592 else
1593 return bfd_openr (name, gnutarget);
1594}
1595
1596
cb2f3a29
MK
1597/* Open the file specified by NAME and hand it off to BFD for
1598 preliminary analysis. Return a newly initialized bfd *, which
1599 includes a newly malloc'd` copy of NAME (tilde-expanded and made
1600 absolute). In case of trouble, error() is called. */
c906108c
SS
1601
1602bfd *
fba45db2 1603symfile_bfd_open (char *name)
c906108c
SS
1604{
1605 bfd *sym_bfd;
1606 int desc;
1607 char *absolute_name;
1608
f1838a98
UW
1609 if (remote_filename_p (name))
1610 {
1611 name = xstrdup (name);
1612 sym_bfd = remote_bfd_open (name, gnutarget);
1613 if (!sym_bfd)
1614 {
1615 make_cleanup (xfree, name);
1616 error (_("`%s': can't open to read symbols: %s."), name,
1617 bfd_errmsg (bfd_get_error ()));
1618 }
1619
1620 if (!bfd_check_format (sym_bfd, bfd_object))
1621 {
1622 bfd_close (sym_bfd);
1623 make_cleanup (xfree, name);
1624 error (_("`%s': can't read symbols: %s."), name,
1625 bfd_errmsg (bfd_get_error ()));
1626 }
1627
1628 return sym_bfd;
1629 }
1630
cb2f3a29 1631 name = tilde_expand (name); /* Returns 1st new malloc'd copy. */
c906108c
SS
1632
1633 /* Look down path for it, allocate 2nd new malloc'd copy. */
cb2f3a29 1634 desc = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST, name,
fbdebf46 1635 O_RDONLY | O_BINARY, &absolute_name);
608506ed 1636#if defined(__GO32__) || defined(_WIN32) || defined (__CYGWIN__)
c906108c
SS
1637 if (desc < 0)
1638 {
1639 char *exename = alloca (strlen (name) + 5);
433759f7 1640
c906108c 1641 strcat (strcpy (exename, name), ".exe");
014d698b 1642 desc = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST, exename,
fbdebf46 1643 O_RDONLY | O_BINARY, &absolute_name);
c906108c
SS
1644 }
1645#endif
1646 if (desc < 0)
1647 {
b8c9b27d 1648 make_cleanup (xfree, name);
c906108c
SS
1649 perror_with_name (name);
1650 }
cb2f3a29
MK
1651
1652 /* Free 1st new malloc'd copy, but keep the 2nd malloc'd copy in
c378eb4e 1653 bfd. It'll be freed in free_objfile(). */
cb2f3a29
MK
1654 xfree (name);
1655 name = absolute_name;
c906108c 1656
9f76c2cd 1657 sym_bfd = bfd_fopen (name, gnutarget, FOPEN_RB, desc);
c906108c
SS
1658 if (!sym_bfd)
1659 {
1660 close (desc);
b8c9b27d 1661 make_cleanup (xfree, name);
f1838a98 1662 error (_("`%s': can't open to read symbols: %s."), name,
c906108c
SS
1663 bfd_errmsg (bfd_get_error ()));
1664 }
549c1eea 1665 bfd_set_cacheable (sym_bfd, 1);
c906108c
SS
1666
1667 if (!bfd_check_format (sym_bfd, bfd_object))
1668 {
cb2f3a29
MK
1669 /* FIXME: should be checking for errors from bfd_close (for one
1670 thing, on error it does not free all the storage associated
1671 with the bfd). */
1672 bfd_close (sym_bfd); /* This also closes desc. */
b8c9b27d 1673 make_cleanup (xfree, name);
f1838a98 1674 error (_("`%s': can't read symbols: %s."), name,
c906108c
SS
1675 bfd_errmsg (bfd_get_error ()));
1676 }
cb2f3a29 1677
4f6f9936
JK
1678 /* bfd_usrdata exists for applications and libbfd must not touch it. */
1679 gdb_assert (bfd_usrdata (sym_bfd) == NULL);
1680
cb2f3a29 1681 return sym_bfd;
c906108c
SS
1682}
1683
cb2f3a29
MK
1684/* Return the section index for SECTION_NAME on OBJFILE. Return -1 if
1685 the section was not found. */
1686
0e931cf0
JB
1687int
1688get_section_index (struct objfile *objfile, char *section_name)
1689{
1690 asection *sect = bfd_get_section_by_name (objfile->obfd, section_name);
cb2f3a29 1691
0e931cf0
JB
1692 if (sect)
1693 return sect->index;
1694 else
1695 return -1;
1696}
1697
cb2f3a29
MK
1698/* Link SF into the global symtab_fns list. Called on startup by the
1699 _initialize routine in each object file format reader, to register
1700 information about each format the the reader is prepared to
c378eb4e 1701 handle. */
c906108c
SS
1702
1703void
00b5771c 1704add_symtab_fns (const struct sym_fns *sf)
c906108c 1705{
00b5771c 1706 VEC_safe_push (sym_fns_ptr, symtab_fns, sf);
c906108c
SS
1707}
1708
cb2f3a29
MK
1709/* Initialize OBJFILE to read symbols from its associated BFD. It
1710 either returns or calls error(). The result is an initialized
1711 struct sym_fns in the objfile structure, that contains cached
1712 information about the symbol file. */
c906108c 1713
00b5771c 1714static const struct sym_fns *
31d99776 1715find_sym_fns (bfd *abfd)
c906108c 1716{
00b5771c 1717 const struct sym_fns *sf;
31d99776 1718 enum bfd_flavour our_flavour = bfd_get_flavour (abfd);
00b5771c 1719 int i;
c906108c 1720
75245b24
MS
1721 if (our_flavour == bfd_target_srec_flavour
1722 || our_flavour == bfd_target_ihex_flavour
1723 || our_flavour == bfd_target_tekhex_flavour)
31d99776 1724 return NULL; /* No symbols. */
75245b24 1725
00b5771c 1726 for (i = 0; VEC_iterate (sym_fns_ptr, symtab_fns, i, sf); ++i)
31d99776
DJ
1727 if (our_flavour == sf->sym_flavour)
1728 return sf;
cb2f3a29 1729
8a3fe4f8 1730 error (_("I'm sorry, Dave, I can't do that. Symbol format `%s' unknown."),
31d99776 1731 bfd_get_target (abfd));
c906108c
SS
1732}
1733\f
cb2f3a29 1734
c906108c
SS
1735/* This function runs the load command of our current target. */
1736
1737static void
fba45db2 1738load_command (char *arg, int from_tty)
c906108c 1739{
e5cc9f32
JB
1740 dont_repeat ();
1741
4487aabf
PA
1742 /* The user might be reloading because the binary has changed. Take
1743 this opportunity to check. */
1744 reopen_exec_file ();
1745 reread_symbols ();
1746
c906108c 1747 if (arg == NULL)
1986bccd
AS
1748 {
1749 char *parg;
1750 int count = 0;
1751
1752 parg = arg = get_exec_file (1);
1753
1754 /* Count how many \ " ' tab space there are in the name. */
1755 while ((parg = strpbrk (parg, "\\\"'\t ")))
1756 {
1757 parg++;
1758 count++;
1759 }
1760
1761 if (count)
1762 {
1763 /* We need to quote this string so buildargv can pull it apart. */
1764 char *temp = xmalloc (strlen (arg) + count + 1 );
1765 char *ptemp = temp;
1766 char *prev;
1767
1768 make_cleanup (xfree, temp);
1769
1770 prev = parg = arg;
1771 while ((parg = strpbrk (parg, "\\\"'\t ")))
1772 {
1773 strncpy (ptemp, prev, parg - prev);
1774 ptemp += parg - prev;
1775 prev = parg++;
1776 *ptemp++ = '\\';
1777 }
1778 strcpy (ptemp, prev);
1779
1780 arg = temp;
1781 }
1782 }
1783
c906108c 1784 target_load (arg, from_tty);
2889e661
JB
1785
1786 /* After re-loading the executable, we don't really know which
1787 overlays are mapped any more. */
1788 overlay_cache_invalid = 1;
c906108c
SS
1789}
1790
1791/* This version of "load" should be usable for any target. Currently
1792 it is just used for remote targets, not inftarg.c or core files,
1793 on the theory that only in that case is it useful.
1794
1795 Avoiding xmodem and the like seems like a win (a) because we don't have
1796 to worry about finding it, and (b) On VMS, fork() is very slow and so
1797 we don't want to run a subprocess. On the other hand, I'm not sure how
1798 performance compares. */
917317f4 1799
917317f4
JM
1800static int validate_download = 0;
1801
e4f9b4d5
MS
1802/* Callback service function for generic_load (bfd_map_over_sections). */
1803
1804static void
1805add_section_size_callback (bfd *abfd, asection *asec, void *data)
1806{
1807 bfd_size_type *sum = data;
1808
2c500098 1809 *sum += bfd_get_section_size (asec);
e4f9b4d5
MS
1810}
1811
1812/* Opaque data for load_section_callback. */
1813struct load_section_data {
1814 unsigned long load_offset;
a76d924d
DJ
1815 struct load_progress_data *progress_data;
1816 VEC(memory_write_request_s) *requests;
1817};
1818
1819/* Opaque data for load_progress. */
1820struct load_progress_data {
1821 /* Cumulative data. */
e4f9b4d5
MS
1822 unsigned long write_count;
1823 unsigned long data_count;
1824 bfd_size_type total_size;
a76d924d
DJ
1825};
1826
1827/* Opaque data for load_progress for a single section. */
1828struct load_progress_section_data {
1829 struct load_progress_data *cumulative;
cf7a04e8 1830
a76d924d 1831 /* Per-section data. */
cf7a04e8
DJ
1832 const char *section_name;
1833 ULONGEST section_sent;
1834 ULONGEST section_size;
1835 CORE_ADDR lma;
1836 gdb_byte *buffer;
e4f9b4d5
MS
1837};
1838
a76d924d 1839/* Target write callback routine for progress reporting. */
cf7a04e8
DJ
1840
1841static void
1842load_progress (ULONGEST bytes, void *untyped_arg)
1843{
a76d924d
DJ
1844 struct load_progress_section_data *args = untyped_arg;
1845 struct load_progress_data *totals;
1846
1847 if (args == NULL)
1848 /* Writing padding data. No easy way to get at the cumulative
1849 stats, so just ignore this. */
1850 return;
1851
1852 totals = args->cumulative;
1853
1854 if (bytes == 0 && args->section_sent == 0)
1855 {
1856 /* The write is just starting. Let the user know we've started
1857 this section. */
5af949e3
UW
1858 ui_out_message (uiout, 0, "Loading section %s, size %s lma %s\n",
1859 args->section_name, hex_string (args->section_size),
1860 paddress (target_gdbarch, args->lma));
a76d924d
DJ
1861 return;
1862 }
cf7a04e8
DJ
1863
1864 if (validate_download)
1865 {
1866 /* Broken memories and broken monitors manifest themselves here
1867 when bring new computers to life. This doubles already slow
1868 downloads. */
1869 /* NOTE: cagney/1999-10-18: A more efficient implementation
1870 might add a verify_memory() method to the target vector and
1871 then use that. remote.c could implement that method using
1872 the ``qCRC'' packet. */
1873 gdb_byte *check = xmalloc (bytes);
1874 struct cleanup *verify_cleanups = make_cleanup (xfree, check);
1875
1876 if (target_read_memory (args->lma, check, bytes) != 0)
5af949e3
UW
1877 error (_("Download verify read failed at %s"),
1878 paddress (target_gdbarch, args->lma));
cf7a04e8 1879 if (memcmp (args->buffer, check, bytes) != 0)
5af949e3
UW
1880 error (_("Download verify compare failed at %s"),
1881 paddress (target_gdbarch, args->lma));
cf7a04e8
DJ
1882 do_cleanups (verify_cleanups);
1883 }
a76d924d 1884 totals->data_count += bytes;
cf7a04e8
DJ
1885 args->lma += bytes;
1886 args->buffer += bytes;
a76d924d 1887 totals->write_count += 1;
cf7a04e8
DJ
1888 args->section_sent += bytes;
1889 if (quit_flag
1890 || (deprecated_ui_load_progress_hook != NULL
1891 && deprecated_ui_load_progress_hook (args->section_name,
1892 args->section_sent)))
1893 error (_("Canceled the download"));
1894
1895 if (deprecated_show_load_progress != NULL)
1896 deprecated_show_load_progress (args->section_name,
1897 args->section_sent,
1898 args->section_size,
a76d924d
DJ
1899 totals->data_count,
1900 totals->total_size);
cf7a04e8
DJ
1901}
1902
e4f9b4d5
MS
1903/* Callback service function for generic_load (bfd_map_over_sections). */
1904
1905static void
1906load_section_callback (bfd *abfd, asection *asec, void *data)
1907{
a76d924d 1908 struct memory_write_request *new_request;
e4f9b4d5 1909 struct load_section_data *args = data;
a76d924d 1910 struct load_progress_section_data *section_data;
cf7a04e8
DJ
1911 bfd_size_type size = bfd_get_section_size (asec);
1912 gdb_byte *buffer;
cf7a04e8 1913 const char *sect_name = bfd_get_section_name (abfd, asec);
e4f9b4d5 1914
cf7a04e8
DJ
1915 if ((bfd_get_section_flags (abfd, asec) & SEC_LOAD) == 0)
1916 return;
e4f9b4d5 1917
cf7a04e8
DJ
1918 if (size == 0)
1919 return;
e4f9b4d5 1920
a76d924d
DJ
1921 new_request = VEC_safe_push (memory_write_request_s,
1922 args->requests, NULL);
1923 memset (new_request, 0, sizeof (struct memory_write_request));
1924 section_data = xcalloc (1, sizeof (struct load_progress_section_data));
1925 new_request->begin = bfd_section_lma (abfd, asec) + args->load_offset;
3e43a32a
MS
1926 new_request->end = new_request->begin + size; /* FIXME Should size
1927 be in instead? */
a76d924d
DJ
1928 new_request->data = xmalloc (size);
1929 new_request->baton = section_data;
cf7a04e8 1930
a76d924d 1931 buffer = new_request->data;
cf7a04e8 1932
a76d924d
DJ
1933 section_data->cumulative = args->progress_data;
1934 section_data->section_name = sect_name;
1935 section_data->section_size = size;
1936 section_data->lma = new_request->begin;
1937 section_data->buffer = buffer;
cf7a04e8
DJ
1938
1939 bfd_get_section_contents (abfd, asec, buffer, 0, size);
a76d924d
DJ
1940}
1941
1942/* Clean up an entire memory request vector, including load
1943 data and progress records. */
cf7a04e8 1944
a76d924d
DJ
1945static void
1946clear_memory_write_data (void *arg)
1947{
1948 VEC(memory_write_request_s) **vec_p = arg;
1949 VEC(memory_write_request_s) *vec = *vec_p;
1950 int i;
1951 struct memory_write_request *mr;
cf7a04e8 1952
a76d924d
DJ
1953 for (i = 0; VEC_iterate (memory_write_request_s, vec, i, mr); ++i)
1954 {
1955 xfree (mr->data);
1956 xfree (mr->baton);
1957 }
1958 VEC_free (memory_write_request_s, vec);
e4f9b4d5
MS
1959}
1960
c906108c 1961void
917317f4 1962generic_load (char *args, int from_tty)
c906108c 1963{
c906108c 1964 bfd *loadfile_bfd;
2b71414d 1965 struct timeval start_time, end_time;
917317f4 1966 char *filename;
1986bccd 1967 struct cleanup *old_cleanups = make_cleanup (null_cleanup, 0);
e4f9b4d5 1968 struct load_section_data cbdata;
a76d924d
DJ
1969 struct load_progress_data total_progress;
1970
e4f9b4d5 1971 CORE_ADDR entry;
1986bccd 1972 char **argv;
e4f9b4d5 1973
a76d924d
DJ
1974 memset (&cbdata, 0, sizeof (cbdata));
1975 memset (&total_progress, 0, sizeof (total_progress));
1976 cbdata.progress_data = &total_progress;
1977
1978 make_cleanup (clear_memory_write_data, &cbdata.requests);
917317f4 1979
d1a41061
PP
1980 if (args == NULL)
1981 error_no_arg (_("file to load"));
1986bccd 1982
d1a41061 1983 argv = gdb_buildargv (args);
1986bccd
AS
1984 make_cleanup_freeargv (argv);
1985
1986 filename = tilde_expand (argv[0]);
1987 make_cleanup (xfree, filename);
1988
1989 if (argv[1] != NULL)
917317f4
JM
1990 {
1991 char *endptr;
ba5f2f8a 1992
1986bccd
AS
1993 cbdata.load_offset = strtoul (argv[1], &endptr, 0);
1994
1995 /* If the last word was not a valid number then
1996 treat it as a file name with spaces in. */
1997 if (argv[1] == endptr)
1998 error (_("Invalid download offset:%s."), argv[1]);
1999
2000 if (argv[2] != NULL)
2001 error (_("Too many parameters."));
917317f4 2002 }
c906108c 2003
c378eb4e 2004 /* Open the file for loading. */
c906108c
SS
2005 loadfile_bfd = bfd_openr (filename, gnutarget);
2006 if (loadfile_bfd == NULL)
2007 {
2008 perror_with_name (filename);
2009 return;
2010 }
917317f4 2011
c906108c
SS
2012 /* FIXME: should be checking for errors from bfd_close (for one thing,
2013 on error it does not free all the storage associated with the
2014 bfd). */
5c65bbb6 2015 make_cleanup_bfd_close (loadfile_bfd);
c906108c 2016
c5aa993b 2017 if (!bfd_check_format (loadfile_bfd, bfd_object))
c906108c 2018 {
8a3fe4f8 2019 error (_("\"%s\" is not an object file: %s"), filename,
c906108c
SS
2020 bfd_errmsg (bfd_get_error ()));
2021 }
c5aa993b 2022
5417f6dc 2023 bfd_map_over_sections (loadfile_bfd, add_section_size_callback,
a76d924d
DJ
2024 (void *) &total_progress.total_size);
2025
2026 bfd_map_over_sections (loadfile_bfd, load_section_callback, &cbdata);
c2d11a7d 2027
2b71414d 2028 gettimeofday (&start_time, NULL);
c906108c 2029
a76d924d
DJ
2030 if (target_write_memory_blocks (cbdata.requests, flash_discard,
2031 load_progress) != 0)
2032 error (_("Load failed"));
c906108c 2033
2b71414d 2034 gettimeofday (&end_time, NULL);
ba5f2f8a 2035
e4f9b4d5 2036 entry = bfd_get_start_address (loadfile_bfd);
e4f9b4d5 2037 ui_out_text (uiout, "Start address ");
5af949e3 2038 ui_out_field_fmt (uiout, "address", "%s", paddress (target_gdbarch, entry));
e4f9b4d5 2039 ui_out_text (uiout, ", load size ");
a76d924d 2040 ui_out_field_fmt (uiout, "load-size", "%lu", total_progress.data_count);
e4f9b4d5 2041 ui_out_text (uiout, "\n");
e4f9b4d5
MS
2042 /* We were doing this in remote-mips.c, I suspect it is right
2043 for other targets too. */
fb14de7b 2044 regcache_write_pc (get_current_regcache (), entry);
c906108c 2045
38963c97
DJ
2046 /* Reset breakpoints, now that we have changed the load image. For
2047 instance, breakpoints may have been set (or reset, by
2048 post_create_inferior) while connected to the target but before we
2049 loaded the program. In that case, the prologue analyzer could
2050 have read instructions from the target to find the right
2051 breakpoint locations. Loading has changed the contents of that
2052 memory. */
2053
2054 breakpoint_re_set ();
2055
7ca9f392
AC
2056 /* FIXME: are we supposed to call symbol_file_add or not? According
2057 to a comment from remote-mips.c (where a call to symbol_file_add
2058 was commented out), making the call confuses GDB if more than one
2059 file is loaded in. Some targets do (e.g., remote-vx.c) but
b2fa5097 2060 others don't (or didn't - perhaps they have all been deleted). */
c906108c 2061
a76d924d
DJ
2062 print_transfer_performance (gdb_stdout, total_progress.data_count,
2063 total_progress.write_count,
2064 &start_time, &end_time);
c906108c
SS
2065
2066 do_cleanups (old_cleanups);
2067}
2068
c378eb4e 2069/* Report how fast the transfer went. */
c906108c 2070
917317f4
JM
2071/* DEPRECATED: cagney/1999-10-18: report_transfer_performance is being
2072 replaced by print_transfer_performance (with a very different
c378eb4e 2073 function signature). */
917317f4 2074
c906108c 2075void
fba45db2
KB
2076report_transfer_performance (unsigned long data_count, time_t start_time,
2077 time_t end_time)
c906108c 2078{
2b71414d
DJ
2079 struct timeval start, end;
2080
2081 start.tv_sec = start_time;
2082 start.tv_usec = 0;
2083 end.tv_sec = end_time;
2084 end.tv_usec = 0;
2085
2086 print_transfer_performance (gdb_stdout, data_count, 0, &start, &end);
917317f4
JM
2087}
2088
2089void
d9fcf2fb 2090print_transfer_performance (struct ui_file *stream,
917317f4
JM
2091 unsigned long data_count,
2092 unsigned long write_count,
2b71414d
DJ
2093 const struct timeval *start_time,
2094 const struct timeval *end_time)
917317f4 2095{
9f43d28c 2096 ULONGEST time_count;
2b71414d
DJ
2097
2098 /* Compute the elapsed time in milliseconds, as a tradeoff between
2099 accuracy and overflow. */
2100 time_count = (end_time->tv_sec - start_time->tv_sec) * 1000;
2101 time_count += (end_time->tv_usec - start_time->tv_usec) / 1000;
2102
8b93c638
JM
2103 ui_out_text (uiout, "Transfer rate: ");
2104 if (time_count > 0)
2105 {
9f43d28c
DJ
2106 unsigned long rate = ((ULONGEST) data_count * 1000) / time_count;
2107
2108 if (ui_out_is_mi_like_p (uiout))
2109 {
2110 ui_out_field_fmt (uiout, "transfer-rate", "%lu", rate * 8);
2111 ui_out_text (uiout, " bits/sec");
2112 }
2113 else if (rate < 1024)
2114 {
2115 ui_out_field_fmt (uiout, "transfer-rate", "%lu", rate);
2116 ui_out_text (uiout, " bytes/sec");
2117 }
2118 else
2119 {
2120 ui_out_field_fmt (uiout, "transfer-rate", "%lu", rate / 1024);
2121 ui_out_text (uiout, " KB/sec");
2122 }
8b93c638
JM
2123 }
2124 else
2125 {
ba5f2f8a 2126 ui_out_field_fmt (uiout, "transferred-bits", "%lu", (data_count * 8));
5417f6dc 2127 ui_out_text (uiout, " bits in <1 sec");
8b93c638
JM
2128 }
2129 if (write_count > 0)
2130 {
2131 ui_out_text (uiout, ", ");
ba5f2f8a 2132 ui_out_field_fmt (uiout, "write-rate", "%lu", data_count / write_count);
8b93c638
JM
2133 ui_out_text (uiout, " bytes/write");
2134 }
2135 ui_out_text (uiout, ".\n");
c906108c
SS
2136}
2137
2138/* This function allows the addition of incrementally linked object files.
2139 It does not modify any state in the target, only in the debugger. */
db162d44
EZ
2140/* Note: ezannoni 2000-04-13 This function/command used to have a
2141 special case syntax for the rombug target (Rombug is the boot
2142 monitor for Microware's OS-9 / OS-9000, see remote-os9k.c). In the
2143 rombug case, the user doesn't need to supply a text address,
2144 instead a call to target_link() (in target.c) would supply the
c378eb4e 2145 value to use. We are now discontinuing this type of ad hoc syntax. */
c906108c 2146
c906108c 2147static void
fba45db2 2148add_symbol_file_command (char *args, int from_tty)
c906108c 2149{
5af949e3 2150 struct gdbarch *gdbarch = get_current_arch ();
db162d44 2151 char *filename = NULL;
2df3850c 2152 int flags = OBJF_USERLOADED;
c906108c 2153 char *arg;
db162d44 2154 int section_index = 0;
2acceee2
JM
2155 int argcnt = 0;
2156 int sec_num = 0;
2157 int i;
db162d44
EZ
2158 int expecting_sec_name = 0;
2159 int expecting_sec_addr = 0;
5b96932b 2160 char **argv;
db162d44 2161
a39a16c4 2162 struct sect_opt
2acceee2 2163 {
2acceee2
JM
2164 char *name;
2165 char *value;
a39a16c4 2166 };
db162d44 2167
a39a16c4
MM
2168 struct section_addr_info *section_addrs;
2169 struct sect_opt *sect_opts = NULL;
2170 size_t num_sect_opts = 0;
3017564a 2171 struct cleanup *my_cleanups = make_cleanup (null_cleanup, NULL);
c5aa993b 2172
a39a16c4 2173 num_sect_opts = 16;
5417f6dc 2174 sect_opts = (struct sect_opt *) xmalloc (num_sect_opts
a39a16c4
MM
2175 * sizeof (struct sect_opt));
2176
c906108c
SS
2177 dont_repeat ();
2178
2179 if (args == NULL)
8a3fe4f8 2180 error (_("add-symbol-file takes a file name and an address"));
c906108c 2181
d1a41061 2182 argv = gdb_buildargv (args);
5b96932b 2183 make_cleanup_freeargv (argv);
db162d44 2184
5b96932b
AS
2185 for (arg = argv[0], argcnt = 0; arg != NULL; arg = argv[++argcnt])
2186 {
c378eb4e 2187 /* Process the argument. */
db162d44 2188 if (argcnt == 0)
c906108c 2189 {
c378eb4e 2190 /* The first argument is the file name. */
db162d44 2191 filename = tilde_expand (arg);
3017564a 2192 make_cleanup (xfree, filename);
c906108c 2193 }
db162d44 2194 else
7a78ae4e
ND
2195 if (argcnt == 1)
2196 {
2197 /* The second argument is always the text address at which
c378eb4e 2198 to load the program. */
7a78ae4e
ND
2199 sect_opts[section_index].name = ".text";
2200 sect_opts[section_index].value = arg;
f414f22f 2201 if (++section_index >= num_sect_opts)
a39a16c4
MM
2202 {
2203 num_sect_opts *= 2;
5417f6dc 2204 sect_opts = ((struct sect_opt *)
a39a16c4 2205 xrealloc (sect_opts,
5417f6dc 2206 num_sect_opts
a39a16c4
MM
2207 * sizeof (struct sect_opt)));
2208 }
7a78ae4e
ND
2209 }
2210 else
2211 {
2212 /* It's an option (starting with '-') or it's an argument
c378eb4e 2213 to an option. */
7a78ae4e
ND
2214
2215 if (*arg == '-')
2216 {
78a4a9b9
AC
2217 if (strcmp (arg, "-readnow") == 0)
2218 flags |= OBJF_READNOW;
2219 else if (strcmp (arg, "-s") == 0)
2220 {
2221 expecting_sec_name = 1;
2222 expecting_sec_addr = 1;
2223 }
7a78ae4e
ND
2224 }
2225 else
2226 {
2227 if (expecting_sec_name)
db162d44 2228 {
7a78ae4e
ND
2229 sect_opts[section_index].name = arg;
2230 expecting_sec_name = 0;
db162d44
EZ
2231 }
2232 else
7a78ae4e
ND
2233 if (expecting_sec_addr)
2234 {
2235 sect_opts[section_index].value = arg;
2236 expecting_sec_addr = 0;
f414f22f 2237 if (++section_index >= num_sect_opts)
a39a16c4
MM
2238 {
2239 num_sect_opts *= 2;
5417f6dc 2240 sect_opts = ((struct sect_opt *)
a39a16c4 2241 xrealloc (sect_opts,
5417f6dc 2242 num_sect_opts
a39a16c4
MM
2243 * sizeof (struct sect_opt)));
2244 }
7a78ae4e
ND
2245 }
2246 else
3e43a32a
MS
2247 error (_("USAGE: add-symbol-file <filename> <textaddress>"
2248 " [-mapped] [-readnow] [-s <secname> <addr>]*"));
7a78ae4e
ND
2249 }
2250 }
c906108c 2251 }
c906108c 2252
927890d0
JB
2253 /* This command takes at least two arguments. The first one is a
2254 filename, and the second is the address where this file has been
2255 loaded. Abort now if this address hasn't been provided by the
2256 user. */
2257 if (section_index < 1)
2258 error (_("The address where %s has been loaded is missing"), filename);
2259
c378eb4e 2260 /* Print the prompt for the query below. And save the arguments into
db162d44
EZ
2261 a sect_addr_info structure to be passed around to other
2262 functions. We have to split this up into separate print
bb599908 2263 statements because hex_string returns a local static
c378eb4e 2264 string. */
5417f6dc 2265
a3f17187 2266 printf_unfiltered (_("add symbol table from file \"%s\" at\n"), filename);
a39a16c4
MM
2267 section_addrs = alloc_section_addr_info (section_index);
2268 make_cleanup (xfree, section_addrs);
db162d44 2269 for (i = 0; i < section_index; i++)
c906108c 2270 {
db162d44
EZ
2271 CORE_ADDR addr;
2272 char *val = sect_opts[i].value;
2273 char *sec = sect_opts[i].name;
5417f6dc 2274
ae822768 2275 addr = parse_and_eval_address (val);
db162d44 2276
db162d44 2277 /* Here we store the section offsets in the order they were
c378eb4e 2278 entered on the command line. */
a39a16c4
MM
2279 section_addrs->other[sec_num].name = sec;
2280 section_addrs->other[sec_num].addr = addr;
5af949e3
UW
2281 printf_unfiltered ("\t%s_addr = %s\n", sec,
2282 paddress (gdbarch, addr));
db162d44
EZ
2283 sec_num++;
2284
5417f6dc 2285 /* The object's sections are initialized when a
db162d44 2286 call is made to build_objfile_section_table (objfile).
5417f6dc 2287 This happens in reread_symbols.
db162d44
EZ
2288 At this point, we don't know what file type this is,
2289 so we can't determine what section names are valid. */
2acceee2 2290 }
db162d44 2291
2acceee2 2292 if (from_tty && (!query ("%s", "")))
8a3fe4f8 2293 error (_("Not confirmed."));
c906108c 2294
7eedccfa
PP
2295 symbol_file_add (filename, from_tty ? SYMFILE_VERBOSE : 0,
2296 section_addrs, flags);
c906108c
SS
2297
2298 /* Getting new symbols may change our opinion about what is
2299 frameless. */
2300 reinit_frame_cache ();
db162d44 2301 do_cleanups (my_cleanups);
c906108c
SS
2302}
2303\f
70992597 2304
c906108c
SS
2305/* Re-read symbols if a symbol-file has changed. */
2306void
fba45db2 2307reread_symbols (void)
c906108c
SS
2308{
2309 struct objfile *objfile;
2310 long new_modtime;
2311 int reread_one = 0;
2312 struct stat new_statbuf;
2313 int res;
2314
2315 /* With the addition of shared libraries, this should be modified,
2316 the load time should be saved in the partial symbol tables, since
2317 different tables may come from different source files. FIXME.
2318 This routine should then walk down each partial symbol table
c378eb4e 2319 and see if the symbol table that it originates from has been changed. */
c906108c 2320
c5aa993b
JM
2321 for (objfile = object_files; objfile; objfile = objfile->next)
2322 {
9cce227f
TG
2323 /* solib-sunos.c creates one objfile with obfd. */
2324 if (objfile->obfd == NULL)
2325 continue;
2326
2327 /* Separate debug objfiles are handled in the main objfile. */
2328 if (objfile->separate_debug_objfile_backlink)
2329 continue;
2330
02aeec7b
JB
2331 /* If this object is from an archive (what you usually create with
2332 `ar', often called a `static library' on most systems, though
2333 a `shared library' on AIX is also an archive), then you should
2334 stat on the archive name, not member name. */
9cce227f
TG
2335 if (objfile->obfd->my_archive)
2336 res = stat (objfile->obfd->my_archive->filename, &new_statbuf);
2337 else
9cce227f
TG
2338 res = stat (objfile->name, &new_statbuf);
2339 if (res != 0)
2340 {
c378eb4e 2341 /* FIXME, should use print_sys_errmsg but it's not filtered. */
9cce227f
TG
2342 printf_unfiltered (_("`%s' has disappeared; keeping its symbols.\n"),
2343 objfile->name);
2344 continue;
2345 }
2346 new_modtime = new_statbuf.st_mtime;
2347 if (new_modtime != objfile->mtime)
2348 {
2349 struct cleanup *old_cleanups;
2350 struct section_offsets *offsets;
2351 int num_offsets;
2352 char *obfd_filename;
2353
2354 printf_unfiltered (_("`%s' has changed; re-reading symbols.\n"),
2355 objfile->name);
2356
2357 /* There are various functions like symbol_file_add,
2358 symfile_bfd_open, syms_from_objfile, etc., which might
2359 appear to do what we want. But they have various other
2360 effects which we *don't* want. So we just do stuff
2361 ourselves. We don't worry about mapped files (for one thing,
2362 any mapped file will be out of date). */
2363
2364 /* If we get an error, blow away this objfile (not sure if
2365 that is the correct response for things like shared
2366 libraries). */
2367 old_cleanups = make_cleanup_free_objfile (objfile);
2368 /* We need to do this whenever any symbols go away. */
2369 make_cleanup (clear_symtab_users_cleanup, 0 /*ignore*/);
2370
2371 if (exec_bfd != NULL && strcmp (bfd_get_filename (objfile->obfd),
2372 bfd_get_filename (exec_bfd)) == 0)
2373 {
2374 /* Reload EXEC_BFD without asking anything. */
2375
2376 exec_file_attach (bfd_get_filename (objfile->obfd), 0);
2377 }
2378
2379 /* Clean up any state BFD has sitting around. We don't need
2380 to close the descriptor but BFD lacks a way of closing the
2381 BFD without closing the descriptor. */
2382 obfd_filename = bfd_get_filename (objfile->obfd);
2383 if (!bfd_close (objfile->obfd))
2384 error (_("Can't close BFD for %s: %s"), objfile->name,
2385 bfd_errmsg (bfd_get_error ()));
874f5765 2386 objfile->obfd = bfd_open_maybe_remote (obfd_filename);
9cce227f
TG
2387 if (objfile->obfd == NULL)
2388 error (_("Can't open %s to read symbols."), objfile->name);
2389 else
2390 objfile->obfd = gdb_bfd_ref (objfile->obfd);
2391 /* bfd_openr sets cacheable to true, which is what we want. */
2392 if (!bfd_check_format (objfile->obfd, bfd_object))
2393 error (_("Can't read symbols from %s: %s."), objfile->name,
2394 bfd_errmsg (bfd_get_error ()));
2395
2396 /* Save the offsets, we will nuke them with the rest of the
2397 objfile_obstack. */
2398 num_offsets = objfile->num_sections;
2399 offsets = ((struct section_offsets *)
2400 alloca (SIZEOF_N_SECTION_OFFSETS (num_offsets)));
2401 memcpy (offsets, objfile->section_offsets,
2402 SIZEOF_N_SECTION_OFFSETS (num_offsets));
2403
2404 /* Remove any references to this objfile in the global
2405 value lists. */
2406 preserve_values (objfile);
2407
2408 /* Nuke all the state that we will re-read. Much of the following
2409 code which sets things to NULL really is necessary to tell
2410 other parts of GDB that there is nothing currently there.
2411
2412 Try to keep the freeing order compatible with free_objfile. */
2413
2414 if (objfile->sf != NULL)
2415 {
2416 (*objfile->sf->sym_finish) (objfile);
2417 }
2418
2419 clear_objfile_data (objfile);
2420
15d123c9 2421 /* Free the separate debug objfiles. It will be
9cce227f 2422 automatically recreated by sym_read. */
15d123c9 2423 free_objfile_separate_debug (objfile);
9cce227f
TG
2424
2425 /* FIXME: Do we have to free a whole linked list, or is this
2426 enough? */
2427 if (objfile->global_psymbols.list)
2428 xfree (objfile->global_psymbols.list);
2429 memset (&objfile->global_psymbols, 0,
2430 sizeof (objfile->global_psymbols));
2431 if (objfile->static_psymbols.list)
2432 xfree (objfile->static_psymbols.list);
2433 memset (&objfile->static_psymbols, 0,
2434 sizeof (objfile->static_psymbols));
2435
c378eb4e 2436 /* Free the obstacks for non-reusable objfiles. */
710e1a31
SW
2437 psymbol_bcache_free (objfile->psymbol_cache);
2438 objfile->psymbol_cache = psymbol_bcache_init ();
9cce227f 2439 bcache_xfree (objfile->macro_cache);
cbd70537 2440 objfile->macro_cache = bcache_xmalloc (NULL, NULL);
9cce227f 2441 bcache_xfree (objfile->filename_cache);
cbd70537 2442 objfile->filename_cache = bcache_xmalloc (NULL,NULL);
9cce227f
TG
2443 if (objfile->demangled_names_hash != NULL)
2444 {
2445 htab_delete (objfile->demangled_names_hash);
2446 objfile->demangled_names_hash = NULL;
2447 }
2448 obstack_free (&objfile->objfile_obstack, 0);
2449 objfile->sections = NULL;
2450 objfile->symtabs = NULL;
2451 objfile->psymtabs = NULL;
2452 objfile->psymtabs_addrmap = NULL;
2453 objfile->free_psymtabs = NULL;
2454 objfile->cp_namespace_symtab = NULL;
34eaf542 2455 objfile->template_symbols = NULL;
9cce227f
TG
2456 objfile->msymbols = NULL;
2457 objfile->deprecated_sym_private = NULL;
2458 objfile->minimal_symbol_count = 0;
2459 memset (&objfile->msymbol_hash, 0,
2460 sizeof (objfile->msymbol_hash));
2461 memset (&objfile->msymbol_demangled_hash, 0,
2462 sizeof (objfile->msymbol_demangled_hash));
2463
710e1a31 2464 objfile->psymbol_cache = psymbol_bcache_init ();
cbd70537
SW
2465 objfile->macro_cache = bcache_xmalloc (NULL, NULL);
2466 objfile->filename_cache = bcache_xmalloc (NULL, NULL);
9cce227f
TG
2467 /* obstack_init also initializes the obstack so it is
2468 empty. We could use obstack_specify_allocation but
2469 gdb_obstack.h specifies the alloc/dealloc
2470 functions. */
2471 obstack_init (&objfile->objfile_obstack);
2472 if (build_objfile_section_table (objfile))
2473 {
2474 error (_("Can't find the file sections in `%s': %s"),
2475 objfile->name, bfd_errmsg (bfd_get_error ()));
2476 }
2477 terminate_minimal_symbol_table (objfile);
2478
2479 /* We use the same section offsets as from last time. I'm not
2480 sure whether that is always correct for shared libraries. */
2481 objfile->section_offsets = (struct section_offsets *)
2482 obstack_alloc (&objfile->objfile_obstack,
2483 SIZEOF_N_SECTION_OFFSETS (num_offsets));
2484 memcpy (objfile->section_offsets, offsets,
2485 SIZEOF_N_SECTION_OFFSETS (num_offsets));
2486 objfile->num_sections = num_offsets;
2487
2488 /* What the hell is sym_new_init for, anyway? The concept of
2489 distinguishing between the main file and additional files
2490 in this way seems rather dubious. */
2491 if (objfile == symfile_objfile)
c906108c 2492 {
9cce227f 2493 (*objfile->sf->sym_new_init) (objfile);
c906108c 2494 }
9cce227f
TG
2495
2496 (*objfile->sf->sym_init) (objfile);
2497 clear_complaints (&symfile_complaints, 1, 1);
2498 /* Do not set flags as this is safe and we don't want to be
2499 verbose. */
2500 (*objfile->sf->sym_read) (objfile, 0);
2501 if (!objfile_has_symbols (objfile))
c906108c 2502 {
9cce227f
TG
2503 wrap_here ("");
2504 printf_unfiltered (_("(no debugging symbols found)\n"));
2505 wrap_here ("");
c5aa993b 2506 }
9cce227f
TG
2507
2508 /* We're done reading the symbol file; finish off complaints. */
2509 clear_complaints (&symfile_complaints, 0, 1);
2510
2511 /* Getting new symbols may change our opinion about what is
2512 frameless. */
2513
2514 reinit_frame_cache ();
2515
2516 /* Discard cleanups as symbol reading was successful. */
2517 discard_cleanups (old_cleanups);
2518
2519 /* If the mtime has changed between the time we set new_modtime
2520 and now, we *want* this to be out of date, so don't call stat
2521 again now. */
2522 objfile->mtime = new_modtime;
2523 reread_one = 1;
2524 init_entry_point_info (objfile);
c906108c
SS
2525 }
2526 }
c906108c
SS
2527
2528 if (reread_one)
ea53e89f 2529 {
ff3536bc
UW
2530 /* Notify objfiles that we've modified objfile sections. */
2531 objfiles_changed ();
2532
c1e56572 2533 clear_symtab_users (0);
ea53e89f
JB
2534 /* At least one objfile has changed, so we can consider that
2535 the executable we're debugging has changed too. */
781b42b0 2536 observer_notify_executable_changed ();
ea53e89f 2537 }
c906108c 2538}
c906108c
SS
2539\f
2540
c5aa993b
JM
2541
2542typedef struct
2543{
2544 char *ext;
c906108c 2545 enum language lang;
c5aa993b
JM
2546}
2547filename_language;
c906108c 2548
c5aa993b 2549static filename_language *filename_language_table;
c906108c
SS
2550static int fl_table_size, fl_table_next;
2551
2552static void
fba45db2 2553add_filename_language (char *ext, enum language lang)
c906108c
SS
2554{
2555 if (fl_table_next >= fl_table_size)
2556 {
2557 fl_table_size += 10;
5417f6dc 2558 filename_language_table =
25bf3106
PM
2559 xrealloc (filename_language_table,
2560 fl_table_size * sizeof (*filename_language_table));
c906108c
SS
2561 }
2562
4fcf66da 2563 filename_language_table[fl_table_next].ext = xstrdup (ext);
c906108c
SS
2564 filename_language_table[fl_table_next].lang = lang;
2565 fl_table_next++;
2566}
2567
2568static char *ext_args;
920d2a44
AC
2569static void
2570show_ext_args (struct ui_file *file, int from_tty,
2571 struct cmd_list_element *c, const char *value)
2572{
3e43a32a
MS
2573 fprintf_filtered (file,
2574 _("Mapping between filename extension "
2575 "and source language is \"%s\".\n"),
920d2a44
AC
2576 value);
2577}
c906108c
SS
2578
2579static void
26c41df3 2580set_ext_lang_command (char *args, int from_tty, struct cmd_list_element *e)
c906108c
SS
2581{
2582 int i;
2583 char *cp = ext_args;
2584 enum language lang;
2585
c378eb4e 2586 /* First arg is filename extension, starting with '.' */
c906108c 2587 if (*cp != '.')
8a3fe4f8 2588 error (_("'%s': Filename extension must begin with '.'"), ext_args);
c906108c
SS
2589
2590 /* Find end of first arg. */
c5aa993b 2591 while (*cp && !isspace (*cp))
c906108c
SS
2592 cp++;
2593
2594 if (*cp == '\0')
3e43a32a
MS
2595 error (_("'%s': two arguments required -- "
2596 "filename extension and language"),
c906108c
SS
2597 ext_args);
2598
c378eb4e 2599 /* Null-terminate first arg. */
c5aa993b 2600 *cp++ = '\0';
c906108c
SS
2601
2602 /* Find beginning of second arg, which should be a source language. */
2603 while (*cp && isspace (*cp))
2604 cp++;
2605
2606 if (*cp == '\0')
3e43a32a
MS
2607 error (_("'%s': two arguments required -- "
2608 "filename extension and language"),
c906108c
SS
2609 ext_args);
2610
2611 /* Lookup the language from among those we know. */
2612 lang = language_enum (cp);
2613
2614 /* Now lookup the filename extension: do we already know it? */
2615 for (i = 0; i < fl_table_next; i++)
2616 if (0 == strcmp (ext_args, filename_language_table[i].ext))
2617 break;
2618
2619 if (i >= fl_table_next)
2620 {
c378eb4e 2621 /* New file extension. */
c906108c
SS
2622 add_filename_language (ext_args, lang);
2623 }
2624 else
2625 {
c378eb4e 2626 /* Redefining a previously known filename extension. */
c906108c
SS
2627
2628 /* if (from_tty) */
2629 /* query ("Really make files of type %s '%s'?", */
2630 /* ext_args, language_str (lang)); */
2631
b8c9b27d 2632 xfree (filename_language_table[i].ext);
4fcf66da 2633 filename_language_table[i].ext = xstrdup (ext_args);
c906108c
SS
2634 filename_language_table[i].lang = lang;
2635 }
2636}
2637
2638static void
fba45db2 2639info_ext_lang_command (char *args, int from_tty)
c906108c
SS
2640{
2641 int i;
2642
a3f17187 2643 printf_filtered (_("Filename extensions and the languages they represent:"));
c906108c
SS
2644 printf_filtered ("\n\n");
2645 for (i = 0; i < fl_table_next; i++)
c5aa993b
JM
2646 printf_filtered ("\t%s\t- %s\n",
2647 filename_language_table[i].ext,
c906108c
SS
2648 language_str (filename_language_table[i].lang));
2649}
2650
2651static void
fba45db2 2652init_filename_language_table (void)
c906108c 2653{
c378eb4e 2654 if (fl_table_size == 0) /* Protect against repetition. */
c906108c
SS
2655 {
2656 fl_table_size = 20;
2657 fl_table_next = 0;
c5aa993b 2658 filename_language_table =
c906108c 2659 xmalloc (fl_table_size * sizeof (*filename_language_table));
c5aa993b 2660 add_filename_language (".c", language_c);
6aecb9c2 2661 add_filename_language (".d", language_d);
c5aa993b
JM
2662 add_filename_language (".C", language_cplus);
2663 add_filename_language (".cc", language_cplus);
2664 add_filename_language (".cp", language_cplus);
2665 add_filename_language (".cpp", language_cplus);
2666 add_filename_language (".cxx", language_cplus);
2667 add_filename_language (".c++", language_cplus);
2668 add_filename_language (".java", language_java);
c906108c 2669 add_filename_language (".class", language_java);
da2cf7e0 2670 add_filename_language (".m", language_objc);
c5aa993b
JM
2671 add_filename_language (".f", language_fortran);
2672 add_filename_language (".F", language_fortran);
fd5700c7
JK
2673 add_filename_language (".for", language_fortran);
2674 add_filename_language (".FOR", language_fortran);
2675 add_filename_language (".ftn", language_fortran);
2676 add_filename_language (".FTN", language_fortran);
2677 add_filename_language (".fpp", language_fortran);
2678 add_filename_language (".FPP", language_fortran);
2679 add_filename_language (".f90", language_fortran);
2680 add_filename_language (".F90", language_fortran);
2681 add_filename_language (".f95", language_fortran);
2682 add_filename_language (".F95", language_fortran);
2683 add_filename_language (".f03", language_fortran);
2684 add_filename_language (".F03", language_fortran);
2685 add_filename_language (".f08", language_fortran);
2686 add_filename_language (".F08", language_fortran);
c5aa993b 2687 add_filename_language (".s", language_asm);
aa707ed0 2688 add_filename_language (".sx", language_asm);
c5aa993b 2689 add_filename_language (".S", language_asm);
c6fd39cd
PM
2690 add_filename_language (".pas", language_pascal);
2691 add_filename_language (".p", language_pascal);
2692 add_filename_language (".pp", language_pascal);
963a6417
PH
2693 add_filename_language (".adb", language_ada);
2694 add_filename_language (".ads", language_ada);
2695 add_filename_language (".a", language_ada);
2696 add_filename_language (".ada", language_ada);
dde59185 2697 add_filename_language (".dg", language_ada);
c906108c
SS
2698 }
2699}
2700
2701enum language
dd786858 2702deduce_language_from_filename (const char *filename)
c906108c
SS
2703{
2704 int i;
2705 char *cp;
2706
2707 if (filename != NULL)
2708 if ((cp = strrchr (filename, '.')) != NULL)
2709 for (i = 0; i < fl_table_next; i++)
2710 if (strcmp (cp, filename_language_table[i].ext) == 0)
2711 return filename_language_table[i].lang;
2712
2713 return language_unknown;
2714}
2715\f
2716/* allocate_symtab:
2717
2718 Allocate and partly initialize a new symbol table. Return a pointer
2719 to it. error() if no space.
2720
2721 Caller must set these fields:
c5aa993b
JM
2722 LINETABLE(symtab)
2723 symtab->blockvector
2724 symtab->dirname
2725 symtab->free_code
2726 symtab->free_ptr
c906108c
SS
2727 */
2728
2729struct symtab *
72b9f47f 2730allocate_symtab (const char *filename, struct objfile *objfile)
c906108c 2731{
52f0bd74 2732 struct symtab *symtab;
c906108c
SS
2733
2734 symtab = (struct symtab *)
4a146b47 2735 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symtab));
c906108c 2736 memset (symtab, 0, sizeof (*symtab));
10abe6bf
TT
2737 symtab->filename = (char *) bcache (filename, strlen (filename) + 1,
2738 objfile->filename_cache);
c5aa993b
JM
2739 symtab->fullname = NULL;
2740 symtab->language = deduce_language_from_filename (filename);
1c9e8358 2741 symtab->debugformat = "unknown";
c906108c 2742
c378eb4e 2743 /* Hook it to the objfile it comes from. */
c906108c 2744
c5aa993b
JM
2745 symtab->objfile = objfile;
2746 symtab->next = objfile->symtabs;
2747 objfile->symtabs = symtab;
c906108c 2748
c906108c
SS
2749 return (symtab);
2750}
c906108c 2751\f
c5aa993b 2752
c906108c 2753/* Reset all data structures in gdb which may contain references to symbol
c1e56572 2754 table data. ADD_FLAGS is a bitmask of enum symfile_add_flags. */
c906108c
SS
2755
2756void
c1e56572 2757clear_symtab_users (int add_flags)
c906108c
SS
2758{
2759 /* Someday, we should do better than this, by only blowing away
2760 the things that really need to be blown. */
c0501be5
DJ
2761
2762 /* Clear the "current" symtab first, because it is no longer valid.
2763 breakpoint_re_set may try to access the current symtab. */
2764 clear_current_source_symtab_and_line ();
2765
c906108c 2766 clear_displays ();
c1e56572
JK
2767 if ((add_flags & SYMFILE_DEFER_BP_RESET) == 0)
2768 breakpoint_re_set ();
6c95b8df 2769 set_default_breakpoint (0, NULL, 0, 0, 0);
c906108c 2770 clear_pc_function_cache ();
06d3b283 2771 observer_notify_new_objfile (NULL);
9bdcbae7
DJ
2772
2773 /* Clear globals which might have pointed into a removed objfile.
2774 FIXME: It's not clear which of these are supposed to persist
2775 between expressions and which ought to be reset each time. */
2776 expression_context_block = NULL;
2777 innermost_block = NULL;
8756216b
DP
2778
2779 /* Varobj may refer to old symbols, perform a cleanup. */
2780 varobj_invalidate ();
2781
c906108c
SS
2782}
2783
74b7792f
AC
2784static void
2785clear_symtab_users_cleanup (void *ignore)
2786{
c1e56572 2787 clear_symtab_users (0);
74b7792f 2788}
c906108c 2789\f
c906108c
SS
2790/* OVERLAYS:
2791 The following code implements an abstraction for debugging overlay sections.
2792
2793 The target model is as follows:
2794 1) The gnu linker will permit multiple sections to be mapped into the
c5aa993b 2795 same VMA, each with its own unique LMA (or load address).
c906108c 2796 2) It is assumed that some runtime mechanism exists for mapping the
c5aa993b 2797 sections, one by one, from the load address into the VMA address.
5417f6dc 2798 3) This code provides a mechanism for gdb to keep track of which
c5aa993b
JM
2799 sections should be considered to be mapped from the VMA to the LMA.
2800 This information is used for symbol lookup, and memory read/write.
5417f6dc 2801 For instance, if a section has been mapped then its contents
c5aa993b 2802 should be read from the VMA, otherwise from the LMA.
c906108c
SS
2803
2804 Two levels of debugger support for overlays are available. One is
2805 "manual", in which the debugger relies on the user to tell it which
2806 overlays are currently mapped. This level of support is
2807 implemented entirely in the core debugger, and the information about
2808 whether a section is mapped is kept in the objfile->obj_section table.
2809
2810 The second level of support is "automatic", and is only available if
2811 the target-specific code provides functionality to read the target's
2812 overlay mapping table, and translate its contents for the debugger
2813 (by updating the mapped state information in the obj_section tables).
2814
2815 The interface is as follows:
c5aa993b
JM
2816 User commands:
2817 overlay map <name> -- tell gdb to consider this section mapped
2818 overlay unmap <name> -- tell gdb to consider this section unmapped
2819 overlay list -- list the sections that GDB thinks are mapped
2820 overlay read-target -- get the target's state of what's mapped
2821 overlay off/manual/auto -- set overlay debugging state
2822 Functional interface:
2823 find_pc_mapped_section(pc): if the pc is in the range of a mapped
2824 section, return that section.
5417f6dc 2825 find_pc_overlay(pc): find any overlay section that contains
c5aa993b 2826 the pc, either in its VMA or its LMA
714835d5 2827 section_is_mapped(sect): true if overlay is marked as mapped
c5aa993b
JM
2828 section_is_overlay(sect): true if section's VMA != LMA
2829 pc_in_mapped_range(pc,sec): true if pc belongs to section's VMA
2830 pc_in_unmapped_range(...): true if pc belongs to section's LMA
9ec8e6a0 2831 sections_overlap(sec1, sec2): true if mapped sec1 and sec2 ranges overlap
c5aa993b
JM
2832 overlay_mapped_address(...): map an address from section's LMA to VMA
2833 overlay_unmapped_address(...): map an address from section's VMA to LMA
2834 symbol_overlayed_address(...): Return a "current" address for symbol:
2835 either in VMA or LMA depending on whether
c378eb4e 2836 the symbol's section is currently mapped. */
c906108c
SS
2837
2838/* Overlay debugging state: */
2839
d874f1e2 2840enum overlay_debugging_state overlay_debugging = ovly_off;
c378eb4e 2841int overlay_cache_invalid = 0; /* True if need to refresh mapped state. */
c906108c 2842
c906108c 2843/* Function: section_is_overlay (SECTION)
5417f6dc 2844 Returns true if SECTION has VMA not equal to LMA, ie.
c906108c
SS
2845 SECTION is loaded at an address different from where it will "run". */
2846
2847int
714835d5 2848section_is_overlay (struct obj_section *section)
c906108c 2849{
714835d5
UW
2850 if (overlay_debugging && section)
2851 {
2852 bfd *abfd = section->objfile->obfd;
2853 asection *bfd_section = section->the_bfd_section;
2854
2855 if (bfd_section_lma (abfd, bfd_section) != 0
2856 && bfd_section_lma (abfd, bfd_section)
2857 != bfd_section_vma (abfd, bfd_section))
2858 return 1;
2859 }
c906108c
SS
2860
2861 return 0;
2862}
2863
2864/* Function: overlay_invalidate_all (void)
2865 Invalidate the mapped state of all overlay sections (mark it as stale). */
2866
2867static void
fba45db2 2868overlay_invalidate_all (void)
c906108c 2869{
c5aa993b 2870 struct objfile *objfile;
c906108c
SS
2871 struct obj_section *sect;
2872
2873 ALL_OBJSECTIONS (objfile, sect)
714835d5
UW
2874 if (section_is_overlay (sect))
2875 sect->ovly_mapped = -1;
c906108c
SS
2876}
2877
714835d5 2878/* Function: section_is_mapped (SECTION)
5417f6dc 2879 Returns true if section is an overlay, and is currently mapped.
c906108c
SS
2880
2881 Access to the ovly_mapped flag is restricted to this function, so
2882 that we can do automatic update. If the global flag
2883 OVERLAY_CACHE_INVALID is set (by wait_for_inferior), then call
2884 overlay_invalidate_all. If the mapped state of the particular
2885 section is stale, then call TARGET_OVERLAY_UPDATE to refresh it. */
2886
714835d5
UW
2887int
2888section_is_mapped (struct obj_section *osect)
c906108c 2889{
9216df95
UW
2890 struct gdbarch *gdbarch;
2891
714835d5 2892 if (osect == 0 || !section_is_overlay (osect))
c906108c
SS
2893 return 0;
2894
c5aa993b 2895 switch (overlay_debugging)
c906108c
SS
2896 {
2897 default:
d874f1e2 2898 case ovly_off:
c5aa993b 2899 return 0; /* overlay debugging off */
d874f1e2 2900 case ovly_auto: /* overlay debugging automatic */
1c772458 2901 /* Unles there is a gdbarch_overlay_update function,
c378eb4e 2902 there's really nothing useful to do here (can't really go auto). */
9216df95
UW
2903 gdbarch = get_objfile_arch (osect->objfile);
2904 if (gdbarch_overlay_update_p (gdbarch))
c906108c
SS
2905 {
2906 if (overlay_cache_invalid)
2907 {
2908 overlay_invalidate_all ();
2909 overlay_cache_invalid = 0;
2910 }
2911 if (osect->ovly_mapped == -1)
9216df95 2912 gdbarch_overlay_update (gdbarch, osect);
c906108c
SS
2913 }
2914 /* fall thru to manual case */
d874f1e2 2915 case ovly_on: /* overlay debugging manual */
c906108c
SS
2916 return osect->ovly_mapped == 1;
2917 }
2918}
2919
c906108c
SS
2920/* Function: pc_in_unmapped_range
2921 If PC falls into the lma range of SECTION, return true, else false. */
2922
2923CORE_ADDR
714835d5 2924pc_in_unmapped_range (CORE_ADDR pc, struct obj_section *section)
c906108c 2925{
714835d5
UW
2926 if (section_is_overlay (section))
2927 {
2928 bfd *abfd = section->objfile->obfd;
2929 asection *bfd_section = section->the_bfd_section;
fbd35540 2930
714835d5
UW
2931 /* We assume the LMA is relocated by the same offset as the VMA. */
2932 bfd_vma size = bfd_get_section_size (bfd_section);
2933 CORE_ADDR offset = obj_section_offset (section);
2934
2935 if (bfd_get_section_lma (abfd, bfd_section) + offset <= pc
2936 && pc < bfd_get_section_lma (abfd, bfd_section) + offset + size)
2937 return 1;
2938 }
c906108c 2939
c906108c
SS
2940 return 0;
2941}
2942
2943/* Function: pc_in_mapped_range
2944 If PC falls into the vma range of SECTION, return true, else false. */
2945
2946CORE_ADDR
714835d5 2947pc_in_mapped_range (CORE_ADDR pc, struct obj_section *section)
c906108c 2948{
714835d5
UW
2949 if (section_is_overlay (section))
2950 {
2951 if (obj_section_addr (section) <= pc
2952 && pc < obj_section_endaddr (section))
2953 return 1;
2954 }
c906108c 2955
c906108c
SS
2956 return 0;
2957}
2958
9ec8e6a0
JB
2959
2960/* Return true if the mapped ranges of sections A and B overlap, false
2961 otherwise. */
b9362cc7 2962static int
714835d5 2963sections_overlap (struct obj_section *a, struct obj_section *b)
9ec8e6a0 2964{
714835d5
UW
2965 CORE_ADDR a_start = obj_section_addr (a);
2966 CORE_ADDR a_end = obj_section_endaddr (a);
2967 CORE_ADDR b_start = obj_section_addr (b);
2968 CORE_ADDR b_end = obj_section_endaddr (b);
9ec8e6a0
JB
2969
2970 return (a_start < b_end && b_start < a_end);
2971}
2972
c906108c
SS
2973/* Function: overlay_unmapped_address (PC, SECTION)
2974 Returns the address corresponding to PC in the unmapped (load) range.
2975 May be the same as PC. */
2976
2977CORE_ADDR
714835d5 2978overlay_unmapped_address (CORE_ADDR pc, struct obj_section *section)
c906108c 2979{
714835d5
UW
2980 if (section_is_overlay (section) && pc_in_mapped_range (pc, section))
2981 {
2982 bfd *abfd = section->objfile->obfd;
2983 asection *bfd_section = section->the_bfd_section;
fbd35540 2984
714835d5
UW
2985 return pc + bfd_section_lma (abfd, bfd_section)
2986 - bfd_section_vma (abfd, bfd_section);
2987 }
c906108c
SS
2988
2989 return pc;
2990}
2991
2992/* Function: overlay_mapped_address (PC, SECTION)
2993 Returns the address corresponding to PC in the mapped (runtime) range.
2994 May be the same as PC. */
2995
2996CORE_ADDR
714835d5 2997overlay_mapped_address (CORE_ADDR pc, struct obj_section *section)
c906108c 2998{
714835d5
UW
2999 if (section_is_overlay (section) && pc_in_unmapped_range (pc, section))
3000 {
3001 bfd *abfd = section->objfile->obfd;
3002 asection *bfd_section = section->the_bfd_section;
fbd35540 3003
714835d5
UW
3004 return pc + bfd_section_vma (abfd, bfd_section)
3005 - bfd_section_lma (abfd, bfd_section);
3006 }
c906108c
SS
3007
3008 return pc;
3009}
3010
3011
5417f6dc 3012/* Function: symbol_overlayed_address
c906108c
SS
3013 Return one of two addresses (relative to the VMA or to the LMA),
3014 depending on whether the section is mapped or not. */
3015
c5aa993b 3016CORE_ADDR
714835d5 3017symbol_overlayed_address (CORE_ADDR address, struct obj_section *section)
c906108c
SS
3018{
3019 if (overlay_debugging)
3020 {
c378eb4e 3021 /* If the symbol has no section, just return its regular address. */
c906108c
SS
3022 if (section == 0)
3023 return address;
c378eb4e
MS
3024 /* If the symbol's section is not an overlay, just return its
3025 address. */
c906108c
SS
3026 if (!section_is_overlay (section))
3027 return address;
c378eb4e 3028 /* If the symbol's section is mapped, just return its address. */
c906108c
SS
3029 if (section_is_mapped (section))
3030 return address;
3031 /*
3032 * HOWEVER: if the symbol is in an overlay section which is NOT mapped,
3033 * then return its LOADED address rather than its vma address!!
3034 */
3035 return overlay_unmapped_address (address, section);
3036 }
3037 return address;
3038}
3039
5417f6dc 3040/* Function: find_pc_overlay (PC)
c906108c
SS
3041 Return the best-match overlay section for PC:
3042 If PC matches a mapped overlay section's VMA, return that section.
3043 Else if PC matches an unmapped section's VMA, return that section.
3044 Else if PC matches an unmapped section's LMA, return that section. */
3045
714835d5 3046struct obj_section *
fba45db2 3047find_pc_overlay (CORE_ADDR pc)
c906108c 3048{
c5aa993b 3049 struct objfile *objfile;
c906108c
SS
3050 struct obj_section *osect, *best_match = NULL;
3051
3052 if (overlay_debugging)
3053 ALL_OBJSECTIONS (objfile, osect)
714835d5 3054 if (section_is_overlay (osect))
c5aa993b 3055 {
714835d5 3056 if (pc_in_mapped_range (pc, osect))
c5aa993b 3057 {
714835d5
UW
3058 if (section_is_mapped (osect))
3059 return osect;
c5aa993b
JM
3060 else
3061 best_match = osect;
3062 }
714835d5 3063 else if (pc_in_unmapped_range (pc, osect))
c5aa993b
JM
3064 best_match = osect;
3065 }
714835d5 3066 return best_match;
c906108c
SS
3067}
3068
3069/* Function: find_pc_mapped_section (PC)
5417f6dc 3070 If PC falls into the VMA address range of an overlay section that is
c906108c
SS
3071 currently marked as MAPPED, return that section. Else return NULL. */
3072
714835d5 3073struct obj_section *
fba45db2 3074find_pc_mapped_section (CORE_ADDR pc)
c906108c 3075{
c5aa993b 3076 struct objfile *objfile;
c906108c
SS
3077 struct obj_section *osect;
3078
3079 if (overlay_debugging)
3080 ALL_OBJSECTIONS (objfile, osect)
714835d5
UW
3081 if (pc_in_mapped_range (pc, osect) && section_is_mapped (osect))
3082 return osect;
c906108c
SS
3083
3084 return NULL;
3085}
3086
3087/* Function: list_overlays_command
c378eb4e 3088 Print a list of mapped sections and their PC ranges. */
c906108c
SS
3089
3090void
fba45db2 3091list_overlays_command (char *args, int from_tty)
c906108c 3092{
c5aa993b
JM
3093 int nmapped = 0;
3094 struct objfile *objfile;
c906108c
SS
3095 struct obj_section *osect;
3096
3097 if (overlay_debugging)
3098 ALL_OBJSECTIONS (objfile, osect)
714835d5 3099 if (section_is_mapped (osect))
c5aa993b 3100 {
5af949e3 3101 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c5aa993b
JM
3102 const char *name;
3103 bfd_vma lma, vma;
3104 int size;
3105
3106 vma = bfd_section_vma (objfile->obfd, osect->the_bfd_section);
3107 lma = bfd_section_lma (objfile->obfd, osect->the_bfd_section);
2c500098 3108 size = bfd_get_section_size (osect->the_bfd_section);
c5aa993b
JM
3109 name = bfd_section_name (objfile->obfd, osect->the_bfd_section);
3110
3111 printf_filtered ("Section %s, loaded at ", name);
5af949e3 3112 fputs_filtered (paddress (gdbarch, lma), gdb_stdout);
c5aa993b 3113 puts_filtered (" - ");
5af949e3 3114 fputs_filtered (paddress (gdbarch, lma + size), gdb_stdout);
c5aa993b 3115 printf_filtered (", mapped at ");
5af949e3 3116 fputs_filtered (paddress (gdbarch, vma), gdb_stdout);
c5aa993b 3117 puts_filtered (" - ");
5af949e3 3118 fputs_filtered (paddress (gdbarch, vma + size), gdb_stdout);
c5aa993b
JM
3119 puts_filtered ("\n");
3120
3121 nmapped++;
3122 }
c906108c 3123 if (nmapped == 0)
a3f17187 3124 printf_filtered (_("No sections are mapped.\n"));
c906108c
SS
3125}
3126
3127/* Function: map_overlay_command
3128 Mark the named section as mapped (ie. residing at its VMA address). */
3129
3130void
fba45db2 3131map_overlay_command (char *args, int from_tty)
c906108c 3132{
c5aa993b
JM
3133 struct objfile *objfile, *objfile2;
3134 struct obj_section *sec, *sec2;
c906108c
SS
3135
3136 if (!overlay_debugging)
3e43a32a
MS
3137 error (_("Overlay debugging not enabled. Use "
3138 "either the 'overlay auto' or\n"
3139 "the 'overlay manual' command."));
c906108c
SS
3140
3141 if (args == 0 || *args == 0)
8a3fe4f8 3142 error (_("Argument required: name of an overlay section"));
c906108c 3143
c378eb4e 3144 /* First, find a section matching the user supplied argument. */
c906108c
SS
3145 ALL_OBJSECTIONS (objfile, sec)
3146 if (!strcmp (bfd_section_name (objfile->obfd, sec->the_bfd_section), args))
c5aa993b 3147 {
c378eb4e 3148 /* Now, check to see if the section is an overlay. */
714835d5 3149 if (!section_is_overlay (sec))
c5aa993b
JM
3150 continue; /* not an overlay section */
3151
c378eb4e 3152 /* Mark the overlay as "mapped". */
c5aa993b
JM
3153 sec->ovly_mapped = 1;
3154
3155 /* Next, make a pass and unmap any sections that are
3156 overlapped by this new section: */
3157 ALL_OBJSECTIONS (objfile2, sec2)
714835d5 3158 if (sec2->ovly_mapped && sec != sec2 && sections_overlap (sec, sec2))
c5aa993b
JM
3159 {
3160 if (info_verbose)
a3f17187 3161 printf_unfiltered (_("Note: section %s unmapped by overlap\n"),
c5aa993b
JM
3162 bfd_section_name (objfile->obfd,
3163 sec2->the_bfd_section));
c378eb4e 3164 sec2->ovly_mapped = 0; /* sec2 overlaps sec: unmap sec2. */
c5aa993b
JM
3165 }
3166 return;
3167 }
8a3fe4f8 3168 error (_("No overlay section called %s"), args);
c906108c
SS
3169}
3170
3171/* Function: unmap_overlay_command
5417f6dc 3172 Mark the overlay section as unmapped
c906108c
SS
3173 (ie. resident in its LMA address range, rather than the VMA range). */
3174
3175void
fba45db2 3176unmap_overlay_command (char *args, int from_tty)
c906108c 3177{
c5aa993b 3178 struct objfile *objfile;
c906108c
SS
3179 struct obj_section *sec;
3180
3181 if (!overlay_debugging)
3e43a32a
MS
3182 error (_("Overlay debugging not enabled. "
3183 "Use either the 'overlay auto' or\n"
3184 "the 'overlay manual' command."));
c906108c
SS
3185
3186 if (args == 0 || *args == 0)
8a3fe4f8 3187 error (_("Argument required: name of an overlay section"));
c906108c 3188
c378eb4e 3189 /* First, find a section matching the user supplied argument. */
c906108c
SS
3190 ALL_OBJSECTIONS (objfile, sec)
3191 if (!strcmp (bfd_section_name (objfile->obfd, sec->the_bfd_section), args))
c5aa993b
JM
3192 {
3193 if (!sec->ovly_mapped)
8a3fe4f8 3194 error (_("Section %s is not mapped"), args);
c5aa993b
JM
3195 sec->ovly_mapped = 0;
3196 return;
3197 }
8a3fe4f8 3198 error (_("No overlay section called %s"), args);
c906108c
SS
3199}
3200
3201/* Function: overlay_auto_command
3202 A utility command to turn on overlay debugging.
c378eb4e 3203 Possibly this should be done via a set/show command. */
c906108c
SS
3204
3205static void
fba45db2 3206overlay_auto_command (char *args, int from_tty)
c906108c 3207{
d874f1e2 3208 overlay_debugging = ovly_auto;
1900040c 3209 enable_overlay_breakpoints ();
c906108c 3210 if (info_verbose)
a3f17187 3211 printf_unfiltered (_("Automatic overlay debugging enabled."));
c906108c
SS
3212}
3213
3214/* Function: overlay_manual_command
3215 A utility command to turn on overlay debugging.
c378eb4e 3216 Possibly this should be done via a set/show command. */
c906108c
SS
3217
3218static void
fba45db2 3219overlay_manual_command (char *args, int from_tty)
c906108c 3220{
d874f1e2 3221 overlay_debugging = ovly_on;
1900040c 3222 disable_overlay_breakpoints ();
c906108c 3223 if (info_verbose)
a3f17187 3224 printf_unfiltered (_("Overlay debugging enabled."));
c906108c
SS
3225}
3226
3227/* Function: overlay_off_command
3228 A utility command to turn on overlay debugging.
c378eb4e 3229 Possibly this should be done via a set/show command. */
c906108c
SS
3230
3231static void
fba45db2 3232overlay_off_command (char *args, int from_tty)
c906108c 3233{
d874f1e2 3234 overlay_debugging = ovly_off;
1900040c 3235 disable_overlay_breakpoints ();
c906108c 3236 if (info_verbose)
a3f17187 3237 printf_unfiltered (_("Overlay debugging disabled."));
c906108c
SS
3238}
3239
3240static void
fba45db2 3241overlay_load_command (char *args, int from_tty)
c906108c 3242{
e17c207e
UW
3243 struct gdbarch *gdbarch = get_current_arch ();
3244
3245 if (gdbarch_overlay_update_p (gdbarch))
3246 gdbarch_overlay_update (gdbarch, NULL);
c906108c 3247 else
8a3fe4f8 3248 error (_("This target does not know how to read its overlay state."));
c906108c
SS
3249}
3250
3251/* Function: overlay_command
c378eb4e 3252 A place-holder for a mis-typed command. */
c906108c 3253
c378eb4e 3254/* Command list chain containing all defined "overlay" subcommands. */
c906108c
SS
3255struct cmd_list_element *overlaylist;
3256
3257static void
fba45db2 3258overlay_command (char *args, int from_tty)
c906108c 3259{
c5aa993b 3260 printf_unfiltered
c906108c
SS
3261 ("\"overlay\" must be followed by the name of an overlay command.\n");
3262 help_list (overlaylist, "overlay ", -1, gdb_stdout);
3263}
3264
3265
3266/* Target Overlays for the "Simplest" overlay manager:
3267
5417f6dc
RM
3268 This is GDB's default target overlay layer. It works with the
3269 minimal overlay manager supplied as an example by Cygnus. The
1c772458 3270 entry point is via a function pointer "gdbarch_overlay_update",
5417f6dc 3271 so targets that use a different runtime overlay manager can
c906108c
SS
3272 substitute their own overlay_update function and take over the
3273 function pointer.
3274
3275 The overlay_update function pokes around in the target's data structures
3276 to see what overlays are mapped, and updates GDB's overlay mapping with
3277 this information.
3278
3279 In this simple implementation, the target data structures are as follows:
c5aa993b
JM
3280 unsigned _novlys; /# number of overlay sections #/
3281 unsigned _ovly_table[_novlys][4] = {
3282 {VMA, SIZE, LMA, MAPPED}, /# one entry per overlay section #/
3283 {..., ..., ..., ...},
3284 }
3285 unsigned _novly_regions; /# number of overlay regions #/
3286 unsigned _ovly_region_table[_novly_regions][3] = {
3287 {VMA, SIZE, MAPPED_TO_LMA}, /# one entry per overlay region #/
3288 {..., ..., ...},
3289 }
c906108c
SS
3290 These functions will attempt to update GDB's mappedness state in the
3291 symbol section table, based on the target's mappedness state.
3292
3293 To do this, we keep a cached copy of the target's _ovly_table, and
3294 attempt to detect when the cached copy is invalidated. The main
3295 entry point is "simple_overlay_update(SECT), which looks up SECT in
3296 the cached table and re-reads only the entry for that section from
c378eb4e 3297 the target (whenever possible). */
c906108c
SS
3298
3299/* Cached, dynamically allocated copies of the target data structures: */
c5aa993b 3300static unsigned (*cache_ovly_table)[4] = 0;
c5aa993b 3301static unsigned cache_novlys = 0;
c906108c 3302static CORE_ADDR cache_ovly_table_base = 0;
c5aa993b
JM
3303enum ovly_index
3304 {
3305 VMA, SIZE, LMA, MAPPED
3306 };
c906108c 3307
c378eb4e 3308/* Throw away the cached copy of _ovly_table. */
c906108c 3309static void
fba45db2 3310simple_free_overlay_table (void)
c906108c
SS
3311{
3312 if (cache_ovly_table)
b8c9b27d 3313 xfree (cache_ovly_table);
c5aa993b 3314 cache_novlys = 0;
c906108c
SS
3315 cache_ovly_table = NULL;
3316 cache_ovly_table_base = 0;
3317}
3318
9216df95 3319/* Read an array of ints of size SIZE from the target into a local buffer.
c378eb4e 3320 Convert to host order. int LEN is number of ints. */
c906108c 3321static void
9216df95 3322read_target_long_array (CORE_ADDR memaddr, unsigned int *myaddr,
e17a4113 3323 int len, int size, enum bfd_endian byte_order)
c906108c 3324{
c378eb4e 3325 /* FIXME (alloca): Not safe if array is very large. */
9216df95 3326 gdb_byte *buf = alloca (len * size);
c5aa993b 3327 int i;
c906108c 3328
9216df95 3329 read_memory (memaddr, buf, len * size);
c906108c 3330 for (i = 0; i < len; i++)
e17a4113 3331 myaddr[i] = extract_unsigned_integer (size * i + buf, size, byte_order);
c906108c
SS
3332}
3333
3334/* Find and grab a copy of the target _ovly_table
c378eb4e 3335 (and _novlys, which is needed for the table's size). */
c5aa993b 3336static int
fba45db2 3337simple_read_overlay_table (void)
c906108c 3338{
0d43edd1 3339 struct minimal_symbol *novlys_msym, *ovly_table_msym;
9216df95
UW
3340 struct gdbarch *gdbarch;
3341 int word_size;
e17a4113 3342 enum bfd_endian byte_order;
c906108c
SS
3343
3344 simple_free_overlay_table ();
9b27852e 3345 novlys_msym = lookup_minimal_symbol ("_novlys", NULL, NULL);
0d43edd1 3346 if (! novlys_msym)
c906108c 3347 {
8a3fe4f8 3348 error (_("Error reading inferior's overlay table: "
0d43edd1 3349 "couldn't find `_novlys' variable\n"
8a3fe4f8 3350 "in inferior. Use `overlay manual' mode."));
0d43edd1 3351 return 0;
c906108c 3352 }
0d43edd1 3353
9b27852e 3354 ovly_table_msym = lookup_minimal_symbol ("_ovly_table", NULL, NULL);
0d43edd1
JB
3355 if (! ovly_table_msym)
3356 {
8a3fe4f8 3357 error (_("Error reading inferior's overlay table: couldn't find "
0d43edd1 3358 "`_ovly_table' array\n"
8a3fe4f8 3359 "in inferior. Use `overlay manual' mode."));
0d43edd1
JB
3360 return 0;
3361 }
3362
9216df95
UW
3363 gdbarch = get_objfile_arch (msymbol_objfile (ovly_table_msym));
3364 word_size = gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT;
e17a4113 3365 byte_order = gdbarch_byte_order (gdbarch);
9216df95 3366
e17a4113
UW
3367 cache_novlys = read_memory_integer (SYMBOL_VALUE_ADDRESS (novlys_msym),
3368 4, byte_order);
0d43edd1
JB
3369 cache_ovly_table
3370 = (void *) xmalloc (cache_novlys * sizeof (*cache_ovly_table));
3371 cache_ovly_table_base = SYMBOL_VALUE_ADDRESS (ovly_table_msym);
3372 read_target_long_array (cache_ovly_table_base,
777ea8f1 3373 (unsigned int *) cache_ovly_table,
e17a4113 3374 cache_novlys * 4, word_size, byte_order);
0d43edd1 3375
c5aa993b 3376 return 1; /* SUCCESS */
c906108c
SS
3377}
3378
5417f6dc 3379/* Function: simple_overlay_update_1
c906108c
SS
3380 A helper function for simple_overlay_update. Assuming a cached copy
3381 of _ovly_table exists, look through it to find an entry whose vma,
3382 lma and size match those of OSECT. Re-read the entry and make sure
3383 it still matches OSECT (else the table may no longer be valid).
3384 Set OSECT's mapped state to match the entry. Return: 1 for
3385 success, 0 for failure. */
3386
3387static int
fba45db2 3388simple_overlay_update_1 (struct obj_section *osect)
c906108c
SS
3389{
3390 int i, size;
fbd35540
MS
3391 bfd *obfd = osect->objfile->obfd;
3392 asection *bsect = osect->the_bfd_section;
9216df95
UW
3393 struct gdbarch *gdbarch = get_objfile_arch (osect->objfile);
3394 int word_size = gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT;
e17a4113 3395 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
c906108c 3396
2c500098 3397 size = bfd_get_section_size (osect->the_bfd_section);
c906108c 3398 for (i = 0; i < cache_novlys; i++)
fbd35540
MS
3399 if (cache_ovly_table[i][VMA] == bfd_section_vma (obfd, bsect)
3400 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect)
3401 /* && cache_ovly_table[i][SIZE] == size */ )
c906108c 3402 {
9216df95
UW
3403 read_target_long_array (cache_ovly_table_base + i * word_size,
3404 (unsigned int *) cache_ovly_table[i],
e17a4113 3405 4, word_size, byte_order);
fbd35540
MS
3406 if (cache_ovly_table[i][VMA] == bfd_section_vma (obfd, bsect)
3407 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect)
3408 /* && cache_ovly_table[i][SIZE] == size */ )
c906108c
SS
3409 {
3410 osect->ovly_mapped = cache_ovly_table[i][MAPPED];
3411 return 1;
3412 }
c378eb4e 3413 else /* Warning! Warning! Target's ovly table has changed! */
c906108c
SS
3414 return 0;
3415 }
3416 return 0;
3417}
3418
3419/* Function: simple_overlay_update
5417f6dc
RM
3420 If OSECT is NULL, then update all sections' mapped state
3421 (after re-reading the entire target _ovly_table).
3422 If OSECT is non-NULL, then try to find a matching entry in the
c906108c 3423 cached ovly_table and update only OSECT's mapped state.
5417f6dc 3424 If a cached entry can't be found or the cache isn't valid, then
c906108c
SS
3425 re-read the entire cache, and go ahead and update all sections. */
3426
1c772458 3427void
fba45db2 3428simple_overlay_update (struct obj_section *osect)
c906108c 3429{
c5aa993b 3430 struct objfile *objfile;
c906108c 3431
c378eb4e 3432 /* Were we given an osect to look up? NULL means do all of them. */
c906108c 3433 if (osect)
c378eb4e 3434 /* Have we got a cached copy of the target's overlay table? */
c906108c 3435 if (cache_ovly_table != NULL)
c378eb4e 3436 /* Does its cached location match what's currently in the symtab? */
c5aa993b 3437 if (cache_ovly_table_base ==
3e43a32a
MS
3438 SYMBOL_VALUE_ADDRESS (lookup_minimal_symbol ("_ovly_table",
3439 NULL, NULL)))
c378eb4e
MS
3440 /* Then go ahead and try to look up this single section in the
3441 cache. */
c906108c 3442 if (simple_overlay_update_1 (osect))
c378eb4e 3443 /* Found it! We're done. */
c906108c
SS
3444 return;
3445
3446 /* Cached table no good: need to read the entire table anew.
3447 Or else we want all the sections, in which case it's actually
3448 more efficient to read the whole table in one block anyway. */
3449
0d43edd1
JB
3450 if (! simple_read_overlay_table ())
3451 return;
3452
c378eb4e 3453 /* Now may as well update all sections, even if only one was requested. */
c906108c 3454 ALL_OBJSECTIONS (objfile, osect)
714835d5 3455 if (section_is_overlay (osect))
c5aa993b
JM
3456 {
3457 int i, size;
fbd35540
MS
3458 bfd *obfd = osect->objfile->obfd;
3459 asection *bsect = osect->the_bfd_section;
c5aa993b 3460
2c500098 3461 size = bfd_get_section_size (bsect);
c5aa993b 3462 for (i = 0; i < cache_novlys; i++)
fbd35540
MS
3463 if (cache_ovly_table[i][VMA] == bfd_section_vma (obfd, bsect)
3464 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect)
3465 /* && cache_ovly_table[i][SIZE] == size */ )
c378eb4e 3466 { /* obj_section matches i'th entry in ovly_table. */
c5aa993b 3467 osect->ovly_mapped = cache_ovly_table[i][MAPPED];
c378eb4e 3468 break; /* finished with inner for loop: break out. */
c5aa993b
JM
3469 }
3470 }
c906108c
SS
3471}
3472
086df311
DJ
3473/* Set the output sections and output offsets for section SECTP in
3474 ABFD. The relocation code in BFD will read these offsets, so we
3475 need to be sure they're initialized. We map each section to itself,
3476 with no offset; this means that SECTP->vma will be honored. */
3477
3478static void
3479symfile_dummy_outputs (bfd *abfd, asection *sectp, void *dummy)
3480{
3481 sectp->output_section = sectp;
3482 sectp->output_offset = 0;
3483}
3484
ac8035ab
TG
3485/* Default implementation for sym_relocate. */
3486
3487
3488bfd_byte *
3489default_symfile_relocate (struct objfile *objfile, asection *sectp,
3490 bfd_byte *buf)
3491{
3492 bfd *abfd = objfile->obfd;
3493
3494 /* We're only interested in sections with relocation
3495 information. */
3496 if ((sectp->flags & SEC_RELOC) == 0)
3497 return NULL;
3498
3499 /* We will handle section offsets properly elsewhere, so relocate as if
3500 all sections begin at 0. */
3501 bfd_map_over_sections (abfd, symfile_dummy_outputs, NULL);
3502
3503 return bfd_simple_get_relocated_section_contents (abfd, sectp, buf, NULL);
3504}
3505
086df311
DJ
3506/* Relocate the contents of a debug section SECTP in ABFD. The
3507 contents are stored in BUF if it is non-NULL, or returned in a
3508 malloc'd buffer otherwise.
3509
3510 For some platforms and debug info formats, shared libraries contain
3511 relocations against the debug sections (particularly for DWARF-2;
3512 one affected platform is PowerPC GNU/Linux, although it depends on
3513 the version of the linker in use). Also, ELF object files naturally
3514 have unresolved relocations for their debug sections. We need to apply
065a2c74
PA
3515 the relocations in order to get the locations of symbols correct.
3516 Another example that may require relocation processing, is the
3517 DWARF-2 .eh_frame section in .o files, although it isn't strictly a
3518 debug section. */
086df311
DJ
3519
3520bfd_byte *
ac8035ab
TG
3521symfile_relocate_debug_section (struct objfile *objfile,
3522 asection *sectp, bfd_byte *buf)
086df311 3523{
ac8035ab 3524 gdb_assert (objfile->sf->sym_relocate);
086df311 3525
ac8035ab 3526 return (*objfile->sf->sym_relocate) (objfile, sectp, buf);
086df311 3527}
c906108c 3528
31d99776
DJ
3529struct symfile_segment_data *
3530get_symfile_segment_data (bfd *abfd)
3531{
00b5771c 3532 const struct sym_fns *sf = find_sym_fns (abfd);
31d99776
DJ
3533
3534 if (sf == NULL)
3535 return NULL;
3536
3537 return sf->sym_segments (abfd);
3538}
3539
3540void
3541free_symfile_segment_data (struct symfile_segment_data *data)
3542{
3543 xfree (data->segment_bases);
3544 xfree (data->segment_sizes);
3545 xfree (data->segment_info);
3546 xfree (data);
3547}
3548
28c32713
JB
3549
3550/* Given:
3551 - DATA, containing segment addresses from the object file ABFD, and
3552 the mapping from ABFD's sections onto the segments that own them,
3553 and
3554 - SEGMENT_BASES[0 .. NUM_SEGMENT_BASES - 1], holding the actual
3555 segment addresses reported by the target,
3556 store the appropriate offsets for each section in OFFSETS.
3557
3558 If there are fewer entries in SEGMENT_BASES than there are segments
3559 in DATA, then apply SEGMENT_BASES' last entry to all the segments.
3560
8d385431
DJ
3561 If there are more entries, then ignore the extra. The target may
3562 not be able to distinguish between an empty data segment and a
3563 missing data segment; a missing text segment is less plausible. */
31d99776
DJ
3564int
3565symfile_map_offsets_to_segments (bfd *abfd, struct symfile_segment_data *data,
3566 struct section_offsets *offsets,
3567 int num_segment_bases,
3568 const CORE_ADDR *segment_bases)
3569{
3570 int i;
3571 asection *sect;
3572
28c32713
JB
3573 /* It doesn't make sense to call this function unless you have some
3574 segment base addresses. */
202b96c1 3575 gdb_assert (num_segment_bases > 0);
28c32713 3576
31d99776
DJ
3577 /* If we do not have segment mappings for the object file, we
3578 can not relocate it by segments. */
3579 gdb_assert (data != NULL);
3580 gdb_assert (data->num_segments > 0);
3581
31d99776
DJ
3582 for (i = 0, sect = abfd->sections; sect != NULL; i++, sect = sect->next)
3583 {
31d99776
DJ
3584 int which = data->segment_info[i];
3585
28c32713
JB
3586 gdb_assert (0 <= which && which <= data->num_segments);
3587
3588 /* Don't bother computing offsets for sections that aren't
3589 loaded as part of any segment. */
3590 if (! which)
3591 continue;
3592
3593 /* Use the last SEGMENT_BASES entry as the address of any extra
3594 segments mentioned in DATA->segment_info. */
31d99776 3595 if (which > num_segment_bases)
28c32713 3596 which = num_segment_bases;
31d99776 3597
28c32713
JB
3598 offsets->offsets[i] = (segment_bases[which - 1]
3599 - data->segment_bases[which - 1]);
31d99776
DJ
3600 }
3601
3602 return 1;
3603}
3604
3605static void
3606symfile_find_segment_sections (struct objfile *objfile)
3607{
3608 bfd *abfd = objfile->obfd;
3609 int i;
3610 asection *sect;
3611 struct symfile_segment_data *data;
3612
3613 data = get_symfile_segment_data (objfile->obfd);
3614 if (data == NULL)
3615 return;
3616
3617 if (data->num_segments != 1 && data->num_segments != 2)
3618 {
3619 free_symfile_segment_data (data);
3620 return;
3621 }
3622
3623 for (i = 0, sect = abfd->sections; sect != NULL; i++, sect = sect->next)
3624 {
31d99776
DJ
3625 int which = data->segment_info[i];
3626
3627 if (which == 1)
3628 {
3629 if (objfile->sect_index_text == -1)
3630 objfile->sect_index_text = sect->index;
3631
3632 if (objfile->sect_index_rodata == -1)
3633 objfile->sect_index_rodata = sect->index;
3634 }
3635 else if (which == 2)
3636 {
3637 if (objfile->sect_index_data == -1)
3638 objfile->sect_index_data = sect->index;
3639
3640 if (objfile->sect_index_bss == -1)
3641 objfile->sect_index_bss = sect->index;
3642 }
3643 }
3644
3645 free_symfile_segment_data (data);
3646}
3647
c906108c 3648void
fba45db2 3649_initialize_symfile (void)
c906108c
SS
3650{
3651 struct cmd_list_element *c;
c5aa993b 3652
1a966eab
AC
3653 c = add_cmd ("symbol-file", class_files, symbol_file_command, _("\
3654Load symbol table from executable file FILE.\n\
c906108c 3655The `file' command can also load symbol tables, as well as setting the file\n\
1a966eab 3656to execute."), &cmdlist);
5ba2abeb 3657 set_cmd_completer (c, filename_completer);
c906108c 3658
1a966eab 3659 c = add_cmd ("add-symbol-file", class_files, add_symbol_file_command, _("\
5b96932b 3660Load symbols from FILE, assuming FILE has been dynamically loaded.\n\
3e43a32a
MS
3661Usage: add-symbol-file FILE ADDR [-s <SECT> <SECT_ADDR> -s <SECT> <SECT_ADDR>\
3662 ...]\nADDR is the starting address of the file's text.\n\
db162d44
EZ
3663The optional arguments are section-name section-address pairs and\n\
3664should be specified if the data and bss segments are not contiguous\n\
1a966eab 3665with the text. SECT is a section name to be loaded at SECT_ADDR."),
c906108c 3666 &cmdlist);
5ba2abeb 3667 set_cmd_completer (c, filename_completer);
c906108c 3668
1a966eab
AC
3669 c = add_cmd ("load", class_files, load_command, _("\
3670Dynamically load FILE into the running program, and record its symbols\n\
1986bccd
AS
3671for access from GDB.\n\
3672A load OFFSET may also be given."), &cmdlist);
5ba2abeb 3673 set_cmd_completer (c, filename_completer);
c906108c 3674
5bf193a2
AC
3675 add_setshow_boolean_cmd ("symbol-reloading", class_support,
3676 &symbol_reloading, _("\
3677Set dynamic symbol table reloading multiple times in one run."), _("\
3678Show dynamic symbol table reloading multiple times in one run."), NULL,
3679 NULL,
920d2a44 3680 show_symbol_reloading,
5bf193a2 3681 &setlist, &showlist);
c906108c 3682
c5aa993b 3683 add_prefix_cmd ("overlay", class_support, overlay_command,
1bedd215 3684 _("Commands for debugging overlays."), &overlaylist,
c906108c
SS
3685 "overlay ", 0, &cmdlist);
3686
3687 add_com_alias ("ovly", "overlay", class_alias, 1);
3688 add_com_alias ("ov", "overlay", class_alias, 1);
3689
c5aa993b 3690 add_cmd ("map-overlay", class_support, map_overlay_command,
1a966eab 3691 _("Assert that an overlay section is mapped."), &overlaylist);
c906108c 3692
c5aa993b 3693 add_cmd ("unmap-overlay", class_support, unmap_overlay_command,
1a966eab 3694 _("Assert that an overlay section is unmapped."), &overlaylist);
c906108c 3695
c5aa993b 3696 add_cmd ("list-overlays", class_support, list_overlays_command,
1a966eab 3697 _("List mappings of overlay sections."), &overlaylist);
c906108c 3698
c5aa993b 3699 add_cmd ("manual", class_support, overlay_manual_command,
1a966eab 3700 _("Enable overlay debugging."), &overlaylist);
c5aa993b 3701 add_cmd ("off", class_support, overlay_off_command,
1a966eab 3702 _("Disable overlay debugging."), &overlaylist);
c5aa993b 3703 add_cmd ("auto", class_support, overlay_auto_command,
1a966eab 3704 _("Enable automatic overlay debugging."), &overlaylist);
c5aa993b 3705 add_cmd ("load-target", class_support, overlay_load_command,
1a966eab 3706 _("Read the overlay mapping state from the target."), &overlaylist);
c906108c
SS
3707
3708 /* Filename extension to source language lookup table: */
3709 init_filename_language_table ();
26c41df3
AC
3710 add_setshow_string_noescape_cmd ("extension-language", class_files,
3711 &ext_args, _("\
3712Set mapping between filename extension and source language."), _("\
3713Show mapping between filename extension and source language."), _("\
3714Usage: set extension-language .foo bar"),
3715 set_ext_lang_command,
920d2a44 3716 show_ext_args,
26c41df3 3717 &setlist, &showlist);
c906108c 3718
c5aa993b 3719 add_info ("extensions", info_ext_lang_command,
1bedd215 3720 _("All filename extensions associated with a source language."));
917317f4 3721
525226b5
AC
3722 add_setshow_optional_filename_cmd ("debug-file-directory", class_support,
3723 &debug_file_directory, _("\
24ddea62
JK
3724Set the directories where separate debug symbols are searched for."), _("\
3725Show the directories where separate debug symbols are searched for."), _("\
525226b5
AC
3726Separate debug symbols are first searched for in the same\n\
3727directory as the binary, then in the `" DEBUG_SUBDIRECTORY "' subdirectory,\n\
3728and lastly at the path of the directory of the binary with\n\
24ddea62 3729each global debug-file-directory component prepended."),
525226b5 3730 NULL,
920d2a44 3731 show_debug_file_directory,
525226b5 3732 &setlist, &showlist);
c906108c 3733}
This page took 1.924552 seconds and 4 git commands to generate.