Support .dwp with the name of symlinked binary file
[external/binutils.git] / gdb / dwarf2read.c
1 /* DWARF 2 debugging format support for GDB.
2
3    Copyright (C) 1994-2013 Free Software Foundation, Inc.
4
5    Adapted by Gary Funck (gary@intrepid.com), Intrepid Technology,
6    Inc.  with support from Florida State University (under contract
7    with the Ada Joint Program Office), and Silicon Graphics, Inc.
8    Initial contribution by Brent Benson, Harris Computer Systems, Inc.,
9    based on Fred Fish's (Cygnus Support) implementation of DWARF 1
10    support.
11
12    This file is part of GDB.
13
14    This program is free software; you can redistribute it and/or modify
15    it under the terms of the GNU General Public License as published by
16    the Free Software Foundation; either version 3 of the License, or
17    (at your option) any later version.
18
19    This program is distributed in the hope that it will be useful,
20    but WITHOUT ANY WARRANTY; without even the implied warranty of
21    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22    GNU General Public License for more details.
23
24    You should have received a copy of the GNU General Public License
25    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
26
27 /* FIXME: Various die-reading functions need to be more careful with
28    reading off the end of the section.
29    E.g., load_partial_dies, read_partial_die.  */
30
31 #include "defs.h"
32 #include "bfd.h"
33 #include "elf-bfd.h"
34 #include "symtab.h"
35 #include "gdbtypes.h"
36 #include "objfiles.h"
37 #include "dwarf2.h"
38 #include "buildsym.h"
39 #include "demangle.h"
40 #include "gdb-demangle.h"
41 #include "expression.h"
42 #include "filenames.h"  /* for DOSish file names */
43 #include "macrotab.h"
44 #include "language.h"
45 #include "complaints.h"
46 #include "bcache.h"
47 #include "dwarf2expr.h"
48 #include "dwarf2loc.h"
49 #include "cp-support.h"
50 #include "hashtab.h"
51 #include "command.h"
52 #include "gdbcmd.h"
53 #include "block.h"
54 #include "addrmap.h"
55 #include "typeprint.h"
56 #include "jv-lang.h"
57 #include "psympriv.h"
58 #include "exceptions.h"
59 #include "gdb_stat.h"
60 #include "completer.h"
61 #include "vec.h"
62 #include "c-lang.h"
63 #include "go-lang.h"
64 #include "valprint.h"
65 #include "gdbcore.h" /* for gnutarget */
66 #include "gdb/gdb-index.h"
67 #include <ctype.h>
68 #include "gdb_bfd.h"
69 #include "f-lang.h"
70 #include "source.h"
71 #include "filestuff.h"
72
73 #include <fcntl.h>
74 #include "gdb_string.h"
75 #include "gdb_assert.h"
76 #include <sys/types.h>
77
78 typedef struct symbol *symbolp;
79 DEF_VEC_P (symbolp);
80
81 /* When non-zero, print basic high level tracing messages.
82    This is in contrast to the low level DIE reading of dwarf2_die_debug.  */
83 static int dwarf2_read_debug = 0;
84
85 /* When non-zero, dump DIEs after they are read in.  */
86 static unsigned int dwarf2_die_debug = 0;
87
88 /* When non-zero, cross-check physname against demangler.  */
89 static int check_physname = 0;
90
91 /* When non-zero, do not reject deprecated .gdb_index sections.  */
92 static int use_deprecated_index_sections = 0;
93
94 static const struct objfile_data *dwarf2_objfile_data_key;
95
96 /* The "aclass" indices for various kinds of computed DWARF symbols.  */
97
98 static int dwarf2_locexpr_index;
99 static int dwarf2_loclist_index;
100 static int dwarf2_locexpr_block_index;
101 static int dwarf2_loclist_block_index;
102
103 struct dwarf2_section_info
104 {
105   asection *asection;
106   const gdb_byte *buffer;
107   bfd_size_type size;
108   /* True if we have tried to read this section.  */
109   int readin;
110 };
111
112 typedef struct dwarf2_section_info dwarf2_section_info_def;
113 DEF_VEC_O (dwarf2_section_info_def);
114
115 /* All offsets in the index are of this type.  It must be
116    architecture-independent.  */
117 typedef uint32_t offset_type;
118
119 DEF_VEC_I (offset_type);
120
121 /* Ensure only legit values are used.  */
122 #define DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE(cu_index, value) \
123   do { \
124     gdb_assert ((unsigned int) (value) <= 1); \
125     GDB_INDEX_SYMBOL_STATIC_SET_VALUE((cu_index), (value)); \
126   } while (0)
127
128 /* Ensure only legit values are used.  */
129 #define DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE(cu_index, value) \
130   do { \
131     gdb_assert ((value) >= GDB_INDEX_SYMBOL_KIND_TYPE \
132                 && (value) <= GDB_INDEX_SYMBOL_KIND_OTHER); \
133     GDB_INDEX_SYMBOL_KIND_SET_VALUE((cu_index), (value)); \
134   } while (0)
135
136 /* Ensure we don't use more than the alloted nuber of bits for the CU.  */
137 #define DW2_GDB_INDEX_CU_SET_VALUE(cu_index, value) \
138   do { \
139     gdb_assert (((value) & ~GDB_INDEX_CU_MASK) == 0); \
140     GDB_INDEX_CU_SET_VALUE((cu_index), (value)); \
141   } while (0)
142
143 /* A description of the mapped index.  The file format is described in
144    a comment by the code that writes the index.  */
145 struct mapped_index
146 {
147   /* Index data format version.  */
148   int version;
149
150   /* The total length of the buffer.  */
151   off_t total_size;
152
153   /* A pointer to the address table data.  */
154   const gdb_byte *address_table;
155
156   /* Size of the address table data in bytes.  */
157   offset_type address_table_size;
158
159   /* The symbol table, implemented as a hash table.  */
160   const offset_type *symbol_table;
161
162   /* Size in slots, each slot is 2 offset_types.  */
163   offset_type symbol_table_slots;
164
165   /* A pointer to the constant pool.  */
166   const char *constant_pool;
167 };
168
169 typedef struct dwarf2_per_cu_data *dwarf2_per_cu_ptr;
170 DEF_VEC_P (dwarf2_per_cu_ptr);
171
172 /* Collection of data recorded per objfile.
173    This hangs off of dwarf2_objfile_data_key.  */
174
175 struct dwarf2_per_objfile
176 {
177   struct dwarf2_section_info info;
178   struct dwarf2_section_info abbrev;
179   struct dwarf2_section_info line;
180   struct dwarf2_section_info loc;
181   struct dwarf2_section_info macinfo;
182   struct dwarf2_section_info macro;
183   struct dwarf2_section_info str;
184   struct dwarf2_section_info ranges;
185   struct dwarf2_section_info addr;
186   struct dwarf2_section_info frame;
187   struct dwarf2_section_info eh_frame;
188   struct dwarf2_section_info gdb_index;
189
190   VEC (dwarf2_section_info_def) *types;
191
192   /* Back link.  */
193   struct objfile *objfile;
194
195   /* Table of all the compilation units.  This is used to locate
196      the target compilation unit of a particular reference.  */
197   struct dwarf2_per_cu_data **all_comp_units;
198
199   /* The number of compilation units in ALL_COMP_UNITS.  */
200   int n_comp_units;
201
202   /* The number of .debug_types-related CUs.  */
203   int n_type_units;
204
205   /* The .debug_types-related CUs (TUs).
206      This is stored in malloc space because we may realloc it.  */
207   struct signatured_type **all_type_units;
208
209   /* The number of entries in all_type_unit_groups.  */
210   int n_type_unit_groups;
211
212   /* Table of type unit groups.
213      This exists to make it easy to iterate over all CUs and TU groups.  */
214   struct type_unit_group **all_type_unit_groups;
215
216   /* Table of struct type_unit_group objects.
217      The hash key is the DW_AT_stmt_list value.  */
218   htab_t type_unit_groups;
219
220   /* A table mapping .debug_types signatures to its signatured_type entry.
221      This is NULL if the .debug_types section hasn't been read in yet.  */
222   htab_t signatured_types;
223
224   /* Type unit statistics, to see how well the scaling improvements
225      are doing.  */
226   struct tu_stats
227   {
228     int nr_uniq_abbrev_tables;
229     int nr_symtabs;
230     int nr_symtab_sharers;
231     int nr_stmt_less_type_units;
232   } tu_stats;
233
234   /* A chain of compilation units that are currently read in, so that
235      they can be freed later.  */
236   struct dwarf2_per_cu_data *read_in_chain;
237
238   /* A table mapping DW_AT_dwo_name values to struct dwo_file objects.
239      This is NULL if the table hasn't been allocated yet.  */
240   htab_t dwo_files;
241
242   /* Non-zero if we've check for whether there is a DWP file.  */
243   int dwp_checked;
244
245   /* The DWP file if there is one, or NULL.  */
246   struct dwp_file *dwp_file;
247
248   /* The shared '.dwz' file, if one exists.  This is used when the
249      original data was compressed using 'dwz -m'.  */
250   struct dwz_file *dwz_file;
251
252   /* A flag indicating wether this objfile has a section loaded at a
253      VMA of 0.  */
254   int has_section_at_zero;
255
256   /* True if we are using the mapped index,
257      or we are faking it for OBJF_READNOW's sake.  */
258   unsigned char using_index;
259
260   /* The mapped index, or NULL if .gdb_index is missing or not being used.  */
261   struct mapped_index *index_table;
262
263   /* When using index_table, this keeps track of all quick_file_names entries.
264      TUs typically share line table entries with a CU, so we maintain a
265      separate table of all line table entries to support the sharing.
266      Note that while there can be way more TUs than CUs, we've already
267      sorted all the TUs into "type unit groups", grouped by their
268      DW_AT_stmt_list value.  Therefore the only sharing done here is with a
269      CU and its associated TU group if there is one.  */
270   htab_t quick_file_names_table;
271
272   /* Set during partial symbol reading, to prevent queueing of full
273      symbols.  */
274   int reading_partial_symbols;
275
276   /* Table mapping type DIEs to their struct type *.
277      This is NULL if not allocated yet.
278      The mapping is done via (CU/TU + DIE offset) -> type.  */
279   htab_t die_type_hash;
280
281   /* The CUs we recently read.  */
282   VEC (dwarf2_per_cu_ptr) *just_read_cus;
283 };
284
285 static struct dwarf2_per_objfile *dwarf2_per_objfile;
286
287 /* Default names of the debugging sections.  */
288
289 /* Note that if the debugging section has been compressed, it might
290    have a name like .zdebug_info.  */
291
292 static const struct dwarf2_debug_sections dwarf2_elf_names =
293 {
294   { ".debug_info", ".zdebug_info" },
295   { ".debug_abbrev", ".zdebug_abbrev" },
296   { ".debug_line", ".zdebug_line" },
297   { ".debug_loc", ".zdebug_loc" },
298   { ".debug_macinfo", ".zdebug_macinfo" },
299   { ".debug_macro", ".zdebug_macro" },
300   { ".debug_str", ".zdebug_str" },
301   { ".debug_ranges", ".zdebug_ranges" },
302   { ".debug_types", ".zdebug_types" },
303   { ".debug_addr", ".zdebug_addr" },
304   { ".debug_frame", ".zdebug_frame" },
305   { ".eh_frame", NULL },
306   { ".gdb_index", ".zgdb_index" },
307   23
308 };
309
310 /* List of DWO/DWP sections.  */
311
312 static const struct dwop_section_names
313 {
314   struct dwarf2_section_names abbrev_dwo;
315   struct dwarf2_section_names info_dwo;
316   struct dwarf2_section_names line_dwo;
317   struct dwarf2_section_names loc_dwo;
318   struct dwarf2_section_names macinfo_dwo;
319   struct dwarf2_section_names macro_dwo;
320   struct dwarf2_section_names str_dwo;
321   struct dwarf2_section_names str_offsets_dwo;
322   struct dwarf2_section_names types_dwo;
323   struct dwarf2_section_names cu_index;
324   struct dwarf2_section_names tu_index;
325 }
326 dwop_section_names =
327 {
328   { ".debug_abbrev.dwo", ".zdebug_abbrev.dwo" },
329   { ".debug_info.dwo", ".zdebug_info.dwo" },
330   { ".debug_line.dwo", ".zdebug_line.dwo" },
331   { ".debug_loc.dwo", ".zdebug_loc.dwo" },
332   { ".debug_macinfo.dwo", ".zdebug_macinfo.dwo" },
333   { ".debug_macro.dwo", ".zdebug_macro.dwo" },
334   { ".debug_str.dwo", ".zdebug_str.dwo" },
335   { ".debug_str_offsets.dwo", ".zdebug_str_offsets.dwo" },
336   { ".debug_types.dwo", ".zdebug_types.dwo" },
337   { ".debug_cu_index", ".zdebug_cu_index" },
338   { ".debug_tu_index", ".zdebug_tu_index" },
339 };
340
341 /* local data types */
342
343 /* The data in a compilation unit header, after target2host
344    translation, looks like this.  */
345 struct comp_unit_head
346 {
347   unsigned int length;
348   short version;
349   unsigned char addr_size;
350   unsigned char signed_addr_p;
351   sect_offset abbrev_offset;
352
353   /* Size of file offsets; either 4 or 8.  */
354   unsigned int offset_size;
355
356   /* Size of the length field; either 4 or 12.  */
357   unsigned int initial_length_size;
358
359   /* Offset to the first byte of this compilation unit header in the
360      .debug_info section, for resolving relative reference dies.  */
361   sect_offset offset;
362
363   /* Offset to first die in this cu from the start of the cu.
364      This will be the first byte following the compilation unit header.  */
365   cu_offset first_die_offset;
366 };
367
368 /* Type used for delaying computation of method physnames.
369    See comments for compute_delayed_physnames.  */
370 struct delayed_method_info
371 {
372   /* The type to which the method is attached, i.e., its parent class.  */
373   struct type *type;
374
375   /* The index of the method in the type's function fieldlists.  */
376   int fnfield_index;
377
378   /* The index of the method in the fieldlist.  */
379   int index;
380
381   /* The name of the DIE.  */
382   const char *name;
383
384   /*  The DIE associated with this method.  */
385   struct die_info *die;
386 };
387
388 typedef struct delayed_method_info delayed_method_info;
389 DEF_VEC_O (delayed_method_info);
390
391 /* Internal state when decoding a particular compilation unit.  */
392 struct dwarf2_cu
393 {
394   /* The objfile containing this compilation unit.  */
395   struct objfile *objfile;
396
397   /* The header of the compilation unit.  */
398   struct comp_unit_head header;
399
400   /* Base address of this compilation unit.  */
401   CORE_ADDR base_address;
402
403   /* Non-zero if base_address has been set.  */
404   int base_known;
405
406   /* The language we are debugging.  */
407   enum language language;
408   const struct language_defn *language_defn;
409
410   const char *producer;
411
412   /* The generic symbol table building routines have separate lists for
413      file scope symbols and all all other scopes (local scopes).  So
414      we need to select the right one to pass to add_symbol_to_list().
415      We do it by keeping a pointer to the correct list in list_in_scope.
416
417      FIXME: The original dwarf code just treated the file scope as the
418      first local scope, and all other local scopes as nested local
419      scopes, and worked fine.  Check to see if we really need to
420      distinguish these in buildsym.c.  */
421   struct pending **list_in_scope;
422
423   /* The abbrev table for this CU.
424      Normally this points to the abbrev table in the objfile.
425      But if DWO_UNIT is non-NULL this is the abbrev table in the DWO file.  */
426   struct abbrev_table *abbrev_table;
427
428   /* Hash table holding all the loaded partial DIEs
429      with partial_die->offset.SECT_OFF as hash.  */
430   htab_t partial_dies;
431
432   /* Storage for things with the same lifetime as this read-in compilation
433      unit, including partial DIEs.  */
434   struct obstack comp_unit_obstack;
435
436   /* When multiple dwarf2_cu structures are living in memory, this field
437      chains them all together, so that they can be released efficiently.
438      We will probably also want a generation counter so that most-recently-used
439      compilation units are cached...  */
440   struct dwarf2_per_cu_data *read_in_chain;
441
442   /* Backlink to our per_cu entry.  */
443   struct dwarf2_per_cu_data *per_cu;
444
445   /* How many compilation units ago was this CU last referenced?  */
446   int last_used;
447
448   /* A hash table of DIE cu_offset for following references with
449      die_info->offset.sect_off as hash.  */
450   htab_t die_hash;
451
452   /* Full DIEs if read in.  */
453   struct die_info *dies;
454
455   /* A set of pointers to dwarf2_per_cu_data objects for compilation
456      units referenced by this one.  Only set during full symbol processing;
457      partial symbol tables do not have dependencies.  */
458   htab_t dependencies;
459
460   /* Header data from the line table, during full symbol processing.  */
461   struct line_header *line_header;
462
463   /* A list of methods which need to have physnames computed
464      after all type information has been read.  */
465   VEC (delayed_method_info) *method_list;
466
467   /* To be copied to symtab->call_site_htab.  */
468   htab_t call_site_htab;
469
470   /* Non-NULL if this CU came from a DWO file.
471      There is an invariant here that is important to remember:
472      Except for attributes copied from the top level DIE in the "main"
473      (or "stub") file in preparation for reading the DWO file
474      (e.g., DW_AT_GNU_addr_base), we KISS: there is only *one* CU.
475      Either there isn't a DWO file (in which case this is NULL and the point
476      is moot), or there is and either we're not going to read it (in which
477      case this is NULL) or there is and we are reading it (in which case this
478      is non-NULL).  */
479   struct dwo_unit *dwo_unit;
480
481   /* The DW_AT_addr_base attribute if present, zero otherwise
482      (zero is a valid value though).
483      Note this value comes from the stub CU/TU's DIE.  */
484   ULONGEST addr_base;
485
486   /* The DW_AT_ranges_base attribute if present, zero otherwise
487      (zero is a valid value though).
488      Note this value comes from the stub CU/TU's DIE.
489      Also note that the value is zero in the non-DWO case so this value can
490      be used without needing to know whether DWO files are in use or not.
491      N.B. This does not apply to DW_AT_ranges appearing in
492      DW_TAG_compile_unit dies.  This is a bit of a wart, consider if ever
493      DW_AT_ranges appeared in the DW_TAG_compile_unit of DWO DIEs: then
494      DW_AT_ranges_base *would* have to be applied, and we'd have to care
495      whether the DW_AT_ranges attribute came from the skeleton or DWO.  */
496   ULONGEST ranges_base;
497
498   /* Mark used when releasing cached dies.  */
499   unsigned int mark : 1;
500
501   /* This CU references .debug_loc.  See the symtab->locations_valid field.
502      This test is imperfect as there may exist optimized debug code not using
503      any location list and still facing inlining issues if handled as
504      unoptimized code.  For a future better test see GCC PR other/32998.  */
505   unsigned int has_loclist : 1;
506
507   /* These cache the results for producer_is_* fields.  CHECKED_PRODUCER is set
508      if all the producer_is_* fields are valid.  This information is cached
509      because profiling CU expansion showed excessive time spent in
510      producer_is_gxx_lt_4_6.  */
511   unsigned int checked_producer : 1;
512   unsigned int producer_is_gxx_lt_4_6 : 1;
513   unsigned int producer_is_gcc_lt_4_3 : 1;
514   unsigned int producer_is_icc : 1;
515
516   /* When set, the file that we're processing is known to have
517      debugging info for C++ namespaces.  GCC 3.3.x did not produce
518      this information, but later versions do.  */
519
520   unsigned int processing_has_namespace_info : 1;
521 };
522
523 /* Persistent data held for a compilation unit, even when not
524    processing it.  We put a pointer to this structure in the
525    read_symtab_private field of the psymtab.  */
526
527 struct dwarf2_per_cu_data
528 {
529   /* The start offset and length of this compilation unit.
530      NOTE: Unlike comp_unit_head.length, this length includes
531      initial_length_size.
532      If the DIE refers to a DWO file, this is always of the original die,
533      not the DWO file.  */
534   sect_offset offset;
535   unsigned int length;
536
537   /* Flag indicating this compilation unit will be read in before
538      any of the current compilation units are processed.  */
539   unsigned int queued : 1;
540
541   /* This flag will be set when reading partial DIEs if we need to load
542      absolutely all DIEs for this compilation unit, instead of just the ones
543      we think are interesting.  It gets set if we look for a DIE in the
544      hash table and don't find it.  */
545   unsigned int load_all_dies : 1;
546
547   /* Non-zero if this CU is from .debug_types.
548      Struct dwarf2_per_cu_data is contained in struct signatured_type iff
549      this is non-zero.  */
550   unsigned int is_debug_types : 1;
551
552   /* Non-zero if this CU is from the .dwz file.  */
553   unsigned int is_dwz : 1;
554
555   /* Non-zero if reading a TU directly from a DWO file, bypassing the stub.
556      This flag is only valid if is_debug_types is true.
557      We can't read a CU directly from a DWO file: There are required
558      attributes in the stub.  */
559   unsigned int reading_dwo_directly : 1;
560
561   /* Non-zero if the TU has been read.
562      This is used to assist the "Stay in DWO Optimization" for Fission:
563      When reading a DWO, it's faster to read TUs from the DWO instead of
564      fetching them from random other DWOs (due to comdat folding).
565      If the TU has already been read, the optimization is unnecessary
566      (and unwise - we don't want to change where gdb thinks the TU lives
567      "midflight").
568      This flag is only valid if is_debug_types is true.  */
569   unsigned int tu_read : 1;
570
571   /* The section this CU/TU lives in.
572      If the DIE refers to a DWO file, this is always the original die,
573      not the DWO file.  */
574   struct dwarf2_section_info *section;
575
576   /* Set to non-NULL iff this CU is currently loaded.  When it gets freed out
577      of the CU cache it gets reset to NULL again.  */
578   struct dwarf2_cu *cu;
579
580   /* The corresponding objfile.
581      Normally we can get the objfile from dwarf2_per_objfile.
582      However we can enter this file with just a "per_cu" handle.  */
583   struct objfile *objfile;
584
585   /* When using partial symbol tables, the 'psymtab' field is active.
586      Otherwise the 'quick' field is active.  */
587   union
588   {
589     /* The partial symbol table associated with this compilation unit,
590        or NULL for unread partial units.  */
591     struct partial_symtab *psymtab;
592
593     /* Data needed by the "quick" functions.  */
594     struct dwarf2_per_cu_quick_data *quick;
595   } v;
596
597   /* The CUs we import using DW_TAG_imported_unit.  This is filled in
598      while reading psymtabs, used to compute the psymtab dependencies,
599      and then cleared.  Then it is filled in again while reading full
600      symbols, and only deleted when the objfile is destroyed.
601
602      This is also used to work around a difference between the way gold
603      generates .gdb_index version <=7 and the way gdb does.  Arguably this
604      is a gold bug.  For symbols coming from TUs, gold records in the index
605      the CU that includes the TU instead of the TU itself.  This breaks
606      dw2_lookup_symbol: It assumes that if the index says symbol X lives
607      in CU/TU Y, then one need only expand Y and a subsequent lookup in Y
608      will find X.  Alas TUs live in their own symtab, so after expanding CU Y
609      we need to look in TU Z to find X.  Fortunately, this is akin to
610      DW_TAG_imported_unit, so we just use the same mechanism: For
611      .gdb_index version <=7 this also records the TUs that the CU referred
612      to.  Concurrently with this change gdb was modified to emit version 8
613      indices so we only pay a price for gold generated indices.
614      http://sourceware.org/bugzilla/show_bug.cgi?id=15021.  */
615   VEC (dwarf2_per_cu_ptr) *imported_symtabs;
616 };
617
618 /* Entry in the signatured_types hash table.  */
619
620 struct signatured_type
621 {
622   /* The "per_cu" object of this type.
623      This struct is used iff per_cu.is_debug_types.
624      N.B.: This is the first member so that it's easy to convert pointers
625      between them.  */
626   struct dwarf2_per_cu_data per_cu;
627
628   /* The type's signature.  */
629   ULONGEST signature;
630
631   /* Offset in the TU of the type's DIE, as read from the TU header.
632      If this TU is a DWO stub and the definition lives in a DWO file
633      (specified by DW_AT_GNU_dwo_name), this value is unusable.  */
634   cu_offset type_offset_in_tu;
635
636   /* Offset in the section of the type's DIE.
637      If the definition lives in a DWO file, this is the offset in the
638      .debug_types.dwo section.
639      The value is zero until the actual value is known.
640      Zero is otherwise not a valid section offset.  */
641   sect_offset type_offset_in_section;
642
643   /* Type units are grouped by their DW_AT_stmt_list entry so that they
644      can share them.  This points to the containing symtab.  */
645   struct type_unit_group *type_unit_group;
646
647   /* The type.
648      The first time we encounter this type we fully read it in and install it
649      in the symbol tables.  Subsequent times we only need the type.  */
650   struct type *type;
651
652   /* Containing DWO unit.
653      This field is valid iff per_cu.reading_dwo_directly.  */
654   struct dwo_unit *dwo_unit;
655 };
656
657 typedef struct signatured_type *sig_type_ptr;
658 DEF_VEC_P (sig_type_ptr);
659
660 /* A struct that can be used as a hash key for tables based on DW_AT_stmt_list.
661    This includes type_unit_group and quick_file_names.  */
662
663 struct stmt_list_hash
664 {
665   /* The DWO unit this table is from or NULL if there is none.  */
666   struct dwo_unit *dwo_unit;
667
668   /* Offset in .debug_line or .debug_line.dwo.  */
669   sect_offset line_offset;
670 };
671
672 /* Each element of dwarf2_per_objfile->type_unit_groups is a pointer to
673    an object of this type.  */
674
675 struct type_unit_group
676 {
677   /* dwarf2read.c's main "handle" on a TU symtab.
678      To simplify things we create an artificial CU that "includes" all the
679      type units using this stmt_list so that the rest of the code still has
680      a "per_cu" handle on the symtab.
681      This PER_CU is recognized by having no section.  */
682 #define IS_TYPE_UNIT_GROUP(per_cu) ((per_cu)->section == NULL)
683   struct dwarf2_per_cu_data per_cu;
684
685   /* The TUs that share this DW_AT_stmt_list entry.
686      This is added to while parsing type units to build partial symtabs,
687      and is deleted afterwards and not used again.  */
688   VEC (sig_type_ptr) *tus;
689
690   /* The primary symtab.
691      Type units in a group needn't all be defined in the same source file,
692      so we create an essentially anonymous symtab as the primary symtab.  */
693   struct symtab *primary_symtab;
694
695   /* The data used to construct the hash key.  */
696   struct stmt_list_hash hash;
697
698   /* The number of symtabs from the line header.
699      The value here must match line_header.num_file_names.  */
700   unsigned int num_symtabs;
701
702   /* The symbol tables for this TU (obtained from the files listed in
703      DW_AT_stmt_list).
704      WARNING: The order of entries here must match the order of entries
705      in the line header.  After the first TU using this type_unit_group, the
706      line header for the subsequent TUs is recreated from this.  This is done
707      because we need to use the same symtabs for each TU using the same
708      DW_AT_stmt_list value.  Also note that symtabs may be repeated here,
709      there's no guarantee the line header doesn't have duplicate entries.  */
710   struct symtab **symtabs;
711 };
712
713 /* These sections are what may appear in a DWO file.  */
714
715 struct dwo_sections
716 {
717   struct dwarf2_section_info abbrev;
718   struct dwarf2_section_info line;
719   struct dwarf2_section_info loc;
720   struct dwarf2_section_info macinfo;
721   struct dwarf2_section_info macro;
722   struct dwarf2_section_info str;
723   struct dwarf2_section_info str_offsets;
724   /* In the case of a virtual DWO file, these two are unused.  */
725   struct dwarf2_section_info info;
726   VEC (dwarf2_section_info_def) *types;
727 };
728
729 /* CUs/TUs in DWP/DWO files.  */
730
731 struct dwo_unit
732 {
733   /* Backlink to the containing struct dwo_file.  */
734   struct dwo_file *dwo_file;
735
736   /* The "id" that distinguishes this CU/TU.
737      .debug_info calls this "dwo_id", .debug_types calls this "signature".
738      Since signatures came first, we stick with it for consistency.  */
739   ULONGEST signature;
740
741   /* The section this CU/TU lives in, in the DWO file.  */
742   struct dwarf2_section_info *section;
743
744   /* Same as dwarf2_per_cu_data:{offset,length} but for the DWO section.  */
745   sect_offset offset;
746   unsigned int length;
747
748   /* For types, offset in the type's DIE of the type defined by this TU.  */
749   cu_offset type_offset_in_tu;
750 };
751
752 /* Data for one DWO file.
753    This includes virtual DWO files that have been packaged into a
754    DWP file.  */
755
756 struct dwo_file
757 {
758   /* The DW_AT_GNU_dwo_name attribute.
759      For virtual DWO files the name is constructed from the section offsets
760      of abbrev,line,loc,str_offsets so that we combine virtual DWO files
761      from related CU+TUs.  */
762   const char *dwo_name;
763
764   /* The DW_AT_comp_dir attribute.  */
765   const char *comp_dir;
766
767   /* The bfd, when the file is open.  Otherwise this is NULL.
768      This is unused(NULL) for virtual DWO files where we use dwp_file.dbfd.  */
769   bfd *dbfd;
770
771   /* Section info for this file.  */
772   struct dwo_sections sections;
773
774   /* The CU in the file.
775      We only support one because having more than one requires hacking the
776      dwo_name of each to match, which is highly unlikely to happen.
777      Doing this means all TUs can share comp_dir: We also assume that
778      DW_AT_comp_dir across all TUs in a DWO file will be identical.  */
779   struct dwo_unit *cu;
780
781   /* Table of TUs in the file.
782      Each element is a struct dwo_unit.  */
783   htab_t tus;
784 };
785
786 /* These sections are what may appear in a DWP file.  */
787
788 struct dwp_sections
789 {
790   struct dwarf2_section_info str;
791   struct dwarf2_section_info cu_index;
792   struct dwarf2_section_info tu_index;
793   /* The .debug_info.dwo, .debug_types.dwo, and other sections are referenced
794      by section number.  We don't need to record them here.  */
795 };
796
797 /* These sections are what may appear in a virtual DWO file.  */
798
799 struct virtual_dwo_sections
800 {
801   struct dwarf2_section_info abbrev;
802   struct dwarf2_section_info line;
803   struct dwarf2_section_info loc;
804   struct dwarf2_section_info macinfo;
805   struct dwarf2_section_info macro;
806   struct dwarf2_section_info str_offsets;
807   /* Each DWP hash table entry records one CU or one TU.
808      That is recorded here, and copied to dwo_unit.section.  */
809   struct dwarf2_section_info info_or_types;
810 };
811
812 /* Contents of DWP hash tables.  */
813
814 struct dwp_hash_table
815 {
816   uint32_t nr_units, nr_slots;
817   const gdb_byte *hash_table, *unit_table, *section_pool;
818 };
819
820 /* Data for one DWP file.  */
821
822 struct dwp_file
823 {
824   /* Name of the file.  */
825   const char *name;
826
827   /* The bfd.  */
828   bfd *dbfd;
829
830   /* Section info for this file.  */
831   struct dwp_sections sections;
832
833   /* Table of CUs in the file. */
834   const struct dwp_hash_table *cus;
835
836   /* Table of TUs in the file.  */
837   const struct dwp_hash_table *tus;
838
839   /* Table of loaded CUs/TUs.  Each entry is a struct dwo_unit *.  */
840   htab_t loaded_cutus;
841
842   /* Table to map ELF section numbers to their sections.  */
843   unsigned int num_sections;
844   asection **elf_sections;
845 };
846
847 /* This represents a '.dwz' file.  */
848
849 struct dwz_file
850 {
851   /* A dwz file can only contain a few sections.  */
852   struct dwarf2_section_info abbrev;
853   struct dwarf2_section_info info;
854   struct dwarf2_section_info str;
855   struct dwarf2_section_info line;
856   struct dwarf2_section_info macro;
857   struct dwarf2_section_info gdb_index;
858
859   /* The dwz's BFD.  */
860   bfd *dwz_bfd;
861 };
862
863 /* Struct used to pass misc. parameters to read_die_and_children, et
864    al.  which are used for both .debug_info and .debug_types dies.
865    All parameters here are unchanging for the life of the call.  This
866    struct exists to abstract away the constant parameters of die reading.  */
867
868 struct die_reader_specs
869 {
870   /* die_section->asection->owner.  */
871   bfd* abfd;
872
873   /* The CU of the DIE we are parsing.  */
874   struct dwarf2_cu *cu;
875
876   /* Non-NULL if reading a DWO file (including one packaged into a DWP).  */
877   struct dwo_file *dwo_file;
878
879   /* The section the die comes from.
880      This is either .debug_info or .debug_types, or the .dwo variants.  */
881   struct dwarf2_section_info *die_section;
882
883   /* die_section->buffer.  */
884   const gdb_byte *buffer;
885
886   /* The end of the buffer.  */
887   const gdb_byte *buffer_end;
888
889   /* The value of the DW_AT_comp_dir attribute.  */
890   const char *comp_dir;
891 };
892
893 /* Type of function passed to init_cutu_and_read_dies, et.al.  */
894 typedef void (die_reader_func_ftype) (const struct die_reader_specs *reader,
895                                       const gdb_byte *info_ptr,
896                                       struct die_info *comp_unit_die,
897                                       int has_children,
898                                       void *data);
899
900 /* The line number information for a compilation unit (found in the
901    .debug_line section) begins with a "statement program header",
902    which contains the following information.  */
903 struct line_header
904 {
905   unsigned int total_length;
906   unsigned short version;
907   unsigned int header_length;
908   unsigned char minimum_instruction_length;
909   unsigned char maximum_ops_per_instruction;
910   unsigned char default_is_stmt;
911   int line_base;
912   unsigned char line_range;
913   unsigned char opcode_base;
914
915   /* standard_opcode_lengths[i] is the number of operands for the
916      standard opcode whose value is i.  This means that
917      standard_opcode_lengths[0] is unused, and the last meaningful
918      element is standard_opcode_lengths[opcode_base - 1].  */
919   unsigned char *standard_opcode_lengths;
920
921   /* The include_directories table.  NOTE!  These strings are not
922      allocated with xmalloc; instead, they are pointers into
923      debug_line_buffer.  If you try to free them, `free' will get
924      indigestion.  */
925   unsigned int num_include_dirs, include_dirs_size;
926   const char **include_dirs;
927
928   /* The file_names table.  NOTE!  These strings are not allocated
929      with xmalloc; instead, they are pointers into debug_line_buffer.
930      Don't try to free them directly.  */
931   unsigned int num_file_names, file_names_size;
932   struct file_entry
933   {
934     const char *name;
935     unsigned int dir_index;
936     unsigned int mod_time;
937     unsigned int length;
938     int included_p; /* Non-zero if referenced by the Line Number Program.  */
939     struct symtab *symtab; /* The associated symbol table, if any.  */
940   } *file_names;
941
942   /* The start and end of the statement program following this
943      header.  These point into dwarf2_per_objfile->line_buffer.  */
944   const gdb_byte *statement_program_start, *statement_program_end;
945 };
946
947 /* When we construct a partial symbol table entry we only
948    need this much information.  */
949 struct partial_die_info
950   {
951     /* Offset of this DIE.  */
952     sect_offset offset;
953
954     /* DWARF-2 tag for this DIE.  */
955     ENUM_BITFIELD(dwarf_tag) tag : 16;
956
957     /* Assorted flags describing the data found in this DIE.  */
958     unsigned int has_children : 1;
959     unsigned int is_external : 1;
960     unsigned int is_declaration : 1;
961     unsigned int has_type : 1;
962     unsigned int has_specification : 1;
963     unsigned int has_pc_info : 1;
964     unsigned int may_be_inlined : 1;
965
966     /* Flag set if the SCOPE field of this structure has been
967        computed.  */
968     unsigned int scope_set : 1;
969
970     /* Flag set if the DIE has a byte_size attribute.  */
971     unsigned int has_byte_size : 1;
972
973     /* Flag set if any of the DIE's children are template arguments.  */
974     unsigned int has_template_arguments : 1;
975
976     /* Flag set if fixup_partial_die has been called on this die.  */
977     unsigned int fixup_called : 1;
978
979     /* Flag set if DW_TAG_imported_unit uses DW_FORM_GNU_ref_alt.  */
980     unsigned int is_dwz : 1;
981
982     /* Flag set if spec_offset uses DW_FORM_GNU_ref_alt.  */
983     unsigned int spec_is_dwz : 1;
984
985     /* The name of this DIE.  Normally the value of DW_AT_name, but
986        sometimes a default name for unnamed DIEs.  */
987     const char *name;
988
989     /* The linkage name, if present.  */
990     const char *linkage_name;
991
992     /* The scope to prepend to our children.  This is generally
993        allocated on the comp_unit_obstack, so will disappear
994        when this compilation unit leaves the cache.  */
995     const char *scope;
996
997     /* Some data associated with the partial DIE.  The tag determines
998        which field is live.  */
999     union
1000     {
1001       /* The location description associated with this DIE, if any.  */
1002       struct dwarf_block *locdesc;
1003       /* The offset of an import, for DW_TAG_imported_unit.  */
1004       sect_offset offset;
1005     } d;
1006
1007     /* If HAS_PC_INFO, the PC range associated with this DIE.  */
1008     CORE_ADDR lowpc;
1009     CORE_ADDR highpc;
1010
1011     /* Pointer into the info_buffer (or types_buffer) pointing at the target of
1012        DW_AT_sibling, if any.  */
1013     /* NOTE: This member isn't strictly necessary, read_partial_die could
1014        return DW_AT_sibling values to its caller load_partial_dies.  */
1015     const gdb_byte *sibling;
1016
1017     /* If HAS_SPECIFICATION, the offset of the DIE referred to by
1018        DW_AT_specification (or DW_AT_abstract_origin or
1019        DW_AT_extension).  */
1020     sect_offset spec_offset;
1021
1022     /* Pointers to this DIE's parent, first child, and next sibling,
1023        if any.  */
1024     struct partial_die_info *die_parent, *die_child, *die_sibling;
1025   };
1026
1027 /* This data structure holds the information of an abbrev.  */
1028 struct abbrev_info
1029   {
1030     unsigned int number;        /* number identifying abbrev */
1031     enum dwarf_tag tag;         /* dwarf tag */
1032     unsigned short has_children;                /* boolean */
1033     unsigned short num_attrs;   /* number of attributes */
1034     struct attr_abbrev *attrs;  /* an array of attribute descriptions */
1035     struct abbrev_info *next;   /* next in chain */
1036   };
1037
1038 struct attr_abbrev
1039   {
1040     ENUM_BITFIELD(dwarf_attribute) name : 16;
1041     ENUM_BITFIELD(dwarf_form) form : 16;
1042   };
1043
1044 /* Size of abbrev_table.abbrev_hash_table.  */
1045 #define ABBREV_HASH_SIZE 121
1046
1047 /* Top level data structure to contain an abbreviation table.  */
1048
1049 struct abbrev_table
1050 {
1051   /* Where the abbrev table came from.
1052      This is used as a sanity check when the table is used.  */
1053   sect_offset offset;
1054
1055   /* Storage for the abbrev table.  */
1056   struct obstack abbrev_obstack;
1057
1058   /* Hash table of abbrevs.
1059      This is an array of size ABBREV_HASH_SIZE allocated in abbrev_obstack.
1060      It could be statically allocated, but the previous code didn't so we
1061      don't either.  */
1062   struct abbrev_info **abbrevs;
1063 };
1064
1065 /* Attributes have a name and a value.  */
1066 struct attribute
1067   {
1068     ENUM_BITFIELD(dwarf_attribute) name : 16;
1069     ENUM_BITFIELD(dwarf_form) form : 15;
1070
1071     /* Has DW_STRING already been updated by dwarf2_canonicalize_name?  This
1072        field should be in u.str (existing only for DW_STRING) but it is kept
1073        here for better struct attribute alignment.  */
1074     unsigned int string_is_canonical : 1;
1075
1076     union
1077       {
1078         const char *str;
1079         struct dwarf_block *blk;
1080         ULONGEST unsnd;
1081         LONGEST snd;
1082         CORE_ADDR addr;
1083         ULONGEST signature;
1084       }
1085     u;
1086   };
1087
1088 /* This data structure holds a complete die structure.  */
1089 struct die_info
1090   {
1091     /* DWARF-2 tag for this DIE.  */
1092     ENUM_BITFIELD(dwarf_tag) tag : 16;
1093
1094     /* Number of attributes */
1095     unsigned char num_attrs;
1096
1097     /* True if we're presently building the full type name for the
1098        type derived from this DIE.  */
1099     unsigned char building_fullname : 1;
1100
1101     /* Abbrev number */
1102     unsigned int abbrev;
1103
1104     /* Offset in .debug_info or .debug_types section.  */
1105     sect_offset offset;
1106
1107     /* The dies in a compilation unit form an n-ary tree.  PARENT
1108        points to this die's parent; CHILD points to the first child of
1109        this node; and all the children of a given node are chained
1110        together via their SIBLING fields.  */
1111     struct die_info *child;     /* Its first child, if any.  */
1112     struct die_info *sibling;   /* Its next sibling, if any.  */
1113     struct die_info *parent;    /* Its parent, if any.  */
1114
1115     /* An array of attributes, with NUM_ATTRS elements.  There may be
1116        zero, but it's not common and zero-sized arrays are not
1117        sufficiently portable C.  */
1118     struct attribute attrs[1];
1119   };
1120
1121 /* Get at parts of an attribute structure.  */
1122
1123 #define DW_STRING(attr)    ((attr)->u.str)
1124 #define DW_STRING_IS_CANONICAL(attr) ((attr)->string_is_canonical)
1125 #define DW_UNSND(attr)     ((attr)->u.unsnd)
1126 #define DW_BLOCK(attr)     ((attr)->u.blk)
1127 #define DW_SND(attr)       ((attr)->u.snd)
1128 #define DW_ADDR(attr)      ((attr)->u.addr)
1129 #define DW_SIGNATURE(attr) ((attr)->u.signature)
1130
1131 /* Blocks are a bunch of untyped bytes.  */
1132 struct dwarf_block
1133   {
1134     size_t size;
1135
1136     /* Valid only if SIZE is not zero.  */
1137     const gdb_byte *data;
1138   };
1139
1140 #ifndef ATTR_ALLOC_CHUNK
1141 #define ATTR_ALLOC_CHUNK 4
1142 #endif
1143
1144 /* Allocate fields for structs, unions and enums in this size.  */
1145 #ifndef DW_FIELD_ALLOC_CHUNK
1146 #define DW_FIELD_ALLOC_CHUNK 4
1147 #endif
1148
1149 /* FIXME: We might want to set this from BFD via bfd_arch_bits_per_byte,
1150    but this would require a corresponding change in unpack_field_as_long
1151    and friends.  */
1152 static int bits_per_byte = 8;
1153
1154 /* The routines that read and process dies for a C struct or C++ class
1155    pass lists of data member fields and lists of member function fields
1156    in an instance of a field_info structure, as defined below.  */
1157 struct field_info
1158   {
1159     /* List of data member and baseclasses fields.  */
1160     struct nextfield
1161       {
1162         struct nextfield *next;
1163         int accessibility;
1164         int virtuality;
1165         struct field field;
1166       }
1167      *fields, *baseclasses;
1168
1169     /* Number of fields (including baseclasses).  */
1170     int nfields;
1171
1172     /* Number of baseclasses.  */
1173     int nbaseclasses;
1174
1175     /* Set if the accesibility of one of the fields is not public.  */
1176     int non_public_fields;
1177
1178     /* Member function fields array, entries are allocated in the order they
1179        are encountered in the object file.  */
1180     struct nextfnfield
1181       {
1182         struct nextfnfield *next;
1183         struct fn_field fnfield;
1184       }
1185      *fnfields;
1186
1187     /* Member function fieldlist array, contains name of possibly overloaded
1188        member function, number of overloaded member functions and a pointer
1189        to the head of the member function field chain.  */
1190     struct fnfieldlist
1191       {
1192         const char *name;
1193         int length;
1194         struct nextfnfield *head;
1195       }
1196      *fnfieldlists;
1197
1198     /* Number of entries in the fnfieldlists array.  */
1199     int nfnfields;
1200
1201     /* typedefs defined inside this class.  TYPEDEF_FIELD_LIST contains head of
1202        a NULL terminated list of TYPEDEF_FIELD_LIST_COUNT elements.  */
1203     struct typedef_field_list
1204       {
1205         struct typedef_field field;
1206         struct typedef_field_list *next;
1207       }
1208     *typedef_field_list;
1209     unsigned typedef_field_list_count;
1210   };
1211
1212 /* One item on the queue of compilation units to read in full symbols
1213    for.  */
1214 struct dwarf2_queue_item
1215 {
1216   struct dwarf2_per_cu_data *per_cu;
1217   enum language pretend_language;
1218   struct dwarf2_queue_item *next;
1219 };
1220
1221 /* The current queue.  */
1222 static struct dwarf2_queue_item *dwarf2_queue, *dwarf2_queue_tail;
1223
1224 /* Loaded secondary compilation units are kept in memory until they
1225    have not been referenced for the processing of this many
1226    compilation units.  Set this to zero to disable caching.  Cache
1227    sizes of up to at least twenty will improve startup time for
1228    typical inter-CU-reference binaries, at an obvious memory cost.  */
1229 static int dwarf2_max_cache_age = 5;
1230 static void
1231 show_dwarf2_max_cache_age (struct ui_file *file, int from_tty,
1232                            struct cmd_list_element *c, const char *value)
1233 {
1234   fprintf_filtered (file, _("The upper bound on the age of cached "
1235                             "dwarf2 compilation units is %s.\n"),
1236                     value);
1237 }
1238 \f
1239 /* local function prototypes */
1240
1241 static void dwarf2_locate_sections (bfd *, asection *, void *);
1242
1243 static void dwarf2_find_base_address (struct die_info *die,
1244                                       struct dwarf2_cu *cu);
1245
1246 static struct partial_symtab *create_partial_symtab
1247   (struct dwarf2_per_cu_data *per_cu, const char *name);
1248
1249 static void dwarf2_build_psymtabs_hard (struct objfile *);
1250
1251 static void scan_partial_symbols (struct partial_die_info *,
1252                                   CORE_ADDR *, CORE_ADDR *,
1253                                   int, struct dwarf2_cu *);
1254
1255 static void add_partial_symbol (struct partial_die_info *,
1256                                 struct dwarf2_cu *);
1257
1258 static void add_partial_namespace (struct partial_die_info *pdi,
1259                                    CORE_ADDR *lowpc, CORE_ADDR *highpc,
1260                                    int need_pc, struct dwarf2_cu *cu);
1261
1262 static void add_partial_module (struct partial_die_info *pdi, CORE_ADDR *lowpc,
1263                                 CORE_ADDR *highpc, int need_pc,
1264                                 struct dwarf2_cu *cu);
1265
1266 static void add_partial_enumeration (struct partial_die_info *enum_pdi,
1267                                      struct dwarf2_cu *cu);
1268
1269 static void add_partial_subprogram (struct partial_die_info *pdi,
1270                                     CORE_ADDR *lowpc, CORE_ADDR *highpc,
1271                                     int need_pc, struct dwarf2_cu *cu);
1272
1273 static void dwarf2_read_symtab (struct partial_symtab *,
1274                                 struct objfile *);
1275
1276 static void psymtab_to_symtab_1 (struct partial_symtab *);
1277
1278 static struct abbrev_info *abbrev_table_lookup_abbrev
1279   (const struct abbrev_table *, unsigned int);
1280
1281 static struct abbrev_table *abbrev_table_read_table
1282   (struct dwarf2_section_info *, sect_offset);
1283
1284 static void abbrev_table_free (struct abbrev_table *);
1285
1286 static void abbrev_table_free_cleanup (void *);
1287
1288 static void dwarf2_read_abbrevs (struct dwarf2_cu *,
1289                                  struct dwarf2_section_info *);
1290
1291 static void dwarf2_free_abbrev_table (void *);
1292
1293 static unsigned int peek_abbrev_code (bfd *, const gdb_byte *);
1294
1295 static struct partial_die_info *load_partial_dies
1296   (const struct die_reader_specs *, const gdb_byte *, int);
1297
1298 static const gdb_byte *read_partial_die (const struct die_reader_specs *,
1299                                          struct partial_die_info *,
1300                                          struct abbrev_info *,
1301                                          unsigned int,
1302                                          const gdb_byte *);
1303
1304 static struct partial_die_info *find_partial_die (sect_offset, int,
1305                                                   struct dwarf2_cu *);
1306
1307 static void fixup_partial_die (struct partial_die_info *,
1308                                struct dwarf2_cu *);
1309
1310 static const gdb_byte *read_attribute (const struct die_reader_specs *,
1311                                        struct attribute *, struct attr_abbrev *,
1312                                        const gdb_byte *);
1313
1314 static unsigned int read_1_byte (bfd *, const gdb_byte *);
1315
1316 static int read_1_signed_byte (bfd *, const gdb_byte *);
1317
1318 static unsigned int read_2_bytes (bfd *, const gdb_byte *);
1319
1320 static unsigned int read_4_bytes (bfd *, const gdb_byte *);
1321
1322 static ULONGEST read_8_bytes (bfd *, const gdb_byte *);
1323
1324 static CORE_ADDR read_address (bfd *, const gdb_byte *ptr, struct dwarf2_cu *,
1325                                unsigned int *);
1326
1327 static LONGEST read_initial_length (bfd *, const gdb_byte *, unsigned int *);
1328
1329 static LONGEST read_checked_initial_length_and_offset
1330   (bfd *, const gdb_byte *, const struct comp_unit_head *,
1331    unsigned int *, unsigned int *);
1332
1333 static LONGEST read_offset (bfd *, const gdb_byte *,
1334                             const struct comp_unit_head *,
1335                             unsigned int *);
1336
1337 static LONGEST read_offset_1 (bfd *, const gdb_byte *, unsigned int);
1338
1339 static sect_offset read_abbrev_offset (struct dwarf2_section_info *,
1340                                        sect_offset);
1341
1342 static const gdb_byte *read_n_bytes (bfd *, const gdb_byte *, unsigned int);
1343
1344 static const char *read_direct_string (bfd *, const gdb_byte *, unsigned int *);
1345
1346 static const char *read_indirect_string (bfd *, const gdb_byte *,
1347                                          const struct comp_unit_head *,
1348                                          unsigned int *);
1349
1350 static const char *read_indirect_string_from_dwz (struct dwz_file *, LONGEST);
1351
1352 static ULONGEST read_unsigned_leb128 (bfd *, const gdb_byte *, unsigned int *);
1353
1354 static LONGEST read_signed_leb128 (bfd *, const gdb_byte *, unsigned int *);
1355
1356 static CORE_ADDR read_addr_index_from_leb128 (struct dwarf2_cu *,
1357                                               const gdb_byte *,
1358                                               unsigned int *);
1359
1360 static const char *read_str_index (const struct die_reader_specs *reader,
1361                                    struct dwarf2_cu *cu, ULONGEST str_index);
1362
1363 static void set_cu_language (unsigned int, struct dwarf2_cu *);
1364
1365 static struct attribute *dwarf2_attr (struct die_info *, unsigned int,
1366                                       struct dwarf2_cu *);
1367
1368 static struct attribute *dwarf2_attr_no_follow (struct die_info *,
1369                                                 unsigned int);
1370
1371 static int dwarf2_flag_true_p (struct die_info *die, unsigned name,
1372                                struct dwarf2_cu *cu);
1373
1374 static int die_is_declaration (struct die_info *, struct dwarf2_cu *cu);
1375
1376 static struct die_info *die_specification (struct die_info *die,
1377                                            struct dwarf2_cu **);
1378
1379 static void free_line_header (struct line_header *lh);
1380
1381 static struct line_header *dwarf_decode_line_header (unsigned int offset,
1382                                                      struct dwarf2_cu *cu);
1383
1384 static void dwarf_decode_lines (struct line_header *, const char *,
1385                                 struct dwarf2_cu *, struct partial_symtab *,
1386                                 int);
1387
1388 static void dwarf2_start_subfile (const char *, const char *, const char *);
1389
1390 static void dwarf2_start_symtab (struct dwarf2_cu *,
1391                                  const char *, const char *, CORE_ADDR);
1392
1393 static struct symbol *new_symbol (struct die_info *, struct type *,
1394                                   struct dwarf2_cu *);
1395
1396 static struct symbol *new_symbol_full (struct die_info *, struct type *,
1397                                        struct dwarf2_cu *, struct symbol *);
1398
1399 static void dwarf2_const_value (const struct attribute *, struct symbol *,
1400                                 struct dwarf2_cu *);
1401
1402 static void dwarf2_const_value_attr (const struct attribute *attr,
1403                                      struct type *type,
1404                                      const char *name,
1405                                      struct obstack *obstack,
1406                                      struct dwarf2_cu *cu, LONGEST *value,
1407                                      const gdb_byte **bytes,
1408                                      struct dwarf2_locexpr_baton **baton);
1409
1410 static struct type *die_type (struct die_info *, struct dwarf2_cu *);
1411
1412 static int need_gnat_info (struct dwarf2_cu *);
1413
1414 static struct type *die_descriptive_type (struct die_info *,
1415                                           struct dwarf2_cu *);
1416
1417 static void set_descriptive_type (struct type *, struct die_info *,
1418                                   struct dwarf2_cu *);
1419
1420 static struct type *die_containing_type (struct die_info *,
1421                                          struct dwarf2_cu *);
1422
1423 static struct type *lookup_die_type (struct die_info *, const struct attribute *,
1424                                      struct dwarf2_cu *);
1425
1426 static struct type *read_type_die (struct die_info *, struct dwarf2_cu *);
1427
1428 static struct type *read_type_die_1 (struct die_info *, struct dwarf2_cu *);
1429
1430 static const char *determine_prefix (struct die_info *die, struct dwarf2_cu *);
1431
1432 static char *typename_concat (struct obstack *obs, const char *prefix,
1433                               const char *suffix, int physname,
1434                               struct dwarf2_cu *cu);
1435
1436 static void read_file_scope (struct die_info *, struct dwarf2_cu *);
1437
1438 static void read_type_unit_scope (struct die_info *, struct dwarf2_cu *);
1439
1440 static void read_func_scope (struct die_info *, struct dwarf2_cu *);
1441
1442 static void read_lexical_block_scope (struct die_info *, struct dwarf2_cu *);
1443
1444 static void read_call_site_scope (struct die_info *die, struct dwarf2_cu *cu);
1445
1446 static int dwarf2_ranges_read (unsigned, CORE_ADDR *, CORE_ADDR *,
1447                                struct dwarf2_cu *, struct partial_symtab *);
1448
1449 static int dwarf2_get_pc_bounds (struct die_info *,
1450                                  CORE_ADDR *, CORE_ADDR *, struct dwarf2_cu *,
1451                                  struct partial_symtab *);
1452
1453 static void get_scope_pc_bounds (struct die_info *,
1454                                  CORE_ADDR *, CORE_ADDR *,
1455                                  struct dwarf2_cu *);
1456
1457 static void dwarf2_record_block_ranges (struct die_info *, struct block *,
1458                                         CORE_ADDR, struct dwarf2_cu *);
1459
1460 static void dwarf2_add_field (struct field_info *, struct die_info *,
1461                               struct dwarf2_cu *);
1462
1463 static void dwarf2_attach_fields_to_type (struct field_info *,
1464                                           struct type *, struct dwarf2_cu *);
1465
1466 static void dwarf2_add_member_fn (struct field_info *,
1467                                   struct die_info *, struct type *,
1468                                   struct dwarf2_cu *);
1469
1470 static void dwarf2_attach_fn_fields_to_type (struct field_info *,
1471                                              struct type *,
1472                                              struct dwarf2_cu *);
1473
1474 static void process_structure_scope (struct die_info *, struct dwarf2_cu *);
1475
1476 static void read_common_block (struct die_info *, struct dwarf2_cu *);
1477
1478 static void read_namespace (struct die_info *die, struct dwarf2_cu *);
1479
1480 static void read_module (struct die_info *die, struct dwarf2_cu *cu);
1481
1482 static void read_import_statement (struct die_info *die, struct dwarf2_cu *);
1483
1484 static struct type *read_module_type (struct die_info *die,
1485                                       struct dwarf2_cu *cu);
1486
1487 static const char *namespace_name (struct die_info *die,
1488                                    int *is_anonymous, struct dwarf2_cu *);
1489
1490 static void process_enumeration_scope (struct die_info *, struct dwarf2_cu *);
1491
1492 static CORE_ADDR decode_locdesc (struct dwarf_block *, struct dwarf2_cu *);
1493
1494 static enum dwarf_array_dim_ordering read_array_order (struct die_info *,
1495                                                        struct dwarf2_cu *);
1496
1497 static struct die_info *read_die_and_siblings_1
1498   (const struct die_reader_specs *, const gdb_byte *, const gdb_byte **,
1499    struct die_info *);
1500
1501 static struct die_info *read_die_and_siblings (const struct die_reader_specs *,
1502                                                const gdb_byte *info_ptr,
1503                                                const gdb_byte **new_info_ptr,
1504                                                struct die_info *parent);
1505
1506 static const gdb_byte *read_full_die_1 (const struct die_reader_specs *,
1507                                         struct die_info **, const gdb_byte *,
1508                                         int *, int);
1509
1510 static const gdb_byte *read_full_die (const struct die_reader_specs *,
1511                                       struct die_info **, const gdb_byte *,
1512                                       int *);
1513
1514 static void process_die (struct die_info *, struct dwarf2_cu *);
1515
1516 static const char *dwarf2_canonicalize_name (const char *, struct dwarf2_cu *,
1517                                              struct obstack *);
1518
1519 static const char *dwarf2_name (struct die_info *die, struct dwarf2_cu *);
1520
1521 static const char *dwarf2_full_name (const char *name,
1522                                      struct die_info *die,
1523                                      struct dwarf2_cu *cu);
1524
1525 static const char *dwarf2_physname (const char *name, struct die_info *die,
1526                                     struct dwarf2_cu *cu);
1527
1528 static struct die_info *dwarf2_extension (struct die_info *die,
1529                                           struct dwarf2_cu **);
1530
1531 static const char *dwarf_tag_name (unsigned int);
1532
1533 static const char *dwarf_attr_name (unsigned int);
1534
1535 static const char *dwarf_form_name (unsigned int);
1536
1537 static char *dwarf_bool_name (unsigned int);
1538
1539 static const char *dwarf_type_encoding_name (unsigned int);
1540
1541 static struct die_info *sibling_die (struct die_info *);
1542
1543 static void dump_die_shallow (struct ui_file *, int indent, struct die_info *);
1544
1545 static void dump_die_for_error (struct die_info *);
1546
1547 static void dump_die_1 (struct ui_file *, int level, int max_level,
1548                         struct die_info *);
1549
1550 /*static*/ void dump_die (struct die_info *, int max_level);
1551
1552 static void store_in_ref_table (struct die_info *,
1553                                 struct dwarf2_cu *);
1554
1555 static sect_offset dwarf2_get_ref_die_offset (const struct attribute *);
1556
1557 static LONGEST dwarf2_get_attr_constant_value (const struct attribute *, int);
1558
1559 static struct die_info *follow_die_ref_or_sig (struct die_info *,
1560                                                const struct attribute *,
1561                                                struct dwarf2_cu **);
1562
1563 static struct die_info *follow_die_ref (struct die_info *,
1564                                         const struct attribute *,
1565                                         struct dwarf2_cu **);
1566
1567 static struct die_info *follow_die_sig (struct die_info *,
1568                                         const struct attribute *,
1569                                         struct dwarf2_cu **);
1570
1571 static struct type *get_signatured_type (struct die_info *, ULONGEST,
1572                                          struct dwarf2_cu *);
1573
1574 static struct type *get_DW_AT_signature_type (struct die_info *,
1575                                               const struct attribute *,
1576                                               struct dwarf2_cu *);
1577
1578 static void load_full_type_unit (struct dwarf2_per_cu_data *per_cu);
1579
1580 static void read_signatured_type (struct signatured_type *);
1581
1582 static struct type_unit_group *get_type_unit_group
1583     (struct dwarf2_cu *, const struct attribute *);
1584
1585 static void build_type_unit_groups (die_reader_func_ftype *, void *);
1586
1587 /* memory allocation interface */
1588
1589 static struct dwarf_block *dwarf_alloc_block (struct dwarf2_cu *);
1590
1591 static struct die_info *dwarf_alloc_die (struct dwarf2_cu *, int);
1592
1593 static void dwarf_decode_macros (struct dwarf2_cu *, unsigned int,
1594                                  const char *, int);
1595
1596 static int attr_form_is_block (const struct attribute *);
1597
1598 static int attr_form_is_section_offset (const struct attribute *);
1599
1600 static int attr_form_is_constant (const struct attribute *);
1601
1602 static int attr_form_is_ref (const struct attribute *);
1603
1604 static void fill_in_loclist_baton (struct dwarf2_cu *cu,
1605                                    struct dwarf2_loclist_baton *baton,
1606                                    const struct attribute *attr);
1607
1608 static void dwarf2_symbol_mark_computed (const struct attribute *attr,
1609                                          struct symbol *sym,
1610                                          struct dwarf2_cu *cu,
1611                                          int is_block);
1612
1613 static const gdb_byte *skip_one_die (const struct die_reader_specs *reader,
1614                                      const gdb_byte *info_ptr,
1615                                      struct abbrev_info *abbrev);
1616
1617 static void free_stack_comp_unit (void *);
1618
1619 static hashval_t partial_die_hash (const void *item);
1620
1621 static int partial_die_eq (const void *item_lhs, const void *item_rhs);
1622
1623 static struct dwarf2_per_cu_data *dwarf2_find_containing_comp_unit
1624   (sect_offset offset, unsigned int offset_in_dwz, struct objfile *objfile);
1625
1626 static void init_one_comp_unit (struct dwarf2_cu *cu,
1627                                 struct dwarf2_per_cu_data *per_cu);
1628
1629 static void prepare_one_comp_unit (struct dwarf2_cu *cu,
1630                                    struct die_info *comp_unit_die,
1631                                    enum language pretend_language);
1632
1633 static void free_heap_comp_unit (void *);
1634
1635 static void free_cached_comp_units (void *);
1636
1637 static void age_cached_comp_units (void);
1638
1639 static void free_one_cached_comp_unit (struct dwarf2_per_cu_data *);
1640
1641 static struct type *set_die_type (struct die_info *, struct type *,
1642                                   struct dwarf2_cu *);
1643
1644 static void create_all_comp_units (struct objfile *);
1645
1646 static int create_all_type_units (struct objfile *);
1647
1648 static void load_full_comp_unit (struct dwarf2_per_cu_data *,
1649                                  enum language);
1650
1651 static void process_full_comp_unit (struct dwarf2_per_cu_data *,
1652                                     enum language);
1653
1654 static void process_full_type_unit (struct dwarf2_per_cu_data *,
1655                                     enum language);
1656
1657 static void dwarf2_add_dependence (struct dwarf2_cu *,
1658                                    struct dwarf2_per_cu_data *);
1659
1660 static void dwarf2_mark (struct dwarf2_cu *);
1661
1662 static void dwarf2_clear_marks (struct dwarf2_per_cu_data *);
1663
1664 static struct type *get_die_type_at_offset (sect_offset,
1665                                             struct dwarf2_per_cu_data *);
1666
1667 static struct type *get_die_type (struct die_info *die, struct dwarf2_cu *cu);
1668
1669 static void dwarf2_release_queue (void *dummy);
1670
1671 static void queue_comp_unit (struct dwarf2_per_cu_data *per_cu,
1672                              enum language pretend_language);
1673
1674 static void process_queue (void);
1675
1676 static void find_file_and_directory (struct die_info *die,
1677                                      struct dwarf2_cu *cu,
1678                                      const char **name, const char **comp_dir);
1679
1680 static char *file_full_name (int file, struct line_header *lh,
1681                              const char *comp_dir);
1682
1683 static const gdb_byte *read_and_check_comp_unit_head
1684   (struct comp_unit_head *header,
1685    struct dwarf2_section_info *section,
1686    struct dwarf2_section_info *abbrev_section, const gdb_byte *info_ptr,
1687    int is_debug_types_section);
1688
1689 static void init_cutu_and_read_dies
1690   (struct dwarf2_per_cu_data *this_cu, struct abbrev_table *abbrev_table,
1691    int use_existing_cu, int keep,
1692    die_reader_func_ftype *die_reader_func, void *data);
1693
1694 static void init_cutu_and_read_dies_simple
1695   (struct dwarf2_per_cu_data *this_cu,
1696    die_reader_func_ftype *die_reader_func, void *data);
1697
1698 static htab_t allocate_signatured_type_table (struct objfile *objfile);
1699
1700 static htab_t allocate_dwo_unit_table (struct objfile *objfile);
1701
1702 static struct dwo_unit *lookup_dwo_in_dwp
1703   (struct dwp_file *dwp_file, const struct dwp_hash_table *htab,
1704    const char *comp_dir, ULONGEST signature, int is_debug_types);
1705
1706 static struct dwp_file *get_dwp_file (void);
1707
1708 static struct dwo_unit *lookup_dwo_comp_unit
1709   (struct dwarf2_per_cu_data *, const char *, const char *, ULONGEST);
1710
1711 static struct dwo_unit *lookup_dwo_type_unit
1712   (struct signatured_type *, const char *, const char *);
1713
1714 static void queue_and_load_all_dwo_tus (struct dwarf2_per_cu_data *);
1715
1716 static void free_dwo_file_cleanup (void *);
1717
1718 static void process_cu_includes (void);
1719
1720 static void check_producer (struct dwarf2_cu *cu);
1721 \f
1722 /* Various complaints about symbol reading that don't abort the process.  */
1723
1724 static void
1725 dwarf2_statement_list_fits_in_line_number_section_complaint (void)
1726 {
1727   complaint (&symfile_complaints,
1728              _("statement list doesn't fit in .debug_line section"));
1729 }
1730
1731 static void
1732 dwarf2_debug_line_missing_file_complaint (void)
1733 {
1734   complaint (&symfile_complaints,
1735              _(".debug_line section has line data without a file"));
1736 }
1737
1738 static void
1739 dwarf2_debug_line_missing_end_sequence_complaint (void)
1740 {
1741   complaint (&symfile_complaints,
1742              _(".debug_line section has line "
1743                "program sequence without an end"));
1744 }
1745
1746 static void
1747 dwarf2_complex_location_expr_complaint (void)
1748 {
1749   complaint (&symfile_complaints, _("location expression too complex"));
1750 }
1751
1752 static void
1753 dwarf2_const_value_length_mismatch_complaint (const char *arg1, int arg2,
1754                                               int arg3)
1755 {
1756   complaint (&symfile_complaints,
1757              _("const value length mismatch for '%s', got %d, expected %d"),
1758              arg1, arg2, arg3);
1759 }
1760
1761 static void
1762 dwarf2_section_buffer_overflow_complaint (struct dwarf2_section_info *section)
1763 {
1764   complaint (&symfile_complaints,
1765              _("debug info runs off end of %s section"
1766                " [in module %s]"),
1767              section->asection->name,
1768              bfd_get_filename (section->asection->owner));
1769 }
1770
1771 static void
1772 dwarf2_macro_malformed_definition_complaint (const char *arg1)
1773 {
1774   complaint (&symfile_complaints,
1775              _("macro debug info contains a "
1776                "malformed macro definition:\n`%s'"),
1777              arg1);
1778 }
1779
1780 static void
1781 dwarf2_invalid_attrib_class_complaint (const char *arg1, const char *arg2)
1782 {
1783   complaint (&symfile_complaints,
1784              _("invalid attribute class or form for '%s' in '%s'"),
1785              arg1, arg2);
1786 }
1787 \f
1788 #if WORDS_BIGENDIAN
1789
1790 /* Convert VALUE between big- and little-endian.  */
1791 static offset_type
1792 byte_swap (offset_type value)
1793 {
1794   offset_type result;
1795
1796   result = (value & 0xff) << 24;
1797   result |= (value & 0xff00) << 8;
1798   result |= (value & 0xff0000) >> 8;
1799   result |= (value & 0xff000000) >> 24;
1800   return result;
1801 }
1802
1803 #define MAYBE_SWAP(V)  byte_swap (V)
1804
1805 #else
1806 #define MAYBE_SWAP(V) (V)
1807 #endif /* WORDS_BIGENDIAN */
1808
1809 /* The suffix for an index file.  */
1810 #define INDEX_SUFFIX ".gdb-index"
1811
1812 /* Try to locate the sections we need for DWARF 2 debugging
1813    information and return true if we have enough to do something.
1814    NAMES points to the dwarf2 section names, or is NULL if the standard
1815    ELF names are used.  */
1816
1817 int
1818 dwarf2_has_info (struct objfile *objfile,
1819                  const struct dwarf2_debug_sections *names)
1820 {
1821   dwarf2_per_objfile = objfile_data (objfile, dwarf2_objfile_data_key);
1822   if (!dwarf2_per_objfile)
1823     {
1824       /* Initialize per-objfile state.  */
1825       struct dwarf2_per_objfile *data
1826         = obstack_alloc (&objfile->objfile_obstack, sizeof (*data));
1827
1828       memset (data, 0, sizeof (*data));
1829       set_objfile_data (objfile, dwarf2_objfile_data_key, data);
1830       dwarf2_per_objfile = data;
1831
1832       bfd_map_over_sections (objfile->obfd, dwarf2_locate_sections,
1833                              (void *) names);
1834       dwarf2_per_objfile->objfile = objfile;
1835     }
1836   return (dwarf2_per_objfile->info.asection != NULL
1837           && dwarf2_per_objfile->abbrev.asection != NULL);
1838 }
1839
1840 /* When loading sections, we look either for uncompressed section or for
1841    compressed section names.  */
1842
1843 static int
1844 section_is_p (const char *section_name,
1845               const struct dwarf2_section_names *names)
1846 {
1847   if (names->normal != NULL
1848       && strcmp (section_name, names->normal) == 0)
1849     return 1;
1850   if (names->compressed != NULL
1851       && strcmp (section_name, names->compressed) == 0)
1852     return 1;
1853   return 0;
1854 }
1855
1856 /* This function is mapped across the sections and remembers the
1857    offset and size of each of the debugging sections we are interested
1858    in.  */
1859
1860 static void
1861 dwarf2_locate_sections (bfd *abfd, asection *sectp, void *vnames)
1862 {
1863   const struct dwarf2_debug_sections *names;
1864   flagword aflag = bfd_get_section_flags (abfd, sectp);
1865
1866   if (vnames == NULL)
1867     names = &dwarf2_elf_names;
1868   else
1869     names = (const struct dwarf2_debug_sections *) vnames;
1870
1871   if ((aflag & SEC_HAS_CONTENTS) == 0)
1872     {
1873     }
1874   else if (section_is_p (sectp->name, &names->info))
1875     {
1876       dwarf2_per_objfile->info.asection = sectp;
1877       dwarf2_per_objfile->info.size = bfd_get_section_size (sectp);
1878     }
1879   else if (section_is_p (sectp->name, &names->abbrev))
1880     {
1881       dwarf2_per_objfile->abbrev.asection = sectp;
1882       dwarf2_per_objfile->abbrev.size = bfd_get_section_size (sectp);
1883     }
1884   else if (section_is_p (sectp->name, &names->line))
1885     {
1886       dwarf2_per_objfile->line.asection = sectp;
1887       dwarf2_per_objfile->line.size = bfd_get_section_size (sectp);
1888     }
1889   else if (section_is_p (sectp->name, &names->loc))
1890     {
1891       dwarf2_per_objfile->loc.asection = sectp;
1892       dwarf2_per_objfile->loc.size = bfd_get_section_size (sectp);
1893     }
1894   else if (section_is_p (sectp->name, &names->macinfo))
1895     {
1896       dwarf2_per_objfile->macinfo.asection = sectp;
1897       dwarf2_per_objfile->macinfo.size = bfd_get_section_size (sectp);
1898     }
1899   else if (section_is_p (sectp->name, &names->macro))
1900     {
1901       dwarf2_per_objfile->macro.asection = sectp;
1902       dwarf2_per_objfile->macro.size = bfd_get_section_size (sectp);
1903     }
1904   else if (section_is_p (sectp->name, &names->str))
1905     {
1906       dwarf2_per_objfile->str.asection = sectp;
1907       dwarf2_per_objfile->str.size = bfd_get_section_size (sectp);
1908     }
1909   else if (section_is_p (sectp->name, &names->addr))
1910     {
1911       dwarf2_per_objfile->addr.asection = sectp;
1912       dwarf2_per_objfile->addr.size = bfd_get_section_size (sectp);
1913     }
1914   else if (section_is_p (sectp->name, &names->frame))
1915     {
1916       dwarf2_per_objfile->frame.asection = sectp;
1917       dwarf2_per_objfile->frame.size = bfd_get_section_size (sectp);
1918     }
1919   else if (section_is_p (sectp->name, &names->eh_frame))
1920     {
1921       dwarf2_per_objfile->eh_frame.asection = sectp;
1922       dwarf2_per_objfile->eh_frame.size = bfd_get_section_size (sectp);
1923     }
1924   else if (section_is_p (sectp->name, &names->ranges))
1925     {
1926       dwarf2_per_objfile->ranges.asection = sectp;
1927       dwarf2_per_objfile->ranges.size = bfd_get_section_size (sectp);
1928     }
1929   else if (section_is_p (sectp->name, &names->types))
1930     {
1931       struct dwarf2_section_info type_section;
1932
1933       memset (&type_section, 0, sizeof (type_section));
1934       type_section.asection = sectp;
1935       type_section.size = bfd_get_section_size (sectp);
1936
1937       VEC_safe_push (dwarf2_section_info_def, dwarf2_per_objfile->types,
1938                      &type_section);
1939     }
1940   else if (section_is_p (sectp->name, &names->gdb_index))
1941     {
1942       dwarf2_per_objfile->gdb_index.asection = sectp;
1943       dwarf2_per_objfile->gdb_index.size = bfd_get_section_size (sectp);
1944     }
1945
1946   if ((bfd_get_section_flags (abfd, sectp) & SEC_LOAD)
1947       && bfd_section_vma (abfd, sectp) == 0)
1948     dwarf2_per_objfile->has_section_at_zero = 1;
1949 }
1950
1951 /* A helper function that decides whether a section is empty,
1952    or not present.  */
1953
1954 static int
1955 dwarf2_section_empty_p (struct dwarf2_section_info *info)
1956 {
1957   return info->asection == NULL || info->size == 0;
1958 }
1959
1960 /* Read the contents of the section INFO.
1961    OBJFILE is the main object file, but not necessarily the file where
1962    the section comes from.  E.g., for DWO files INFO->asection->owner
1963    is the bfd of the DWO file.
1964    If the section is compressed, uncompress it before returning.  */
1965
1966 static void
1967 dwarf2_read_section (struct objfile *objfile, struct dwarf2_section_info *info)
1968 {
1969   asection *sectp = info->asection;
1970   bfd *abfd;
1971   gdb_byte *buf, *retbuf;
1972   unsigned char header[4];
1973
1974   if (info->readin)
1975     return;
1976   info->buffer = NULL;
1977   info->readin = 1;
1978
1979   if (dwarf2_section_empty_p (info))
1980     return;
1981
1982   abfd = sectp->owner;
1983
1984   /* If the section has relocations, we must read it ourselves.
1985      Otherwise we attach it to the BFD.  */
1986   if ((sectp->flags & SEC_RELOC) == 0)
1987     {
1988       info->buffer = gdb_bfd_map_section (sectp, &info->size);
1989       return;
1990     }
1991
1992   buf = obstack_alloc (&objfile->objfile_obstack, info->size);
1993   info->buffer = buf;
1994
1995   /* When debugging .o files, we may need to apply relocations; see
1996      http://sourceware.org/ml/gdb-patches/2002-04/msg00136.html .
1997      We never compress sections in .o files, so we only need to
1998      try this when the section is not compressed.  */
1999   retbuf = symfile_relocate_debug_section (objfile, sectp, buf);
2000   if (retbuf != NULL)
2001     {
2002       info->buffer = retbuf;
2003       return;
2004     }
2005
2006   if (bfd_seek (abfd, sectp->filepos, SEEK_SET) != 0
2007       || bfd_bread (buf, info->size, abfd) != info->size)
2008     error (_("Dwarf Error: Can't read DWARF data from '%s'"),
2009            bfd_get_filename (abfd));
2010 }
2011
2012 /* A helper function that returns the size of a section in a safe way.
2013    If you are positive that the section has been read before using the
2014    size, then it is safe to refer to the dwarf2_section_info object's
2015    "size" field directly.  In other cases, you must call this
2016    function, because for compressed sections the size field is not set
2017    correctly until the section has been read.  */
2018
2019 static bfd_size_type
2020 dwarf2_section_size (struct objfile *objfile,
2021                      struct dwarf2_section_info *info)
2022 {
2023   if (!info->readin)
2024     dwarf2_read_section (objfile, info);
2025   return info->size;
2026 }
2027
2028 /* Fill in SECTP, BUFP and SIZEP with section info, given OBJFILE and
2029    SECTION_NAME.  */
2030
2031 void
2032 dwarf2_get_section_info (struct objfile *objfile,
2033                          enum dwarf2_section_enum sect,
2034                          asection **sectp, const gdb_byte **bufp,
2035                          bfd_size_type *sizep)
2036 {
2037   struct dwarf2_per_objfile *data
2038     = objfile_data (objfile, dwarf2_objfile_data_key);
2039   struct dwarf2_section_info *info;
2040
2041   /* We may see an objfile without any DWARF, in which case we just
2042      return nothing.  */
2043   if (data == NULL)
2044     {
2045       *sectp = NULL;
2046       *bufp = NULL;
2047       *sizep = 0;
2048       return;
2049     }
2050   switch (sect)
2051     {
2052     case DWARF2_DEBUG_FRAME:
2053       info = &data->frame;
2054       break;
2055     case DWARF2_EH_FRAME:
2056       info = &data->eh_frame;
2057       break;
2058     default:
2059       gdb_assert_not_reached ("unexpected section");
2060     }
2061
2062   dwarf2_read_section (objfile, info);
2063
2064   *sectp = info->asection;
2065   *bufp = info->buffer;
2066   *sizep = info->size;
2067 }
2068
2069 /* A helper function to find the sections for a .dwz file.  */
2070
2071 static void
2072 locate_dwz_sections (bfd *abfd, asection *sectp, void *arg)
2073 {
2074   struct dwz_file *dwz_file = arg;
2075
2076   /* Note that we only support the standard ELF names, because .dwz
2077      is ELF-only (at the time of writing).  */
2078   if (section_is_p (sectp->name, &dwarf2_elf_names.abbrev))
2079     {
2080       dwz_file->abbrev.asection = sectp;
2081       dwz_file->abbrev.size = bfd_get_section_size (sectp);
2082     }
2083   else if (section_is_p (sectp->name, &dwarf2_elf_names.info))
2084     {
2085       dwz_file->info.asection = sectp;
2086       dwz_file->info.size = bfd_get_section_size (sectp);
2087     }
2088   else if (section_is_p (sectp->name, &dwarf2_elf_names.str))
2089     {
2090       dwz_file->str.asection = sectp;
2091       dwz_file->str.size = bfd_get_section_size (sectp);
2092     }
2093   else if (section_is_p (sectp->name, &dwarf2_elf_names.line))
2094     {
2095       dwz_file->line.asection = sectp;
2096       dwz_file->line.size = bfd_get_section_size (sectp);
2097     }
2098   else if (section_is_p (sectp->name, &dwarf2_elf_names.macro))
2099     {
2100       dwz_file->macro.asection = sectp;
2101       dwz_file->macro.size = bfd_get_section_size (sectp);
2102     }
2103   else if (section_is_p (sectp->name, &dwarf2_elf_names.gdb_index))
2104     {
2105       dwz_file->gdb_index.asection = sectp;
2106       dwz_file->gdb_index.size = bfd_get_section_size (sectp);
2107     }
2108 }
2109
2110 /* Open the separate '.dwz' debug file, if needed.  Return NULL if
2111    there is no .gnu_debugaltlink section in the file.  Error if there
2112    is such a section but the file cannot be found.  */
2113
2114 static struct dwz_file *
2115 dwarf2_get_dwz_file (void)
2116 {
2117   bfd *dwz_bfd;
2118   char *data;
2119   struct cleanup *cleanup;
2120   const char *filename;
2121   struct dwz_file *result;
2122   unsigned long buildid;
2123
2124   if (dwarf2_per_objfile->dwz_file != NULL)
2125     return dwarf2_per_objfile->dwz_file;
2126
2127   bfd_set_error (bfd_error_no_error);
2128   data = bfd_get_alt_debug_link_info (dwarf2_per_objfile->objfile->obfd,
2129                                       &buildid);
2130   if (data == NULL)
2131     {
2132       if (bfd_get_error () == bfd_error_no_error)
2133         return NULL;
2134       error (_("could not read '.gnu_debugaltlink' section: %s"),
2135              bfd_errmsg (bfd_get_error ()));
2136     }
2137   cleanup = make_cleanup (xfree, data);
2138
2139   filename = (const char *) data;
2140   if (!IS_ABSOLUTE_PATH (filename))
2141     {
2142       char *abs = gdb_realpath (objfile_name (dwarf2_per_objfile->objfile));
2143       char *rel;
2144
2145       make_cleanup (xfree, abs);
2146       abs = ldirname (abs);
2147       make_cleanup (xfree, abs);
2148
2149       rel = concat (abs, SLASH_STRING, filename, (char *) NULL);
2150       make_cleanup (xfree, rel);
2151       filename = rel;
2152     }
2153
2154   /* The format is just a NUL-terminated file name, followed by the
2155      build-id.  For now, though, we ignore the build-id.  */
2156   dwz_bfd = gdb_bfd_open (filename, gnutarget, -1);
2157   if (dwz_bfd == NULL)
2158     error (_("could not read '%s': %s"), filename,
2159            bfd_errmsg (bfd_get_error ()));
2160
2161   if (!bfd_check_format (dwz_bfd, bfd_object))
2162     {
2163       gdb_bfd_unref (dwz_bfd);
2164       error (_("file '%s' was not usable: %s"), filename,
2165              bfd_errmsg (bfd_get_error ()));
2166     }
2167
2168   result = OBSTACK_ZALLOC (&dwarf2_per_objfile->objfile->objfile_obstack,
2169                            struct dwz_file);
2170   result->dwz_bfd = dwz_bfd;
2171
2172   bfd_map_over_sections (dwz_bfd, locate_dwz_sections, result);
2173
2174   do_cleanups (cleanup);
2175
2176   dwarf2_per_objfile->dwz_file = result;
2177   return result;
2178 }
2179 \f
2180 /* DWARF quick_symbols_functions support.  */
2181
2182 /* TUs can share .debug_line entries, and there can be a lot more TUs than
2183    unique line tables, so we maintain a separate table of all .debug_line
2184    derived entries to support the sharing.
2185    All the quick functions need is the list of file names.  We discard the
2186    line_header when we're done and don't need to record it here.  */
2187 struct quick_file_names
2188 {
2189   /* The data used to construct the hash key.  */
2190   struct stmt_list_hash hash;
2191
2192   /* The number of entries in file_names, real_names.  */
2193   unsigned int num_file_names;
2194
2195   /* The file names from the line table, after being run through
2196      file_full_name.  */
2197   const char **file_names;
2198
2199   /* The file names from the line table after being run through
2200      gdb_realpath.  These are computed lazily.  */
2201   const char **real_names;
2202 };
2203
2204 /* When using the index (and thus not using psymtabs), each CU has an
2205    object of this type.  This is used to hold information needed by
2206    the various "quick" methods.  */
2207 struct dwarf2_per_cu_quick_data
2208 {
2209   /* The file table.  This can be NULL if there was no file table
2210      or it's currently not read in.
2211      NOTE: This points into dwarf2_per_objfile->quick_file_names_table.  */
2212   struct quick_file_names *file_names;
2213
2214   /* The corresponding symbol table.  This is NULL if symbols for this
2215      CU have not yet been read.  */
2216   struct symtab *symtab;
2217
2218   /* A temporary mark bit used when iterating over all CUs in
2219      expand_symtabs_matching.  */
2220   unsigned int mark : 1;
2221
2222   /* True if we've tried to read the file table and found there isn't one.
2223      There will be no point in trying to read it again next time.  */
2224   unsigned int no_file_data : 1;
2225 };
2226
2227 /* Utility hash function for a stmt_list_hash.  */
2228
2229 static hashval_t
2230 hash_stmt_list_entry (const struct stmt_list_hash *stmt_list_hash)
2231 {
2232   hashval_t v = 0;
2233
2234   if (stmt_list_hash->dwo_unit != NULL)
2235     v += (uintptr_t) stmt_list_hash->dwo_unit->dwo_file;
2236   v += stmt_list_hash->line_offset.sect_off;
2237   return v;
2238 }
2239
2240 /* Utility equality function for a stmt_list_hash.  */
2241
2242 static int
2243 eq_stmt_list_entry (const struct stmt_list_hash *lhs,
2244                     const struct stmt_list_hash *rhs)
2245 {
2246   if ((lhs->dwo_unit != NULL) != (rhs->dwo_unit != NULL))
2247     return 0;
2248   if (lhs->dwo_unit != NULL
2249       && lhs->dwo_unit->dwo_file != rhs->dwo_unit->dwo_file)
2250     return 0;
2251
2252   return lhs->line_offset.sect_off == rhs->line_offset.sect_off;
2253 }
2254
2255 /* Hash function for a quick_file_names.  */
2256
2257 static hashval_t
2258 hash_file_name_entry (const void *e)
2259 {
2260   const struct quick_file_names *file_data = e;
2261
2262   return hash_stmt_list_entry (&file_data->hash);
2263 }
2264
2265 /* Equality function for a quick_file_names.  */
2266
2267 static int
2268 eq_file_name_entry (const void *a, const void *b)
2269 {
2270   const struct quick_file_names *ea = a;
2271   const struct quick_file_names *eb = b;
2272
2273   return eq_stmt_list_entry (&ea->hash, &eb->hash);
2274 }
2275
2276 /* Delete function for a quick_file_names.  */
2277
2278 static void
2279 delete_file_name_entry (void *e)
2280 {
2281   struct quick_file_names *file_data = e;
2282   int i;
2283
2284   for (i = 0; i < file_data->num_file_names; ++i)
2285     {
2286       xfree ((void*) file_data->file_names[i]);
2287       if (file_data->real_names)
2288         xfree ((void*) file_data->real_names[i]);
2289     }
2290
2291   /* The space for the struct itself lives on objfile_obstack,
2292      so we don't free it here.  */
2293 }
2294
2295 /* Create a quick_file_names hash table.  */
2296
2297 static htab_t
2298 create_quick_file_names_table (unsigned int nr_initial_entries)
2299 {
2300   return htab_create_alloc (nr_initial_entries,
2301                             hash_file_name_entry, eq_file_name_entry,
2302                             delete_file_name_entry, xcalloc, xfree);
2303 }
2304
2305 /* Read in PER_CU->CU.  This function is unrelated to symtabs, symtab would
2306    have to be created afterwards.  You should call age_cached_comp_units after
2307    processing PER_CU->CU.  dw2_setup must have been already called.  */
2308
2309 static void
2310 load_cu (struct dwarf2_per_cu_data *per_cu)
2311 {
2312   if (per_cu->is_debug_types)
2313     load_full_type_unit (per_cu);
2314   else
2315     load_full_comp_unit (per_cu, language_minimal);
2316
2317   gdb_assert (per_cu->cu != NULL);
2318
2319   dwarf2_find_base_address (per_cu->cu->dies, per_cu->cu);
2320 }
2321
2322 /* Read in the symbols for PER_CU.  */
2323
2324 static void
2325 dw2_do_instantiate_symtab (struct dwarf2_per_cu_data *per_cu)
2326 {
2327   struct cleanup *back_to;
2328
2329   /* Skip type_unit_groups, reading the type units they contain
2330      is handled elsewhere.  */
2331   if (IS_TYPE_UNIT_GROUP (per_cu))
2332     return;
2333
2334   back_to = make_cleanup (dwarf2_release_queue, NULL);
2335
2336   if (dwarf2_per_objfile->using_index
2337       ? per_cu->v.quick->symtab == NULL
2338       : (per_cu->v.psymtab == NULL || !per_cu->v.psymtab->readin))
2339     {
2340       queue_comp_unit (per_cu, language_minimal);
2341       load_cu (per_cu);
2342
2343       /* If we just loaded a CU from a DWO, and we're working with an index
2344          that may badly handle TUs, load all the TUs in that DWO as well.
2345          http://sourceware.org/bugzilla/show_bug.cgi?id=15021  */
2346       if (!per_cu->is_debug_types
2347           && per_cu->cu->dwo_unit != NULL
2348           && dwarf2_per_objfile->index_table != NULL
2349           && dwarf2_per_objfile->index_table->version <= 7
2350           /* DWP files aren't supported yet.  */
2351           && get_dwp_file () == NULL)
2352         queue_and_load_all_dwo_tus (per_cu);
2353     }
2354
2355   process_queue ();
2356
2357   /* Age the cache, releasing compilation units that have not
2358      been used recently.  */
2359   age_cached_comp_units ();
2360
2361   do_cleanups (back_to);
2362 }
2363
2364 /* Ensure that the symbols for PER_CU have been read in.  OBJFILE is
2365    the objfile from which this CU came.  Returns the resulting symbol
2366    table.  */
2367
2368 static struct symtab *
2369 dw2_instantiate_symtab (struct dwarf2_per_cu_data *per_cu)
2370 {
2371   gdb_assert (dwarf2_per_objfile->using_index);
2372   if (!per_cu->v.quick->symtab)
2373     {
2374       struct cleanup *back_to = make_cleanup (free_cached_comp_units, NULL);
2375       increment_reading_symtab ();
2376       dw2_do_instantiate_symtab (per_cu);
2377       process_cu_includes ();
2378       do_cleanups (back_to);
2379     }
2380   return per_cu->v.quick->symtab;
2381 }
2382
2383 /* Return the CU given its index.
2384
2385    This is intended for loops like:
2386
2387    for (i = 0; i < (dwarf2_per_objfile->n_comp_units
2388                     + dwarf2_per_objfile->n_type_units); ++i)
2389      {
2390        struct dwarf2_per_cu_data *per_cu = dw2_get_cu (i);
2391
2392        ...;
2393      }
2394 */
2395
2396 static struct dwarf2_per_cu_data *
2397 dw2_get_cu (int index)
2398 {
2399   if (index >= dwarf2_per_objfile->n_comp_units)
2400     {
2401       index -= dwarf2_per_objfile->n_comp_units;
2402       gdb_assert (index < dwarf2_per_objfile->n_type_units);
2403       return &dwarf2_per_objfile->all_type_units[index]->per_cu;
2404     }
2405
2406   return dwarf2_per_objfile->all_comp_units[index];
2407 }
2408
2409 /* Return the primary CU given its index.
2410    The difference between this function and dw2_get_cu is in the handling
2411    of type units (TUs).  Here we return the type_unit_group object.
2412
2413    This is intended for loops like:
2414
2415    for (i = 0; i < (dwarf2_per_objfile->n_comp_units
2416                     + dwarf2_per_objfile->n_type_unit_groups); ++i)
2417      {
2418        struct dwarf2_per_cu_data *per_cu = dw2_get_primary_cu (i);
2419
2420        ...;
2421      }
2422 */
2423
2424 static struct dwarf2_per_cu_data *
2425 dw2_get_primary_cu (int index)
2426 {
2427   if (index >= dwarf2_per_objfile->n_comp_units)
2428     {
2429       index -= dwarf2_per_objfile->n_comp_units;
2430       gdb_assert (index < dwarf2_per_objfile->n_type_unit_groups);
2431       return &dwarf2_per_objfile->all_type_unit_groups[index]->per_cu;
2432     }
2433
2434   return dwarf2_per_objfile->all_comp_units[index];
2435 }
2436
2437 /* A helper for create_cus_from_index that handles a given list of
2438    CUs.  */
2439
2440 static void
2441 create_cus_from_index_list (struct objfile *objfile,
2442                             const gdb_byte *cu_list, offset_type n_elements,
2443                             struct dwarf2_section_info *section,
2444                             int is_dwz,
2445                             int base_offset)
2446 {
2447   offset_type i;
2448
2449   for (i = 0; i < n_elements; i += 2)
2450     {
2451       struct dwarf2_per_cu_data *the_cu;
2452       ULONGEST offset, length;
2453
2454       gdb_static_assert (sizeof (ULONGEST) >= 8);
2455       offset = extract_unsigned_integer (cu_list, 8, BFD_ENDIAN_LITTLE);
2456       length = extract_unsigned_integer (cu_list + 8, 8, BFD_ENDIAN_LITTLE);
2457       cu_list += 2 * 8;
2458
2459       the_cu = OBSTACK_ZALLOC (&objfile->objfile_obstack,
2460                                struct dwarf2_per_cu_data);
2461       the_cu->offset.sect_off = offset;
2462       the_cu->length = length;
2463       the_cu->objfile = objfile;
2464       the_cu->section = section;
2465       the_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack,
2466                                         struct dwarf2_per_cu_quick_data);
2467       the_cu->is_dwz = is_dwz;
2468       dwarf2_per_objfile->all_comp_units[base_offset + i / 2] = the_cu;
2469     }
2470 }
2471
2472 /* Read the CU list from the mapped index, and use it to create all
2473    the CU objects for this objfile.  */
2474
2475 static void
2476 create_cus_from_index (struct objfile *objfile,
2477                        const gdb_byte *cu_list, offset_type cu_list_elements,
2478                        const gdb_byte *dwz_list, offset_type dwz_elements)
2479 {
2480   struct dwz_file *dwz;
2481
2482   dwarf2_per_objfile->n_comp_units = (cu_list_elements + dwz_elements) / 2;
2483   dwarf2_per_objfile->all_comp_units
2484     = obstack_alloc (&objfile->objfile_obstack,
2485                      dwarf2_per_objfile->n_comp_units
2486                      * sizeof (struct dwarf2_per_cu_data *));
2487
2488   create_cus_from_index_list (objfile, cu_list, cu_list_elements,
2489                               &dwarf2_per_objfile->info, 0, 0);
2490
2491   if (dwz_elements == 0)
2492     return;
2493
2494   dwz = dwarf2_get_dwz_file ();
2495   create_cus_from_index_list (objfile, dwz_list, dwz_elements, &dwz->info, 1,
2496                               cu_list_elements / 2);
2497 }
2498
2499 /* Create the signatured type hash table from the index.  */
2500
2501 static void
2502 create_signatured_type_table_from_index (struct objfile *objfile,
2503                                          struct dwarf2_section_info *section,
2504                                          const gdb_byte *bytes,
2505                                          offset_type elements)
2506 {
2507   offset_type i;
2508   htab_t sig_types_hash;
2509
2510   dwarf2_per_objfile->n_type_units = elements / 3;
2511   dwarf2_per_objfile->all_type_units
2512     = xmalloc (dwarf2_per_objfile->n_type_units
2513                * sizeof (struct signatured_type *));
2514
2515   sig_types_hash = allocate_signatured_type_table (objfile);
2516
2517   for (i = 0; i < elements; i += 3)
2518     {
2519       struct signatured_type *sig_type;
2520       ULONGEST offset, type_offset_in_tu, signature;
2521       void **slot;
2522
2523       gdb_static_assert (sizeof (ULONGEST) >= 8);
2524       offset = extract_unsigned_integer (bytes, 8, BFD_ENDIAN_LITTLE);
2525       type_offset_in_tu = extract_unsigned_integer (bytes + 8, 8,
2526                                                     BFD_ENDIAN_LITTLE);
2527       signature = extract_unsigned_integer (bytes + 16, 8, BFD_ENDIAN_LITTLE);
2528       bytes += 3 * 8;
2529
2530       sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
2531                                  struct signatured_type);
2532       sig_type->signature = signature;
2533       sig_type->type_offset_in_tu.cu_off = type_offset_in_tu;
2534       sig_type->per_cu.is_debug_types = 1;
2535       sig_type->per_cu.section = section;
2536       sig_type->per_cu.offset.sect_off = offset;
2537       sig_type->per_cu.objfile = objfile;
2538       sig_type->per_cu.v.quick
2539         = OBSTACK_ZALLOC (&objfile->objfile_obstack,
2540                           struct dwarf2_per_cu_quick_data);
2541
2542       slot = htab_find_slot (sig_types_hash, sig_type, INSERT);
2543       *slot = sig_type;
2544
2545       dwarf2_per_objfile->all_type_units[i / 3] = sig_type;
2546     }
2547
2548   dwarf2_per_objfile->signatured_types = sig_types_hash;
2549 }
2550
2551 /* Read the address map data from the mapped index, and use it to
2552    populate the objfile's psymtabs_addrmap.  */
2553
2554 static void
2555 create_addrmap_from_index (struct objfile *objfile, struct mapped_index *index)
2556 {
2557   const gdb_byte *iter, *end;
2558   struct obstack temp_obstack;
2559   struct addrmap *mutable_map;
2560   struct cleanup *cleanup;
2561   CORE_ADDR baseaddr;
2562
2563   obstack_init (&temp_obstack);
2564   cleanup = make_cleanup_obstack_free (&temp_obstack);
2565   mutable_map = addrmap_create_mutable (&temp_obstack);
2566
2567   iter = index->address_table;
2568   end = iter + index->address_table_size;
2569
2570   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
2571
2572   while (iter < end)
2573     {
2574       ULONGEST hi, lo, cu_index;
2575       lo = extract_unsigned_integer (iter, 8, BFD_ENDIAN_LITTLE);
2576       iter += 8;
2577       hi = extract_unsigned_integer (iter, 8, BFD_ENDIAN_LITTLE);
2578       iter += 8;
2579       cu_index = extract_unsigned_integer (iter, 4, BFD_ENDIAN_LITTLE);
2580       iter += 4;
2581
2582       if (lo > hi)
2583         {
2584           complaint (&symfile_complaints,
2585                      _(".gdb_index address table has invalid range (%s - %s)"),
2586                      hex_string (lo), hex_string (hi));
2587           continue;
2588         }
2589
2590       if (cu_index >= dwarf2_per_objfile->n_comp_units)
2591         {
2592           complaint (&symfile_complaints,
2593                      _(".gdb_index address table has invalid CU number %u"),
2594                      (unsigned) cu_index);
2595           continue;
2596         }
2597
2598       addrmap_set_empty (mutable_map, lo + baseaddr, hi + baseaddr - 1,
2599                          dw2_get_cu (cu_index));
2600     }
2601
2602   objfile->psymtabs_addrmap = addrmap_create_fixed (mutable_map,
2603                                                     &objfile->objfile_obstack);
2604   do_cleanups (cleanup);
2605 }
2606
2607 /* The hash function for strings in the mapped index.  This is the same as
2608    SYMBOL_HASH_NEXT, but we keep a separate copy to maintain control over the
2609    implementation.  This is necessary because the hash function is tied to the
2610    format of the mapped index file.  The hash values do not have to match with
2611    SYMBOL_HASH_NEXT.
2612    
2613    Use INT_MAX for INDEX_VERSION if you generate the current index format.  */
2614
2615 static hashval_t
2616 mapped_index_string_hash (int index_version, const void *p)
2617 {
2618   const unsigned char *str = (const unsigned char *) p;
2619   hashval_t r = 0;
2620   unsigned char c;
2621
2622   while ((c = *str++) != 0)
2623     {
2624       if (index_version >= 5)
2625         c = tolower (c);
2626       r = r * 67 + c - 113;
2627     }
2628
2629   return r;
2630 }
2631
2632 /* Find a slot in the mapped index INDEX for the object named NAME.
2633    If NAME is found, set *VEC_OUT to point to the CU vector in the
2634    constant pool and return 1.  If NAME cannot be found, return 0.  */
2635
2636 static int
2637 find_slot_in_mapped_hash (struct mapped_index *index, const char *name,
2638                           offset_type **vec_out)
2639 {
2640   struct cleanup *back_to = make_cleanup (null_cleanup, 0);
2641   offset_type hash;
2642   offset_type slot, step;
2643   int (*cmp) (const char *, const char *);
2644
2645   if (current_language->la_language == language_cplus
2646       || current_language->la_language == language_java
2647       || current_language->la_language == language_fortran)
2648     {
2649       /* NAME is already canonical.  Drop any qualifiers as .gdb_index does
2650          not contain any.  */
2651       const char *paren = strchr (name, '(');
2652
2653       if (paren)
2654         {
2655           char *dup;
2656
2657           dup = xmalloc (paren - name + 1);
2658           memcpy (dup, name, paren - name);
2659           dup[paren - name] = 0;
2660
2661           make_cleanup (xfree, dup);
2662           name = dup;
2663         }
2664     }
2665
2666   /* Index version 4 did not support case insensitive searches.  But the
2667      indices for case insensitive languages are built in lowercase, therefore
2668      simulate our NAME being searched is also lowercased.  */
2669   hash = mapped_index_string_hash ((index->version == 4
2670                                     && case_sensitivity == case_sensitive_off
2671                                     ? 5 : index->version),
2672                                    name);
2673
2674   slot = hash & (index->symbol_table_slots - 1);
2675   step = ((hash * 17) & (index->symbol_table_slots - 1)) | 1;
2676   cmp = (case_sensitivity == case_sensitive_on ? strcmp : strcasecmp);
2677
2678   for (;;)
2679     {
2680       /* Convert a slot number to an offset into the table.  */
2681       offset_type i = 2 * slot;
2682       const char *str;
2683       if (index->symbol_table[i] == 0 && index->symbol_table[i + 1] == 0)
2684         {
2685           do_cleanups (back_to);
2686           return 0;
2687         }
2688
2689       str = index->constant_pool + MAYBE_SWAP (index->symbol_table[i]);
2690       if (!cmp (name, str))
2691         {
2692           *vec_out = (offset_type *) (index->constant_pool
2693                                       + MAYBE_SWAP (index->symbol_table[i + 1]));
2694           do_cleanups (back_to);
2695           return 1;
2696         }
2697
2698       slot = (slot + step) & (index->symbol_table_slots - 1);
2699     }
2700 }
2701
2702 /* A helper function that reads the .gdb_index from SECTION and fills
2703    in MAP.  FILENAME is the name of the file containing the section;
2704    it is used for error reporting.  DEPRECATED_OK is nonzero if it is
2705    ok to use deprecated sections.
2706
2707    CU_LIST, CU_LIST_ELEMENTS, TYPES_LIST, and TYPES_LIST_ELEMENTS are
2708    out parameters that are filled in with information about the CU and
2709    TU lists in the section.
2710
2711    Returns 1 if all went well, 0 otherwise.  */
2712
2713 static int
2714 read_index_from_section (struct objfile *objfile,
2715                          const char *filename,
2716                          int deprecated_ok,
2717                          struct dwarf2_section_info *section,
2718                          struct mapped_index *map,
2719                          const gdb_byte **cu_list,
2720                          offset_type *cu_list_elements,
2721                          const gdb_byte **types_list,
2722                          offset_type *types_list_elements)
2723 {
2724   const gdb_byte *addr;
2725   offset_type version;
2726   offset_type *metadata;
2727   int i;
2728
2729   if (dwarf2_section_empty_p (section))
2730     return 0;
2731
2732   /* Older elfutils strip versions could keep the section in the main
2733      executable while splitting it for the separate debug info file.  */
2734   if ((bfd_get_file_flags (section->asection) & SEC_HAS_CONTENTS) == 0)
2735     return 0;
2736
2737   dwarf2_read_section (objfile, section);
2738
2739   addr = section->buffer;
2740   /* Version check.  */
2741   version = MAYBE_SWAP (*(offset_type *) addr);
2742   /* Versions earlier than 3 emitted every copy of a psymbol.  This
2743      causes the index to behave very poorly for certain requests.  Version 3
2744      contained incomplete addrmap.  So, it seems better to just ignore such
2745      indices.  */
2746   if (version < 4)
2747     {
2748       static int warning_printed = 0;
2749       if (!warning_printed)
2750         {
2751           warning (_("Skipping obsolete .gdb_index section in %s."),
2752                    filename);
2753           warning_printed = 1;
2754         }
2755       return 0;
2756     }
2757   /* Index version 4 uses a different hash function than index version
2758      5 and later.
2759
2760      Versions earlier than 6 did not emit psymbols for inlined
2761      functions.  Using these files will cause GDB not to be able to
2762      set breakpoints on inlined functions by name, so we ignore these
2763      indices unless the user has done
2764      "set use-deprecated-index-sections on".  */
2765   if (version < 6 && !deprecated_ok)
2766     {
2767       static int warning_printed = 0;
2768       if (!warning_printed)
2769         {
2770           warning (_("\
2771 Skipping deprecated .gdb_index section in %s.\n\
2772 Do \"set use-deprecated-index-sections on\" before the file is read\n\
2773 to use the section anyway."),
2774                    filename);
2775           warning_printed = 1;
2776         }
2777       return 0;
2778     }
2779   /* Version 7 indices generated by gold refer to the CU for a symbol instead
2780      of the TU (for symbols coming from TUs).  It's just a performance bug, and
2781      we can't distinguish gdb-generated indices from gold-generated ones, so
2782      nothing to do here.  */
2783
2784   /* Indexes with higher version than the one supported by GDB may be no
2785      longer backward compatible.  */
2786   if (version > 8)
2787     return 0;
2788
2789   map->version = version;
2790   map->total_size = section->size;
2791
2792   metadata = (offset_type *) (addr + sizeof (offset_type));
2793
2794   i = 0;
2795   *cu_list = addr + MAYBE_SWAP (metadata[i]);
2796   *cu_list_elements = ((MAYBE_SWAP (metadata[i + 1]) - MAYBE_SWAP (metadata[i]))
2797                        / 8);
2798   ++i;
2799
2800   *types_list = addr + MAYBE_SWAP (metadata[i]);
2801   *types_list_elements = ((MAYBE_SWAP (metadata[i + 1])
2802                            - MAYBE_SWAP (metadata[i]))
2803                           / 8);
2804   ++i;
2805
2806   map->address_table = addr + MAYBE_SWAP (metadata[i]);
2807   map->address_table_size = (MAYBE_SWAP (metadata[i + 1])
2808                              - MAYBE_SWAP (metadata[i]));
2809   ++i;
2810
2811   map->symbol_table = (offset_type *) (addr + MAYBE_SWAP (metadata[i]));
2812   map->symbol_table_slots = ((MAYBE_SWAP (metadata[i + 1])
2813                               - MAYBE_SWAP (metadata[i]))
2814                              / (2 * sizeof (offset_type)));
2815   ++i;
2816
2817   map->constant_pool = (char *) (addr + MAYBE_SWAP (metadata[i]));
2818
2819   return 1;
2820 }
2821
2822
2823 /* Read the index file.  If everything went ok, initialize the "quick"
2824    elements of all the CUs and return 1.  Otherwise, return 0.  */
2825
2826 static int
2827 dwarf2_read_index (struct objfile *objfile)
2828 {
2829   struct mapped_index local_map, *map;
2830   const gdb_byte *cu_list, *types_list, *dwz_list = NULL;
2831   offset_type cu_list_elements, types_list_elements, dwz_list_elements = 0;
2832   struct dwz_file *dwz;
2833
2834   if (!read_index_from_section (objfile, objfile_name (objfile),
2835                                 use_deprecated_index_sections,
2836                                 &dwarf2_per_objfile->gdb_index, &local_map,
2837                                 &cu_list, &cu_list_elements,
2838                                 &types_list, &types_list_elements))
2839     return 0;
2840
2841   /* Don't use the index if it's empty.  */
2842   if (local_map.symbol_table_slots == 0)
2843     return 0;
2844
2845   /* If there is a .dwz file, read it so we can get its CU list as
2846      well.  */
2847   dwz = dwarf2_get_dwz_file ();
2848   if (dwz != NULL)
2849     {
2850       struct mapped_index dwz_map;
2851       const gdb_byte *dwz_types_ignore;
2852       offset_type dwz_types_elements_ignore;
2853
2854       if (!read_index_from_section (objfile, bfd_get_filename (dwz->dwz_bfd),
2855                                     1,
2856                                     &dwz->gdb_index, &dwz_map,
2857                                     &dwz_list, &dwz_list_elements,
2858                                     &dwz_types_ignore,
2859                                     &dwz_types_elements_ignore))
2860         {
2861           warning (_("could not read '.gdb_index' section from %s; skipping"),
2862                    bfd_get_filename (dwz->dwz_bfd));
2863           return 0;
2864         }
2865     }
2866
2867   create_cus_from_index (objfile, cu_list, cu_list_elements, dwz_list,
2868                          dwz_list_elements);
2869
2870   if (types_list_elements)
2871     {
2872       struct dwarf2_section_info *section;
2873
2874       /* We can only handle a single .debug_types when we have an
2875          index.  */
2876       if (VEC_length (dwarf2_section_info_def, dwarf2_per_objfile->types) != 1)
2877         return 0;
2878
2879       section = VEC_index (dwarf2_section_info_def,
2880                            dwarf2_per_objfile->types, 0);
2881
2882       create_signatured_type_table_from_index (objfile, section, types_list,
2883                                                types_list_elements);
2884     }
2885
2886   create_addrmap_from_index (objfile, &local_map);
2887
2888   map = obstack_alloc (&objfile->objfile_obstack, sizeof (struct mapped_index));
2889   *map = local_map;
2890
2891   dwarf2_per_objfile->index_table = map;
2892   dwarf2_per_objfile->using_index = 1;
2893   dwarf2_per_objfile->quick_file_names_table =
2894     create_quick_file_names_table (dwarf2_per_objfile->n_comp_units);
2895
2896   return 1;
2897 }
2898
2899 /* A helper for the "quick" functions which sets the global
2900    dwarf2_per_objfile according to OBJFILE.  */
2901
2902 static void
2903 dw2_setup (struct objfile *objfile)
2904 {
2905   dwarf2_per_objfile = objfile_data (objfile, dwarf2_objfile_data_key);
2906   gdb_assert (dwarf2_per_objfile);
2907 }
2908
2909 /* die_reader_func for dw2_get_file_names.  */
2910
2911 static void
2912 dw2_get_file_names_reader (const struct die_reader_specs *reader,
2913                            const gdb_byte *info_ptr,
2914                            struct die_info *comp_unit_die,
2915                            int has_children,
2916                            void *data)
2917 {
2918   struct dwarf2_cu *cu = reader->cu;
2919   struct dwarf2_per_cu_data *this_cu = cu->per_cu;  
2920   struct objfile *objfile = dwarf2_per_objfile->objfile;
2921   struct dwarf2_per_cu_data *lh_cu;
2922   struct line_header *lh;
2923   struct attribute *attr;
2924   int i;
2925   const char *name, *comp_dir;
2926   void **slot;
2927   struct quick_file_names *qfn;
2928   unsigned int line_offset;
2929
2930   gdb_assert (! this_cu->is_debug_types);
2931
2932   /* Our callers never want to match partial units -- instead they
2933      will match the enclosing full CU.  */
2934   if (comp_unit_die->tag == DW_TAG_partial_unit)
2935     {
2936       this_cu->v.quick->no_file_data = 1;
2937       return;
2938     }
2939
2940   lh_cu = this_cu;
2941   lh = NULL;
2942   slot = NULL;
2943   line_offset = 0;
2944
2945   attr = dwarf2_attr (comp_unit_die, DW_AT_stmt_list, cu);
2946   if (attr)
2947     {
2948       struct quick_file_names find_entry;
2949
2950       line_offset = DW_UNSND (attr);
2951
2952       /* We may have already read in this line header (TU line header sharing).
2953          If we have we're done.  */
2954       find_entry.hash.dwo_unit = cu->dwo_unit;
2955       find_entry.hash.line_offset.sect_off = line_offset;
2956       slot = htab_find_slot (dwarf2_per_objfile->quick_file_names_table,
2957                              &find_entry, INSERT);
2958       if (*slot != NULL)
2959         {
2960           lh_cu->v.quick->file_names = *slot;
2961           return;
2962         }
2963
2964       lh = dwarf_decode_line_header (line_offset, cu);
2965     }
2966   if (lh == NULL)
2967     {
2968       lh_cu->v.quick->no_file_data = 1;
2969       return;
2970     }
2971
2972   qfn = obstack_alloc (&objfile->objfile_obstack, sizeof (*qfn));
2973   qfn->hash.dwo_unit = cu->dwo_unit;
2974   qfn->hash.line_offset.sect_off = line_offset;
2975   gdb_assert (slot != NULL);
2976   *slot = qfn;
2977
2978   find_file_and_directory (comp_unit_die, cu, &name, &comp_dir);
2979
2980   qfn->num_file_names = lh->num_file_names;
2981   qfn->file_names = obstack_alloc (&objfile->objfile_obstack,
2982                                    lh->num_file_names * sizeof (char *));
2983   for (i = 0; i < lh->num_file_names; ++i)
2984     qfn->file_names[i] = file_full_name (i + 1, lh, comp_dir);
2985   qfn->real_names = NULL;
2986
2987   free_line_header (lh);
2988
2989   lh_cu->v.quick->file_names = qfn;
2990 }
2991
2992 /* A helper for the "quick" functions which attempts to read the line
2993    table for THIS_CU.  */
2994
2995 static struct quick_file_names *
2996 dw2_get_file_names (struct dwarf2_per_cu_data *this_cu)
2997 {
2998   /* This should never be called for TUs.  */
2999   gdb_assert (! this_cu->is_debug_types);
3000   /* Nor type unit groups.  */
3001   gdb_assert (! IS_TYPE_UNIT_GROUP (this_cu));
3002
3003   if (this_cu->v.quick->file_names != NULL)
3004     return this_cu->v.quick->file_names;
3005   /* If we know there is no line data, no point in looking again.  */
3006   if (this_cu->v.quick->no_file_data)
3007     return NULL;
3008
3009   init_cutu_and_read_dies_simple (this_cu, dw2_get_file_names_reader, NULL);
3010
3011   if (this_cu->v.quick->no_file_data)
3012     return NULL;
3013   return this_cu->v.quick->file_names;
3014 }
3015
3016 /* A helper for the "quick" functions which computes and caches the
3017    real path for a given file name from the line table.  */
3018
3019 static const char *
3020 dw2_get_real_path (struct objfile *objfile,
3021                    struct quick_file_names *qfn, int index)
3022 {
3023   if (qfn->real_names == NULL)
3024     qfn->real_names = OBSTACK_CALLOC (&objfile->objfile_obstack,
3025                                       qfn->num_file_names, sizeof (char *));
3026
3027   if (qfn->real_names[index] == NULL)
3028     qfn->real_names[index] = gdb_realpath (qfn->file_names[index]);
3029
3030   return qfn->real_names[index];
3031 }
3032
3033 static struct symtab *
3034 dw2_find_last_source_symtab (struct objfile *objfile)
3035 {
3036   int index;
3037
3038   dw2_setup (objfile);
3039   index = dwarf2_per_objfile->n_comp_units - 1;
3040   return dw2_instantiate_symtab (dw2_get_cu (index));
3041 }
3042
3043 /* Traversal function for dw2_forget_cached_source_info.  */
3044
3045 static int
3046 dw2_free_cached_file_names (void **slot, void *info)
3047 {
3048   struct quick_file_names *file_data = (struct quick_file_names *) *slot;
3049
3050   if (file_data->real_names)
3051     {
3052       int i;
3053
3054       for (i = 0; i < file_data->num_file_names; ++i)
3055         {
3056           xfree ((void*) file_data->real_names[i]);
3057           file_data->real_names[i] = NULL;
3058         }
3059     }
3060
3061   return 1;
3062 }
3063
3064 static void
3065 dw2_forget_cached_source_info (struct objfile *objfile)
3066 {
3067   dw2_setup (objfile);
3068
3069   htab_traverse_noresize (dwarf2_per_objfile->quick_file_names_table,
3070                           dw2_free_cached_file_names, NULL);
3071 }
3072
3073 /* Helper function for dw2_map_symtabs_matching_filename that expands
3074    the symtabs and calls the iterator.  */
3075
3076 static int
3077 dw2_map_expand_apply (struct objfile *objfile,
3078                       struct dwarf2_per_cu_data *per_cu,
3079                       const char *name, const char *real_path,
3080                       int (*callback) (struct symtab *, void *),
3081                       void *data)
3082 {
3083   struct symtab *last_made = objfile->symtabs;
3084
3085   /* Don't visit already-expanded CUs.  */
3086   if (per_cu->v.quick->symtab)
3087     return 0;
3088
3089   /* This may expand more than one symtab, and we want to iterate over
3090      all of them.  */
3091   dw2_instantiate_symtab (per_cu);
3092
3093   return iterate_over_some_symtabs (name, real_path, callback, data,
3094                                     objfile->symtabs, last_made);
3095 }
3096
3097 /* Implementation of the map_symtabs_matching_filename method.  */
3098
3099 static int
3100 dw2_map_symtabs_matching_filename (struct objfile *objfile, const char *name,
3101                                    const char *real_path,
3102                                    int (*callback) (struct symtab *, void *),
3103                                    void *data)
3104 {
3105   int i;
3106   const char *name_basename = lbasename (name);
3107
3108   dw2_setup (objfile);
3109
3110   /* The rule is CUs specify all the files, including those used by
3111      any TU, so there's no need to scan TUs here.  */
3112
3113   for (i = 0; i < dwarf2_per_objfile->n_comp_units; ++i)
3114     {
3115       int j;
3116       struct dwarf2_per_cu_data *per_cu = dw2_get_primary_cu (i);
3117       struct quick_file_names *file_data;
3118
3119       /* We only need to look at symtabs not already expanded.  */
3120       if (per_cu->v.quick->symtab)
3121         continue;
3122
3123       file_data = dw2_get_file_names (per_cu);
3124       if (file_data == NULL)
3125         continue;
3126
3127       for (j = 0; j < file_data->num_file_names; ++j)
3128         {
3129           const char *this_name = file_data->file_names[j];
3130           const char *this_real_name;
3131
3132           if (compare_filenames_for_search (this_name, name))
3133             {
3134               if (dw2_map_expand_apply (objfile, per_cu, name, real_path,
3135                                         callback, data))
3136                 return 1;
3137               continue;
3138             }
3139
3140           /* Before we invoke realpath, which can get expensive when many
3141              files are involved, do a quick comparison of the basenames.  */
3142           if (! basenames_may_differ
3143               && FILENAME_CMP (lbasename (this_name), name_basename) != 0)
3144             continue;
3145
3146           this_real_name = dw2_get_real_path (objfile, file_data, j);
3147           if (compare_filenames_for_search (this_real_name, name))
3148             {
3149               if (dw2_map_expand_apply (objfile, per_cu, name, real_path,
3150                                         callback, data))
3151                 return 1;
3152               continue;
3153             }
3154
3155           if (real_path != NULL)
3156             {
3157               gdb_assert (IS_ABSOLUTE_PATH (real_path));
3158               gdb_assert (IS_ABSOLUTE_PATH (name));
3159               if (this_real_name != NULL
3160                   && FILENAME_CMP (real_path, this_real_name) == 0)
3161                 {
3162                   if (dw2_map_expand_apply (objfile, per_cu, name, real_path,
3163                                             callback, data))
3164                     return 1;
3165                   continue;
3166                 }
3167             }
3168         }
3169     }
3170
3171   return 0;
3172 }
3173
3174 /* Struct used to manage iterating over all CUs looking for a symbol.  */
3175
3176 struct dw2_symtab_iterator
3177 {
3178   /* The internalized form of .gdb_index.  */
3179   struct mapped_index *index;
3180   /* If non-zero, only look for symbols that match BLOCK_INDEX.  */
3181   int want_specific_block;
3182   /* One of GLOBAL_BLOCK or STATIC_BLOCK.
3183      Unused if !WANT_SPECIFIC_BLOCK.  */
3184   int block_index;
3185   /* The kind of symbol we're looking for.  */
3186   domain_enum domain;
3187   /* The list of CUs from the index entry of the symbol,
3188      or NULL if not found.  */
3189   offset_type *vec;
3190   /* The next element in VEC to look at.  */
3191   int next;
3192   /* The number of elements in VEC, or zero if there is no match.  */
3193   int length;
3194 };
3195
3196 /* Initialize the index symtab iterator ITER.
3197    If WANT_SPECIFIC_BLOCK is non-zero, only look for symbols
3198    in block BLOCK_INDEX.  Otherwise BLOCK_INDEX is ignored.  */
3199
3200 static void
3201 dw2_symtab_iter_init (struct dw2_symtab_iterator *iter,
3202                       struct mapped_index *index,
3203                       int want_specific_block,
3204                       int block_index,
3205                       domain_enum domain,
3206                       const char *name)
3207 {
3208   iter->index = index;
3209   iter->want_specific_block = want_specific_block;
3210   iter->block_index = block_index;
3211   iter->domain = domain;
3212   iter->next = 0;
3213
3214   if (find_slot_in_mapped_hash (index, name, &iter->vec))
3215     iter->length = MAYBE_SWAP (*iter->vec);
3216   else
3217     {
3218       iter->vec = NULL;
3219       iter->length = 0;
3220     }
3221 }
3222
3223 /* Return the next matching CU or NULL if there are no more.  */
3224
3225 static struct dwarf2_per_cu_data *
3226 dw2_symtab_iter_next (struct dw2_symtab_iterator *iter)
3227 {
3228   for ( ; iter->next < iter->length; ++iter->next)
3229     {
3230       offset_type cu_index_and_attrs =
3231         MAYBE_SWAP (iter->vec[iter->next + 1]);
3232       offset_type cu_index = GDB_INDEX_CU_VALUE (cu_index_and_attrs);
3233       struct dwarf2_per_cu_data *per_cu;
3234       int want_static = iter->block_index != GLOBAL_BLOCK;
3235       /* This value is only valid for index versions >= 7.  */
3236       int is_static = GDB_INDEX_SYMBOL_STATIC_VALUE (cu_index_and_attrs);
3237       gdb_index_symbol_kind symbol_kind =
3238         GDB_INDEX_SYMBOL_KIND_VALUE (cu_index_and_attrs);
3239       /* Only check the symbol attributes if they're present.
3240          Indices prior to version 7 don't record them,
3241          and indices >= 7 may elide them for certain symbols
3242          (gold does this).  */
3243       int attrs_valid =
3244         (iter->index->version >= 7
3245          && symbol_kind != GDB_INDEX_SYMBOL_KIND_NONE);
3246
3247       /* Don't crash on bad data.  */
3248       if (cu_index >= (dwarf2_per_objfile->n_comp_units
3249                        + dwarf2_per_objfile->n_type_units))
3250         {
3251           complaint (&symfile_complaints,
3252                      _(".gdb_index entry has bad CU index"
3253                        " [in module %s]"),
3254                      objfile_name (dwarf2_per_objfile->objfile));
3255           continue;
3256         }
3257
3258       per_cu = dw2_get_cu (cu_index);
3259
3260       /* Skip if already read in.  */
3261       if (per_cu->v.quick->symtab)
3262         continue;
3263
3264       if (attrs_valid
3265           && iter->want_specific_block
3266           && want_static != is_static)
3267         continue;
3268
3269       /* Only check the symbol's kind if it has one.  */
3270       if (attrs_valid)
3271         {
3272           switch (iter->domain)
3273             {
3274             case VAR_DOMAIN:
3275               if (symbol_kind != GDB_INDEX_SYMBOL_KIND_VARIABLE
3276                   && symbol_kind != GDB_INDEX_SYMBOL_KIND_FUNCTION
3277                   /* Some types are also in VAR_DOMAIN.  */
3278                   && symbol_kind != GDB_INDEX_SYMBOL_KIND_TYPE)
3279                 continue;
3280               break;
3281             case STRUCT_DOMAIN:
3282               if (symbol_kind != GDB_INDEX_SYMBOL_KIND_TYPE)
3283                 continue;
3284               break;
3285             case LABEL_DOMAIN:
3286               if (symbol_kind != GDB_INDEX_SYMBOL_KIND_OTHER)
3287                 continue;
3288               break;
3289             default:
3290               break;
3291             }
3292         }
3293
3294       ++iter->next;
3295       return per_cu;
3296     }
3297
3298   return NULL;
3299 }
3300
3301 static struct symtab *
3302 dw2_lookup_symbol (struct objfile *objfile, int block_index,
3303                    const char *name, domain_enum domain)
3304 {
3305   struct symtab *stab_best = NULL;
3306   struct mapped_index *index;
3307
3308   dw2_setup (objfile);
3309
3310   index = dwarf2_per_objfile->index_table;
3311
3312   /* index is NULL if OBJF_READNOW.  */
3313   if (index)
3314     {
3315       struct dw2_symtab_iterator iter;
3316       struct dwarf2_per_cu_data *per_cu;
3317
3318       dw2_symtab_iter_init (&iter, index, 1, block_index, domain, name);
3319
3320       while ((per_cu = dw2_symtab_iter_next (&iter)) != NULL)
3321         {
3322           struct symbol *sym = NULL;
3323           struct symtab *stab = dw2_instantiate_symtab (per_cu);
3324
3325           /* Some caution must be observed with overloaded functions
3326              and methods, since the index will not contain any overload
3327              information (but NAME might contain it).  */
3328           if (stab->primary)
3329             {
3330               struct blockvector *bv = BLOCKVECTOR (stab);
3331               struct block *block = BLOCKVECTOR_BLOCK (bv, block_index);
3332
3333               sym = lookup_block_symbol (block, name, domain);
3334             }
3335
3336           if (sym && strcmp_iw (SYMBOL_SEARCH_NAME (sym), name) == 0)
3337             {
3338               if (!TYPE_IS_OPAQUE (SYMBOL_TYPE (sym)))
3339                 return stab;
3340
3341               stab_best = stab;
3342             }
3343
3344           /* Keep looking through other CUs.  */
3345         }
3346     }
3347
3348   return stab_best;
3349 }
3350
3351 static void
3352 dw2_print_stats (struct objfile *objfile)
3353 {
3354   int i, total, count;
3355
3356   dw2_setup (objfile);
3357   total = dwarf2_per_objfile->n_comp_units + dwarf2_per_objfile->n_type_units;
3358   count = 0;
3359   for (i = 0; i < total; ++i)
3360     {
3361       struct dwarf2_per_cu_data *per_cu = dw2_get_cu (i);
3362
3363       if (!per_cu->v.quick->symtab)
3364         ++count;
3365     }
3366   printf_filtered (_("  Number of read CUs: %d\n"), total - count);
3367   printf_filtered (_("  Number of unread CUs: %d\n"), count);
3368 }
3369
3370 /* This dumps minimal information about the index.
3371    It is called via "mt print objfiles".
3372    One use is to verify .gdb_index has been loaded by the
3373    gdb.dwarf2/gdb-index.exp testcase.  */
3374
3375 static void
3376 dw2_dump (struct objfile *objfile)
3377 {
3378   dw2_setup (objfile);
3379   gdb_assert (dwarf2_per_objfile->using_index);
3380   printf_filtered (".gdb_index:");
3381   if (dwarf2_per_objfile->index_table != NULL)
3382     {
3383       printf_filtered (" version %d\n",
3384                        dwarf2_per_objfile->index_table->version);
3385     }
3386   else
3387     printf_filtered (" faked for \"readnow\"\n");
3388   printf_filtered ("\n");
3389 }
3390
3391 static void
3392 dw2_relocate (struct objfile *objfile,
3393               const struct section_offsets *new_offsets,
3394               const struct section_offsets *delta)
3395 {
3396   /* There's nothing to relocate here.  */
3397 }
3398
3399 static void
3400 dw2_expand_symtabs_for_function (struct objfile *objfile,
3401                                  const char *func_name)
3402 {
3403   struct mapped_index *index;
3404
3405   dw2_setup (objfile);
3406
3407   index = dwarf2_per_objfile->index_table;
3408
3409   /* index is NULL if OBJF_READNOW.  */
3410   if (index)
3411     {
3412       struct dw2_symtab_iterator iter;
3413       struct dwarf2_per_cu_data *per_cu;
3414
3415       /* Note: It doesn't matter what we pass for block_index here.  */
3416       dw2_symtab_iter_init (&iter, index, 0, GLOBAL_BLOCK, VAR_DOMAIN,
3417                             func_name);
3418
3419       while ((per_cu = dw2_symtab_iter_next (&iter)) != NULL)
3420         dw2_instantiate_symtab (per_cu);
3421     }
3422 }
3423
3424 static void
3425 dw2_expand_all_symtabs (struct objfile *objfile)
3426 {
3427   int i;
3428
3429   dw2_setup (objfile);
3430
3431   for (i = 0; i < (dwarf2_per_objfile->n_comp_units
3432                    + dwarf2_per_objfile->n_type_units); ++i)
3433     {
3434       struct dwarf2_per_cu_data *per_cu = dw2_get_cu (i);
3435
3436       dw2_instantiate_symtab (per_cu);
3437     }
3438 }
3439
3440 static void
3441 dw2_expand_symtabs_with_fullname (struct objfile *objfile,
3442                                   const char *fullname)
3443 {
3444   int i;
3445
3446   dw2_setup (objfile);
3447
3448   /* We don't need to consider type units here.
3449      This is only called for examining code, e.g. expand_line_sal.
3450      There can be an order of magnitude (or more) more type units
3451      than comp units, and we avoid them if we can.  */
3452
3453   for (i = 0; i < dwarf2_per_objfile->n_comp_units; ++i)
3454     {
3455       int j;
3456       struct dwarf2_per_cu_data *per_cu = dw2_get_cu (i);
3457       struct quick_file_names *file_data;
3458
3459       /* We only need to look at symtabs not already expanded.  */
3460       if (per_cu->v.quick->symtab)
3461         continue;
3462
3463       file_data = dw2_get_file_names (per_cu);
3464       if (file_data == NULL)
3465         continue;
3466
3467       for (j = 0; j < file_data->num_file_names; ++j)
3468         {
3469           const char *this_fullname = file_data->file_names[j];
3470
3471           if (filename_cmp (this_fullname, fullname) == 0)
3472             {
3473               dw2_instantiate_symtab (per_cu);
3474               break;
3475             }
3476         }
3477     }
3478 }
3479
3480 static void
3481 dw2_map_matching_symbols (const char * name, domain_enum namespace,
3482                           struct objfile *objfile, int global,
3483                           int (*callback) (struct block *,
3484                                            struct symbol *, void *),
3485                           void *data, symbol_compare_ftype *match,
3486                           symbol_compare_ftype *ordered_compare)
3487 {
3488   /* Currently unimplemented; used for Ada.  The function can be called if the
3489      current language is Ada for a non-Ada objfile using GNU index.  As Ada
3490      does not look for non-Ada symbols this function should just return.  */
3491 }
3492
3493 static void
3494 dw2_expand_symtabs_matching
3495   (struct objfile *objfile,
3496    int (*file_matcher) (const char *, void *, int basenames),
3497    int (*name_matcher) (const char *, void *),
3498    enum search_domain kind,
3499    void *data)
3500 {
3501   int i;
3502   offset_type iter;
3503   struct mapped_index *index;
3504
3505   dw2_setup (objfile);
3506
3507   /* index_table is NULL if OBJF_READNOW.  */
3508   if (!dwarf2_per_objfile->index_table)
3509     return;
3510   index = dwarf2_per_objfile->index_table;
3511
3512   if (file_matcher != NULL)
3513     {
3514       struct cleanup *cleanup;
3515       htab_t visited_found, visited_not_found;
3516
3517       visited_found = htab_create_alloc (10,
3518                                          htab_hash_pointer, htab_eq_pointer,
3519                                          NULL, xcalloc, xfree);
3520       cleanup = make_cleanup_htab_delete (visited_found);
3521       visited_not_found = htab_create_alloc (10,
3522                                              htab_hash_pointer, htab_eq_pointer,
3523                                              NULL, xcalloc, xfree);
3524       make_cleanup_htab_delete (visited_not_found);
3525
3526       /* The rule is CUs specify all the files, including those used by
3527          any TU, so there's no need to scan TUs here.  */
3528
3529       for (i = 0; i < dwarf2_per_objfile->n_comp_units; ++i)
3530         {
3531           int j;
3532           struct dwarf2_per_cu_data *per_cu = dw2_get_primary_cu (i);
3533           struct quick_file_names *file_data;
3534           void **slot;
3535
3536           per_cu->v.quick->mark = 0;
3537
3538           /* We only need to look at symtabs not already expanded.  */
3539           if (per_cu->v.quick->symtab)
3540             continue;
3541
3542           file_data = dw2_get_file_names (per_cu);
3543           if (file_data == NULL)
3544             continue;
3545
3546           if (htab_find (visited_not_found, file_data) != NULL)
3547             continue;
3548           else if (htab_find (visited_found, file_data) != NULL)
3549             {
3550               per_cu->v.quick->mark = 1;
3551               continue;
3552             }
3553
3554           for (j = 0; j < file_data->num_file_names; ++j)
3555             {
3556               const char *this_real_name;
3557
3558               if (file_matcher (file_data->file_names[j], data, 0))
3559                 {
3560                   per_cu->v.quick->mark = 1;
3561                   break;
3562                 }
3563
3564               /* Before we invoke realpath, which can get expensive when many
3565                  files are involved, do a quick comparison of the basenames.  */
3566               if (!basenames_may_differ
3567                   && !file_matcher (lbasename (file_data->file_names[j]),
3568                                     data, 1))
3569                 continue;
3570
3571               this_real_name = dw2_get_real_path (objfile, file_data, j);
3572               if (file_matcher (this_real_name, data, 0))
3573                 {
3574                   per_cu->v.quick->mark = 1;
3575                   break;
3576                 }
3577             }
3578
3579           slot = htab_find_slot (per_cu->v.quick->mark
3580                                  ? visited_found
3581                                  : visited_not_found,
3582                                  file_data, INSERT);
3583           *slot = file_data;
3584         }
3585
3586       do_cleanups (cleanup);
3587     }
3588
3589   for (iter = 0; iter < index->symbol_table_slots; ++iter)
3590     {
3591       offset_type idx = 2 * iter;
3592       const char *name;
3593       offset_type *vec, vec_len, vec_idx;
3594
3595       if (index->symbol_table[idx] == 0 && index->symbol_table[idx + 1] == 0)
3596         continue;
3597
3598       name = index->constant_pool + MAYBE_SWAP (index->symbol_table[idx]);
3599
3600       if (! (*name_matcher) (name, data))
3601         continue;
3602
3603       /* The name was matched, now expand corresponding CUs that were
3604          marked.  */
3605       vec = (offset_type *) (index->constant_pool
3606                              + MAYBE_SWAP (index->symbol_table[idx + 1]));
3607       vec_len = MAYBE_SWAP (vec[0]);
3608       for (vec_idx = 0; vec_idx < vec_len; ++vec_idx)
3609         {
3610           struct dwarf2_per_cu_data *per_cu;
3611           offset_type cu_index_and_attrs = MAYBE_SWAP (vec[vec_idx + 1]);
3612           gdb_index_symbol_kind symbol_kind =
3613             GDB_INDEX_SYMBOL_KIND_VALUE (cu_index_and_attrs);
3614           int cu_index = GDB_INDEX_CU_VALUE (cu_index_and_attrs);
3615           /* Only check the symbol attributes if they're present.
3616              Indices prior to version 7 don't record them,
3617              and indices >= 7 may elide them for certain symbols
3618              (gold does this).  */
3619           int attrs_valid =
3620             (index->version >= 7
3621              && symbol_kind != GDB_INDEX_SYMBOL_KIND_NONE);
3622
3623           /* Only check the symbol's kind if it has one.  */
3624           if (attrs_valid)
3625             {
3626               switch (kind)
3627                 {
3628                 case VARIABLES_DOMAIN:
3629                   if (symbol_kind != GDB_INDEX_SYMBOL_KIND_VARIABLE)
3630                     continue;
3631                   break;
3632                 case FUNCTIONS_DOMAIN:
3633                   if (symbol_kind != GDB_INDEX_SYMBOL_KIND_FUNCTION)
3634                     continue;
3635                   break;
3636                 case TYPES_DOMAIN:
3637                   if (symbol_kind != GDB_INDEX_SYMBOL_KIND_TYPE)
3638                     continue;
3639                   break;
3640                 default:
3641                   break;
3642                 }
3643             }
3644
3645           /* Don't crash on bad data.  */
3646           if (cu_index >= (dwarf2_per_objfile->n_comp_units
3647                            + dwarf2_per_objfile->n_type_units))
3648             {
3649               complaint (&symfile_complaints,
3650                          _(".gdb_index entry has bad CU index"
3651                            " [in module %s]"), objfile_name (objfile));
3652               continue;
3653             }
3654
3655           per_cu = dw2_get_cu (cu_index);
3656           if (file_matcher == NULL || per_cu->v.quick->mark)
3657             dw2_instantiate_symtab (per_cu);
3658         }
3659     }
3660 }
3661
3662 /* A helper for dw2_find_pc_sect_symtab which finds the most specific
3663    symtab.  */
3664
3665 static struct symtab *
3666 recursively_find_pc_sect_symtab (struct symtab *symtab, CORE_ADDR pc)
3667 {
3668   int i;
3669
3670   if (BLOCKVECTOR (symtab) != NULL
3671       && blockvector_contains_pc (BLOCKVECTOR (symtab), pc))
3672     return symtab;
3673
3674   if (symtab->includes == NULL)
3675     return NULL;
3676
3677   for (i = 0; symtab->includes[i]; ++i)
3678     {
3679       struct symtab *s = symtab->includes[i];
3680
3681       s = recursively_find_pc_sect_symtab (s, pc);
3682       if (s != NULL)
3683         return s;
3684     }
3685
3686   return NULL;
3687 }
3688
3689 static struct symtab *
3690 dw2_find_pc_sect_symtab (struct objfile *objfile,
3691                          struct minimal_symbol *msymbol,
3692                          CORE_ADDR pc,
3693                          struct obj_section *section,
3694                          int warn_if_readin)
3695 {
3696   struct dwarf2_per_cu_data *data;
3697   struct symtab *result;
3698
3699   dw2_setup (objfile);
3700
3701   if (!objfile->psymtabs_addrmap)
3702     return NULL;
3703
3704   data = addrmap_find (objfile->psymtabs_addrmap, pc);
3705   if (!data)
3706     return NULL;
3707
3708   if (warn_if_readin && data->v.quick->symtab)
3709     warning (_("(Internal error: pc %s in read in CU, but not in symtab.)"),
3710              paddress (get_objfile_arch (objfile), pc));
3711
3712   result = recursively_find_pc_sect_symtab (dw2_instantiate_symtab (data), pc);
3713   gdb_assert (result != NULL);
3714   return result;
3715 }
3716
3717 static void
3718 dw2_map_symbol_filenames (struct objfile *objfile, symbol_filename_ftype *fun,
3719                           void *data, int need_fullname)
3720 {
3721   int i;
3722   struct cleanup *cleanup;
3723   htab_t visited = htab_create_alloc (10, htab_hash_pointer, htab_eq_pointer,
3724                                       NULL, xcalloc, xfree);
3725
3726   cleanup = make_cleanup_htab_delete (visited);
3727   dw2_setup (objfile);
3728
3729   /* The rule is CUs specify all the files, including those used by
3730      any TU, so there's no need to scan TUs here.
3731      We can ignore file names coming from already-expanded CUs.  */
3732
3733   for (i = 0; i < dwarf2_per_objfile->n_comp_units; ++i)
3734     {
3735       struct dwarf2_per_cu_data *per_cu = dw2_get_cu (i);
3736
3737       if (per_cu->v.quick->symtab)
3738         {
3739           void **slot = htab_find_slot (visited, per_cu->v.quick->file_names,
3740                                         INSERT);
3741
3742           *slot = per_cu->v.quick->file_names;
3743         }
3744     }
3745
3746   for (i = 0; i < dwarf2_per_objfile->n_comp_units; ++i)
3747     {
3748       int j;
3749       struct dwarf2_per_cu_data *per_cu = dw2_get_primary_cu (i);
3750       struct quick_file_names *file_data;
3751       void **slot;
3752
3753       /* We only need to look at symtabs not already expanded.  */
3754       if (per_cu->v.quick->symtab)
3755         continue;
3756
3757       file_data = dw2_get_file_names (per_cu);
3758       if (file_data == NULL)
3759         continue;
3760
3761       slot = htab_find_slot (visited, file_data, INSERT);
3762       if (*slot)
3763         {
3764           /* Already visited.  */
3765           continue;
3766         }
3767       *slot = file_data;
3768
3769       for (j = 0; j < file_data->num_file_names; ++j)
3770         {
3771           const char *this_real_name;
3772
3773           if (need_fullname)
3774             this_real_name = dw2_get_real_path (objfile, file_data, j);
3775           else
3776             this_real_name = NULL;
3777           (*fun) (file_data->file_names[j], this_real_name, data);
3778         }
3779     }
3780
3781   do_cleanups (cleanup);
3782 }
3783
3784 static int
3785 dw2_has_symbols (struct objfile *objfile)
3786 {
3787   return 1;
3788 }
3789
3790 const struct quick_symbol_functions dwarf2_gdb_index_functions =
3791 {
3792   dw2_has_symbols,
3793   dw2_find_last_source_symtab,
3794   dw2_forget_cached_source_info,
3795   dw2_map_symtabs_matching_filename,
3796   dw2_lookup_symbol,
3797   dw2_print_stats,
3798   dw2_dump,
3799   dw2_relocate,
3800   dw2_expand_symtabs_for_function,
3801   dw2_expand_all_symtabs,
3802   dw2_expand_symtabs_with_fullname,
3803   dw2_map_matching_symbols,
3804   dw2_expand_symtabs_matching,
3805   dw2_find_pc_sect_symtab,
3806   dw2_map_symbol_filenames
3807 };
3808
3809 /* Initialize for reading DWARF for this objfile.  Return 0 if this
3810    file will use psymtabs, or 1 if using the GNU index.  */
3811
3812 int
3813 dwarf2_initialize_objfile (struct objfile *objfile)
3814 {
3815   /* If we're about to read full symbols, don't bother with the
3816      indices.  In this case we also don't care if some other debug
3817      format is making psymtabs, because they are all about to be
3818      expanded anyway.  */
3819   if ((objfile->flags & OBJF_READNOW))
3820     {
3821       int i;
3822
3823       dwarf2_per_objfile->using_index = 1;
3824       create_all_comp_units (objfile);
3825       create_all_type_units (objfile);
3826       dwarf2_per_objfile->quick_file_names_table =
3827         create_quick_file_names_table (dwarf2_per_objfile->n_comp_units);
3828
3829       for (i = 0; i < (dwarf2_per_objfile->n_comp_units
3830                        + dwarf2_per_objfile->n_type_units); ++i)
3831         {
3832           struct dwarf2_per_cu_data *per_cu = dw2_get_cu (i);
3833
3834           per_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack,
3835                                             struct dwarf2_per_cu_quick_data);
3836         }
3837
3838       /* Return 1 so that gdb sees the "quick" functions.  However,
3839          these functions will be no-ops because we will have expanded
3840          all symtabs.  */
3841       return 1;
3842     }
3843
3844   if (dwarf2_read_index (objfile))
3845     return 1;
3846
3847   return 0;
3848 }
3849
3850 \f
3851
3852 /* Build a partial symbol table.  */
3853
3854 void
3855 dwarf2_build_psymtabs (struct objfile *objfile)
3856 {
3857   volatile struct gdb_exception except;
3858
3859   if (objfile->global_psymbols.size == 0 && objfile->static_psymbols.size == 0)
3860     {
3861       init_psymbol_list (objfile, 1024);
3862     }
3863
3864   TRY_CATCH (except, RETURN_MASK_ERROR)
3865     {
3866       /* This isn't really ideal: all the data we allocate on the
3867          objfile's obstack is still uselessly kept around.  However,
3868          freeing it seems unsafe.  */
3869       struct cleanup *cleanups = make_cleanup_discard_psymtabs (objfile);
3870
3871       dwarf2_build_psymtabs_hard (objfile);
3872       discard_cleanups (cleanups);
3873     }
3874   if (except.reason < 0)
3875     exception_print (gdb_stderr, except);
3876 }
3877
3878 /* Return the total length of the CU described by HEADER.  */
3879
3880 static unsigned int
3881 get_cu_length (const struct comp_unit_head *header)
3882 {
3883   return header->initial_length_size + header->length;
3884 }
3885
3886 /* Return TRUE if OFFSET is within CU_HEADER.  */
3887
3888 static inline int
3889 offset_in_cu_p (const struct comp_unit_head *cu_header, sect_offset offset)
3890 {
3891   sect_offset bottom = { cu_header->offset.sect_off };
3892   sect_offset top = { cu_header->offset.sect_off + get_cu_length (cu_header) };
3893
3894   return (offset.sect_off >= bottom.sect_off && offset.sect_off < top.sect_off);
3895 }
3896
3897 /* Find the base address of the compilation unit for range lists and
3898    location lists.  It will normally be specified by DW_AT_low_pc.
3899    In DWARF-3 draft 4, the base address could be overridden by
3900    DW_AT_entry_pc.  It's been removed, but GCC still uses this for
3901    compilation units with discontinuous ranges.  */
3902
3903 static void
3904 dwarf2_find_base_address (struct die_info *die, struct dwarf2_cu *cu)
3905 {
3906   struct attribute *attr;
3907
3908   cu->base_known = 0;
3909   cu->base_address = 0;
3910
3911   attr = dwarf2_attr (die, DW_AT_entry_pc, cu);
3912   if (attr)
3913     {
3914       cu->base_address = DW_ADDR (attr);
3915       cu->base_known = 1;
3916     }
3917   else
3918     {
3919       attr = dwarf2_attr (die, DW_AT_low_pc, cu);
3920       if (attr)
3921         {
3922           cu->base_address = DW_ADDR (attr);
3923           cu->base_known = 1;
3924         }
3925     }
3926 }
3927
3928 /* Read in the comp unit header information from the debug_info at info_ptr.
3929    NOTE: This leaves members offset, first_die_offset to be filled in
3930    by the caller.  */
3931
3932 static const gdb_byte *
3933 read_comp_unit_head (struct comp_unit_head *cu_header,
3934                      const gdb_byte *info_ptr, bfd *abfd)
3935 {
3936   int signed_addr;
3937   unsigned int bytes_read;
3938
3939   cu_header->length = read_initial_length (abfd, info_ptr, &bytes_read);
3940   cu_header->initial_length_size = bytes_read;
3941   cu_header->offset_size = (bytes_read == 4) ? 4 : 8;
3942   info_ptr += bytes_read;
3943   cu_header->version = read_2_bytes (abfd, info_ptr);
3944   info_ptr += 2;
3945   cu_header->abbrev_offset.sect_off = read_offset (abfd, info_ptr, cu_header,
3946                                              &bytes_read);
3947   info_ptr += bytes_read;
3948   cu_header->addr_size = read_1_byte (abfd, info_ptr);
3949   info_ptr += 1;
3950   signed_addr = bfd_get_sign_extend_vma (abfd);
3951   if (signed_addr < 0)
3952     internal_error (__FILE__, __LINE__,
3953                     _("read_comp_unit_head: dwarf from non elf file"));
3954   cu_header->signed_addr_p = signed_addr;
3955
3956   return info_ptr;
3957 }
3958
3959 /* Helper function that returns the proper abbrev section for
3960    THIS_CU.  */
3961
3962 static struct dwarf2_section_info *
3963 get_abbrev_section_for_cu (struct dwarf2_per_cu_data *this_cu)
3964 {
3965   struct dwarf2_section_info *abbrev;
3966
3967   if (this_cu->is_dwz)
3968     abbrev = &dwarf2_get_dwz_file ()->abbrev;
3969   else
3970     abbrev = &dwarf2_per_objfile->abbrev;
3971
3972   return abbrev;
3973 }
3974
3975 /* Subroutine of read_and_check_comp_unit_head and
3976    read_and_check_type_unit_head to simplify them.
3977    Perform various error checking on the header.  */
3978
3979 static void
3980 error_check_comp_unit_head (struct comp_unit_head *header,
3981                             struct dwarf2_section_info *section,
3982                             struct dwarf2_section_info *abbrev_section)
3983 {
3984   bfd *abfd = section->asection->owner;
3985   const char *filename = bfd_get_filename (abfd);
3986
3987   if (header->version != 2 && header->version != 3 && header->version != 4)
3988     error (_("Dwarf Error: wrong version in compilation unit header "
3989            "(is %d, should be 2, 3, or 4) [in module %s]"), header->version,
3990            filename);
3991
3992   if (header->abbrev_offset.sect_off
3993       >= dwarf2_section_size (dwarf2_per_objfile->objfile, abbrev_section))
3994     error (_("Dwarf Error: bad offset (0x%lx) in compilation unit header "
3995            "(offset 0x%lx + 6) [in module %s]"),
3996            (long) header->abbrev_offset.sect_off, (long) header->offset.sect_off,
3997            filename);
3998
3999   /* Cast to unsigned long to use 64-bit arithmetic when possible to
4000      avoid potential 32-bit overflow.  */
4001   if (((unsigned long) header->offset.sect_off + get_cu_length (header))
4002       > section->size)
4003     error (_("Dwarf Error: bad length (0x%lx) in compilation unit header "
4004            "(offset 0x%lx + 0) [in module %s]"),
4005            (long) header->length, (long) header->offset.sect_off,
4006            filename);
4007 }
4008
4009 /* Read in a CU/TU header and perform some basic error checking.
4010    The contents of the header are stored in HEADER.
4011    The result is a pointer to the start of the first DIE.  */
4012
4013 static const gdb_byte *
4014 read_and_check_comp_unit_head (struct comp_unit_head *header,
4015                                struct dwarf2_section_info *section,
4016                                struct dwarf2_section_info *abbrev_section,
4017                                const gdb_byte *info_ptr,
4018                                int is_debug_types_section)
4019 {
4020   const gdb_byte *beg_of_comp_unit = info_ptr;
4021   bfd *abfd = section->asection->owner;
4022
4023   header->offset.sect_off = beg_of_comp_unit - section->buffer;
4024
4025   info_ptr = read_comp_unit_head (header, info_ptr, abfd);
4026
4027   /* If we're reading a type unit, skip over the signature and
4028      type_offset fields.  */
4029   if (is_debug_types_section)
4030     info_ptr += 8 /*signature*/ + header->offset_size;
4031
4032   header->first_die_offset.cu_off = info_ptr - beg_of_comp_unit;
4033
4034   error_check_comp_unit_head (header, section, abbrev_section);
4035
4036   return info_ptr;
4037 }
4038
4039 /* Read in the types comp unit header information from .debug_types entry at
4040    types_ptr.  The result is a pointer to one past the end of the header.  */
4041
4042 static const gdb_byte *
4043 read_and_check_type_unit_head (struct comp_unit_head *header,
4044                                struct dwarf2_section_info *section,
4045                                struct dwarf2_section_info *abbrev_section,
4046                                const gdb_byte *info_ptr,
4047                                ULONGEST *signature,
4048                                cu_offset *type_offset_in_tu)
4049 {
4050   const gdb_byte *beg_of_comp_unit = info_ptr;
4051   bfd *abfd = section->asection->owner;
4052
4053   header->offset.sect_off = beg_of_comp_unit - section->buffer;
4054
4055   info_ptr = read_comp_unit_head (header, info_ptr, abfd);
4056
4057   /* If we're reading a type unit, skip over the signature and
4058      type_offset fields.  */
4059   if (signature != NULL)
4060     *signature = read_8_bytes (abfd, info_ptr);
4061   info_ptr += 8;
4062   if (type_offset_in_tu != NULL)
4063     type_offset_in_tu->cu_off = read_offset_1 (abfd, info_ptr,
4064                                                header->offset_size);
4065   info_ptr += header->offset_size;
4066
4067   header->first_die_offset.cu_off = info_ptr - beg_of_comp_unit;
4068
4069   error_check_comp_unit_head (header, section, abbrev_section);
4070
4071   return info_ptr;
4072 }
4073
4074 /* Fetch the abbreviation table offset from a comp or type unit header.  */
4075
4076 static sect_offset
4077 read_abbrev_offset (struct dwarf2_section_info *section,
4078                     sect_offset offset)
4079 {
4080   bfd *abfd = section->asection->owner;
4081   const gdb_byte *info_ptr;
4082   unsigned int length, initial_length_size, offset_size;
4083   sect_offset abbrev_offset;
4084
4085   dwarf2_read_section (dwarf2_per_objfile->objfile, section);
4086   info_ptr = section->buffer + offset.sect_off;
4087   length = read_initial_length (abfd, info_ptr, &initial_length_size);
4088   offset_size = initial_length_size == 4 ? 4 : 8;
4089   info_ptr += initial_length_size + 2 /*version*/;
4090   abbrev_offset.sect_off = read_offset_1 (abfd, info_ptr, offset_size);
4091   return abbrev_offset;
4092 }
4093
4094 /* Allocate a new partial symtab for file named NAME and mark this new
4095    partial symtab as being an include of PST.  */
4096
4097 static void
4098 dwarf2_create_include_psymtab (const char *name, struct partial_symtab *pst,
4099                                struct objfile *objfile)
4100 {
4101   struct partial_symtab *subpst = allocate_psymtab (name, objfile);
4102
4103   if (!IS_ABSOLUTE_PATH (subpst->filename))
4104     {
4105       /* It shares objfile->objfile_obstack.  */
4106       subpst->dirname = pst->dirname;
4107     }
4108
4109   subpst->section_offsets = pst->section_offsets;
4110   subpst->textlow = 0;
4111   subpst->texthigh = 0;
4112
4113   subpst->dependencies = (struct partial_symtab **)
4114     obstack_alloc (&objfile->objfile_obstack,
4115                    sizeof (struct partial_symtab *));
4116   subpst->dependencies[0] = pst;
4117   subpst->number_of_dependencies = 1;
4118
4119   subpst->globals_offset = 0;
4120   subpst->n_global_syms = 0;
4121   subpst->statics_offset = 0;
4122   subpst->n_static_syms = 0;
4123   subpst->symtab = NULL;
4124   subpst->read_symtab = pst->read_symtab;
4125   subpst->readin = 0;
4126
4127   /* No private part is necessary for include psymtabs.  This property
4128      can be used to differentiate between such include psymtabs and
4129      the regular ones.  */
4130   subpst->read_symtab_private = NULL;
4131 }
4132
4133 /* Read the Line Number Program data and extract the list of files
4134    included by the source file represented by PST.  Build an include
4135    partial symtab for each of these included files.  */
4136
4137 static void
4138 dwarf2_build_include_psymtabs (struct dwarf2_cu *cu,
4139                                struct die_info *die,
4140                                struct partial_symtab *pst)
4141 {
4142   struct line_header *lh = NULL;
4143   struct attribute *attr;
4144
4145   attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
4146   if (attr)
4147     lh = dwarf_decode_line_header (DW_UNSND (attr), cu);
4148   if (lh == NULL)
4149     return;  /* No linetable, so no includes.  */
4150
4151   /* NOTE: pst->dirname is DW_AT_comp_dir (if present).  */
4152   dwarf_decode_lines (lh, pst->dirname, cu, pst, 1);
4153
4154   free_line_header (lh);
4155 }
4156
4157 static hashval_t
4158 hash_signatured_type (const void *item)
4159 {
4160   const struct signatured_type *sig_type = item;
4161
4162   /* This drops the top 32 bits of the signature, but is ok for a hash.  */
4163   return sig_type->signature;
4164 }
4165
4166 static int
4167 eq_signatured_type (const void *item_lhs, const void *item_rhs)
4168 {
4169   const struct signatured_type *lhs = item_lhs;
4170   const struct signatured_type *rhs = item_rhs;
4171
4172   return lhs->signature == rhs->signature;
4173 }
4174
4175 /* Allocate a hash table for signatured types.  */
4176
4177 static htab_t
4178 allocate_signatured_type_table (struct objfile *objfile)
4179 {
4180   return htab_create_alloc_ex (41,
4181                                hash_signatured_type,
4182                                eq_signatured_type,
4183                                NULL,
4184                                &objfile->objfile_obstack,
4185                                hashtab_obstack_allocate,
4186                                dummy_obstack_deallocate);
4187 }
4188
4189 /* A helper function to add a signatured type CU to a table.  */
4190
4191 static int
4192 add_signatured_type_cu_to_table (void **slot, void *datum)
4193 {
4194   struct signatured_type *sigt = *slot;
4195   struct signatured_type ***datap = datum;
4196
4197   **datap = sigt;
4198   ++*datap;
4199
4200   return 1;
4201 }
4202
4203 /* Create the hash table of all entries in the .debug_types
4204    (or .debug_types.dwo) section(s).
4205    If reading a DWO file, then DWO_FILE is a pointer to the DWO file object,
4206    otherwise it is NULL.
4207
4208    The result is a pointer to the hash table or NULL if there are no types.
4209
4210    Note: This function processes DWO files only, not DWP files.  */
4211
4212 static htab_t
4213 create_debug_types_hash_table (struct dwo_file *dwo_file,
4214                                VEC (dwarf2_section_info_def) *types)
4215 {
4216   struct objfile *objfile = dwarf2_per_objfile->objfile;
4217   htab_t types_htab = NULL;
4218   int ix;
4219   struct dwarf2_section_info *section;
4220   struct dwarf2_section_info *abbrev_section;
4221
4222   if (VEC_empty (dwarf2_section_info_def, types))
4223     return NULL;
4224
4225   abbrev_section = (dwo_file != NULL
4226                     ? &dwo_file->sections.abbrev
4227                     : &dwarf2_per_objfile->abbrev);
4228
4229   if (dwarf2_read_debug)
4230     fprintf_unfiltered (gdb_stdlog, "Reading .debug_types%s for %s:\n",
4231                         dwo_file ? ".dwo" : "",
4232                         bfd_get_filename (abbrev_section->asection->owner));
4233
4234   for (ix = 0;
4235        VEC_iterate (dwarf2_section_info_def, types, ix, section);
4236        ++ix)
4237     {
4238       bfd *abfd;
4239       const gdb_byte *info_ptr, *end_ptr;
4240       struct dwarf2_section_info *abbrev_section;
4241
4242       dwarf2_read_section (objfile, section);
4243       info_ptr = section->buffer;
4244
4245       if (info_ptr == NULL)
4246         continue;
4247
4248       /* We can't set abfd until now because the section may be empty or
4249          not present, in which case section->asection will be NULL.  */
4250       abfd = section->asection->owner;
4251
4252       if (dwo_file)
4253         abbrev_section = &dwo_file->sections.abbrev;
4254       else
4255         abbrev_section = &dwarf2_per_objfile->abbrev;
4256
4257       /* We don't use init_cutu_and_read_dies_simple, or some such, here
4258          because we don't need to read any dies: the signature is in the
4259          header.  */
4260
4261       end_ptr = info_ptr + section->size;
4262       while (info_ptr < end_ptr)
4263         {
4264           sect_offset offset;
4265           cu_offset type_offset_in_tu;
4266           ULONGEST signature;
4267           struct signatured_type *sig_type;
4268           struct dwo_unit *dwo_tu;
4269           void **slot;
4270           const gdb_byte *ptr = info_ptr;
4271           struct comp_unit_head header;
4272           unsigned int length;
4273
4274           offset.sect_off = ptr - section->buffer;
4275
4276           /* We need to read the type's signature in order to build the hash
4277              table, but we don't need anything else just yet.  */
4278
4279           ptr = read_and_check_type_unit_head (&header, section,
4280                                                abbrev_section, ptr,
4281                                                &signature, &type_offset_in_tu);
4282
4283           length = get_cu_length (&header);
4284
4285           /* Skip dummy type units.  */
4286           if (ptr >= info_ptr + length
4287               || peek_abbrev_code (abfd, ptr) == 0)
4288             {
4289               info_ptr += length;
4290               continue;
4291             }
4292
4293           if (types_htab == NULL)
4294             {
4295               if (dwo_file)
4296                 types_htab = allocate_dwo_unit_table (objfile);
4297               else
4298                 types_htab = allocate_signatured_type_table (objfile);
4299             }
4300
4301           if (dwo_file)
4302             {
4303               sig_type = NULL;
4304               dwo_tu = OBSTACK_ZALLOC (&objfile->objfile_obstack,
4305                                        struct dwo_unit);
4306               dwo_tu->dwo_file = dwo_file;
4307               dwo_tu->signature = signature;
4308               dwo_tu->type_offset_in_tu = type_offset_in_tu;
4309               dwo_tu->section = section;
4310               dwo_tu->offset = offset;
4311               dwo_tu->length = length;
4312             }
4313           else
4314             {
4315               /* N.B.: type_offset is not usable if this type uses a DWO file.
4316                  The real type_offset is in the DWO file.  */
4317               dwo_tu = NULL;
4318               sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
4319                                          struct signatured_type);
4320               sig_type->signature = signature;
4321               sig_type->type_offset_in_tu = type_offset_in_tu;
4322               sig_type->per_cu.objfile = objfile;
4323               sig_type->per_cu.is_debug_types = 1;
4324               sig_type->per_cu.section = section;
4325               sig_type->per_cu.offset = offset;
4326               sig_type->per_cu.length = length;
4327             }
4328
4329           slot = htab_find_slot (types_htab,
4330                                  dwo_file ? (void*) dwo_tu : (void *) sig_type,
4331                                  INSERT);
4332           gdb_assert (slot != NULL);
4333           if (*slot != NULL)
4334             {
4335               sect_offset dup_offset;
4336
4337               if (dwo_file)
4338                 {
4339                   const struct dwo_unit *dup_tu = *slot;
4340
4341                   dup_offset = dup_tu->offset;
4342                 }
4343               else
4344                 {
4345                   const struct signatured_type *dup_tu = *slot;
4346
4347                   dup_offset = dup_tu->per_cu.offset;
4348                 }
4349
4350               complaint (&symfile_complaints,
4351                          _("debug type entry at offset 0x%x is duplicate to"
4352                            " the entry at offset 0x%x, signature %s"),
4353                          offset.sect_off, dup_offset.sect_off,
4354                          hex_string (signature));
4355             }
4356           *slot = dwo_file ? (void *) dwo_tu : (void *) sig_type;
4357
4358           if (dwarf2_read_debug)
4359             fprintf_unfiltered (gdb_stdlog, "  offset 0x%x, signature %s\n",
4360                                 offset.sect_off,
4361                                 hex_string (signature));
4362
4363           info_ptr += length;
4364         }
4365     }
4366
4367   return types_htab;
4368 }
4369
4370 /* Create the hash table of all entries in the .debug_types section,
4371    and initialize all_type_units.
4372    The result is zero if there is an error (e.g. missing .debug_types section),
4373    otherwise non-zero.  */
4374
4375 static int
4376 create_all_type_units (struct objfile *objfile)
4377 {
4378   htab_t types_htab;
4379   struct signatured_type **iter;
4380
4381   types_htab = create_debug_types_hash_table (NULL, dwarf2_per_objfile->types);
4382   if (types_htab == NULL)
4383     {
4384       dwarf2_per_objfile->signatured_types = NULL;
4385       return 0;
4386     }
4387
4388   dwarf2_per_objfile->signatured_types = types_htab;
4389
4390   dwarf2_per_objfile->n_type_units = htab_elements (types_htab);
4391   dwarf2_per_objfile->all_type_units
4392     = xmalloc (dwarf2_per_objfile->n_type_units
4393                * sizeof (struct signatured_type *));
4394   iter = &dwarf2_per_objfile->all_type_units[0];
4395   htab_traverse_noresize (types_htab, add_signatured_type_cu_to_table, &iter);
4396   gdb_assert (iter - &dwarf2_per_objfile->all_type_units[0]
4397               == dwarf2_per_objfile->n_type_units);
4398
4399   return 1;
4400 }
4401
4402 /* Subroutine of lookup_dwo_signatured_type and lookup_dwp_signatured_type.
4403    Fill in SIG_ENTRY with DWO_ENTRY.  */
4404
4405 static void
4406 fill_in_sig_entry_from_dwo_entry (struct objfile *objfile,
4407                                   struct signatured_type *sig_entry,
4408                                   struct dwo_unit *dwo_entry)
4409 {
4410   /* Make sure we're not clobbering something we don't expect to.  */
4411   gdb_assert (! sig_entry->per_cu.queued);
4412   gdb_assert (sig_entry->per_cu.cu == NULL);
4413   gdb_assert (sig_entry->per_cu.v.quick != NULL);
4414   gdb_assert (sig_entry->per_cu.v.quick->symtab == NULL);
4415   gdb_assert (sig_entry->signature == dwo_entry->signature);
4416   gdb_assert (sig_entry->type_offset_in_section.sect_off == 0);
4417   gdb_assert (sig_entry->type_unit_group == NULL);
4418   gdb_assert (sig_entry->dwo_unit == NULL);
4419
4420   sig_entry->per_cu.section = dwo_entry->section;
4421   sig_entry->per_cu.offset = dwo_entry->offset;
4422   sig_entry->per_cu.length = dwo_entry->length;
4423   sig_entry->per_cu.reading_dwo_directly = 1;
4424   sig_entry->per_cu.objfile = objfile;
4425   sig_entry->type_offset_in_tu = dwo_entry->type_offset_in_tu;
4426   sig_entry->dwo_unit = dwo_entry;
4427 }
4428
4429 /* Subroutine of lookup_signatured_type.
4430    If we haven't read the TU yet, create the signatured_type data structure
4431    for a TU to be read in directly from a DWO file, bypassing the stub.
4432    This is the "Stay in DWO Optimization": When there is no DWP file and we're
4433    using .gdb_index, then when reading a CU we want to stay in the DWO file
4434    containing that CU.  Otherwise we could end up reading several other DWO
4435    files (due to comdat folding) to process the transitive closure of all the
4436    mentioned TUs, and that can be slow.  The current DWO file will have every
4437    type signature that it needs.
4438    We only do this for .gdb_index because in the psymtab case we already have
4439    to read all the DWOs to build the type unit groups.  */
4440
4441 static struct signatured_type *
4442 lookup_dwo_signatured_type (struct dwarf2_cu *cu, ULONGEST sig)
4443 {
4444   struct objfile *objfile = dwarf2_per_objfile->objfile;
4445   struct dwo_file *dwo_file;
4446   struct dwo_unit find_dwo_entry, *dwo_entry;
4447   struct signatured_type find_sig_entry, *sig_entry;
4448
4449   gdb_assert (cu->dwo_unit && dwarf2_per_objfile->using_index);
4450
4451   /* Note: cu->dwo_unit is the dwo_unit that references this TU, not the
4452      dwo_unit of the TU itself.  */
4453   dwo_file = cu->dwo_unit->dwo_file;
4454
4455   /* We only ever need to read in one copy of a signatured type.
4456      Just use the global signatured_types array.  If this is the first time
4457      we're reading this type, replace the recorded data from .gdb_index with
4458      this TU.  */
4459
4460   if (dwarf2_per_objfile->signatured_types == NULL)
4461     return NULL;
4462   find_sig_entry.signature = sig;
4463   sig_entry = htab_find (dwarf2_per_objfile->signatured_types, &find_sig_entry);
4464   if (sig_entry == NULL)
4465     return NULL;
4466
4467   /* We can get here with the TU already read, *or* in the process of being
4468      read.  Don't reassign it if that's the case.  Also note that if the TU is
4469      already being read, it may not have come from a DWO, the program may be
4470      a mix of Fission-compiled code and non-Fission-compiled code.  */
4471   /* Have we already tried to read this TU?  */
4472   if (sig_entry->per_cu.tu_read)
4473     return sig_entry;
4474
4475   /* Ok, this is the first time we're reading this TU.  */
4476   if (dwo_file->tus == NULL)
4477     return NULL;
4478   find_dwo_entry.signature = sig;
4479   dwo_entry = htab_find (dwo_file->tus, &find_dwo_entry);
4480   if (dwo_entry == NULL)
4481     return NULL;
4482
4483   fill_in_sig_entry_from_dwo_entry (objfile, sig_entry, dwo_entry);
4484   sig_entry->per_cu.tu_read = 1;
4485   return sig_entry;
4486 }
4487
4488 /* Subroutine of lookup_dwp_signatured_type.
4489    Add an entry for signature SIG to dwarf2_per_objfile->signatured_types.  */
4490
4491 static struct signatured_type *
4492 add_type_unit (ULONGEST sig)
4493 {
4494   struct objfile *objfile = dwarf2_per_objfile->objfile;
4495   int n_type_units = dwarf2_per_objfile->n_type_units;
4496   struct signatured_type *sig_type;
4497   void **slot;
4498
4499   ++n_type_units;
4500   dwarf2_per_objfile->all_type_units =
4501     xrealloc (dwarf2_per_objfile->all_type_units,
4502               n_type_units * sizeof (struct signatured_type *));
4503   dwarf2_per_objfile->n_type_units = n_type_units;
4504   sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
4505                              struct signatured_type);
4506   dwarf2_per_objfile->all_type_units[n_type_units - 1] = sig_type;
4507   sig_type->signature = sig;
4508   sig_type->per_cu.is_debug_types = 1;
4509   sig_type->per_cu.v.quick =
4510     OBSTACK_ZALLOC (&objfile->objfile_obstack,
4511                     struct dwarf2_per_cu_quick_data);
4512   slot = htab_find_slot (dwarf2_per_objfile->signatured_types,
4513                          sig_type, INSERT);
4514   gdb_assert (*slot == NULL);
4515   *slot = sig_type;
4516   /* The rest of sig_type must be filled in by the caller.  */
4517   return sig_type;
4518 }
4519
4520 /* Subroutine of lookup_signatured_type.
4521    Look up the type for signature SIG, and if we can't find SIG in .gdb_index
4522    then try the DWP file.
4523    Normally this "can't happen", but if there's a bug in signature
4524    generation and/or the DWP file is built incorrectly, it can happen.
4525    Using the type directly from the DWP file means we don't have the stub
4526    which has some useful attributes (e.g., DW_AT_comp_dir), but they're
4527    not critical.  [Eventually the stub may go away for type units anyway.]  */
4528
4529 static struct signatured_type *
4530 lookup_dwp_signatured_type (struct dwarf2_cu *cu, ULONGEST sig)
4531 {
4532   struct objfile *objfile = dwarf2_per_objfile->objfile;
4533   struct dwp_file *dwp_file = get_dwp_file ();
4534   struct dwo_unit *dwo_entry;
4535   struct signatured_type find_sig_entry, *sig_entry;
4536
4537   gdb_assert (cu->dwo_unit && dwarf2_per_objfile->using_index);
4538   gdb_assert (dwp_file != NULL);
4539
4540   if (dwarf2_per_objfile->signatured_types != NULL)
4541     {
4542       find_sig_entry.signature = sig;
4543       sig_entry = htab_find (dwarf2_per_objfile->signatured_types,
4544                              &find_sig_entry);
4545       if (sig_entry != NULL)
4546         return sig_entry;
4547     }
4548
4549   /* This is the "shouldn't happen" case.
4550      Try the DWP file and hope for the best.  */
4551   if (dwp_file->tus == NULL)
4552     return NULL;
4553   dwo_entry = lookup_dwo_in_dwp (dwp_file, dwp_file->tus, NULL,
4554                                  sig, 1 /* is_debug_types */);
4555   if (dwo_entry == NULL)
4556     return NULL;
4557
4558   sig_entry = add_type_unit (sig);
4559   fill_in_sig_entry_from_dwo_entry (objfile, sig_entry, dwo_entry);
4560
4561   /* The caller will signal a complaint if we return NULL.
4562      Here we don't return NULL but we still want to complain.  */
4563   complaint (&symfile_complaints,
4564              _("Bad type signature %s referenced by %s at 0x%x,"
4565                " coping by using copy in DWP [in module %s]"),
4566              hex_string (sig),
4567              cu->per_cu->is_debug_types ? "TU" : "CU",
4568              cu->per_cu->offset.sect_off,
4569              objfile_name (objfile));
4570
4571   return sig_entry;
4572 }
4573
4574 /* Lookup a signature based type for DW_FORM_ref_sig8.
4575    Returns NULL if signature SIG is not present in the table.
4576    It is up to the caller to complain about this.  */
4577
4578 static struct signatured_type *
4579 lookup_signatured_type (struct dwarf2_cu *cu, ULONGEST sig)
4580 {
4581   if (cu->dwo_unit
4582       && dwarf2_per_objfile->using_index)
4583     {
4584       /* We're in a DWO/DWP file, and we're using .gdb_index.
4585          These cases require special processing.  */
4586       if (get_dwp_file () == NULL)
4587         return lookup_dwo_signatured_type (cu, sig);
4588       else
4589         return lookup_dwp_signatured_type (cu, sig);
4590     }
4591   else
4592     {
4593       struct signatured_type find_entry, *entry;
4594
4595       if (dwarf2_per_objfile->signatured_types == NULL)
4596         return NULL;
4597       find_entry.signature = sig;
4598       entry = htab_find (dwarf2_per_objfile->signatured_types, &find_entry);
4599       return entry;
4600     }
4601 }
4602 \f
4603 /* Low level DIE reading support.  */
4604
4605 /* Initialize a die_reader_specs struct from a dwarf2_cu struct.  */
4606
4607 static void
4608 init_cu_die_reader (struct die_reader_specs *reader,
4609                     struct dwarf2_cu *cu,
4610                     struct dwarf2_section_info *section,
4611                     struct dwo_file *dwo_file)
4612 {
4613   gdb_assert (section->readin && section->buffer != NULL);
4614   reader->abfd = section->asection->owner;
4615   reader->cu = cu;
4616   reader->dwo_file = dwo_file;
4617   reader->die_section = section;
4618   reader->buffer = section->buffer;
4619   reader->buffer_end = section->buffer + section->size;
4620   reader->comp_dir = NULL;
4621 }
4622
4623 /* Subroutine of init_cutu_and_read_dies to simplify it.
4624    Read in the rest of a CU/TU top level DIE from DWO_UNIT.
4625    There's just a lot of work to do, and init_cutu_and_read_dies is big enough
4626    already.
4627
4628    STUB_COMP_UNIT_DIE is for the stub DIE, we copy over certain attributes
4629    from it to the DIE in the DWO.  If NULL we are skipping the stub.
4630    STUB_COMP_DIR is similar to STUB_COMP_UNIT_DIE: When reading a TU directly
4631    from the DWO file, bypassing the stub, it contains the DW_AT_comp_dir
4632    attribute of the referencing CU.  Exactly one of STUB_COMP_UNIT_DIE and
4633    COMP_DIR must be non-NULL.
4634    *RESULT_READER,*RESULT_INFO_PTR,*RESULT_COMP_UNIT_DIE,*RESULT_HAS_CHILDREN
4635    are filled in with the info of the DIE from the DWO file.
4636    ABBREV_TABLE_PROVIDED is non-zero if the caller of init_cutu_and_read_dies
4637    provided an abbrev table to use.
4638    The result is non-zero if a valid (non-dummy) DIE was found.  */
4639
4640 static int
4641 read_cutu_die_from_dwo (struct dwarf2_per_cu_data *this_cu,
4642                         struct dwo_unit *dwo_unit,
4643                         int abbrev_table_provided,
4644                         struct die_info *stub_comp_unit_die,
4645                         const char *stub_comp_dir,
4646                         struct die_reader_specs *result_reader,
4647                         const gdb_byte **result_info_ptr,
4648                         struct die_info **result_comp_unit_die,
4649                         int *result_has_children)
4650 {
4651   struct objfile *objfile = dwarf2_per_objfile->objfile;
4652   struct dwarf2_cu *cu = this_cu->cu;
4653   struct dwarf2_section_info *section;
4654   bfd *abfd;
4655   const gdb_byte *begin_info_ptr, *info_ptr;
4656   const char *comp_dir_string;
4657   ULONGEST signature; /* Or dwo_id.  */
4658   struct attribute *comp_dir, *stmt_list, *low_pc, *high_pc, *ranges;
4659   int i,num_extra_attrs;
4660   struct dwarf2_section_info *dwo_abbrev_section;
4661   struct attribute *attr;
4662   struct attribute comp_dir_attr;
4663   struct die_info *comp_unit_die;
4664
4665   /* Both can't be provided.  */
4666   gdb_assert (! (stub_comp_unit_die && stub_comp_dir));
4667
4668   /* These attributes aren't processed until later:
4669      DW_AT_stmt_list, DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges.
4670      However, the attribute is found in the stub which we won't have later.
4671      In order to not impose this complication on the rest of the code,
4672      we read them here and copy them to the DWO CU/TU die.  */
4673
4674   stmt_list = NULL;
4675   low_pc = NULL;
4676   high_pc = NULL;
4677   ranges = NULL;
4678   comp_dir = NULL;
4679
4680   if (stub_comp_unit_die != NULL)
4681     {
4682       /* For TUs in DWO files, the DW_AT_stmt_list attribute lives in the
4683          DWO file.  */
4684       if (! this_cu->is_debug_types)
4685         stmt_list = dwarf2_attr (stub_comp_unit_die, DW_AT_stmt_list, cu);
4686       low_pc = dwarf2_attr (stub_comp_unit_die, DW_AT_low_pc, cu);
4687       high_pc = dwarf2_attr (stub_comp_unit_die, DW_AT_high_pc, cu);
4688       ranges = dwarf2_attr (stub_comp_unit_die, DW_AT_ranges, cu);
4689       comp_dir = dwarf2_attr (stub_comp_unit_die, DW_AT_comp_dir, cu);
4690
4691       /* There should be a DW_AT_addr_base attribute here (if needed).
4692          We need the value before we can process DW_FORM_GNU_addr_index.  */
4693       cu->addr_base = 0;
4694       attr = dwarf2_attr (stub_comp_unit_die, DW_AT_GNU_addr_base, cu);
4695       if (attr)
4696         cu->addr_base = DW_UNSND (attr);
4697
4698       /* There should be a DW_AT_ranges_base attribute here (if needed).
4699          We need the value before we can process DW_AT_ranges.  */
4700       cu->ranges_base = 0;
4701       attr = dwarf2_attr (stub_comp_unit_die, DW_AT_GNU_ranges_base, cu);
4702       if (attr)
4703         cu->ranges_base = DW_UNSND (attr);
4704     }
4705   else if (stub_comp_dir != NULL)
4706     {
4707       /* Reconstruct the comp_dir attribute to simplify the code below.  */
4708       comp_dir = (struct attribute *)
4709         obstack_alloc (&cu->comp_unit_obstack, sizeof (*comp_dir));
4710       comp_dir->name = DW_AT_comp_dir;
4711       comp_dir->form = DW_FORM_string;
4712       DW_STRING_IS_CANONICAL (comp_dir) = 0;
4713       DW_STRING (comp_dir) = stub_comp_dir;
4714     }
4715
4716   /* Set up for reading the DWO CU/TU.  */
4717   cu->dwo_unit = dwo_unit;
4718   section = dwo_unit->section;
4719   dwarf2_read_section (objfile, section);
4720   abfd = section->asection->owner;
4721   begin_info_ptr = info_ptr = section->buffer + dwo_unit->offset.sect_off;
4722   dwo_abbrev_section = &dwo_unit->dwo_file->sections.abbrev;
4723   init_cu_die_reader (result_reader, cu, section, dwo_unit->dwo_file);
4724
4725   if (this_cu->is_debug_types)
4726     {
4727       ULONGEST header_signature;
4728       cu_offset type_offset_in_tu;
4729       struct signatured_type *sig_type = (struct signatured_type *) this_cu;
4730
4731       info_ptr = read_and_check_type_unit_head (&cu->header, section,
4732                                                 dwo_abbrev_section,
4733                                                 info_ptr,
4734                                                 &header_signature,
4735                                                 &type_offset_in_tu);
4736       /* This is not an assert because it can be caused by bad debug info.  */
4737       if (sig_type->signature != header_signature)
4738         {
4739           error (_("Dwarf Error: signature mismatch %s vs %s while reading"
4740                    " TU at offset 0x%x [in module %s]"),
4741                  hex_string (sig_type->signature),
4742                  hex_string (header_signature),
4743                  dwo_unit->offset.sect_off,
4744                  bfd_get_filename (abfd));
4745         }
4746       gdb_assert (dwo_unit->offset.sect_off == cu->header.offset.sect_off);
4747       /* For DWOs coming from DWP files, we don't know the CU length
4748          nor the type's offset in the TU until now.  */
4749       dwo_unit->length = get_cu_length (&cu->header);
4750       dwo_unit->type_offset_in_tu = type_offset_in_tu;
4751
4752       /* Establish the type offset that can be used to lookup the type.
4753          For DWO files, we don't know it until now.  */
4754       sig_type->type_offset_in_section.sect_off =
4755         dwo_unit->offset.sect_off + dwo_unit->type_offset_in_tu.cu_off;
4756     }
4757   else
4758     {
4759       info_ptr = read_and_check_comp_unit_head (&cu->header, section,
4760                                                 dwo_abbrev_section,
4761                                                 info_ptr, 0);
4762       gdb_assert (dwo_unit->offset.sect_off == cu->header.offset.sect_off);
4763       /* For DWOs coming from DWP files, we don't know the CU length
4764          until now.  */
4765       dwo_unit->length = get_cu_length (&cu->header);
4766     }
4767
4768   /* Replace the CU's original abbrev table with the DWO's.
4769      Reminder: We can't read the abbrev table until we've read the header.  */
4770   if (abbrev_table_provided)
4771     {
4772       /* Don't free the provided abbrev table, the caller of
4773          init_cutu_and_read_dies owns it.  */
4774       dwarf2_read_abbrevs (cu, dwo_abbrev_section);
4775       /* Ensure the DWO abbrev table gets freed.  */
4776       make_cleanup (dwarf2_free_abbrev_table, cu);
4777     }
4778   else
4779     {
4780       dwarf2_free_abbrev_table (cu);
4781       dwarf2_read_abbrevs (cu, dwo_abbrev_section);
4782       /* Leave any existing abbrev table cleanup as is.  */
4783     }
4784
4785   /* Read in the die, but leave space to copy over the attributes
4786      from the stub.  This has the benefit of simplifying the rest of
4787      the code - all the work to maintain the illusion of a single
4788      DW_TAG_{compile,type}_unit DIE is done here.  */
4789   num_extra_attrs = ((stmt_list != NULL)
4790                      + (low_pc != NULL)
4791                      + (high_pc != NULL)
4792                      + (ranges != NULL)
4793                      + (comp_dir != NULL));
4794   info_ptr = read_full_die_1 (result_reader, result_comp_unit_die, info_ptr,
4795                               result_has_children, num_extra_attrs);
4796
4797   /* Copy over the attributes from the stub to the DIE we just read in.  */
4798   comp_unit_die = *result_comp_unit_die;
4799   i = comp_unit_die->num_attrs;
4800   if (stmt_list != NULL)
4801     comp_unit_die->attrs[i++] = *stmt_list;
4802   if (low_pc != NULL)
4803     comp_unit_die->attrs[i++] = *low_pc;
4804   if (high_pc != NULL)
4805     comp_unit_die->attrs[i++] = *high_pc;
4806   if (ranges != NULL)
4807     comp_unit_die->attrs[i++] = *ranges;
4808   if (comp_dir != NULL)
4809     comp_unit_die->attrs[i++] = *comp_dir;
4810   comp_unit_die->num_attrs += num_extra_attrs;
4811
4812   if (dwarf2_die_debug)
4813     {
4814       fprintf_unfiltered (gdb_stdlog,
4815                           "Read die from %s@0x%x of %s:\n",
4816                           bfd_section_name (abfd, section->asection),
4817                           (unsigned) (begin_info_ptr - section->buffer),
4818                           bfd_get_filename (abfd));
4819       dump_die (comp_unit_die, dwarf2_die_debug);
4820     }
4821
4822   /* Save the comp_dir attribute.  If there is no DWP file then we'll read
4823      TUs by skipping the stub and going directly to the entry in the DWO file.
4824      However, skipping the stub means we won't get DW_AT_comp_dir, so we have
4825      to get it via circuitous means.  Blech.  */
4826   if (comp_dir != NULL)
4827     result_reader->comp_dir = DW_STRING (comp_dir);
4828
4829   /* Skip dummy compilation units.  */
4830   if (info_ptr >= begin_info_ptr + dwo_unit->length
4831       || peek_abbrev_code (abfd, info_ptr) == 0)
4832     return 0;
4833
4834   *result_info_ptr = info_ptr;
4835   return 1;
4836 }
4837
4838 /* Subroutine of init_cutu_and_read_dies to simplify it.
4839    Look up the DWO unit specified by COMP_UNIT_DIE of THIS_CU.
4840    Returns NULL if the specified DWO unit cannot be found.  */
4841
4842 static struct dwo_unit *
4843 lookup_dwo_unit (struct dwarf2_per_cu_data *this_cu,
4844                  struct die_info *comp_unit_die)
4845 {
4846   struct dwarf2_cu *cu = this_cu->cu;
4847   struct attribute *attr;
4848   ULONGEST signature;
4849   struct dwo_unit *dwo_unit;
4850   const char *comp_dir, *dwo_name;
4851
4852   gdb_assert (cu != NULL);
4853
4854   /* Yeah, we look dwo_name up again, but it simplifies the code.  */
4855   attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_name, cu);
4856   gdb_assert (attr != NULL);
4857   dwo_name = DW_STRING (attr);
4858   comp_dir = NULL;
4859   attr = dwarf2_attr (comp_unit_die, DW_AT_comp_dir, cu);
4860   if (attr)
4861     comp_dir = DW_STRING (attr);
4862
4863   if (this_cu->is_debug_types)
4864     {
4865       struct signatured_type *sig_type;
4866
4867       /* Since this_cu is the first member of struct signatured_type,
4868          we can go from a pointer to one to a pointer to the other.  */
4869       sig_type = (struct signatured_type *) this_cu;
4870       signature = sig_type->signature;
4871       dwo_unit = lookup_dwo_type_unit (sig_type, dwo_name, comp_dir);
4872     }
4873   else
4874     {
4875       struct attribute *attr;
4876
4877       attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_id, cu);
4878       if (! attr)
4879         error (_("Dwarf Error: missing dwo_id for dwo_name %s"
4880                  " [in module %s]"),
4881                dwo_name, objfile_name (this_cu->objfile));
4882       signature = DW_UNSND (attr);
4883       dwo_unit = lookup_dwo_comp_unit (this_cu, dwo_name, comp_dir,
4884                                        signature);
4885     }
4886
4887   return dwo_unit;
4888 }
4889
4890 /* Subroutine of init_cutu_and_read_dies to simplify it.
4891    Read a TU directly from a DWO file, bypassing the stub.  */
4892
4893 static void
4894 init_tu_and_read_dwo_dies (struct dwarf2_per_cu_data *this_cu, int keep,
4895                            die_reader_func_ftype *die_reader_func,
4896                            void *data)
4897 {
4898   struct dwarf2_cu *cu;
4899   struct signatured_type *sig_type;
4900   struct cleanup *cleanups, *free_cu_cleanup;
4901   struct die_reader_specs reader;
4902   const gdb_byte *info_ptr;
4903   struct die_info *comp_unit_die;
4904   int has_children;
4905
4906   /* Verify we can do the following downcast, and that we have the
4907      data we need.  */
4908   gdb_assert (this_cu->is_debug_types && this_cu->reading_dwo_directly);
4909   sig_type = (struct signatured_type *) this_cu;
4910   gdb_assert (sig_type->dwo_unit != NULL);
4911
4912   cleanups = make_cleanup (null_cleanup, NULL);
4913
4914   gdb_assert (this_cu->cu == NULL);
4915   cu = xmalloc (sizeof (*cu));
4916   init_one_comp_unit (cu, this_cu);
4917   /* If an error occurs while loading, release our storage.  */
4918   free_cu_cleanup = make_cleanup (free_heap_comp_unit, cu);
4919
4920   if (read_cutu_die_from_dwo (this_cu, sig_type->dwo_unit,
4921                               0 /* abbrev_table_provided */,
4922                               NULL /* stub_comp_unit_die */,
4923                               sig_type->dwo_unit->dwo_file->comp_dir,
4924                               &reader, &info_ptr,
4925                               &comp_unit_die, &has_children) == 0)
4926     {
4927       /* Dummy die.  */
4928       do_cleanups (cleanups);
4929       return;
4930     }
4931
4932   /* All the "real" work is done here.  */
4933   die_reader_func (&reader, info_ptr, comp_unit_die, has_children, data);
4934
4935   /* This duplicates some code in init_cutu_and_read_dies,
4936      but the alternative is making the latter more complex.
4937      This function is only for the special case of using DWO files directly:
4938      no point in overly complicating the general case just to handle this.  */
4939   if (keep)
4940     {
4941       /* We've successfully allocated this compilation unit.  Let our
4942          caller clean it up when finished with it.  */
4943       discard_cleanups (free_cu_cleanup);
4944
4945       /* We can only discard free_cu_cleanup and all subsequent cleanups.
4946          So we have to manually free the abbrev table.  */
4947       dwarf2_free_abbrev_table (cu);
4948
4949       /* Link this CU into read_in_chain.  */
4950       this_cu->cu->read_in_chain = dwarf2_per_objfile->read_in_chain;
4951       dwarf2_per_objfile->read_in_chain = this_cu;
4952     }
4953   else
4954     do_cleanups (free_cu_cleanup);
4955
4956   do_cleanups (cleanups);
4957 }
4958
4959 /* Initialize a CU (or TU) and read its DIEs.
4960    If the CU defers to a DWO file, read the DWO file as well.
4961
4962    ABBREV_TABLE, if non-NULL, is the abbreviation table to use.
4963    Otherwise the table specified in the comp unit header is read in and used.
4964    This is an optimization for when we already have the abbrev table.
4965
4966    If USE_EXISTING_CU is non-zero, and THIS_CU->cu is non-NULL, then use it.
4967    Otherwise, a new CU is allocated with xmalloc.
4968
4969    If KEEP is non-zero, then if we allocated a dwarf2_cu we add it to
4970    read_in_chain.  Otherwise the dwarf2_cu data is freed at the end.
4971
4972    WARNING: If THIS_CU is a "dummy CU" (used as filler by the incremental
4973    linker) then DIE_READER_FUNC will not get called.  */
4974
4975 static void
4976 init_cutu_and_read_dies (struct dwarf2_per_cu_data *this_cu,
4977                          struct abbrev_table *abbrev_table,
4978                          int use_existing_cu, int keep,
4979                          die_reader_func_ftype *die_reader_func,
4980                          void *data)
4981 {
4982   struct objfile *objfile = dwarf2_per_objfile->objfile;
4983   struct dwarf2_section_info *section = this_cu->section;
4984   bfd *abfd = section->asection->owner;
4985   struct dwarf2_cu *cu;
4986   const gdb_byte *begin_info_ptr, *info_ptr;
4987   struct die_reader_specs reader;
4988   struct die_info *comp_unit_die;
4989   int has_children;
4990   struct attribute *attr;
4991   struct cleanup *cleanups, *free_cu_cleanup = NULL;
4992   struct signatured_type *sig_type = NULL;
4993   struct dwarf2_section_info *abbrev_section;
4994   /* Non-zero if CU currently points to a DWO file and we need to
4995      reread it.  When this happens we need to reread the skeleton die
4996      before we can reread the DWO file (this only applies to CUs, not TUs).  */
4997   int rereading_dwo_cu = 0;
4998
4999   if (dwarf2_die_debug)
5000     fprintf_unfiltered (gdb_stdlog, "Reading %s unit at offset 0x%x\n",
5001                         this_cu->is_debug_types ? "type" : "comp",
5002                         this_cu->offset.sect_off);
5003
5004   if (use_existing_cu)
5005     gdb_assert (keep);
5006
5007   /* If we're reading a TU directly from a DWO file, including a virtual DWO
5008      file (instead of going through the stub), short-circuit all of this.  */
5009   if (this_cu->reading_dwo_directly)
5010     {
5011       /* Narrow down the scope of possibilities to have to understand.  */
5012       gdb_assert (this_cu->is_debug_types);
5013       gdb_assert (abbrev_table == NULL);
5014       gdb_assert (!use_existing_cu);
5015       init_tu_and_read_dwo_dies (this_cu, keep, die_reader_func, data);
5016       return;
5017     }
5018
5019   cleanups = make_cleanup (null_cleanup, NULL);
5020
5021   /* This is cheap if the section is already read in.  */
5022   dwarf2_read_section (objfile, section);
5023
5024   begin_info_ptr = info_ptr = section->buffer + this_cu->offset.sect_off;
5025
5026   abbrev_section = get_abbrev_section_for_cu (this_cu);
5027
5028   if (use_existing_cu && this_cu->cu != NULL)
5029     {
5030       cu = this_cu->cu;
5031
5032       /* If this CU is from a DWO file we need to start over, we need to
5033          refetch the attributes from the skeleton CU.
5034          This could be optimized by retrieving those attributes from when we
5035          were here the first time: the previous comp_unit_die was stored in
5036          comp_unit_obstack.  But there's no data yet that we need this
5037          optimization.  */
5038       if (cu->dwo_unit != NULL)
5039         rereading_dwo_cu = 1;
5040     }
5041   else
5042     {
5043       /* If !use_existing_cu, this_cu->cu must be NULL.  */
5044       gdb_assert (this_cu->cu == NULL);
5045
5046       cu = xmalloc (sizeof (*cu));
5047       init_one_comp_unit (cu, this_cu);
5048
5049       /* If an error occurs while loading, release our storage.  */
5050       free_cu_cleanup = make_cleanup (free_heap_comp_unit, cu);
5051     }
5052
5053   /* Get the header.  */
5054   if (cu->header.first_die_offset.cu_off != 0 && ! rereading_dwo_cu)
5055     {
5056       /* We already have the header, there's no need to read it in again.  */
5057       info_ptr += cu->header.first_die_offset.cu_off;
5058     }
5059   else
5060     {
5061       if (this_cu->is_debug_types)
5062         {
5063           ULONGEST signature;
5064           cu_offset type_offset_in_tu;
5065
5066           info_ptr = read_and_check_type_unit_head (&cu->header, section,
5067                                                     abbrev_section, info_ptr,
5068                                                     &signature,
5069                                                     &type_offset_in_tu);
5070
5071           /* Since per_cu is the first member of struct signatured_type,
5072              we can go from a pointer to one to a pointer to the other.  */
5073           sig_type = (struct signatured_type *) this_cu;
5074           gdb_assert (sig_type->signature == signature);
5075           gdb_assert (sig_type->type_offset_in_tu.cu_off
5076                       == type_offset_in_tu.cu_off);
5077           gdb_assert (this_cu->offset.sect_off == cu->header.offset.sect_off);
5078
5079           /* LENGTH has not been set yet for type units if we're
5080              using .gdb_index.  */
5081           this_cu->length = get_cu_length (&cu->header);
5082
5083           /* Establish the type offset that can be used to lookup the type.  */
5084           sig_type->type_offset_in_section.sect_off =
5085             this_cu->offset.sect_off + sig_type->type_offset_in_tu.cu_off;
5086         }
5087       else
5088         {
5089           info_ptr = read_and_check_comp_unit_head (&cu->header, section,
5090                                                     abbrev_section,
5091                                                     info_ptr, 0);
5092
5093           gdb_assert (this_cu->offset.sect_off == cu->header.offset.sect_off);
5094           gdb_assert (this_cu->length == get_cu_length (&cu->header));
5095         }
5096     }
5097
5098   /* Skip dummy compilation units.  */
5099   if (info_ptr >= begin_info_ptr + this_cu->length
5100       || peek_abbrev_code (abfd, info_ptr) == 0)
5101     {
5102       do_cleanups (cleanups);
5103       return;
5104     }
5105
5106   /* If we don't have them yet, read the abbrevs for this compilation unit.
5107      And if we need to read them now, make sure they're freed when we're
5108      done.  Note that it's important that if the CU had an abbrev table
5109      on entry we don't free it when we're done: Somewhere up the call stack
5110      it may be in use.  */
5111   if (abbrev_table != NULL)
5112     {
5113       gdb_assert (cu->abbrev_table == NULL);
5114       gdb_assert (cu->header.abbrev_offset.sect_off
5115                   == abbrev_table->offset.sect_off);
5116       cu->abbrev_table = abbrev_table;
5117     }
5118   else if (cu->abbrev_table == NULL)
5119     {
5120       dwarf2_read_abbrevs (cu, abbrev_section);
5121       make_cleanup (dwarf2_free_abbrev_table, cu);
5122     }
5123   else if (rereading_dwo_cu)
5124     {
5125       dwarf2_free_abbrev_table (cu);
5126       dwarf2_read_abbrevs (cu, abbrev_section);
5127     }
5128
5129   /* Read the top level CU/TU die.  */
5130   init_cu_die_reader (&reader, cu, section, NULL);
5131   info_ptr = read_full_die (&reader, &comp_unit_die, info_ptr, &has_children);
5132
5133   /* If we are in a DWO stub, process it and then read in the "real" CU/TU
5134      from the DWO file.
5135      Note that if USE_EXISTING_OK != 0, and THIS_CU->cu already contains a
5136      DWO CU, that this test will fail (the attribute will not be present).  */
5137   attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_name, cu);
5138   if (attr)
5139     {
5140       struct dwo_unit *dwo_unit;
5141       struct die_info *dwo_comp_unit_die;
5142
5143       if (has_children)
5144         {
5145           complaint (&symfile_complaints,
5146                      _("compilation unit with DW_AT_GNU_dwo_name"
5147                        " has children (offset 0x%x) [in module %s]"),
5148                      this_cu->offset.sect_off, bfd_get_filename (abfd));
5149         }
5150       dwo_unit = lookup_dwo_unit (this_cu, comp_unit_die);
5151       if (dwo_unit != NULL)
5152         {
5153           if (read_cutu_die_from_dwo (this_cu, dwo_unit,
5154                                       abbrev_table != NULL,
5155                                       comp_unit_die, NULL,
5156                                       &reader, &info_ptr,
5157                                       &dwo_comp_unit_die, &has_children) == 0)
5158             {
5159               /* Dummy die.  */
5160               do_cleanups (cleanups);
5161               return;
5162             }
5163           comp_unit_die = dwo_comp_unit_die;
5164         }
5165       else
5166         {
5167           /* Yikes, we couldn't find the rest of the DIE, we only have
5168              the stub.  A complaint has already been logged.  There's
5169              not much more we can do except pass on the stub DIE to
5170              die_reader_func.  We don't want to throw an error on bad
5171              debug info.  */
5172         }
5173     }
5174
5175   /* All of the above is setup for this call.  Yikes.  */
5176   die_reader_func (&reader, info_ptr, comp_unit_die, has_children, data);
5177
5178   /* Done, clean up.  */
5179   if (free_cu_cleanup != NULL)
5180     {
5181       if (keep)
5182         {
5183           /* We've successfully allocated this compilation unit.  Let our
5184              caller clean it up when finished with it.  */
5185           discard_cleanups (free_cu_cleanup);
5186
5187           /* We can only discard free_cu_cleanup and all subsequent cleanups.
5188              So we have to manually free the abbrev table.  */
5189           dwarf2_free_abbrev_table (cu);
5190
5191           /* Link this CU into read_in_chain.  */
5192           this_cu->cu->read_in_chain = dwarf2_per_objfile->read_in_chain;
5193           dwarf2_per_objfile->read_in_chain = this_cu;
5194         }
5195       else
5196         do_cleanups (free_cu_cleanup);
5197     }
5198
5199   do_cleanups (cleanups);
5200 }
5201
5202 /* Read CU/TU THIS_CU in section SECTION,
5203    but do not follow DW_AT_GNU_dwo_name if present.
5204    DWOP_FILE, if non-NULL, is the DWO/DWP file to read (the caller is assumed
5205    to have already done the lookup to find the DWO/DWP file).
5206
5207    The caller is required to fill in THIS_CU->section, THIS_CU->offset, and
5208    THIS_CU->is_debug_types, but nothing else.
5209
5210    We fill in THIS_CU->length.
5211
5212    WARNING: If THIS_CU is a "dummy CU" (used as filler by the incremental
5213    linker) then DIE_READER_FUNC will not get called.
5214
5215    THIS_CU->cu is always freed when done.
5216    This is done in order to not leave THIS_CU->cu in a state where we have
5217    to care whether it refers to the "main" CU or the DWO CU.  */
5218
5219 static void
5220 init_cutu_and_read_dies_no_follow (struct dwarf2_per_cu_data *this_cu,
5221                                    struct dwarf2_section_info *abbrev_section,
5222                                    struct dwo_file *dwo_file,
5223                                    die_reader_func_ftype *die_reader_func,
5224                                    void *data)
5225 {
5226   struct objfile *objfile = dwarf2_per_objfile->objfile;
5227   struct dwarf2_section_info *section = this_cu->section;
5228   bfd *abfd = section->asection->owner;
5229   struct dwarf2_cu cu;
5230   const gdb_byte *begin_info_ptr, *info_ptr;
5231   struct die_reader_specs reader;
5232   struct cleanup *cleanups;
5233   struct die_info *comp_unit_die;
5234   int has_children;
5235
5236   if (dwarf2_die_debug)
5237     fprintf_unfiltered (gdb_stdlog, "Reading %s unit at offset 0x%x\n",
5238                         this_cu->is_debug_types ? "type" : "comp",
5239                         this_cu->offset.sect_off);
5240
5241   gdb_assert (this_cu->cu == NULL);
5242
5243   /* This is cheap if the section is already read in.  */
5244   dwarf2_read_section (objfile, section);
5245
5246   init_one_comp_unit (&cu, this_cu);
5247
5248   cleanups = make_cleanup (free_stack_comp_unit, &cu);
5249
5250   begin_info_ptr = info_ptr = section->buffer + this_cu->offset.sect_off;
5251   info_ptr = read_and_check_comp_unit_head (&cu.header, section,
5252                                             abbrev_section, info_ptr,
5253                                             this_cu->is_debug_types);
5254
5255   this_cu->length = get_cu_length (&cu.header);
5256
5257   /* Skip dummy compilation units.  */
5258   if (info_ptr >= begin_info_ptr + this_cu->length
5259       || peek_abbrev_code (abfd, info_ptr) == 0)
5260     {
5261       do_cleanups (cleanups);
5262       return;
5263     }
5264
5265   dwarf2_read_abbrevs (&cu, abbrev_section);
5266   make_cleanup (dwarf2_free_abbrev_table, &cu);
5267
5268   init_cu_die_reader (&reader, &cu, section, dwo_file);
5269   info_ptr = read_full_die (&reader, &comp_unit_die, info_ptr, &has_children);
5270
5271   die_reader_func (&reader, info_ptr, comp_unit_die, has_children, data);
5272
5273   do_cleanups (cleanups);
5274 }
5275
5276 /* Read a CU/TU, except that this does not look for DW_AT_GNU_dwo_name and
5277    does not lookup the specified DWO file.
5278    This cannot be used to read DWO files.
5279
5280    THIS_CU->cu is always freed when done.
5281    This is done in order to not leave THIS_CU->cu in a state where we have
5282    to care whether it refers to the "main" CU or the DWO CU.
5283    We can revisit this if the data shows there's a performance issue.  */
5284
5285 static void
5286 init_cutu_and_read_dies_simple (struct dwarf2_per_cu_data *this_cu,
5287                                 die_reader_func_ftype *die_reader_func,
5288                                 void *data)
5289 {
5290   init_cutu_and_read_dies_no_follow (this_cu,
5291                                      get_abbrev_section_for_cu (this_cu),
5292                                      NULL,
5293                                      die_reader_func, data);
5294 }
5295 \f
5296 /* Type Unit Groups.
5297
5298    Type Unit Groups are a way to collapse the set of all TUs (type units) into
5299    a more manageable set.  The grouping is done by DW_AT_stmt_list entry
5300    so that all types coming from the same compilation (.o file) are grouped
5301    together.  A future step could be to put the types in the same symtab as
5302    the CU the types ultimately came from.  */
5303
5304 static hashval_t
5305 hash_type_unit_group (const void *item)
5306 {
5307   const struct type_unit_group *tu_group = item;
5308
5309   return hash_stmt_list_entry (&tu_group->hash);
5310 }
5311
5312 static int
5313 eq_type_unit_group (const void *item_lhs, const void *item_rhs)
5314 {
5315   const struct type_unit_group *lhs = item_lhs;
5316   const struct type_unit_group *rhs = item_rhs;
5317
5318   return eq_stmt_list_entry (&lhs->hash, &rhs->hash);
5319 }
5320
5321 /* Allocate a hash table for type unit groups.  */
5322
5323 static htab_t
5324 allocate_type_unit_groups_table (void)
5325 {
5326   return htab_create_alloc_ex (3,
5327                                hash_type_unit_group,
5328                                eq_type_unit_group,
5329                                NULL,
5330                                &dwarf2_per_objfile->objfile->objfile_obstack,
5331                                hashtab_obstack_allocate,
5332                                dummy_obstack_deallocate);
5333 }
5334
5335 /* Type units that don't have DW_AT_stmt_list are grouped into their own
5336    partial symtabs.  We combine several TUs per psymtab to not let the size
5337    of any one psymtab grow too big.  */
5338 #define NO_STMT_LIST_TYPE_UNIT_PSYMTAB (1 << 31)
5339 #define NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE 10
5340
5341 /* Helper routine for get_type_unit_group.
5342    Create the type_unit_group object used to hold one or more TUs.  */
5343
5344 static struct type_unit_group *
5345 create_type_unit_group (struct dwarf2_cu *cu, sect_offset line_offset_struct)
5346 {
5347   struct objfile *objfile = dwarf2_per_objfile->objfile;
5348   struct dwarf2_per_cu_data *per_cu;
5349   struct type_unit_group *tu_group;
5350
5351   tu_group = OBSTACK_ZALLOC (&objfile->objfile_obstack,
5352                              struct type_unit_group);
5353   per_cu = &tu_group->per_cu;
5354   per_cu->objfile = objfile;
5355
5356   if (dwarf2_per_objfile->using_index)
5357     {
5358       per_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack,
5359                                         struct dwarf2_per_cu_quick_data);
5360     }
5361   else
5362     {
5363       unsigned int line_offset = line_offset_struct.sect_off;
5364       struct partial_symtab *pst;
5365       char *name;
5366
5367       /* Give the symtab a useful name for debug purposes.  */
5368       if ((line_offset & NO_STMT_LIST_TYPE_UNIT_PSYMTAB) != 0)
5369         name = xstrprintf ("<type_units_%d>",
5370                            (line_offset & ~NO_STMT_LIST_TYPE_UNIT_PSYMTAB));
5371       else
5372         name = xstrprintf ("<type_units_at_0x%x>", line_offset);
5373
5374       pst = create_partial_symtab (per_cu, name);
5375       pst->anonymous = 1;
5376
5377       xfree (name);
5378     }
5379
5380   tu_group->hash.dwo_unit = cu->dwo_unit;
5381   tu_group->hash.line_offset = line_offset_struct;
5382
5383   return tu_group;
5384 }
5385
5386 /* Look up the type_unit_group for type unit CU, and create it if necessary.
5387    STMT_LIST is a DW_AT_stmt_list attribute.  */
5388
5389 static struct type_unit_group *
5390 get_type_unit_group (struct dwarf2_cu *cu, const struct attribute *stmt_list)
5391 {
5392   struct tu_stats *tu_stats = &dwarf2_per_objfile->tu_stats;
5393   struct type_unit_group *tu_group;
5394   void **slot;
5395   unsigned int line_offset;
5396   struct type_unit_group type_unit_group_for_lookup;
5397
5398   if (dwarf2_per_objfile->type_unit_groups == NULL)
5399     {
5400       dwarf2_per_objfile->type_unit_groups =
5401         allocate_type_unit_groups_table ();
5402     }
5403
5404   /* Do we need to create a new group, or can we use an existing one?  */
5405
5406   if (stmt_list)
5407     {
5408       line_offset = DW_UNSND (stmt_list);
5409       ++tu_stats->nr_symtab_sharers;
5410     }
5411   else
5412     {
5413       /* Ugh, no stmt_list.  Rare, but we have to handle it.
5414          We can do various things here like create one group per TU or
5415          spread them over multiple groups to split up the expansion work.
5416          To avoid worst case scenarios (too many groups or too large groups)
5417          we, umm, group them in bunches.  */
5418       line_offset = (NO_STMT_LIST_TYPE_UNIT_PSYMTAB
5419                      | (tu_stats->nr_stmt_less_type_units
5420                         / NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE));
5421       ++tu_stats->nr_stmt_less_type_units;
5422     }
5423
5424   type_unit_group_for_lookup.hash.dwo_unit = cu->dwo_unit;
5425   type_unit_group_for_lookup.hash.line_offset.sect_off = line_offset;
5426   slot = htab_find_slot (dwarf2_per_objfile->type_unit_groups,
5427                          &type_unit_group_for_lookup, INSERT);
5428   if (*slot != NULL)
5429     {
5430       tu_group = *slot;
5431       gdb_assert (tu_group != NULL);
5432     }
5433   else
5434     {
5435       sect_offset line_offset_struct;
5436
5437       line_offset_struct.sect_off = line_offset;
5438       tu_group = create_type_unit_group (cu, line_offset_struct);
5439       *slot = tu_group;
5440       ++tu_stats->nr_symtabs;
5441     }
5442
5443   return tu_group;
5444 }
5445
5446 /* Struct used to sort TUs by their abbreviation table offset.  */
5447
5448 struct tu_abbrev_offset
5449 {
5450   struct signatured_type *sig_type;
5451   sect_offset abbrev_offset;
5452 };
5453
5454 /* Helper routine for build_type_unit_groups, passed to qsort.  */
5455
5456 static int
5457 sort_tu_by_abbrev_offset (const void *ap, const void *bp)
5458 {
5459   const struct tu_abbrev_offset * const *a = ap;
5460   const struct tu_abbrev_offset * const *b = bp;
5461   unsigned int aoff = (*a)->abbrev_offset.sect_off;
5462   unsigned int boff = (*b)->abbrev_offset.sect_off;
5463
5464   return (aoff > boff) - (aoff < boff);
5465 }
5466
5467 /* A helper function to add a type_unit_group to a table.  */
5468
5469 static int
5470 add_type_unit_group_to_table (void **slot, void *datum)
5471 {
5472   struct type_unit_group *tu_group = *slot;
5473   struct type_unit_group ***datap = datum;
5474
5475   **datap = tu_group;
5476   ++*datap;
5477
5478   return 1;
5479 }
5480
5481 /* Efficiently read all the type units, calling init_cutu_and_read_dies on
5482    each one passing FUNC,DATA.
5483
5484    The efficiency is because we sort TUs by the abbrev table they use and
5485    only read each abbrev table once.  In one program there are 200K TUs
5486    sharing 8K abbrev tables.
5487
5488    The main purpose of this function is to support building the
5489    dwarf2_per_objfile->type_unit_groups table.
5490    TUs typically share the DW_AT_stmt_list of the CU they came from, so we
5491    can collapse the search space by grouping them by stmt_list.
5492    The savings can be significant, in the same program from above the 200K TUs
5493    share 8K stmt_list tables.
5494
5495    FUNC is expected to call get_type_unit_group, which will create the
5496    struct type_unit_group if necessary and add it to
5497    dwarf2_per_objfile->type_unit_groups.  */
5498
5499 static void
5500 build_type_unit_groups (die_reader_func_ftype *func, void *data)
5501 {
5502   struct objfile *objfile = dwarf2_per_objfile->objfile;
5503   struct tu_stats *tu_stats = &dwarf2_per_objfile->tu_stats;
5504   struct cleanup *cleanups;
5505   struct abbrev_table *abbrev_table;
5506   sect_offset abbrev_offset;
5507   struct tu_abbrev_offset *sorted_by_abbrev;
5508   struct type_unit_group **iter;
5509   int i;
5510
5511   /* It's up to the caller to not call us multiple times.  */
5512   gdb_assert (dwarf2_per_objfile->type_unit_groups == NULL);
5513
5514   if (dwarf2_per_objfile->n_type_units == 0)
5515     return;
5516
5517   /* TUs typically share abbrev tables, and there can be way more TUs than
5518      abbrev tables.  Sort by abbrev table to reduce the number of times we
5519      read each abbrev table in.
5520      Alternatives are to punt or to maintain a cache of abbrev tables.
5521      This is simpler and efficient enough for now.
5522
5523      Later we group TUs by their DW_AT_stmt_list value (as this defines the
5524      symtab to use).  Typically TUs with the same abbrev offset have the same
5525      stmt_list value too so in practice this should work well.
5526
5527      The basic algorithm here is:
5528
5529       sort TUs by abbrev table
5530       for each TU with same abbrev table:
5531         read abbrev table if first user
5532         read TU top level DIE
5533           [IWBN if DWO skeletons had DW_AT_stmt_list]
5534         call FUNC  */
5535
5536   if (dwarf2_read_debug)
5537     fprintf_unfiltered (gdb_stdlog, "Building type unit groups ...\n");
5538
5539   /* Sort in a separate table to maintain the order of all_type_units
5540      for .gdb_index: TU indices directly index all_type_units.  */
5541   sorted_by_abbrev = XNEWVEC (struct tu_abbrev_offset,
5542                               dwarf2_per_objfile->n_type_units);
5543   for (i = 0; i < dwarf2_per_objfile->n_type_units; ++i)
5544     {
5545       struct signatured_type *sig_type = dwarf2_per_objfile->all_type_units[i];
5546
5547       sorted_by_abbrev[i].sig_type = sig_type;
5548       sorted_by_abbrev[i].abbrev_offset =
5549         read_abbrev_offset (sig_type->per_cu.section,
5550                             sig_type->per_cu.offset);
5551     }
5552   cleanups = make_cleanup (xfree, sorted_by_abbrev);
5553   qsort (sorted_by_abbrev, dwarf2_per_objfile->n_type_units,
5554          sizeof (struct tu_abbrev_offset), sort_tu_by_abbrev_offset);
5555
5556   /* Note: In the .gdb_index case, get_type_unit_group may have already been
5557      called any number of times, so we don't reset tu_stats here.  */
5558
5559   abbrev_offset.sect_off = ~(unsigned) 0;
5560   abbrev_table = NULL;
5561   make_cleanup (abbrev_table_free_cleanup, &abbrev_table);
5562
5563   for (i = 0; i < dwarf2_per_objfile->n_type_units; ++i)
5564     {
5565       const struct tu_abbrev_offset *tu = &sorted_by_abbrev[i];
5566
5567       /* Switch to the next abbrev table if necessary.  */
5568       if (abbrev_table == NULL
5569           || tu->abbrev_offset.sect_off != abbrev_offset.sect_off)
5570         {
5571           if (abbrev_table != NULL)
5572             {
5573               abbrev_table_free (abbrev_table);
5574               /* Reset to NULL in case abbrev_table_read_table throws
5575                  an error: abbrev_table_free_cleanup will get called.  */
5576               abbrev_table = NULL;
5577             }
5578           abbrev_offset = tu->abbrev_offset;
5579           abbrev_table =
5580             abbrev_table_read_table (&dwarf2_per_objfile->abbrev,
5581                                      abbrev_offset);
5582           ++tu_stats->nr_uniq_abbrev_tables;
5583         }
5584
5585       init_cutu_and_read_dies (&tu->sig_type->per_cu, abbrev_table, 0, 0,
5586                                func, data);
5587     }
5588
5589   /* type_unit_groups can be NULL if there is an error in the debug info.
5590      Just create an empty table so the rest of gdb doesn't have to watch
5591      for this error case.  */
5592   if (dwarf2_per_objfile->type_unit_groups == NULL)
5593     {
5594       dwarf2_per_objfile->type_unit_groups =
5595         allocate_type_unit_groups_table ();
5596       dwarf2_per_objfile->n_type_unit_groups = 0;
5597     }
5598
5599   /* Create a vector of pointers to primary type units to make it easy to
5600      iterate over them and CUs.  See dw2_get_primary_cu.  */
5601   dwarf2_per_objfile->n_type_unit_groups =
5602     htab_elements (dwarf2_per_objfile->type_unit_groups);
5603   dwarf2_per_objfile->all_type_unit_groups =
5604     obstack_alloc (&objfile->objfile_obstack,
5605                    dwarf2_per_objfile->n_type_unit_groups
5606                    * sizeof (struct type_unit_group *));
5607   iter = &dwarf2_per_objfile->all_type_unit_groups[0];
5608   htab_traverse_noresize (dwarf2_per_objfile->type_unit_groups,
5609                           add_type_unit_group_to_table, &iter);
5610   gdb_assert (iter - &dwarf2_per_objfile->all_type_unit_groups[0]
5611               == dwarf2_per_objfile->n_type_unit_groups);
5612
5613   do_cleanups (cleanups);
5614
5615   if (dwarf2_read_debug)
5616     {
5617       fprintf_unfiltered (gdb_stdlog, "Done building type unit groups:\n");
5618       fprintf_unfiltered (gdb_stdlog, "  %d TUs\n",
5619                           dwarf2_per_objfile->n_type_units);
5620       fprintf_unfiltered (gdb_stdlog, "  %d uniq abbrev tables\n",
5621                           tu_stats->nr_uniq_abbrev_tables);
5622       fprintf_unfiltered (gdb_stdlog, "  %d symtabs from stmt_list entries\n",
5623                           tu_stats->nr_symtabs);
5624       fprintf_unfiltered (gdb_stdlog, "  %d symtab sharers\n",
5625                           tu_stats->nr_symtab_sharers);
5626       fprintf_unfiltered (gdb_stdlog, "  %d type units without a stmt_list\n",
5627                           tu_stats->nr_stmt_less_type_units);
5628     }
5629 }
5630 \f
5631 /* Partial symbol tables.  */
5632
5633 /* Create a psymtab named NAME and assign it to PER_CU.
5634
5635    The caller must fill in the following details:
5636    dirname, textlow, texthigh.  */
5637
5638 static struct partial_symtab *
5639 create_partial_symtab (struct dwarf2_per_cu_data *per_cu, const char *name)
5640 {
5641   struct objfile *objfile = per_cu->objfile;
5642   struct partial_symtab *pst;
5643
5644   pst = start_psymtab_common (objfile, objfile->section_offsets,
5645                               name, 0,
5646                               objfile->global_psymbols.next,
5647                               objfile->static_psymbols.next);
5648
5649   pst->psymtabs_addrmap_supported = 1;
5650
5651   /* This is the glue that links PST into GDB's symbol API.  */
5652   pst->read_symtab_private = per_cu;
5653   pst->read_symtab = dwarf2_read_symtab;
5654   per_cu->v.psymtab = pst;
5655
5656   return pst;
5657 }
5658
5659 /* The DATA object passed to process_psymtab_comp_unit_reader has this
5660    type.  */
5661
5662 struct process_psymtab_comp_unit_data
5663 {
5664   /* True if we are reading a DW_TAG_partial_unit.  */
5665
5666   int want_partial_unit;
5667
5668   /* The "pretend" language that is used if the CU doesn't declare a
5669      language.  */
5670
5671   enum language pretend_language;
5672 };
5673
5674 /* die_reader_func for process_psymtab_comp_unit.  */
5675
5676 static void
5677 process_psymtab_comp_unit_reader (const struct die_reader_specs *reader,
5678                                   const gdb_byte *info_ptr,
5679                                   struct die_info *comp_unit_die,
5680                                   int has_children,
5681                                   void *data)
5682 {
5683   struct dwarf2_cu *cu = reader->cu;
5684   struct objfile *objfile = cu->objfile;
5685   struct dwarf2_per_cu_data *per_cu = cu->per_cu;
5686   struct attribute *attr;
5687   CORE_ADDR baseaddr;
5688   CORE_ADDR best_lowpc = 0, best_highpc = 0;
5689   struct partial_symtab *pst;
5690   int has_pc_info;
5691   const char *filename;
5692   struct process_psymtab_comp_unit_data *info = data;
5693
5694   if (comp_unit_die->tag == DW_TAG_partial_unit && !info->want_partial_unit)
5695     return;
5696
5697   gdb_assert (! per_cu->is_debug_types);
5698
5699   prepare_one_comp_unit (cu, comp_unit_die, info->pretend_language);
5700
5701   cu->list_in_scope = &file_symbols;
5702
5703   /* Allocate a new partial symbol table structure.  */
5704   attr = dwarf2_attr (comp_unit_die, DW_AT_name, cu);
5705   if (attr == NULL || !DW_STRING (attr))
5706     filename = "";
5707   else
5708     filename = DW_STRING (attr);
5709
5710   pst = create_partial_symtab (per_cu, filename);
5711
5712   /* This must be done before calling dwarf2_build_include_psymtabs.  */
5713   attr = dwarf2_attr (comp_unit_die, DW_AT_comp_dir, cu);
5714   if (attr != NULL)
5715     pst->dirname = DW_STRING (attr);
5716
5717   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
5718
5719   dwarf2_find_base_address (comp_unit_die, cu);
5720
5721   /* Possibly set the default values of LOWPC and HIGHPC from
5722      `DW_AT_ranges'.  */
5723   has_pc_info = dwarf2_get_pc_bounds (comp_unit_die, &best_lowpc,
5724                                       &best_highpc, cu, pst);
5725   if (has_pc_info == 1 && best_lowpc < best_highpc)
5726     /* Store the contiguous range if it is not empty; it can be empty for
5727        CUs with no code.  */
5728     addrmap_set_empty (objfile->psymtabs_addrmap,
5729                        best_lowpc + baseaddr,
5730                        best_highpc + baseaddr - 1, pst);
5731
5732   /* Check if comp unit has_children.
5733      If so, read the rest of the partial symbols from this comp unit.
5734      If not, there's no more debug_info for this comp unit.  */
5735   if (has_children)
5736     {
5737       struct partial_die_info *first_die;
5738       CORE_ADDR lowpc, highpc;
5739
5740       lowpc = ((CORE_ADDR) -1);
5741       highpc = ((CORE_ADDR) 0);
5742
5743       first_die = load_partial_dies (reader, info_ptr, 1);
5744
5745       scan_partial_symbols (first_die, &lowpc, &highpc,
5746                             ! has_pc_info, cu);
5747
5748       /* If we didn't find a lowpc, set it to highpc to avoid
5749          complaints from `maint check'.  */
5750       if (lowpc == ((CORE_ADDR) -1))
5751         lowpc = highpc;
5752
5753       /* If the compilation unit didn't have an explicit address range,
5754          then use the information extracted from its child dies.  */
5755       if (! has_pc_info)
5756         {
5757           best_lowpc = lowpc;
5758           best_highpc = highpc;
5759         }
5760     }
5761   pst->textlow = best_lowpc + baseaddr;
5762   pst->texthigh = best_highpc + baseaddr;
5763
5764   pst->n_global_syms = objfile->global_psymbols.next -
5765     (objfile->global_psymbols.list + pst->globals_offset);
5766   pst->n_static_syms = objfile->static_psymbols.next -
5767     (objfile->static_psymbols.list + pst->statics_offset);
5768   sort_pst_symbols (objfile, pst);
5769
5770   if (!VEC_empty (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs))
5771     {
5772       int i;
5773       int len = VEC_length (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs);
5774       struct dwarf2_per_cu_data *iter;
5775
5776       /* Fill in 'dependencies' here; we fill in 'users' in a
5777          post-pass.  */
5778       pst->number_of_dependencies = len;
5779       pst->dependencies = obstack_alloc (&objfile->objfile_obstack,
5780                                          len * sizeof (struct symtab *));
5781       for (i = 0;
5782            VEC_iterate (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs,
5783                         i, iter);
5784            ++i)
5785         pst->dependencies[i] = iter->v.psymtab;
5786
5787       VEC_free (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs);
5788     }
5789
5790   /* Get the list of files included in the current compilation unit,
5791      and build a psymtab for each of them.  */
5792   dwarf2_build_include_psymtabs (cu, comp_unit_die, pst);
5793
5794   if (dwarf2_read_debug)
5795     {
5796       struct gdbarch *gdbarch = get_objfile_arch (objfile);
5797
5798       fprintf_unfiltered (gdb_stdlog,
5799                           "Psymtab for %s unit @0x%x: %s - %s"
5800                           ", %d global, %d static syms\n",
5801                           per_cu->is_debug_types ? "type" : "comp",
5802                           per_cu->offset.sect_off,
5803                           paddress (gdbarch, pst->textlow),
5804                           paddress (gdbarch, pst->texthigh),
5805                           pst->n_global_syms, pst->n_static_syms);
5806     }
5807 }
5808
5809 /* Subroutine of dwarf2_build_psymtabs_hard to simplify it.
5810    Process compilation unit THIS_CU for a psymtab.  */
5811
5812 static void
5813 process_psymtab_comp_unit (struct dwarf2_per_cu_data *this_cu,
5814                            int want_partial_unit,
5815                            enum language pretend_language)
5816 {
5817   struct process_psymtab_comp_unit_data info;
5818
5819   /* If this compilation unit was already read in, free the
5820      cached copy in order to read it in again.  This is
5821      necessary because we skipped some symbols when we first
5822      read in the compilation unit (see load_partial_dies).
5823      This problem could be avoided, but the benefit is unclear.  */
5824   if (this_cu->cu != NULL)
5825     free_one_cached_comp_unit (this_cu);
5826
5827   gdb_assert (! this_cu->is_debug_types);
5828   info.want_partial_unit = want_partial_unit;
5829   info.pretend_language = pretend_language;
5830   init_cutu_and_read_dies (this_cu, NULL, 0, 0,
5831                            process_psymtab_comp_unit_reader,
5832                            &info);
5833
5834   /* Age out any secondary CUs.  */
5835   age_cached_comp_units ();
5836 }
5837
5838 /* Reader function for build_type_psymtabs.  */
5839
5840 static void
5841 build_type_psymtabs_reader (const struct die_reader_specs *reader,
5842                             const gdb_byte *info_ptr,
5843                             struct die_info *type_unit_die,
5844                             int has_children,
5845                             void *data)
5846 {
5847   struct objfile *objfile = dwarf2_per_objfile->objfile;
5848   struct dwarf2_cu *cu = reader->cu;
5849   struct dwarf2_per_cu_data *per_cu = cu->per_cu;
5850   struct signatured_type *sig_type;
5851   struct type_unit_group *tu_group;
5852   struct attribute *attr;
5853   struct partial_die_info *first_die;
5854   CORE_ADDR lowpc, highpc;
5855   struct partial_symtab *pst;
5856
5857   gdb_assert (data == NULL);
5858   gdb_assert (per_cu->is_debug_types);
5859   sig_type = (struct signatured_type *) per_cu;
5860
5861   if (! has_children)
5862     return;
5863
5864   attr = dwarf2_attr_no_follow (type_unit_die, DW_AT_stmt_list);
5865   tu_group = get_type_unit_group (cu, attr);
5866
5867   VEC_safe_push (sig_type_ptr, tu_group->tus, sig_type);
5868
5869   prepare_one_comp_unit (cu, type_unit_die, language_minimal);
5870   cu->list_in_scope = &file_symbols;
5871   pst = create_partial_symtab (per_cu, "");
5872   pst->anonymous = 1;
5873
5874   first_die = load_partial_dies (reader, info_ptr, 1);
5875
5876   lowpc = (CORE_ADDR) -1;
5877   highpc = (CORE_ADDR) 0;
5878   scan_partial_symbols (first_die, &lowpc, &highpc, 0, cu);
5879
5880   pst->n_global_syms = objfile->global_psymbols.next -
5881     (objfile->global_psymbols.list + pst->globals_offset);
5882   pst->n_static_syms = objfile->static_psymbols.next -
5883     (objfile->static_psymbols.list + pst->statics_offset);
5884   sort_pst_symbols (objfile, pst);
5885 }
5886
5887 /* Traversal function for build_type_psymtabs.  */
5888
5889 static int
5890 build_type_psymtab_dependencies (void **slot, void *info)
5891 {
5892   struct objfile *objfile = dwarf2_per_objfile->objfile;
5893   struct type_unit_group *tu_group = (struct type_unit_group *) *slot;
5894   struct dwarf2_per_cu_data *per_cu = &tu_group->per_cu;
5895   struct partial_symtab *pst = per_cu->v.psymtab;
5896   int len = VEC_length (sig_type_ptr, tu_group->tus);
5897   struct signatured_type *iter;
5898   int i;
5899
5900   gdb_assert (len > 0);
5901   gdb_assert (IS_TYPE_UNIT_GROUP (per_cu));
5902
5903   pst->number_of_dependencies = len;
5904   pst->dependencies = obstack_alloc (&objfile->objfile_obstack,
5905                                      len * sizeof (struct psymtab *));
5906   for (i = 0;
5907        VEC_iterate (sig_type_ptr, tu_group->tus, i, iter);
5908        ++i)
5909     {
5910       gdb_assert (iter->per_cu.is_debug_types);
5911       pst->dependencies[i] = iter->per_cu.v.psymtab;
5912       iter->type_unit_group = tu_group;
5913     }
5914
5915   VEC_free (sig_type_ptr, tu_group->tus);
5916
5917   return 1;
5918 }
5919
5920 /* Subroutine of dwarf2_build_psymtabs_hard to simplify it.
5921    Build partial symbol tables for the .debug_types comp-units.  */
5922
5923 static void
5924 build_type_psymtabs (struct objfile *objfile)
5925 {
5926   if (! create_all_type_units (objfile))
5927     return;
5928
5929   build_type_unit_groups (build_type_psymtabs_reader, NULL);
5930
5931   /* Now that all TUs have been processed we can fill in the dependencies.  */
5932   htab_traverse_noresize (dwarf2_per_objfile->type_unit_groups,
5933                           build_type_psymtab_dependencies, NULL);
5934 }
5935
5936 /* A cleanup function that clears objfile's psymtabs_addrmap field.  */
5937
5938 static void
5939 psymtabs_addrmap_cleanup (void *o)
5940 {
5941   struct objfile *objfile = o;
5942
5943   objfile->psymtabs_addrmap = NULL;
5944 }
5945
5946 /* Compute the 'user' field for each psymtab in OBJFILE.  */
5947
5948 static void
5949 set_partial_user (struct objfile *objfile)
5950 {
5951   int i;
5952
5953   for (i = 0; i < dwarf2_per_objfile->n_comp_units; ++i)
5954     {
5955       struct dwarf2_per_cu_data *per_cu = dw2_get_cu (i);
5956       struct partial_symtab *pst = per_cu->v.psymtab;
5957       int j;
5958
5959       if (pst == NULL)
5960         continue;
5961
5962       for (j = 0; j < pst->number_of_dependencies; ++j)
5963         {
5964           /* Set the 'user' field only if it is not already set.  */
5965           if (pst->dependencies[j]->user == NULL)
5966             pst->dependencies[j]->user = pst;
5967         }
5968     }
5969 }
5970
5971 /* Build the partial symbol table by doing a quick pass through the
5972    .debug_info and .debug_abbrev sections.  */
5973
5974 static void
5975 dwarf2_build_psymtabs_hard (struct objfile *objfile)
5976 {
5977   struct cleanup *back_to, *addrmap_cleanup;
5978   struct obstack temp_obstack;
5979   int i;
5980
5981   if (dwarf2_read_debug)
5982     {
5983       fprintf_unfiltered (gdb_stdlog, "Building psymtabs of objfile %s ...\n",
5984                           objfile_name (objfile));
5985     }
5986
5987   dwarf2_per_objfile->reading_partial_symbols = 1;
5988
5989   dwarf2_read_section (objfile, &dwarf2_per_objfile->info);
5990
5991   /* Any cached compilation units will be linked by the per-objfile
5992      read_in_chain.  Make sure to free them when we're done.  */
5993   back_to = make_cleanup (free_cached_comp_units, NULL);
5994
5995   build_type_psymtabs (objfile);
5996
5997   create_all_comp_units (objfile);
5998
5999   /* Create a temporary address map on a temporary obstack.  We later
6000      copy this to the final obstack.  */
6001   obstack_init (&temp_obstack);
6002   make_cleanup_obstack_free (&temp_obstack);
6003   objfile->psymtabs_addrmap = addrmap_create_mutable (&temp_obstack);
6004   addrmap_cleanup = make_cleanup (psymtabs_addrmap_cleanup, objfile);
6005
6006   for (i = 0; i < dwarf2_per_objfile->n_comp_units; ++i)
6007     {
6008       struct dwarf2_per_cu_data *per_cu = dw2_get_cu (i);
6009
6010       process_psymtab_comp_unit (per_cu, 0, language_minimal);
6011     }
6012
6013   set_partial_user (objfile);
6014
6015   objfile->psymtabs_addrmap = addrmap_create_fixed (objfile->psymtabs_addrmap,
6016                                                     &objfile->objfile_obstack);
6017   discard_cleanups (addrmap_cleanup);
6018
6019   do_cleanups (back_to);
6020
6021   if (dwarf2_read_debug)
6022     fprintf_unfiltered (gdb_stdlog, "Done building psymtabs of %s\n",
6023                         objfile_name (objfile));
6024 }
6025
6026 /* die_reader_func for load_partial_comp_unit.  */
6027
6028 static void
6029 load_partial_comp_unit_reader (const struct die_reader_specs *reader,
6030                                const gdb_byte *info_ptr,
6031                                struct die_info *comp_unit_die,
6032                                int has_children,
6033                                void *data)
6034 {
6035   struct dwarf2_cu *cu = reader->cu;
6036
6037   prepare_one_comp_unit (cu, comp_unit_die, language_minimal);
6038
6039   /* Check if comp unit has_children.
6040      If so, read the rest of the partial symbols from this comp unit.
6041      If not, there's no more debug_info for this comp unit.  */
6042   if (has_children)
6043     load_partial_dies (reader, info_ptr, 0);
6044 }
6045
6046 /* Load the partial DIEs for a secondary CU into memory.
6047    This is also used when rereading a primary CU with load_all_dies.  */
6048
6049 static void
6050 load_partial_comp_unit (struct dwarf2_per_cu_data *this_cu)
6051 {
6052   init_cutu_and_read_dies (this_cu, NULL, 1, 1,
6053                            load_partial_comp_unit_reader, NULL);
6054 }
6055
6056 static void
6057 read_comp_units_from_section (struct objfile *objfile,
6058                               struct dwarf2_section_info *section,
6059                               unsigned int is_dwz,
6060                               int *n_allocated,
6061                               int *n_comp_units,
6062                               struct dwarf2_per_cu_data ***all_comp_units)
6063 {
6064   const gdb_byte *info_ptr;
6065   bfd *abfd = section->asection->owner;
6066
6067   if (dwarf2_read_debug)
6068     fprintf_unfiltered (gdb_stdlog, "Reading %s for %s\n",
6069                         section->asection->name, bfd_get_filename (abfd));
6070
6071   dwarf2_read_section (objfile, section);
6072
6073   info_ptr = section->buffer;
6074
6075   while (info_ptr < section->buffer + section->size)
6076     {
6077       unsigned int length, initial_length_size;
6078       struct dwarf2_per_cu_data *this_cu;
6079       sect_offset offset;
6080
6081       offset.sect_off = info_ptr - section->buffer;
6082
6083       /* Read just enough information to find out where the next
6084          compilation unit is.  */
6085       length = read_initial_length (abfd, info_ptr, &initial_length_size);
6086
6087       /* Save the compilation unit for later lookup.  */
6088       this_cu = obstack_alloc (&objfile->objfile_obstack,
6089                                sizeof (struct dwarf2_per_cu_data));
6090       memset (this_cu, 0, sizeof (*this_cu));
6091       this_cu->offset = offset;
6092       this_cu->length = length + initial_length_size;
6093       this_cu->is_dwz = is_dwz;
6094       this_cu->objfile = objfile;
6095       this_cu->section = section;
6096
6097       if (*n_comp_units == *n_allocated)
6098         {
6099           *n_allocated *= 2;
6100           *all_comp_units = xrealloc (*all_comp_units,
6101                                       *n_allocated
6102                                       * sizeof (struct dwarf2_per_cu_data *));
6103         }
6104       (*all_comp_units)[*n_comp_units] = this_cu;
6105       ++*n_comp_units;
6106
6107       info_ptr = info_ptr + this_cu->length;
6108     }
6109 }
6110
6111 /* Create a list of all compilation units in OBJFILE.
6112    This is only done for -readnow and building partial symtabs.  */
6113
6114 static void
6115 create_all_comp_units (struct objfile *objfile)
6116 {
6117   int n_allocated;
6118   int n_comp_units;
6119   struct dwarf2_per_cu_data **all_comp_units;
6120   struct dwz_file *dwz;
6121
6122   n_comp_units = 0;
6123   n_allocated = 10;
6124   all_comp_units = xmalloc (n_allocated
6125                             * sizeof (struct dwarf2_per_cu_data *));
6126
6127   read_comp_units_from_section (objfile, &dwarf2_per_objfile->info, 0,
6128                                 &n_allocated, &n_comp_units, &all_comp_units);
6129
6130   dwz = dwarf2_get_dwz_file ();
6131   if (dwz != NULL)
6132     read_comp_units_from_section (objfile, &dwz->info, 1,
6133                                   &n_allocated, &n_comp_units,
6134                                   &all_comp_units);
6135
6136   dwarf2_per_objfile->all_comp_units
6137     = obstack_alloc (&objfile->objfile_obstack,
6138                      n_comp_units * sizeof (struct dwarf2_per_cu_data *));
6139   memcpy (dwarf2_per_objfile->all_comp_units, all_comp_units,
6140           n_comp_units * sizeof (struct dwarf2_per_cu_data *));
6141   xfree (all_comp_units);
6142   dwarf2_per_objfile->n_comp_units = n_comp_units;
6143 }
6144
6145 /* Process all loaded DIEs for compilation unit CU, starting at
6146    FIRST_DIE.  The caller should pass NEED_PC == 1 if the compilation
6147    unit DIE did not have PC info (DW_AT_low_pc and DW_AT_high_pc, or
6148    DW_AT_ranges).  If NEED_PC is set, then this function will set
6149    *LOWPC and *HIGHPC to the lowest and highest PC values found in CU
6150    and record the covered ranges in the addrmap.  */
6151
6152 static void
6153 scan_partial_symbols (struct partial_die_info *first_die, CORE_ADDR *lowpc,
6154                       CORE_ADDR *highpc, int need_pc, struct dwarf2_cu *cu)
6155 {
6156   struct partial_die_info *pdi;
6157
6158   /* Now, march along the PDI's, descending into ones which have
6159      interesting children but skipping the children of the other ones,
6160      until we reach the end of the compilation unit.  */
6161
6162   pdi = first_die;
6163
6164   while (pdi != NULL)
6165     {
6166       fixup_partial_die (pdi, cu);
6167
6168       /* Anonymous namespaces or modules have no name but have interesting
6169          children, so we need to look at them.  Ditto for anonymous
6170          enums.  */
6171
6172       if (pdi->name != NULL || pdi->tag == DW_TAG_namespace
6173           || pdi->tag == DW_TAG_module || pdi->tag == DW_TAG_enumeration_type
6174           || pdi->tag == DW_TAG_imported_unit)
6175         {
6176           switch (pdi->tag)
6177             {
6178             case DW_TAG_subprogram:
6179               add_partial_subprogram (pdi, lowpc, highpc, need_pc, cu);
6180               break;
6181             case DW_TAG_constant:
6182             case DW_TAG_variable:
6183             case DW_TAG_typedef:
6184             case DW_TAG_union_type:
6185               if (!pdi->is_declaration)
6186                 {
6187                   add_partial_symbol (pdi, cu);
6188                 }
6189               break;
6190             case DW_TAG_class_type:
6191             case DW_TAG_interface_type:
6192             case DW_TAG_structure_type:
6193               if (!pdi->is_declaration)
6194                 {
6195                   add_partial_symbol (pdi, cu);
6196                 }
6197               break;
6198             case DW_TAG_enumeration_type:
6199               if (!pdi->is_declaration)
6200                 add_partial_enumeration (pdi, cu);
6201               break;
6202             case DW_TAG_base_type:
6203             case DW_TAG_subrange_type:
6204               /* File scope base type definitions are added to the partial
6205                  symbol table.  */
6206               add_partial_symbol (pdi, cu);
6207               break;
6208             case DW_TAG_namespace:
6209               add_partial_namespace (pdi, lowpc, highpc, need_pc, cu);
6210               break;
6211             case DW_TAG_module:
6212               add_partial_module (pdi, lowpc, highpc, need_pc, cu);
6213               break;
6214             case DW_TAG_imported_unit:
6215               {
6216                 struct dwarf2_per_cu_data *per_cu;
6217
6218                 /* For now we don't handle imported units in type units.  */
6219                 if (cu->per_cu->is_debug_types)
6220                   {
6221                     error (_("Dwarf Error: DW_TAG_imported_unit is not"
6222                              " supported in type units [in module %s]"),
6223                            objfile_name (cu->objfile));
6224                   }
6225
6226                 per_cu = dwarf2_find_containing_comp_unit (pdi->d.offset,
6227                                                            pdi->is_dwz,
6228                                                            cu->objfile);
6229
6230                 /* Go read the partial unit, if needed.  */
6231                 if (per_cu->v.psymtab == NULL)
6232                   process_psymtab_comp_unit (per_cu, 1, cu->language);
6233
6234                 VEC_safe_push (dwarf2_per_cu_ptr,
6235                                cu->per_cu->imported_symtabs, per_cu);
6236               }
6237               break;
6238             default:
6239               break;
6240             }
6241         }
6242
6243       /* If the die has a sibling, skip to the sibling.  */
6244
6245       pdi = pdi->die_sibling;
6246     }
6247 }
6248
6249 /* Functions used to compute the fully scoped name of a partial DIE.
6250
6251    Normally, this is simple.  For C++, the parent DIE's fully scoped
6252    name is concatenated with "::" and the partial DIE's name.  For
6253    Java, the same thing occurs except that "." is used instead of "::".
6254    Enumerators are an exception; they use the scope of their parent
6255    enumeration type, i.e. the name of the enumeration type is not
6256    prepended to the enumerator.
6257
6258    There are two complexities.  One is DW_AT_specification; in this
6259    case "parent" means the parent of the target of the specification,
6260    instead of the direct parent of the DIE.  The other is compilers
6261    which do not emit DW_TAG_namespace; in this case we try to guess
6262    the fully qualified name of structure types from their members'
6263    linkage names.  This must be done using the DIE's children rather
6264    than the children of any DW_AT_specification target.  We only need
6265    to do this for structures at the top level, i.e. if the target of
6266    any DW_AT_specification (if any; otherwise the DIE itself) does not
6267    have a parent.  */
6268
6269 /* Compute the scope prefix associated with PDI's parent, in
6270    compilation unit CU.  The result will be allocated on CU's
6271    comp_unit_obstack, or a copy of the already allocated PDI->NAME
6272    field.  NULL is returned if no prefix is necessary.  */
6273 static const char *
6274 partial_die_parent_scope (struct partial_die_info *pdi,
6275                           struct dwarf2_cu *cu)
6276 {
6277   const char *grandparent_scope;
6278   struct partial_die_info *parent, *real_pdi;
6279
6280   /* We need to look at our parent DIE; if we have a DW_AT_specification,
6281      then this means the parent of the specification DIE.  */
6282
6283   real_pdi = pdi;
6284   while (real_pdi->has_specification)
6285     real_pdi = find_partial_die (real_pdi->spec_offset,
6286                                  real_pdi->spec_is_dwz, cu);
6287
6288   parent = real_pdi->die_parent;
6289   if (parent == NULL)
6290     return NULL;
6291
6292   if (parent->scope_set)
6293     return parent->scope;
6294
6295   fixup_partial_die (parent, cu);
6296
6297   grandparent_scope = partial_die_parent_scope (parent, cu);
6298
6299   /* GCC 4.0 and 4.1 had a bug (PR c++/28460) where they generated bogus
6300      DW_TAG_namespace DIEs with a name of "::" for the global namespace.
6301      Work around this problem here.  */
6302   if (cu->language == language_cplus
6303       && parent->tag == DW_TAG_namespace
6304       && strcmp (parent->name, "::") == 0
6305       && grandparent_scope == NULL)
6306     {
6307       parent->scope = NULL;
6308       parent->scope_set = 1;
6309       return NULL;
6310     }
6311
6312   if (pdi->tag == DW_TAG_enumerator)
6313     /* Enumerators should not get the name of the enumeration as a prefix.  */
6314     parent->scope = grandparent_scope;
6315   else if (parent->tag == DW_TAG_namespace
6316       || parent->tag == DW_TAG_module
6317       || parent->tag == DW_TAG_structure_type
6318       || parent->tag == DW_TAG_class_type
6319       || parent->tag == DW_TAG_interface_type
6320       || parent->tag == DW_TAG_union_type
6321       || parent->tag == DW_TAG_enumeration_type)
6322     {
6323       if (grandparent_scope == NULL)
6324         parent->scope = parent->name;
6325       else
6326         parent->scope = typename_concat (&cu->comp_unit_obstack,
6327                                          grandparent_scope,
6328                                          parent->name, 0, cu);
6329     }
6330   else
6331     {
6332       /* FIXME drow/2004-04-01: What should we be doing with
6333          function-local names?  For partial symbols, we should probably be
6334          ignoring them.  */
6335       complaint (&symfile_complaints,
6336                  _("unhandled containing DIE tag %d for DIE at %d"),
6337                  parent->tag, pdi->offset.sect_off);
6338       parent->scope = grandparent_scope;
6339     }
6340
6341   parent->scope_set = 1;
6342   return parent->scope;
6343 }
6344
6345 /* Return the fully scoped name associated with PDI, from compilation unit
6346    CU.  The result will be allocated with malloc.  */
6347
6348 static char *
6349 partial_die_full_name (struct partial_die_info *pdi,
6350                        struct dwarf2_cu *cu)
6351 {
6352   const char *parent_scope;
6353
6354   /* If this is a template instantiation, we can not work out the
6355      template arguments from partial DIEs.  So, unfortunately, we have
6356      to go through the full DIEs.  At least any work we do building
6357      types here will be reused if full symbols are loaded later.  */
6358   if (pdi->has_template_arguments)
6359     {
6360       fixup_partial_die (pdi, cu);
6361
6362       if (pdi->name != NULL && strchr (pdi->name, '<') == NULL)
6363         {
6364           struct die_info *die;
6365           struct attribute attr;
6366           struct dwarf2_cu *ref_cu = cu;
6367
6368           /* DW_FORM_ref_addr is using section offset.  */
6369           attr.name = 0;
6370           attr.form = DW_FORM_ref_addr;
6371           attr.u.unsnd = pdi->offset.sect_off;
6372           die = follow_die_ref (NULL, &attr, &ref_cu);
6373
6374           return xstrdup (dwarf2_full_name (NULL, die, ref_cu));
6375         }
6376     }
6377
6378   parent_scope = partial_die_parent_scope (pdi, cu);
6379   if (parent_scope == NULL)
6380     return NULL;
6381   else
6382     return typename_concat (NULL, parent_scope, pdi->name, 0, cu);
6383 }
6384
6385 static void
6386 add_partial_symbol (struct partial_die_info *pdi, struct dwarf2_cu *cu)
6387 {
6388   struct objfile *objfile = cu->objfile;
6389   CORE_ADDR addr = 0;
6390   const char *actual_name = NULL;
6391   CORE_ADDR baseaddr;
6392   char *built_actual_name;
6393
6394   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
6395
6396   built_actual_name = partial_die_full_name (pdi, cu);
6397   if (built_actual_name != NULL)
6398     actual_name = built_actual_name;
6399
6400   if (actual_name == NULL)
6401     actual_name = pdi->name;
6402
6403   switch (pdi->tag)
6404     {
6405     case DW_TAG_subprogram:
6406       if (pdi->is_external || cu->language == language_ada)
6407         {
6408           /* brobecker/2007-12-26: Normally, only "external" DIEs are part
6409              of the global scope.  But in Ada, we want to be able to access
6410              nested procedures globally.  So all Ada subprograms are stored
6411              in the global scope.  */
6412           /* prim_record_minimal_symbol (actual_name, pdi->lowpc + baseaddr,
6413              mst_text, objfile); */
6414           add_psymbol_to_list (actual_name, strlen (actual_name),
6415                                built_actual_name != NULL,
6416                                VAR_DOMAIN, LOC_BLOCK,
6417                                &objfile->global_psymbols,
6418                                0, pdi->lowpc + baseaddr,
6419                                cu->language, objfile);
6420         }
6421       else
6422         {
6423           /* prim_record_minimal_symbol (actual_name, pdi->lowpc + baseaddr,
6424              mst_file_text, objfile); */
6425           add_psymbol_to_list (actual_name, strlen (actual_name),
6426                                built_actual_name != NULL,
6427                                VAR_DOMAIN, LOC_BLOCK,
6428                                &objfile->static_psymbols,
6429                                0, pdi->lowpc + baseaddr,
6430                                cu->language, objfile);
6431         }
6432       break;
6433     case DW_TAG_constant:
6434       {
6435         struct psymbol_allocation_list *list;
6436
6437         if (pdi->is_external)
6438           list = &objfile->global_psymbols;
6439         else
6440           list = &objfile->static_psymbols;
6441         add_psymbol_to_list (actual_name, strlen (actual_name),
6442                              built_actual_name != NULL, VAR_DOMAIN, LOC_STATIC,
6443                              list, 0, 0, cu->language, objfile);
6444       }
6445       break;
6446     case DW_TAG_variable:
6447       if (pdi->d.locdesc)
6448         addr = decode_locdesc (pdi->d.locdesc, cu);
6449
6450       if (pdi->d.locdesc
6451           && addr == 0
6452           && !dwarf2_per_objfile->has_section_at_zero)
6453         {
6454           /* A global or static variable may also have been stripped
6455              out by the linker if unused, in which case its address
6456              will be nullified; do not add such variables into partial
6457              symbol table then.  */
6458         }
6459       else if (pdi->is_external)
6460         {
6461           /* Global Variable.
6462              Don't enter into the minimal symbol tables as there is
6463              a minimal symbol table entry from the ELF symbols already.
6464              Enter into partial symbol table if it has a location
6465              descriptor or a type.
6466              If the location descriptor is missing, new_symbol will create
6467              a LOC_UNRESOLVED symbol, the address of the variable will then
6468              be determined from the minimal symbol table whenever the variable
6469              is referenced.
6470              The address for the partial symbol table entry is not
6471              used by GDB, but it comes in handy for debugging partial symbol
6472              table building.  */
6473
6474           if (pdi->d.locdesc || pdi->has_type)
6475             add_psymbol_to_list (actual_name, strlen (actual_name),
6476                                  built_actual_name != NULL,
6477                                  VAR_DOMAIN, LOC_STATIC,
6478                                  &objfile->global_psymbols,
6479                                  0, addr + baseaddr,
6480                                  cu->language, objfile);
6481         }
6482       else
6483         {
6484           /* Static Variable.  Skip symbols without location descriptors.  */
6485           if (pdi->d.locdesc == NULL)
6486             {
6487               xfree (built_actual_name);
6488               return;
6489             }
6490           /* prim_record_minimal_symbol (actual_name, addr + baseaddr,
6491              mst_file_data, objfile); */
6492           add_psymbol_to_list (actual_name, strlen (actual_name),
6493                                built_actual_name != NULL,
6494                                VAR_DOMAIN, LOC_STATIC,
6495                                &objfile->static_psymbols,
6496                                0, addr + baseaddr,
6497                                cu->language, objfile);
6498         }
6499       break;
6500     case DW_TAG_typedef:
6501     case DW_TAG_base_type:
6502     case DW_TAG_subrange_type:
6503       add_psymbol_to_list (actual_name, strlen (actual_name),
6504                            built_actual_name != NULL,
6505                            VAR_DOMAIN, LOC_TYPEDEF,
6506                            &objfile->static_psymbols,
6507                            0, (CORE_ADDR) 0, cu->language, objfile);
6508       break;
6509     case DW_TAG_namespace:
6510       add_psymbol_to_list (actual_name, strlen (actual_name),
6511                            built_actual_name != NULL,
6512                            VAR_DOMAIN, LOC_TYPEDEF,
6513                            &objfile->global_psymbols,
6514                            0, (CORE_ADDR) 0, cu->language, objfile);
6515       break;
6516     case DW_TAG_class_type:
6517     case DW_TAG_interface_type:
6518     case DW_TAG_structure_type:
6519     case DW_TAG_union_type:
6520     case DW_TAG_enumeration_type:
6521       /* Skip external references.  The DWARF standard says in the section
6522          about "Structure, Union, and Class Type Entries": "An incomplete
6523          structure, union or class type is represented by a structure,
6524          union or class entry that does not have a byte size attribute
6525          and that has a DW_AT_declaration attribute."  */
6526       if (!pdi->has_byte_size && pdi->is_declaration)
6527         {
6528           xfree (built_actual_name);
6529           return;
6530         }
6531
6532       /* NOTE: carlton/2003-10-07: See comment in new_symbol about
6533          static vs. global.  */
6534       add_psymbol_to_list (actual_name, strlen (actual_name),
6535                            built_actual_name != NULL,
6536                            STRUCT_DOMAIN, LOC_TYPEDEF,
6537                            (cu->language == language_cplus
6538                             || cu->language == language_java)
6539                            ? &objfile->global_psymbols
6540                            : &objfile->static_psymbols,
6541                            0, (CORE_ADDR) 0, cu->language, objfile);
6542
6543       break;
6544     case DW_TAG_enumerator:
6545       add_psymbol_to_list (actual_name, strlen (actual_name),
6546                            built_actual_name != NULL,
6547                            VAR_DOMAIN, LOC_CONST,
6548                            (cu->language == language_cplus
6549                             || cu->language == language_java)
6550                            ? &objfile->global_psymbols
6551                            : &objfile->static_psymbols,
6552                            0, (CORE_ADDR) 0, cu->language, objfile);
6553       break;
6554     default:
6555       break;
6556     }
6557
6558   xfree (built_actual_name);
6559 }
6560
6561 /* Read a partial die corresponding to a namespace; also, add a symbol
6562    corresponding to that namespace to the symbol table.  NAMESPACE is
6563    the name of the enclosing namespace.  */
6564
6565 static void
6566 add_partial_namespace (struct partial_die_info *pdi,
6567                        CORE_ADDR *lowpc, CORE_ADDR *highpc,
6568                        int need_pc, struct dwarf2_cu *cu)
6569 {
6570   /* Add a symbol for the namespace.  */
6571
6572   add_partial_symbol (pdi, cu);
6573
6574   /* Now scan partial symbols in that namespace.  */
6575
6576   if (pdi->has_children)
6577     scan_partial_symbols (pdi->die_child, lowpc, highpc, need_pc, cu);
6578 }
6579
6580 /* Read a partial die corresponding to a Fortran module.  */
6581
6582 static void
6583 add_partial_module (struct partial_die_info *pdi, CORE_ADDR *lowpc,
6584                     CORE_ADDR *highpc, int need_pc, struct dwarf2_cu *cu)
6585 {
6586   /* Now scan partial symbols in that module.  */
6587
6588   if (pdi->has_children)
6589     scan_partial_symbols (pdi->die_child, lowpc, highpc, need_pc, cu);
6590 }
6591
6592 /* Read a partial die corresponding to a subprogram and create a partial
6593    symbol for that subprogram.  When the CU language allows it, this
6594    routine also defines a partial symbol for each nested subprogram
6595    that this subprogram contains.
6596
6597    DIE my also be a lexical block, in which case we simply search
6598    recursively for suprograms defined inside that lexical block.
6599    Again, this is only performed when the CU language allows this
6600    type of definitions.  */
6601
6602 static void
6603 add_partial_subprogram (struct partial_die_info *pdi,
6604                         CORE_ADDR *lowpc, CORE_ADDR *highpc,
6605                         int need_pc, struct dwarf2_cu *cu)
6606 {
6607   if (pdi->tag == DW_TAG_subprogram)
6608     {
6609       if (pdi->has_pc_info)
6610         {
6611           if (pdi->lowpc < *lowpc)
6612             *lowpc = pdi->lowpc;
6613           if (pdi->highpc > *highpc)
6614             *highpc = pdi->highpc;
6615           if (need_pc)
6616             {
6617               CORE_ADDR baseaddr;
6618               struct objfile *objfile = cu->objfile;
6619
6620               baseaddr = ANOFFSET (objfile->section_offsets,
6621                                    SECT_OFF_TEXT (objfile));
6622               addrmap_set_empty (objfile->psymtabs_addrmap,
6623                                  pdi->lowpc + baseaddr,
6624                                  pdi->highpc - 1 + baseaddr,
6625                                  cu->per_cu->v.psymtab);
6626             }
6627         }
6628
6629       if (pdi->has_pc_info || (!pdi->is_external && pdi->may_be_inlined))
6630         {
6631           if (!pdi->is_declaration)
6632             /* Ignore subprogram DIEs that do not have a name, they are
6633                illegal.  Do not emit a complaint at this point, we will
6634                do so when we convert this psymtab into a symtab.  */
6635             if (pdi->name)
6636               add_partial_symbol (pdi, cu);
6637         }
6638     }
6639
6640   if (! pdi->has_children)
6641     return;
6642
6643   if (cu->language == language_ada)
6644     {
6645       pdi = pdi->die_child;
6646       while (pdi != NULL)
6647         {
6648           fixup_partial_die (pdi, cu);
6649           if (pdi->tag == DW_TAG_subprogram
6650               || pdi->tag == DW_TAG_lexical_block)
6651             add_partial_subprogram (pdi, lowpc, highpc, need_pc, cu);
6652           pdi = pdi->die_sibling;
6653         }
6654     }
6655 }
6656
6657 /* Read a partial die corresponding to an enumeration type.  */
6658
6659 static void
6660 add_partial_enumeration (struct partial_die_info *enum_pdi,
6661                          struct dwarf2_cu *cu)
6662 {
6663   struct partial_die_info *pdi;
6664
6665   if (enum_pdi->name != NULL)
6666     add_partial_symbol (enum_pdi, cu);
6667
6668   pdi = enum_pdi->die_child;
6669   while (pdi)
6670     {
6671       if (pdi->tag != DW_TAG_enumerator || pdi->name == NULL)
6672         complaint (&symfile_complaints, _("malformed enumerator DIE ignored"));
6673       else
6674         add_partial_symbol (pdi, cu);
6675       pdi = pdi->die_sibling;
6676     }
6677 }
6678
6679 /* Return the initial uleb128 in the die at INFO_PTR.  */
6680
6681 static unsigned int
6682 peek_abbrev_code (bfd *abfd, const gdb_byte *info_ptr)
6683 {
6684   unsigned int bytes_read;
6685
6686   return read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
6687 }
6688
6689 /* Read the initial uleb128 in the die at INFO_PTR in compilation unit CU.
6690    Return the corresponding abbrev, or NULL if the number is zero (indicating
6691    an empty DIE).  In either case *BYTES_READ will be set to the length of
6692    the initial number.  */
6693
6694 static struct abbrev_info *
6695 peek_die_abbrev (const gdb_byte *info_ptr, unsigned int *bytes_read,
6696                  struct dwarf2_cu *cu)
6697 {
6698   bfd *abfd = cu->objfile->obfd;
6699   unsigned int abbrev_number;
6700   struct abbrev_info *abbrev;
6701
6702   abbrev_number = read_unsigned_leb128 (abfd, info_ptr, bytes_read);
6703
6704   if (abbrev_number == 0)
6705     return NULL;
6706
6707   abbrev = abbrev_table_lookup_abbrev (cu->abbrev_table, abbrev_number);
6708   if (!abbrev)
6709     {
6710       error (_("Dwarf Error: Could not find abbrev number %d [in module %s]"),
6711              abbrev_number, bfd_get_filename (abfd));
6712     }
6713
6714   return abbrev;
6715 }
6716
6717 /* Scan the debug information for CU starting at INFO_PTR in buffer BUFFER.
6718    Returns a pointer to the end of a series of DIEs, terminated by an empty
6719    DIE.  Any children of the skipped DIEs will also be skipped.  */
6720
6721 static const gdb_byte *
6722 skip_children (const struct die_reader_specs *reader, const gdb_byte *info_ptr)
6723 {
6724   struct dwarf2_cu *cu = reader->cu;
6725   struct abbrev_info *abbrev;
6726   unsigned int bytes_read;
6727
6728   while (1)
6729     {
6730       abbrev = peek_die_abbrev (info_ptr, &bytes_read, cu);
6731       if (abbrev == NULL)
6732         return info_ptr + bytes_read;
6733       else
6734         info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
6735     }
6736 }
6737
6738 /* Scan the debug information for CU starting at INFO_PTR in buffer BUFFER.
6739    INFO_PTR should point just after the initial uleb128 of a DIE, and the
6740    abbrev corresponding to that skipped uleb128 should be passed in
6741    ABBREV.  Returns a pointer to this DIE's sibling, skipping any
6742    children.  */
6743
6744 static const gdb_byte *
6745 skip_one_die (const struct die_reader_specs *reader, const gdb_byte *info_ptr,
6746               struct abbrev_info *abbrev)
6747 {
6748   unsigned int bytes_read;
6749   struct attribute attr;
6750   bfd *abfd = reader->abfd;
6751   struct dwarf2_cu *cu = reader->cu;
6752   const gdb_byte *buffer = reader->buffer;
6753   const gdb_byte *buffer_end = reader->buffer_end;
6754   const gdb_byte *start_info_ptr = info_ptr;
6755   unsigned int form, i;
6756
6757   for (i = 0; i < abbrev->num_attrs; i++)
6758     {
6759       /* The only abbrev we care about is DW_AT_sibling.  */
6760       if (abbrev->attrs[i].name == DW_AT_sibling)
6761         {
6762           read_attribute (reader, &attr, &abbrev->attrs[i], info_ptr);
6763           if (attr.form == DW_FORM_ref_addr)
6764             complaint (&symfile_complaints,
6765                        _("ignoring absolute DW_AT_sibling"));
6766           else
6767             return buffer + dwarf2_get_ref_die_offset (&attr).sect_off;
6768         }
6769
6770       /* If it isn't DW_AT_sibling, skip this attribute.  */
6771       form = abbrev->attrs[i].form;
6772     skip_attribute:
6773       switch (form)
6774         {
6775         case DW_FORM_ref_addr:
6776           /* In DWARF 2, DW_FORM_ref_addr is address sized; in DWARF 3
6777              and later it is offset sized.  */
6778           if (cu->header.version == 2)
6779             info_ptr += cu->header.addr_size;
6780           else
6781             info_ptr += cu->header.offset_size;
6782           break;
6783         case DW_FORM_GNU_ref_alt:
6784           info_ptr += cu->header.offset_size;
6785           break;
6786         case DW_FORM_addr:
6787           info_ptr += cu->header.addr_size;
6788           break;
6789         case DW_FORM_data1:
6790         case DW_FORM_ref1:
6791         case DW_FORM_flag:
6792           info_ptr += 1;
6793           break;
6794         case DW_FORM_flag_present:
6795           break;
6796         case DW_FORM_data2:
6797         case DW_FORM_ref2:
6798           info_ptr += 2;
6799           break;
6800         case DW_FORM_data4:
6801         case DW_FORM_ref4:
6802           info_ptr += 4;
6803           break;
6804         case DW_FORM_data8:
6805         case DW_FORM_ref8:
6806         case DW_FORM_ref_sig8:
6807           info_ptr += 8;
6808           break;
6809         case DW_FORM_string:
6810           read_direct_string (abfd, info_ptr, &bytes_read);
6811           info_ptr += bytes_read;
6812           break;
6813         case DW_FORM_sec_offset:
6814         case DW_FORM_strp:
6815         case DW_FORM_GNU_strp_alt:
6816           info_ptr += cu->header.offset_size;
6817           break;
6818         case DW_FORM_exprloc:
6819         case DW_FORM_block:
6820           info_ptr += read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
6821           info_ptr += bytes_read;
6822           break;
6823         case DW_FORM_block1:
6824           info_ptr += 1 + read_1_byte (abfd, info_ptr);
6825           break;
6826         case DW_FORM_block2:
6827           info_ptr += 2 + read_2_bytes (abfd, info_ptr);
6828           break;
6829         case DW_FORM_block4:
6830           info_ptr += 4 + read_4_bytes (abfd, info_ptr);
6831           break;
6832         case DW_FORM_sdata:
6833         case DW_FORM_udata:
6834         case DW_FORM_ref_udata:
6835         case DW_FORM_GNU_addr_index:
6836         case DW_FORM_GNU_str_index:
6837           info_ptr = safe_skip_leb128 (info_ptr, buffer_end);
6838           break;
6839         case DW_FORM_indirect:
6840           form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
6841           info_ptr += bytes_read;
6842           /* We need to continue parsing from here, so just go back to
6843              the top.  */
6844           goto skip_attribute;
6845
6846         default:
6847           error (_("Dwarf Error: Cannot handle %s "
6848                    "in DWARF reader [in module %s]"),
6849                  dwarf_form_name (form),
6850                  bfd_get_filename (abfd));
6851         }
6852     }
6853
6854   if (abbrev->has_children)
6855     return skip_children (reader, info_ptr);
6856   else
6857     return info_ptr;
6858 }
6859
6860 /* Locate ORIG_PDI's sibling.
6861    INFO_PTR should point to the start of the next DIE after ORIG_PDI.  */
6862
6863 static const gdb_byte *
6864 locate_pdi_sibling (const struct die_reader_specs *reader,
6865                     struct partial_die_info *orig_pdi,
6866                     const gdb_byte *info_ptr)
6867 {
6868   /* Do we know the sibling already?  */
6869
6870   if (orig_pdi->sibling)
6871     return orig_pdi->sibling;
6872
6873   /* Are there any children to deal with?  */
6874
6875   if (!orig_pdi->has_children)
6876     return info_ptr;
6877
6878   /* Skip the children the long way.  */
6879
6880   return skip_children (reader, info_ptr);
6881 }
6882
6883 /* Expand this partial symbol table into a full symbol table.  SELF is
6884    not NULL.  */
6885
6886 static void
6887 dwarf2_read_symtab (struct partial_symtab *self,
6888                     struct objfile *objfile)
6889 {
6890   if (self->readin)
6891     {
6892       warning (_("bug: psymtab for %s is already read in."),
6893                self->filename);
6894     }
6895   else
6896     {
6897       if (info_verbose)
6898         {
6899           printf_filtered (_("Reading in symbols for %s..."),
6900                            self->filename);
6901           gdb_flush (gdb_stdout);
6902         }
6903
6904       /* Restore our global data.  */
6905       dwarf2_per_objfile = objfile_data (objfile, dwarf2_objfile_data_key);
6906
6907       /* If this psymtab is constructed from a debug-only objfile, the
6908          has_section_at_zero flag will not necessarily be correct.  We
6909          can get the correct value for this flag by looking at the data
6910          associated with the (presumably stripped) associated objfile.  */
6911       if (objfile->separate_debug_objfile_backlink)
6912         {
6913           struct dwarf2_per_objfile *dpo_backlink
6914             = objfile_data (objfile->separate_debug_objfile_backlink,
6915                             dwarf2_objfile_data_key);
6916
6917           dwarf2_per_objfile->has_section_at_zero
6918             = dpo_backlink->has_section_at_zero;
6919         }
6920
6921       dwarf2_per_objfile->reading_partial_symbols = 0;
6922
6923       psymtab_to_symtab_1 (self);
6924
6925       /* Finish up the debug error message.  */
6926       if (info_verbose)
6927         printf_filtered (_("done.\n"));
6928     }
6929
6930   process_cu_includes ();
6931 }
6932 \f
6933 /* Reading in full CUs.  */
6934
6935 /* Add PER_CU to the queue.  */
6936
6937 static void
6938 queue_comp_unit (struct dwarf2_per_cu_data *per_cu,
6939                  enum language pretend_language)
6940 {
6941   struct dwarf2_queue_item *item;
6942
6943   per_cu->queued = 1;
6944   item = xmalloc (sizeof (*item));
6945   item->per_cu = per_cu;
6946   item->pretend_language = pretend_language;
6947   item->next = NULL;
6948
6949   if (dwarf2_queue == NULL)
6950     dwarf2_queue = item;
6951   else
6952     dwarf2_queue_tail->next = item;
6953
6954   dwarf2_queue_tail = item;
6955 }
6956
6957 /* If PER_CU is not yet queued, add it to the queue.
6958    If DEPENDENT_CU is non-NULL, it has a reference to PER_CU so add a
6959    dependency.
6960    The result is non-zero if PER_CU was queued, otherwise the result is zero
6961    meaning either PER_CU is already queued or it is already loaded.
6962
6963    N.B. There is an invariant here that if a CU is queued then it is loaded.
6964    The caller is required to load PER_CU if we return non-zero.  */
6965
6966 static int
6967 maybe_queue_comp_unit (struct dwarf2_cu *dependent_cu,
6968                        struct dwarf2_per_cu_data *per_cu,
6969                        enum language pretend_language)
6970 {
6971   /* We may arrive here during partial symbol reading, if we need full
6972      DIEs to process an unusual case (e.g. template arguments).  Do
6973      not queue PER_CU, just tell our caller to load its DIEs.  */
6974   if (dwarf2_per_objfile->reading_partial_symbols)
6975     {
6976       if (per_cu->cu == NULL || per_cu->cu->dies == NULL)
6977         return 1;
6978       return 0;
6979     }
6980
6981   /* Mark the dependence relation so that we don't flush PER_CU
6982      too early.  */
6983   if (dependent_cu != NULL)
6984     dwarf2_add_dependence (dependent_cu, per_cu);
6985
6986   /* If it's already on the queue, we have nothing to do.  */
6987   if (per_cu->queued)
6988     return 0;
6989
6990   /* If the compilation unit is already loaded, just mark it as
6991      used.  */
6992   if (per_cu->cu != NULL)
6993     {
6994       per_cu->cu->last_used = 0;
6995       return 0;
6996     }
6997
6998   /* Add it to the queue.  */
6999   queue_comp_unit (per_cu, pretend_language);
7000
7001   return 1;
7002 }
7003
7004 /* Process the queue.  */
7005
7006 static void
7007 process_queue (void)
7008 {
7009   struct dwarf2_queue_item *item, *next_item;
7010
7011   if (dwarf2_read_debug)
7012     {
7013       fprintf_unfiltered (gdb_stdlog,
7014                           "Expanding one or more symtabs of objfile %s ...\n",
7015                           objfile_name (dwarf2_per_objfile->objfile));
7016     }
7017
7018   /* The queue starts out with one item, but following a DIE reference
7019      may load a new CU, adding it to the end of the queue.  */
7020   for (item = dwarf2_queue; item != NULL; dwarf2_queue = item = next_item)
7021     {
7022       if (dwarf2_per_objfile->using_index
7023           ? !item->per_cu->v.quick->symtab
7024           : (item->per_cu->v.psymtab && !item->per_cu->v.psymtab->readin))
7025         {
7026           struct dwarf2_per_cu_data *per_cu = item->per_cu;
7027           char buf[100];
7028
7029           if (per_cu->is_debug_types)
7030             {
7031               struct signatured_type *sig_type =
7032                 (struct signatured_type *) per_cu;
7033
7034               sprintf (buf, "TU %s at offset 0x%x",
7035                        hex_string (sig_type->signature), per_cu->offset.sect_off);
7036             }
7037           else
7038             sprintf (buf, "CU at offset 0x%x", per_cu->offset.sect_off);
7039
7040           if (dwarf2_read_debug)
7041             fprintf_unfiltered (gdb_stdlog, "Expanding symtab of %s\n", buf);
7042
7043           if (per_cu->is_debug_types)
7044             process_full_type_unit (per_cu, item->pretend_language);
7045           else
7046             process_full_comp_unit (per_cu, item->pretend_language);
7047
7048           if (dwarf2_read_debug)
7049             fprintf_unfiltered (gdb_stdlog, "Done expanding %s\n", buf);
7050         }
7051
7052       item->per_cu->queued = 0;
7053       next_item = item->next;
7054       xfree (item);
7055     }
7056
7057   dwarf2_queue_tail = NULL;
7058
7059   if (dwarf2_read_debug)
7060     {
7061       fprintf_unfiltered (gdb_stdlog, "Done expanding symtabs of %s.\n",
7062                           objfile_name (dwarf2_per_objfile->objfile));
7063     }
7064 }
7065
7066 /* Free all allocated queue entries.  This function only releases anything if
7067    an error was thrown; if the queue was processed then it would have been
7068    freed as we went along.  */
7069
7070 static void
7071 dwarf2_release_queue (void *dummy)
7072 {
7073   struct dwarf2_queue_item *item, *last;
7074
7075   item = dwarf2_queue;
7076   while (item)
7077     {
7078       /* Anything still marked queued is likely to be in an
7079          inconsistent state, so discard it.  */
7080       if (item->per_cu->queued)
7081         {
7082           if (item->per_cu->cu != NULL)
7083             free_one_cached_comp_unit (item->per_cu);
7084           item->per_cu->queued = 0;
7085         }
7086
7087       last = item;
7088       item = item->next;
7089       xfree (last);
7090     }
7091
7092   dwarf2_queue = dwarf2_queue_tail = NULL;
7093 }
7094
7095 /* Read in full symbols for PST, and anything it depends on.  */
7096
7097 static void
7098 psymtab_to_symtab_1 (struct partial_symtab *pst)
7099 {
7100   struct dwarf2_per_cu_data *per_cu;
7101   int i;
7102
7103   if (pst->readin)
7104     return;
7105
7106   for (i = 0; i < pst->number_of_dependencies; i++)
7107     if (!pst->dependencies[i]->readin
7108         && pst->dependencies[i]->user == NULL)
7109       {
7110         /* Inform about additional files that need to be read in.  */
7111         if (info_verbose)
7112           {
7113             /* FIXME: i18n: Need to make this a single string.  */
7114             fputs_filtered (" ", gdb_stdout);
7115             wrap_here ("");
7116             fputs_filtered ("and ", gdb_stdout);
7117             wrap_here ("");
7118             printf_filtered ("%s...", pst->dependencies[i]->filename);
7119             wrap_here ("");     /* Flush output.  */
7120             gdb_flush (gdb_stdout);
7121           }
7122         psymtab_to_symtab_1 (pst->dependencies[i]);
7123       }
7124
7125   per_cu = pst->read_symtab_private;
7126
7127   if (per_cu == NULL)
7128     {
7129       /* It's an include file, no symbols to read for it.
7130          Everything is in the parent symtab.  */
7131       pst->readin = 1;
7132       return;
7133     }
7134
7135   dw2_do_instantiate_symtab (per_cu);
7136 }
7137
7138 /* Trivial hash function for die_info: the hash value of a DIE
7139    is its offset in .debug_info for this objfile.  */
7140
7141 static hashval_t
7142 die_hash (const void *item)
7143 {
7144   const struct die_info *die = item;
7145
7146   return die->offset.sect_off;
7147 }
7148
7149 /* Trivial comparison function for die_info structures: two DIEs
7150    are equal if they have the same offset.  */
7151
7152 static int
7153 die_eq (const void *item_lhs, const void *item_rhs)
7154 {
7155   const struct die_info *die_lhs = item_lhs;
7156   const struct die_info *die_rhs = item_rhs;
7157
7158   return die_lhs->offset.sect_off == die_rhs->offset.sect_off;
7159 }
7160
7161 /* die_reader_func for load_full_comp_unit.
7162    This is identical to read_signatured_type_reader,
7163    but is kept separate for now.  */
7164
7165 static void
7166 load_full_comp_unit_reader (const struct die_reader_specs *reader,
7167                             const gdb_byte *info_ptr,
7168                             struct die_info *comp_unit_die,
7169                             int has_children,
7170                             void *data)
7171 {
7172   struct dwarf2_cu *cu = reader->cu;
7173   enum language *language_ptr = data;
7174
7175   gdb_assert (cu->die_hash == NULL);
7176   cu->die_hash =
7177     htab_create_alloc_ex (cu->header.length / 12,
7178                           die_hash,
7179                           die_eq,
7180                           NULL,
7181                           &cu->comp_unit_obstack,
7182                           hashtab_obstack_allocate,
7183                           dummy_obstack_deallocate);
7184
7185   if (has_children)
7186     comp_unit_die->child = read_die_and_siblings (reader, info_ptr,
7187                                                   &info_ptr, comp_unit_die);
7188   cu->dies = comp_unit_die;
7189   /* comp_unit_die is not stored in die_hash, no need.  */
7190
7191   /* We try not to read any attributes in this function, because not
7192      all CUs needed for references have been loaded yet, and symbol
7193      table processing isn't initialized.  But we have to set the CU language,
7194      or we won't be able to build types correctly.
7195      Similarly, if we do not read the producer, we can not apply
7196      producer-specific interpretation.  */
7197   prepare_one_comp_unit (cu, cu->dies, *language_ptr);
7198 }
7199
7200 /* Load the DIEs associated with PER_CU into memory.  */
7201
7202 static void
7203 load_full_comp_unit (struct dwarf2_per_cu_data *this_cu,
7204                      enum language pretend_language)
7205 {
7206   gdb_assert (! this_cu->is_debug_types);
7207
7208   init_cutu_and_read_dies (this_cu, NULL, 1, 1,
7209                            load_full_comp_unit_reader, &pretend_language);
7210 }
7211
7212 /* Add a DIE to the delayed physname list.  */
7213
7214 static void
7215 add_to_method_list (struct type *type, int fnfield_index, int index,
7216                     const char *name, struct die_info *die,
7217                     struct dwarf2_cu *cu)
7218 {
7219   struct delayed_method_info mi;
7220   mi.type = type;
7221   mi.fnfield_index = fnfield_index;
7222   mi.index = index;
7223   mi.name = name;
7224   mi.die = die;
7225   VEC_safe_push (delayed_method_info, cu->method_list, &mi);
7226 }
7227
7228 /* A cleanup for freeing the delayed method list.  */
7229
7230 static void
7231 free_delayed_list (void *ptr)
7232 {
7233   struct dwarf2_cu *cu = (struct dwarf2_cu *) ptr;
7234   if (cu->method_list != NULL)
7235     {
7236       VEC_free (delayed_method_info, cu->method_list);
7237       cu->method_list = NULL;
7238     }
7239 }
7240
7241 /* Compute the physnames of any methods on the CU's method list.
7242
7243    The computation of method physnames is delayed in order to avoid the
7244    (bad) condition that one of the method's formal parameters is of an as yet
7245    incomplete type.  */
7246
7247 static void
7248 compute_delayed_physnames (struct dwarf2_cu *cu)
7249 {
7250   int i;
7251   struct delayed_method_info *mi;
7252   for (i = 0; VEC_iterate (delayed_method_info, cu->method_list, i, mi) ; ++i)
7253     {
7254       const char *physname;
7255       struct fn_fieldlist *fn_flp
7256         = &TYPE_FN_FIELDLIST (mi->type, mi->fnfield_index);
7257       physname = dwarf2_physname (mi->name, mi->die, cu);
7258       fn_flp->fn_fields[mi->index].physname = physname ? physname : "";
7259     }
7260 }
7261
7262 /* Go objects should be embedded in a DW_TAG_module DIE,
7263    and it's not clear if/how imported objects will appear.
7264    To keep Go support simple until that's worked out,
7265    go back through what we've read and create something usable.
7266    We could do this while processing each DIE, and feels kinda cleaner,
7267    but that way is more invasive.
7268    This is to, for example, allow the user to type "p var" or "b main"
7269    without having to specify the package name, and allow lookups
7270    of module.object to work in contexts that use the expression
7271    parser.  */
7272
7273 static void
7274 fixup_go_packaging (struct dwarf2_cu *cu)
7275 {
7276   char *package_name = NULL;
7277   struct pending *list;
7278   int i;
7279
7280   for (list = global_symbols; list != NULL; list = list->next)
7281     {
7282       for (i = 0; i < list->nsyms; ++i)
7283         {
7284           struct symbol *sym = list->symbol[i];
7285
7286           if (SYMBOL_LANGUAGE (sym) == language_go
7287               && SYMBOL_CLASS (sym) == LOC_BLOCK)
7288             {
7289               char *this_package_name = go_symbol_package_name (sym);
7290
7291               if (this_package_name == NULL)
7292                 continue;
7293               if (package_name == NULL)
7294                 package_name = this_package_name;
7295               else
7296                 {
7297                   if (strcmp (package_name, this_package_name) != 0)
7298                     complaint (&symfile_complaints,
7299                                _("Symtab %s has objects from two different Go packages: %s and %s"),
7300                                (SYMBOL_SYMTAB (sym)
7301                           ? symtab_to_filename_for_display (SYMBOL_SYMTAB (sym))
7302                                 : objfile_name (cu->objfile)),
7303                                this_package_name, package_name);
7304                   xfree (this_package_name);
7305                 }
7306             }
7307         }
7308     }
7309
7310   if (package_name != NULL)
7311     {
7312       struct objfile *objfile = cu->objfile;
7313       const char *saved_package_name = obstack_copy0 (&objfile->objfile_obstack,
7314                                                       package_name,
7315                                                       strlen (package_name));
7316       struct type *type = init_type (TYPE_CODE_MODULE, 0, 0,
7317                                      saved_package_name, objfile);
7318       struct symbol *sym;
7319
7320       TYPE_TAG_NAME (type) = TYPE_NAME (type);
7321
7322       sym = allocate_symbol (objfile);
7323       SYMBOL_SET_LANGUAGE (sym, language_go, &objfile->objfile_obstack);
7324       SYMBOL_SET_NAMES (sym, saved_package_name,
7325                         strlen (saved_package_name), 0, objfile);
7326       /* This is not VAR_DOMAIN because we want a way to ensure a lookup of,
7327          e.g., "main" finds the "main" module and not C's main().  */
7328       SYMBOL_DOMAIN (sym) = STRUCT_DOMAIN;
7329       SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
7330       SYMBOL_TYPE (sym) = type;
7331
7332       add_symbol_to_list (sym, &global_symbols);
7333
7334       xfree (package_name);
7335     }
7336 }
7337
7338 /* Return the symtab for PER_CU.  This works properly regardless of
7339    whether we're using the index or psymtabs.  */
7340
7341 static struct symtab *
7342 get_symtab (struct dwarf2_per_cu_data *per_cu)
7343 {
7344   return (dwarf2_per_objfile->using_index
7345           ? per_cu->v.quick->symtab
7346           : per_cu->v.psymtab->symtab);
7347 }
7348
7349 /* A helper function for computing the list of all symbol tables
7350    included by PER_CU.  */
7351
7352 static void
7353 recursively_compute_inclusions (VEC (symtab_ptr) **result,
7354                                 htab_t all_children, htab_t all_type_symtabs,
7355                                 struct dwarf2_per_cu_data *per_cu,
7356                                 struct symtab *immediate_parent)
7357 {
7358   void **slot;
7359   int ix;
7360   struct symtab *symtab;
7361   struct dwarf2_per_cu_data *iter;
7362
7363   slot = htab_find_slot (all_children, per_cu, INSERT);
7364   if (*slot != NULL)
7365     {
7366       /* This inclusion and its children have been processed.  */
7367       return;
7368     }
7369
7370   *slot = per_cu;
7371   /* Only add a CU if it has a symbol table.  */
7372   symtab = get_symtab (per_cu);
7373   if (symtab != NULL)
7374     {
7375       /* If this is a type unit only add its symbol table if we haven't
7376          seen it yet (type unit per_cu's can share symtabs).  */
7377       if (per_cu->is_debug_types)
7378         {
7379           slot = htab_find_slot (all_type_symtabs, symtab, INSERT);
7380           if (*slot == NULL)
7381             {
7382               *slot = symtab;
7383               VEC_safe_push (symtab_ptr, *result, symtab);
7384               if (symtab->user == NULL)
7385                 symtab->user = immediate_parent;
7386             }
7387         }
7388       else
7389         {
7390           VEC_safe_push (symtab_ptr, *result, symtab);
7391           if (symtab->user == NULL)
7392             symtab->user = immediate_parent;
7393         }
7394     }
7395
7396   for (ix = 0;
7397        VEC_iterate (dwarf2_per_cu_ptr, per_cu->imported_symtabs, ix, iter);
7398        ++ix)
7399     {
7400       recursively_compute_inclusions (result, all_children,
7401                                       all_type_symtabs, iter, symtab);
7402     }
7403 }
7404
7405 /* Compute the symtab 'includes' fields for the symtab related to
7406    PER_CU.  */
7407
7408 static void
7409 compute_symtab_includes (struct dwarf2_per_cu_data *per_cu)
7410 {
7411   gdb_assert (! per_cu->is_debug_types);
7412
7413   if (!VEC_empty (dwarf2_per_cu_ptr, per_cu->imported_symtabs))
7414     {
7415       int ix, len;
7416       struct dwarf2_per_cu_data *per_cu_iter;
7417       struct symtab *symtab_iter;
7418       VEC (symtab_ptr) *result_symtabs = NULL;
7419       htab_t all_children, all_type_symtabs;
7420       struct symtab *symtab = get_symtab (per_cu);
7421
7422       /* If we don't have a symtab, we can just skip this case.  */
7423       if (symtab == NULL)
7424         return;
7425
7426       all_children = htab_create_alloc (1, htab_hash_pointer, htab_eq_pointer,
7427                                         NULL, xcalloc, xfree);
7428       all_type_symtabs = htab_create_alloc (1, htab_hash_pointer, htab_eq_pointer,
7429                                             NULL, xcalloc, xfree);
7430
7431       for (ix = 0;
7432            VEC_iterate (dwarf2_per_cu_ptr, per_cu->imported_symtabs,
7433                         ix, per_cu_iter);
7434            ++ix)
7435         {
7436           recursively_compute_inclusions (&result_symtabs, all_children,
7437                                           all_type_symtabs, per_cu_iter,
7438                                           symtab);
7439         }
7440
7441       /* Now we have a transitive closure of all the included symtabs.  */
7442       len = VEC_length (symtab_ptr, result_symtabs);
7443       symtab->includes
7444         = obstack_alloc (&dwarf2_per_objfile->objfile->objfile_obstack,
7445                          (len + 1) * sizeof (struct symtab *));
7446       for (ix = 0;
7447            VEC_iterate (symtab_ptr, result_symtabs, ix, symtab_iter);
7448            ++ix)
7449         symtab->includes[ix] = symtab_iter;
7450       symtab->includes[len] = NULL;
7451
7452       VEC_free (symtab_ptr, result_symtabs);
7453       htab_delete (all_children);
7454       htab_delete (all_type_symtabs);
7455     }
7456 }
7457
7458 /* Compute the 'includes' field for the symtabs of all the CUs we just
7459    read.  */
7460
7461 static void
7462 process_cu_includes (void)
7463 {
7464   int ix;
7465   struct dwarf2_per_cu_data *iter;
7466
7467   for (ix = 0;
7468        VEC_iterate (dwarf2_per_cu_ptr, dwarf2_per_objfile->just_read_cus,
7469                     ix, iter);
7470        ++ix)
7471     {
7472       if (! iter->is_debug_types)
7473         compute_symtab_includes (iter);
7474     }
7475
7476   VEC_free (dwarf2_per_cu_ptr, dwarf2_per_objfile->just_read_cus);
7477 }
7478
7479 /* Generate full symbol information for PER_CU, whose DIEs have
7480    already been loaded into memory.  */
7481
7482 static void
7483 process_full_comp_unit (struct dwarf2_per_cu_data *per_cu,
7484                         enum language pretend_language)
7485 {
7486   struct dwarf2_cu *cu = per_cu->cu;
7487   struct objfile *objfile = per_cu->objfile;
7488   CORE_ADDR lowpc, highpc;
7489   struct symtab *symtab;
7490   struct cleanup *back_to, *delayed_list_cleanup;
7491   CORE_ADDR baseaddr;
7492   struct block *static_block;
7493
7494   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
7495
7496   buildsym_init ();
7497   back_to = make_cleanup (really_free_pendings, NULL);
7498   delayed_list_cleanup = make_cleanup (free_delayed_list, cu);
7499
7500   cu->list_in_scope = &file_symbols;
7501
7502   cu->language = pretend_language;
7503   cu->language_defn = language_def (cu->language);
7504
7505   /* Do line number decoding in read_file_scope () */
7506   process_die (cu->dies, cu);
7507
7508   /* For now fudge the Go package.  */
7509   if (cu->language == language_go)
7510     fixup_go_packaging (cu);
7511
7512   /* Now that we have processed all the DIEs in the CU, all the types 
7513      should be complete, and it should now be safe to compute all of the
7514      physnames.  */
7515   compute_delayed_physnames (cu);
7516   do_cleanups (delayed_list_cleanup);
7517
7518   /* Some compilers don't define a DW_AT_high_pc attribute for the
7519      compilation unit.  If the DW_AT_high_pc is missing, synthesize
7520      it, by scanning the DIE's below the compilation unit.  */
7521   get_scope_pc_bounds (cu->dies, &lowpc, &highpc, cu);
7522
7523   static_block
7524     = end_symtab_get_static_block (highpc + baseaddr, objfile, 0, 1);
7525
7526   /* If the comp unit has DW_AT_ranges, it may have discontiguous ranges.
7527      Also, DW_AT_ranges may record ranges not belonging to any child DIEs
7528      (such as virtual method tables).  Record the ranges in STATIC_BLOCK's
7529      addrmap to help ensure it has an accurate map of pc values belonging to
7530      this comp unit.  */
7531   dwarf2_record_block_ranges (cu->dies, static_block, baseaddr, cu);
7532
7533   symtab = end_symtab_from_static_block (static_block, objfile,
7534                                          SECT_OFF_TEXT (objfile), 0);
7535
7536   if (symtab != NULL)
7537     {
7538       int gcc_4_minor = producer_is_gcc_ge_4 (cu->producer);
7539
7540       /* Set symtab language to language from DW_AT_language.  If the
7541          compilation is from a C file generated by language preprocessors, do
7542          not set the language if it was already deduced by start_subfile.  */
7543       if (!(cu->language == language_c && symtab->language != language_c))
7544         symtab->language = cu->language;
7545
7546       /* GCC-4.0 has started to support -fvar-tracking.  GCC-3.x still can
7547          produce DW_AT_location with location lists but it can be possibly
7548          invalid without -fvar-tracking.  Still up to GCC-4.4.x incl. 4.4.0
7549          there were bugs in prologue debug info, fixed later in GCC-4.5
7550          by "unwind info for epilogues" patch (which is not directly related).
7551
7552          For -gdwarf-4 type units LOCATIONS_VALID indication is fortunately not
7553          needed, it would be wrong due to missing DW_AT_producer there.
7554
7555          Still one can confuse GDB by using non-standard GCC compilation
7556          options - this waits on GCC PR other/32998 (-frecord-gcc-switches).
7557          */ 
7558       if (cu->has_loclist && gcc_4_minor >= 5)
7559         symtab->locations_valid = 1;
7560
7561       if (gcc_4_minor >= 5)
7562         symtab->epilogue_unwind_valid = 1;
7563
7564       symtab->call_site_htab = cu->call_site_htab;
7565     }
7566
7567   if (dwarf2_per_objfile->using_index)
7568     per_cu->v.quick->symtab = symtab;
7569   else
7570     {
7571       struct partial_symtab *pst = per_cu->v.psymtab;
7572       pst->symtab = symtab;
7573       pst->readin = 1;
7574     }
7575
7576   /* Push it for inclusion processing later.  */
7577   VEC_safe_push (dwarf2_per_cu_ptr, dwarf2_per_objfile->just_read_cus, per_cu);
7578
7579   do_cleanups (back_to);
7580 }
7581
7582 /* Generate full symbol information for type unit PER_CU, whose DIEs have
7583    already been loaded into memory.  */
7584
7585 static void
7586 process_full_type_unit (struct dwarf2_per_cu_data *per_cu,
7587                         enum language pretend_language)
7588 {
7589   struct dwarf2_cu *cu = per_cu->cu;
7590   struct objfile *objfile = per_cu->objfile;
7591   struct symtab *symtab;
7592   struct cleanup *back_to, *delayed_list_cleanup;
7593   struct signatured_type *sig_type;
7594
7595   gdb_assert (per_cu->is_debug_types);
7596   sig_type = (struct signatured_type *) per_cu;
7597
7598   buildsym_init ();
7599   back_to = make_cleanup (really_free_pendings, NULL);
7600   delayed_list_cleanup = make_cleanup (free_delayed_list, cu);
7601
7602   cu->list_in_scope = &file_symbols;
7603
7604   cu->language = pretend_language;
7605   cu->language_defn = language_def (cu->language);
7606
7607   /* The symbol tables are set up in read_type_unit_scope.  */
7608   process_die (cu->dies, cu);
7609
7610   /* For now fudge the Go package.  */
7611   if (cu->language == language_go)
7612     fixup_go_packaging (cu);
7613
7614   /* Now that we have processed all the DIEs in the CU, all the types 
7615      should be complete, and it should now be safe to compute all of the
7616      physnames.  */
7617   compute_delayed_physnames (cu);
7618   do_cleanups (delayed_list_cleanup);
7619
7620   /* TUs share symbol tables.
7621      If this is the first TU to use this symtab, complete the construction
7622      of it with end_expandable_symtab.  Otherwise, complete the addition of
7623      this TU's symbols to the existing symtab.  */
7624   if (sig_type->type_unit_group->primary_symtab == NULL)
7625     {
7626       symtab = end_expandable_symtab (0, objfile, SECT_OFF_TEXT (objfile));
7627       sig_type->type_unit_group->primary_symtab = symtab;
7628
7629       if (symtab != NULL)
7630         {
7631           /* Set symtab language to language from DW_AT_language.  If the
7632              compilation is from a C file generated by language preprocessors,
7633              do not set the language if it was already deduced by
7634              start_subfile.  */
7635           if (!(cu->language == language_c && symtab->language != language_c))
7636             symtab->language = cu->language;
7637         }
7638     }
7639   else
7640     {
7641       augment_type_symtab (objfile,
7642                            sig_type->type_unit_group->primary_symtab);
7643       symtab = sig_type->type_unit_group->primary_symtab;
7644     }
7645
7646   if (dwarf2_per_objfile->using_index)
7647     per_cu->v.quick->symtab = symtab;
7648   else
7649     {
7650       struct partial_symtab *pst = per_cu->v.psymtab;
7651       pst->symtab = symtab;
7652       pst->readin = 1;
7653     }
7654
7655   do_cleanups (back_to);
7656 }
7657
7658 /* Process an imported unit DIE.  */
7659
7660 static void
7661 process_imported_unit_die (struct die_info *die, struct dwarf2_cu *cu)
7662 {
7663   struct attribute *attr;
7664
7665   /* For now we don't handle imported units in type units.  */
7666   if (cu->per_cu->is_debug_types)
7667     {
7668       error (_("Dwarf Error: DW_TAG_imported_unit is not"
7669                " supported in type units [in module %s]"),
7670              objfile_name (cu->objfile));
7671     }
7672
7673   attr = dwarf2_attr (die, DW_AT_import, cu);
7674   if (attr != NULL)
7675     {
7676       struct dwarf2_per_cu_data *per_cu;
7677       struct symtab *imported_symtab;
7678       sect_offset offset;
7679       int is_dwz;
7680
7681       offset = dwarf2_get_ref_die_offset (attr);
7682       is_dwz = (attr->form == DW_FORM_GNU_ref_alt || cu->per_cu->is_dwz);
7683       per_cu = dwarf2_find_containing_comp_unit (offset, is_dwz, cu->objfile);
7684
7685       /* If necessary, add it to the queue and load its DIEs.  */
7686       if (maybe_queue_comp_unit (cu, per_cu, cu->language))
7687         load_full_comp_unit (per_cu, cu->language);
7688
7689       VEC_safe_push (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs,
7690                      per_cu);
7691     }
7692 }
7693
7694 /* Process a die and its children.  */
7695
7696 static void
7697 process_die (struct die_info *die, struct dwarf2_cu *cu)
7698 {
7699   switch (die->tag)
7700     {
7701     case DW_TAG_padding:
7702       break;
7703     case DW_TAG_compile_unit:
7704     case DW_TAG_partial_unit:
7705       read_file_scope (die, cu);
7706       break;
7707     case DW_TAG_type_unit:
7708       read_type_unit_scope (die, cu);
7709       break;
7710     case DW_TAG_subprogram:
7711     case DW_TAG_inlined_subroutine:
7712       read_func_scope (die, cu);
7713       break;
7714     case DW_TAG_lexical_block:
7715     case DW_TAG_try_block:
7716     case DW_TAG_catch_block:
7717       read_lexical_block_scope (die, cu);
7718       break;
7719     case DW_TAG_GNU_call_site:
7720       read_call_site_scope (die, cu);
7721       break;
7722     case DW_TAG_class_type:
7723     case DW_TAG_interface_type:
7724     case DW_TAG_structure_type:
7725     case DW_TAG_union_type:
7726       process_structure_scope (die, cu);
7727       break;
7728     case DW_TAG_enumeration_type:
7729       process_enumeration_scope (die, cu);
7730       break;
7731
7732     /* These dies have a type, but processing them does not create
7733        a symbol or recurse to process the children.  Therefore we can
7734        read them on-demand through read_type_die.  */
7735     case DW_TAG_subroutine_type:
7736     case DW_TAG_set_type:
7737     case DW_TAG_array_type:
7738     case DW_TAG_pointer_type:
7739     case DW_TAG_ptr_to_member_type:
7740     case DW_TAG_reference_type:
7741     case DW_TAG_string_type:
7742       break;
7743
7744     case DW_TAG_base_type:
7745     case DW_TAG_subrange_type:
7746     case DW_TAG_typedef:
7747       /* Add a typedef symbol for the type definition, if it has a
7748          DW_AT_name.  */
7749       new_symbol (die, read_type_die (die, cu), cu);
7750       break;
7751     case DW_TAG_common_block:
7752       read_common_block (die, cu);
7753       break;
7754     case DW_TAG_common_inclusion:
7755       break;
7756     case DW_TAG_namespace:
7757       cu->processing_has_namespace_info = 1;
7758       read_namespace (die, cu);
7759       break;
7760     case DW_TAG_module:
7761       cu->processing_has_namespace_info = 1;
7762       read_module (die, cu);
7763       break;
7764     case DW_TAG_imported_declaration:
7765     case DW_TAG_imported_module:
7766       cu->processing_has_namespace_info = 1;
7767       if (die->child != NULL && (die->tag == DW_TAG_imported_declaration
7768                                  || cu->language != language_fortran))
7769         complaint (&symfile_complaints, _("Tag '%s' has unexpected children"),
7770                    dwarf_tag_name (die->tag));
7771       read_import_statement (die, cu);
7772       break;
7773
7774     case DW_TAG_imported_unit:
7775       process_imported_unit_die (die, cu);
7776       break;
7777
7778     default:
7779       new_symbol (die, NULL, cu);
7780       break;
7781     }
7782 }
7783 \f
7784 /* DWARF name computation.  */
7785
7786 /* A helper function for dwarf2_compute_name which determines whether DIE
7787    needs to have the name of the scope prepended to the name listed in the
7788    die.  */
7789
7790 static int
7791 die_needs_namespace (struct die_info *die, struct dwarf2_cu *cu)
7792 {
7793   struct attribute *attr;
7794
7795   switch (die->tag)
7796     {
7797     case DW_TAG_namespace:
7798     case DW_TAG_typedef:
7799     case DW_TAG_class_type:
7800     case DW_TAG_interface_type:
7801     case DW_TAG_structure_type:
7802     case DW_TAG_union_type:
7803     case DW_TAG_enumeration_type:
7804     case DW_TAG_enumerator:
7805     case DW_TAG_subprogram:
7806     case DW_TAG_member:
7807       return 1;
7808
7809     case DW_TAG_variable:
7810     case DW_TAG_constant:
7811       /* We only need to prefix "globally" visible variables.  These include
7812          any variable marked with DW_AT_external or any variable that
7813          lives in a namespace.  [Variables in anonymous namespaces
7814          require prefixing, but they are not DW_AT_external.]  */
7815
7816       if (dwarf2_attr (die, DW_AT_specification, cu))
7817         {
7818           struct dwarf2_cu *spec_cu = cu;
7819
7820           return die_needs_namespace (die_specification (die, &spec_cu),
7821                                       spec_cu);
7822         }
7823
7824       attr = dwarf2_attr (die, DW_AT_external, cu);
7825       if (attr == NULL && die->parent->tag != DW_TAG_namespace
7826           && die->parent->tag != DW_TAG_module)
7827         return 0;
7828       /* A variable in a lexical block of some kind does not need a
7829          namespace, even though in C++ such variables may be external
7830          and have a mangled name.  */
7831       if (die->parent->tag ==  DW_TAG_lexical_block
7832           || die->parent->tag ==  DW_TAG_try_block
7833           || die->parent->tag ==  DW_TAG_catch_block
7834           || die->parent->tag == DW_TAG_subprogram)
7835         return 0;
7836       return 1;
7837
7838     default:
7839       return 0;
7840     }
7841 }
7842
7843 /* Retrieve the last character from a mem_file.  */
7844
7845 static void
7846 do_ui_file_peek_last (void *object, const char *buffer, long length)
7847 {
7848   char *last_char_p = (char *) object;
7849
7850   if (length > 0)
7851     *last_char_p = buffer[length - 1];
7852 }
7853
7854 /* Compute the fully qualified name of DIE in CU.  If PHYSNAME is nonzero,
7855    compute the physname for the object, which include a method's:
7856    - formal parameters (C++/Java),
7857    - receiver type (Go),
7858    - return type (Java).
7859
7860    The term "physname" is a bit confusing.
7861    For C++, for example, it is the demangled name.
7862    For Go, for example, it's the mangled name.
7863
7864    For Ada, return the DIE's linkage name rather than the fully qualified
7865    name.  PHYSNAME is ignored..
7866
7867    The result is allocated on the objfile_obstack and canonicalized.  */
7868
7869 static const char *
7870 dwarf2_compute_name (const char *name,
7871                      struct die_info *die, struct dwarf2_cu *cu,
7872                      int physname)
7873 {
7874   struct objfile *objfile = cu->objfile;
7875
7876   if (name == NULL)
7877     name = dwarf2_name (die, cu);
7878
7879   /* For Fortran GDB prefers DW_AT_*linkage_name if present but otherwise
7880      compute it by typename_concat inside GDB.  */
7881   if (cu->language == language_ada
7882       || (cu->language == language_fortran && physname))
7883     {
7884       /* For Ada unit, we prefer the linkage name over the name, as
7885          the former contains the exported name, which the user expects
7886          to be able to reference.  Ideally, we want the user to be able
7887          to reference this entity using either natural or linkage name,
7888          but we haven't started looking at this enhancement yet.  */
7889       struct attribute *attr;
7890
7891       attr = dwarf2_attr (die, DW_AT_linkage_name, cu);
7892       if (attr == NULL)
7893         attr = dwarf2_attr (die, DW_AT_MIPS_linkage_name, cu);
7894       if (attr && DW_STRING (attr))
7895         return DW_STRING (attr);
7896     }
7897
7898   /* These are the only languages we know how to qualify names in.  */
7899   if (name != NULL
7900       && (cu->language == language_cplus || cu->language == language_java
7901           || cu->language == language_fortran))
7902     {
7903       if (die_needs_namespace (die, cu))
7904         {
7905           long length;
7906           const char *prefix;
7907           struct ui_file *buf;
7908
7909           prefix = determine_prefix (die, cu);
7910           buf = mem_fileopen ();
7911           if (*prefix != '\0')
7912             {
7913               char *prefixed_name = typename_concat (NULL, prefix, name,
7914                                                      physname, cu);
7915
7916               fputs_unfiltered (prefixed_name, buf);
7917               xfree (prefixed_name);
7918             }
7919           else
7920             fputs_unfiltered (name, buf);
7921
7922           /* Template parameters may be specified in the DIE's DW_AT_name, or
7923              as children with DW_TAG_template_type_param or
7924              DW_TAG_value_type_param.  If the latter, add them to the name
7925              here.  If the name already has template parameters, then
7926              skip this step; some versions of GCC emit both, and
7927              it is more efficient to use the pre-computed name.
7928
7929              Something to keep in mind about this process: it is very
7930              unlikely, or in some cases downright impossible, to produce
7931              something that will match the mangled name of a function.
7932              If the definition of the function has the same debug info,
7933              we should be able to match up with it anyway.  But fallbacks
7934              using the minimal symbol, for instance to find a method
7935              implemented in a stripped copy of libstdc++, will not work.
7936              If we do not have debug info for the definition, we will have to
7937              match them up some other way.
7938
7939              When we do name matching there is a related problem with function
7940              templates; two instantiated function templates are allowed to
7941              differ only by their return types, which we do not add here.  */
7942
7943           if (cu->language == language_cplus && strchr (name, '<') == NULL)
7944             {
7945               struct attribute *attr;
7946               struct die_info *child;
7947               int first = 1;
7948
7949               die->building_fullname = 1;
7950
7951               for (child = die->child; child != NULL; child = child->sibling)
7952                 {
7953                   struct type *type;
7954                   LONGEST value;
7955                   const gdb_byte *bytes;
7956                   struct dwarf2_locexpr_baton *baton;
7957                   struct value *v;
7958
7959                   if (child->tag != DW_TAG_template_type_param
7960                       && child->tag != DW_TAG_template_value_param)
7961                     continue;
7962
7963                   if (first)
7964                     {
7965                       fputs_unfiltered ("<", buf);
7966                       first = 0;
7967                     }
7968                   else
7969                     fputs_unfiltered (", ", buf);
7970
7971                   attr = dwarf2_attr (child, DW_AT_type, cu);
7972                   if (attr == NULL)
7973                     {
7974                       complaint (&symfile_complaints,
7975                                  _("template parameter missing DW_AT_type"));
7976                       fputs_unfiltered ("UNKNOWN_TYPE", buf);
7977                       continue;
7978                     }
7979                   type = die_type (child, cu);
7980
7981                   if (child->tag == DW_TAG_template_type_param)
7982                     {
7983                       c_print_type (type, "", buf, -1, 0, &type_print_raw_options);
7984                       continue;
7985                     }
7986
7987                   attr = dwarf2_attr (child, DW_AT_const_value, cu);
7988                   if (attr == NULL)
7989                     {
7990                       complaint (&symfile_complaints,
7991                                  _("template parameter missing "
7992                                    "DW_AT_const_value"));
7993                       fputs_unfiltered ("UNKNOWN_VALUE", buf);
7994                       continue;
7995                     }
7996
7997                   dwarf2_const_value_attr (attr, type, name,
7998                                            &cu->comp_unit_obstack, cu,
7999                                            &value, &bytes, &baton);
8000
8001                   if (TYPE_NOSIGN (type))
8002                     /* GDB prints characters as NUMBER 'CHAR'.  If that's
8003                        changed, this can use value_print instead.  */
8004                     c_printchar (value, type, buf);
8005                   else
8006                     {
8007                       struct value_print_options opts;
8008
8009                       if (baton != NULL)
8010                         v = dwarf2_evaluate_loc_desc (type, NULL,
8011                                                       baton->data,
8012                                                       baton->size,
8013                                                       baton->per_cu);
8014                       else if (bytes != NULL)
8015                         {
8016                           v = allocate_value (type);
8017                           memcpy (value_contents_writeable (v), bytes,
8018                                   TYPE_LENGTH (type));
8019                         }
8020                       else
8021                         v = value_from_longest (type, value);
8022
8023                       /* Specify decimal so that we do not depend on
8024                          the radix.  */
8025                       get_formatted_print_options (&opts, 'd');
8026                       opts.raw = 1;
8027                       value_print (v, buf, &opts);
8028                       release_value (v);
8029                       value_free (v);
8030                     }
8031                 }
8032
8033               die->building_fullname = 0;
8034
8035               if (!first)
8036                 {
8037                   /* Close the argument list, with a space if necessary
8038                      (nested templates).  */
8039                   char last_char = '\0';
8040                   ui_file_put (buf, do_ui_file_peek_last, &last_char);
8041                   if (last_char == '>')
8042                     fputs_unfiltered (" >", buf);
8043                   else
8044                     fputs_unfiltered (">", buf);
8045                 }
8046             }
8047
8048           /* For Java and C++ methods, append formal parameter type
8049              information, if PHYSNAME.  */
8050
8051           if (physname && die->tag == DW_TAG_subprogram
8052               && (cu->language == language_cplus
8053                   || cu->language == language_java))
8054             {
8055               struct type *type = read_type_die (die, cu);
8056
8057               c_type_print_args (type, buf, 1, cu->language,
8058                                  &type_print_raw_options);
8059
8060               if (cu->language == language_java)
8061                 {
8062                   /* For java, we must append the return type to method
8063                      names.  */
8064                   if (die->tag == DW_TAG_subprogram)
8065                     java_print_type (TYPE_TARGET_TYPE (type), "", buf,
8066                                      0, 0, &type_print_raw_options);
8067                 }
8068               else if (cu->language == language_cplus)
8069                 {
8070                   /* Assume that an artificial first parameter is
8071                      "this", but do not crash if it is not.  RealView
8072                      marks unnamed (and thus unused) parameters as
8073                      artificial; there is no way to differentiate
8074                      the two cases.  */
8075                   if (TYPE_NFIELDS (type) > 0
8076                       && TYPE_FIELD_ARTIFICIAL (type, 0)
8077                       && TYPE_CODE (TYPE_FIELD_TYPE (type, 0)) == TYPE_CODE_PTR
8078                       && TYPE_CONST (TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (type,
8079                                                                         0))))
8080                     fputs_unfiltered (" const", buf);
8081                 }
8082             }
8083
8084           name = ui_file_obsavestring (buf, &objfile->objfile_obstack,
8085                                        &length);
8086           ui_file_delete (buf);
8087
8088           if (cu->language == language_cplus)
8089             {
8090               const char *cname
8091                 = dwarf2_canonicalize_name (name, cu,
8092                                             &objfile->objfile_obstack);
8093
8094               if (cname != NULL)
8095                 name = cname;
8096             }
8097         }
8098     }
8099
8100   return name;
8101 }
8102
8103 /* Return the fully qualified name of DIE, based on its DW_AT_name.
8104    If scope qualifiers are appropriate they will be added.  The result
8105    will be allocated on the objfile_obstack, or NULL if the DIE does
8106    not have a name.  NAME may either be from a previous call to
8107    dwarf2_name or NULL.
8108
8109    The output string will be canonicalized (if C++/Java).  */
8110
8111 static const char *
8112 dwarf2_full_name (const char *name, struct die_info *die, struct dwarf2_cu *cu)
8113 {
8114   return dwarf2_compute_name (name, die, cu, 0);
8115 }
8116
8117 /* Construct a physname for the given DIE in CU.  NAME may either be
8118    from a previous call to dwarf2_name or NULL.  The result will be
8119    allocated on the objfile_objstack or NULL if the DIE does not have a
8120    name.
8121
8122    The output string will be canonicalized (if C++/Java).  */
8123
8124 static const char *
8125 dwarf2_physname (const char *name, struct die_info *die, struct dwarf2_cu *cu)
8126 {
8127   struct objfile *objfile = cu->objfile;
8128   struct attribute *attr;
8129   const char *retval, *mangled = NULL, *canon = NULL;
8130   struct cleanup *back_to;
8131   int need_copy = 1;
8132
8133   /* In this case dwarf2_compute_name is just a shortcut not building anything
8134      on its own.  */
8135   if (!die_needs_namespace (die, cu))
8136     return dwarf2_compute_name (name, die, cu, 1);
8137
8138   back_to = make_cleanup (null_cleanup, NULL);
8139
8140   attr = dwarf2_attr (die, DW_AT_linkage_name, cu);
8141   if (!attr)
8142     attr = dwarf2_attr (die, DW_AT_MIPS_linkage_name, cu);
8143
8144   /* DW_AT_linkage_name is missing in some cases - depend on what GDB
8145      has computed.  */
8146   if (attr && DW_STRING (attr))
8147     {
8148       char *demangled;
8149
8150       mangled = DW_STRING (attr);
8151
8152       /* Use DMGL_RET_DROP for C++ template functions to suppress their return
8153          type.  It is easier for GDB users to search for such functions as
8154          `name(params)' than `long name(params)'.  In such case the minimal
8155          symbol names do not match the full symbol names but for template
8156          functions there is never a need to look up their definition from their
8157          declaration so the only disadvantage remains the minimal symbol
8158          variant `long name(params)' does not have the proper inferior type.
8159          */
8160
8161       if (cu->language == language_go)
8162         {
8163           /* This is a lie, but we already lie to the caller new_symbol_full.
8164              new_symbol_full assumes we return the mangled name.
8165              This just undoes that lie until things are cleaned up.  */
8166           demangled = NULL;
8167         }
8168       else
8169         {
8170           demangled = gdb_demangle (mangled,
8171                                     (DMGL_PARAMS | DMGL_ANSI
8172                                      | (cu->language == language_java
8173                                         ? DMGL_JAVA | DMGL_RET_POSTFIX
8174                                         : DMGL_RET_DROP)));
8175         }
8176       if (demangled)
8177         {
8178           make_cleanup (xfree, demangled);
8179           canon = demangled;
8180         }
8181       else
8182         {
8183           canon = mangled;
8184           need_copy = 0;
8185         }
8186     }
8187
8188   if (canon == NULL || check_physname)
8189     {
8190       const char *physname = dwarf2_compute_name (name, die, cu, 1);
8191
8192       if (canon != NULL && strcmp (physname, canon) != 0)
8193         {
8194           /* It may not mean a bug in GDB.  The compiler could also
8195              compute DW_AT_linkage_name incorrectly.  But in such case
8196              GDB would need to be bug-to-bug compatible.  */
8197
8198           complaint (&symfile_complaints,
8199                      _("Computed physname <%s> does not match demangled <%s> "
8200                        "(from linkage <%s>) - DIE at 0x%x [in module %s]"),
8201                      physname, canon, mangled, die->offset.sect_off,
8202                      objfile_name (objfile));
8203
8204           /* Prefer DW_AT_linkage_name (in the CANON form) - when it
8205              is available here - over computed PHYSNAME.  It is safer
8206              against both buggy GDB and buggy compilers.  */
8207
8208           retval = canon;
8209         }
8210       else
8211         {
8212           retval = physname;
8213           need_copy = 0;
8214         }
8215     }
8216   else
8217     retval = canon;
8218
8219   if (need_copy)
8220     retval = obstack_copy0 (&objfile->objfile_obstack, retval, strlen (retval));
8221
8222   do_cleanups (back_to);
8223   return retval;
8224 }
8225
8226 /* Read the import statement specified by the given die and record it.  */
8227
8228 static void
8229 read_import_statement (struct die_info *die, struct dwarf2_cu *cu)
8230 {
8231   struct objfile *objfile = cu->objfile;
8232   struct attribute *import_attr;
8233   struct die_info *imported_die, *child_die;
8234   struct dwarf2_cu *imported_cu;
8235   const char *imported_name;
8236   const char *imported_name_prefix;
8237   const char *canonical_name;
8238   const char *import_alias;
8239   const char *imported_declaration = NULL;
8240   const char *import_prefix;
8241   VEC (const_char_ptr) *excludes = NULL;
8242   struct cleanup *cleanups;
8243
8244   import_attr = dwarf2_attr (die, DW_AT_import, cu);
8245   if (import_attr == NULL)
8246     {
8247       complaint (&symfile_complaints, _("Tag '%s' has no DW_AT_import"),
8248                  dwarf_tag_name (die->tag));
8249       return;
8250     }
8251
8252   imported_cu = cu;
8253   imported_die = follow_die_ref_or_sig (die, import_attr, &imported_cu);
8254   imported_name = dwarf2_name (imported_die, imported_cu);
8255   if (imported_name == NULL)
8256     {
8257       /* GCC bug: https://bugzilla.redhat.com/show_bug.cgi?id=506524
8258
8259         The import in the following code:
8260         namespace A
8261           {
8262             typedef int B;
8263           }
8264
8265         int main ()
8266           {
8267             using A::B;
8268             B b;
8269             return b;
8270           }
8271
8272         ...
8273          <2><51>: Abbrev Number: 3 (DW_TAG_imported_declaration)
8274             <52>   DW_AT_decl_file   : 1
8275             <53>   DW_AT_decl_line   : 6
8276             <54>   DW_AT_import      : <0x75>
8277          <2><58>: Abbrev Number: 4 (DW_TAG_typedef)
8278             <59>   DW_AT_name        : B
8279             <5b>   DW_AT_decl_file   : 1
8280             <5c>   DW_AT_decl_line   : 2
8281             <5d>   DW_AT_type        : <0x6e>
8282         ...
8283          <1><75>: Abbrev Number: 7 (DW_TAG_base_type)
8284             <76>   DW_AT_byte_size   : 4
8285             <77>   DW_AT_encoding    : 5        (signed)
8286
8287         imports the wrong die ( 0x75 instead of 0x58 ).
8288         This case will be ignored until the gcc bug is fixed.  */
8289       return;
8290     }
8291
8292   /* Figure out the local name after import.  */
8293   import_alias = dwarf2_name (die, cu);
8294
8295   /* Figure out where the statement is being imported to.  */
8296   import_prefix = determine_prefix (die, cu);
8297
8298   /* Figure out what the scope of the imported die is and prepend it
8299      to the name of the imported die.  */
8300   imported_name_prefix = determine_prefix (imported_die, imported_cu);
8301
8302   if (imported_die->tag != DW_TAG_namespace
8303       && imported_die->tag != DW_TAG_module)
8304     {
8305       imported_declaration = imported_name;
8306       canonical_name = imported_name_prefix;
8307     }
8308   else if (strlen (imported_name_prefix) > 0)
8309     canonical_name = obconcat (&objfile->objfile_obstack,
8310                                imported_name_prefix, "::", imported_name,
8311                                (char *) NULL);
8312   else
8313     canonical_name = imported_name;
8314
8315   cleanups = make_cleanup (VEC_cleanup (const_char_ptr), &excludes);
8316
8317   if (die->tag == DW_TAG_imported_module && cu->language == language_fortran)
8318     for (child_die = die->child; child_die && child_die->tag;
8319          child_die = sibling_die (child_die))
8320       {
8321         /* DWARF-4: A Fortran use statement with a “rename list” may be
8322            represented by an imported module entry with an import attribute
8323            referring to the module and owned entries corresponding to those
8324            entities that are renamed as part of being imported.  */
8325
8326         if (child_die->tag != DW_TAG_imported_declaration)
8327           {
8328             complaint (&symfile_complaints,
8329                        _("child DW_TAG_imported_declaration expected "
8330                          "- DIE at 0x%x [in module %s]"),
8331                        child_die->offset.sect_off, objfile_name (objfile));
8332             continue;
8333           }
8334
8335         import_attr = dwarf2_attr (child_die, DW_AT_import, cu);
8336         if (import_attr == NULL)
8337           {
8338             complaint (&symfile_complaints, _("Tag '%s' has no DW_AT_import"),
8339                        dwarf_tag_name (child_die->tag));
8340             continue;
8341           }
8342
8343         imported_cu = cu;
8344         imported_die = follow_die_ref_or_sig (child_die, import_attr,
8345                                               &imported_cu);
8346         imported_name = dwarf2_name (imported_die, imported_cu);
8347         if (imported_name == NULL)
8348           {
8349             complaint (&symfile_complaints,
8350                        _("child DW_TAG_imported_declaration has unknown "
8351                          "imported name - DIE at 0x%x [in module %s]"),
8352                        child_die->offset.sect_off, objfile_name (objfile));
8353             continue;
8354           }
8355
8356         VEC_safe_push (const_char_ptr, excludes, imported_name);
8357
8358         process_die (child_die, cu);
8359       }
8360
8361   cp_add_using_directive (import_prefix,
8362                           canonical_name,
8363                           import_alias,
8364                           imported_declaration,
8365                           excludes,
8366                           0,
8367                           &objfile->objfile_obstack);
8368
8369   do_cleanups (cleanups);
8370 }
8371
8372 /* Cleanup function for handle_DW_AT_stmt_list.  */
8373
8374 static void
8375 free_cu_line_header (void *arg)
8376 {
8377   struct dwarf2_cu *cu = arg;
8378
8379   free_line_header (cu->line_header);
8380   cu->line_header = NULL;
8381 }
8382
8383 /* Check for possibly missing DW_AT_comp_dir with relative .debug_line
8384    directory paths.  GCC SVN r127613 (new option -fdebug-prefix-map) fixed
8385    this, it was first present in GCC release 4.3.0.  */
8386
8387 static int
8388 producer_is_gcc_lt_4_3 (struct dwarf2_cu *cu)
8389 {
8390   if (!cu->checked_producer)
8391     check_producer (cu);
8392
8393   return cu->producer_is_gcc_lt_4_3;
8394 }
8395
8396 static void
8397 find_file_and_directory (struct die_info *die, struct dwarf2_cu *cu,
8398                          const char **name, const char **comp_dir)
8399 {
8400   struct attribute *attr;
8401
8402   *name = NULL;
8403   *comp_dir = NULL;
8404
8405   /* Find the filename.  Do not use dwarf2_name here, since the filename
8406      is not a source language identifier.  */
8407   attr = dwarf2_attr (die, DW_AT_name, cu);
8408   if (attr)
8409     {
8410       *name = DW_STRING (attr);
8411     }
8412
8413   attr = dwarf2_attr (die, DW_AT_comp_dir, cu);
8414   if (attr)
8415     *comp_dir = DW_STRING (attr);
8416   else if (producer_is_gcc_lt_4_3 (cu) && *name != NULL
8417            && IS_ABSOLUTE_PATH (*name))
8418     {
8419       char *d = ldirname (*name);
8420
8421       *comp_dir = d;
8422       if (d != NULL)
8423         make_cleanup (xfree, d);
8424     }
8425   if (*comp_dir != NULL)
8426     {
8427       /* Irix 6.2 native cc prepends <machine>.: to the compilation
8428          directory, get rid of it.  */
8429       char *cp = strchr (*comp_dir, ':');
8430
8431       if (cp && cp != *comp_dir && cp[-1] == '.' && cp[1] == '/')
8432         *comp_dir = cp + 1;
8433     }
8434
8435   if (*name == NULL)
8436     *name = "<unknown>";
8437 }
8438
8439 /* Handle DW_AT_stmt_list for a compilation unit.
8440    DIE is the DW_TAG_compile_unit die for CU.
8441    COMP_DIR is the compilation directory.
8442    WANT_LINE_INFO is non-zero if the pc/line-number mapping is needed.  */
8443
8444 static void
8445 handle_DW_AT_stmt_list (struct die_info *die, struct dwarf2_cu *cu,
8446                         const char *comp_dir) /* ARI: editCase function */
8447 {
8448   struct attribute *attr;
8449
8450   gdb_assert (! cu->per_cu->is_debug_types);
8451
8452   attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
8453   if (attr)
8454     {
8455       unsigned int line_offset = DW_UNSND (attr);
8456       struct line_header *line_header
8457         = dwarf_decode_line_header (line_offset, cu);
8458
8459       if (line_header)
8460         {
8461           cu->line_header = line_header;
8462           make_cleanup (free_cu_line_header, cu);
8463           dwarf_decode_lines (line_header, comp_dir, cu, NULL, 1);
8464         }
8465     }
8466 }
8467
8468 /* Process DW_TAG_compile_unit or DW_TAG_partial_unit.  */
8469
8470 static void
8471 read_file_scope (struct die_info *die, struct dwarf2_cu *cu)
8472 {
8473   struct objfile *objfile = dwarf2_per_objfile->objfile;
8474   struct cleanup *back_to = make_cleanup (null_cleanup, 0);
8475   CORE_ADDR lowpc = ((CORE_ADDR) -1);
8476   CORE_ADDR highpc = ((CORE_ADDR) 0);
8477   struct attribute *attr;
8478   const char *name = NULL;
8479   const char *comp_dir = NULL;
8480   struct die_info *child_die;
8481   bfd *abfd = objfile->obfd;
8482   CORE_ADDR baseaddr;
8483
8484   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
8485
8486   get_scope_pc_bounds (die, &lowpc, &highpc, cu);
8487
8488   /* If we didn't find a lowpc, set it to highpc to avoid complaints
8489      from finish_block.  */
8490   if (lowpc == ((CORE_ADDR) -1))
8491     lowpc = highpc;
8492   lowpc += baseaddr;
8493   highpc += baseaddr;
8494
8495   find_file_and_directory (die, cu, &name, &comp_dir);
8496
8497   prepare_one_comp_unit (cu, die, cu->language);
8498
8499   /* The XLCL doesn't generate DW_LANG_OpenCL because this attribute is not
8500      standardised yet.  As a workaround for the language detection we fall
8501      back to the DW_AT_producer string.  */
8502   if (cu->producer && strstr (cu->producer, "IBM XL C for OpenCL") != NULL)
8503     cu->language = language_opencl;
8504
8505   /* Similar hack for Go.  */
8506   if (cu->producer && strstr (cu->producer, "GNU Go ") != NULL)
8507     set_cu_language (DW_LANG_Go, cu);
8508
8509   dwarf2_start_symtab (cu, name, comp_dir, lowpc);
8510
8511   /* Decode line number information if present.  We do this before
8512      processing child DIEs, so that the line header table is available
8513      for DW_AT_decl_file.  */
8514   handle_DW_AT_stmt_list (die, cu, comp_dir);
8515
8516   /* Process all dies in compilation unit.  */
8517   if (die->child != NULL)
8518     {
8519       child_die = die->child;
8520       while (child_die && child_die->tag)
8521         {
8522           process_die (child_die, cu);
8523           child_die = sibling_die (child_die);
8524         }
8525     }
8526
8527   /* Decode macro information, if present.  Dwarf 2 macro information
8528      refers to information in the line number info statement program
8529      header, so we can only read it if we've read the header
8530      successfully.  */
8531   attr = dwarf2_attr (die, DW_AT_GNU_macros, cu);
8532   if (attr && cu->line_header)
8533     {
8534       if (dwarf2_attr (die, DW_AT_macro_info, cu))
8535         complaint (&symfile_complaints,
8536                    _("CU refers to both DW_AT_GNU_macros and DW_AT_macro_info"));
8537
8538       dwarf_decode_macros (cu, DW_UNSND (attr), comp_dir, 1);
8539     }
8540   else
8541     {
8542       attr = dwarf2_attr (die, DW_AT_macro_info, cu);
8543       if (attr && cu->line_header)
8544         {
8545           unsigned int macro_offset = DW_UNSND (attr);
8546
8547           dwarf_decode_macros (cu, macro_offset, comp_dir, 0);
8548         }
8549     }
8550
8551   do_cleanups (back_to);
8552 }
8553
8554 /* TU version of handle_DW_AT_stmt_list for read_type_unit_scope.
8555    Create the set of symtabs used by this TU, or if this TU is sharing
8556    symtabs with another TU and the symtabs have already been created
8557    then restore those symtabs in the line header.
8558    We don't need the pc/line-number mapping for type units.  */
8559
8560 static void
8561 setup_type_unit_groups (struct die_info *die, struct dwarf2_cu *cu)
8562 {
8563   struct objfile *objfile = dwarf2_per_objfile->objfile;
8564   struct dwarf2_per_cu_data *per_cu = cu->per_cu;
8565   struct type_unit_group *tu_group;
8566   int first_time;
8567   struct line_header *lh;
8568   struct attribute *attr;
8569   unsigned int i, line_offset;
8570   struct signatured_type *sig_type;
8571
8572   gdb_assert (per_cu->is_debug_types);
8573   sig_type = (struct signatured_type *) per_cu;
8574
8575   attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
8576
8577   /* If we're using .gdb_index (includes -readnow) then
8578      per_cu->type_unit_group may not have been set up yet.  */
8579   if (sig_type->type_unit_group == NULL)
8580     sig_type->type_unit_group = get_type_unit_group (cu, attr);
8581   tu_group = sig_type->type_unit_group;
8582
8583   /* If we've already processed this stmt_list there's no real need to
8584      do it again, we could fake it and just recreate the part we need
8585      (file name,index -> symtab mapping).  If data shows this optimization
8586      is useful we can do it then.  */
8587   first_time = tu_group->primary_symtab == NULL;
8588
8589   /* We have to handle the case of both a missing DW_AT_stmt_list or bad
8590      debug info.  */
8591   lh = NULL;
8592   if (attr != NULL)
8593     {
8594       line_offset = DW_UNSND (attr);
8595       lh = dwarf_decode_line_header (line_offset, cu);
8596     }
8597   if (lh == NULL)
8598     {
8599       if (first_time)
8600         dwarf2_start_symtab (cu, "", NULL, 0);
8601       else
8602         {
8603           gdb_assert (tu_group->symtabs == NULL);
8604           restart_symtab (0);
8605         }
8606       /* Note: The primary symtab will get allocated at the end.  */
8607       return;
8608     }
8609
8610   cu->line_header = lh;
8611   make_cleanup (free_cu_line_header, cu);
8612
8613   if (first_time)
8614     {
8615       dwarf2_start_symtab (cu, "", NULL, 0);
8616
8617       tu_group->num_symtabs = lh->num_file_names;
8618       tu_group->symtabs = XNEWVEC (struct symtab *, lh->num_file_names);
8619
8620       for (i = 0; i < lh->num_file_names; ++i)
8621         {
8622           const char *dir = NULL;
8623           struct file_entry *fe = &lh->file_names[i];
8624
8625           if (fe->dir_index)
8626             dir = lh->include_dirs[fe->dir_index - 1];
8627           dwarf2_start_subfile (fe->name, dir, NULL);
8628
8629           /* Note: We don't have to watch for the main subfile here, type units
8630              don't have DW_AT_name.  */
8631
8632           if (current_subfile->symtab == NULL)
8633             {
8634               /* NOTE: start_subfile will recognize when it's been passed
8635                  a file it has already seen.  So we can't assume there's a
8636                  simple mapping from lh->file_names to subfiles,
8637                  lh->file_names may contain dups.  */
8638               current_subfile->symtab = allocate_symtab (current_subfile->name,
8639                                                          objfile);
8640             }
8641
8642           fe->symtab = current_subfile->symtab;
8643           tu_group->symtabs[i] = fe->symtab;
8644         }
8645     }
8646   else
8647     {
8648       restart_symtab (0);
8649
8650       for (i = 0; i < lh->num_file_names; ++i)
8651         {
8652           struct file_entry *fe = &lh->file_names[i];
8653
8654           fe->symtab = tu_group->symtabs[i];
8655         }
8656     }
8657
8658   /* The main symtab is allocated last.  Type units don't have DW_AT_name
8659      so they don't have a "real" (so to speak) symtab anyway.
8660      There is later code that will assign the main symtab to all symbols
8661      that don't have one.  We need to handle the case of a symbol with a
8662      missing symtab (DW_AT_decl_file) anyway.  */
8663 }
8664
8665 /* Process DW_TAG_type_unit.
8666    For TUs we want to skip the first top level sibling if it's not the
8667    actual type being defined by this TU.  In this case the first top
8668    level sibling is there to provide context only.  */
8669
8670 static void
8671 read_type_unit_scope (struct die_info *die, struct dwarf2_cu *cu)
8672 {
8673   struct die_info *child_die;
8674
8675   prepare_one_comp_unit (cu, die, language_minimal);
8676
8677   /* Initialize (or reinitialize) the machinery for building symtabs.
8678      We do this before processing child DIEs, so that the line header table
8679      is available for DW_AT_decl_file.  */
8680   setup_type_unit_groups (die, cu);
8681
8682   if (die->child != NULL)
8683     {
8684       child_die = die->child;
8685       while (child_die && child_die->tag)
8686         {
8687           process_die (child_die, cu);
8688           child_die = sibling_die (child_die);
8689         }
8690     }
8691 }
8692 \f
8693 /* DWO/DWP files.
8694
8695    http://gcc.gnu.org/wiki/DebugFission
8696    http://gcc.gnu.org/wiki/DebugFissionDWP
8697
8698    To simplify handling of both DWO files ("object" files with the DWARF info)
8699    and DWP files (a file with the DWOs packaged up into one file), we treat
8700    DWP files as having a collection of virtual DWO files.  */
8701
8702 static hashval_t
8703 hash_dwo_file (const void *item)
8704 {
8705   const struct dwo_file *dwo_file = item;
8706   hashval_t hash;
8707
8708   hash = htab_hash_string (dwo_file->dwo_name);
8709   if (dwo_file->comp_dir != NULL)
8710     hash += htab_hash_string (dwo_file->comp_dir);
8711   return hash;
8712 }
8713
8714 static int
8715 eq_dwo_file (const void *item_lhs, const void *item_rhs)
8716 {
8717   const struct dwo_file *lhs = item_lhs;
8718   const struct dwo_file *rhs = item_rhs;
8719
8720   if (strcmp (lhs->dwo_name, rhs->dwo_name) != 0)
8721     return 0;
8722   if (lhs->comp_dir == NULL || rhs->comp_dir == NULL)
8723     return lhs->comp_dir == rhs->comp_dir;
8724   return strcmp (lhs->comp_dir, rhs->comp_dir) == 0;
8725 }
8726
8727 /* Allocate a hash table for DWO files.  */
8728
8729 static htab_t
8730 allocate_dwo_file_hash_table (void)
8731 {
8732   struct objfile *objfile = dwarf2_per_objfile->objfile;
8733
8734   return htab_create_alloc_ex (41,
8735                                hash_dwo_file,
8736                                eq_dwo_file,
8737                                NULL,
8738                                &objfile->objfile_obstack,
8739                                hashtab_obstack_allocate,
8740                                dummy_obstack_deallocate);
8741 }
8742
8743 /* Lookup DWO file DWO_NAME.  */
8744
8745 static void **
8746 lookup_dwo_file_slot (const char *dwo_name, const char *comp_dir)
8747 {
8748   struct dwo_file find_entry;
8749   void **slot;
8750
8751   if (dwarf2_per_objfile->dwo_files == NULL)
8752     dwarf2_per_objfile->dwo_files = allocate_dwo_file_hash_table ();
8753
8754   memset (&find_entry, 0, sizeof (find_entry));
8755   find_entry.dwo_name = dwo_name;
8756   find_entry.comp_dir = comp_dir;
8757   slot = htab_find_slot (dwarf2_per_objfile->dwo_files, &find_entry, INSERT);
8758
8759   return slot;
8760 }
8761
8762 static hashval_t
8763 hash_dwo_unit (const void *item)
8764 {
8765   const struct dwo_unit *dwo_unit = item;
8766
8767   /* This drops the top 32 bits of the id, but is ok for a hash.  */
8768   return dwo_unit->signature;
8769 }
8770
8771 static int
8772 eq_dwo_unit (const void *item_lhs, const void *item_rhs)
8773 {
8774   const struct dwo_unit *lhs = item_lhs;
8775   const struct dwo_unit *rhs = item_rhs;
8776
8777   /* The signature is assumed to be unique within the DWO file.
8778      So while object file CU dwo_id's always have the value zero,
8779      that's OK, assuming each object file DWO file has only one CU,
8780      and that's the rule for now.  */
8781   return lhs->signature == rhs->signature;
8782 }
8783
8784 /* Allocate a hash table for DWO CUs,TUs.
8785    There is one of these tables for each of CUs,TUs for each DWO file.  */
8786
8787 static htab_t
8788 allocate_dwo_unit_table (struct objfile *objfile)
8789 {
8790   /* Start out with a pretty small number.
8791      Generally DWO files contain only one CU and maybe some TUs.  */
8792   return htab_create_alloc_ex (3,
8793                                hash_dwo_unit,
8794                                eq_dwo_unit,
8795                                NULL,
8796                                &objfile->objfile_obstack,
8797                                hashtab_obstack_allocate,
8798                                dummy_obstack_deallocate);
8799 }
8800
8801 /* Structure used to pass data to create_dwo_debug_info_hash_table_reader.  */
8802
8803 struct create_dwo_cu_data
8804 {
8805   struct dwo_file *dwo_file;
8806   struct dwo_unit dwo_unit;
8807 };
8808
8809 /* die_reader_func for create_dwo_cu.  */
8810
8811 static void
8812 create_dwo_cu_reader (const struct die_reader_specs *reader,
8813                       const gdb_byte *info_ptr,
8814                       struct die_info *comp_unit_die,
8815                       int has_children,
8816                       void *datap)
8817 {
8818   struct dwarf2_cu *cu = reader->cu;
8819   struct objfile *objfile = dwarf2_per_objfile->objfile;
8820   sect_offset offset = cu->per_cu->offset;
8821   struct dwarf2_section_info *section = cu->per_cu->section;
8822   struct create_dwo_cu_data *data = datap;
8823   struct dwo_file *dwo_file = data->dwo_file;
8824   struct dwo_unit *dwo_unit = &data->dwo_unit;
8825   struct attribute *attr;
8826
8827   attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_id, cu);
8828   if (attr == NULL)
8829     {
8830       complaint (&symfile_complaints,
8831                  _("Dwarf Error: debug entry at offset 0x%x is missing"
8832                    " its dwo_id [in module %s]"),
8833                  offset.sect_off, dwo_file->dwo_name);
8834       return;
8835     }
8836
8837   dwo_unit->dwo_file = dwo_file;
8838   dwo_unit->signature = DW_UNSND (attr);
8839   dwo_unit->section = section;
8840   dwo_unit->offset = offset;
8841   dwo_unit->length = cu->per_cu->length;
8842
8843   if (dwarf2_read_debug)
8844     fprintf_unfiltered (gdb_stdlog, "  offset 0x%x, dwo_id %s\n",
8845                         offset.sect_off, hex_string (dwo_unit->signature));
8846 }
8847
8848 /* Create the dwo_unit for the lone CU in DWO_FILE.
8849    Note: This function processes DWO files only, not DWP files.  */
8850
8851 static struct dwo_unit *
8852 create_dwo_cu (struct dwo_file *dwo_file)
8853 {
8854   struct objfile *objfile = dwarf2_per_objfile->objfile;
8855   struct dwarf2_section_info *section = &dwo_file->sections.info;
8856   bfd *abfd;
8857   htab_t cu_htab;
8858   const gdb_byte *info_ptr, *end_ptr;
8859   struct create_dwo_cu_data create_dwo_cu_data;
8860   struct dwo_unit *dwo_unit;
8861
8862   dwarf2_read_section (objfile, section);
8863   info_ptr = section->buffer;
8864
8865   if (info_ptr == NULL)
8866     return NULL;
8867
8868   /* We can't set abfd until now because the section may be empty or
8869      not present, in which case section->asection will be NULL.  */
8870   abfd = section->asection->owner;
8871
8872   if (dwarf2_read_debug)
8873     {
8874       fprintf_unfiltered (gdb_stdlog, "Reading %s for %s:\n",
8875                           bfd_section_name (abfd, section->asection),
8876                           bfd_get_filename (abfd));
8877     }
8878
8879   create_dwo_cu_data.dwo_file = dwo_file;
8880   dwo_unit = NULL;
8881
8882   end_ptr = info_ptr + section->size;
8883   while (info_ptr < end_ptr)
8884     {
8885       struct dwarf2_per_cu_data per_cu;
8886
8887       memset (&create_dwo_cu_data.dwo_unit, 0,
8888               sizeof (create_dwo_cu_data.dwo_unit));
8889       memset (&per_cu, 0, sizeof (per_cu));
8890       per_cu.objfile = objfile;
8891       per_cu.is_debug_types = 0;
8892       per_cu.offset.sect_off = info_ptr - section->buffer;
8893       per_cu.section = section;
8894
8895       init_cutu_and_read_dies_no_follow (&per_cu,
8896                                          &dwo_file->sections.abbrev,
8897                                          dwo_file,
8898                                          create_dwo_cu_reader,
8899                                          &create_dwo_cu_data);
8900
8901       if (create_dwo_cu_data.dwo_unit.dwo_file != NULL)
8902         {
8903           /* If we've already found one, complain.  We only support one
8904              because having more than one requires hacking the dwo_name of
8905              each to match, which is highly unlikely to happen.  */
8906           if (dwo_unit != NULL)
8907             {
8908               complaint (&symfile_complaints,
8909                          _("Multiple CUs in DWO file %s [in module %s]"),
8910                          dwo_file->dwo_name, objfile_name (objfile));
8911               break;
8912             }
8913
8914           dwo_unit = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_unit);
8915           *dwo_unit = create_dwo_cu_data.dwo_unit;
8916         }
8917
8918       info_ptr += per_cu.length;
8919     }
8920
8921   return dwo_unit;
8922 }
8923
8924 /* DWP file .debug_{cu,tu}_index section format:
8925    [ref: http://gcc.gnu.org/wiki/DebugFissionDWP]
8926
8927    DWP Version 1:
8928
8929    Both index sections have the same format, and serve to map a 64-bit
8930    signature to a set of section numbers.  Each section begins with a header,
8931    followed by a hash table of 64-bit signatures, a parallel table of 32-bit
8932    indexes, and a pool of 32-bit section numbers.  The index sections will be
8933    aligned at 8-byte boundaries in the file.
8934
8935    The index section header consists of:
8936
8937     V, 32 bit version number
8938     -, 32 bits unused
8939     N, 32 bit number of compilation units or type units in the index
8940     M, 32 bit number of slots in the hash table
8941
8942    Numbers are recorded using the byte order of the application binary.
8943
8944    We assume that N and M will not exceed 2^32 - 1.
8945
8946    The size of the hash table, M, must be 2^k such that 2^k > 3*N/2.
8947
8948    The hash table begins at offset 16 in the section, and consists of an array
8949    of M 64-bit slots.  Each slot contains a 64-bit signature (using the byte
8950    order of the application binary).  Unused slots in the hash table are 0.
8951    (We rely on the extreme unlikeliness of a signature being exactly 0.)
8952
8953    The parallel table begins immediately after the hash table
8954    (at offset 16 + 8 * M from the beginning of the section), and consists of an
8955    array of 32-bit indexes (using the byte order of the application binary),
8956    corresponding 1-1 with slots in the hash table.  Each entry in the parallel
8957    table contains a 32-bit index into the pool of section numbers.  For unused
8958    hash table slots, the corresponding entry in the parallel table will be 0.
8959
8960    Given a 64-bit compilation unit signature or a type signature S, an entry
8961    in the hash table is located as follows:
8962
8963    1) Calculate a primary hash H = S & MASK(k), where MASK(k) is a mask with
8964       the low-order k bits all set to 1.
8965
8966    2) Calculate a secondary hash H' = (((S >> 32) & MASK(k)) | 1).
8967
8968    3) If the hash table entry at index H matches the signature, use that
8969       entry.  If the hash table entry at index H is unused (all zeroes),
8970       terminate the search: the signature is not present in the table.
8971
8972    4) Let H = (H + H') modulo M. Repeat at Step 3.
8973
8974    Because M > N and H' and M are relatively prime, the search is guaranteed
8975    to stop at an unused slot or find the match.
8976
8977    The pool of section numbers begins immediately following the hash table
8978    (at offset 16 + 12 * M from the beginning of the section).  The pool of
8979    section numbers consists of an array of 32-bit words (using the byte order
8980    of the application binary).  Each item in the array is indexed starting
8981    from 0.  The hash table entry provides the index of the first section
8982    number in the set.  Additional section numbers in the set follow, and the
8983    set is terminated by a 0 entry (section number 0 is not used in ELF).
8984
8985    In each set of section numbers, the .debug_info.dwo or .debug_types.dwo
8986    section must be the first entry in the set, and the .debug_abbrev.dwo must
8987    be the second entry. Other members of the set may follow in any order.  */
8988
8989 /* Create a hash table to map DWO IDs to their CU/TU entry in
8990    .debug_{info,types}.dwo in DWP_FILE.
8991    Returns NULL if there isn't one.
8992    Note: This function processes DWP files only, not DWO files.  */
8993
8994 static struct dwp_hash_table *
8995 create_dwp_hash_table (struct dwp_file *dwp_file, int is_debug_types)
8996 {
8997   struct objfile *objfile = dwarf2_per_objfile->objfile;
8998   bfd *dbfd = dwp_file->dbfd;
8999   const gdb_byte *index_ptr, *index_end;
9000   struct dwarf2_section_info *index;
9001   uint32_t version, nr_units, nr_slots;
9002   struct dwp_hash_table *htab;
9003
9004   if (is_debug_types)
9005     index = &dwp_file->sections.tu_index;
9006   else
9007     index = &dwp_file->sections.cu_index;
9008
9009   if (dwarf2_section_empty_p (index))
9010     return NULL;
9011   dwarf2_read_section (objfile, index);
9012
9013   index_ptr = index->buffer;
9014   index_end = index_ptr + index->size;
9015
9016   version = read_4_bytes (dbfd, index_ptr);
9017   index_ptr += 8; /* Skip the unused word.  */
9018   nr_units = read_4_bytes (dbfd, index_ptr);
9019   index_ptr += 4;
9020   nr_slots = read_4_bytes (dbfd, index_ptr);
9021   index_ptr += 4;
9022
9023   if (version != 1)
9024     {
9025       error (_("Dwarf Error: unsupported DWP file version (%s)"
9026                " [in module %s]"),
9027              pulongest (version), dwp_file->name);
9028     }
9029   if (nr_slots != (nr_slots & -nr_slots))
9030     {
9031       error (_("Dwarf Error: number of slots in DWP hash table (%s)"
9032                " is not power of 2 [in module %s]"),
9033              pulongest (nr_slots), dwp_file->name);
9034     }
9035
9036   htab = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwp_hash_table);
9037   htab->nr_units = nr_units;
9038   htab->nr_slots = nr_slots;
9039   htab->hash_table = index_ptr;
9040   htab->unit_table = htab->hash_table + sizeof (uint64_t) * nr_slots;
9041   htab->section_pool = htab->unit_table + sizeof (uint32_t) * nr_slots;
9042
9043   return htab;
9044 }
9045
9046 /* Update SECTIONS with the data from SECTP.
9047
9048    This function is like the other "locate" section routines that are
9049    passed to bfd_map_over_sections, but in this context the sections to
9050    read comes from the DWP hash table, not the full ELF section table.
9051
9052    The result is non-zero for success, or zero if an error was found.  */
9053
9054 static int
9055 locate_virtual_dwo_sections (asection *sectp,
9056                              struct virtual_dwo_sections *sections)
9057 {
9058   const struct dwop_section_names *names = &dwop_section_names;
9059
9060   if (section_is_p (sectp->name, &names->abbrev_dwo))
9061     {
9062       /* There can be only one.  */
9063       if (sections->abbrev.asection != NULL)
9064         return 0;
9065       sections->abbrev.asection = sectp;
9066       sections->abbrev.size = bfd_get_section_size (sectp);
9067     }
9068   else if (section_is_p (sectp->name, &names->info_dwo)
9069            || section_is_p (sectp->name, &names->types_dwo))
9070     {
9071       /* There can be only one.  */
9072       if (sections->info_or_types.asection != NULL)
9073         return 0;
9074       sections->info_or_types.asection = sectp;
9075       sections->info_or_types.size = bfd_get_section_size (sectp);
9076     }
9077   else if (section_is_p (sectp->name, &names->line_dwo))
9078     {
9079       /* There can be only one.  */
9080       if (sections->line.asection != NULL)
9081         return 0;
9082       sections->line.asection = sectp;
9083       sections->line.size = bfd_get_section_size (sectp);
9084     }
9085   else if (section_is_p (sectp->name, &names->loc_dwo))
9086     {
9087       /* There can be only one.  */
9088       if (sections->loc.asection != NULL)
9089         return 0;
9090       sections->loc.asection = sectp;
9091       sections->loc.size = bfd_get_section_size (sectp);
9092     }
9093   else if (section_is_p (sectp->name, &names->macinfo_dwo))
9094     {
9095       /* There can be only one.  */
9096       if (sections->macinfo.asection != NULL)
9097         return 0;
9098       sections->macinfo.asection = sectp;
9099       sections->macinfo.size = bfd_get_section_size (sectp);
9100     }
9101   else if (section_is_p (sectp->name, &names->macro_dwo))
9102     {
9103       /* There can be only one.  */
9104       if (sections->macro.asection != NULL)
9105         return 0;
9106       sections->macro.asection = sectp;
9107       sections->macro.size = bfd_get_section_size (sectp);
9108     }
9109   else if (section_is_p (sectp->name, &names->str_offsets_dwo))
9110     {
9111       /* There can be only one.  */
9112       if (sections->str_offsets.asection != NULL)
9113         return 0;
9114       sections->str_offsets.asection = sectp;
9115       sections->str_offsets.size = bfd_get_section_size (sectp);
9116     }
9117   else
9118     {
9119       /* No other kind of section is valid.  */
9120       return 0;
9121     }
9122
9123   return 1;
9124 }
9125
9126 /* Create a dwo_unit object for the DWO with signature SIGNATURE.
9127    HTAB is the hash table from the DWP file.
9128    SECTION_INDEX is the index of the DWO in HTAB.
9129    COMP_DIR is the DW_AT_comp_dir attribute of the referencing CU.  */
9130
9131 static struct dwo_unit *
9132 create_dwo_in_dwp (struct dwp_file *dwp_file,
9133                    const struct dwp_hash_table *htab,
9134                    uint32_t section_index,
9135                    const char *comp_dir,
9136                    ULONGEST signature, int is_debug_types)
9137 {
9138   struct objfile *objfile = dwarf2_per_objfile->objfile;
9139   bfd *dbfd = dwp_file->dbfd;
9140   const char *kind = is_debug_types ? "TU" : "CU";
9141   struct dwo_file *dwo_file;
9142   struct dwo_unit *dwo_unit;
9143   struct virtual_dwo_sections sections;
9144   void **dwo_file_slot;
9145   char *virtual_dwo_name;
9146   struct dwarf2_section_info *cutu;
9147   struct cleanup *cleanups;
9148   int i;
9149
9150   if (dwarf2_read_debug)
9151     {
9152       fprintf_unfiltered (gdb_stdlog, "Reading %s %s/%s in DWP file: %s\n",
9153                           kind,
9154                           pulongest (section_index), hex_string (signature),
9155                           dwp_file->name);
9156     }
9157
9158   /* Fetch the sections of this DWO.
9159      Put a limit on the number of sections we look for so that bad data
9160      doesn't cause us to loop forever.  */
9161
9162 #define MAX_NR_DWO_SECTIONS \
9163   (1 /* .debug_info or .debug_types */ \
9164    + 1 /* .debug_abbrev */ \
9165    + 1 /* .debug_line */ \
9166    + 1 /* .debug_loc */ \
9167    + 1 /* .debug_str_offsets */ \
9168    + 1 /* .debug_macro */ \
9169    + 1 /* .debug_macinfo */ \
9170    + 1 /* trailing zero */)
9171
9172   memset (&sections, 0, sizeof (sections));
9173   cleanups = make_cleanup (null_cleanup, 0);
9174
9175   for (i = 0; i < MAX_NR_DWO_SECTIONS; ++i)
9176     {
9177       asection *sectp;
9178       uint32_t section_nr =
9179         read_4_bytes (dbfd,
9180                       htab->section_pool
9181                       + (section_index + i) * sizeof (uint32_t));
9182
9183       if (section_nr == 0)
9184         break;
9185       if (section_nr >= dwp_file->num_sections)
9186         {
9187           error (_("Dwarf Error: bad DWP hash table, section number too large"
9188                    " [in module %s]"),
9189                  dwp_file->name);
9190         }
9191
9192       sectp = dwp_file->elf_sections[section_nr];
9193       if (! locate_virtual_dwo_sections (sectp, &sections))
9194         {
9195           error (_("Dwarf Error: bad DWP hash table, invalid section found"
9196                    " [in module %s]"),
9197                  dwp_file->name);
9198         }
9199     }
9200
9201   if (i < 2
9202       || sections.info_or_types.asection == NULL
9203       || sections.abbrev.asection == NULL)
9204     {
9205       error (_("Dwarf Error: bad DWP hash table, missing DWO sections"
9206                " [in module %s]"),
9207              dwp_file->name);
9208     }
9209   if (i == MAX_NR_DWO_SECTIONS)
9210     {
9211       error (_("Dwarf Error: bad DWP hash table, too many DWO sections"
9212                " [in module %s]"),
9213              dwp_file->name);
9214     }
9215
9216   /* It's easier for the rest of the code if we fake a struct dwo_file and
9217      have dwo_unit "live" in that.  At least for now.
9218
9219      The DWP file can be made up of a random collection of CUs and TUs.
9220      However, for each CU + set of TUs that came from the same original DWO
9221      file, we want to combine them back into a virtual DWO file to save space
9222      (fewer struct dwo_file objects to allocated).  Remember that for really
9223      large apps there can be on the order of 8K CUs and 200K TUs, or more.  */
9224
9225   virtual_dwo_name =
9226     xstrprintf ("virtual-dwo/%d-%d-%d-%d",
9227                 sections.abbrev.asection ? sections.abbrev.asection->id : 0,
9228                 sections.line.asection ? sections.line.asection->id : 0,
9229                 sections.loc.asection ? sections.loc.asection->id : 0,
9230                 (sections.str_offsets.asection
9231                 ? sections.str_offsets.asection->id
9232                 : 0));
9233   make_cleanup (xfree, virtual_dwo_name);
9234   /* Can we use an existing virtual DWO file?  */
9235   dwo_file_slot = lookup_dwo_file_slot (virtual_dwo_name, comp_dir);
9236   /* Create one if necessary.  */
9237   if (*dwo_file_slot == NULL)
9238     {
9239       if (dwarf2_read_debug)
9240         {
9241           fprintf_unfiltered (gdb_stdlog, "Creating virtual DWO: %s\n",
9242                               virtual_dwo_name);
9243         }
9244       dwo_file = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_file);
9245       dwo_file->dwo_name = obstack_copy0 (&objfile->objfile_obstack,
9246                                           virtual_dwo_name,
9247                                           strlen (virtual_dwo_name));
9248       dwo_file->comp_dir = comp_dir;
9249       dwo_file->sections.abbrev = sections.abbrev;
9250       dwo_file->sections.line = sections.line;
9251       dwo_file->sections.loc = sections.loc;
9252       dwo_file->sections.macinfo = sections.macinfo;
9253       dwo_file->sections.macro = sections.macro;
9254       dwo_file->sections.str_offsets = sections.str_offsets;
9255       /* The "str" section is global to the entire DWP file.  */
9256       dwo_file->sections.str = dwp_file->sections.str;
9257       /* The info or types section is assigned later to dwo_unit,
9258          there's no need to record it in dwo_file.
9259          Also, we can't simply record type sections in dwo_file because
9260          we record a pointer into the vector in dwo_unit.  As we collect more
9261          types we'll grow the vector and eventually have to reallocate space
9262          for it, invalidating all the pointers into the current copy.  */
9263       *dwo_file_slot = dwo_file;
9264     }
9265   else
9266     {
9267       if (dwarf2_read_debug)
9268         {
9269           fprintf_unfiltered (gdb_stdlog, "Using existing virtual DWO: %s\n",
9270                               virtual_dwo_name);
9271         }
9272       dwo_file = *dwo_file_slot;
9273     }
9274   do_cleanups (cleanups);
9275
9276   dwo_unit = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_unit);
9277   dwo_unit->dwo_file = dwo_file;
9278   dwo_unit->signature = signature;
9279   dwo_unit->section = obstack_alloc (&objfile->objfile_obstack,
9280                                      sizeof (struct dwarf2_section_info));
9281   *dwo_unit->section = sections.info_or_types;
9282   /* offset, length, type_offset_in_tu are set later.  */
9283
9284   return dwo_unit;
9285 }
9286
9287 /* Lookup the DWO with SIGNATURE in DWP_FILE.  */
9288
9289 static struct dwo_unit *
9290 lookup_dwo_in_dwp (struct dwp_file *dwp_file,
9291                    const struct dwp_hash_table *htab,
9292                    const char *comp_dir,
9293                    ULONGEST signature, int is_debug_types)
9294 {
9295   bfd *dbfd = dwp_file->dbfd;
9296   uint32_t mask = htab->nr_slots - 1;
9297   uint32_t hash = signature & mask;
9298   uint32_t hash2 = ((signature >> 32) & mask) | 1;
9299   unsigned int i;
9300   void **slot;
9301   struct dwo_unit find_dwo_cu, *dwo_cu;
9302
9303   memset (&find_dwo_cu, 0, sizeof (find_dwo_cu));
9304   find_dwo_cu.signature = signature;
9305   slot = htab_find_slot (dwp_file->loaded_cutus, &find_dwo_cu, INSERT);
9306
9307   if (*slot != NULL)
9308     return *slot;
9309
9310   /* Use a for loop so that we don't loop forever on bad debug info.  */
9311   for (i = 0; i < htab->nr_slots; ++i)
9312     {
9313       ULONGEST signature_in_table;
9314
9315       signature_in_table =
9316         read_8_bytes (dbfd, htab->hash_table + hash * sizeof (uint64_t));
9317       if (signature_in_table == signature)
9318         {
9319           uint32_t section_index =
9320             read_4_bytes (dbfd, htab->unit_table + hash * sizeof (uint32_t));
9321
9322           *slot = create_dwo_in_dwp (dwp_file, htab, section_index,
9323                                      comp_dir, signature, is_debug_types);
9324           return *slot;
9325         }
9326       if (signature_in_table == 0)
9327         return NULL;
9328       hash = (hash + hash2) & mask;
9329     }
9330
9331   error (_("Dwarf Error: bad DWP hash table, lookup didn't terminate"
9332            " [in module %s]"),
9333          dwp_file->name);
9334 }
9335
9336 /* Subroutine of open_dwo_file,open_dwp_file to simplify them.
9337    Open the file specified by FILE_NAME and hand it off to BFD for
9338    preliminary analysis.  Return a newly initialized bfd *, which
9339    includes a canonicalized copy of FILE_NAME.
9340    If IS_DWP is TRUE, we're opening a DWP file, otherwise a DWO file.
9341    SEARCH_CWD is true if the current directory is to be searched.
9342    It will be searched before debug-file-directory.
9343    If unable to find/open the file, return NULL.
9344    NOTE: This function is derived from symfile_bfd_open.  */
9345
9346 static bfd *
9347 try_open_dwop_file (const char *file_name, int is_dwp, int search_cwd)
9348 {
9349   bfd *sym_bfd;
9350   int desc, flags;
9351   char *absolute_name;
9352   /* Blech.  OPF_TRY_CWD_FIRST also disables searching the path list if
9353      FILE_NAME contains a '/'.  So we can't use it.  Instead prepend "."
9354      to debug_file_directory.  */
9355   char *search_path;
9356   static const char dirname_separator_string[] = { DIRNAME_SEPARATOR, '\0' };
9357
9358   if (search_cwd)
9359     {
9360       if (*debug_file_directory != '\0')
9361         search_path = concat (".", dirname_separator_string,
9362                               debug_file_directory, NULL);
9363       else
9364         search_path = xstrdup (".");
9365     }
9366   else
9367     search_path = xstrdup (debug_file_directory);
9368
9369   flags = OPF_RETURN_REALPATH;
9370   if (is_dwp)
9371     flags |= OPF_SEARCH_IN_PATH;
9372   desc = openp (search_path, flags, file_name,
9373                 O_RDONLY | O_BINARY, &absolute_name);
9374   xfree (search_path);
9375   if (desc < 0)
9376     return NULL;
9377
9378   sym_bfd = gdb_bfd_open (absolute_name, gnutarget, desc);
9379   xfree (absolute_name);
9380   if (sym_bfd == NULL)
9381     return NULL;
9382   bfd_set_cacheable (sym_bfd, 1);
9383
9384   if (!bfd_check_format (sym_bfd, bfd_object))
9385     {
9386       gdb_bfd_unref (sym_bfd); /* This also closes desc.  */
9387       return NULL;
9388     }
9389
9390   return sym_bfd;
9391 }
9392
9393 /* Try to open DWO file FILE_NAME.
9394    COMP_DIR is the DW_AT_comp_dir attribute.
9395    The result is the bfd handle of the file.
9396    If there is a problem finding or opening the file, return NULL.
9397    Upon success, the canonicalized path of the file is stored in the bfd,
9398    same as symfile_bfd_open.  */
9399
9400 static bfd *
9401 open_dwo_file (const char *file_name, const char *comp_dir)
9402 {
9403   bfd *abfd;
9404
9405   if (IS_ABSOLUTE_PATH (file_name))
9406     return try_open_dwop_file (file_name, 0 /*is_dwp*/, 0 /*search_cwd*/);
9407
9408   /* Before trying the search path, try DWO_NAME in COMP_DIR.  */
9409
9410   if (comp_dir != NULL)
9411     {
9412       char *path_to_try = concat (comp_dir, SLASH_STRING, file_name, NULL);
9413
9414       /* NOTE: If comp_dir is a relative path, this will also try the
9415          search path, which seems useful.  */
9416       abfd = try_open_dwop_file (path_to_try, 0 /*is_dwp*/, 1 /*search_cwd*/);
9417       xfree (path_to_try);
9418       if (abfd != NULL)
9419         return abfd;
9420     }
9421
9422   /* That didn't work, try debug-file-directory, which, despite its name,
9423      is a list of paths.  */
9424
9425   if (*debug_file_directory == '\0')
9426     return NULL;
9427
9428   return try_open_dwop_file (file_name, 0 /*is_dwp*/, 1 /*search_cwd*/);
9429 }
9430
9431 /* This function is mapped across the sections and remembers the offset and
9432    size of each of the DWO debugging sections we are interested in.  */
9433
9434 static void
9435 dwarf2_locate_dwo_sections (bfd *abfd, asection *sectp, void *dwo_sections_ptr)
9436 {
9437   struct dwo_sections *dwo_sections = dwo_sections_ptr;
9438   const struct dwop_section_names *names = &dwop_section_names;
9439
9440   if (section_is_p (sectp->name, &names->abbrev_dwo))
9441     {
9442       dwo_sections->abbrev.asection = sectp;
9443       dwo_sections->abbrev.size = bfd_get_section_size (sectp);
9444     }
9445   else if (section_is_p (sectp->name, &names->info_dwo))
9446     {
9447       dwo_sections->info.asection = sectp;
9448       dwo_sections->info.size = bfd_get_section_size (sectp);
9449     }
9450   else if (section_is_p (sectp->name, &names->line_dwo))
9451     {
9452       dwo_sections->line.asection = sectp;
9453       dwo_sections->line.size = bfd_get_section_size (sectp);
9454     }
9455   else if (section_is_p (sectp->name, &names->loc_dwo))
9456     {
9457       dwo_sections->loc.asection = sectp;
9458       dwo_sections->loc.size = bfd_get_section_size (sectp);
9459     }
9460   else if (section_is_p (sectp->name, &names->macinfo_dwo))
9461     {
9462       dwo_sections->macinfo.asection = sectp;
9463       dwo_sections->macinfo.size = bfd_get_section_size (sectp);
9464     }
9465   else if (section_is_p (sectp->name, &names->macro_dwo))
9466     {
9467       dwo_sections->macro.asection = sectp;
9468       dwo_sections->macro.size = bfd_get_section_size (sectp);
9469     }
9470   else if (section_is_p (sectp->name, &names->str_dwo))
9471     {
9472       dwo_sections->str.asection = sectp;
9473       dwo_sections->str.size = bfd_get_section_size (sectp);
9474     }
9475   else if (section_is_p (sectp->name, &names->str_offsets_dwo))
9476     {
9477       dwo_sections->str_offsets.asection = sectp;
9478       dwo_sections->str_offsets.size = bfd_get_section_size (sectp);
9479     }
9480   else if (section_is_p (sectp->name, &names->types_dwo))
9481     {
9482       struct dwarf2_section_info type_section;
9483
9484       memset (&type_section, 0, sizeof (type_section));
9485       type_section.asection = sectp;
9486       type_section.size = bfd_get_section_size (sectp);
9487       VEC_safe_push (dwarf2_section_info_def, dwo_sections->types,
9488                      &type_section);
9489     }
9490 }
9491
9492 /* Initialize the use of the DWO file specified by DWO_NAME and referenced
9493    by PER_CU.  This is for the non-DWP case.
9494    The result is NULL if DWO_NAME can't be found.  */
9495
9496 static struct dwo_file *
9497 open_and_init_dwo_file (struct dwarf2_per_cu_data *per_cu,
9498                         const char *dwo_name, const char *comp_dir)
9499 {
9500   struct objfile *objfile = dwarf2_per_objfile->objfile;
9501   struct dwo_file *dwo_file;
9502   bfd *dbfd;
9503   struct cleanup *cleanups;
9504
9505   dbfd = open_dwo_file (dwo_name, comp_dir);
9506   if (dbfd == NULL)
9507     {
9508       if (dwarf2_read_debug)
9509         fprintf_unfiltered (gdb_stdlog, "DWO file not found: %s\n", dwo_name);
9510       return NULL;
9511     }
9512   dwo_file = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_file);
9513   dwo_file->dwo_name = dwo_name;
9514   dwo_file->comp_dir = comp_dir;
9515   dwo_file->dbfd = dbfd;
9516
9517   cleanups = make_cleanup (free_dwo_file_cleanup, dwo_file);
9518
9519   bfd_map_over_sections (dbfd, dwarf2_locate_dwo_sections, &dwo_file->sections);
9520
9521   dwo_file->cu = create_dwo_cu (dwo_file);
9522
9523   dwo_file->tus = create_debug_types_hash_table (dwo_file,
9524                                                  dwo_file->sections.types);
9525
9526   discard_cleanups (cleanups);
9527
9528   if (dwarf2_read_debug)
9529     fprintf_unfiltered (gdb_stdlog, "DWO file found: %s\n", dwo_name);
9530
9531   return dwo_file;
9532 }
9533
9534 /* This function is mapped across the sections and remembers the offset and
9535    size of each of the DWP debugging sections we are interested in.  */
9536
9537 static void
9538 dwarf2_locate_dwp_sections (bfd *abfd, asection *sectp, void *dwp_file_ptr)
9539 {
9540   struct dwp_file *dwp_file = dwp_file_ptr;
9541   const struct dwop_section_names *names = &dwop_section_names;
9542   unsigned int elf_section_nr = elf_section_data (sectp)->this_idx;
9543
9544   /* Record the ELF section number for later lookup: this is what the
9545      .debug_cu_index,.debug_tu_index tables use.  */
9546   gdb_assert (elf_section_nr < dwp_file->num_sections);
9547   dwp_file->elf_sections[elf_section_nr] = sectp;
9548
9549   /* Look for specific sections that we need.  */
9550   if (section_is_p (sectp->name, &names->str_dwo))
9551     {
9552       dwp_file->sections.str.asection = sectp;
9553       dwp_file->sections.str.size = bfd_get_section_size (sectp);
9554     }
9555   else if (section_is_p (sectp->name, &names->cu_index))
9556     {
9557       dwp_file->sections.cu_index.asection = sectp;
9558       dwp_file->sections.cu_index.size = bfd_get_section_size (sectp);
9559     }
9560   else if (section_is_p (sectp->name, &names->tu_index))
9561     {
9562       dwp_file->sections.tu_index.asection = sectp;
9563       dwp_file->sections.tu_index.size = bfd_get_section_size (sectp);
9564     }
9565 }
9566
9567 /* Hash function for dwp_file loaded CUs/TUs.  */
9568
9569 static hashval_t
9570 hash_dwp_loaded_cutus (const void *item)
9571 {
9572   const struct dwo_unit *dwo_unit = item;
9573
9574   /* This drops the top 32 bits of the signature, but is ok for a hash.  */
9575   return dwo_unit->signature;
9576 }
9577
9578 /* Equality function for dwp_file loaded CUs/TUs.  */
9579
9580 static int
9581 eq_dwp_loaded_cutus (const void *a, const void *b)
9582 {
9583   const struct dwo_unit *dua = a;
9584   const struct dwo_unit *dub = b;
9585
9586   return dua->signature == dub->signature;
9587 }
9588
9589 /* Allocate a hash table for dwp_file loaded CUs/TUs.  */
9590
9591 static htab_t
9592 allocate_dwp_loaded_cutus_table (struct objfile *objfile)
9593 {
9594   return htab_create_alloc_ex (3,
9595                                hash_dwp_loaded_cutus,
9596                                eq_dwp_loaded_cutus,
9597                                NULL,
9598                                &objfile->objfile_obstack,
9599                                hashtab_obstack_allocate,
9600                                dummy_obstack_deallocate);
9601 }
9602
9603 /* Try to open DWP file FILE_NAME.
9604    The result is the bfd handle of the file.
9605    If there is a problem finding or opening the file, return NULL.
9606    Upon success, the canonicalized path of the file is stored in the bfd,
9607    same as symfile_bfd_open.  */
9608
9609 static bfd *
9610 open_dwp_file (const char *file_name)
9611 {
9612   bfd *abfd;
9613
9614   abfd = try_open_dwop_file (file_name, 1 /*is_dwp*/, 1 /*search_cwd*/);
9615   if (abfd != NULL)
9616     return abfd;
9617
9618   /* Work around upstream bug 15652.
9619      http://sourceware.org/bugzilla/show_bug.cgi?id=15652
9620      [Whether that's a "bug" is debatable, but it is getting in our way.]
9621      We have no real idea where the dwp file is, because gdb's realpath-ing
9622      of the executable's path may have discarded the needed info.
9623      [IWBN if the dwp file name was recorded in the executable, akin to
9624      .gnu_debuglink, but that doesn't exist yet.]
9625      Strip the directory from FILE_NAME and search again.  */
9626   if (*debug_file_directory != '\0')
9627     {
9628       /* Don't implicitly search the current directory here.
9629          If the user wants to search "." to handle this case,
9630          it must be added to debug-file-directory.  */
9631       return try_open_dwop_file (lbasename (file_name), 1 /*is_dwp*/,
9632                                  0 /*search_cwd*/);
9633     }
9634
9635   return NULL;
9636 }
9637
9638 /* Initialize the use of the DWP file for the current objfile.
9639    By convention the name of the DWP file is ${objfile}.dwp.
9640    The result is NULL if it can't be found.  */
9641
9642 static struct dwp_file *
9643 open_and_init_dwp_file (void)
9644 {
9645   struct objfile *objfile = dwarf2_per_objfile->objfile;
9646   struct dwp_file *dwp_file;
9647   char *dwp_name;
9648   bfd *dbfd;
9649   struct cleanup *cleanups;
9650
9651   /* Try to find first .dwp for the binary file before any symbolic links
9652      resolving.  */
9653   dwp_name = xstrprintf ("%s.dwp", objfile->original_name);
9654   cleanups = make_cleanup (xfree, dwp_name);
9655
9656   dbfd = open_dwp_file (dwp_name);
9657   if (dbfd == NULL
9658       && strcmp (objfile->original_name, objfile_name (objfile)) != 0)
9659     {
9660       /* Try to find .dwp for the binary file after gdb_realpath resolving.  */
9661       dwp_name = xstrprintf ("%s.dwp", objfile_name (objfile));
9662       make_cleanup (xfree, dwp_name);
9663       dbfd = open_dwp_file (dwp_name);
9664     }
9665
9666   if (dbfd == NULL)
9667     {
9668       if (dwarf2_read_debug)
9669         fprintf_unfiltered (gdb_stdlog, "DWP file not found: %s\n", dwp_name);
9670       do_cleanups (cleanups);
9671       return NULL;
9672     }
9673   dwp_file = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwp_file);
9674   dwp_file->name = bfd_get_filename (dbfd);
9675   dwp_file->dbfd = dbfd;
9676   do_cleanups (cleanups);
9677
9678   /* +1: section 0 is unused */
9679   dwp_file->num_sections = bfd_count_sections (dbfd) + 1;
9680   dwp_file->elf_sections =
9681     OBSTACK_CALLOC (&objfile->objfile_obstack,
9682                     dwp_file->num_sections, asection *);
9683
9684   bfd_map_over_sections (dbfd, dwarf2_locate_dwp_sections, dwp_file);
9685
9686   dwp_file->cus = create_dwp_hash_table (dwp_file, 0);
9687
9688   dwp_file->tus = create_dwp_hash_table (dwp_file, 1);
9689
9690   dwp_file->loaded_cutus = allocate_dwp_loaded_cutus_table (objfile);
9691
9692   if (dwarf2_read_debug)
9693     {
9694       fprintf_unfiltered (gdb_stdlog, "DWP file found: %s\n", dwp_file->name);
9695       fprintf_unfiltered (gdb_stdlog,
9696                           "    %s CUs, %s TUs\n",
9697                           pulongest (dwp_file->cus ? dwp_file->cus->nr_units : 0),
9698                           pulongest (dwp_file->tus ? dwp_file->tus->nr_units : 0));
9699     }
9700
9701   return dwp_file;
9702 }
9703
9704 /* Wrapper around open_and_init_dwp_file, only open it once.  */
9705
9706 static struct dwp_file *
9707 get_dwp_file (void)
9708 {
9709   if (! dwarf2_per_objfile->dwp_checked)
9710     {
9711       dwarf2_per_objfile->dwp_file = open_and_init_dwp_file ();
9712       dwarf2_per_objfile->dwp_checked = 1;
9713     }
9714   return dwarf2_per_objfile->dwp_file;
9715 }
9716
9717 /* Subroutine of lookup_dwo_comp_unit, lookup_dwo_type_unit.
9718    Look up the CU/TU with signature SIGNATURE, either in DWO file DWO_NAME
9719    or in the DWP file for the objfile, referenced by THIS_UNIT.
9720    If non-NULL, comp_dir is the DW_AT_comp_dir attribute.
9721    IS_DEBUG_TYPES is non-zero if reading a TU, otherwise read a CU.
9722
9723    This is called, for example, when wanting to read a variable with a
9724    complex location.  Therefore we don't want to do file i/o for every call.
9725    Therefore we don't want to look for a DWO file on every call.
9726    Therefore we first see if we've already seen SIGNATURE in a DWP file,
9727    then we check if we've already seen DWO_NAME, and only THEN do we check
9728    for a DWO file.
9729
9730    The result is a pointer to the dwo_unit object or NULL if we didn't find it
9731    (dwo_id mismatch or couldn't find the DWO/DWP file).  */
9732
9733 static struct dwo_unit *
9734 lookup_dwo_cutu (struct dwarf2_per_cu_data *this_unit,
9735                  const char *dwo_name, const char *comp_dir,
9736                  ULONGEST signature, int is_debug_types)
9737 {
9738   struct objfile *objfile = dwarf2_per_objfile->objfile;
9739   const char *kind = is_debug_types ? "TU" : "CU";
9740   void **dwo_file_slot;
9741   struct dwo_file *dwo_file;
9742   struct dwp_file *dwp_file;
9743
9744   /* First see if there's a DWP file.
9745      If we have a DWP file but didn't find the DWO inside it, don't
9746      look for the original DWO file.  It makes gdb behave differently
9747      depending on whether one is debugging in the build tree.  */
9748
9749   dwp_file = get_dwp_file ();
9750   if (dwp_file != NULL)
9751     {
9752       const struct dwp_hash_table *dwp_htab =
9753         is_debug_types ? dwp_file->tus : dwp_file->cus;
9754
9755       if (dwp_htab != NULL)
9756         {
9757           struct dwo_unit *dwo_cutu =
9758             lookup_dwo_in_dwp (dwp_file, dwp_htab, comp_dir,
9759                                signature, is_debug_types);
9760
9761           if (dwo_cutu != NULL)
9762             {
9763               if (dwarf2_read_debug)
9764                 {
9765                   fprintf_unfiltered (gdb_stdlog,
9766                                       "Virtual DWO %s %s found: @%s\n",
9767                                       kind, hex_string (signature),
9768                                       host_address_to_string (dwo_cutu));
9769                 }
9770               return dwo_cutu;
9771             }
9772         }
9773     }
9774   else
9775     {
9776       /* No DWP file, look for the DWO file.  */
9777
9778       dwo_file_slot = lookup_dwo_file_slot (dwo_name, comp_dir);
9779       if (*dwo_file_slot == NULL)
9780         {
9781           /* Read in the file and build a table of the CUs/TUs it contains.  */
9782           *dwo_file_slot = open_and_init_dwo_file (this_unit, dwo_name, comp_dir);
9783         }
9784       /* NOTE: This will be NULL if unable to open the file.  */
9785       dwo_file = *dwo_file_slot;
9786
9787       if (dwo_file != NULL)
9788         {
9789           struct dwo_unit *dwo_cutu = NULL;
9790
9791           if (is_debug_types && dwo_file->tus)
9792             {
9793               struct dwo_unit find_dwo_cutu;
9794
9795               memset (&find_dwo_cutu, 0, sizeof (find_dwo_cutu));
9796               find_dwo_cutu.signature = signature;
9797               dwo_cutu = htab_find (dwo_file->tus, &find_dwo_cutu);
9798             }
9799           else if (!is_debug_types && dwo_file->cu)
9800             {
9801               if (signature == dwo_file->cu->signature)
9802                 dwo_cutu = dwo_file->cu;
9803             }
9804
9805           if (dwo_cutu != NULL)
9806             {
9807               if (dwarf2_read_debug)
9808                 {
9809                   fprintf_unfiltered (gdb_stdlog, "DWO %s %s(%s) found: @%s\n",
9810                                       kind, dwo_name, hex_string (signature),
9811                                       host_address_to_string (dwo_cutu));
9812                 }
9813               return dwo_cutu;
9814             }
9815         }
9816     }
9817
9818   /* We didn't find it.  This could mean a dwo_id mismatch, or
9819      someone deleted the DWO/DWP file, or the search path isn't set up
9820      correctly to find the file.  */
9821
9822   if (dwarf2_read_debug)
9823     {
9824       fprintf_unfiltered (gdb_stdlog, "DWO %s %s(%s) not found\n",
9825                           kind, dwo_name, hex_string (signature));
9826     }
9827
9828   /* This is a warning and not a complaint because it can be caused by
9829      pilot error (e.g., user accidentally deleting the DWO).  */
9830   warning (_("Could not find DWO %s %s(%s) referenced by %s at offset 0x%x"
9831              " [in module %s]"),
9832            kind, dwo_name, hex_string (signature),
9833            this_unit->is_debug_types ? "TU" : "CU",
9834            this_unit->offset.sect_off, objfile_name (objfile));
9835   return NULL;
9836 }
9837
9838 /* Lookup the DWO CU DWO_NAME/SIGNATURE referenced from THIS_CU.
9839    See lookup_dwo_cutu_unit for details.  */
9840
9841 static struct dwo_unit *
9842 lookup_dwo_comp_unit (struct dwarf2_per_cu_data *this_cu,
9843                       const char *dwo_name, const char *comp_dir,
9844                       ULONGEST signature)
9845 {
9846   return lookup_dwo_cutu (this_cu, dwo_name, comp_dir, signature, 0);
9847 }
9848
9849 /* Lookup the DWO TU DWO_NAME/SIGNATURE referenced from THIS_TU.
9850    See lookup_dwo_cutu_unit for details.  */
9851
9852 static struct dwo_unit *
9853 lookup_dwo_type_unit (struct signatured_type *this_tu,
9854                       const char *dwo_name, const char *comp_dir)
9855 {
9856   return lookup_dwo_cutu (&this_tu->per_cu, dwo_name, comp_dir, this_tu->signature, 1);
9857 }
9858
9859 /* Traversal function for queue_and_load_all_dwo_tus.  */
9860
9861 static int
9862 queue_and_load_dwo_tu (void **slot, void *info)
9863 {
9864   struct dwo_unit *dwo_unit = (struct dwo_unit *) *slot;
9865   struct dwarf2_per_cu_data *per_cu = (struct dwarf2_per_cu_data *) info;
9866   ULONGEST signature = dwo_unit->signature;
9867   struct signatured_type *sig_type =
9868     lookup_dwo_signatured_type (per_cu->cu, signature);
9869
9870   if (sig_type != NULL)
9871     {
9872       struct dwarf2_per_cu_data *sig_cu = &sig_type->per_cu;
9873
9874       /* We pass NULL for DEPENDENT_CU because we don't yet know if there's
9875          a real dependency of PER_CU on SIG_TYPE.  That is detected later
9876          while processing PER_CU.  */
9877       if (maybe_queue_comp_unit (NULL, sig_cu, per_cu->cu->language))
9878         load_full_type_unit (sig_cu);
9879       VEC_safe_push (dwarf2_per_cu_ptr, per_cu->imported_symtabs, sig_cu);
9880     }
9881
9882   return 1;
9883 }
9884
9885 /* Queue all TUs contained in the DWO of PER_CU to be read in.
9886    The DWO may have the only definition of the type, though it may not be
9887    referenced anywhere in PER_CU.  Thus we have to load *all* its TUs.
9888    http://sourceware.org/bugzilla/show_bug.cgi?id=15021  */
9889
9890 static void
9891 queue_and_load_all_dwo_tus (struct dwarf2_per_cu_data *per_cu)
9892 {
9893   struct dwo_unit *dwo_unit;
9894   struct dwo_file *dwo_file;
9895
9896   gdb_assert (!per_cu->is_debug_types);
9897   gdb_assert (get_dwp_file () == NULL);
9898   gdb_assert (per_cu->cu != NULL);
9899
9900   dwo_unit = per_cu->cu->dwo_unit;
9901   gdb_assert (dwo_unit != NULL);
9902
9903   dwo_file = dwo_unit->dwo_file;
9904   if (dwo_file->tus != NULL)
9905     htab_traverse_noresize (dwo_file->tus, queue_and_load_dwo_tu, per_cu);
9906 }
9907
9908 /* Free all resources associated with DWO_FILE.
9909    Close the DWO file and munmap the sections.
9910    All memory should be on the objfile obstack.  */
9911
9912 static void
9913 free_dwo_file (struct dwo_file *dwo_file, struct objfile *objfile)
9914 {
9915   int ix;
9916   struct dwarf2_section_info *section;
9917
9918   /* Note: dbfd is NULL for virtual DWO files.  */
9919   gdb_bfd_unref (dwo_file->dbfd);
9920
9921   VEC_free (dwarf2_section_info_def, dwo_file->sections.types);
9922 }
9923
9924 /* Wrapper for free_dwo_file for use in cleanups.  */
9925
9926 static void
9927 free_dwo_file_cleanup (void *arg)
9928 {
9929   struct dwo_file *dwo_file = (struct dwo_file *) arg;
9930   struct objfile *objfile = dwarf2_per_objfile->objfile;
9931
9932   free_dwo_file (dwo_file, objfile);
9933 }
9934
9935 /* Traversal function for free_dwo_files.  */
9936
9937 static int
9938 free_dwo_file_from_slot (void **slot, void *info)
9939 {
9940   struct dwo_file *dwo_file = (struct dwo_file *) *slot;
9941   struct objfile *objfile = (struct objfile *) info;
9942
9943   free_dwo_file (dwo_file, objfile);
9944
9945   return 1;
9946 }
9947
9948 /* Free all resources associated with DWO_FILES.  */
9949
9950 static void
9951 free_dwo_files (htab_t dwo_files, struct objfile *objfile)
9952 {
9953   htab_traverse_noresize (dwo_files, free_dwo_file_from_slot, objfile);
9954 }
9955 \f
9956 /* Read in various DIEs.  */
9957
9958 /* qsort helper for inherit_abstract_dies.  */
9959
9960 static int
9961 unsigned_int_compar (const void *ap, const void *bp)
9962 {
9963   unsigned int a = *(unsigned int *) ap;
9964   unsigned int b = *(unsigned int *) bp;
9965
9966   return (a > b) - (b > a);
9967 }
9968
9969 /* DW_AT_abstract_origin inherits whole DIEs (not just their attributes).
9970    Inherit only the children of the DW_AT_abstract_origin DIE not being
9971    already referenced by DW_AT_abstract_origin from the children of the
9972    current DIE.  */
9973
9974 static void
9975 inherit_abstract_dies (struct die_info *die, struct dwarf2_cu *cu)
9976 {
9977   struct die_info *child_die;
9978   unsigned die_children_count;
9979   /* CU offsets which were referenced by children of the current DIE.  */
9980   sect_offset *offsets;
9981   sect_offset *offsets_end, *offsetp;
9982   /* Parent of DIE - referenced by DW_AT_abstract_origin.  */
9983   struct die_info *origin_die;
9984   /* Iterator of the ORIGIN_DIE children.  */
9985   struct die_info *origin_child_die;
9986   struct cleanup *cleanups;
9987   struct attribute *attr;
9988   struct dwarf2_cu *origin_cu;
9989   struct pending **origin_previous_list_in_scope;
9990
9991   attr = dwarf2_attr (die, DW_AT_abstract_origin, cu);
9992   if (!attr)
9993     return;
9994
9995   /* Note that following die references may follow to a die in a
9996      different cu.  */
9997
9998   origin_cu = cu;
9999   origin_die = follow_die_ref (die, attr, &origin_cu);
10000
10001   /* We're inheriting ORIGIN's children into the scope we'd put DIE's
10002      symbols in.  */
10003   origin_previous_list_in_scope = origin_cu->list_in_scope;
10004   origin_cu->list_in_scope = cu->list_in_scope;
10005
10006   if (die->tag != origin_die->tag
10007       && !(die->tag == DW_TAG_inlined_subroutine
10008            && origin_die->tag == DW_TAG_subprogram))
10009     complaint (&symfile_complaints,
10010                _("DIE 0x%x and its abstract origin 0x%x have different tags"),
10011                die->offset.sect_off, origin_die->offset.sect_off);
10012
10013   child_die = die->child;
10014   die_children_count = 0;
10015   while (child_die && child_die->tag)
10016     {
10017       child_die = sibling_die (child_die);
10018       die_children_count++;
10019     }
10020   offsets = xmalloc (sizeof (*offsets) * die_children_count);
10021   cleanups = make_cleanup (xfree, offsets);
10022
10023   offsets_end = offsets;
10024   child_die = die->child;
10025   while (child_die && child_die->tag)
10026     {
10027       /* For each CHILD_DIE, find the corresponding child of
10028          ORIGIN_DIE.  If there is more than one layer of
10029          DW_AT_abstract_origin, follow them all; there shouldn't be,
10030          but GCC versions at least through 4.4 generate this (GCC PR
10031          40573).  */
10032       struct die_info *child_origin_die = child_die;
10033       struct dwarf2_cu *child_origin_cu = cu;
10034
10035       while (1)
10036         {
10037           attr = dwarf2_attr (child_origin_die, DW_AT_abstract_origin,
10038                               child_origin_cu);
10039           if (attr == NULL)
10040             break;
10041           child_origin_die = follow_die_ref (child_origin_die, attr,
10042                                              &child_origin_cu);
10043         }
10044
10045       /* According to DWARF3 3.3.8.2 #3 new entries without their abstract
10046          counterpart may exist.  */
10047       if (child_origin_die != child_die)
10048         {
10049           if (child_die->tag != child_origin_die->tag
10050               && !(child_die->tag == DW_TAG_inlined_subroutine
10051                    && child_origin_die->tag == DW_TAG_subprogram))
10052             complaint (&symfile_complaints,
10053                        _("Child DIE 0x%x and its abstract origin 0x%x have "
10054                          "different tags"), child_die->offset.sect_off,
10055                        child_origin_die->offset.sect_off);
10056           if (child_origin_die->parent != origin_die)
10057             complaint (&symfile_complaints,
10058                        _("Child DIE 0x%x and its abstract origin 0x%x have "
10059                          "different parents"), child_die->offset.sect_off,
10060                        child_origin_die->offset.sect_off);
10061           else
10062             *offsets_end++ = child_origin_die->offset;
10063         }
10064       child_die = sibling_die (child_die);
10065     }
10066   qsort (offsets, offsets_end - offsets, sizeof (*offsets),
10067          unsigned_int_compar);
10068   for (offsetp = offsets + 1; offsetp < offsets_end; offsetp++)
10069     if (offsetp[-1].sect_off == offsetp->sect_off)
10070       complaint (&symfile_complaints,
10071                  _("Multiple children of DIE 0x%x refer "
10072                    "to DIE 0x%x as their abstract origin"),
10073                  die->offset.sect_off, offsetp->sect_off);
10074
10075   offsetp = offsets;
10076   origin_child_die = origin_die->child;
10077   while (origin_child_die && origin_child_die->tag)
10078     {
10079       /* Is ORIGIN_CHILD_DIE referenced by any of the DIE children?  */
10080       while (offsetp < offsets_end
10081              && offsetp->sect_off < origin_child_die->offset.sect_off)
10082         offsetp++;
10083       if (offsetp >= offsets_end
10084           || offsetp->sect_off > origin_child_die->offset.sect_off)
10085         {
10086           /* Found that ORIGIN_CHILD_DIE is really not referenced.  */
10087           process_die (origin_child_die, origin_cu);
10088         }
10089       origin_child_die = sibling_die (origin_child_die);
10090     }
10091   origin_cu->list_in_scope = origin_previous_list_in_scope;
10092
10093   do_cleanups (cleanups);
10094 }
10095
10096 static void
10097 read_func_scope (struct die_info *die, struct dwarf2_cu *cu)
10098 {
10099   struct objfile *objfile = cu->objfile;
10100   struct context_stack *new;
10101   CORE_ADDR lowpc;
10102   CORE_ADDR highpc;
10103   struct die_info *child_die;
10104   struct attribute *attr, *call_line, *call_file;
10105   const char *name;
10106   CORE_ADDR baseaddr;
10107   struct block *block;
10108   int inlined_func = (die->tag == DW_TAG_inlined_subroutine);
10109   VEC (symbolp) *template_args = NULL;
10110   struct template_symbol *templ_func = NULL;
10111
10112   if (inlined_func)
10113     {
10114       /* If we do not have call site information, we can't show the
10115          caller of this inlined function.  That's too confusing, so
10116          only use the scope for local variables.  */
10117       call_line = dwarf2_attr (die, DW_AT_call_line, cu);
10118       call_file = dwarf2_attr (die, DW_AT_call_file, cu);
10119       if (call_line == NULL || call_file == NULL)
10120         {
10121           read_lexical_block_scope (die, cu);
10122           return;
10123         }
10124     }
10125
10126   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
10127
10128   name = dwarf2_name (die, cu);
10129
10130   /* Ignore functions with missing or empty names.  These are actually
10131      illegal according to the DWARF standard.  */
10132   if (name == NULL)
10133     {
10134       complaint (&symfile_complaints,
10135                  _("missing name for subprogram DIE at %d"),
10136                  die->offset.sect_off);
10137       return;
10138     }
10139
10140   /* Ignore functions with missing or invalid low and high pc attributes.  */
10141   if (!dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu, NULL))
10142     {
10143       attr = dwarf2_attr (die, DW_AT_external, cu);
10144       if (!attr || !DW_UNSND (attr))
10145         complaint (&symfile_complaints,
10146                    _("cannot get low and high bounds "
10147                      "for subprogram DIE at %d"),
10148                    die->offset.sect_off);
10149       return;
10150     }
10151
10152   lowpc += baseaddr;
10153   highpc += baseaddr;
10154
10155   /* If we have any template arguments, then we must allocate a
10156      different sort of symbol.  */
10157   for (child_die = die->child; child_die; child_die = sibling_die (child_die))
10158     {
10159       if (child_die->tag == DW_TAG_template_type_param
10160           || child_die->tag == DW_TAG_template_value_param)
10161         {
10162           templ_func = allocate_template_symbol (objfile);
10163           templ_func->base.is_cplus_template_function = 1;
10164           break;
10165         }
10166     }
10167
10168   new = push_context (0, lowpc);
10169   new->name = new_symbol_full (die, read_type_die (die, cu), cu,
10170                                (struct symbol *) templ_func);
10171
10172   /* If there is a location expression for DW_AT_frame_base, record
10173      it.  */
10174   attr = dwarf2_attr (die, DW_AT_frame_base, cu);
10175   if (attr)
10176     dwarf2_symbol_mark_computed (attr, new->name, cu, 1);
10177
10178   cu->list_in_scope = &local_symbols;
10179
10180   if (die->child != NULL)
10181     {
10182       child_die = die->child;
10183       while (child_die && child_die->tag)
10184         {
10185           if (child_die->tag == DW_TAG_template_type_param
10186               || child_die->tag == DW_TAG_template_value_param)
10187             {
10188               struct symbol *arg = new_symbol (child_die, NULL, cu);
10189
10190               if (arg != NULL)
10191                 VEC_safe_push (symbolp, template_args, arg);
10192             }
10193           else
10194             process_die (child_die, cu);
10195           child_die = sibling_die (child_die);
10196         }
10197     }
10198
10199   inherit_abstract_dies (die, cu);
10200
10201   /* If we have a DW_AT_specification, we might need to import using
10202      directives from the context of the specification DIE.  See the
10203      comment in determine_prefix.  */
10204   if (cu->language == language_cplus
10205       && dwarf2_attr (die, DW_AT_specification, cu))
10206     {
10207       struct dwarf2_cu *spec_cu = cu;
10208       struct die_info *spec_die = die_specification (die, &spec_cu);
10209
10210       while (spec_die)
10211         {
10212           child_die = spec_die->child;
10213           while (child_die && child_die->tag)
10214             {
10215               if (child_die->tag == DW_TAG_imported_module)
10216                 process_die (child_die, spec_cu);
10217               child_die = sibling_die (child_die);
10218             }
10219
10220           /* In some cases, GCC generates specification DIEs that
10221              themselves contain DW_AT_specification attributes.  */
10222           spec_die = die_specification (spec_die, &spec_cu);
10223         }
10224     }
10225
10226   new = pop_context ();
10227   /* Make a block for the local symbols within.  */
10228   block = finish_block (new->name, &local_symbols, new->old_blocks,
10229                         lowpc, highpc, objfile);
10230
10231   /* For C++, set the block's scope.  */
10232   if ((cu->language == language_cplus || cu->language == language_fortran)
10233       && cu->processing_has_namespace_info)
10234     block_set_scope (block, determine_prefix (die, cu),
10235                      &objfile->objfile_obstack);
10236
10237   /* If we have address ranges, record them.  */
10238   dwarf2_record_block_ranges (die, block, baseaddr, cu);
10239
10240   /* Attach template arguments to function.  */
10241   if (! VEC_empty (symbolp, template_args))
10242     {
10243       gdb_assert (templ_func != NULL);
10244
10245       templ_func->n_template_arguments = VEC_length (symbolp, template_args);
10246       templ_func->template_arguments
10247         = obstack_alloc (&objfile->objfile_obstack,
10248                          (templ_func->n_template_arguments
10249                           * sizeof (struct symbol *)));
10250       memcpy (templ_func->template_arguments,
10251               VEC_address (symbolp, template_args),
10252               (templ_func->n_template_arguments * sizeof (struct symbol *)));
10253       VEC_free (symbolp, template_args);
10254     }
10255
10256   /* In C++, we can have functions nested inside functions (e.g., when
10257      a function declares a class that has methods).  This means that
10258      when we finish processing a function scope, we may need to go
10259      back to building a containing block's symbol lists.  */
10260   local_symbols = new->locals;
10261   using_directives = new->using_directives;
10262
10263   /* If we've finished processing a top-level function, subsequent
10264      symbols go in the file symbol list.  */
10265   if (outermost_context_p ())
10266     cu->list_in_scope = &file_symbols;
10267 }
10268
10269 /* Process all the DIES contained within a lexical block scope.  Start
10270    a new scope, process the dies, and then close the scope.  */
10271
10272 static void
10273 read_lexical_block_scope (struct die_info *die, struct dwarf2_cu *cu)
10274 {
10275   struct objfile *objfile = cu->objfile;
10276   struct context_stack *new;
10277   CORE_ADDR lowpc, highpc;
10278   struct die_info *child_die;
10279   CORE_ADDR baseaddr;
10280
10281   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
10282
10283   /* Ignore blocks with missing or invalid low and high pc attributes.  */
10284   /* ??? Perhaps consider discontiguous blocks defined by DW_AT_ranges
10285      as multiple lexical blocks?  Handling children in a sane way would
10286      be nasty.  Might be easier to properly extend generic blocks to
10287      describe ranges.  */
10288   if (!dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu, NULL))
10289     return;
10290   lowpc += baseaddr;
10291   highpc += baseaddr;
10292
10293   push_context (0, lowpc);
10294   if (die->child != NULL)
10295     {
10296       child_die = die->child;
10297       while (child_die && child_die->tag)
10298         {
10299           process_die (child_die, cu);
10300           child_die = sibling_die (child_die);
10301         }
10302     }
10303   new = pop_context ();
10304
10305   if (local_symbols != NULL || using_directives != NULL)
10306     {
10307       struct block *block
10308         = finish_block (0, &local_symbols, new->old_blocks, new->start_addr,
10309                         highpc, objfile);
10310
10311       /* Note that recording ranges after traversing children, as we
10312          do here, means that recording a parent's ranges entails
10313          walking across all its children's ranges as they appear in
10314          the address map, which is quadratic behavior.
10315
10316          It would be nicer to record the parent's ranges before
10317          traversing its children, simply overriding whatever you find
10318          there.  But since we don't even decide whether to create a
10319          block until after we've traversed its children, that's hard
10320          to do.  */
10321       dwarf2_record_block_ranges (die, block, baseaddr, cu);
10322     }
10323   local_symbols = new->locals;
10324   using_directives = new->using_directives;
10325 }
10326
10327 /* Read in DW_TAG_GNU_call_site and insert it to CU->call_site_htab.  */
10328
10329 static void
10330 read_call_site_scope (struct die_info *die, struct dwarf2_cu *cu)
10331 {
10332   struct objfile *objfile = cu->objfile;
10333   struct gdbarch *gdbarch = get_objfile_arch (objfile);
10334   CORE_ADDR pc, baseaddr;
10335   struct attribute *attr;
10336   struct call_site *call_site, call_site_local;
10337   void **slot;
10338   int nparams;
10339   struct die_info *child_die;
10340
10341   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
10342
10343   attr = dwarf2_attr (die, DW_AT_low_pc, cu);
10344   if (!attr)
10345     {
10346       complaint (&symfile_complaints,
10347                  _("missing DW_AT_low_pc for DW_TAG_GNU_call_site "
10348                    "DIE 0x%x [in module %s]"),
10349                  die->offset.sect_off, objfile_name (objfile));
10350       return;
10351     }
10352   pc = DW_ADDR (attr) + baseaddr;
10353
10354   if (cu->call_site_htab == NULL)
10355     cu->call_site_htab = htab_create_alloc_ex (16, core_addr_hash, core_addr_eq,
10356                                                NULL, &objfile->objfile_obstack,
10357                                                hashtab_obstack_allocate, NULL);
10358   call_site_local.pc = pc;
10359   slot = htab_find_slot (cu->call_site_htab, &call_site_local, INSERT);
10360   if (*slot != NULL)
10361     {
10362       complaint (&symfile_complaints,
10363                  _("Duplicate PC %s for DW_TAG_GNU_call_site "
10364                    "DIE 0x%x [in module %s]"),
10365                  paddress (gdbarch, pc), die->offset.sect_off,
10366                  objfile_name (objfile));
10367       return;
10368     }
10369
10370   /* Count parameters at the caller.  */
10371
10372   nparams = 0;
10373   for (child_die = die->child; child_die && child_die->tag;
10374        child_die = sibling_die (child_die))
10375     {
10376       if (child_die->tag != DW_TAG_GNU_call_site_parameter)
10377         {
10378           complaint (&symfile_complaints,
10379                      _("Tag %d is not DW_TAG_GNU_call_site_parameter in "
10380                        "DW_TAG_GNU_call_site child DIE 0x%x [in module %s]"),
10381                      child_die->tag, child_die->offset.sect_off,
10382                      objfile_name (objfile));
10383           continue;
10384         }
10385
10386       nparams++;
10387     }
10388
10389   call_site = obstack_alloc (&objfile->objfile_obstack,
10390                              (sizeof (*call_site)
10391                               + (sizeof (*call_site->parameter)
10392                                  * (nparams - 1))));
10393   *slot = call_site;
10394   memset (call_site, 0, sizeof (*call_site) - sizeof (*call_site->parameter));
10395   call_site->pc = pc;
10396
10397   if (dwarf2_flag_true_p (die, DW_AT_GNU_tail_call, cu))
10398     {
10399       struct die_info *func_die;
10400
10401       /* Skip also over DW_TAG_inlined_subroutine.  */
10402       for (func_die = die->parent;
10403            func_die && func_die->tag != DW_TAG_subprogram
10404            && func_die->tag != DW_TAG_subroutine_type;
10405            func_die = func_die->parent);
10406
10407       /* DW_AT_GNU_all_call_sites is a superset
10408          of DW_AT_GNU_all_tail_call_sites.  */
10409       if (func_die
10410           && !dwarf2_flag_true_p (func_die, DW_AT_GNU_all_call_sites, cu)
10411           && !dwarf2_flag_true_p (func_die, DW_AT_GNU_all_tail_call_sites, cu))
10412         {
10413           /* TYPE_TAIL_CALL_LIST is not interesting in functions where it is
10414              not complete.  But keep CALL_SITE for look ups via call_site_htab,
10415              both the initial caller containing the real return address PC and
10416              the final callee containing the current PC of a chain of tail
10417              calls do not need to have the tail call list complete.  But any
10418              function candidate for a virtual tail call frame searched via
10419              TYPE_TAIL_CALL_LIST must have the tail call list complete to be
10420              determined unambiguously.  */
10421         }
10422       else
10423         {
10424           struct type *func_type = NULL;
10425
10426           if (func_die)
10427             func_type = get_die_type (func_die, cu);
10428           if (func_type != NULL)
10429             {
10430               gdb_assert (TYPE_CODE (func_type) == TYPE_CODE_FUNC);
10431
10432               /* Enlist this call site to the function.  */
10433               call_site->tail_call_next = TYPE_TAIL_CALL_LIST (func_type);
10434               TYPE_TAIL_CALL_LIST (func_type) = call_site;
10435             }
10436           else
10437             complaint (&symfile_complaints,
10438                        _("Cannot find function owning DW_TAG_GNU_call_site "
10439                          "DIE 0x%x [in module %s]"),
10440                        die->offset.sect_off, objfile_name (objfile));
10441         }
10442     }
10443
10444   attr = dwarf2_attr (die, DW_AT_GNU_call_site_target, cu);
10445   if (attr == NULL)
10446     attr = dwarf2_attr (die, DW_AT_abstract_origin, cu);
10447   SET_FIELD_DWARF_BLOCK (call_site->target, NULL);
10448   if (!attr || (attr_form_is_block (attr) && DW_BLOCK (attr)->size == 0))
10449     /* Keep NULL DWARF_BLOCK.  */;
10450   else if (attr_form_is_block (attr))
10451     {
10452       struct dwarf2_locexpr_baton *dlbaton;
10453
10454       dlbaton = obstack_alloc (&objfile->objfile_obstack, sizeof (*dlbaton));
10455       dlbaton->data = DW_BLOCK (attr)->data;
10456       dlbaton->size = DW_BLOCK (attr)->size;
10457       dlbaton->per_cu = cu->per_cu;
10458
10459       SET_FIELD_DWARF_BLOCK (call_site->target, dlbaton);
10460     }
10461   else if (attr_form_is_ref (attr))
10462     {
10463       struct dwarf2_cu *target_cu = cu;
10464       struct die_info *target_die;
10465
10466       target_die = follow_die_ref (die, attr, &target_cu);
10467       gdb_assert (target_cu->objfile == objfile);
10468       if (die_is_declaration (target_die, target_cu))
10469         {
10470           const char *target_physname = NULL;
10471           struct attribute *target_attr;
10472
10473           /* Prefer the mangled name; otherwise compute the demangled one.  */
10474           target_attr = dwarf2_attr (target_die, DW_AT_linkage_name, target_cu);
10475           if (target_attr == NULL)
10476             target_attr = dwarf2_attr (target_die, DW_AT_MIPS_linkage_name,
10477                                        target_cu);
10478           if (target_attr != NULL && DW_STRING (target_attr) != NULL)
10479             target_physname = DW_STRING (target_attr);
10480           else
10481             target_physname = dwarf2_physname (NULL, target_die, target_cu);
10482           if (target_physname == NULL)
10483             complaint (&symfile_complaints,
10484                        _("DW_AT_GNU_call_site_target target DIE has invalid "
10485                          "physname, for referencing DIE 0x%x [in module %s]"),
10486                        die->offset.sect_off, objfile_name (objfile));
10487           else
10488             SET_FIELD_PHYSNAME (call_site->target, target_physname);
10489         }
10490       else
10491         {
10492           CORE_ADDR lowpc;
10493
10494           /* DW_AT_entry_pc should be preferred.  */
10495           if (!dwarf2_get_pc_bounds (target_die, &lowpc, NULL, target_cu, NULL))
10496             complaint (&symfile_complaints,
10497                        _("DW_AT_GNU_call_site_target target DIE has invalid "
10498                          "low pc, for referencing DIE 0x%x [in module %s]"),
10499                        die->offset.sect_off, objfile_name (objfile));
10500           else
10501             SET_FIELD_PHYSADDR (call_site->target, lowpc + baseaddr);
10502         }
10503     }
10504   else
10505     complaint (&symfile_complaints,
10506                _("DW_TAG_GNU_call_site DW_AT_GNU_call_site_target is neither "
10507                  "block nor reference, for DIE 0x%x [in module %s]"),
10508                die->offset.sect_off, objfile_name (objfile));
10509
10510   call_site->per_cu = cu->per_cu;
10511
10512   for (child_die = die->child;
10513        child_die && child_die->tag;
10514        child_die = sibling_die (child_die))
10515     {
10516       struct call_site_parameter *parameter;
10517       struct attribute *loc, *origin;
10518
10519       if (child_die->tag != DW_TAG_GNU_call_site_parameter)
10520         {
10521           /* Already printed the complaint above.  */
10522           continue;
10523         }
10524
10525       gdb_assert (call_site->parameter_count < nparams);
10526       parameter = &call_site->parameter[call_site->parameter_count];
10527
10528       /* DW_AT_location specifies the register number or DW_AT_abstract_origin
10529          specifies DW_TAG_formal_parameter.  Value of the data assumed for the
10530          register is contained in DW_AT_GNU_call_site_value.  */
10531
10532       loc = dwarf2_attr (child_die, DW_AT_location, cu);
10533       origin = dwarf2_attr (child_die, DW_AT_abstract_origin, cu);
10534       if (loc == NULL && origin != NULL && attr_form_is_ref (origin))
10535         {
10536           sect_offset offset;
10537
10538           parameter->kind = CALL_SITE_PARAMETER_PARAM_OFFSET;
10539           offset = dwarf2_get_ref_die_offset (origin);
10540           if (!offset_in_cu_p (&cu->header, offset))
10541             {
10542               /* As DW_OP_GNU_parameter_ref uses CU-relative offset this
10543                  binding can be done only inside one CU.  Such referenced DIE
10544                  therefore cannot be even moved to DW_TAG_partial_unit.  */
10545               complaint (&symfile_complaints,
10546                          _("DW_AT_abstract_origin offset is not in CU for "
10547                            "DW_TAG_GNU_call_site child DIE 0x%x "
10548                            "[in module %s]"),
10549                          child_die->offset.sect_off, objfile_name (objfile));
10550               continue;
10551             }
10552           parameter->u.param_offset.cu_off = (offset.sect_off
10553                                               - cu->header.offset.sect_off);
10554         }
10555       else if (loc == NULL || origin != NULL || !attr_form_is_block (loc))
10556         {
10557           complaint (&symfile_complaints,
10558                      _("No DW_FORM_block* DW_AT_location for "
10559                        "DW_TAG_GNU_call_site child DIE 0x%x [in module %s]"),
10560                      child_die->offset.sect_off, objfile_name (objfile));
10561           continue;
10562         }
10563       else
10564         {
10565           parameter->u.dwarf_reg = dwarf_block_to_dwarf_reg
10566             (DW_BLOCK (loc)->data, &DW_BLOCK (loc)->data[DW_BLOCK (loc)->size]);
10567           if (parameter->u.dwarf_reg != -1)
10568             parameter->kind = CALL_SITE_PARAMETER_DWARF_REG;
10569           else if (dwarf_block_to_sp_offset (gdbarch, DW_BLOCK (loc)->data,
10570                                     &DW_BLOCK (loc)->data[DW_BLOCK (loc)->size],
10571                                              &parameter->u.fb_offset))
10572             parameter->kind = CALL_SITE_PARAMETER_FB_OFFSET;
10573           else
10574             {
10575               complaint (&symfile_complaints,
10576                          _("Only single DW_OP_reg or DW_OP_fbreg is supported "
10577                            "for DW_FORM_block* DW_AT_location is supported for "
10578                            "DW_TAG_GNU_call_site child DIE 0x%x "
10579                            "[in module %s]"),
10580                          child_die->offset.sect_off, objfile_name (objfile));
10581               continue;
10582             }
10583         }
10584
10585       attr = dwarf2_attr (child_die, DW_AT_GNU_call_site_value, cu);
10586       if (!attr_form_is_block (attr))
10587         {
10588           complaint (&symfile_complaints,
10589                      _("No DW_FORM_block* DW_AT_GNU_call_site_value for "
10590                        "DW_TAG_GNU_call_site child DIE 0x%x [in module %s]"),
10591                      child_die->offset.sect_off, objfile_name (objfile));
10592           continue;
10593         }
10594       parameter->value = DW_BLOCK (attr)->data;
10595       parameter->value_size = DW_BLOCK (attr)->size;
10596
10597       /* Parameters are not pre-cleared by memset above.  */
10598       parameter->data_value = NULL;
10599       parameter->data_value_size = 0;
10600       call_site->parameter_count++;
10601
10602       attr = dwarf2_attr (child_die, DW_AT_GNU_call_site_data_value, cu);
10603       if (attr)
10604         {
10605           if (!attr_form_is_block (attr))
10606             complaint (&symfile_complaints,
10607                        _("No DW_FORM_block* DW_AT_GNU_call_site_data_value for "
10608                          "DW_TAG_GNU_call_site child DIE 0x%x [in module %s]"),
10609                        child_die->offset.sect_off, objfile_name (objfile));
10610           else
10611             {
10612               parameter->data_value = DW_BLOCK (attr)->data;
10613               parameter->data_value_size = DW_BLOCK (attr)->size;
10614             }
10615         }
10616     }
10617 }
10618
10619 /* Get low and high pc attributes from DW_AT_ranges attribute value OFFSET.
10620    Return 1 if the attributes are present and valid, otherwise, return 0.
10621    If RANGES_PST is not NULL we should setup `objfile->psymtabs_addrmap'.  */
10622
10623 static int
10624 dwarf2_ranges_read (unsigned offset, CORE_ADDR *low_return,
10625                     CORE_ADDR *high_return, struct dwarf2_cu *cu,
10626                     struct partial_symtab *ranges_pst)
10627 {
10628   struct objfile *objfile = cu->objfile;
10629   struct comp_unit_head *cu_header = &cu->header;
10630   bfd *obfd = objfile->obfd;
10631   unsigned int addr_size = cu_header->addr_size;
10632   CORE_ADDR mask = ~(~(CORE_ADDR)1 << (addr_size * 8 - 1));
10633   /* Base address selection entry.  */
10634   CORE_ADDR base;
10635   int found_base;
10636   unsigned int dummy;
10637   const gdb_byte *buffer;
10638   CORE_ADDR marker;
10639   int low_set;
10640   CORE_ADDR low = 0;
10641   CORE_ADDR high = 0;
10642   CORE_ADDR baseaddr;
10643
10644   found_base = cu->base_known;
10645   base = cu->base_address;
10646
10647   dwarf2_read_section (objfile, &dwarf2_per_objfile->ranges);
10648   if (offset >= dwarf2_per_objfile->ranges.size)
10649     {
10650       complaint (&symfile_complaints,
10651                  _("Offset %d out of bounds for DW_AT_ranges attribute"),
10652                  offset);
10653       return 0;
10654     }
10655   buffer = dwarf2_per_objfile->ranges.buffer + offset;
10656
10657   /* Read in the largest possible address.  */
10658   marker = read_address (obfd, buffer, cu, &dummy);
10659   if ((marker & mask) == mask)
10660     {
10661       /* If we found the largest possible address, then
10662          read the base address.  */
10663       base = read_address (obfd, buffer + addr_size, cu, &dummy);
10664       buffer += 2 * addr_size;
10665       offset += 2 * addr_size;
10666       found_base = 1;
10667     }
10668
10669   low_set = 0;
10670
10671   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
10672
10673   while (1)
10674     {
10675       CORE_ADDR range_beginning, range_end;
10676
10677       range_beginning = read_address (obfd, buffer, cu, &dummy);
10678       buffer += addr_size;
10679       range_end = read_address (obfd, buffer, cu, &dummy);
10680       buffer += addr_size;
10681       offset += 2 * addr_size;
10682
10683       /* An end of list marker is a pair of zero addresses.  */
10684       if (range_beginning == 0 && range_end == 0)
10685         /* Found the end of list entry.  */
10686         break;
10687
10688       /* Each base address selection entry is a pair of 2 values.
10689          The first is the largest possible address, the second is
10690          the base address.  Check for a base address here.  */
10691       if ((range_beginning & mask) == mask)
10692         {
10693           /* If we found the largest possible address, then
10694              read the base address.  */
10695           base = read_address (obfd, buffer + addr_size, cu, &dummy);
10696           found_base = 1;
10697           continue;
10698         }
10699
10700       if (!found_base)
10701         {
10702           /* We have no valid base address for the ranges
10703              data.  */
10704           complaint (&symfile_complaints,
10705                      _("Invalid .debug_ranges data (no base address)"));
10706           return 0;
10707         }
10708
10709       if (range_beginning > range_end)
10710         {
10711           /* Inverted range entries are invalid.  */
10712           complaint (&symfile_complaints,
10713                      _("Invalid .debug_ranges data (inverted range)"));
10714           return 0;
10715         }
10716
10717       /* Empty range entries have no effect.  */
10718       if (range_beginning == range_end)
10719         continue;
10720
10721       range_beginning += base;
10722       range_end += base;
10723
10724       /* A not-uncommon case of bad debug info.
10725          Don't pollute the addrmap with bad data.  */
10726       if (range_beginning + baseaddr == 0
10727           && !dwarf2_per_objfile->has_section_at_zero)
10728         {
10729           complaint (&symfile_complaints,
10730                      _(".debug_ranges entry has start address of zero"
10731                        " [in module %s]"), objfile_name (objfile));
10732           continue;
10733         }
10734
10735       if (ranges_pst != NULL)
10736         addrmap_set_empty (objfile->psymtabs_addrmap,
10737                            range_beginning + baseaddr,
10738                            range_end - 1 + baseaddr,
10739                            ranges_pst);
10740
10741       /* FIXME: This is recording everything as a low-high
10742          segment of consecutive addresses.  We should have a
10743          data structure for discontiguous block ranges
10744          instead.  */
10745       if (! low_set)
10746         {
10747           low = range_beginning;
10748           high = range_end;
10749           low_set = 1;
10750         }
10751       else
10752         {
10753           if (range_beginning < low)
10754             low = range_beginning;
10755           if (range_end > high)
10756             high = range_end;
10757         }
10758     }
10759
10760   if (! low_set)
10761     /* If the first entry is an end-of-list marker, the range
10762        describes an empty scope, i.e. no instructions.  */
10763     return 0;
10764
10765   if (low_return)
10766     *low_return = low;
10767   if (high_return)
10768     *high_return = high;
10769   return 1;
10770 }
10771
10772 /* Get low and high pc attributes from a die.  Return 1 if the attributes
10773    are present and valid, otherwise, return 0.  Return -1 if the range is
10774    discontinuous, i.e. derived from DW_AT_ranges information.  */
10775
10776 static int
10777 dwarf2_get_pc_bounds (struct die_info *die, CORE_ADDR *lowpc,
10778                       CORE_ADDR *highpc, struct dwarf2_cu *cu,
10779                       struct partial_symtab *pst)
10780 {
10781   struct attribute *attr;
10782   struct attribute *attr_high;
10783   CORE_ADDR low = 0;
10784   CORE_ADDR high = 0;
10785   int ret = 0;
10786
10787   attr_high = dwarf2_attr (die, DW_AT_high_pc, cu);
10788   if (attr_high)
10789     {
10790       attr = dwarf2_attr (die, DW_AT_low_pc, cu);
10791       if (attr)
10792         {
10793           low = DW_ADDR (attr);
10794           if (attr_high->form == DW_FORM_addr
10795               || attr_high->form == DW_FORM_GNU_addr_index)
10796             high = DW_ADDR (attr_high);
10797           else
10798             high = low + DW_UNSND (attr_high);
10799         }
10800       else
10801         /* Found high w/o low attribute.  */
10802         return 0;
10803
10804       /* Found consecutive range of addresses.  */
10805       ret = 1;
10806     }
10807   else
10808     {
10809       attr = dwarf2_attr (die, DW_AT_ranges, cu);
10810       if (attr != NULL)
10811         {
10812           /* DW_AT_ranges_base does not apply to DIEs from the DWO skeleton.
10813              We take advantage of the fact that DW_AT_ranges does not appear
10814              in DW_TAG_compile_unit of DWO files.  */
10815           int need_ranges_base = die->tag != DW_TAG_compile_unit;
10816           unsigned int ranges_offset = (DW_UNSND (attr)
10817                                         + (need_ranges_base
10818                                            ? cu->ranges_base
10819                                            : 0));
10820
10821           /* Value of the DW_AT_ranges attribute is the offset in the
10822              .debug_ranges section.  */
10823           if (!dwarf2_ranges_read (ranges_offset, &low, &high, cu, pst))
10824             return 0;
10825           /* Found discontinuous range of addresses.  */
10826           ret = -1;
10827         }
10828     }
10829
10830   /* read_partial_die has also the strict LOW < HIGH requirement.  */
10831   if (high <= low)
10832     return 0;
10833
10834   /* When using the GNU linker, .gnu.linkonce. sections are used to
10835      eliminate duplicate copies of functions and vtables and such.
10836      The linker will arbitrarily choose one and discard the others.
10837      The AT_*_pc values for such functions refer to local labels in
10838      these sections.  If the section from that file was discarded, the
10839      labels are not in the output, so the relocs get a value of 0.
10840      If this is a discarded function, mark the pc bounds as invalid,
10841      so that GDB will ignore it.  */
10842   if (low == 0 && !dwarf2_per_objfile->has_section_at_zero)
10843     return 0;
10844
10845   *lowpc = low;
10846   if (highpc)
10847     *highpc = high;
10848   return ret;
10849 }
10850
10851 /* Assuming that DIE represents a subprogram DIE or a lexical block, get
10852    its low and high PC addresses.  Do nothing if these addresses could not
10853    be determined.  Otherwise, set LOWPC to the low address if it is smaller,
10854    and HIGHPC to the high address if greater than HIGHPC.  */
10855
10856 static void
10857 dwarf2_get_subprogram_pc_bounds (struct die_info *die,
10858                                  CORE_ADDR *lowpc, CORE_ADDR *highpc,
10859                                  struct dwarf2_cu *cu)
10860 {
10861   CORE_ADDR low, high;
10862   struct die_info *child = die->child;
10863
10864   if (dwarf2_get_pc_bounds (die, &low, &high, cu, NULL))
10865     {
10866       *lowpc = min (*lowpc, low);
10867       *highpc = max (*highpc, high);
10868     }
10869
10870   /* If the language does not allow nested subprograms (either inside
10871      subprograms or lexical blocks), we're done.  */
10872   if (cu->language != language_ada)
10873     return;
10874
10875   /* Check all the children of the given DIE.  If it contains nested
10876      subprograms, then check their pc bounds.  Likewise, we need to
10877      check lexical blocks as well, as they may also contain subprogram
10878      definitions.  */
10879   while (child && child->tag)
10880     {
10881       if (child->tag == DW_TAG_subprogram
10882           || child->tag == DW_TAG_lexical_block)
10883         dwarf2_get_subprogram_pc_bounds (child, lowpc, highpc, cu);
10884       child = sibling_die (child);
10885     }
10886 }
10887
10888 /* Get the low and high pc's represented by the scope DIE, and store
10889    them in *LOWPC and *HIGHPC.  If the correct values can't be
10890    determined, set *LOWPC to -1 and *HIGHPC to 0.  */
10891
10892 static void
10893 get_scope_pc_bounds (struct die_info *die,
10894                      CORE_ADDR *lowpc, CORE_ADDR *highpc,
10895                      struct dwarf2_cu *cu)
10896 {
10897   CORE_ADDR best_low = (CORE_ADDR) -1;
10898   CORE_ADDR best_high = (CORE_ADDR) 0;
10899   CORE_ADDR current_low, current_high;
10900
10901   if (dwarf2_get_pc_bounds (die, &current_low, &current_high, cu, NULL))
10902     {
10903       best_low = current_low;
10904       best_high = current_high;
10905     }
10906   else
10907     {
10908       struct die_info *child = die->child;
10909
10910       while (child && child->tag)
10911         {
10912           switch (child->tag) {
10913           case DW_TAG_subprogram:
10914             dwarf2_get_subprogram_pc_bounds (child, &best_low, &best_high, cu);
10915             break;
10916           case DW_TAG_namespace:
10917           case DW_TAG_module:
10918             /* FIXME: carlton/2004-01-16: Should we do this for
10919                DW_TAG_class_type/DW_TAG_structure_type, too?  I think
10920                that current GCC's always emit the DIEs corresponding
10921                to definitions of methods of classes as children of a
10922                DW_TAG_compile_unit or DW_TAG_namespace (as opposed to
10923                the DIEs giving the declarations, which could be
10924                anywhere).  But I don't see any reason why the
10925                standards says that they have to be there.  */
10926             get_scope_pc_bounds (child, &current_low, &current_high, cu);
10927
10928             if (current_low != ((CORE_ADDR) -1))
10929               {
10930                 best_low = min (best_low, current_low);
10931                 best_high = max (best_high, current_high);
10932               }
10933             break;
10934           default:
10935             /* Ignore.  */
10936             break;
10937           }
10938
10939           child = sibling_die (child);
10940         }
10941     }
10942
10943   *lowpc = best_low;
10944   *highpc = best_high;
10945 }
10946
10947 /* Record the address ranges for BLOCK, offset by BASEADDR, as given
10948    in DIE.  */
10949
10950 static void
10951 dwarf2_record_block_ranges (struct die_info *die, struct block *block,
10952                             CORE_ADDR baseaddr, struct dwarf2_cu *cu)
10953 {
10954   struct objfile *objfile = cu->objfile;
10955   struct attribute *attr;
10956   struct attribute *attr_high;
10957
10958   attr_high = dwarf2_attr (die, DW_AT_high_pc, cu);
10959   if (attr_high)
10960     {
10961       attr = dwarf2_attr (die, DW_AT_low_pc, cu);
10962       if (attr)
10963         {
10964           CORE_ADDR low = DW_ADDR (attr);
10965           CORE_ADDR high;
10966           if (attr_high->form == DW_FORM_addr
10967               || attr_high->form == DW_FORM_GNU_addr_index)
10968             high = DW_ADDR (attr_high);
10969           else
10970             high = low + DW_UNSND (attr_high);
10971
10972           record_block_range (block, baseaddr + low, baseaddr + high - 1);
10973         }
10974     }
10975
10976   attr = dwarf2_attr (die, DW_AT_ranges, cu);
10977   if (attr)
10978     {
10979       bfd *obfd = objfile->obfd;
10980       /* DW_AT_ranges_base does not apply to DIEs from the DWO skeleton.
10981          We take advantage of the fact that DW_AT_ranges does not appear
10982          in DW_TAG_compile_unit of DWO files.  */
10983       int need_ranges_base = die->tag != DW_TAG_compile_unit;
10984
10985       /* The value of the DW_AT_ranges attribute is the offset of the
10986          address range list in the .debug_ranges section.  */
10987       unsigned long offset = (DW_UNSND (attr)
10988                               + (need_ranges_base ? cu->ranges_base : 0));
10989       const gdb_byte *buffer;
10990
10991       /* For some target architectures, but not others, the
10992          read_address function sign-extends the addresses it returns.
10993          To recognize base address selection entries, we need a
10994          mask.  */
10995       unsigned int addr_size = cu->header.addr_size;
10996       CORE_ADDR base_select_mask = ~(~(CORE_ADDR)1 << (addr_size * 8 - 1));
10997
10998       /* The base address, to which the next pair is relative.  Note
10999          that this 'base' is a DWARF concept: most entries in a range
11000          list are relative, to reduce the number of relocs against the
11001          debugging information.  This is separate from this function's
11002          'baseaddr' argument, which GDB uses to relocate debugging
11003          information from a shared library based on the address at
11004          which the library was loaded.  */
11005       CORE_ADDR base = cu->base_address;
11006       int base_known = cu->base_known;
11007
11008       dwarf2_read_section (objfile, &dwarf2_per_objfile->ranges);
11009       if (offset >= dwarf2_per_objfile->ranges.size)
11010         {
11011           complaint (&symfile_complaints,
11012                      _("Offset %lu out of bounds for DW_AT_ranges attribute"),
11013                      offset);
11014           return;
11015         }
11016       buffer = dwarf2_per_objfile->ranges.buffer + offset;
11017
11018       for (;;)
11019         {
11020           unsigned int bytes_read;
11021           CORE_ADDR start, end;
11022
11023           start = read_address (obfd, buffer, cu, &bytes_read);
11024           buffer += bytes_read;
11025           end = read_address (obfd, buffer, cu, &bytes_read);
11026           buffer += bytes_read;
11027
11028           /* Did we find the end of the range list?  */
11029           if (start == 0 && end == 0)
11030             break;
11031
11032           /* Did we find a base address selection entry?  */
11033           else if ((start & base_select_mask) == base_select_mask)
11034             {
11035               base = end;
11036               base_known = 1;
11037             }
11038
11039           /* We found an ordinary address range.  */
11040           else
11041             {
11042               if (!base_known)
11043                 {
11044                   complaint (&symfile_complaints,
11045                              _("Invalid .debug_ranges data "
11046                                "(no base address)"));
11047                   return;
11048                 }
11049
11050               if (start > end)
11051                 {
11052                   /* Inverted range entries are invalid.  */
11053                   complaint (&symfile_complaints,
11054                              _("Invalid .debug_ranges data "
11055                                "(inverted range)"));
11056                   return;
11057                 }
11058
11059               /* Empty range entries have no effect.  */
11060               if (start == end)
11061                 continue;
11062
11063               start += base + baseaddr;
11064               end += base + baseaddr;
11065
11066               /* A not-uncommon case of bad debug info.
11067                  Don't pollute the addrmap with bad data.  */
11068               if (start == 0 && !dwarf2_per_objfile->has_section_at_zero)
11069                 {
11070                   complaint (&symfile_complaints,
11071                              _(".debug_ranges entry has start address of zero"
11072                                " [in module %s]"), objfile_name (objfile));
11073                   continue;
11074                 }
11075
11076               record_block_range (block, start, end - 1);
11077             }
11078         }
11079     }
11080 }
11081
11082 /* Check whether the producer field indicates either of GCC < 4.6, or the
11083    Intel C/C++ compiler, and cache the result in CU.  */
11084
11085 static void
11086 check_producer (struct dwarf2_cu *cu)
11087 {
11088   const char *cs;
11089   int major, minor, release;
11090
11091   if (cu->producer == NULL)
11092     {
11093       /* For unknown compilers expect their behavior is DWARF version
11094          compliant.
11095
11096          GCC started to support .debug_types sections by -gdwarf-4 since
11097          gcc-4.5.x.  As the .debug_types sections are missing DW_AT_producer
11098          for their space efficiency GDB cannot workaround gcc-4.5.x -gdwarf-4
11099          combination.  gcc-4.5.x -gdwarf-4 binaries have DW_AT_accessibility
11100          interpreted incorrectly by GDB now - GCC PR debug/48229.  */
11101     }
11102   else if (strncmp (cu->producer, "GNU ", strlen ("GNU ")) == 0)
11103     {
11104       /* Skip any identifier after "GNU " - such as "C++" or "Java".  */
11105
11106       cs = &cu->producer[strlen ("GNU ")];
11107       while (*cs && !isdigit (*cs))
11108         cs++;
11109       if (sscanf (cs, "%d.%d.%d", &major, &minor, &release) != 3)
11110         {
11111           /* Not recognized as GCC.  */
11112         }
11113       else
11114         {
11115           cu->producer_is_gxx_lt_4_6 = major < 4 || (major == 4 && minor < 6);
11116           cu->producer_is_gcc_lt_4_3 = major < 4 || (major == 4 && minor < 3);
11117         }
11118     }
11119   else if (strncmp (cu->producer, "Intel(R) C", strlen ("Intel(R) C")) == 0)
11120     cu->producer_is_icc = 1;
11121   else
11122     {
11123       /* For other non-GCC compilers, expect their behavior is DWARF version
11124          compliant.  */
11125     }
11126
11127   cu->checked_producer = 1;
11128 }
11129
11130 /* Check for GCC PR debug/45124 fix which is not present in any G++ version up
11131    to 4.5.any while it is present already in G++ 4.6.0 - the PR has been fixed
11132    during 4.6.0 experimental.  */
11133
11134 static int
11135 producer_is_gxx_lt_4_6 (struct dwarf2_cu *cu)
11136 {
11137   if (!cu->checked_producer)
11138     check_producer (cu);
11139
11140   return cu->producer_is_gxx_lt_4_6;
11141 }
11142
11143 /* Return the default accessibility type if it is not overriden by
11144    DW_AT_accessibility.  */
11145
11146 static enum dwarf_access_attribute
11147 dwarf2_default_access_attribute (struct die_info *die, struct dwarf2_cu *cu)
11148 {
11149   if (cu->header.version < 3 || producer_is_gxx_lt_4_6 (cu))
11150     {
11151       /* The default DWARF 2 accessibility for members is public, the default
11152          accessibility for inheritance is private.  */
11153
11154       if (die->tag != DW_TAG_inheritance)
11155         return DW_ACCESS_public;
11156       else
11157         return DW_ACCESS_private;
11158     }
11159   else
11160     {
11161       /* DWARF 3+ defines the default accessibility a different way.  The same
11162          rules apply now for DW_TAG_inheritance as for the members and it only
11163          depends on the container kind.  */
11164
11165       if (die->parent->tag == DW_TAG_class_type)
11166         return DW_ACCESS_private;
11167       else
11168         return DW_ACCESS_public;
11169     }
11170 }
11171
11172 /* Look for DW_AT_data_member_location.  Set *OFFSET to the byte
11173    offset.  If the attribute was not found return 0, otherwise return
11174    1.  If it was found but could not properly be handled, set *OFFSET
11175    to 0.  */
11176
11177 static int
11178 handle_data_member_location (struct die_info *die, struct dwarf2_cu *cu,
11179                              LONGEST *offset)
11180 {
11181   struct attribute *attr;
11182
11183   attr = dwarf2_attr (die, DW_AT_data_member_location, cu);
11184   if (attr != NULL)
11185     {
11186       *offset = 0;
11187
11188       /* Note that we do not check for a section offset first here.
11189          This is because DW_AT_data_member_location is new in DWARF 4,
11190          so if we see it, we can assume that a constant form is really
11191          a constant and not a section offset.  */
11192       if (attr_form_is_constant (attr))
11193         *offset = dwarf2_get_attr_constant_value (attr, 0);
11194       else if (attr_form_is_section_offset (attr))
11195         dwarf2_complex_location_expr_complaint ();
11196       else if (attr_form_is_block (attr))
11197         *offset = decode_locdesc (DW_BLOCK (attr), cu);
11198       else
11199         dwarf2_complex_location_expr_complaint ();
11200
11201       return 1;
11202     }
11203
11204   return 0;
11205 }
11206
11207 /* Add an aggregate field to the field list.  */
11208
11209 static void
11210 dwarf2_add_field (struct field_info *fip, struct die_info *die,
11211                   struct dwarf2_cu *cu)
11212 {
11213   struct objfile *objfile = cu->objfile;
11214   struct gdbarch *gdbarch = get_objfile_arch (objfile);
11215   struct nextfield *new_field;
11216   struct attribute *attr;
11217   struct field *fp;
11218   const char *fieldname = "";
11219
11220   /* Allocate a new field list entry and link it in.  */
11221   new_field = (struct nextfield *) xmalloc (sizeof (struct nextfield));
11222   make_cleanup (xfree, new_field);
11223   memset (new_field, 0, sizeof (struct nextfield));
11224
11225   if (die->tag == DW_TAG_inheritance)
11226     {
11227       new_field->next = fip->baseclasses;
11228       fip->baseclasses = new_field;
11229     }
11230   else
11231     {
11232       new_field->next = fip->fields;
11233       fip->fields = new_field;
11234     }
11235   fip->nfields++;
11236
11237   attr = dwarf2_attr (die, DW_AT_accessibility, cu);
11238   if (attr)
11239     new_field->accessibility = DW_UNSND (attr);
11240   else
11241     new_field->accessibility = dwarf2_default_access_attribute (die, cu);
11242   if (new_field->accessibility != DW_ACCESS_public)
11243     fip->non_public_fields = 1;
11244
11245   attr = dwarf2_attr (die, DW_AT_virtuality, cu);
11246   if (attr)
11247     new_field->virtuality = DW_UNSND (attr);
11248   else
11249     new_field->virtuality = DW_VIRTUALITY_none;
11250
11251   fp = &new_field->field;
11252
11253   if (die->tag == DW_TAG_member && ! die_is_declaration (die, cu))
11254     {
11255       LONGEST offset;
11256
11257       /* Data member other than a C++ static data member.  */
11258
11259       /* Get type of field.  */
11260       fp->type = die_type (die, cu);
11261
11262       SET_FIELD_BITPOS (*fp, 0);
11263
11264       /* Get bit size of field (zero if none).  */
11265       attr = dwarf2_attr (die, DW_AT_bit_size, cu);
11266       if (attr)
11267         {
11268           FIELD_BITSIZE (*fp) = DW_UNSND (attr);
11269         }
11270       else
11271         {
11272           FIELD_BITSIZE (*fp) = 0;
11273         }
11274
11275       /* Get bit offset of field.  */
11276       if (handle_data_member_location (die, cu, &offset))
11277         SET_FIELD_BITPOS (*fp, offset * bits_per_byte);
11278       attr = dwarf2_attr (die, DW_AT_bit_offset, cu);
11279       if (attr)
11280         {
11281           if (gdbarch_bits_big_endian (gdbarch))
11282             {
11283               /* For big endian bits, the DW_AT_bit_offset gives the
11284                  additional bit offset from the MSB of the containing
11285                  anonymous object to the MSB of the field.  We don't
11286                  have to do anything special since we don't need to
11287                  know the size of the anonymous object.  */
11288               SET_FIELD_BITPOS (*fp, FIELD_BITPOS (*fp) + DW_UNSND (attr));
11289             }
11290           else
11291             {
11292               /* For little endian bits, compute the bit offset to the
11293                  MSB of the anonymous object, subtract off the number of
11294                  bits from the MSB of the field to the MSB of the
11295                  object, and then subtract off the number of bits of
11296                  the field itself.  The result is the bit offset of
11297                  the LSB of the field.  */
11298               int anonymous_size;
11299               int bit_offset = DW_UNSND (attr);
11300
11301               attr = dwarf2_attr (die, DW_AT_byte_size, cu);
11302               if (attr)
11303                 {
11304                   /* The size of the anonymous object containing
11305                      the bit field is explicit, so use the
11306                      indicated size (in bytes).  */
11307                   anonymous_size = DW_UNSND (attr);
11308                 }
11309               else
11310                 {
11311                   /* The size of the anonymous object containing
11312                      the bit field must be inferred from the type
11313                      attribute of the data member containing the
11314                      bit field.  */
11315                   anonymous_size = TYPE_LENGTH (fp->type);
11316                 }
11317               SET_FIELD_BITPOS (*fp,
11318                                 (FIELD_BITPOS (*fp)
11319                                  + anonymous_size * bits_per_byte
11320                                  - bit_offset - FIELD_BITSIZE (*fp)));
11321             }
11322         }
11323
11324       /* Get name of field.  */
11325       fieldname = dwarf2_name (die, cu);
11326       if (fieldname == NULL)
11327         fieldname = "";
11328
11329       /* The name is already allocated along with this objfile, so we don't
11330          need to duplicate it for the type.  */
11331       fp->name = fieldname;
11332
11333       /* Change accessibility for artificial fields (e.g. virtual table
11334          pointer or virtual base class pointer) to private.  */
11335       if (dwarf2_attr (die, DW_AT_artificial, cu))
11336         {
11337           FIELD_ARTIFICIAL (*fp) = 1;
11338           new_field->accessibility = DW_ACCESS_private;
11339           fip->non_public_fields = 1;
11340         }
11341     }
11342   else if (die->tag == DW_TAG_member || die->tag == DW_TAG_variable)
11343     {
11344       /* C++ static member.  */
11345
11346       /* NOTE: carlton/2002-11-05: It should be a DW_TAG_member that
11347          is a declaration, but all versions of G++ as of this writing
11348          (so through at least 3.2.1) incorrectly generate
11349          DW_TAG_variable tags.  */
11350
11351       const char *physname;
11352
11353       /* Get name of field.  */
11354       fieldname = dwarf2_name (die, cu);
11355       if (fieldname == NULL)
11356         return;
11357
11358       attr = dwarf2_attr (die, DW_AT_const_value, cu);
11359       if (attr
11360           /* Only create a symbol if this is an external value.
11361              new_symbol checks this and puts the value in the global symbol
11362              table, which we want.  If it is not external, new_symbol
11363              will try to put the value in cu->list_in_scope which is wrong.  */
11364           && dwarf2_flag_true_p (die, DW_AT_external, cu))
11365         {
11366           /* A static const member, not much different than an enum as far as
11367              we're concerned, except that we can support more types.  */
11368           new_symbol (die, NULL, cu);
11369         }
11370
11371       /* Get physical name.  */
11372       physname = dwarf2_physname (fieldname, die, cu);
11373
11374       /* The name is already allocated along with this objfile, so we don't
11375          need to duplicate it for the type.  */
11376       SET_FIELD_PHYSNAME (*fp, physname ? physname : "");
11377       FIELD_TYPE (*fp) = die_type (die, cu);
11378       FIELD_NAME (*fp) = fieldname;
11379     }
11380   else if (die->tag == DW_TAG_inheritance)
11381     {
11382       LONGEST offset;
11383
11384       /* C++ base class field.  */
11385       if (handle_data_member_location (die, cu, &offset))
11386         SET_FIELD_BITPOS (*fp, offset * bits_per_byte);
11387       FIELD_BITSIZE (*fp) = 0;
11388       FIELD_TYPE (*fp) = die_type (die, cu);
11389       FIELD_NAME (*fp) = type_name_no_tag (fp->type);
11390       fip->nbaseclasses++;
11391     }
11392 }
11393
11394 /* Add a typedef defined in the scope of the FIP's class.  */
11395
11396 static void
11397 dwarf2_add_typedef (struct field_info *fip, struct die_info *die,
11398                     struct dwarf2_cu *cu)
11399 {
11400   struct objfile *objfile = cu->objfile;
11401   struct typedef_field_list *new_field;
11402   struct attribute *attr;
11403   struct typedef_field *fp;
11404   char *fieldname = "";
11405
11406   /* Allocate a new field list entry and link it in.  */
11407   new_field = xzalloc (sizeof (*new_field));
11408   make_cleanup (xfree, new_field);
11409
11410   gdb_assert (die->tag == DW_TAG_typedef);
11411
11412   fp = &new_field->field;
11413
11414   /* Get name of field.  */
11415   fp->name = dwarf2_name (die, cu);
11416   if (fp->name == NULL)
11417     return;
11418
11419   fp->type = read_type_die (die, cu);
11420
11421   new_field->next = fip->typedef_field_list;
11422   fip->typedef_field_list = new_field;
11423   fip->typedef_field_list_count++;
11424 }
11425
11426 /* Create the vector of fields, and attach it to the type.  */
11427
11428 static void
11429 dwarf2_attach_fields_to_type (struct field_info *fip, struct type *type,
11430                               struct dwarf2_cu *cu)
11431 {
11432   int nfields = fip->nfields;
11433
11434   /* Record the field count, allocate space for the array of fields,
11435      and create blank accessibility bitfields if necessary.  */
11436   TYPE_NFIELDS (type) = nfields;
11437   TYPE_FIELDS (type) = (struct field *)
11438     TYPE_ALLOC (type, sizeof (struct field) * nfields);
11439   memset (TYPE_FIELDS (type), 0, sizeof (struct field) * nfields);
11440
11441   if (fip->non_public_fields && cu->language != language_ada)
11442     {
11443       ALLOCATE_CPLUS_STRUCT_TYPE (type);
11444
11445       TYPE_FIELD_PRIVATE_BITS (type) =
11446         (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
11447       B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields);
11448
11449       TYPE_FIELD_PROTECTED_BITS (type) =
11450         (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
11451       B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields);
11452
11453       TYPE_FIELD_IGNORE_BITS (type) =
11454         (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
11455       B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields);
11456     }
11457
11458   /* If the type has baseclasses, allocate and clear a bit vector for
11459      TYPE_FIELD_VIRTUAL_BITS.  */
11460   if (fip->nbaseclasses && cu->language != language_ada)
11461     {
11462       int num_bytes = B_BYTES (fip->nbaseclasses);
11463       unsigned char *pointer;
11464
11465       ALLOCATE_CPLUS_STRUCT_TYPE (type);
11466       pointer = TYPE_ALLOC (type, num_bytes);
11467       TYPE_FIELD_VIRTUAL_BITS (type) = pointer;
11468       B_CLRALL (TYPE_FIELD_VIRTUAL_BITS (type), fip->nbaseclasses);
11469       TYPE_N_BASECLASSES (type) = fip->nbaseclasses;
11470     }
11471
11472   /* Copy the saved-up fields into the field vector.  Start from the head of
11473      the list, adding to the tail of the field array, so that they end up in
11474      the same order in the array in which they were added to the list.  */
11475   while (nfields-- > 0)
11476     {
11477       struct nextfield *fieldp;
11478
11479       if (fip->fields)
11480         {
11481           fieldp = fip->fields;
11482           fip->fields = fieldp->next;
11483         }
11484       else
11485         {
11486           fieldp = fip->baseclasses;
11487           fip->baseclasses = fieldp->next;
11488         }
11489
11490       TYPE_FIELD (type, nfields) = fieldp->field;
11491       switch (fieldp->accessibility)
11492         {
11493         case DW_ACCESS_private:
11494           if (cu->language != language_ada)
11495             SET_TYPE_FIELD_PRIVATE (type, nfields);
11496           break;
11497
11498         case DW_ACCESS_protected:
11499           if (cu->language != language_ada)
11500             SET_TYPE_FIELD_PROTECTED (type, nfields);
11501           break;
11502
11503         case DW_ACCESS_public:
11504           break;
11505
11506         default:
11507           /* Unknown accessibility.  Complain and treat it as public.  */
11508           {
11509             complaint (&symfile_complaints, _("unsupported accessibility %d"),
11510                        fieldp->accessibility);
11511           }
11512           break;
11513         }
11514       if (nfields < fip->nbaseclasses)
11515         {
11516           switch (fieldp->virtuality)
11517             {
11518             case DW_VIRTUALITY_virtual:
11519             case DW_VIRTUALITY_pure_virtual:
11520               if (cu->language == language_ada)
11521                 error (_("unexpected virtuality in component of Ada type"));
11522               SET_TYPE_FIELD_VIRTUAL (type, nfields);
11523               break;
11524             }
11525         }
11526     }
11527 }
11528
11529 /* Return true if this member function is a constructor, false
11530    otherwise.  */
11531
11532 static int
11533 dwarf2_is_constructor (struct die_info *die, struct dwarf2_cu *cu)
11534 {
11535   const char *fieldname;
11536   const char *typename;
11537   int len;
11538
11539   if (die->parent == NULL)
11540     return 0;
11541
11542   if (die->parent->tag != DW_TAG_structure_type
11543       && die->parent->tag != DW_TAG_union_type
11544       && die->parent->tag != DW_TAG_class_type)
11545     return 0;
11546
11547   fieldname = dwarf2_name (die, cu);
11548   typename = dwarf2_name (die->parent, cu);
11549   if (fieldname == NULL || typename == NULL)
11550     return 0;
11551
11552   len = strlen (fieldname);
11553   return (strncmp (fieldname, typename, len) == 0
11554           && (typename[len] == '\0' || typename[len] == '<'));
11555 }
11556
11557 /* Add a member function to the proper fieldlist.  */
11558
11559 static void
11560 dwarf2_add_member_fn (struct field_info *fip, struct die_info *die,
11561                       struct type *type, struct dwarf2_cu *cu)
11562 {
11563   struct objfile *objfile = cu->objfile;
11564   struct attribute *attr;
11565   struct fnfieldlist *flp;
11566   int i;
11567   struct fn_field *fnp;
11568   const char *fieldname;
11569   struct nextfnfield *new_fnfield;
11570   struct type *this_type;
11571   enum dwarf_access_attribute accessibility;
11572
11573   if (cu->language == language_ada)
11574     error (_("unexpected member function in Ada type"));
11575
11576   /* Get name of member function.  */
11577   fieldname = dwarf2_name (die, cu);
11578   if (fieldname == NULL)
11579     return;
11580
11581   /* Look up member function name in fieldlist.  */
11582   for (i = 0; i < fip->nfnfields; i++)
11583     {
11584       if (strcmp (fip->fnfieldlists[i].name, fieldname) == 0)
11585         break;
11586     }
11587
11588   /* Create new list element if necessary.  */
11589   if (i < fip->nfnfields)
11590     flp = &fip->fnfieldlists[i];
11591   else
11592     {
11593       if ((fip->nfnfields % DW_FIELD_ALLOC_CHUNK) == 0)
11594         {
11595           fip->fnfieldlists = (struct fnfieldlist *)
11596             xrealloc (fip->fnfieldlists,
11597                       (fip->nfnfields + DW_FIELD_ALLOC_CHUNK)
11598                       * sizeof (struct fnfieldlist));
11599           if (fip->nfnfields == 0)
11600             make_cleanup (free_current_contents, &fip->fnfieldlists);
11601         }
11602       flp = &fip->fnfieldlists[fip->nfnfields];
11603       flp->name = fieldname;
11604       flp->length = 0;
11605       flp->head = NULL;
11606       i = fip->nfnfields++;
11607     }
11608
11609   /* Create a new member function field and chain it to the field list
11610      entry.  */
11611   new_fnfield = (struct nextfnfield *) xmalloc (sizeof (struct nextfnfield));
11612   make_cleanup (xfree, new_fnfield);
11613   memset (new_fnfield, 0, sizeof (struct nextfnfield));
11614   new_fnfield->next = flp->head;
11615   flp->head = new_fnfield;
11616   flp->length++;
11617
11618   /* Fill in the member function field info.  */
11619   fnp = &new_fnfield->fnfield;
11620
11621   /* Delay processing of the physname until later.  */
11622   if (cu->language == language_cplus || cu->language == language_java)
11623     {
11624       add_to_method_list (type, i, flp->length - 1, fieldname,
11625                           die, cu);
11626     }
11627   else
11628     {
11629       const char *physname = dwarf2_physname (fieldname, die, cu);
11630       fnp->physname = physname ? physname : "";
11631     }
11632
11633   fnp->type = alloc_type (objfile);
11634   this_type = read_type_die (die, cu);
11635   if (this_type && TYPE_CODE (this_type) == TYPE_CODE_FUNC)
11636     {
11637       int nparams = TYPE_NFIELDS (this_type);
11638
11639       /* TYPE is the domain of this method, and THIS_TYPE is the type
11640            of the method itself (TYPE_CODE_METHOD).  */
11641       smash_to_method_type (fnp->type, type,
11642                             TYPE_TARGET_TYPE (this_type),
11643                             TYPE_FIELDS (this_type),
11644                             TYPE_NFIELDS (this_type),
11645                             TYPE_VARARGS (this_type));
11646
11647       /* Handle static member functions.
11648          Dwarf2 has no clean way to discern C++ static and non-static
11649          member functions.  G++ helps GDB by marking the first
11650          parameter for non-static member functions (which is the this
11651          pointer) as artificial.  We obtain this information from
11652          read_subroutine_type via TYPE_FIELD_ARTIFICIAL.  */
11653       if (nparams == 0 || TYPE_FIELD_ARTIFICIAL (this_type, 0) == 0)
11654         fnp->voffset = VOFFSET_STATIC;
11655     }
11656   else
11657     complaint (&symfile_complaints, _("member function type missing for '%s'"),
11658                dwarf2_full_name (fieldname, die, cu));
11659
11660   /* Get fcontext from DW_AT_containing_type if present.  */
11661   if (dwarf2_attr (die, DW_AT_containing_type, cu) != NULL)
11662     fnp->fcontext = die_containing_type (die, cu);
11663
11664   /* dwarf2 doesn't have stubbed physical names, so the setting of is_const and
11665      is_volatile is irrelevant, as it is needed by gdb_mangle_name only.  */
11666
11667   /* Get accessibility.  */
11668   attr = dwarf2_attr (die, DW_AT_accessibility, cu);
11669   if (attr)
11670     accessibility = DW_UNSND (attr);
11671   else
11672     accessibility = dwarf2_default_access_attribute (die, cu);
11673   switch (accessibility)
11674     {
11675     case DW_ACCESS_private:
11676       fnp->is_private = 1;
11677       break;
11678     case DW_ACCESS_protected:
11679       fnp->is_protected = 1;
11680       break;
11681     }
11682
11683   /* Check for artificial methods.  */
11684   attr = dwarf2_attr (die, DW_AT_artificial, cu);
11685   if (attr && DW_UNSND (attr) != 0)
11686     fnp->is_artificial = 1;
11687
11688   fnp->is_constructor = dwarf2_is_constructor (die, cu);
11689
11690   /* Get index in virtual function table if it is a virtual member
11691      function.  For older versions of GCC, this is an offset in the
11692      appropriate virtual table, as specified by DW_AT_containing_type.
11693      For everyone else, it is an expression to be evaluated relative
11694      to the object address.  */
11695
11696   attr = dwarf2_attr (die, DW_AT_vtable_elem_location, cu);
11697   if (attr)
11698     {
11699       if (attr_form_is_block (attr) && DW_BLOCK (attr)->size > 0)
11700         {
11701           if (DW_BLOCK (attr)->data[0] == DW_OP_constu)
11702             {
11703               /* Old-style GCC.  */
11704               fnp->voffset = decode_locdesc (DW_BLOCK (attr), cu) + 2;
11705             }
11706           else if (DW_BLOCK (attr)->data[0] == DW_OP_deref
11707                    || (DW_BLOCK (attr)->size > 1
11708                        && DW_BLOCK (attr)->data[0] == DW_OP_deref_size
11709                        && DW_BLOCK (attr)->data[1] == cu->header.addr_size))
11710             {
11711               struct dwarf_block blk;
11712               int offset;
11713
11714               offset = (DW_BLOCK (attr)->data[0] == DW_OP_deref
11715                         ? 1 : 2);
11716               blk.size = DW_BLOCK (attr)->size - offset;
11717               blk.data = DW_BLOCK (attr)->data + offset;
11718               fnp->voffset = decode_locdesc (DW_BLOCK (attr), cu);
11719               if ((fnp->voffset % cu->header.addr_size) != 0)
11720                 dwarf2_complex_location_expr_complaint ();
11721               else
11722                 fnp->voffset /= cu->header.addr_size;
11723               fnp->voffset += 2;
11724             }
11725           else
11726             dwarf2_complex_location_expr_complaint ();
11727
11728           if (!fnp->fcontext)
11729             fnp->fcontext = TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (this_type, 0));
11730         }
11731       else if (attr_form_is_section_offset (attr))
11732         {
11733           dwarf2_complex_location_expr_complaint ();
11734         }
11735       else
11736         {
11737           dwarf2_invalid_attrib_class_complaint ("DW_AT_vtable_elem_location",
11738                                                  fieldname);
11739         }
11740     }
11741   else
11742     {
11743       attr = dwarf2_attr (die, DW_AT_virtuality, cu);
11744       if (attr && DW_UNSND (attr))
11745         {
11746           /* GCC does this, as of 2008-08-25; PR debug/37237.  */
11747           complaint (&symfile_complaints,
11748                      _("Member function \"%s\" (offset %d) is virtual "
11749                        "but the vtable offset is not specified"),
11750                      fieldname, die->offset.sect_off);
11751           ALLOCATE_CPLUS_STRUCT_TYPE (type);
11752           TYPE_CPLUS_DYNAMIC (type) = 1;
11753         }
11754     }
11755 }
11756
11757 /* Create the vector of member function fields, and attach it to the type.  */
11758
11759 static void
11760 dwarf2_attach_fn_fields_to_type (struct field_info *fip, struct type *type,
11761                                  struct dwarf2_cu *cu)
11762 {
11763   struct fnfieldlist *flp;
11764   int i;
11765
11766   if (cu->language == language_ada)
11767     error (_("unexpected member functions in Ada type"));
11768
11769   ALLOCATE_CPLUS_STRUCT_TYPE (type);
11770   TYPE_FN_FIELDLISTS (type) = (struct fn_fieldlist *)
11771     TYPE_ALLOC (type, sizeof (struct fn_fieldlist) * fip->nfnfields);
11772
11773   for (i = 0, flp = fip->fnfieldlists; i < fip->nfnfields; i++, flp++)
11774     {
11775       struct nextfnfield *nfp = flp->head;
11776       struct fn_fieldlist *fn_flp = &TYPE_FN_FIELDLIST (type, i);
11777       int k;
11778
11779       TYPE_FN_FIELDLIST_NAME (type, i) = flp->name;
11780       TYPE_FN_FIELDLIST_LENGTH (type, i) = flp->length;
11781       fn_flp->fn_fields = (struct fn_field *)
11782         TYPE_ALLOC (type, sizeof (struct fn_field) * flp->length);
11783       for (k = flp->length; (k--, nfp); nfp = nfp->next)
11784         fn_flp->fn_fields[k] = nfp->fnfield;
11785     }
11786
11787   TYPE_NFN_FIELDS (type) = fip->nfnfields;
11788 }
11789
11790 /* Returns non-zero if NAME is the name of a vtable member in CU's
11791    language, zero otherwise.  */
11792 static int
11793 is_vtable_name (const char *name, struct dwarf2_cu *cu)
11794 {
11795   static const char vptr[] = "_vptr";
11796   static const char vtable[] = "vtable";
11797
11798   /* Look for the C++ and Java forms of the vtable.  */
11799   if ((cu->language == language_java
11800        && strncmp (name, vtable, sizeof (vtable) - 1) == 0)
11801        || (strncmp (name, vptr, sizeof (vptr) - 1) == 0
11802        && is_cplus_marker (name[sizeof (vptr) - 1])))
11803     return 1;
11804
11805   return 0;
11806 }
11807
11808 /* GCC outputs unnamed structures that are really pointers to member
11809    functions, with the ABI-specified layout.  If TYPE describes
11810    such a structure, smash it into a member function type.
11811
11812    GCC shouldn't do this; it should just output pointer to member DIEs.
11813    This is GCC PR debug/28767.  */
11814
11815 static void
11816 quirk_gcc_member_function_pointer (struct type *type, struct objfile *objfile)
11817 {
11818   struct type *pfn_type, *domain_type, *new_type;
11819
11820   /* Check for a structure with no name and two children.  */
11821   if (TYPE_CODE (type) != TYPE_CODE_STRUCT || TYPE_NFIELDS (type) != 2)
11822     return;
11823
11824   /* Check for __pfn and __delta members.  */
11825   if (TYPE_FIELD_NAME (type, 0) == NULL
11826       || strcmp (TYPE_FIELD_NAME (type, 0), "__pfn") != 0
11827       || TYPE_FIELD_NAME (type, 1) == NULL
11828       || strcmp (TYPE_FIELD_NAME (type, 1), "__delta") != 0)
11829     return;
11830
11831   /* Find the type of the method.  */
11832   pfn_type = TYPE_FIELD_TYPE (type, 0);
11833   if (pfn_type == NULL
11834       || TYPE_CODE (pfn_type) != TYPE_CODE_PTR
11835       || TYPE_CODE (TYPE_TARGET_TYPE (pfn_type)) != TYPE_CODE_FUNC)
11836     return;
11837
11838   /* Look for the "this" argument.  */
11839   pfn_type = TYPE_TARGET_TYPE (pfn_type);
11840   if (TYPE_NFIELDS (pfn_type) == 0
11841       /* || TYPE_FIELD_TYPE (pfn_type, 0) == NULL */
11842       || TYPE_CODE (TYPE_FIELD_TYPE (pfn_type, 0)) != TYPE_CODE_PTR)
11843     return;
11844
11845   domain_type = TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (pfn_type, 0));
11846   new_type = alloc_type (objfile);
11847   smash_to_method_type (new_type, domain_type, TYPE_TARGET_TYPE (pfn_type),
11848                         TYPE_FIELDS (pfn_type), TYPE_NFIELDS (pfn_type),
11849                         TYPE_VARARGS (pfn_type));
11850   smash_to_methodptr_type (type, new_type);
11851 }
11852
11853 /* Return non-zero if the CU's PRODUCER string matches the Intel C/C++ compiler
11854    (icc).  */
11855
11856 static int
11857 producer_is_icc (struct dwarf2_cu *cu)
11858 {
11859   if (!cu->checked_producer)
11860     check_producer (cu);
11861
11862   return cu->producer_is_icc;
11863 }
11864
11865 /* Called when we find the DIE that starts a structure or union scope
11866    (definition) to create a type for the structure or union.  Fill in
11867    the type's name and general properties; the members will not be
11868    processed until process_structure_scope.
11869
11870    NOTE: we need to call these functions regardless of whether or not the
11871    DIE has a DW_AT_name attribute, since it might be an anonymous
11872    structure or union.  This gets the type entered into our set of
11873    user defined types.
11874
11875    However, if the structure is incomplete (an opaque struct/union)
11876    then suppress creating a symbol table entry for it since gdb only
11877    wants to find the one with the complete definition.  Note that if
11878    it is complete, we just call new_symbol, which does it's own
11879    checking about whether the struct/union is anonymous or not (and
11880    suppresses creating a symbol table entry itself).  */
11881
11882 static struct type *
11883 read_structure_type (struct die_info *die, struct dwarf2_cu *cu)
11884 {
11885   struct objfile *objfile = cu->objfile;
11886   struct type *type;
11887   struct attribute *attr;
11888   const char *name;
11889
11890   /* If the definition of this type lives in .debug_types, read that type.
11891      Don't follow DW_AT_specification though, that will take us back up
11892      the chain and we want to go down.  */
11893   attr = dwarf2_attr_no_follow (die, DW_AT_signature);
11894   if (attr)
11895     {
11896       type = get_DW_AT_signature_type (die, attr, cu);
11897
11898       /* The type's CU may not be the same as CU.
11899          Ensure TYPE is recorded with CU in die_type_hash.  */
11900       return set_die_type (die, type, cu);
11901     }
11902
11903   type = alloc_type (objfile);
11904   INIT_CPLUS_SPECIFIC (type);
11905
11906   name = dwarf2_name (die, cu);
11907   if (name != NULL)
11908     {
11909       if (cu->language == language_cplus
11910           || cu->language == language_java)
11911         {
11912           const char *full_name = dwarf2_full_name (name, die, cu);
11913
11914           /* dwarf2_full_name might have already finished building the DIE's
11915              type.  If so, there is no need to continue.  */
11916           if (get_die_type (die, cu) != NULL)
11917             return get_die_type (die, cu);
11918
11919           TYPE_TAG_NAME (type) = full_name;
11920           if (die->tag == DW_TAG_structure_type
11921               || die->tag == DW_TAG_class_type)
11922             TYPE_NAME (type) = TYPE_TAG_NAME (type);
11923         }
11924       else
11925         {
11926           /* The name is already allocated along with this objfile, so
11927              we don't need to duplicate it for the type.  */
11928           TYPE_TAG_NAME (type) = name;
11929           if (die->tag == DW_TAG_class_type)
11930             TYPE_NAME (type) = TYPE_TAG_NAME (type);
11931         }
11932     }
11933
11934   if (die->tag == DW_TAG_structure_type)
11935     {
11936       TYPE_CODE (type) = TYPE_CODE_STRUCT;
11937     }
11938   else if (die->tag == DW_TAG_union_type)
11939     {
11940       TYPE_CODE (type) = TYPE_CODE_UNION;
11941     }
11942   else
11943     {
11944       TYPE_CODE (type) = TYPE_CODE_CLASS;
11945     }
11946
11947   if (cu->language == language_cplus && die->tag == DW_TAG_class_type)
11948     TYPE_DECLARED_CLASS (type) = 1;
11949
11950   attr = dwarf2_attr (die, DW_AT_byte_size, cu);
11951   if (attr)
11952     {
11953       TYPE_LENGTH (type) = DW_UNSND (attr);
11954     }
11955   else
11956     {
11957       TYPE_LENGTH (type) = 0;
11958     }
11959
11960   if (producer_is_icc (cu))
11961     {
11962       /* ICC does not output the required DW_AT_declaration
11963          on incomplete types, but gives them a size of zero.  */
11964     }
11965   else
11966     TYPE_STUB_SUPPORTED (type) = 1;
11967
11968   if (die_is_declaration (die, cu))
11969     TYPE_STUB (type) = 1;
11970   else if (attr == NULL && die->child == NULL
11971            && producer_is_realview (cu->producer))
11972     /* RealView does not output the required DW_AT_declaration
11973        on incomplete types.  */
11974     TYPE_STUB (type) = 1;
11975
11976   /* We need to add the type field to the die immediately so we don't
11977      infinitely recurse when dealing with pointers to the structure
11978      type within the structure itself.  */
11979   set_die_type (die, type, cu);
11980
11981   /* set_die_type should be already done.  */
11982   set_descriptive_type (type, die, cu);
11983
11984   return type;
11985 }
11986
11987 /* Finish creating a structure or union type, including filling in
11988    its members and creating a symbol for it.  */
11989
11990 static void
11991 process_structure_scope (struct die_info *die, struct dwarf2_cu *cu)
11992 {
11993   struct objfile *objfile = cu->objfile;
11994   struct die_info *child_die = die->child;
11995   struct type *type;
11996
11997   type = get_die_type (die, cu);
11998   if (type == NULL)
11999     type = read_structure_type (die, cu);
12000
12001   if (die->child != NULL && ! die_is_declaration (die, cu))
12002     {
12003       struct field_info fi;
12004       struct die_info *child_die;
12005       VEC (symbolp) *template_args = NULL;
12006       struct cleanup *back_to = make_cleanup (null_cleanup, 0);
12007
12008       memset (&fi, 0, sizeof (struct field_info));
12009
12010       child_die = die->child;
12011
12012       while (child_die && child_die->tag)
12013         {
12014           if (child_die->tag == DW_TAG_member
12015               || child_die->tag == DW_TAG_variable)
12016             {
12017               /* NOTE: carlton/2002-11-05: A C++ static data member
12018                  should be a DW_TAG_member that is a declaration, but
12019                  all versions of G++ as of this writing (so through at
12020                  least 3.2.1) incorrectly generate DW_TAG_variable
12021                  tags for them instead.  */
12022               dwarf2_add_field (&fi, child_die, cu);
12023             }
12024           else if (child_die->tag == DW_TAG_subprogram)
12025             {
12026               /* C++ member function.  */
12027               dwarf2_add_member_fn (&fi, child_die, type, cu);
12028             }
12029           else if (child_die->tag == DW_TAG_inheritance)
12030             {
12031               /* C++ base class field.  */
12032               dwarf2_add_field (&fi, child_die, cu);
12033             }
12034           else if (child_die->tag == DW_TAG_typedef)
12035             dwarf2_add_typedef (&fi, child_die, cu);
12036           else if (child_die->tag == DW_TAG_template_type_param
12037                    || child_die->tag == DW_TAG_template_value_param)
12038             {
12039               struct symbol *arg = new_symbol (child_die, NULL, cu);
12040
12041               if (arg != NULL)
12042                 VEC_safe_push (symbolp, template_args, arg);
12043             }
12044
12045           child_die = sibling_die (child_die);
12046         }
12047
12048       /* Attach template arguments to type.  */
12049       if (! VEC_empty (symbolp, template_args))
12050         {
12051           ALLOCATE_CPLUS_STRUCT_TYPE (type);
12052           TYPE_N_TEMPLATE_ARGUMENTS (type)
12053             = VEC_length (symbolp, template_args);
12054           TYPE_TEMPLATE_ARGUMENTS (type)
12055             = obstack_alloc (&objfile->objfile_obstack,
12056                              (TYPE_N_TEMPLATE_ARGUMENTS (type)
12057                               * sizeof (struct symbol *)));
12058           memcpy (TYPE_TEMPLATE_ARGUMENTS (type),
12059                   VEC_address (symbolp, template_args),
12060                   (TYPE_N_TEMPLATE_ARGUMENTS (type)
12061                    * sizeof (struct symbol *)));
12062           VEC_free (symbolp, template_args);
12063         }
12064
12065       /* Attach fields and member functions to the type.  */
12066       if (fi.nfields)
12067         dwarf2_attach_fields_to_type (&fi, type, cu);
12068       if (fi.nfnfields)
12069         {
12070           dwarf2_attach_fn_fields_to_type (&fi, type, cu);
12071
12072           /* Get the type which refers to the base class (possibly this
12073              class itself) which contains the vtable pointer for the current
12074              class from the DW_AT_containing_type attribute.  This use of
12075              DW_AT_containing_type is a GNU extension.  */
12076
12077           if (dwarf2_attr (die, DW_AT_containing_type, cu) != NULL)
12078             {
12079               struct type *t = die_containing_type (die, cu);
12080
12081               TYPE_VPTR_BASETYPE (type) = t;
12082               if (type == t)
12083                 {
12084                   int i;
12085
12086                   /* Our own class provides vtbl ptr.  */
12087                   for (i = TYPE_NFIELDS (t) - 1;
12088                        i >= TYPE_N_BASECLASSES (t);
12089                        --i)
12090                     {
12091                       const char *fieldname = TYPE_FIELD_NAME (t, i);
12092
12093                       if (is_vtable_name (fieldname, cu))
12094                         {
12095                           TYPE_VPTR_FIELDNO (type) = i;
12096                           break;
12097                         }
12098                     }
12099
12100                   /* Complain if virtual function table field not found.  */
12101                   if (i < TYPE_N_BASECLASSES (t))
12102                     complaint (&symfile_complaints,
12103                                _("virtual function table pointer "
12104                                  "not found when defining class '%s'"),
12105                                TYPE_TAG_NAME (type) ? TYPE_TAG_NAME (type) :
12106                                "");
12107                 }
12108               else
12109                 {
12110                   TYPE_VPTR_FIELDNO (type) = TYPE_VPTR_FIELDNO (t);
12111                 }
12112             }
12113           else if (cu->producer
12114                    && strncmp (cu->producer,
12115                                "IBM(R) XL C/C++ Advanced Edition", 32) == 0)
12116             {
12117               /* The IBM XLC compiler does not provide direct indication
12118                  of the containing type, but the vtable pointer is
12119                  always named __vfp.  */
12120
12121               int i;
12122
12123               for (i = TYPE_NFIELDS (type) - 1;
12124                    i >= TYPE_N_BASECLASSES (type);
12125                    --i)
12126                 {
12127                   if (strcmp (TYPE_FIELD_NAME (type, i), "__vfp") == 0)
12128                     {
12129                       TYPE_VPTR_FIELDNO (type) = i;
12130                       TYPE_VPTR_BASETYPE (type) = type;
12131                       break;
12132                     }
12133                 }
12134             }
12135         }
12136
12137       /* Copy fi.typedef_field_list linked list elements content into the
12138          allocated array TYPE_TYPEDEF_FIELD_ARRAY (type).  */
12139       if (fi.typedef_field_list)
12140         {
12141           int i = fi.typedef_field_list_count;
12142
12143           ALLOCATE_CPLUS_STRUCT_TYPE (type);
12144           TYPE_TYPEDEF_FIELD_ARRAY (type)
12145             = TYPE_ALLOC (type, sizeof (TYPE_TYPEDEF_FIELD (type, 0)) * i);
12146           TYPE_TYPEDEF_FIELD_COUNT (type) = i;
12147
12148           /* Reverse the list order to keep the debug info elements order.  */
12149           while (--i >= 0)
12150             {
12151               struct typedef_field *dest, *src;
12152
12153               dest = &TYPE_TYPEDEF_FIELD (type, i);
12154               src = &fi.typedef_field_list->field;
12155               fi.typedef_field_list = fi.typedef_field_list->next;
12156               *dest = *src;
12157             }
12158         }
12159
12160       do_cleanups (back_to);
12161
12162       if (HAVE_CPLUS_STRUCT (type))
12163         TYPE_CPLUS_REALLY_JAVA (type) = cu->language == language_java;
12164     }
12165
12166   quirk_gcc_member_function_pointer (type, objfile);
12167
12168   /* NOTE: carlton/2004-03-16: GCC 3.4 (or at least one of its
12169      snapshots) has been known to create a die giving a declaration
12170      for a class that has, as a child, a die giving a definition for a
12171      nested class.  So we have to process our children even if the
12172      current die is a declaration.  Normally, of course, a declaration
12173      won't have any children at all.  */
12174
12175   while (child_die != NULL && child_die->tag)
12176     {
12177       if (child_die->tag == DW_TAG_member
12178           || child_die->tag == DW_TAG_variable
12179           || child_die->tag == DW_TAG_inheritance
12180           || child_die->tag == DW_TAG_template_value_param
12181           || child_die->tag == DW_TAG_template_type_param)
12182         {
12183           /* Do nothing.  */
12184         }
12185       else
12186         process_die (child_die, cu);
12187
12188       child_die = sibling_die (child_die);
12189     }
12190
12191   /* Do not consider external references.  According to the DWARF standard,
12192      these DIEs are identified by the fact that they have no byte_size
12193      attribute, and a declaration attribute.  */
12194   if (dwarf2_attr (die, DW_AT_byte_size, cu) != NULL
12195       || !die_is_declaration (die, cu))
12196     new_symbol (die, type, cu);
12197 }
12198
12199 /* Given a DW_AT_enumeration_type die, set its type.  We do not
12200    complete the type's fields yet, or create any symbols.  */
12201
12202 static struct type *
12203 read_enumeration_type (struct die_info *die, struct dwarf2_cu *cu)
12204 {
12205   struct objfile *objfile = cu->objfile;
12206   struct type *type;
12207   struct attribute *attr;
12208   const char *name;
12209
12210   /* If the definition of this type lives in .debug_types, read that type.
12211      Don't follow DW_AT_specification though, that will take us back up
12212      the chain and we want to go down.  */
12213   attr = dwarf2_attr_no_follow (die, DW_AT_signature);
12214   if (attr)
12215     {
12216       type = get_DW_AT_signature_type (die, attr, cu);
12217
12218       /* The type's CU may not be the same as CU.
12219          Ensure TYPE is recorded with CU in die_type_hash.  */
12220       return set_die_type (die, type, cu);
12221     }
12222
12223   type = alloc_type (objfile);
12224
12225   TYPE_CODE (type) = TYPE_CODE_ENUM;
12226   name = dwarf2_full_name (NULL, die, cu);
12227   if (name != NULL)
12228     TYPE_TAG_NAME (type) = name;
12229
12230   attr = dwarf2_attr (die, DW_AT_byte_size, cu);
12231   if (attr)
12232     {
12233       TYPE_LENGTH (type) = DW_UNSND (attr);
12234     }
12235   else
12236     {
12237       TYPE_LENGTH (type) = 0;
12238     }
12239
12240   /* The enumeration DIE can be incomplete.  In Ada, any type can be
12241      declared as private in the package spec, and then defined only
12242      inside the package body.  Such types are known as Taft Amendment
12243      Types.  When another package uses such a type, an incomplete DIE
12244      may be generated by the compiler.  */
12245   if (die_is_declaration (die, cu))
12246     TYPE_STUB (type) = 1;
12247
12248   return set_die_type (die, type, cu);
12249 }
12250
12251 /* Given a pointer to a die which begins an enumeration, process all
12252    the dies that define the members of the enumeration, and create the
12253    symbol for the enumeration type.
12254
12255    NOTE: We reverse the order of the element list.  */
12256
12257 static void
12258 process_enumeration_scope (struct die_info *die, struct dwarf2_cu *cu)
12259 {
12260   struct type *this_type;
12261
12262   this_type = get_die_type (die, cu);
12263   if (this_type == NULL)
12264     this_type = read_enumeration_type (die, cu);
12265
12266   if (die->child != NULL)
12267     {
12268       struct die_info *child_die;
12269       struct symbol *sym;
12270       struct field *fields = NULL;
12271       int num_fields = 0;
12272       int unsigned_enum = 1;
12273       const char *name;
12274       int flag_enum = 1;
12275       ULONGEST mask = 0;
12276
12277       child_die = die->child;
12278       while (child_die && child_die->tag)
12279         {
12280           if (child_die->tag != DW_TAG_enumerator)
12281             {
12282               process_die (child_die, cu);
12283             }
12284           else
12285             {
12286               name = dwarf2_name (child_die, cu);
12287               if (name)
12288                 {
12289                   sym = new_symbol (child_die, this_type, cu);
12290                   if (SYMBOL_VALUE (sym) < 0)
12291                     {
12292                       unsigned_enum = 0;
12293                       flag_enum = 0;
12294                     }
12295                   else if ((mask & SYMBOL_VALUE (sym)) != 0)
12296                     flag_enum = 0;
12297                   else
12298                     mask |= SYMBOL_VALUE (sym);
12299
12300                   if ((num_fields % DW_FIELD_ALLOC_CHUNK) == 0)
12301                     {
12302                       fields = (struct field *)
12303                         xrealloc (fields,
12304                                   (num_fields + DW_FIELD_ALLOC_CHUNK)
12305                                   * sizeof (struct field));
12306                     }
12307
12308                   FIELD_NAME (fields[num_fields]) = SYMBOL_LINKAGE_NAME (sym);
12309                   FIELD_TYPE (fields[num_fields]) = NULL;
12310                   SET_FIELD_ENUMVAL (fields[num_fields], SYMBOL_VALUE (sym));
12311                   FIELD_BITSIZE (fields[num_fields]) = 0;
12312
12313                   num_fields++;
12314                 }
12315             }
12316
12317           child_die = sibling_die (child_die);
12318         }
12319
12320       if (num_fields)
12321         {
12322           TYPE_NFIELDS (this_type) = num_fields;
12323           TYPE_FIELDS (this_type) = (struct field *)
12324             TYPE_ALLOC (this_type, sizeof (struct field) * num_fields);
12325           memcpy (TYPE_FIELDS (this_type), fields,
12326                   sizeof (struct field) * num_fields);
12327           xfree (fields);
12328         }
12329       if (unsigned_enum)
12330         TYPE_UNSIGNED (this_type) = 1;
12331       if (flag_enum)
12332         TYPE_FLAG_ENUM (this_type) = 1;
12333     }
12334
12335   /* If we are reading an enum from a .debug_types unit, and the enum
12336      is a declaration, and the enum is not the signatured type in the
12337      unit, then we do not want to add a symbol for it.  Adding a
12338      symbol would in some cases obscure the true definition of the
12339      enum, giving users an incomplete type when the definition is
12340      actually available.  Note that we do not want to do this for all
12341      enums which are just declarations, because C++0x allows forward
12342      enum declarations.  */
12343   if (cu->per_cu->is_debug_types
12344       && die_is_declaration (die, cu))
12345     {
12346       struct signatured_type *sig_type;
12347
12348       sig_type = (struct signatured_type *) cu->per_cu;
12349       gdb_assert (sig_type->type_offset_in_section.sect_off != 0);
12350       if (sig_type->type_offset_in_section.sect_off != die->offset.sect_off)
12351         return;
12352     }
12353
12354   new_symbol (die, this_type, cu);
12355 }
12356
12357 /* Extract all information from a DW_TAG_array_type DIE and put it in
12358    the DIE's type field.  For now, this only handles one dimensional
12359    arrays.  */
12360
12361 static struct type *
12362 read_array_type (struct die_info *die, struct dwarf2_cu *cu)
12363 {
12364   struct objfile *objfile = cu->objfile;
12365   struct die_info *child_die;
12366   struct type *type;
12367   struct type *element_type, *range_type, *index_type;
12368   struct type **range_types = NULL;
12369   struct attribute *attr;
12370   int ndim = 0;
12371   struct cleanup *back_to;
12372   const char *name;
12373
12374   element_type = die_type (die, cu);
12375
12376   /* The die_type call above may have already set the type for this DIE.  */
12377   type = get_die_type (die, cu);
12378   if (type)
12379     return type;
12380
12381   /* Irix 6.2 native cc creates array types without children for
12382      arrays with unspecified length.  */
12383   if (die->child == NULL)
12384     {
12385       index_type = objfile_type (objfile)->builtin_int;
12386       range_type = create_range_type (NULL, index_type, 0, -1);
12387       type = create_array_type (NULL, element_type, range_type);
12388       return set_die_type (die, type, cu);
12389     }
12390
12391   back_to = make_cleanup (null_cleanup, NULL);
12392   child_die = die->child;
12393   while (child_die && child_die->tag)
12394     {
12395       if (child_die->tag == DW_TAG_subrange_type)
12396         {
12397           struct type *child_type = read_type_die (child_die, cu);
12398
12399           if (child_type != NULL)
12400             {
12401               /* The range type was succesfully read.  Save it for the
12402                  array type creation.  */
12403               if ((ndim % DW_FIELD_ALLOC_CHUNK) == 0)
12404                 {
12405                   range_types = (struct type **)
12406                     xrealloc (range_types, (ndim + DW_FIELD_ALLOC_CHUNK)
12407                               * sizeof (struct type *));
12408                   if (ndim == 0)
12409                     make_cleanup (free_current_contents, &range_types);
12410                 }
12411               range_types[ndim++] = child_type;
12412             }
12413         }
12414       child_die = sibling_die (child_die);
12415     }
12416
12417   /* Dwarf2 dimensions are output from left to right, create the
12418      necessary array types in backwards order.  */
12419
12420   type = element_type;
12421
12422   if (read_array_order (die, cu) == DW_ORD_col_major)
12423     {
12424       int i = 0;
12425
12426       while (i < ndim)
12427         type = create_array_type (NULL, type, range_types[i++]);
12428     }
12429   else
12430     {
12431       while (ndim-- > 0)
12432         type = create_array_type (NULL, type, range_types[ndim]);
12433     }
12434
12435   /* Understand Dwarf2 support for vector types (like they occur on
12436      the PowerPC w/ AltiVec).  Gcc just adds another attribute to the
12437      array type.  This is not part of the Dwarf2/3 standard yet, but a
12438      custom vendor extension.  The main difference between a regular
12439      array and the vector variant is that vectors are passed by value
12440      to functions.  */
12441   attr = dwarf2_attr (die, DW_AT_GNU_vector, cu);
12442   if (attr)
12443     make_vector_type (type);
12444
12445   /* The DIE may have DW_AT_byte_size set.  For example an OpenCL
12446      implementation may choose to implement triple vectors using this
12447      attribute.  */
12448   attr = dwarf2_attr (die, DW_AT_byte_size, cu);
12449   if (attr)
12450     {
12451       if (DW_UNSND (attr) >= TYPE_LENGTH (type))
12452         TYPE_LENGTH (type) = DW_UNSND (attr);
12453       else
12454         complaint (&symfile_complaints,
12455                    _("DW_AT_byte_size for array type smaller "
12456                      "than the total size of elements"));
12457     }
12458
12459   name = dwarf2_name (die, cu);
12460   if (name)
12461     TYPE_NAME (type) = name;
12462
12463   /* Install the type in the die.  */
12464   set_die_type (die, type, cu);
12465
12466   /* set_die_type should be already done.  */
12467   set_descriptive_type (type, die, cu);
12468
12469   do_cleanups (back_to);
12470
12471   return type;
12472 }
12473
12474 static enum dwarf_array_dim_ordering
12475 read_array_order (struct die_info *die, struct dwarf2_cu *cu)
12476 {
12477   struct attribute *attr;
12478
12479   attr = dwarf2_attr (die, DW_AT_ordering, cu);
12480
12481   if (attr) return DW_SND (attr);
12482
12483   /* GNU F77 is a special case, as at 08/2004 array type info is the
12484      opposite order to the dwarf2 specification, but data is still
12485      laid out as per normal fortran.
12486
12487      FIXME: dsl/2004-8-20: If G77 is ever fixed, this will also need
12488      version checking.  */
12489
12490   if (cu->language == language_fortran
12491       && cu->producer && strstr (cu->producer, "GNU F77"))
12492     {
12493       return DW_ORD_row_major;
12494     }
12495
12496   switch (cu->language_defn->la_array_ordering)
12497     {
12498     case array_column_major:
12499       return DW_ORD_col_major;
12500     case array_row_major:
12501     default:
12502       return DW_ORD_row_major;
12503     };
12504 }
12505
12506 /* Extract all information from a DW_TAG_set_type DIE and put it in
12507    the DIE's type field.  */
12508
12509 static struct type *
12510 read_set_type (struct die_info *die, struct dwarf2_cu *cu)
12511 {
12512   struct type *domain_type, *set_type;
12513   struct attribute *attr;
12514
12515   domain_type = die_type (die, cu);
12516
12517   /* The die_type call above may have already set the type for this DIE.  */
12518   set_type = get_die_type (die, cu);
12519   if (set_type)
12520     return set_type;
12521
12522   set_type = create_set_type (NULL, domain_type);
12523
12524   attr = dwarf2_attr (die, DW_AT_byte_size, cu);
12525   if (attr)
12526     TYPE_LENGTH (set_type) = DW_UNSND (attr);
12527
12528   return set_die_type (die, set_type, cu);
12529 }
12530
12531 /* A helper for read_common_block that creates a locexpr baton.
12532    SYM is the symbol which we are marking as computed.
12533    COMMON_DIE is the DIE for the common block.
12534    COMMON_LOC is the location expression attribute for the common
12535    block itself.
12536    MEMBER_LOC is the location expression attribute for the particular
12537    member of the common block that we are processing.
12538    CU is the CU from which the above come.  */
12539
12540 static void
12541 mark_common_block_symbol_computed (struct symbol *sym,
12542                                    struct die_info *common_die,
12543                                    struct attribute *common_loc,
12544                                    struct attribute *member_loc,
12545                                    struct dwarf2_cu *cu)
12546 {
12547   struct objfile *objfile = dwarf2_per_objfile->objfile;
12548   struct dwarf2_locexpr_baton *baton;
12549   gdb_byte *ptr;
12550   unsigned int cu_off;
12551   enum bfd_endian byte_order = gdbarch_byte_order (get_objfile_arch (objfile));
12552   LONGEST offset = 0;
12553
12554   gdb_assert (common_loc && member_loc);
12555   gdb_assert (attr_form_is_block (common_loc));
12556   gdb_assert (attr_form_is_block (member_loc)
12557               || attr_form_is_constant (member_loc));
12558
12559   baton = obstack_alloc (&objfile->objfile_obstack,
12560                          sizeof (struct dwarf2_locexpr_baton));
12561   baton->per_cu = cu->per_cu;
12562   gdb_assert (baton->per_cu);
12563
12564   baton->size = 5 /* DW_OP_call4 */ + 1 /* DW_OP_plus */;
12565
12566   if (attr_form_is_constant (member_loc))
12567     {
12568       offset = dwarf2_get_attr_constant_value (member_loc, 0);
12569       baton->size += 1 /* DW_OP_addr */ + cu->header.addr_size;
12570     }
12571   else
12572     baton->size += DW_BLOCK (member_loc)->size;
12573
12574   ptr = obstack_alloc (&objfile->objfile_obstack, baton->size);
12575   baton->data = ptr;
12576
12577   *ptr++ = DW_OP_call4;
12578   cu_off = common_die->offset.sect_off - cu->per_cu->offset.sect_off;
12579   store_unsigned_integer (ptr, 4, byte_order, cu_off);
12580   ptr += 4;
12581
12582   if (attr_form_is_constant (member_loc))
12583     {
12584       *ptr++ = DW_OP_addr;
12585       store_unsigned_integer (ptr, cu->header.addr_size, byte_order, offset);
12586       ptr += cu->header.addr_size;
12587     }
12588   else
12589     {
12590       /* We have to copy the data here, because DW_OP_call4 will only
12591          use a DW_AT_location attribute.  */
12592       memcpy (ptr, DW_BLOCK (member_loc)->data, DW_BLOCK (member_loc)->size);
12593       ptr += DW_BLOCK (member_loc)->size;
12594     }
12595
12596   *ptr++ = DW_OP_plus;
12597   gdb_assert (ptr - baton->data == baton->size);
12598
12599   SYMBOL_LOCATION_BATON (sym) = baton;
12600   SYMBOL_ACLASS_INDEX (sym) = dwarf2_locexpr_index;
12601 }
12602
12603 /* Create appropriate locally-scoped variables for all the
12604    DW_TAG_common_block entries.  Also create a struct common_block
12605    listing all such variables for `info common'.  COMMON_BLOCK_DOMAIN
12606    is used to sepate the common blocks name namespace from regular
12607    variable names.  */
12608
12609 static void
12610 read_common_block (struct die_info *die, struct dwarf2_cu *cu)
12611 {
12612   struct attribute *attr;
12613
12614   attr = dwarf2_attr (die, DW_AT_location, cu);
12615   if (attr)
12616     {
12617       /* Support the .debug_loc offsets.  */
12618       if (attr_form_is_block (attr))
12619         {
12620           /* Ok.  */
12621         }
12622       else if (attr_form_is_section_offset (attr))
12623         {
12624           dwarf2_complex_location_expr_complaint ();
12625           attr = NULL;
12626         }
12627       else
12628         {
12629           dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
12630                                                  "common block member");
12631           attr = NULL;
12632         }
12633     }
12634
12635   if (die->child != NULL)
12636     {
12637       struct objfile *objfile = cu->objfile;
12638       struct die_info *child_die;
12639       size_t n_entries = 0, size;
12640       struct common_block *common_block;
12641       struct symbol *sym;
12642
12643       for (child_die = die->child;
12644            child_die && child_die->tag;
12645            child_die = sibling_die (child_die))
12646         ++n_entries;
12647
12648       size = (sizeof (struct common_block)
12649               + (n_entries - 1) * sizeof (struct symbol *));
12650       common_block = obstack_alloc (&objfile->objfile_obstack, size);
12651       memset (common_block->contents, 0, n_entries * sizeof (struct symbol *));
12652       common_block->n_entries = 0;
12653
12654       for (child_die = die->child;
12655            child_die && child_die->tag;
12656            child_die = sibling_die (child_die))
12657         {
12658           /* Create the symbol in the DW_TAG_common_block block in the current
12659              symbol scope.  */
12660           sym = new_symbol (child_die, NULL, cu);
12661           if (sym != NULL)
12662             {
12663               struct attribute *member_loc;
12664
12665               common_block->contents[common_block->n_entries++] = sym;
12666
12667               member_loc = dwarf2_attr (child_die, DW_AT_data_member_location,
12668                                         cu);
12669               if (member_loc)
12670                 {
12671                   /* GDB has handled this for a long time, but it is
12672                      not specified by DWARF.  It seems to have been
12673                      emitted by gfortran at least as recently as:
12674                      http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23057.  */
12675                   complaint (&symfile_complaints,
12676                              _("Variable in common block has "
12677                                "DW_AT_data_member_location "
12678                                "- DIE at 0x%x [in module %s]"),
12679                              child_die->offset.sect_off,
12680                              objfile_name (cu->objfile));
12681
12682                   if (attr_form_is_section_offset (member_loc))
12683                     dwarf2_complex_location_expr_complaint ();
12684                   else if (attr_form_is_constant (member_loc)
12685                            || attr_form_is_block (member_loc))
12686                     {
12687                       if (attr)
12688                         mark_common_block_symbol_computed (sym, die, attr,
12689                                                            member_loc, cu);
12690                     }
12691                   else
12692                     dwarf2_complex_location_expr_complaint ();
12693                 }
12694             }
12695         }
12696
12697       sym = new_symbol (die, objfile_type (objfile)->builtin_void, cu);
12698       SYMBOL_VALUE_COMMON_BLOCK (sym) = common_block;
12699     }
12700 }
12701
12702 /* Create a type for a C++ namespace.  */
12703
12704 static struct type *
12705 read_namespace_type (struct die_info *die, struct dwarf2_cu *cu)
12706 {
12707   struct objfile *objfile = cu->objfile;
12708   const char *previous_prefix, *name;
12709   int is_anonymous;
12710   struct type *type;
12711
12712   /* For extensions, reuse the type of the original namespace.  */
12713   if (dwarf2_attr (die, DW_AT_extension, cu) != NULL)
12714     {
12715       struct die_info *ext_die;
12716       struct dwarf2_cu *ext_cu = cu;
12717
12718       ext_die = dwarf2_extension (die, &ext_cu);
12719       type = read_type_die (ext_die, ext_cu);
12720
12721       /* EXT_CU may not be the same as CU.
12722          Ensure TYPE is recorded with CU in die_type_hash.  */
12723       return set_die_type (die, type, cu);
12724     }
12725
12726   name = namespace_name (die, &is_anonymous, cu);
12727
12728   /* Now build the name of the current namespace.  */
12729
12730   previous_prefix = determine_prefix (die, cu);
12731   if (previous_prefix[0] != '\0')
12732     name = typename_concat (&objfile->objfile_obstack,
12733                             previous_prefix, name, 0, cu);
12734
12735   /* Create the type.  */
12736   type = init_type (TYPE_CODE_NAMESPACE, 0, 0, NULL,
12737                     objfile);
12738   TYPE_NAME (type) = name;
12739   TYPE_TAG_NAME (type) = TYPE_NAME (type);
12740
12741   return set_die_type (die, type, cu);
12742 }
12743
12744 /* Read a C++ namespace.  */
12745
12746 static void
12747 read_namespace (struct die_info *die, struct dwarf2_cu *cu)
12748 {
12749   struct objfile *objfile = cu->objfile;
12750   int is_anonymous;
12751
12752   /* Add a symbol associated to this if we haven't seen the namespace
12753      before.  Also, add a using directive if it's an anonymous
12754      namespace.  */
12755
12756   if (dwarf2_attr (die, DW_AT_extension, cu) == NULL)
12757     {
12758       struct type *type;
12759
12760       type = read_type_die (die, cu);
12761       new_symbol (die, type, cu);
12762
12763       namespace_name (die, &is_anonymous, cu);
12764       if (is_anonymous)
12765         {
12766           const char *previous_prefix = determine_prefix (die, cu);
12767
12768           cp_add_using_directive (previous_prefix, TYPE_NAME (type), NULL,
12769                                   NULL, NULL, 0, &objfile->objfile_obstack);
12770         }
12771     }
12772
12773   if (die->child != NULL)
12774     {
12775       struct die_info *child_die = die->child;
12776
12777       while (child_die && child_die->tag)
12778         {
12779           process_die (child_die, cu);
12780           child_die = sibling_die (child_die);
12781         }
12782     }
12783 }
12784
12785 /* Read a Fortran module as type.  This DIE can be only a declaration used for
12786    imported module.  Still we need that type as local Fortran "use ... only"
12787    declaration imports depend on the created type in determine_prefix.  */
12788
12789 static struct type *
12790 read_module_type (struct die_info *die, struct dwarf2_cu *cu)
12791 {
12792   struct objfile *objfile = cu->objfile;
12793   const char *module_name;
12794   struct type *type;
12795
12796   module_name = dwarf2_name (die, cu);
12797   if (!module_name)
12798     complaint (&symfile_complaints,
12799                _("DW_TAG_module has no name, offset 0x%x"),
12800                die->offset.sect_off);
12801   type = init_type (TYPE_CODE_MODULE, 0, 0, module_name, objfile);
12802
12803   /* determine_prefix uses TYPE_TAG_NAME.  */
12804   TYPE_TAG_NAME (type) = TYPE_NAME (type);
12805
12806   return set_die_type (die, type, cu);
12807 }
12808
12809 /* Read a Fortran module.  */
12810
12811 static void
12812 read_module (struct die_info *die, struct dwarf2_cu *cu)
12813 {
12814   struct die_info *child_die = die->child;
12815
12816   while (child_die && child_die->tag)
12817     {
12818       process_die (child_die, cu);
12819       child_die = sibling_die (child_die);
12820     }
12821 }
12822
12823 /* Return the name of the namespace represented by DIE.  Set
12824    *IS_ANONYMOUS to tell whether or not the namespace is an anonymous
12825    namespace.  */
12826
12827 static const char *
12828 namespace_name (struct die_info *die, int *is_anonymous, struct dwarf2_cu *cu)
12829 {
12830   struct die_info *current_die;
12831   const char *name = NULL;
12832
12833   /* Loop through the extensions until we find a name.  */
12834
12835   for (current_die = die;
12836        current_die != NULL;
12837        current_die = dwarf2_extension (die, &cu))
12838     {
12839       name = dwarf2_name (current_die, cu);
12840       if (name != NULL)
12841         break;
12842     }
12843
12844   /* Is it an anonymous namespace?  */
12845
12846   *is_anonymous = (name == NULL);
12847   if (*is_anonymous)
12848     name = CP_ANONYMOUS_NAMESPACE_STR;
12849
12850   return name;
12851 }
12852
12853 /* Extract all information from a DW_TAG_pointer_type DIE and add to
12854    the user defined type vector.  */
12855
12856 static struct type *
12857 read_tag_pointer_type (struct die_info *die, struct dwarf2_cu *cu)
12858 {
12859   struct gdbarch *gdbarch = get_objfile_arch (cu->objfile);
12860   struct comp_unit_head *cu_header = &cu->header;
12861   struct type *type;
12862   struct attribute *attr_byte_size;
12863   struct attribute *attr_address_class;
12864   int byte_size, addr_class;
12865   struct type *target_type;
12866
12867   target_type = die_type (die, cu);
12868
12869   /* The die_type call above may have already set the type for this DIE.  */
12870   type = get_die_type (die, cu);
12871   if (type)
12872     return type;
12873
12874   type = lookup_pointer_type (target_type);
12875
12876   attr_byte_size = dwarf2_attr (die, DW_AT_byte_size, cu);
12877   if (attr_byte_size)
12878     byte_size = DW_UNSND (attr_byte_size);
12879   else
12880     byte_size = cu_header->addr_size;
12881
12882   attr_address_class = dwarf2_attr (die, DW_AT_address_class, cu);
12883   if (attr_address_class)
12884     addr_class = DW_UNSND (attr_address_class);
12885   else
12886     addr_class = DW_ADDR_none;
12887
12888   /* If the pointer size or address class is different than the
12889      default, create a type variant marked as such and set the
12890      length accordingly.  */
12891   if (TYPE_LENGTH (type) != byte_size || addr_class != DW_ADDR_none)
12892     {
12893       if (gdbarch_address_class_type_flags_p (gdbarch))
12894         {
12895           int type_flags;
12896
12897           type_flags = gdbarch_address_class_type_flags
12898                          (gdbarch, byte_size, addr_class);
12899           gdb_assert ((type_flags & ~TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL)
12900                       == 0);
12901           type = make_type_with_address_space (type, type_flags);
12902         }
12903       else if (TYPE_LENGTH (type) != byte_size)
12904         {
12905           complaint (&symfile_complaints,
12906                      _("invalid pointer size %d"), byte_size);
12907         }
12908       else
12909         {
12910           /* Should we also complain about unhandled address classes?  */
12911         }
12912     }
12913
12914   TYPE_LENGTH (type) = byte_size;
12915   return set_die_type (die, type, cu);
12916 }
12917
12918 /* Extract all information from a DW_TAG_ptr_to_member_type DIE and add to
12919    the user defined type vector.  */
12920
12921 static struct type *
12922 read_tag_ptr_to_member_type (struct die_info *die, struct dwarf2_cu *cu)
12923 {
12924   struct type *type;
12925   struct type *to_type;
12926   struct type *domain;
12927
12928   to_type = die_type (die, cu);
12929   domain = die_containing_type (die, cu);
12930
12931   /* The calls above may have already set the type for this DIE.  */
12932   type = get_die_type (die, cu);
12933   if (type)
12934     return type;
12935
12936   if (TYPE_CODE (check_typedef (to_type)) == TYPE_CODE_METHOD)
12937     type = lookup_methodptr_type (to_type);
12938   else if (TYPE_CODE (check_typedef (to_type)) == TYPE_CODE_FUNC)
12939     {
12940       struct type *new_type = alloc_type (cu->objfile);
12941
12942       smash_to_method_type (new_type, domain, TYPE_TARGET_TYPE (to_type),
12943                             TYPE_FIELDS (to_type), TYPE_NFIELDS (to_type),
12944                             TYPE_VARARGS (to_type));
12945       type = lookup_methodptr_type (new_type);
12946     }
12947   else
12948     type = lookup_memberptr_type (to_type, domain);
12949
12950   return set_die_type (die, type, cu);
12951 }
12952
12953 /* Extract all information from a DW_TAG_reference_type DIE and add to
12954    the user defined type vector.  */
12955
12956 static struct type *
12957 read_tag_reference_type (struct die_info *die, struct dwarf2_cu *cu)
12958 {
12959   struct comp_unit_head *cu_header = &cu->header;
12960   struct type *type, *target_type;
12961   struct attribute *attr;
12962
12963   target_type = die_type (die, cu);
12964
12965   /* The die_type call above may have already set the type for this DIE.  */
12966   type = get_die_type (die, cu);
12967   if (type)
12968     return type;
12969
12970   type = lookup_reference_type (target_type);
12971   attr = dwarf2_attr (die, DW_AT_byte_size, cu);
12972   if (attr)
12973     {
12974       TYPE_LENGTH (type) = DW_UNSND (attr);
12975     }
12976   else
12977     {
12978       TYPE_LENGTH (type) = cu_header->addr_size;
12979     }
12980   return set_die_type (die, type, cu);
12981 }
12982
12983 static struct type *
12984 read_tag_const_type (struct die_info *die, struct dwarf2_cu *cu)
12985 {
12986   struct type *base_type, *cv_type;
12987
12988   base_type = die_type (die, cu);
12989
12990   /* The die_type call above may have already set the type for this DIE.  */
12991   cv_type = get_die_type (die, cu);
12992   if (cv_type)
12993     return cv_type;
12994
12995   /* In case the const qualifier is applied to an array type, the element type
12996      is so qualified, not the array type (section 6.7.3 of C99).  */
12997   if (TYPE_CODE (base_type) == TYPE_CODE_ARRAY)
12998     {
12999       struct type *el_type, *inner_array;
13000
13001       base_type = copy_type (base_type);
13002       inner_array = base_type;
13003
13004       while (TYPE_CODE (TYPE_TARGET_TYPE (inner_array)) == TYPE_CODE_ARRAY)
13005         {
13006           TYPE_TARGET_TYPE (inner_array) =
13007             copy_type (TYPE_TARGET_TYPE (inner_array));
13008           inner_array = TYPE_TARGET_TYPE (inner_array);
13009         }
13010
13011       el_type = TYPE_TARGET_TYPE (inner_array);
13012       TYPE_TARGET_TYPE (inner_array) =
13013         make_cv_type (1, TYPE_VOLATILE (el_type), el_type, NULL);
13014
13015       return set_die_type (die, base_type, cu);
13016     }
13017
13018   cv_type = make_cv_type (1, TYPE_VOLATILE (base_type), base_type, 0);
13019   return set_die_type (die, cv_type, cu);
13020 }
13021
13022 static struct type *
13023 read_tag_volatile_type (struct die_info *die, struct dwarf2_cu *cu)
13024 {
13025   struct type *base_type, *cv_type;
13026
13027   base_type = die_type (die, cu);
13028
13029   /* The die_type call above may have already set the type for this DIE.  */
13030   cv_type = get_die_type (die, cu);
13031   if (cv_type)
13032     return cv_type;
13033
13034   cv_type = make_cv_type (TYPE_CONST (base_type), 1, base_type, 0);
13035   return set_die_type (die, cv_type, cu);
13036 }
13037
13038 /* Handle DW_TAG_restrict_type.  */
13039
13040 static struct type *
13041 read_tag_restrict_type (struct die_info *die, struct dwarf2_cu *cu)
13042 {
13043   struct type *base_type, *cv_type;
13044
13045   base_type = die_type (die, cu);
13046
13047   /* The die_type call above may have already set the type for this DIE.  */
13048   cv_type = get_die_type (die, cu);
13049   if (cv_type)
13050     return cv_type;
13051
13052   cv_type = make_restrict_type (base_type);
13053   return set_die_type (die, cv_type, cu);
13054 }
13055
13056 /* Extract all information from a DW_TAG_string_type DIE and add to
13057    the user defined type vector.  It isn't really a user defined type,
13058    but it behaves like one, with other DIE's using an AT_user_def_type
13059    attribute to reference it.  */
13060
13061 static struct type *
13062 read_tag_string_type (struct die_info *die, struct dwarf2_cu *cu)
13063 {
13064   struct objfile *objfile = cu->objfile;
13065   struct gdbarch *gdbarch = get_objfile_arch (objfile);
13066   struct type *type, *range_type, *index_type, *char_type;
13067   struct attribute *attr;
13068   unsigned int length;
13069
13070   attr = dwarf2_attr (die, DW_AT_string_length, cu);
13071   if (attr)
13072     {
13073       length = DW_UNSND (attr);
13074     }
13075   else
13076     {
13077       /* Check for the DW_AT_byte_size attribute.  */
13078       attr = dwarf2_attr (die, DW_AT_byte_size, cu);
13079       if (attr)
13080         {
13081           length = DW_UNSND (attr);
13082         }
13083       else
13084         {
13085           length = 1;
13086         }
13087     }
13088
13089   index_type = objfile_type (objfile)->builtin_int;
13090   range_type = create_range_type (NULL, index_type, 1, length);
13091   char_type = language_string_char_type (cu->language_defn, gdbarch);
13092   type = create_string_type (NULL, char_type, range_type);
13093
13094   return set_die_type (die, type, cu);
13095 }
13096
13097 /* Assuming that DIE corresponds to a function, returns nonzero
13098    if the function is prototyped.  */
13099
13100 static int
13101 prototyped_function_p (struct die_info *die, struct dwarf2_cu *cu)
13102 {
13103   struct attribute *attr;
13104
13105   attr = dwarf2_attr (die, DW_AT_prototyped, cu);
13106   if (attr && (DW_UNSND (attr) != 0))
13107     return 1;
13108
13109   /* The DWARF standard implies that the DW_AT_prototyped attribute
13110      is only meaninful for C, but the concept also extends to other
13111      languages that allow unprototyped functions (Eg: Objective C).
13112      For all other languages, assume that functions are always
13113      prototyped.  */
13114   if (cu->language != language_c
13115       && cu->language != language_objc
13116       && cu->language != language_opencl)
13117     return 1;
13118
13119   /* RealView does not emit DW_AT_prototyped.  We can not distinguish
13120      prototyped and unprototyped functions; default to prototyped,
13121      since that is more common in modern code (and RealView warns
13122      about unprototyped functions).  */
13123   if (producer_is_realview (cu->producer))
13124     return 1;
13125
13126   return 0;
13127 }
13128
13129 /* Handle DIES due to C code like:
13130
13131    struct foo
13132    {
13133    int (*funcp)(int a, long l);
13134    int b;
13135    };
13136
13137    ('funcp' generates a DW_TAG_subroutine_type DIE).  */
13138
13139 static struct type *
13140 read_subroutine_type (struct die_info *die, struct dwarf2_cu *cu)
13141 {
13142   struct objfile *objfile = cu->objfile;
13143   struct type *type;            /* Type that this function returns.  */
13144   struct type *ftype;           /* Function that returns above type.  */
13145   struct attribute *attr;
13146
13147   type = die_type (die, cu);
13148
13149   /* The die_type call above may have already set the type for this DIE.  */
13150   ftype = get_die_type (die, cu);
13151   if (ftype)
13152     return ftype;
13153
13154   ftype = lookup_function_type (type);
13155
13156   if (prototyped_function_p (die, cu))
13157     TYPE_PROTOTYPED (ftype) = 1;
13158
13159   /* Store the calling convention in the type if it's available in
13160      the subroutine die.  Otherwise set the calling convention to
13161      the default value DW_CC_normal.  */
13162   attr = dwarf2_attr (die, DW_AT_calling_convention, cu);
13163   if (attr)
13164     TYPE_CALLING_CONVENTION (ftype) = DW_UNSND (attr);
13165   else if (cu->producer && strstr (cu->producer, "IBM XL C for OpenCL"))
13166     TYPE_CALLING_CONVENTION (ftype) = DW_CC_GDB_IBM_OpenCL;
13167   else
13168     TYPE_CALLING_CONVENTION (ftype) = DW_CC_normal;
13169
13170   /* We need to add the subroutine type to the die immediately so
13171      we don't infinitely recurse when dealing with parameters
13172      declared as the same subroutine type.  */
13173   set_die_type (die, ftype, cu);
13174
13175   if (die->child != NULL)
13176     {
13177       struct type *void_type = objfile_type (objfile)->builtin_void;
13178       struct die_info *child_die;
13179       int nparams, iparams;
13180
13181       /* Count the number of parameters.
13182          FIXME: GDB currently ignores vararg functions, but knows about
13183          vararg member functions.  */
13184       nparams = 0;
13185       child_die = die->child;
13186       while (child_die && child_die->tag)
13187         {
13188           if (child_die->tag == DW_TAG_formal_parameter)
13189             nparams++;
13190           else if (child_die->tag == DW_TAG_unspecified_parameters)
13191             TYPE_VARARGS (ftype) = 1;
13192           child_die = sibling_die (child_die);
13193         }
13194
13195       /* Allocate storage for parameters and fill them in.  */
13196       TYPE_NFIELDS (ftype) = nparams;
13197       TYPE_FIELDS (ftype) = (struct field *)
13198         TYPE_ZALLOC (ftype, nparams * sizeof (struct field));
13199
13200       /* TYPE_FIELD_TYPE must never be NULL.  Pre-fill the array to ensure it
13201          even if we error out during the parameters reading below.  */
13202       for (iparams = 0; iparams < nparams; iparams++)
13203         TYPE_FIELD_TYPE (ftype, iparams) = void_type;
13204
13205       iparams = 0;
13206       child_die = die->child;
13207       while (child_die && child_die->tag)
13208         {
13209           if (child_die->tag == DW_TAG_formal_parameter)
13210             {
13211               struct type *arg_type;
13212
13213               /* DWARF version 2 has no clean way to discern C++
13214                  static and non-static member functions.  G++ helps
13215                  GDB by marking the first parameter for non-static
13216                  member functions (which is the this pointer) as
13217                  artificial.  We pass this information to
13218                  dwarf2_add_member_fn via TYPE_FIELD_ARTIFICIAL.
13219
13220                  DWARF version 3 added DW_AT_object_pointer, which GCC
13221                  4.5 does not yet generate.  */
13222               attr = dwarf2_attr (child_die, DW_AT_artificial, cu);
13223               if (attr)
13224                 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = DW_UNSND (attr);
13225               else
13226                 {
13227                   TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0;
13228
13229                   /* GCC/43521: In java, the formal parameter
13230                      "this" is sometimes not marked with DW_AT_artificial.  */
13231                   if (cu->language == language_java)
13232                     {
13233                       const char *name = dwarf2_name (child_die, cu);
13234
13235                       if (name && !strcmp (name, "this"))
13236                         TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 1;
13237                     }
13238                 }
13239               arg_type = die_type (child_die, cu);
13240
13241               /* RealView does not mark THIS as const, which the testsuite
13242                  expects.  GCC marks THIS as const in method definitions,
13243                  but not in the class specifications (GCC PR 43053).  */
13244               if (cu->language == language_cplus && !TYPE_CONST (arg_type)
13245                   && TYPE_FIELD_ARTIFICIAL (ftype, iparams))
13246                 {
13247                   int is_this = 0;
13248                   struct dwarf2_cu *arg_cu = cu;
13249                   const char *name = dwarf2_name (child_die, cu);
13250
13251                   attr = dwarf2_attr (die, DW_AT_object_pointer, cu);
13252                   if (attr)
13253                     {
13254                       /* If the compiler emits this, use it.  */
13255                       if (follow_die_ref (die, attr, &arg_cu) == child_die)
13256                         is_this = 1;
13257                     }
13258                   else if (name && strcmp (name, "this") == 0)
13259                     /* Function definitions will have the argument names.  */
13260                     is_this = 1;
13261                   else if (name == NULL && iparams == 0)
13262                     /* Declarations may not have the names, so like
13263                        elsewhere in GDB, assume an artificial first
13264                        argument is "this".  */
13265                     is_this = 1;
13266
13267                   if (is_this)
13268                     arg_type = make_cv_type (1, TYPE_VOLATILE (arg_type),
13269                                              arg_type, 0);
13270                 }
13271
13272               TYPE_FIELD_TYPE (ftype, iparams) = arg_type;
13273               iparams++;
13274             }
13275           child_die = sibling_die (child_die);
13276         }
13277     }
13278
13279   return ftype;
13280 }
13281
13282 static struct type *
13283 read_typedef (struct die_info *die, struct dwarf2_cu *cu)
13284 {
13285   struct objfile *objfile = cu->objfile;
13286   const char *name = NULL;
13287   struct type *this_type, *target_type;
13288
13289   name = dwarf2_full_name (NULL, die, cu);
13290   this_type = init_type (TYPE_CODE_TYPEDEF, 0,
13291                          TYPE_FLAG_TARGET_STUB, NULL, objfile);
13292   TYPE_NAME (this_type) = name;
13293   set_die_type (die, this_type, cu);
13294   target_type = die_type (die, cu);
13295   if (target_type != this_type)
13296     TYPE_TARGET_TYPE (this_type) = target_type;
13297   else
13298     {
13299       /* Self-referential typedefs are, it seems, not allowed by the DWARF
13300          spec and cause infinite loops in GDB.  */
13301       complaint (&symfile_complaints,
13302                  _("Self-referential DW_TAG_typedef "
13303                    "- DIE at 0x%x [in module %s]"),
13304                  die->offset.sect_off, objfile_name (objfile));
13305       TYPE_TARGET_TYPE (this_type) = NULL;
13306     }
13307   return this_type;
13308 }
13309
13310 /* Find a representation of a given base type and install
13311    it in the TYPE field of the die.  */
13312
13313 static struct type *
13314 read_base_type (struct die_info *die, struct dwarf2_cu *cu)
13315 {
13316   struct objfile *objfile = cu->objfile;
13317   struct type *type;
13318   struct attribute *attr;
13319   int encoding = 0, size = 0;
13320   const char *name;
13321   enum type_code code = TYPE_CODE_INT;
13322   int type_flags = 0;
13323   struct type *target_type = NULL;
13324
13325   attr = dwarf2_attr (die, DW_AT_encoding, cu);
13326   if (attr)
13327     {
13328       encoding = DW_UNSND (attr);
13329     }
13330   attr = dwarf2_attr (die, DW_AT_byte_size, cu);
13331   if (attr)
13332     {
13333       size = DW_UNSND (attr);
13334     }
13335   name = dwarf2_name (die, cu);
13336   if (!name)
13337     {
13338       complaint (&symfile_complaints,
13339                  _("DW_AT_name missing from DW_TAG_base_type"));
13340     }
13341
13342   switch (encoding)
13343     {
13344       case DW_ATE_address:
13345         /* Turn DW_ATE_address into a void * pointer.  */
13346         code = TYPE_CODE_PTR;
13347         type_flags |= TYPE_FLAG_UNSIGNED;
13348         target_type = init_type (TYPE_CODE_VOID, 1, 0, NULL, objfile);
13349         break;
13350       case DW_ATE_boolean:
13351         code = TYPE_CODE_BOOL;
13352         type_flags |= TYPE_FLAG_UNSIGNED;
13353         break;
13354       case DW_ATE_complex_float:
13355         code = TYPE_CODE_COMPLEX;
13356         target_type = init_type (TYPE_CODE_FLT, size / 2, 0, NULL, objfile);
13357         break;
13358       case DW_ATE_decimal_float:
13359         code = TYPE_CODE_DECFLOAT;
13360         break;
13361       case DW_ATE_float:
13362         code = TYPE_CODE_FLT;
13363         break;
13364       case DW_ATE_signed:
13365         break;
13366       case DW_ATE_unsigned:
13367         type_flags |= TYPE_FLAG_UNSIGNED;
13368         if (cu->language == language_fortran
13369             && name
13370             && strncmp (name, "character(", sizeof ("character(") - 1) == 0)
13371           code = TYPE_CODE_CHAR;
13372         break;
13373       case DW_ATE_signed_char:
13374         if (cu->language == language_ada || cu->language == language_m2
13375             || cu->language == language_pascal
13376             || cu->language == language_fortran)
13377           code = TYPE_CODE_CHAR;
13378         break;
13379       case DW_ATE_unsigned_char:
13380         if (cu->language == language_ada || cu->language == language_m2
13381             || cu->language == language_pascal
13382             || cu->language == language_fortran)
13383           code = TYPE_CODE_CHAR;
13384         type_flags |= TYPE_FLAG_UNSIGNED;
13385         break;
13386       case DW_ATE_UTF:
13387         /* We just treat this as an integer and then recognize the
13388            type by name elsewhere.  */
13389         break;
13390
13391       default:
13392         complaint (&symfile_complaints, _("unsupported DW_AT_encoding: '%s'"),
13393                    dwarf_type_encoding_name (encoding));
13394         break;
13395     }
13396
13397   type = init_type (code, size, type_flags, NULL, objfile);
13398   TYPE_NAME (type) = name;
13399   TYPE_TARGET_TYPE (type) = target_type;
13400
13401   if (name && strcmp (name, "char") == 0)
13402     TYPE_NOSIGN (type) = 1;
13403
13404   return set_die_type (die, type, cu);
13405 }
13406
13407 /* Read the given DW_AT_subrange DIE.  */
13408
13409 static struct type *
13410 read_subrange_type (struct die_info *die, struct dwarf2_cu *cu)
13411 {
13412   struct type *base_type, *orig_base_type;
13413   struct type *range_type;
13414   struct attribute *attr;
13415   LONGEST low, high;
13416   int low_default_is_valid;
13417   const char *name;
13418   LONGEST negative_mask;
13419
13420   orig_base_type = die_type (die, cu);
13421   /* If ORIG_BASE_TYPE is a typedef, it will not be TYPE_UNSIGNED,
13422      whereas the real type might be.  So, we use ORIG_BASE_TYPE when
13423      creating the range type, but we use the result of check_typedef
13424      when examining properties of the type.  */
13425   base_type = check_typedef (orig_base_type);
13426
13427   /* The die_type call above may have already set the type for this DIE.  */
13428   range_type = get_die_type (die, cu);
13429   if (range_type)
13430     return range_type;
13431
13432   /* Set LOW_DEFAULT_IS_VALID if current language and DWARF version allow
13433      omitting DW_AT_lower_bound.  */
13434   switch (cu->language)
13435     {
13436     case language_c:
13437     case language_cplus:
13438       low = 0;
13439       low_default_is_valid = 1;
13440       break;
13441     case language_fortran:
13442       low = 1;
13443       low_default_is_valid = 1;
13444       break;
13445     case language_d:
13446     case language_java:
13447     case language_objc:
13448       low = 0;
13449       low_default_is_valid = (cu->header.version >= 4);
13450       break;
13451     case language_ada:
13452     case language_m2:
13453     case language_pascal:
13454       low = 1;
13455       low_default_is_valid = (cu->header.version >= 4);
13456       break;
13457     default:
13458       low = 0;
13459       low_default_is_valid = 0;
13460       break;
13461     }
13462
13463   /* FIXME: For variable sized arrays either of these could be
13464      a variable rather than a constant value.  We'll allow it,
13465      but we don't know how to handle it.  */
13466   attr = dwarf2_attr (die, DW_AT_lower_bound, cu);
13467   if (attr)
13468     low = dwarf2_get_attr_constant_value (attr, low);
13469   else if (!low_default_is_valid)
13470     complaint (&symfile_complaints, _("Missing DW_AT_lower_bound "
13471                                       "- DIE at 0x%x [in module %s]"),
13472                die->offset.sect_off, objfile_name (cu->objfile));
13473
13474   attr = dwarf2_attr (die, DW_AT_upper_bound, cu);
13475   if (attr)
13476     {
13477       if (attr_form_is_block (attr) || attr_form_is_ref (attr))
13478         {
13479           /* GCC encodes arrays with unspecified or dynamic length
13480              with a DW_FORM_block1 attribute or a reference attribute.
13481              FIXME: GDB does not yet know how to handle dynamic
13482              arrays properly, treat them as arrays with unspecified
13483              length for now.
13484
13485              FIXME: jimb/2003-09-22: GDB does not really know
13486              how to handle arrays of unspecified length
13487              either; we just represent them as zero-length
13488              arrays.  Choose an appropriate upper bound given
13489              the lower bound we've computed above.  */
13490           high = low - 1;
13491         }
13492       else
13493         high = dwarf2_get_attr_constant_value (attr, 1);
13494     }
13495   else
13496     {
13497       attr = dwarf2_attr (die, DW_AT_count, cu);
13498       if (attr)
13499         {
13500           int count = dwarf2_get_attr_constant_value (attr, 1);
13501           high = low + count - 1;
13502         }
13503       else
13504         {
13505           /* Unspecified array length.  */
13506           high = low - 1;
13507         }
13508     }
13509
13510   /* Dwarf-2 specifications explicitly allows to create subrange types
13511      without specifying a base type.
13512      In that case, the base type must be set to the type of
13513      the lower bound, upper bound or count, in that order, if any of these
13514      three attributes references an object that has a type.
13515      If no base type is found, the Dwarf-2 specifications say that
13516      a signed integer type of size equal to the size of an address should
13517      be used.
13518      For the following C code: `extern char gdb_int [];'
13519      GCC produces an empty range DIE.
13520      FIXME: muller/2010-05-28: Possible references to object for low bound,
13521      high bound or count are not yet handled by this code.  */
13522   if (TYPE_CODE (base_type) == TYPE_CODE_VOID)
13523     {
13524       struct objfile *objfile = cu->objfile;
13525       struct gdbarch *gdbarch = get_objfile_arch (objfile);
13526       int addr_size = gdbarch_addr_bit (gdbarch) /8;
13527       struct type *int_type = objfile_type (objfile)->builtin_int;
13528
13529       /* Test "int", "long int", and "long long int" objfile types,
13530          and select the first one having a size above or equal to the
13531          architecture address size.  */
13532       if (int_type && TYPE_LENGTH (int_type) >= addr_size)
13533         base_type = int_type;
13534       else
13535         {
13536           int_type = objfile_type (objfile)->builtin_long;
13537           if (int_type && TYPE_LENGTH (int_type) >= addr_size)
13538             base_type = int_type;
13539           else
13540             {
13541               int_type = objfile_type (objfile)->builtin_long_long;
13542               if (int_type && TYPE_LENGTH (int_type) >= addr_size)
13543                 base_type = int_type;
13544             }
13545         }
13546     }
13547
13548   negative_mask =
13549     (LONGEST) -1 << (TYPE_LENGTH (base_type) * TARGET_CHAR_BIT - 1);
13550   if (!TYPE_UNSIGNED (base_type) && (low & negative_mask))
13551     low |= negative_mask;
13552   if (!TYPE_UNSIGNED (base_type) && (high & negative_mask))
13553     high |= negative_mask;
13554
13555   range_type = create_range_type (NULL, orig_base_type, low, high);
13556
13557   /* Mark arrays with dynamic length at least as an array of unspecified
13558      length.  GDB could check the boundary but before it gets implemented at
13559      least allow accessing the array elements.  */
13560   if (attr && attr_form_is_block (attr))
13561     TYPE_HIGH_BOUND_UNDEFINED (range_type) = 1;
13562
13563   /* Ada expects an empty array on no boundary attributes.  */
13564   if (attr == NULL && cu->language != language_ada)
13565     TYPE_HIGH_BOUND_UNDEFINED (range_type) = 1;
13566
13567   name = dwarf2_name (die, cu);
13568   if (name)
13569     TYPE_NAME (range_type) = name;
13570
13571   attr = dwarf2_attr (die, DW_AT_byte_size, cu);
13572   if (attr)
13573     TYPE_LENGTH (range_type) = DW_UNSND (attr);
13574
13575   set_die_type (die, range_type, cu);
13576
13577   /* set_die_type should be already done.  */
13578   set_descriptive_type (range_type, die, cu);
13579
13580   return range_type;
13581 }
13582
13583 static struct type *
13584 read_unspecified_type (struct die_info *die, struct dwarf2_cu *cu)
13585 {
13586   struct type *type;
13587
13588   /* For now, we only support the C meaning of an unspecified type: void.  */
13589
13590   type = init_type (TYPE_CODE_VOID, 0, 0, NULL, cu->objfile);
13591   TYPE_NAME (type) = dwarf2_name (die, cu);
13592
13593   return set_die_type (die, type, cu);
13594 }
13595
13596 /* Read a single die and all its descendents.  Set the die's sibling
13597    field to NULL; set other fields in the die correctly, and set all
13598    of the descendents' fields correctly.  Set *NEW_INFO_PTR to the
13599    location of the info_ptr after reading all of those dies.  PARENT
13600    is the parent of the die in question.  */
13601
13602 static struct die_info *
13603 read_die_and_children (const struct die_reader_specs *reader,
13604                        const gdb_byte *info_ptr,
13605                        const gdb_byte **new_info_ptr,
13606                        struct die_info *parent)
13607 {
13608   struct die_info *die;
13609   const gdb_byte *cur_ptr;
13610   int has_children;
13611
13612   cur_ptr = read_full_die_1 (reader, &die, info_ptr, &has_children, 0);
13613   if (die == NULL)
13614     {
13615       *new_info_ptr = cur_ptr;
13616       return NULL;
13617     }
13618   store_in_ref_table (die, reader->cu);
13619
13620   if (has_children)
13621     die->child = read_die_and_siblings_1 (reader, cur_ptr, new_info_ptr, die);
13622   else
13623     {
13624       die->child = NULL;
13625       *new_info_ptr = cur_ptr;
13626     }
13627
13628   die->sibling = NULL;
13629   die->parent = parent;
13630   return die;
13631 }
13632
13633 /* Read a die, all of its descendents, and all of its siblings; set
13634    all of the fields of all of the dies correctly.  Arguments are as
13635    in read_die_and_children.  */
13636
13637 static struct die_info *
13638 read_die_and_siblings_1 (const struct die_reader_specs *reader,
13639                          const gdb_byte *info_ptr,
13640                          const gdb_byte **new_info_ptr,
13641                          struct die_info *parent)
13642 {
13643   struct die_info *first_die, *last_sibling;
13644   const gdb_byte *cur_ptr;
13645
13646   cur_ptr = info_ptr;
13647   first_die = last_sibling = NULL;
13648
13649   while (1)
13650     {
13651       struct die_info *die
13652         = read_die_and_children (reader, cur_ptr, &cur_ptr, parent);
13653
13654       if (die == NULL)
13655         {
13656           *new_info_ptr = cur_ptr;
13657           return first_die;
13658         }
13659
13660       if (!first_die)
13661         first_die = die;
13662       else
13663         last_sibling->sibling = die;
13664
13665       last_sibling = die;
13666     }
13667 }
13668
13669 /* Read a die, all of its descendents, and all of its siblings; set
13670    all of the fields of all of the dies correctly.  Arguments are as
13671    in read_die_and_children.
13672    This the main entry point for reading a DIE and all its children.  */
13673
13674 static struct die_info *
13675 read_die_and_siblings (const struct die_reader_specs *reader,
13676                        const gdb_byte *info_ptr,
13677                        const gdb_byte **new_info_ptr,
13678                        struct die_info *parent)
13679 {
13680   struct die_info *die = read_die_and_siblings_1 (reader, info_ptr,
13681                                                   new_info_ptr, parent);
13682
13683   if (dwarf2_die_debug)
13684     {
13685       fprintf_unfiltered (gdb_stdlog,
13686                           "Read die from %s@0x%x of %s:\n",
13687                           bfd_section_name (reader->abfd,
13688                                             reader->die_section->asection),
13689                           (unsigned) (info_ptr - reader->die_section->buffer),
13690                           bfd_get_filename (reader->abfd));
13691       dump_die (die, dwarf2_die_debug);
13692     }
13693
13694   return die;
13695 }
13696
13697 /* Read a die and all its attributes, leave space for NUM_EXTRA_ATTRS
13698    attributes.
13699    The caller is responsible for filling in the extra attributes
13700    and updating (*DIEP)->num_attrs.
13701    Set DIEP to point to a newly allocated die with its information,
13702    except for its child, sibling, and parent fields.
13703    Set HAS_CHILDREN to tell whether the die has children or not.  */
13704
13705 static const gdb_byte *
13706 read_full_die_1 (const struct die_reader_specs *reader,
13707                  struct die_info **diep, const gdb_byte *info_ptr,
13708                  int *has_children, int num_extra_attrs)
13709 {
13710   unsigned int abbrev_number, bytes_read, i;
13711   sect_offset offset;
13712   struct abbrev_info *abbrev;
13713   struct die_info *die;
13714   struct dwarf2_cu *cu = reader->cu;
13715   bfd *abfd = reader->abfd;
13716
13717   offset.sect_off = info_ptr - reader->buffer;
13718   abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
13719   info_ptr += bytes_read;
13720   if (!abbrev_number)
13721     {
13722       *diep = NULL;
13723       *has_children = 0;
13724       return info_ptr;
13725     }
13726
13727   abbrev = abbrev_table_lookup_abbrev (cu->abbrev_table, abbrev_number);
13728   if (!abbrev)
13729     error (_("Dwarf Error: could not find abbrev number %d [in module %s]"),
13730            abbrev_number,
13731            bfd_get_filename (abfd));
13732
13733   die = dwarf_alloc_die (cu, abbrev->num_attrs + num_extra_attrs);
13734   die->offset = offset;
13735   die->tag = abbrev->tag;
13736   die->abbrev = abbrev_number;
13737
13738   /* Make the result usable.
13739      The caller needs to update num_attrs after adding the extra
13740      attributes.  */
13741   die->num_attrs = abbrev->num_attrs;
13742
13743   for (i = 0; i < abbrev->num_attrs; ++i)
13744     info_ptr = read_attribute (reader, &die->attrs[i], &abbrev->attrs[i],
13745                                info_ptr);
13746
13747   *diep = die;
13748   *has_children = abbrev->has_children;
13749   return info_ptr;
13750 }
13751
13752 /* Read a die and all its attributes.
13753    Set DIEP to point to a newly allocated die with its information,
13754    except for its child, sibling, and parent fields.
13755    Set HAS_CHILDREN to tell whether the die has children or not.  */
13756
13757 static const gdb_byte *
13758 read_full_die (const struct die_reader_specs *reader,
13759                struct die_info **diep, const gdb_byte *info_ptr,
13760                int *has_children)
13761 {
13762   const gdb_byte *result;
13763
13764   result = read_full_die_1 (reader, diep, info_ptr, has_children, 0);
13765
13766   if (dwarf2_die_debug)
13767     {
13768       fprintf_unfiltered (gdb_stdlog,
13769                           "Read die from %s@0x%x of %s:\n",
13770                           bfd_section_name (reader->abfd,
13771                                             reader->die_section->asection),
13772                           (unsigned) (info_ptr - reader->die_section->buffer),
13773                           bfd_get_filename (reader->abfd));
13774       dump_die (*diep, dwarf2_die_debug);
13775     }
13776
13777   return result;
13778 }
13779 \f
13780 /* Abbreviation tables.
13781
13782    In DWARF version 2, the description of the debugging information is
13783    stored in a separate .debug_abbrev section.  Before we read any
13784    dies from a section we read in all abbreviations and install them
13785    in a hash table.  */
13786
13787 /* Allocate space for a struct abbrev_info object in ABBREV_TABLE.  */
13788
13789 static struct abbrev_info *
13790 abbrev_table_alloc_abbrev (struct abbrev_table *abbrev_table)
13791 {
13792   struct abbrev_info *abbrev;
13793
13794   abbrev = (struct abbrev_info *)
13795     obstack_alloc (&abbrev_table->abbrev_obstack, sizeof (struct abbrev_info));
13796   memset (abbrev, 0, sizeof (struct abbrev_info));
13797   return abbrev;
13798 }
13799
13800 /* Add an abbreviation to the table.  */
13801
13802 static void
13803 abbrev_table_add_abbrev (struct abbrev_table *abbrev_table,
13804                          unsigned int abbrev_number,
13805                          struct abbrev_info *abbrev)
13806 {
13807   unsigned int hash_number;
13808
13809   hash_number = abbrev_number % ABBREV_HASH_SIZE;
13810   abbrev->next = abbrev_table->abbrevs[hash_number];
13811   abbrev_table->abbrevs[hash_number] = abbrev;
13812 }
13813
13814 /* Look up an abbrev in the table.
13815    Returns NULL if the abbrev is not found.  */
13816
13817 static struct abbrev_info *
13818 abbrev_table_lookup_abbrev (const struct abbrev_table *abbrev_table,
13819                             unsigned int abbrev_number)
13820 {
13821   unsigned int hash_number;
13822   struct abbrev_info *abbrev;
13823
13824   hash_number = abbrev_number % ABBREV_HASH_SIZE;
13825   abbrev = abbrev_table->abbrevs[hash_number];
13826
13827   while (abbrev)
13828     {
13829       if (abbrev->number == abbrev_number)
13830         return abbrev;
13831       abbrev = abbrev->next;
13832     }
13833   return NULL;
13834 }
13835
13836 /* Read in an abbrev table.  */
13837
13838 static struct abbrev_table *
13839 abbrev_table_read_table (struct dwarf2_section_info *section,
13840                          sect_offset offset)
13841 {
13842   struct objfile *objfile = dwarf2_per_objfile->objfile;
13843   bfd *abfd = section->asection->owner;
13844   struct abbrev_table *abbrev_table;
13845   const gdb_byte *abbrev_ptr;
13846   struct abbrev_info *cur_abbrev;
13847   unsigned int abbrev_number, bytes_read, abbrev_name;
13848   unsigned int abbrev_form;
13849   struct attr_abbrev *cur_attrs;
13850   unsigned int allocated_attrs;
13851
13852   abbrev_table = XMALLOC (struct abbrev_table);
13853   abbrev_table->offset = offset;
13854   obstack_init (&abbrev_table->abbrev_obstack);
13855   abbrev_table->abbrevs = obstack_alloc (&abbrev_table->abbrev_obstack,
13856                                          (ABBREV_HASH_SIZE
13857                                           * sizeof (struct abbrev_info *)));
13858   memset (abbrev_table->abbrevs, 0,
13859           ABBREV_HASH_SIZE * sizeof (struct abbrev_info *));
13860
13861   dwarf2_read_section (objfile, section);
13862   abbrev_ptr = section->buffer + offset.sect_off;
13863   abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
13864   abbrev_ptr += bytes_read;
13865
13866   allocated_attrs = ATTR_ALLOC_CHUNK;
13867   cur_attrs = xmalloc (allocated_attrs * sizeof (struct attr_abbrev));
13868
13869   /* Loop until we reach an abbrev number of 0.  */
13870   while (abbrev_number)
13871     {
13872       cur_abbrev = abbrev_table_alloc_abbrev (abbrev_table);
13873
13874       /* read in abbrev header */
13875       cur_abbrev->number = abbrev_number;
13876       cur_abbrev->tag = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
13877       abbrev_ptr += bytes_read;
13878       cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr);
13879       abbrev_ptr += 1;
13880
13881       /* now read in declarations */
13882       abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
13883       abbrev_ptr += bytes_read;
13884       abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
13885       abbrev_ptr += bytes_read;
13886       while (abbrev_name)
13887         {
13888           if (cur_abbrev->num_attrs == allocated_attrs)
13889             {
13890               allocated_attrs += ATTR_ALLOC_CHUNK;
13891               cur_attrs
13892                 = xrealloc (cur_attrs, (allocated_attrs
13893                                         * sizeof (struct attr_abbrev)));
13894             }
13895
13896           cur_attrs[cur_abbrev->num_attrs].name = abbrev_name;
13897           cur_attrs[cur_abbrev->num_attrs++].form = abbrev_form;
13898           abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
13899           abbrev_ptr += bytes_read;
13900           abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
13901           abbrev_ptr += bytes_read;
13902         }
13903
13904       cur_abbrev->attrs = obstack_alloc (&abbrev_table->abbrev_obstack,
13905                                          (cur_abbrev->num_attrs
13906                                           * sizeof (struct attr_abbrev)));
13907       memcpy (cur_abbrev->attrs, cur_attrs,
13908               cur_abbrev->num_attrs * sizeof (struct attr_abbrev));
13909
13910       abbrev_table_add_abbrev (abbrev_table, abbrev_number, cur_abbrev);
13911
13912       /* Get next abbreviation.
13913          Under Irix6 the abbreviations for a compilation unit are not
13914          always properly terminated with an abbrev number of 0.
13915          Exit loop if we encounter an abbreviation which we have
13916          already read (which means we are about to read the abbreviations
13917          for the next compile unit) or if the end of the abbreviation
13918          table is reached.  */
13919       if ((unsigned int) (abbrev_ptr - section->buffer) >= section->size)
13920         break;
13921       abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
13922       abbrev_ptr += bytes_read;
13923       if (abbrev_table_lookup_abbrev (abbrev_table, abbrev_number) != NULL)
13924         break;
13925     }
13926
13927   xfree (cur_attrs);
13928   return abbrev_table;
13929 }
13930
13931 /* Free the resources held by ABBREV_TABLE.  */
13932
13933 static void
13934 abbrev_table_free (struct abbrev_table *abbrev_table)
13935 {
13936   obstack_free (&abbrev_table->abbrev_obstack, NULL);
13937   xfree (abbrev_table);
13938 }
13939
13940 /* Same as abbrev_table_free but as a cleanup.
13941    We pass in a pointer to the pointer to the table so that we can
13942    set the pointer to NULL when we're done.  It also simplifies
13943    build_type_unit_groups.  */
13944
13945 static void
13946 abbrev_table_free_cleanup (void *table_ptr)
13947 {
13948   struct abbrev_table **abbrev_table_ptr = table_ptr;
13949
13950   if (*abbrev_table_ptr != NULL)
13951     abbrev_table_free (*abbrev_table_ptr);
13952   *abbrev_table_ptr = NULL;
13953 }
13954
13955 /* Read the abbrev table for CU from ABBREV_SECTION.  */
13956
13957 static void
13958 dwarf2_read_abbrevs (struct dwarf2_cu *cu,
13959                      struct dwarf2_section_info *abbrev_section)
13960 {
13961   cu->abbrev_table =
13962     abbrev_table_read_table (abbrev_section, cu->header.abbrev_offset);
13963 }
13964
13965 /* Release the memory used by the abbrev table for a compilation unit.  */
13966
13967 static void
13968 dwarf2_free_abbrev_table (void *ptr_to_cu)
13969 {
13970   struct dwarf2_cu *cu = ptr_to_cu;
13971
13972   if (cu->abbrev_table != NULL)
13973     abbrev_table_free (cu->abbrev_table);
13974   /* Set this to NULL so that we SEGV if we try to read it later,
13975      and also because free_comp_unit verifies this is NULL.  */
13976   cu->abbrev_table = NULL;
13977 }
13978 \f
13979 /* Returns nonzero if TAG represents a type that we might generate a partial
13980    symbol for.  */
13981
13982 static int
13983 is_type_tag_for_partial (int tag)
13984 {
13985   switch (tag)
13986     {
13987 #if 0
13988     /* Some types that would be reasonable to generate partial symbols for,
13989        that we don't at present.  */
13990     case DW_TAG_array_type:
13991     case DW_TAG_file_type:
13992     case DW_TAG_ptr_to_member_type:
13993     case DW_TAG_set_type:
13994     case DW_TAG_string_type:
13995     case DW_TAG_subroutine_type:
13996 #endif
13997     case DW_TAG_base_type:
13998     case DW_TAG_class_type:
13999     case DW_TAG_interface_type:
14000     case DW_TAG_enumeration_type:
14001     case DW_TAG_structure_type:
14002     case DW_TAG_subrange_type:
14003     case DW_TAG_typedef:
14004     case DW_TAG_union_type:
14005       return 1;
14006     default:
14007       return 0;
14008     }
14009 }
14010
14011 /* Load all DIEs that are interesting for partial symbols into memory.  */
14012
14013 static struct partial_die_info *
14014 load_partial_dies (const struct die_reader_specs *reader,
14015                    const gdb_byte *info_ptr, int building_psymtab)
14016 {
14017   struct dwarf2_cu *cu = reader->cu;
14018   struct objfile *objfile = cu->objfile;
14019   struct partial_die_info *part_die;
14020   struct partial_die_info *parent_die, *last_die, *first_die = NULL;
14021   struct abbrev_info *abbrev;
14022   unsigned int bytes_read;
14023   unsigned int load_all = 0;
14024   int nesting_level = 1;
14025
14026   parent_die = NULL;
14027   last_die = NULL;
14028
14029   gdb_assert (cu->per_cu != NULL);
14030   if (cu->per_cu->load_all_dies)
14031     load_all = 1;
14032
14033   cu->partial_dies
14034     = htab_create_alloc_ex (cu->header.length / 12,
14035                             partial_die_hash,
14036                             partial_die_eq,
14037                             NULL,
14038                             &cu->comp_unit_obstack,
14039                             hashtab_obstack_allocate,
14040                             dummy_obstack_deallocate);
14041
14042   part_die = obstack_alloc (&cu->comp_unit_obstack,
14043                             sizeof (struct partial_die_info));
14044
14045   while (1)
14046     {
14047       abbrev = peek_die_abbrev (info_ptr, &bytes_read, cu);
14048
14049       /* A NULL abbrev means the end of a series of children.  */
14050       if (abbrev == NULL)
14051         {
14052           if (--nesting_level == 0)
14053             {
14054               /* PART_DIE was probably the last thing allocated on the
14055                  comp_unit_obstack, so we could call obstack_free
14056                  here.  We don't do that because the waste is small,
14057                  and will be cleaned up when we're done with this
14058                  compilation unit.  This way, we're also more robust
14059                  against other users of the comp_unit_obstack.  */
14060               return first_die;
14061             }
14062           info_ptr += bytes_read;
14063           last_die = parent_die;
14064           parent_die = parent_die->die_parent;
14065           continue;
14066         }
14067
14068       /* Check for template arguments.  We never save these; if
14069          they're seen, we just mark the parent, and go on our way.  */
14070       if (parent_die != NULL
14071           && cu->language == language_cplus
14072           && (abbrev->tag == DW_TAG_template_type_param
14073               || abbrev->tag == DW_TAG_template_value_param))
14074         {
14075           parent_die->has_template_arguments = 1;
14076
14077           if (!load_all)
14078             {
14079               /* We don't need a partial DIE for the template argument.  */
14080               info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
14081               continue;
14082             }
14083         }
14084
14085       /* We only recurse into c++ subprograms looking for template arguments.
14086          Skip their other children.  */
14087       if (!load_all
14088           && cu->language == language_cplus
14089           && parent_die != NULL
14090           && parent_die->tag == DW_TAG_subprogram)
14091         {
14092           info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
14093           continue;
14094         }
14095
14096       /* Check whether this DIE is interesting enough to save.  Normally
14097          we would not be interested in members here, but there may be
14098          later variables referencing them via DW_AT_specification (for
14099          static members).  */
14100       if (!load_all
14101           && !is_type_tag_for_partial (abbrev->tag)
14102           && abbrev->tag != DW_TAG_constant
14103           && abbrev->tag != DW_TAG_enumerator
14104           && abbrev->tag != DW_TAG_subprogram
14105           && abbrev->tag != DW_TAG_lexical_block
14106           && abbrev->tag != DW_TAG_variable
14107           && abbrev->tag != DW_TAG_namespace
14108           && abbrev->tag != DW_TAG_module
14109           && abbrev->tag != DW_TAG_member
14110           && abbrev->tag != DW_TAG_imported_unit)
14111         {
14112           /* Otherwise we skip to the next sibling, if any.  */
14113           info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
14114           continue;
14115         }
14116
14117       info_ptr = read_partial_die (reader, part_die, abbrev, bytes_read,
14118                                    info_ptr);
14119
14120       /* This two-pass algorithm for processing partial symbols has a
14121          high cost in cache pressure.  Thus, handle some simple cases
14122          here which cover the majority of C partial symbols.  DIEs
14123          which neither have specification tags in them, nor could have
14124          specification tags elsewhere pointing at them, can simply be
14125          processed and discarded.
14126
14127          This segment is also optional; scan_partial_symbols and
14128          add_partial_symbol will handle these DIEs if we chain
14129          them in normally.  When compilers which do not emit large
14130          quantities of duplicate debug information are more common,
14131          this code can probably be removed.  */
14132
14133       /* Any complete simple types at the top level (pretty much all
14134          of them, for a language without namespaces), can be processed
14135          directly.  */
14136       if (parent_die == NULL
14137           && part_die->has_specification == 0
14138           && part_die->is_declaration == 0
14139           && ((part_die->tag == DW_TAG_typedef && !part_die->has_children)
14140               || part_die->tag == DW_TAG_base_type
14141               || part_die->tag == DW_TAG_subrange_type))
14142         {
14143           if (building_psymtab && part_die->name != NULL)
14144             add_psymbol_to_list (part_die->name, strlen (part_die->name), 0,
14145                                  VAR_DOMAIN, LOC_TYPEDEF,
14146                                  &objfile->static_psymbols,
14147                                  0, (CORE_ADDR) 0, cu->language, objfile);
14148           info_ptr = locate_pdi_sibling (reader, part_die, info_ptr);
14149           continue;
14150         }
14151
14152       /* The exception for DW_TAG_typedef with has_children above is
14153          a workaround of GCC PR debug/47510.  In the case of this complaint
14154          type_name_no_tag_or_error will error on such types later.
14155
14156          GDB skipped children of DW_TAG_typedef by the shortcut above and then
14157          it could not find the child DIEs referenced later, this is checked
14158          above.  In correct DWARF DW_TAG_typedef should have no children.  */
14159
14160       if (part_die->tag == DW_TAG_typedef && part_die->has_children)
14161         complaint (&symfile_complaints,
14162                    _("DW_TAG_typedef has childen - GCC PR debug/47510 bug "
14163                      "- DIE at 0x%x [in module %s]"),
14164                    part_die->offset.sect_off, objfile_name (objfile));
14165
14166       /* If we're at the second level, and we're an enumerator, and
14167          our parent has no specification (meaning possibly lives in a
14168          namespace elsewhere), then we can add the partial symbol now
14169          instead of queueing it.  */
14170       if (part_die->tag == DW_TAG_enumerator
14171           && parent_die != NULL
14172           && parent_die->die_parent == NULL
14173           && parent_die->tag == DW_TAG_enumeration_type
14174           && parent_die->has_specification == 0)
14175         {
14176           if (part_die->name == NULL)
14177             complaint (&symfile_complaints,
14178                        _("malformed enumerator DIE ignored"));
14179           else if (building_psymtab)
14180             add_psymbol_to_list (part_die->name, strlen (part_die->name), 0,
14181                                  VAR_DOMAIN, LOC_CONST,
14182                                  (cu->language == language_cplus
14183                                   || cu->language == language_java)
14184                                  ? &objfile->global_psymbols
14185                                  : &objfile->static_psymbols,
14186                                  0, (CORE_ADDR) 0, cu->language, objfile);
14187
14188           info_ptr = locate_pdi_sibling (reader, part_die, info_ptr);
14189           continue;
14190         }
14191
14192       /* We'll save this DIE so link it in.  */
14193       part_die->die_parent = parent_die;
14194       part_die->die_sibling = NULL;
14195       part_die->die_child = NULL;
14196
14197       if (last_die && last_die == parent_die)
14198         last_die->die_child = part_die;
14199       else if (last_die)
14200         last_die->die_sibling = part_die;
14201
14202       last_die = part_die;
14203
14204       if (first_die == NULL)
14205         first_die = part_die;
14206
14207       /* Maybe add the DIE to the hash table.  Not all DIEs that we
14208          find interesting need to be in the hash table, because we
14209          also have the parent/sibling/child chains; only those that we
14210          might refer to by offset later during partial symbol reading.
14211
14212          For now this means things that might have be the target of a
14213          DW_AT_specification, DW_AT_abstract_origin, or
14214          DW_AT_extension.  DW_AT_extension will refer only to
14215          namespaces; DW_AT_abstract_origin refers to functions (and
14216          many things under the function DIE, but we do not recurse
14217          into function DIEs during partial symbol reading) and
14218          possibly variables as well; DW_AT_specification refers to
14219          declarations.  Declarations ought to have the DW_AT_declaration
14220          flag.  It happens that GCC forgets to put it in sometimes, but
14221          only for functions, not for types.
14222
14223          Adding more things than necessary to the hash table is harmless
14224          except for the performance cost.  Adding too few will result in
14225          wasted time in find_partial_die, when we reread the compilation
14226          unit with load_all_dies set.  */
14227
14228       if (load_all
14229           || abbrev->tag == DW_TAG_constant
14230           || abbrev->tag == DW_TAG_subprogram
14231           || abbrev->tag == DW_TAG_variable
14232           || abbrev->tag == DW_TAG_namespace
14233           || part_die->is_declaration)
14234         {
14235           void **slot;
14236
14237           slot = htab_find_slot_with_hash (cu->partial_dies, part_die,
14238                                            part_die->offset.sect_off, INSERT);
14239           *slot = part_die;
14240         }
14241
14242       part_die = obstack_alloc (&cu->comp_unit_obstack,
14243                                 sizeof (struct partial_die_info));
14244
14245       /* For some DIEs we want to follow their children (if any).  For C
14246          we have no reason to follow the children of structures; for other
14247          languages we have to, so that we can get at method physnames
14248          to infer fully qualified class names, for DW_AT_specification,
14249          and for C++ template arguments.  For C++, we also look one level
14250          inside functions to find template arguments (if the name of the
14251          function does not already contain the template arguments).
14252
14253          For Ada, we need to scan the children of subprograms and lexical
14254          blocks as well because Ada allows the definition of nested
14255          entities that could be interesting for the debugger, such as
14256          nested subprograms for instance.  */
14257       if (last_die->has_children
14258           && (load_all
14259               || last_die->tag == DW_TAG_namespace
14260               || last_die->tag == DW_TAG_module
14261               || last_die->tag == DW_TAG_enumeration_type
14262               || (cu->language == language_cplus
14263                   && last_die->tag == DW_TAG_subprogram
14264                   && (last_die->name == NULL
14265                       || strchr (last_die->name, '<') == NULL))
14266               || (cu->language != language_c
14267                   && (last_die->tag == DW_TAG_class_type
14268                       || last_die->tag == DW_TAG_interface_type
14269                       || last_die->tag == DW_TAG_structure_type
14270                       || last_die->tag == DW_TAG_union_type))
14271               || (cu->language == language_ada
14272                   && (last_die->tag == DW_TAG_subprogram
14273                       || last_die->tag == DW_TAG_lexical_block))))
14274         {
14275           nesting_level++;
14276           parent_die = last_die;
14277           continue;
14278         }
14279
14280       /* Otherwise we skip to the next sibling, if any.  */
14281       info_ptr = locate_pdi_sibling (reader, last_die, info_ptr);
14282
14283       /* Back to the top, do it again.  */
14284     }
14285 }
14286
14287 /* Read a minimal amount of information into the minimal die structure.  */
14288
14289 static const gdb_byte *
14290 read_partial_die (const struct die_reader_specs *reader,
14291                   struct partial_die_info *part_die,
14292                   struct abbrev_info *abbrev, unsigned int abbrev_len,
14293                   const gdb_byte *info_ptr)
14294 {
14295   struct dwarf2_cu *cu = reader->cu;
14296   struct objfile *objfile = cu->objfile;
14297   const gdb_byte *buffer = reader->buffer;
14298   unsigned int i;
14299   struct attribute attr;
14300   int has_low_pc_attr = 0;
14301   int has_high_pc_attr = 0;
14302   int high_pc_relative = 0;
14303
14304   memset (part_die, 0, sizeof (struct partial_die_info));
14305
14306   part_die->offset.sect_off = info_ptr - buffer;
14307
14308   info_ptr += abbrev_len;
14309
14310   if (abbrev == NULL)
14311     return info_ptr;
14312
14313   part_die->tag = abbrev->tag;
14314   part_die->has_children = abbrev->has_children;
14315
14316   for (i = 0; i < abbrev->num_attrs; ++i)
14317     {
14318       info_ptr = read_attribute (reader, &attr, &abbrev->attrs[i], info_ptr);
14319
14320       /* Store the data if it is of an attribute we want to keep in a
14321          partial symbol table.  */
14322       switch (attr.name)
14323         {
14324         case DW_AT_name:
14325           switch (part_die->tag)
14326             {
14327             case DW_TAG_compile_unit:
14328             case DW_TAG_partial_unit:
14329             case DW_TAG_type_unit:
14330               /* Compilation units have a DW_AT_name that is a filename, not
14331                  a source language identifier.  */
14332             case DW_TAG_enumeration_type:
14333             case DW_TAG_enumerator:
14334               /* These tags always have simple identifiers already; no need
14335                  to canonicalize them.  */
14336               part_die->name = DW_STRING (&attr);
14337               break;
14338             default:
14339               part_die->name
14340                 = dwarf2_canonicalize_name (DW_STRING (&attr), cu,
14341                                             &objfile->objfile_obstack);
14342               break;
14343             }
14344           break;
14345         case DW_AT_linkage_name:
14346         case DW_AT_MIPS_linkage_name:
14347           /* Note that both forms of linkage name might appear.  We
14348              assume they will be the same, and we only store the last
14349              one we see.  */
14350           if (cu->language == language_ada)
14351             part_die->name = DW_STRING (&attr);
14352           part_die->linkage_name = DW_STRING (&attr);
14353           break;
14354         case DW_AT_low_pc:
14355           has_low_pc_attr = 1;
14356           part_die->lowpc = DW_ADDR (&attr);
14357           break;
14358         case DW_AT_high_pc:
14359           has_high_pc_attr = 1;
14360           if (attr.form == DW_FORM_addr
14361               || attr.form == DW_FORM_GNU_addr_index)
14362             part_die->highpc = DW_ADDR (&attr);
14363           else
14364             {
14365               high_pc_relative = 1;
14366               part_die->highpc = DW_UNSND (&attr);
14367             }
14368           break;
14369         case DW_AT_location:
14370           /* Support the .debug_loc offsets.  */
14371           if (attr_form_is_block (&attr))
14372             {
14373                part_die->d.locdesc = DW_BLOCK (&attr);
14374             }
14375           else if (attr_form_is_section_offset (&attr))
14376             {
14377               dwarf2_complex_location_expr_complaint ();
14378             }
14379           else
14380             {
14381               dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
14382                                                      "partial symbol information");
14383             }
14384           break;
14385         case DW_AT_external:
14386           part_die->is_external = DW_UNSND (&attr);
14387           break;
14388         case DW_AT_declaration:
14389           part_die->is_declaration = DW_UNSND (&attr);
14390           break;
14391         case DW_AT_type:
14392           part_die->has_type = 1;
14393           break;
14394         case DW_AT_abstract_origin:
14395         case DW_AT_specification:
14396         case DW_AT_extension:
14397           part_die->has_specification = 1;
14398           part_die->spec_offset = dwarf2_get_ref_die_offset (&attr);
14399           part_die->spec_is_dwz = (attr.form == DW_FORM_GNU_ref_alt
14400                                    || cu->per_cu->is_dwz);
14401           break;
14402         case DW_AT_sibling:
14403           /* Ignore absolute siblings, they might point outside of
14404              the current compile unit.  */
14405           if (attr.form == DW_FORM_ref_addr)
14406             complaint (&symfile_complaints,
14407                        _("ignoring absolute DW_AT_sibling"));
14408           else
14409             part_die->sibling = buffer + dwarf2_get_ref_die_offset (&attr).sect_off;
14410           break;
14411         case DW_AT_byte_size:
14412           part_die->has_byte_size = 1;
14413           break;
14414         case DW_AT_calling_convention:
14415           /* DWARF doesn't provide a way to identify a program's source-level
14416              entry point.  DW_AT_calling_convention attributes are only meant
14417              to describe functions' calling conventions.
14418
14419              However, because it's a necessary piece of information in
14420              Fortran, and because DW_CC_program is the only piece of debugging
14421              information whose definition refers to a 'main program' at all,
14422              several compilers have begun marking Fortran main programs with
14423              DW_CC_program --- even when those functions use the standard
14424              calling conventions.
14425
14426              So until DWARF specifies a way to provide this information and
14427              compilers pick up the new representation, we'll support this
14428              practice.  */
14429           if (DW_UNSND (&attr) == DW_CC_program
14430               && cu->language == language_fortran)
14431             {
14432               set_main_name (part_die->name);
14433
14434               /* As this DIE has a static linkage the name would be difficult
14435                  to look up later.  */
14436               language_of_main = language_fortran;
14437             }
14438           break;
14439         case DW_AT_inline:
14440           if (DW_UNSND (&attr) == DW_INL_inlined
14441               || DW_UNSND (&attr) == DW_INL_declared_inlined)
14442             part_die->may_be_inlined = 1;
14443           break;
14444
14445         case DW_AT_import:
14446           if (part_die->tag == DW_TAG_imported_unit)
14447             {
14448               part_die->d.offset = dwarf2_get_ref_die_offset (&attr);
14449               part_die->is_dwz = (attr.form == DW_FORM_GNU_ref_alt
14450                                   || cu->per_cu->is_dwz);
14451             }
14452           break;
14453
14454         default:
14455           break;
14456         }
14457     }
14458
14459   if (high_pc_relative)
14460     part_die->highpc += part_die->lowpc;
14461
14462   if (has_low_pc_attr && has_high_pc_attr)
14463     {
14464       /* When using the GNU linker, .gnu.linkonce. sections are used to
14465          eliminate duplicate copies of functions and vtables and such.
14466          The linker will arbitrarily choose one and discard the others.
14467          The AT_*_pc values for such functions refer to local labels in
14468          these sections.  If the section from that file was discarded, the
14469          labels are not in the output, so the relocs get a value of 0.
14470          If this is a discarded function, mark the pc bounds as invalid,
14471          so that GDB will ignore it.  */
14472       if (part_die->lowpc == 0 && !dwarf2_per_objfile->has_section_at_zero)
14473         {
14474           struct gdbarch *gdbarch = get_objfile_arch (objfile);
14475
14476           complaint (&symfile_complaints,
14477                      _("DW_AT_low_pc %s is zero "
14478                        "for DIE at 0x%x [in module %s]"),
14479                      paddress (gdbarch, part_die->lowpc),
14480                      part_die->offset.sect_off, objfile_name (objfile));
14481         }
14482       /* dwarf2_get_pc_bounds has also the strict low < high requirement.  */
14483       else if (part_die->lowpc >= part_die->highpc)
14484         {
14485           struct gdbarch *gdbarch = get_objfile_arch (objfile);
14486
14487           complaint (&symfile_complaints,
14488                      _("DW_AT_low_pc %s is not < DW_AT_high_pc %s "
14489                        "for DIE at 0x%x [in module %s]"),
14490                      paddress (gdbarch, part_die->lowpc),
14491                      paddress (gdbarch, part_die->highpc),
14492                      part_die->offset.sect_off, objfile_name (objfile));
14493         }
14494       else
14495         part_die->has_pc_info = 1;
14496     }
14497
14498   return info_ptr;
14499 }
14500
14501 /* Find a cached partial DIE at OFFSET in CU.  */
14502
14503 static struct partial_die_info *
14504 find_partial_die_in_comp_unit (sect_offset offset, struct dwarf2_cu *cu)
14505 {
14506   struct partial_die_info *lookup_die = NULL;
14507   struct partial_die_info part_die;
14508
14509   part_die.offset = offset;
14510   lookup_die = htab_find_with_hash (cu->partial_dies, &part_die,
14511                                     offset.sect_off);
14512
14513   return lookup_die;
14514 }
14515
14516 /* Find a partial DIE at OFFSET, which may or may not be in CU,
14517    except in the case of .debug_types DIEs which do not reference
14518    outside their CU (they do however referencing other types via
14519    DW_FORM_ref_sig8).  */
14520
14521 static struct partial_die_info *
14522 find_partial_die (sect_offset offset, int offset_in_dwz, struct dwarf2_cu *cu)
14523 {
14524   struct objfile *objfile = cu->objfile;
14525   struct dwarf2_per_cu_data *per_cu = NULL;
14526   struct partial_die_info *pd = NULL;
14527
14528   if (offset_in_dwz == cu->per_cu->is_dwz
14529       && offset_in_cu_p (&cu->header, offset))
14530     {
14531       pd = find_partial_die_in_comp_unit (offset, cu);
14532       if (pd != NULL)
14533         return pd;
14534       /* We missed recording what we needed.
14535          Load all dies and try again.  */
14536       per_cu = cu->per_cu;
14537     }
14538   else
14539     {
14540       /* TUs don't reference other CUs/TUs (except via type signatures).  */
14541       if (cu->per_cu->is_debug_types)
14542         {
14543           error (_("Dwarf Error: Type Unit at offset 0x%lx contains"
14544                    " external reference to offset 0x%lx [in module %s].\n"),
14545                  (long) cu->header.offset.sect_off, (long) offset.sect_off,
14546                  bfd_get_filename (objfile->obfd));
14547         }
14548       per_cu = dwarf2_find_containing_comp_unit (offset, offset_in_dwz,
14549                                                  objfile);
14550
14551       if (per_cu->cu == NULL || per_cu->cu->partial_dies == NULL)
14552         load_partial_comp_unit (per_cu);
14553
14554       per_cu->cu->last_used = 0;
14555       pd = find_partial_die_in_comp_unit (offset, per_cu->cu);
14556     }
14557
14558   /* If we didn't find it, and not all dies have been loaded,
14559      load them all and try again.  */
14560
14561   if (pd == NULL && per_cu->load_all_dies == 0)
14562     {
14563       per_cu->load_all_dies = 1;
14564
14565       /* This is nasty.  When we reread the DIEs, somewhere up the call chain
14566          THIS_CU->cu may already be in use.  So we can't just free it and
14567          replace its DIEs with the ones we read in.  Instead, we leave those
14568          DIEs alone (which can still be in use, e.g. in scan_partial_symbols),
14569          and clobber THIS_CU->cu->partial_dies with the hash table for the new
14570          set.  */
14571       load_partial_comp_unit (per_cu);
14572
14573       pd = find_partial_die_in_comp_unit (offset, per_cu->cu);
14574     }
14575
14576   if (pd == NULL)
14577     internal_error (__FILE__, __LINE__,
14578                     _("could not find partial DIE 0x%x "
14579                       "in cache [from module %s]\n"),
14580                     offset.sect_off, bfd_get_filename (objfile->obfd));
14581   return pd;
14582 }
14583
14584 /* See if we can figure out if the class lives in a namespace.  We do
14585    this by looking for a member function; its demangled name will
14586    contain namespace info, if there is any.  */
14587
14588 static void
14589 guess_partial_die_structure_name (struct partial_die_info *struct_pdi,
14590                                   struct dwarf2_cu *cu)
14591 {
14592   /* NOTE: carlton/2003-10-07: Getting the info this way changes
14593      what template types look like, because the demangler
14594      frequently doesn't give the same name as the debug info.  We
14595      could fix this by only using the demangled name to get the
14596      prefix (but see comment in read_structure_type).  */
14597
14598   struct partial_die_info *real_pdi;
14599   struct partial_die_info *child_pdi;
14600
14601   /* If this DIE (this DIE's specification, if any) has a parent, then
14602      we should not do this.  We'll prepend the parent's fully qualified
14603      name when we create the partial symbol.  */
14604
14605   real_pdi = struct_pdi;
14606   while (real_pdi->has_specification)
14607     real_pdi = find_partial_die (real_pdi->spec_offset,
14608                                  real_pdi->spec_is_dwz, cu);
14609
14610   if (real_pdi->die_parent != NULL)
14611     return;
14612
14613   for (child_pdi = struct_pdi->die_child;
14614        child_pdi != NULL;
14615        child_pdi = child_pdi->die_sibling)
14616     {
14617       if (child_pdi->tag == DW_TAG_subprogram
14618           && child_pdi->linkage_name != NULL)
14619         {
14620           char *actual_class_name
14621             = language_class_name_from_physname (cu->language_defn,
14622                                                  child_pdi->linkage_name);
14623           if (actual_class_name != NULL)
14624             {
14625               struct_pdi->name
14626                 = obstack_copy0 (&cu->objfile->objfile_obstack,
14627                                  actual_class_name,
14628                                  strlen (actual_class_name));
14629               xfree (actual_class_name);
14630             }
14631           break;
14632         }
14633     }
14634 }
14635
14636 /* Adjust PART_DIE before generating a symbol for it.  This function
14637    may set the is_external flag or change the DIE's name.  */
14638
14639 static void
14640 fixup_partial_die (struct partial_die_info *part_die,
14641                    struct dwarf2_cu *cu)
14642 {
14643   /* Once we've fixed up a die, there's no point in doing so again.
14644      This also avoids a memory leak if we were to call
14645      guess_partial_die_structure_name multiple times.  */
14646   if (part_die->fixup_called)
14647     return;
14648
14649   /* If we found a reference attribute and the DIE has no name, try
14650      to find a name in the referred to DIE.  */
14651
14652   if (part_die->name == NULL && part_die->has_specification)
14653     {
14654       struct partial_die_info *spec_die;
14655
14656       spec_die = find_partial_die (part_die->spec_offset,
14657                                    part_die->spec_is_dwz, cu);
14658
14659       fixup_partial_die (spec_die, cu);
14660
14661       if (spec_die->name)
14662         {
14663           part_die->name = spec_die->name;
14664
14665           /* Copy DW_AT_external attribute if it is set.  */
14666           if (spec_die->is_external)
14667             part_die->is_external = spec_die->is_external;
14668         }
14669     }
14670
14671   /* Set default names for some unnamed DIEs.  */
14672
14673   if (part_die->name == NULL && part_die->tag == DW_TAG_namespace)
14674     part_die->name = CP_ANONYMOUS_NAMESPACE_STR;
14675
14676   /* If there is no parent die to provide a namespace, and there are
14677      children, see if we can determine the namespace from their linkage
14678      name.  */
14679   if (cu->language == language_cplus
14680       && !VEC_empty (dwarf2_section_info_def, dwarf2_per_objfile->types)
14681       && part_die->die_parent == NULL
14682       && part_die->has_children
14683       && (part_die->tag == DW_TAG_class_type
14684           || part_die->tag == DW_TAG_structure_type
14685           || part_die->tag == DW_TAG_union_type))
14686     guess_partial_die_structure_name (part_die, cu);
14687
14688   /* GCC might emit a nameless struct or union that has a linkage
14689      name.  See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510.  */
14690   if (part_die->name == NULL
14691       && (part_die->tag == DW_TAG_class_type
14692           || part_die->tag == DW_TAG_interface_type
14693           || part_die->tag == DW_TAG_structure_type
14694           || part_die->tag == DW_TAG_union_type)
14695       && part_die->linkage_name != NULL)
14696     {
14697       char *demangled;
14698
14699       demangled = gdb_demangle (part_die->linkage_name, DMGL_TYPES);
14700       if (demangled)
14701         {
14702           const char *base;
14703
14704           /* Strip any leading namespaces/classes, keep only the base name.
14705              DW_AT_name for named DIEs does not contain the prefixes.  */
14706           base = strrchr (demangled, ':');
14707           if (base && base > demangled && base[-1] == ':')
14708             base++;
14709           else
14710             base = demangled;
14711
14712           part_die->name = obstack_copy0 (&cu->objfile->objfile_obstack,
14713                                           base, strlen (base));
14714           xfree (demangled);
14715         }
14716     }
14717
14718   part_die->fixup_called = 1;
14719 }
14720
14721 /* Read an attribute value described by an attribute form.  */
14722
14723 static const gdb_byte *
14724 read_attribute_value (const struct die_reader_specs *reader,
14725                       struct attribute *attr, unsigned form,
14726                       const gdb_byte *info_ptr)
14727 {
14728   struct dwarf2_cu *cu = reader->cu;
14729   bfd *abfd = reader->abfd;
14730   struct comp_unit_head *cu_header = &cu->header;
14731   unsigned int bytes_read;
14732   struct dwarf_block *blk;
14733
14734   attr->form = form;
14735   switch (form)
14736     {
14737     case DW_FORM_ref_addr:
14738       if (cu->header.version == 2)
14739         DW_UNSND (attr) = read_address (abfd, info_ptr, cu, &bytes_read);
14740       else
14741         DW_UNSND (attr) = read_offset (abfd, info_ptr,
14742                                        &cu->header, &bytes_read);
14743       info_ptr += bytes_read;
14744       break;
14745     case DW_FORM_GNU_ref_alt:
14746       DW_UNSND (attr) = read_offset (abfd, info_ptr, &cu->header, &bytes_read);
14747       info_ptr += bytes_read;
14748       break;
14749     case DW_FORM_addr:
14750       DW_ADDR (attr) = read_address (abfd, info_ptr, cu, &bytes_read);
14751       info_ptr += bytes_read;
14752       break;
14753     case DW_FORM_block2:
14754       blk = dwarf_alloc_block (cu);
14755       blk->size = read_2_bytes (abfd, info_ptr);
14756       info_ptr += 2;
14757       blk->data = read_n_bytes (abfd, info_ptr, blk->size);
14758       info_ptr += blk->size;
14759       DW_BLOCK (attr) = blk;
14760       break;
14761     case DW_FORM_block4:
14762       blk = dwarf_alloc_block (cu);
14763       blk->size = read_4_bytes (abfd, info_ptr);
14764       info_ptr += 4;
14765       blk->data = read_n_bytes (abfd, info_ptr, blk->size);
14766       info_ptr += blk->size;
14767       DW_BLOCK (attr) = blk;
14768       break;
14769     case DW_FORM_data2:
14770       DW_UNSND (attr) = read_2_bytes (abfd, info_ptr);
14771       info_ptr += 2;
14772       break;
14773     case DW_FORM_data4:
14774       DW_UNSND (attr) = read_4_bytes (abfd, info_ptr);
14775       info_ptr += 4;
14776       break;
14777     case DW_FORM_data8:
14778       DW_UNSND (attr) = read_8_bytes (abfd, info_ptr);
14779       info_ptr += 8;
14780       break;
14781     case DW_FORM_sec_offset:
14782       DW_UNSND (attr) = read_offset (abfd, info_ptr, &cu->header, &bytes_read);
14783       info_ptr += bytes_read;
14784       break;
14785     case DW_FORM_string:
14786       DW_STRING (attr) = read_direct_string (abfd, info_ptr, &bytes_read);
14787       DW_STRING_IS_CANONICAL (attr) = 0;
14788       info_ptr += bytes_read;
14789       break;
14790     case DW_FORM_strp:
14791       if (!cu->per_cu->is_dwz)
14792         {
14793           DW_STRING (attr) = read_indirect_string (abfd, info_ptr, cu_header,
14794                                                    &bytes_read);
14795           DW_STRING_IS_CANONICAL (attr) = 0;
14796           info_ptr += bytes_read;
14797           break;
14798         }
14799       /* FALLTHROUGH */
14800     case DW_FORM_GNU_strp_alt:
14801       {
14802         struct dwz_file *dwz = dwarf2_get_dwz_file ();
14803         LONGEST str_offset = read_offset (abfd, info_ptr, cu_header,
14804                                           &bytes_read);
14805
14806         DW_STRING (attr) = read_indirect_string_from_dwz (dwz, str_offset);
14807         DW_STRING_IS_CANONICAL (attr) = 0;
14808         info_ptr += bytes_read;
14809       }
14810       break;
14811     case DW_FORM_exprloc:
14812     case DW_FORM_block:
14813       blk = dwarf_alloc_block (cu);
14814       blk->size = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
14815       info_ptr += bytes_read;
14816       blk->data = read_n_bytes (abfd, info_ptr, blk->size);
14817       info_ptr += blk->size;
14818       DW_BLOCK (attr) = blk;
14819       break;
14820     case DW_FORM_block1:
14821       blk = dwarf_alloc_block (cu);
14822       blk->size = read_1_byte (abfd, info_ptr);
14823       info_ptr += 1;
14824       blk->data = read_n_bytes (abfd, info_ptr, blk->size);
14825       info_ptr += blk->size;
14826       DW_BLOCK (attr) = blk;
14827       break;
14828     case DW_FORM_data1:
14829       DW_UNSND (attr) = read_1_byte (abfd, info_ptr);
14830       info_ptr += 1;
14831       break;
14832     case DW_FORM_flag:
14833       DW_UNSND (attr) = read_1_byte (abfd, info_ptr);
14834       info_ptr += 1;
14835       break;
14836     case DW_FORM_flag_present:
14837       DW_UNSND (attr) = 1;
14838       break;
14839     case DW_FORM_sdata:
14840       DW_SND (attr) = read_signed_leb128 (abfd, info_ptr, &bytes_read);
14841       info_ptr += bytes_read;
14842       break;
14843     case DW_FORM_udata:
14844       DW_UNSND (attr) = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
14845       info_ptr += bytes_read;
14846       break;
14847     case DW_FORM_ref1:
14848       DW_UNSND (attr) = (cu->header.offset.sect_off
14849                          + read_1_byte (abfd, info_ptr));
14850       info_ptr += 1;
14851       break;
14852     case DW_FORM_ref2:
14853       DW_UNSND (attr) = (cu->header.offset.sect_off
14854                          + read_2_bytes (abfd, info_ptr));
14855       info_ptr += 2;
14856       break;
14857     case DW_FORM_ref4:
14858       DW_UNSND (attr) = (cu->header.offset.sect_off
14859                          + read_4_bytes (abfd, info_ptr));
14860       info_ptr += 4;
14861       break;
14862     case DW_FORM_ref8:
14863       DW_UNSND (attr) = (cu->header.offset.sect_off
14864                          + read_8_bytes (abfd, info_ptr));
14865       info_ptr += 8;
14866       break;
14867     case DW_FORM_ref_sig8:
14868       DW_SIGNATURE (attr) = read_8_bytes (abfd, info_ptr);
14869       info_ptr += 8;
14870       break;
14871     case DW_FORM_ref_udata:
14872       DW_UNSND (attr) = (cu->header.offset.sect_off
14873                          + read_unsigned_leb128 (abfd, info_ptr, &bytes_read));
14874       info_ptr += bytes_read;
14875       break;
14876     case DW_FORM_indirect:
14877       form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
14878       info_ptr += bytes_read;
14879       info_ptr = read_attribute_value (reader, attr, form, info_ptr);
14880       break;
14881     case DW_FORM_GNU_addr_index:
14882       if (reader->dwo_file == NULL)
14883         {
14884           /* For now flag a hard error.
14885              Later we can turn this into a complaint.  */
14886           error (_("Dwarf Error: %s found in non-DWO CU [in module %s]"),
14887                  dwarf_form_name (form),
14888                  bfd_get_filename (abfd));
14889         }
14890       DW_ADDR (attr) = read_addr_index_from_leb128 (cu, info_ptr, &bytes_read);
14891       info_ptr += bytes_read;
14892       break;
14893     case DW_FORM_GNU_str_index:
14894       if (reader->dwo_file == NULL)
14895         {
14896           /* For now flag a hard error.
14897              Later we can turn this into a complaint if warranted.  */
14898           error (_("Dwarf Error: %s found in non-DWO CU [in module %s]"),
14899                  dwarf_form_name (form),
14900                  bfd_get_filename (abfd));
14901         }
14902       {
14903         ULONGEST str_index =
14904           read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
14905
14906         DW_STRING (attr) = read_str_index (reader, cu, str_index);
14907         DW_STRING_IS_CANONICAL (attr) = 0;
14908         info_ptr += bytes_read;
14909       }
14910       break;
14911     default:
14912       error (_("Dwarf Error: Cannot handle %s in DWARF reader [in module %s]"),
14913              dwarf_form_name (form),
14914              bfd_get_filename (abfd));
14915     }
14916
14917   /* Super hack.  */
14918   if (cu->per_cu->is_dwz && attr_form_is_ref (attr))
14919     attr->form = DW_FORM_GNU_ref_alt;
14920
14921   /* We have seen instances where the compiler tried to emit a byte
14922      size attribute of -1 which ended up being encoded as an unsigned
14923      0xffffffff.  Although 0xffffffff is technically a valid size value,
14924      an object of this size seems pretty unlikely so we can relatively
14925      safely treat these cases as if the size attribute was invalid and
14926      treat them as zero by default.  */
14927   if (attr->name == DW_AT_byte_size
14928       && form == DW_FORM_data4
14929       && DW_UNSND (attr) >= 0xffffffff)
14930     {
14931       complaint
14932         (&symfile_complaints,
14933          _("Suspicious DW_AT_byte_size value treated as zero instead of %s"),
14934          hex_string (DW_UNSND (attr)));
14935       DW_UNSND (attr) = 0;
14936     }
14937
14938   return info_ptr;
14939 }
14940
14941 /* Read an attribute described by an abbreviated attribute.  */
14942
14943 static const gdb_byte *
14944 read_attribute (const struct die_reader_specs *reader,
14945                 struct attribute *attr, struct attr_abbrev *abbrev,
14946                 const gdb_byte *info_ptr)
14947 {
14948   attr->name = abbrev->name;
14949   return read_attribute_value (reader, attr, abbrev->form, info_ptr);
14950 }
14951
14952 /* Read dwarf information from a buffer.  */
14953
14954 static unsigned int
14955 read_1_byte (bfd *abfd, const gdb_byte *buf)
14956 {
14957   return bfd_get_8 (abfd, buf);
14958 }
14959
14960 static int
14961 read_1_signed_byte (bfd *abfd, const gdb_byte *buf)
14962 {
14963   return bfd_get_signed_8 (abfd, buf);
14964 }
14965
14966 static unsigned int
14967 read_2_bytes (bfd *abfd, const gdb_byte *buf)
14968 {
14969   return bfd_get_16 (abfd, buf);
14970 }
14971
14972 static int
14973 read_2_signed_bytes (bfd *abfd, const gdb_byte *buf)
14974 {
14975   return bfd_get_signed_16 (abfd, buf);
14976 }
14977
14978 static unsigned int
14979 read_4_bytes (bfd *abfd, const gdb_byte *buf)
14980 {
14981   return bfd_get_32 (abfd, buf);
14982 }
14983
14984 static int
14985 read_4_signed_bytes (bfd *abfd, const gdb_byte *buf)
14986 {
14987   return bfd_get_signed_32 (abfd, buf);
14988 }
14989
14990 static ULONGEST
14991 read_8_bytes (bfd *abfd, const gdb_byte *buf)
14992 {
14993   return bfd_get_64 (abfd, buf);
14994 }
14995
14996 static CORE_ADDR
14997 read_address (bfd *abfd, const gdb_byte *buf, struct dwarf2_cu *cu,
14998               unsigned int *bytes_read)
14999 {
15000   struct comp_unit_head *cu_header = &cu->header;
15001   CORE_ADDR retval = 0;
15002
15003   if (cu_header->signed_addr_p)
15004     {
15005       switch (cu_header->addr_size)
15006         {
15007         case 2:
15008           retval = bfd_get_signed_16 (abfd, buf);
15009           break;
15010         case 4:
15011           retval = bfd_get_signed_32 (abfd, buf);
15012           break;
15013         case 8:
15014           retval = bfd_get_signed_64 (abfd, buf);
15015           break;
15016         default:
15017           internal_error (__FILE__, __LINE__,
15018                           _("read_address: bad switch, signed [in module %s]"),
15019                           bfd_get_filename (abfd));
15020         }
15021     }
15022   else
15023     {
15024       switch (cu_header->addr_size)
15025         {
15026         case 2:
15027           retval = bfd_get_16 (abfd, buf);
15028           break;
15029         case 4:
15030           retval = bfd_get_32 (abfd, buf);
15031           break;
15032         case 8:
15033           retval = bfd_get_64 (abfd, buf);
15034           break;
15035         default:
15036           internal_error (__FILE__, __LINE__,
15037                           _("read_address: bad switch, "
15038                             "unsigned [in module %s]"),
15039                           bfd_get_filename (abfd));
15040         }
15041     }
15042
15043   *bytes_read = cu_header->addr_size;
15044   return retval;
15045 }
15046
15047 /* Read the initial length from a section.  The (draft) DWARF 3
15048    specification allows the initial length to take up either 4 bytes
15049    or 12 bytes.  If the first 4 bytes are 0xffffffff, then the next 8
15050    bytes describe the length and all offsets will be 8 bytes in length
15051    instead of 4.
15052
15053    An older, non-standard 64-bit format is also handled by this
15054    function.  The older format in question stores the initial length
15055    as an 8-byte quantity without an escape value.  Lengths greater
15056    than 2^32 aren't very common which means that the initial 4 bytes
15057    is almost always zero.  Since a length value of zero doesn't make
15058    sense for the 32-bit format, this initial zero can be considered to
15059    be an escape value which indicates the presence of the older 64-bit
15060    format.  As written, the code can't detect (old format) lengths
15061    greater than 4GB.  If it becomes necessary to handle lengths
15062    somewhat larger than 4GB, we could allow other small values (such
15063    as the non-sensical values of 1, 2, and 3) to also be used as
15064    escape values indicating the presence of the old format.
15065
15066    The value returned via bytes_read should be used to increment the
15067    relevant pointer after calling read_initial_length().
15068
15069    [ Note:  read_initial_length() and read_offset() are based on the
15070      document entitled "DWARF Debugging Information Format", revision
15071      3, draft 8, dated November 19, 2001.  This document was obtained
15072      from:
15073
15074         http://reality.sgiweb.org/davea/dwarf3-draft8-011125.pdf
15075
15076      This document is only a draft and is subject to change.  (So beware.)
15077
15078      Details regarding the older, non-standard 64-bit format were
15079      determined empirically by examining 64-bit ELF files produced by
15080      the SGI toolchain on an IRIX 6.5 machine.
15081
15082      - Kevin, July 16, 2002
15083    ] */
15084
15085 static LONGEST
15086 read_initial_length (bfd *abfd, const gdb_byte *buf, unsigned int *bytes_read)
15087 {
15088   LONGEST length = bfd_get_32 (abfd, buf);
15089
15090   if (length == 0xffffffff)
15091     {
15092       length = bfd_get_64 (abfd, buf + 4);
15093       *bytes_read = 12;
15094     }
15095   else if (length == 0)
15096     {
15097       /* Handle the (non-standard) 64-bit DWARF2 format used by IRIX.  */
15098       length = bfd_get_64 (abfd, buf);
15099       *bytes_read = 8;
15100     }
15101   else
15102     {
15103       *bytes_read = 4;
15104     }
15105
15106   return length;
15107 }
15108
15109 /* Cover function for read_initial_length.
15110    Returns the length of the object at BUF, and stores the size of the
15111    initial length in *BYTES_READ and stores the size that offsets will be in
15112    *OFFSET_SIZE.
15113    If the initial length size is not equivalent to that specified in
15114    CU_HEADER then issue a complaint.
15115    This is useful when reading non-comp-unit headers.  */
15116
15117 static LONGEST
15118 read_checked_initial_length_and_offset (bfd *abfd, const gdb_byte *buf,
15119                                         const struct comp_unit_head *cu_header,
15120                                         unsigned int *bytes_read,
15121                                         unsigned int *offset_size)
15122 {
15123   LONGEST length = read_initial_length (abfd, buf, bytes_read);
15124
15125   gdb_assert (cu_header->initial_length_size == 4
15126               || cu_header->initial_length_size == 8
15127               || cu_header->initial_length_size == 12);
15128
15129   if (cu_header->initial_length_size != *bytes_read)
15130     complaint (&symfile_complaints,
15131                _("intermixed 32-bit and 64-bit DWARF sections"));
15132
15133   *offset_size = (*bytes_read == 4) ? 4 : 8;
15134   return length;
15135 }
15136
15137 /* Read an offset from the data stream.  The size of the offset is
15138    given by cu_header->offset_size.  */
15139
15140 static LONGEST
15141 read_offset (bfd *abfd, const gdb_byte *buf,
15142              const struct comp_unit_head *cu_header,
15143              unsigned int *bytes_read)
15144 {
15145   LONGEST offset = read_offset_1 (abfd, buf, cu_header->offset_size);
15146
15147   *bytes_read = cu_header->offset_size;
15148   return offset;
15149 }
15150
15151 /* Read an offset from the data stream.  */
15152
15153 static LONGEST
15154 read_offset_1 (bfd *abfd, const gdb_byte *buf, unsigned int offset_size)
15155 {
15156   LONGEST retval = 0;
15157
15158   switch (offset_size)
15159     {
15160     case 4:
15161       retval = bfd_get_32 (abfd, buf);
15162       break;
15163     case 8:
15164       retval = bfd_get_64 (abfd, buf);
15165       break;
15166     default:
15167       internal_error (__FILE__, __LINE__,
15168                       _("read_offset_1: bad switch [in module %s]"),
15169                       bfd_get_filename (abfd));
15170     }
15171
15172   return retval;
15173 }
15174
15175 static const gdb_byte *
15176 read_n_bytes (bfd *abfd, const gdb_byte *buf, unsigned int size)
15177 {
15178   /* If the size of a host char is 8 bits, we can return a pointer
15179      to the buffer, otherwise we have to copy the data to a buffer
15180      allocated on the temporary obstack.  */
15181   gdb_assert (HOST_CHAR_BIT == 8);
15182   return buf;
15183 }
15184
15185 static const char *
15186 read_direct_string (bfd *abfd, const gdb_byte *buf,
15187                     unsigned int *bytes_read_ptr)
15188 {
15189   /* If the size of a host char is 8 bits, we can return a pointer
15190      to the string, otherwise we have to copy the string to a buffer
15191      allocated on the temporary obstack.  */
15192   gdb_assert (HOST_CHAR_BIT == 8);
15193   if (*buf == '\0')
15194     {
15195       *bytes_read_ptr = 1;
15196       return NULL;
15197     }
15198   *bytes_read_ptr = strlen ((const char *) buf) + 1;
15199   return (const char *) buf;
15200 }
15201
15202 static const char *
15203 read_indirect_string_at_offset (bfd *abfd, LONGEST str_offset)
15204 {
15205   dwarf2_read_section (dwarf2_per_objfile->objfile, &dwarf2_per_objfile->str);
15206   if (dwarf2_per_objfile->str.buffer == NULL)
15207     error (_("DW_FORM_strp used without .debug_str section [in module %s]"),
15208            bfd_get_filename (abfd));
15209   if (str_offset >= dwarf2_per_objfile->str.size)
15210     error (_("DW_FORM_strp pointing outside of "
15211              ".debug_str section [in module %s]"),
15212            bfd_get_filename (abfd));
15213   gdb_assert (HOST_CHAR_BIT == 8);
15214   if (dwarf2_per_objfile->str.buffer[str_offset] == '\0')
15215     return NULL;
15216   return (const char *) (dwarf2_per_objfile->str.buffer + str_offset);
15217 }
15218
15219 /* Read a string at offset STR_OFFSET in the .debug_str section from
15220    the .dwz file DWZ.  Throw an error if the offset is too large.  If
15221    the string consists of a single NUL byte, return NULL; otherwise
15222    return a pointer to the string.  */
15223
15224 static const char *
15225 read_indirect_string_from_dwz (struct dwz_file *dwz, LONGEST str_offset)
15226 {
15227   dwarf2_read_section (dwarf2_per_objfile->objfile, &dwz->str);
15228
15229   if (dwz->str.buffer == NULL)
15230     error (_("DW_FORM_GNU_strp_alt used without .debug_str "
15231              "section [in module %s]"),
15232            bfd_get_filename (dwz->dwz_bfd));
15233   if (str_offset >= dwz->str.size)
15234     error (_("DW_FORM_GNU_strp_alt pointing outside of "
15235              ".debug_str section [in module %s]"),
15236            bfd_get_filename (dwz->dwz_bfd));
15237   gdb_assert (HOST_CHAR_BIT == 8);
15238   if (dwz->str.buffer[str_offset] == '\0')
15239     return NULL;
15240   return (const char *) (dwz->str.buffer + str_offset);
15241 }
15242
15243 static const char *
15244 read_indirect_string (bfd *abfd, const gdb_byte *buf,
15245                       const struct comp_unit_head *cu_header,
15246                       unsigned int *bytes_read_ptr)
15247 {
15248   LONGEST str_offset = read_offset (abfd, buf, cu_header, bytes_read_ptr);
15249
15250   return read_indirect_string_at_offset (abfd, str_offset);
15251 }
15252
15253 static ULONGEST
15254 read_unsigned_leb128 (bfd *abfd, const gdb_byte *buf,
15255                       unsigned int *bytes_read_ptr)
15256 {
15257   ULONGEST result;
15258   unsigned int num_read;
15259   int i, shift;
15260   unsigned char byte;
15261
15262   result = 0;
15263   shift = 0;
15264   num_read = 0;
15265   i = 0;
15266   while (1)
15267     {
15268       byte = bfd_get_8 (abfd, buf);
15269       buf++;
15270       num_read++;
15271       result |= ((ULONGEST) (byte & 127) << shift);
15272       if ((byte & 128) == 0)
15273         {
15274           break;
15275         }
15276       shift += 7;
15277     }
15278   *bytes_read_ptr = num_read;
15279   return result;
15280 }
15281
15282 static LONGEST
15283 read_signed_leb128 (bfd *abfd, const gdb_byte *buf,
15284                     unsigned int *bytes_read_ptr)
15285 {
15286   LONGEST result;
15287   int i, shift, num_read;
15288   unsigned char byte;
15289
15290   result = 0;
15291   shift = 0;
15292   num_read = 0;
15293   i = 0;
15294   while (1)
15295     {
15296       byte = bfd_get_8 (abfd, buf);
15297       buf++;
15298       num_read++;
15299       result |= ((LONGEST) (byte & 127) << shift);
15300       shift += 7;
15301       if ((byte & 128) == 0)
15302         {
15303           break;
15304         }
15305     }
15306   if ((shift < 8 * sizeof (result)) && (byte & 0x40))
15307     result |= -(((LONGEST) 1) << shift);
15308   *bytes_read_ptr = num_read;
15309   return result;
15310 }
15311
15312 /* Given index ADDR_INDEX in .debug_addr, fetch the value.
15313    ADDR_BASE is the DW_AT_GNU_addr_base attribute or zero.
15314    ADDR_SIZE is the size of addresses from the CU header.  */
15315
15316 static CORE_ADDR
15317 read_addr_index_1 (unsigned int addr_index, ULONGEST addr_base, int addr_size)
15318 {
15319   struct objfile *objfile = dwarf2_per_objfile->objfile;
15320   bfd *abfd = objfile->obfd;
15321   const gdb_byte *info_ptr;
15322
15323   dwarf2_read_section (objfile, &dwarf2_per_objfile->addr);
15324   if (dwarf2_per_objfile->addr.buffer == NULL)
15325     error (_("DW_FORM_addr_index used without .debug_addr section [in module %s]"),
15326            objfile_name (objfile));
15327   if (addr_base + addr_index * addr_size >= dwarf2_per_objfile->addr.size)
15328     error (_("DW_FORM_addr_index pointing outside of "
15329              ".debug_addr section [in module %s]"),
15330            objfile_name (objfile));
15331   info_ptr = (dwarf2_per_objfile->addr.buffer
15332               + addr_base + addr_index * addr_size);
15333   if (addr_size == 4)
15334     return bfd_get_32 (abfd, info_ptr);
15335   else
15336     return bfd_get_64 (abfd, info_ptr);
15337 }
15338
15339 /* Given index ADDR_INDEX in .debug_addr, fetch the value.  */
15340
15341 static CORE_ADDR
15342 read_addr_index (struct dwarf2_cu *cu, unsigned int addr_index)
15343 {
15344   return read_addr_index_1 (addr_index, cu->addr_base, cu->header.addr_size);
15345 }
15346
15347 /* Given a pointer to an leb128 value, fetch the value from .debug_addr.  */
15348
15349 static CORE_ADDR
15350 read_addr_index_from_leb128 (struct dwarf2_cu *cu, const gdb_byte *info_ptr,
15351                              unsigned int *bytes_read)
15352 {
15353   bfd *abfd = cu->objfile->obfd;
15354   unsigned int addr_index = read_unsigned_leb128 (abfd, info_ptr, bytes_read);
15355
15356   return read_addr_index (cu, addr_index);
15357 }
15358
15359 /* Data structure to pass results from dwarf2_read_addr_index_reader
15360    back to dwarf2_read_addr_index.  */
15361
15362 struct dwarf2_read_addr_index_data
15363 {
15364   ULONGEST addr_base;
15365   int addr_size;
15366 };
15367
15368 /* die_reader_func for dwarf2_read_addr_index.  */
15369
15370 static void
15371 dwarf2_read_addr_index_reader (const struct die_reader_specs *reader,
15372                                const gdb_byte *info_ptr,
15373                                struct die_info *comp_unit_die,
15374                                int has_children,
15375                                void *data)
15376 {
15377   struct dwarf2_cu *cu = reader->cu;
15378   struct dwarf2_read_addr_index_data *aidata =
15379     (struct dwarf2_read_addr_index_data *) data;
15380
15381   aidata->addr_base = cu->addr_base;
15382   aidata->addr_size = cu->header.addr_size;
15383 }
15384
15385 /* Given an index in .debug_addr, fetch the value.
15386    NOTE: This can be called during dwarf expression evaluation,
15387    long after the debug information has been read, and thus per_cu->cu
15388    may no longer exist.  */
15389
15390 CORE_ADDR
15391 dwarf2_read_addr_index (struct dwarf2_per_cu_data *per_cu,
15392                         unsigned int addr_index)
15393 {
15394   struct objfile *objfile = per_cu->objfile;
15395   struct dwarf2_cu *cu = per_cu->cu;
15396   ULONGEST addr_base;
15397   int addr_size;
15398
15399   /* This is intended to be called from outside this file.  */
15400   dw2_setup (objfile);
15401
15402   /* We need addr_base and addr_size.
15403      If we don't have PER_CU->cu, we have to get it.
15404      Nasty, but the alternative is storing the needed info in PER_CU,
15405      which at this point doesn't seem justified: it's not clear how frequently
15406      it would get used and it would increase the size of every PER_CU.
15407      Entry points like dwarf2_per_cu_addr_size do a similar thing
15408      so we're not in uncharted territory here.
15409      Alas we need to be a bit more complicated as addr_base is contained
15410      in the DIE.
15411
15412      We don't need to read the entire CU(/TU).
15413      We just need the header and top level die.
15414
15415      IWBN to use the aging mechanism to let us lazily later discard the CU.
15416      For now we skip this optimization.  */
15417
15418   if (cu != NULL)
15419     {
15420       addr_base = cu->addr_base;
15421       addr_size = cu->header.addr_size;
15422     }
15423   else
15424     {
15425       struct dwarf2_read_addr_index_data aidata;
15426
15427       /* Note: We can't use init_cutu_and_read_dies_simple here,
15428          we need addr_base.  */
15429       init_cutu_and_read_dies (per_cu, NULL, 0, 0,
15430                                dwarf2_read_addr_index_reader, &aidata);
15431       addr_base = aidata.addr_base;
15432       addr_size = aidata.addr_size;
15433     }
15434
15435   return read_addr_index_1 (addr_index, addr_base, addr_size);
15436 }
15437
15438 /* Given a DW_AT_str_index, fetch the string.  */
15439
15440 static const char *
15441 read_str_index (const struct die_reader_specs *reader,
15442                 struct dwarf2_cu *cu, ULONGEST str_index)
15443 {
15444   struct objfile *objfile = dwarf2_per_objfile->objfile;
15445   const char *dwo_name = objfile_name (objfile);
15446   bfd *abfd = objfile->obfd;
15447   struct dwo_sections *sections = &reader->dwo_file->sections;
15448   const gdb_byte *info_ptr;
15449   ULONGEST str_offset;
15450
15451   dwarf2_read_section (objfile, &sections->str);
15452   dwarf2_read_section (objfile, &sections->str_offsets);
15453   if (sections->str.buffer == NULL)
15454     error (_("DW_FORM_str_index used without .debug_str.dwo section"
15455              " in CU at offset 0x%lx [in module %s]"),
15456            (long) cu->header.offset.sect_off, dwo_name);
15457   if (sections->str_offsets.buffer == NULL)
15458     error (_("DW_FORM_str_index used without .debug_str_offsets.dwo section"
15459              " in CU at offset 0x%lx [in module %s]"),
15460            (long) cu->header.offset.sect_off, dwo_name);
15461   if (str_index * cu->header.offset_size >= sections->str_offsets.size)
15462     error (_("DW_FORM_str_index pointing outside of .debug_str_offsets.dwo"
15463              " section in CU at offset 0x%lx [in module %s]"),
15464            (long) cu->header.offset.sect_off, dwo_name);
15465   info_ptr = (sections->str_offsets.buffer
15466               + str_index * cu->header.offset_size);
15467   if (cu->header.offset_size == 4)
15468     str_offset = bfd_get_32 (abfd, info_ptr);
15469   else
15470     str_offset = bfd_get_64 (abfd, info_ptr);
15471   if (str_offset >= sections->str.size)
15472     error (_("Offset from DW_FORM_str_index pointing outside of"
15473              " .debug_str.dwo section in CU at offset 0x%lx [in module %s]"),
15474            (long) cu->header.offset.sect_off, dwo_name);
15475   return (const char *) (sections->str.buffer + str_offset);
15476 }
15477
15478 /* Return the length of an LEB128 number in BUF.  */
15479
15480 static int
15481 leb128_size (const gdb_byte *buf)
15482 {
15483   const gdb_byte *begin = buf;
15484   gdb_byte byte;
15485
15486   while (1)
15487     {
15488       byte = *buf++;
15489       if ((byte & 128) == 0)
15490         return buf - begin;
15491     }
15492 }
15493
15494 static void
15495 set_cu_language (unsigned int lang, struct dwarf2_cu *cu)
15496 {
15497   switch (lang)
15498     {
15499     case DW_LANG_C89:
15500     case DW_LANG_C99:
15501     case DW_LANG_C:
15502     case DW_LANG_UPC:
15503       cu->language = language_c;
15504       break;
15505     case DW_LANG_C_plus_plus:
15506       cu->language = language_cplus;
15507       break;
15508     case DW_LANG_D:
15509       cu->language = language_d;
15510       break;
15511     case DW_LANG_Fortran77:
15512     case DW_LANG_Fortran90:
15513     case DW_LANG_Fortran95:
15514       cu->language = language_fortran;
15515       break;
15516     case DW_LANG_Go:
15517       cu->language = language_go;
15518       break;
15519     case DW_LANG_Mips_Assembler:
15520       cu->language = language_asm;
15521       break;
15522     case DW_LANG_Java:
15523       cu->language = language_java;
15524       break;
15525     case DW_LANG_Ada83:
15526     case DW_LANG_Ada95:
15527       cu->language = language_ada;
15528       break;
15529     case DW_LANG_Modula2:
15530       cu->language = language_m2;
15531       break;
15532     case DW_LANG_Pascal83:
15533       cu->language = language_pascal;
15534       break;
15535     case DW_LANG_ObjC:
15536       cu->language = language_objc;
15537       break;
15538     case DW_LANG_Cobol74:
15539     case DW_LANG_Cobol85:
15540     default:
15541       cu->language = language_minimal;
15542       break;
15543     }
15544   cu->language_defn = language_def (cu->language);
15545 }
15546
15547 /* Return the named attribute or NULL if not there.  */
15548
15549 static struct attribute *
15550 dwarf2_attr (struct die_info *die, unsigned int name, struct dwarf2_cu *cu)
15551 {
15552   for (;;)
15553     {
15554       unsigned int i;
15555       struct attribute *spec = NULL;
15556
15557       for (i = 0; i < die->num_attrs; ++i)
15558         {
15559           if (die->attrs[i].name == name)
15560             return &die->attrs[i];
15561           if (die->attrs[i].name == DW_AT_specification
15562               || die->attrs[i].name == DW_AT_abstract_origin)
15563             spec = &die->attrs[i];
15564         }
15565
15566       if (!spec)
15567         break;
15568
15569       die = follow_die_ref (die, spec, &cu);
15570     }
15571
15572   return NULL;
15573 }
15574
15575 /* Return the named attribute or NULL if not there,
15576    but do not follow DW_AT_specification, etc.
15577    This is for use in contexts where we're reading .debug_types dies.
15578    Following DW_AT_specification, DW_AT_abstract_origin will take us
15579    back up the chain, and we want to go down.  */
15580
15581 static struct attribute *
15582 dwarf2_attr_no_follow (struct die_info *die, unsigned int name)
15583 {
15584   unsigned int i;
15585
15586   for (i = 0; i < die->num_attrs; ++i)
15587     if (die->attrs[i].name == name)
15588       return &die->attrs[i];
15589
15590   return NULL;
15591 }
15592
15593 /* Return non-zero iff the attribute NAME is defined for the given DIE,
15594    and holds a non-zero value.  This function should only be used for
15595    DW_FORM_flag or DW_FORM_flag_present attributes.  */
15596
15597 static int
15598 dwarf2_flag_true_p (struct die_info *die, unsigned name, struct dwarf2_cu *cu)
15599 {
15600   struct attribute *attr = dwarf2_attr (die, name, cu);
15601
15602   return (attr && DW_UNSND (attr));
15603 }
15604
15605 static int
15606 die_is_declaration (struct die_info *die, struct dwarf2_cu *cu)
15607 {
15608   /* A DIE is a declaration if it has a DW_AT_declaration attribute
15609      which value is non-zero.  However, we have to be careful with
15610      DIEs having a DW_AT_specification attribute, because dwarf2_attr()
15611      (via dwarf2_flag_true_p) follows this attribute.  So we may
15612      end up accidently finding a declaration attribute that belongs
15613      to a different DIE referenced by the specification attribute,
15614      even though the given DIE does not have a declaration attribute.  */
15615   return (dwarf2_flag_true_p (die, DW_AT_declaration, cu)
15616           && dwarf2_attr (die, DW_AT_specification, cu) == NULL);
15617 }
15618
15619 /* Return the die giving the specification for DIE, if there is
15620    one.  *SPEC_CU is the CU containing DIE on input, and the CU
15621    containing the return value on output.  If there is no
15622    specification, but there is an abstract origin, that is
15623    returned.  */
15624
15625 static struct die_info *
15626 die_specification (struct die_info *die, struct dwarf2_cu **spec_cu)
15627 {
15628   struct attribute *spec_attr = dwarf2_attr (die, DW_AT_specification,
15629                                              *spec_cu);
15630
15631   if (spec_attr == NULL)
15632     spec_attr = dwarf2_attr (die, DW_AT_abstract_origin, *spec_cu);
15633
15634   if (spec_attr == NULL)
15635     return NULL;
15636   else
15637     return follow_die_ref (die, spec_attr, spec_cu);
15638 }
15639
15640 /* Free the line_header structure *LH, and any arrays and strings it
15641    refers to.
15642    NOTE: This is also used as a "cleanup" function.  */
15643
15644 static void
15645 free_line_header (struct line_header *lh)
15646 {
15647   if (lh->standard_opcode_lengths)
15648     xfree (lh->standard_opcode_lengths);
15649
15650   /* Remember that all the lh->file_names[i].name pointers are
15651      pointers into debug_line_buffer, and don't need to be freed.  */
15652   if (lh->file_names)
15653     xfree (lh->file_names);
15654
15655   /* Similarly for the include directory names.  */
15656   if (lh->include_dirs)
15657     xfree (lh->include_dirs);
15658
15659   xfree (lh);
15660 }
15661
15662 /* Add an entry to LH's include directory table.  */
15663
15664 static void
15665 add_include_dir (struct line_header *lh, const char *include_dir)
15666 {
15667   /* Grow the array if necessary.  */
15668   if (lh->include_dirs_size == 0)
15669     {
15670       lh->include_dirs_size = 1; /* for testing */
15671       lh->include_dirs = xmalloc (lh->include_dirs_size
15672                                   * sizeof (*lh->include_dirs));
15673     }
15674   else if (lh->num_include_dirs >= lh->include_dirs_size)
15675     {
15676       lh->include_dirs_size *= 2;
15677       lh->include_dirs = xrealloc (lh->include_dirs,
15678                                    (lh->include_dirs_size
15679                                     * sizeof (*lh->include_dirs)));
15680     }
15681
15682   lh->include_dirs[lh->num_include_dirs++] = include_dir;
15683 }
15684
15685 /* Add an entry to LH's file name table.  */
15686
15687 static void
15688 add_file_name (struct line_header *lh,
15689                const char *name,
15690                unsigned int dir_index,
15691                unsigned int mod_time,
15692                unsigned int length)
15693 {
15694   struct file_entry *fe;
15695
15696   /* Grow the array if necessary.  */
15697   if (lh->file_names_size == 0)
15698     {
15699       lh->file_names_size = 1; /* for testing */
15700       lh->file_names = xmalloc (lh->file_names_size
15701                                 * sizeof (*lh->file_names));
15702     }
15703   else if (lh->num_file_names >= lh->file_names_size)
15704     {
15705       lh->file_names_size *= 2;
15706       lh->file_names = xrealloc (lh->file_names,
15707                                  (lh->file_names_size
15708                                   * sizeof (*lh->file_names)));
15709     }
15710
15711   fe = &lh->file_names[lh->num_file_names++];
15712   fe->name = name;
15713   fe->dir_index = dir_index;
15714   fe->mod_time = mod_time;
15715   fe->length = length;
15716   fe->included_p = 0;
15717   fe->symtab = NULL;
15718 }
15719
15720 /* A convenience function to find the proper .debug_line section for a
15721    CU.  */
15722
15723 static struct dwarf2_section_info *
15724 get_debug_line_section (struct dwarf2_cu *cu)
15725 {
15726   struct dwarf2_section_info *section;
15727
15728   /* For TUs in DWO files, the DW_AT_stmt_list attribute lives in the
15729      DWO file.  */
15730   if (cu->dwo_unit && cu->per_cu->is_debug_types)
15731     section = &cu->dwo_unit->dwo_file->sections.line;
15732   else if (cu->per_cu->is_dwz)
15733     {
15734       struct dwz_file *dwz = dwarf2_get_dwz_file ();
15735
15736       section = &dwz->line;
15737     }
15738   else
15739     section = &dwarf2_per_objfile->line;
15740
15741   return section;
15742 }
15743
15744 /* Read the statement program header starting at OFFSET in
15745    .debug_line, or .debug_line.dwo.  Return a pointer
15746    to a struct line_header, allocated using xmalloc.
15747
15748    NOTE: the strings in the include directory and file name tables of
15749    the returned object point into the dwarf line section buffer,
15750    and must not be freed.  */
15751
15752 static struct line_header *
15753 dwarf_decode_line_header (unsigned int offset, struct dwarf2_cu *cu)
15754 {
15755   struct cleanup *back_to;
15756   struct line_header *lh;
15757   const gdb_byte *line_ptr;
15758   unsigned int bytes_read, offset_size;
15759   int i;
15760   const char *cur_dir, *cur_file;
15761   struct dwarf2_section_info *section;
15762   bfd *abfd;
15763
15764   section = get_debug_line_section (cu);
15765   dwarf2_read_section (dwarf2_per_objfile->objfile, section);
15766   if (section->buffer == NULL)
15767     {
15768       if (cu->dwo_unit && cu->per_cu->is_debug_types)
15769         complaint (&symfile_complaints, _("missing .debug_line.dwo section"));
15770       else
15771         complaint (&symfile_complaints, _("missing .debug_line section"));
15772       return 0;
15773     }
15774
15775   /* We can't do this until we know the section is non-empty.
15776      Only then do we know we have such a section.  */
15777   abfd = section->asection->owner;
15778
15779   /* Make sure that at least there's room for the total_length field.
15780      That could be 12 bytes long, but we're just going to fudge that.  */
15781   if (offset + 4 >= section->size)
15782     {
15783       dwarf2_statement_list_fits_in_line_number_section_complaint ();
15784       return 0;
15785     }
15786
15787   lh = xmalloc (sizeof (*lh));
15788   memset (lh, 0, sizeof (*lh));
15789   back_to = make_cleanup ((make_cleanup_ftype *) free_line_header,
15790                           (void *) lh);
15791
15792   line_ptr = section->buffer + offset;
15793
15794   /* Read in the header.  */
15795   lh->total_length =
15796     read_checked_initial_length_and_offset (abfd, line_ptr, &cu->header,
15797                                             &bytes_read, &offset_size);
15798   line_ptr += bytes_read;
15799   if (line_ptr + lh->total_length > (section->buffer + section->size))
15800     {
15801       dwarf2_statement_list_fits_in_line_number_section_complaint ();
15802       do_cleanups (back_to);
15803       return 0;
15804     }
15805   lh->statement_program_end = line_ptr + lh->total_length;
15806   lh->version = read_2_bytes (abfd, line_ptr);
15807   line_ptr += 2;
15808   lh->header_length = read_offset_1 (abfd, line_ptr, offset_size);
15809   line_ptr += offset_size;
15810   lh->minimum_instruction_length = read_1_byte (abfd, line_ptr);
15811   line_ptr += 1;
15812   if (lh->version >= 4)
15813     {
15814       lh->maximum_ops_per_instruction = read_1_byte (abfd, line_ptr);
15815       line_ptr += 1;
15816     }
15817   else
15818     lh->maximum_ops_per_instruction = 1;
15819
15820   if (lh->maximum_ops_per_instruction == 0)
15821     {
15822       lh->maximum_ops_per_instruction = 1;
15823       complaint (&symfile_complaints,
15824                  _("invalid maximum_ops_per_instruction "
15825                    "in `.debug_line' section"));
15826     }
15827
15828   lh->default_is_stmt = read_1_byte (abfd, line_ptr);
15829   line_ptr += 1;
15830   lh->line_base = read_1_signed_byte (abfd, line_ptr);
15831   line_ptr += 1;
15832   lh->line_range = read_1_byte (abfd, line_ptr);
15833   line_ptr += 1;
15834   lh->opcode_base = read_1_byte (abfd, line_ptr);
15835   line_ptr += 1;
15836   lh->standard_opcode_lengths
15837     = xmalloc (lh->opcode_base * sizeof (lh->standard_opcode_lengths[0]));
15838
15839   lh->standard_opcode_lengths[0] = 1;  /* This should never be used anyway.  */
15840   for (i = 1; i < lh->opcode_base; ++i)
15841     {
15842       lh->standard_opcode_lengths[i] = read_1_byte (abfd, line_ptr);
15843       line_ptr += 1;
15844     }
15845
15846   /* Read directory table.  */
15847   while ((cur_dir = read_direct_string (abfd, line_ptr, &bytes_read)) != NULL)
15848     {
15849       line_ptr += bytes_read;
15850       add_include_dir (lh, cur_dir);
15851     }
15852   line_ptr += bytes_read;
15853
15854   /* Read file name table.  */
15855   while ((cur_file = read_direct_string (abfd, line_ptr, &bytes_read)) != NULL)
15856     {
15857       unsigned int dir_index, mod_time, length;
15858
15859       line_ptr += bytes_read;
15860       dir_index = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
15861       line_ptr += bytes_read;
15862       mod_time = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
15863       line_ptr += bytes_read;
15864       length = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
15865       line_ptr += bytes_read;
15866
15867       add_file_name (lh, cur_file, dir_index, mod_time, length);
15868     }
15869   line_ptr += bytes_read;
15870   lh->statement_program_start = line_ptr;
15871
15872   if (line_ptr > (section->buffer + section->size))
15873     complaint (&symfile_complaints,
15874                _("line number info header doesn't "
15875                  "fit in `.debug_line' section"));
15876
15877   discard_cleanups (back_to);
15878   return lh;
15879 }
15880
15881 /* Subroutine of dwarf_decode_lines to simplify it.
15882    Return the file name of the psymtab for included file FILE_INDEX
15883    in line header LH of PST.
15884    COMP_DIR is the compilation directory (DW_AT_comp_dir) or NULL if unknown.
15885    If space for the result is malloc'd, it will be freed by a cleanup.
15886    Returns NULL if FILE_INDEX should be ignored, i.e., it is pst->filename.
15887
15888    The function creates dangling cleanup registration.  */
15889
15890 static const char *
15891 psymtab_include_file_name (const struct line_header *lh, int file_index,
15892                            const struct partial_symtab *pst,
15893                            const char *comp_dir)
15894 {
15895   const struct file_entry fe = lh->file_names [file_index];
15896   const char *include_name = fe.name;
15897   const char *include_name_to_compare = include_name;
15898   const char *dir_name = NULL;
15899   const char *pst_filename;
15900   char *copied_name = NULL;
15901   int file_is_pst;
15902
15903   if (fe.dir_index)
15904     dir_name = lh->include_dirs[fe.dir_index - 1];
15905
15906   if (!IS_ABSOLUTE_PATH (include_name)
15907       && (dir_name != NULL || comp_dir != NULL))
15908     {
15909       /* Avoid creating a duplicate psymtab for PST.
15910          We do this by comparing INCLUDE_NAME and PST_FILENAME.
15911          Before we do the comparison, however, we need to account
15912          for DIR_NAME and COMP_DIR.
15913          First prepend dir_name (if non-NULL).  If we still don't
15914          have an absolute path prepend comp_dir (if non-NULL).
15915          However, the directory we record in the include-file's
15916          psymtab does not contain COMP_DIR (to match the
15917          corresponding symtab(s)).
15918
15919          Example:
15920
15921          bash$ cd /tmp
15922          bash$ gcc -g ./hello.c
15923          include_name = "hello.c"
15924          dir_name = "."
15925          DW_AT_comp_dir = comp_dir = "/tmp"
15926          DW_AT_name = "./hello.c"  */
15927
15928       if (dir_name != NULL)
15929         {
15930           char *tem = concat (dir_name, SLASH_STRING,
15931                               include_name, (char *)NULL);
15932
15933           make_cleanup (xfree, tem);
15934           include_name = tem;
15935           include_name_to_compare = include_name;
15936         }
15937       if (!IS_ABSOLUTE_PATH (include_name) && comp_dir != NULL)
15938         {
15939           char *tem = concat (comp_dir, SLASH_STRING,
15940                               include_name, (char *)NULL);
15941
15942           make_cleanup (xfree, tem);
15943           include_name_to_compare = tem;
15944         }
15945     }
15946
15947   pst_filename = pst->filename;
15948   if (!IS_ABSOLUTE_PATH (pst_filename) && pst->dirname != NULL)
15949     {
15950       copied_name = concat (pst->dirname, SLASH_STRING,
15951                             pst_filename, (char *)NULL);
15952       pst_filename = copied_name;
15953     }
15954
15955   file_is_pst = FILENAME_CMP (include_name_to_compare, pst_filename) == 0;
15956
15957   if (copied_name != NULL)
15958     xfree (copied_name);
15959
15960   if (file_is_pst)
15961     return NULL;
15962   return include_name;
15963 }
15964
15965 /* Ignore this record_line request.  */
15966
15967 static void
15968 noop_record_line (struct subfile *subfile, int line, CORE_ADDR pc)
15969 {
15970   return;
15971 }
15972
15973 /* Subroutine of dwarf_decode_lines to simplify it.
15974    Process the line number information in LH.  */
15975
15976 static void
15977 dwarf_decode_lines_1 (struct line_header *lh, const char *comp_dir,
15978                       struct dwarf2_cu *cu, struct partial_symtab *pst)
15979 {
15980   const gdb_byte *line_ptr, *extended_end;
15981   const gdb_byte *line_end;
15982   unsigned int bytes_read, extended_len;
15983   unsigned char op_code, extended_op, adj_opcode;
15984   CORE_ADDR baseaddr;
15985   struct objfile *objfile = cu->objfile;
15986   bfd *abfd = objfile->obfd;
15987   struct gdbarch *gdbarch = get_objfile_arch (objfile);
15988   const int decode_for_pst_p = (pst != NULL);
15989   struct subfile *last_subfile = NULL;
15990   void (*p_record_line) (struct subfile *subfile, int line, CORE_ADDR pc)
15991     = record_line;
15992
15993   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
15994
15995   line_ptr = lh->statement_program_start;
15996   line_end = lh->statement_program_end;
15997
15998   /* Read the statement sequences until there's nothing left.  */
15999   while (line_ptr < line_end)
16000     {
16001       /* state machine registers  */
16002       CORE_ADDR address = 0;
16003       unsigned int file = 1;
16004       unsigned int line = 1;
16005       unsigned int column = 0;
16006       int is_stmt = lh->default_is_stmt;
16007       int basic_block = 0;
16008       int end_sequence = 0;
16009       CORE_ADDR addr;
16010       unsigned char op_index = 0;
16011
16012       if (!decode_for_pst_p && lh->num_file_names >= file)
16013         {
16014           /* Start a subfile for the current file of the state machine.  */
16015           /* lh->include_dirs and lh->file_names are 0-based, but the
16016              directory and file name numbers in the statement program
16017              are 1-based.  */
16018           struct file_entry *fe = &lh->file_names[file - 1];
16019           const char *dir = NULL;
16020
16021           if (fe->dir_index)
16022             dir = lh->include_dirs[fe->dir_index - 1];
16023
16024           dwarf2_start_subfile (fe->name, dir, comp_dir);
16025         }
16026
16027       /* Decode the table.  */
16028       while (!end_sequence)
16029         {
16030           op_code = read_1_byte (abfd, line_ptr);
16031           line_ptr += 1;
16032           if (line_ptr > line_end)
16033             {
16034               dwarf2_debug_line_missing_end_sequence_complaint ();
16035               break;
16036             }
16037
16038           if (op_code >= lh->opcode_base)
16039             {
16040               /* Special operand.  */
16041               adj_opcode = op_code - lh->opcode_base;
16042               address += (((op_index + (adj_opcode / lh->line_range))
16043                            / lh->maximum_ops_per_instruction)
16044                           * lh->minimum_instruction_length);
16045               op_index = ((op_index + (adj_opcode / lh->line_range))
16046                           % lh->maximum_ops_per_instruction);
16047               line += lh->line_base + (adj_opcode % lh->line_range);
16048               if (lh->num_file_names < file || file == 0)
16049                 dwarf2_debug_line_missing_file_complaint ();
16050               /* For now we ignore lines not starting on an
16051                  instruction boundary.  */
16052               else if (op_index == 0)
16053                 {
16054                   lh->file_names[file - 1].included_p = 1;
16055                   if (!decode_for_pst_p && is_stmt)
16056                     {
16057                       if (last_subfile != current_subfile)
16058                         {
16059                           addr = gdbarch_addr_bits_remove (gdbarch, address);
16060                           if (last_subfile)
16061                             (*p_record_line) (last_subfile, 0, addr);
16062                           last_subfile = current_subfile;
16063                         }
16064                       /* Append row to matrix using current values.  */
16065                       addr = gdbarch_addr_bits_remove (gdbarch, address);
16066                       (*p_record_line) (current_subfile, line, addr);
16067                     }
16068                 }
16069               basic_block = 0;
16070             }
16071           else switch (op_code)
16072             {
16073             case DW_LNS_extended_op:
16074               extended_len = read_unsigned_leb128 (abfd, line_ptr,
16075                                                    &bytes_read);
16076               line_ptr += bytes_read;
16077               extended_end = line_ptr + extended_len;
16078               extended_op = read_1_byte (abfd, line_ptr);
16079               line_ptr += 1;
16080               switch (extended_op)
16081                 {
16082                 case DW_LNE_end_sequence:
16083                   p_record_line = record_line;
16084                   end_sequence = 1;
16085                   break;
16086                 case DW_LNE_set_address:
16087                   address = read_address (abfd, line_ptr, cu, &bytes_read);
16088
16089                   if (address == 0 && !dwarf2_per_objfile->has_section_at_zero)
16090                     {
16091                       /* This line table is for a function which has been
16092                          GCd by the linker.  Ignore it.  PR gdb/12528 */
16093
16094                       long line_offset
16095                         = line_ptr - get_debug_line_section (cu)->buffer;
16096
16097                       complaint (&symfile_complaints,
16098                                  _(".debug_line address at offset 0x%lx is 0 "
16099                                    "[in module %s]"),
16100                                  line_offset, objfile_name (objfile));
16101                       p_record_line = noop_record_line;
16102                     }
16103
16104                   op_index = 0;
16105                   line_ptr += bytes_read;
16106                   address += baseaddr;
16107                   break;
16108                 case DW_LNE_define_file:
16109                   {
16110                     const char *cur_file;
16111                     unsigned int dir_index, mod_time, length;
16112
16113                     cur_file = read_direct_string (abfd, line_ptr,
16114                                                    &bytes_read);
16115                     line_ptr += bytes_read;
16116                     dir_index =
16117                       read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
16118                     line_ptr += bytes_read;
16119                     mod_time =
16120                       read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
16121                     line_ptr += bytes_read;
16122                     length =
16123                       read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
16124                     line_ptr += bytes_read;
16125                     add_file_name (lh, cur_file, dir_index, mod_time, length);
16126                   }
16127                   break;
16128                 case DW_LNE_set_discriminator:
16129                   /* The discriminator is not interesting to the debugger;
16130                      just ignore it.  */
16131                   line_ptr = extended_end;
16132                   break;
16133                 default:
16134                   complaint (&symfile_complaints,
16135                              _("mangled .debug_line section"));
16136                   return;
16137                 }
16138               /* Make sure that we parsed the extended op correctly.  If e.g.
16139                  we expected a different address size than the producer used,
16140                  we may have read the wrong number of bytes.  */
16141               if (line_ptr != extended_end)
16142                 {
16143                   complaint (&symfile_complaints,
16144                              _("mangled .debug_line section"));
16145                   return;
16146                 }
16147               break;
16148             case DW_LNS_copy:
16149               if (lh->num_file_names < file || file == 0)
16150                 dwarf2_debug_line_missing_file_complaint ();
16151               else
16152                 {
16153                   lh->file_names[file - 1].included_p = 1;
16154                   if (!decode_for_pst_p && is_stmt)
16155                     {
16156                       if (last_subfile != current_subfile)
16157                         {
16158                           addr = gdbarch_addr_bits_remove (gdbarch, address);
16159                           if (last_subfile)
16160                             (*p_record_line) (last_subfile, 0, addr);
16161                           last_subfile = current_subfile;
16162                         }
16163                       addr = gdbarch_addr_bits_remove (gdbarch, address);
16164                       (*p_record_line) (current_subfile, line, addr);
16165                     }
16166                 }
16167               basic_block = 0;
16168               break;
16169             case DW_LNS_advance_pc:
16170               {
16171                 CORE_ADDR adjust
16172                   = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
16173
16174                 address += (((op_index + adjust)
16175                              / lh->maximum_ops_per_instruction)
16176                             * lh->minimum_instruction_length);
16177                 op_index = ((op_index + adjust)
16178                             % lh->maximum_ops_per_instruction);
16179                 line_ptr += bytes_read;
16180               }
16181               break;
16182             case DW_LNS_advance_line:
16183               line += read_signed_leb128 (abfd, line_ptr, &bytes_read);
16184               line_ptr += bytes_read;
16185               break;
16186             case DW_LNS_set_file:
16187               {
16188                 /* The arrays lh->include_dirs and lh->file_names are
16189                    0-based, but the directory and file name numbers in
16190                    the statement program are 1-based.  */
16191                 struct file_entry *fe;
16192                 const char *dir = NULL;
16193
16194                 file = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
16195                 line_ptr += bytes_read;
16196                 if (lh->num_file_names < file || file == 0)
16197                   dwarf2_debug_line_missing_file_complaint ();
16198                 else
16199                   {
16200                     fe = &lh->file_names[file - 1];
16201                     if (fe->dir_index)
16202                       dir = lh->include_dirs[fe->dir_index - 1];
16203                     if (!decode_for_pst_p)
16204                       {
16205                         last_subfile = current_subfile;
16206                         dwarf2_start_subfile (fe->name, dir, comp_dir);
16207                       }
16208                   }
16209               }
16210               break;
16211             case DW_LNS_set_column:
16212               column = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
16213               line_ptr += bytes_read;
16214               break;
16215             case DW_LNS_negate_stmt:
16216               is_stmt = (!is_stmt);
16217               break;
16218             case DW_LNS_set_basic_block:
16219               basic_block = 1;
16220               break;
16221             /* Add to the address register of the state machine the
16222                address increment value corresponding to special opcode
16223                255.  I.e., this value is scaled by the minimum
16224                instruction length since special opcode 255 would have
16225                scaled the increment.  */
16226             case DW_LNS_const_add_pc:
16227               {
16228                 CORE_ADDR adjust = (255 - lh->opcode_base) / lh->line_range;
16229
16230                 address += (((op_index + adjust)
16231                              / lh->maximum_ops_per_instruction)
16232                             * lh->minimum_instruction_length);
16233                 op_index = ((op_index + adjust)
16234                             % lh->maximum_ops_per_instruction);
16235               }
16236               break;
16237             case DW_LNS_fixed_advance_pc:
16238               address += read_2_bytes (abfd, line_ptr);
16239               op_index = 0;
16240               line_ptr += 2;
16241               break;
16242             default:
16243               {
16244                 /* Unknown standard opcode, ignore it.  */
16245                 int i;
16246
16247                 for (i = 0; i < lh->standard_opcode_lengths[op_code]; i++)
16248                   {
16249                     (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
16250                     line_ptr += bytes_read;
16251                   }
16252               }
16253             }
16254         }
16255       if (lh->num_file_names < file || file == 0)
16256         dwarf2_debug_line_missing_file_complaint ();
16257       else
16258         {
16259           lh->file_names[file - 1].included_p = 1;
16260           if (!decode_for_pst_p)
16261             {
16262               addr = gdbarch_addr_bits_remove (gdbarch, address);
16263               (*p_record_line) (current_subfile, 0, addr);
16264             }
16265         }
16266     }
16267 }
16268
16269 /* Decode the Line Number Program (LNP) for the given line_header
16270    structure and CU.  The actual information extracted and the type
16271    of structures created from the LNP depends on the value of PST.
16272
16273    1. If PST is NULL, then this procedure uses the data from the program
16274       to create all necessary symbol tables, and their linetables.
16275
16276    2. If PST is not NULL, this procedure reads the program to determine
16277       the list of files included by the unit represented by PST, and
16278       builds all the associated partial symbol tables.
16279
16280    COMP_DIR is the compilation directory (DW_AT_comp_dir) or NULL if unknown.
16281    It is used for relative paths in the line table.
16282    NOTE: When processing partial symtabs (pst != NULL),
16283    comp_dir == pst->dirname.
16284
16285    NOTE: It is important that psymtabs have the same file name (via strcmp)
16286    as the corresponding symtab.  Since COMP_DIR is not used in the name of the
16287    symtab we don't use it in the name of the psymtabs we create.
16288    E.g. expand_line_sal requires this when finding psymtabs to expand.
16289    A good testcase for this is mb-inline.exp.  */
16290
16291 static void
16292 dwarf_decode_lines (struct line_header *lh, const char *comp_dir,
16293                     struct dwarf2_cu *cu, struct partial_symtab *pst,
16294                     int want_line_info)
16295 {
16296   struct objfile *objfile = cu->objfile;
16297   const int decode_for_pst_p = (pst != NULL);
16298   struct subfile *first_subfile = current_subfile;
16299
16300   if (want_line_info)
16301     dwarf_decode_lines_1 (lh, comp_dir, cu, pst);
16302
16303   if (decode_for_pst_p)
16304     {
16305       int file_index;
16306
16307       /* Now that we're done scanning the Line Header Program, we can
16308          create the psymtab of each included file.  */
16309       for (file_index = 0; file_index < lh->num_file_names; file_index++)
16310         if (lh->file_names[file_index].included_p == 1)
16311           {
16312             const char *include_name =
16313               psymtab_include_file_name (lh, file_index, pst, comp_dir);
16314             if (include_name != NULL)
16315               dwarf2_create_include_psymtab (include_name, pst, objfile);
16316           }
16317     }
16318   else
16319     {
16320       /* Make sure a symtab is created for every file, even files
16321          which contain only variables (i.e. no code with associated
16322          line numbers).  */
16323       int i;
16324
16325       for (i = 0; i < lh->num_file_names; i++)
16326         {
16327           const char *dir = NULL;
16328           struct file_entry *fe;
16329
16330           fe = &lh->file_names[i];
16331           if (fe->dir_index)
16332             dir = lh->include_dirs[fe->dir_index - 1];
16333           dwarf2_start_subfile (fe->name, dir, comp_dir);
16334
16335           /* Skip the main file; we don't need it, and it must be
16336              allocated last, so that it will show up before the
16337              non-primary symtabs in the objfile's symtab list.  */
16338           if (current_subfile == first_subfile)
16339             continue;
16340
16341           if (current_subfile->symtab == NULL)
16342             current_subfile->symtab = allocate_symtab (current_subfile->name,
16343                                                        objfile);
16344           fe->symtab = current_subfile->symtab;
16345         }
16346     }
16347 }
16348
16349 /* Start a subfile for DWARF.  FILENAME is the name of the file and
16350    DIRNAME the name of the source directory which contains FILENAME
16351    or NULL if not known.  COMP_DIR is the compilation directory for the
16352    linetable's compilation unit or NULL if not known.
16353    This routine tries to keep line numbers from identical absolute and
16354    relative file names in a common subfile.
16355
16356    Using the `list' example from the GDB testsuite, which resides in
16357    /srcdir and compiling it with Irix6.2 cc in /compdir using a filename
16358    of /srcdir/list0.c yields the following debugging information for list0.c:
16359
16360    DW_AT_name:          /srcdir/list0.c
16361    DW_AT_comp_dir:              /compdir
16362    files.files[0].name: list0.h
16363    files.files[0].dir:  /srcdir
16364    files.files[1].name: list0.c
16365    files.files[1].dir:  /srcdir
16366
16367    The line number information for list0.c has to end up in a single
16368    subfile, so that `break /srcdir/list0.c:1' works as expected.
16369    start_subfile will ensure that this happens provided that we pass the
16370    concatenation of files.files[1].dir and files.files[1].name as the
16371    subfile's name.  */
16372
16373 static void
16374 dwarf2_start_subfile (const char *filename, const char *dirname,
16375                       const char *comp_dir)
16376 {
16377   char *copy = NULL;
16378
16379   /* While reading the DIEs, we call start_symtab(DW_AT_name, DW_AT_comp_dir).
16380      `start_symtab' will always pass the contents of DW_AT_comp_dir as
16381      second argument to start_subfile.  To be consistent, we do the
16382      same here.  In order not to lose the line information directory,
16383      we concatenate it to the filename when it makes sense.
16384      Note that the Dwarf3 standard says (speaking of filenames in line
16385      information): ``The directory index is ignored for file names
16386      that represent full path names''.  Thus ignoring dirname in the
16387      `else' branch below isn't an issue.  */
16388
16389   if (!IS_ABSOLUTE_PATH (filename) && dirname != NULL)
16390     {
16391       copy = concat (dirname, SLASH_STRING, filename, (char *)NULL);
16392       filename = copy;
16393     }
16394
16395   start_subfile (filename, comp_dir);
16396
16397   if (copy != NULL)
16398     xfree (copy);
16399 }
16400
16401 /* Start a symtab for DWARF.
16402    NAME, COMP_DIR, LOW_PC are passed to start_symtab.  */
16403
16404 static void
16405 dwarf2_start_symtab (struct dwarf2_cu *cu,
16406                      const char *name, const char *comp_dir, CORE_ADDR low_pc)
16407 {
16408   start_symtab (name, comp_dir, low_pc);
16409   record_debugformat ("DWARF 2");
16410   record_producer (cu->producer);
16411
16412   /* We assume that we're processing GCC output.  */
16413   processing_gcc_compilation = 2;
16414
16415   cu->processing_has_namespace_info = 0;
16416 }
16417
16418 static void
16419 var_decode_location (struct attribute *attr, struct symbol *sym,
16420                      struct dwarf2_cu *cu)
16421 {
16422   struct objfile *objfile = cu->objfile;
16423   struct comp_unit_head *cu_header = &cu->header;
16424
16425   /* NOTE drow/2003-01-30: There used to be a comment and some special
16426      code here to turn a symbol with DW_AT_external and a
16427      SYMBOL_VALUE_ADDRESS of 0 into a LOC_UNRESOLVED symbol.  This was
16428      necessary for platforms (maybe Alpha, certainly PowerPC GNU/Linux
16429      with some versions of binutils) where shared libraries could have
16430      relocations against symbols in their debug information - the
16431      minimal symbol would have the right address, but the debug info
16432      would not.  It's no longer necessary, because we will explicitly
16433      apply relocations when we read in the debug information now.  */
16434
16435   /* A DW_AT_location attribute with no contents indicates that a
16436      variable has been optimized away.  */
16437   if (attr_form_is_block (attr) && DW_BLOCK (attr)->size == 0)
16438     {
16439       SYMBOL_ACLASS_INDEX (sym) = LOC_OPTIMIZED_OUT;
16440       return;
16441     }
16442
16443   /* Handle one degenerate form of location expression specially, to
16444      preserve GDB's previous behavior when section offsets are
16445      specified.  If this is just a DW_OP_addr or DW_OP_GNU_addr_index
16446      then mark this symbol as LOC_STATIC.  */
16447
16448   if (attr_form_is_block (attr)
16449       && ((DW_BLOCK (attr)->data[0] == DW_OP_addr
16450            && DW_BLOCK (attr)->size == 1 + cu_header->addr_size)
16451           || (DW_BLOCK (attr)->data[0] == DW_OP_GNU_addr_index
16452               && (DW_BLOCK (attr)->size
16453                   == 1 + leb128_size (&DW_BLOCK (attr)->data[1])))))
16454     {
16455       unsigned int dummy;
16456
16457       if (DW_BLOCK (attr)->data[0] == DW_OP_addr)
16458         SYMBOL_VALUE_ADDRESS (sym) =
16459           read_address (objfile->obfd, DW_BLOCK (attr)->data + 1, cu, &dummy);
16460       else
16461         SYMBOL_VALUE_ADDRESS (sym) =
16462           read_addr_index_from_leb128 (cu, DW_BLOCK (attr)->data + 1, &dummy);
16463       SYMBOL_ACLASS_INDEX (sym) = LOC_STATIC;
16464       fixup_symbol_section (sym, objfile);
16465       SYMBOL_VALUE_ADDRESS (sym) += ANOFFSET (objfile->section_offsets,
16466                                               SYMBOL_SECTION (sym));
16467       return;
16468     }
16469
16470   /* NOTE drow/2002-01-30: It might be worthwhile to have a static
16471      expression evaluator, and use LOC_COMPUTED only when necessary
16472      (i.e. when the value of a register or memory location is
16473      referenced, or a thread-local block, etc.).  Then again, it might
16474      not be worthwhile.  I'm assuming that it isn't unless performance
16475      or memory numbers show me otherwise.  */
16476
16477   dwarf2_symbol_mark_computed (attr, sym, cu, 0);
16478
16479   if (SYMBOL_COMPUTED_OPS (sym)->location_has_loclist)
16480     cu->has_loclist = 1;
16481 }
16482
16483 /* Given a pointer to a DWARF information entry, figure out if we need
16484    to make a symbol table entry for it, and if so, create a new entry
16485    and return a pointer to it.
16486    If TYPE is NULL, determine symbol type from the die, otherwise
16487    used the passed type.
16488    If SPACE is not NULL, use it to hold the new symbol.  If it is
16489    NULL, allocate a new symbol on the objfile's obstack.  */
16490
16491 static struct symbol *
16492 new_symbol_full (struct die_info *die, struct type *type, struct dwarf2_cu *cu,
16493                  struct symbol *space)
16494 {
16495   struct objfile *objfile = cu->objfile;
16496   struct symbol *sym = NULL;
16497   const char *name;
16498   struct attribute *attr = NULL;
16499   struct attribute *attr2 = NULL;
16500   CORE_ADDR baseaddr;
16501   struct pending **list_to_add = NULL;
16502
16503   int inlined_func = (die->tag == DW_TAG_inlined_subroutine);
16504
16505   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
16506
16507   name = dwarf2_name (die, cu);
16508   if (name)
16509     {
16510       const char *linkagename;
16511       int suppress_add = 0;
16512
16513       if (space)
16514         sym = space;
16515       else
16516         sym = allocate_symbol (objfile);
16517       OBJSTAT (objfile, n_syms++);
16518
16519       /* Cache this symbol's name and the name's demangled form (if any).  */
16520       SYMBOL_SET_LANGUAGE (sym, cu->language, &objfile->objfile_obstack);
16521       linkagename = dwarf2_physname (name, die, cu);
16522       SYMBOL_SET_NAMES (sym, linkagename, strlen (linkagename), 0, objfile);
16523
16524       /* Fortran does not have mangling standard and the mangling does differ
16525          between gfortran, iFort etc.  */
16526       if (cu->language == language_fortran
16527           && symbol_get_demangled_name (&(sym->ginfo)) == NULL)
16528         symbol_set_demangled_name (&(sym->ginfo),
16529                                    dwarf2_full_name (name, die, cu),
16530                                    NULL);
16531
16532       /* Default assumptions.
16533          Use the passed type or decode it from the die.  */
16534       SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
16535       SYMBOL_ACLASS_INDEX (sym) = LOC_OPTIMIZED_OUT;
16536       if (type != NULL)
16537         SYMBOL_TYPE (sym) = type;
16538       else
16539         SYMBOL_TYPE (sym) = die_type (die, cu);
16540       attr = dwarf2_attr (die,
16541                           inlined_func ? DW_AT_call_line : DW_AT_decl_line,
16542                           cu);
16543       if (attr)
16544         {
16545           SYMBOL_LINE (sym) = DW_UNSND (attr);
16546         }
16547
16548       attr = dwarf2_attr (die,
16549                           inlined_func ? DW_AT_call_file : DW_AT_decl_file,
16550                           cu);
16551       if (attr)
16552         {
16553           int file_index = DW_UNSND (attr);
16554
16555           if (cu->line_header == NULL
16556               || file_index > cu->line_header->num_file_names)
16557             complaint (&symfile_complaints,
16558                        _("file index out of range"));
16559           else if (file_index > 0)
16560             {
16561               struct file_entry *fe;
16562
16563               fe = &cu->line_header->file_names[file_index - 1];
16564               SYMBOL_SYMTAB (sym) = fe->symtab;
16565             }
16566         }
16567
16568       switch (die->tag)
16569         {
16570         case DW_TAG_label:
16571           attr = dwarf2_attr (die, DW_AT_low_pc, cu);
16572           if (attr)
16573             {
16574               SYMBOL_VALUE_ADDRESS (sym) = DW_ADDR (attr) + baseaddr;
16575             }
16576           SYMBOL_TYPE (sym) = objfile_type (objfile)->builtin_core_addr;
16577           SYMBOL_DOMAIN (sym) = LABEL_DOMAIN;
16578           SYMBOL_ACLASS_INDEX (sym) = LOC_LABEL;
16579           add_symbol_to_list (sym, cu->list_in_scope);
16580           break;
16581         case DW_TAG_subprogram:
16582           /* SYMBOL_BLOCK_VALUE (sym) will be filled in later by
16583              finish_block.  */
16584           SYMBOL_ACLASS_INDEX (sym) = LOC_BLOCK;
16585           attr2 = dwarf2_attr (die, DW_AT_external, cu);
16586           if ((attr2 && (DW_UNSND (attr2) != 0))
16587               || cu->language == language_ada)
16588             {
16589               /* Subprograms marked external are stored as a global symbol.
16590                  Ada subprograms, whether marked external or not, are always
16591                  stored as a global symbol, because we want to be able to
16592                  access them globally.  For instance, we want to be able
16593                  to break on a nested subprogram without having to
16594                  specify the context.  */
16595               list_to_add = &global_symbols;
16596             }
16597           else
16598             {
16599               list_to_add = cu->list_in_scope;
16600             }
16601           break;
16602         case DW_TAG_inlined_subroutine:
16603           /* SYMBOL_BLOCK_VALUE (sym) will be filled in later by
16604              finish_block.  */
16605           SYMBOL_ACLASS_INDEX (sym) = LOC_BLOCK;
16606           SYMBOL_INLINED (sym) = 1;
16607           list_to_add = cu->list_in_scope;
16608           break;
16609         case DW_TAG_template_value_param:
16610           suppress_add = 1;
16611           /* Fall through.  */
16612         case DW_TAG_constant:
16613         case DW_TAG_variable:
16614         case DW_TAG_member:
16615           /* Compilation with minimal debug info may result in
16616              variables with missing type entries.  Change the
16617              misleading `void' type to something sensible.  */
16618           if (TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_VOID)
16619             SYMBOL_TYPE (sym)
16620               = objfile_type (objfile)->nodebug_data_symbol;
16621
16622           attr = dwarf2_attr (die, DW_AT_const_value, cu);
16623           /* In the case of DW_TAG_member, we should only be called for
16624              static const members.  */
16625           if (die->tag == DW_TAG_member)
16626             {
16627               /* dwarf2_add_field uses die_is_declaration,
16628                  so we do the same.  */
16629               gdb_assert (die_is_declaration (die, cu));
16630               gdb_assert (attr);
16631             }
16632           if (attr)
16633             {
16634               dwarf2_const_value (attr, sym, cu);
16635               attr2 = dwarf2_attr (die, DW_AT_external, cu);
16636               if (!suppress_add)
16637                 {
16638                   if (attr2 && (DW_UNSND (attr2) != 0))
16639                     list_to_add = &global_symbols;
16640                   else
16641                     list_to_add = cu->list_in_scope;
16642                 }
16643               break;
16644             }
16645           attr = dwarf2_attr (die, DW_AT_location, cu);
16646           if (attr)
16647             {
16648               var_decode_location (attr, sym, cu);
16649               attr2 = dwarf2_attr (die, DW_AT_external, cu);
16650
16651               /* Fortran explicitly imports any global symbols to the local
16652                  scope by DW_TAG_common_block.  */
16653               if (cu->language == language_fortran && die->parent
16654                   && die->parent->tag == DW_TAG_common_block)
16655                 attr2 = NULL;
16656
16657               if (SYMBOL_CLASS (sym) == LOC_STATIC
16658                   && SYMBOL_VALUE_ADDRESS (sym) == 0
16659                   && !dwarf2_per_objfile->has_section_at_zero)
16660                 {
16661                   /* When a static variable is eliminated by the linker,
16662                      the corresponding debug information is not stripped
16663                      out, but the variable address is set to null;
16664                      do not add such variables into symbol table.  */
16665                 }
16666               else if (attr2 && (DW_UNSND (attr2) != 0))
16667                 {
16668                   /* Workaround gfortran PR debug/40040 - it uses
16669                      DW_AT_location for variables in -fPIC libraries which may
16670                      get overriden by other libraries/executable and get
16671                      a different address.  Resolve it by the minimal symbol
16672                      which may come from inferior's executable using copy
16673                      relocation.  Make this workaround only for gfortran as for
16674                      other compilers GDB cannot guess the minimal symbol
16675                      Fortran mangling kind.  */
16676                   if (cu->language == language_fortran && die->parent
16677                       && die->parent->tag == DW_TAG_module
16678                       && cu->producer
16679                       && strncmp (cu->producer, "GNU Fortran ", 12) == 0)
16680                     SYMBOL_ACLASS_INDEX (sym) = LOC_UNRESOLVED;
16681
16682                   /* A variable with DW_AT_external is never static,
16683                      but it may be block-scoped.  */
16684                   list_to_add = (cu->list_in_scope == &file_symbols
16685                                  ? &global_symbols : cu->list_in_scope);
16686                 }
16687               else
16688                 list_to_add = cu->list_in_scope;
16689             }
16690           else
16691             {
16692               /* We do not know the address of this symbol.
16693                  If it is an external symbol and we have type information
16694                  for it, enter the symbol as a LOC_UNRESOLVED symbol.
16695                  The address of the variable will then be determined from
16696                  the minimal symbol table whenever the variable is
16697                  referenced.  */
16698               attr2 = dwarf2_attr (die, DW_AT_external, cu);
16699
16700               /* Fortran explicitly imports any global symbols to the local
16701                  scope by DW_TAG_common_block.  */
16702               if (cu->language == language_fortran && die->parent
16703                   && die->parent->tag == DW_TAG_common_block)
16704                 {
16705                   /* SYMBOL_CLASS doesn't matter here because
16706                      read_common_block is going to reset it.  */
16707                   if (!suppress_add)
16708                     list_to_add = cu->list_in_scope;
16709                 }
16710               else if (attr2 && (DW_UNSND (attr2) != 0)
16711                        && dwarf2_attr (die, DW_AT_type, cu) != NULL)
16712                 {
16713                   /* A variable with DW_AT_external is never static, but it
16714                      may be block-scoped.  */
16715                   list_to_add = (cu->list_in_scope == &file_symbols
16716                                  ? &global_symbols : cu->list_in_scope);
16717
16718                   SYMBOL_ACLASS_INDEX (sym) = LOC_UNRESOLVED;
16719                 }
16720               else if (!die_is_declaration (die, cu))
16721                 {
16722                   /* Use the default LOC_OPTIMIZED_OUT class.  */
16723                   gdb_assert (SYMBOL_CLASS (sym) == LOC_OPTIMIZED_OUT);
16724                   if (!suppress_add)
16725                     list_to_add = cu->list_in_scope;
16726                 }
16727             }
16728           break;
16729         case DW_TAG_formal_parameter:
16730           /* If we are inside a function, mark this as an argument.  If
16731              not, we might be looking at an argument to an inlined function
16732              when we do not have enough information to show inlined frames;
16733              pretend it's a local variable in that case so that the user can
16734              still see it.  */
16735           if (context_stack_depth > 0
16736               && context_stack[context_stack_depth - 1].name != NULL)
16737             SYMBOL_IS_ARGUMENT (sym) = 1;
16738           attr = dwarf2_attr (die, DW_AT_location, cu);
16739           if (attr)
16740             {
16741               var_decode_location (attr, sym, cu);
16742             }
16743           attr = dwarf2_attr (die, DW_AT_const_value, cu);
16744           if (attr)
16745             {
16746               dwarf2_const_value (attr, sym, cu);
16747             }
16748
16749           list_to_add = cu->list_in_scope;
16750           break;
16751         case DW_TAG_unspecified_parameters:
16752           /* From varargs functions; gdb doesn't seem to have any
16753              interest in this information, so just ignore it for now.
16754              (FIXME?) */
16755           break;
16756         case DW_TAG_template_type_param:
16757           suppress_add = 1;
16758           /* Fall through.  */
16759         case DW_TAG_class_type:
16760         case DW_TAG_interface_type:
16761         case DW_TAG_structure_type:
16762         case DW_TAG_union_type:
16763         case DW_TAG_set_type:
16764         case DW_TAG_enumeration_type:
16765           SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
16766           SYMBOL_DOMAIN (sym) = STRUCT_DOMAIN;
16767
16768           {
16769             /* NOTE: carlton/2003-11-10: C++ and Java class symbols shouldn't
16770                really ever be static objects: otherwise, if you try
16771                to, say, break of a class's method and you're in a file
16772                which doesn't mention that class, it won't work unless
16773                the check for all static symbols in lookup_symbol_aux
16774                saves you.  See the OtherFileClass tests in
16775                gdb.c++/namespace.exp.  */
16776
16777             if (!suppress_add)
16778               {
16779                 list_to_add = (cu->list_in_scope == &file_symbols
16780                                && (cu->language == language_cplus
16781                                    || cu->language == language_java)
16782                                ? &global_symbols : cu->list_in_scope);
16783
16784                 /* The semantics of C++ state that "struct foo {
16785                    ... }" also defines a typedef for "foo".  A Java
16786                    class declaration also defines a typedef for the
16787                    class.  */
16788                 if (cu->language == language_cplus
16789                     || cu->language == language_java
16790                     || cu->language == language_ada)
16791                   {
16792                     /* The symbol's name is already allocated along
16793                        with this objfile, so we don't need to
16794                        duplicate it for the type.  */
16795                     if (TYPE_NAME (SYMBOL_TYPE (sym)) == 0)
16796                       TYPE_NAME (SYMBOL_TYPE (sym)) = SYMBOL_SEARCH_NAME (sym);
16797                   }
16798               }
16799           }
16800           break;
16801         case DW_TAG_typedef:
16802           SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
16803           SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
16804           list_to_add = cu->list_in_scope;
16805           break;
16806         case DW_TAG_base_type:
16807         case DW_TAG_subrange_type:
16808           SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
16809           SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
16810           list_to_add = cu->list_in_scope;
16811           break;
16812         case DW_TAG_enumerator:
16813           attr = dwarf2_attr (die, DW_AT_const_value, cu);
16814           if (attr)
16815             {
16816               dwarf2_const_value (attr, sym, cu);
16817             }
16818           {
16819             /* NOTE: carlton/2003-11-10: See comment above in the
16820                DW_TAG_class_type, etc. block.  */
16821
16822             list_to_add = (cu->list_in_scope == &file_symbols
16823                            && (cu->language == language_cplus
16824                                || cu->language == language_java)
16825                            ? &global_symbols : cu->list_in_scope);
16826           }
16827           break;
16828         case DW_TAG_namespace:
16829           SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
16830           list_to_add = &global_symbols;
16831           break;
16832         case DW_TAG_common_block:
16833           SYMBOL_ACLASS_INDEX (sym) = LOC_COMMON_BLOCK;
16834           SYMBOL_DOMAIN (sym) = COMMON_BLOCK_DOMAIN;
16835           add_symbol_to_list (sym, cu->list_in_scope);
16836           break;
16837         default:
16838           /* Not a tag we recognize.  Hopefully we aren't processing
16839              trash data, but since we must specifically ignore things
16840              we don't recognize, there is nothing else we should do at
16841              this point.  */
16842           complaint (&symfile_complaints, _("unsupported tag: '%s'"),
16843                      dwarf_tag_name (die->tag));
16844           break;
16845         }
16846
16847       if (suppress_add)
16848         {
16849           sym->hash_next = objfile->template_symbols;
16850           objfile->template_symbols = sym;
16851           list_to_add = NULL;
16852         }
16853
16854       if (list_to_add != NULL)
16855         add_symbol_to_list (sym, list_to_add);
16856
16857       /* For the benefit of old versions of GCC, check for anonymous
16858          namespaces based on the demangled name.  */
16859       if (!cu->processing_has_namespace_info
16860           && cu->language == language_cplus)
16861         cp_scan_for_anonymous_namespaces (sym, objfile);
16862     }
16863   return (sym);
16864 }
16865
16866 /* A wrapper for new_symbol_full that always allocates a new symbol.  */
16867
16868 static struct symbol *
16869 new_symbol (struct die_info *die, struct type *type, struct dwarf2_cu *cu)
16870 {
16871   return new_symbol_full (die, type, cu, NULL);
16872 }
16873
16874 /* Given an attr with a DW_FORM_dataN value in host byte order,
16875    zero-extend it as appropriate for the symbol's type.  The DWARF
16876    standard (v4) is not entirely clear about the meaning of using
16877    DW_FORM_dataN for a constant with a signed type, where the type is
16878    wider than the data.  The conclusion of a discussion on the DWARF
16879    list was that this is unspecified.  We choose to always zero-extend
16880    because that is the interpretation long in use by GCC.  */
16881
16882 static gdb_byte *
16883 dwarf2_const_value_data (const struct attribute *attr, struct obstack *obstack,
16884                          struct dwarf2_cu *cu, LONGEST *value, int bits)
16885 {
16886   struct objfile *objfile = cu->objfile;
16887   enum bfd_endian byte_order = bfd_big_endian (objfile->obfd) ?
16888                                 BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE;
16889   LONGEST l = DW_UNSND (attr);
16890
16891   if (bits < sizeof (*value) * 8)
16892     {
16893       l &= ((LONGEST) 1 << bits) - 1;
16894       *value = l;
16895     }
16896   else if (bits == sizeof (*value) * 8)
16897     *value = l;
16898   else
16899     {
16900       gdb_byte *bytes = obstack_alloc (obstack, bits / 8);
16901       store_unsigned_integer (bytes, bits / 8, byte_order, l);
16902       return bytes;
16903     }
16904
16905   return NULL;
16906 }
16907
16908 /* Read a constant value from an attribute.  Either set *VALUE, or if
16909    the value does not fit in *VALUE, set *BYTES - either already
16910    allocated on the objfile obstack, or newly allocated on OBSTACK,
16911    or, set *BATON, if we translated the constant to a location
16912    expression.  */
16913
16914 static void
16915 dwarf2_const_value_attr (const struct attribute *attr, struct type *type,
16916                          const char *name, struct obstack *obstack,
16917                          struct dwarf2_cu *cu,
16918                          LONGEST *value, const gdb_byte **bytes,
16919                          struct dwarf2_locexpr_baton **baton)
16920 {
16921   struct objfile *objfile = cu->objfile;
16922   struct comp_unit_head *cu_header = &cu->header;
16923   struct dwarf_block *blk;
16924   enum bfd_endian byte_order = (bfd_big_endian (objfile->obfd) ?
16925                                 BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE);
16926
16927   *value = 0;
16928   *bytes = NULL;
16929   *baton = NULL;
16930
16931   switch (attr->form)
16932     {
16933     case DW_FORM_addr:
16934     case DW_FORM_GNU_addr_index:
16935       {
16936         gdb_byte *data;
16937
16938         if (TYPE_LENGTH (type) != cu_header->addr_size)
16939           dwarf2_const_value_length_mismatch_complaint (name,
16940                                                         cu_header->addr_size,
16941                                                         TYPE_LENGTH (type));
16942         /* Symbols of this form are reasonably rare, so we just
16943            piggyback on the existing location code rather than writing
16944            a new implementation of symbol_computed_ops.  */
16945         *baton = obstack_alloc (obstack, sizeof (struct dwarf2_locexpr_baton));
16946         (*baton)->per_cu = cu->per_cu;
16947         gdb_assert ((*baton)->per_cu);
16948
16949         (*baton)->size = 2 + cu_header->addr_size;
16950         data = obstack_alloc (obstack, (*baton)->size);
16951         (*baton)->data = data;
16952
16953         data[0] = DW_OP_addr;
16954         store_unsigned_integer (&data[1], cu_header->addr_size,
16955                                 byte_order, DW_ADDR (attr));
16956         data[cu_header->addr_size + 1] = DW_OP_stack_value;
16957       }
16958       break;
16959     case DW_FORM_string:
16960     case DW_FORM_strp:
16961     case DW_FORM_GNU_str_index:
16962     case DW_FORM_GNU_strp_alt:
16963       /* DW_STRING is already allocated on the objfile obstack, point
16964          directly to it.  */
16965       *bytes = (const gdb_byte *) DW_STRING (attr);
16966       break;
16967     case DW_FORM_block1:
16968     case DW_FORM_block2:
16969     case DW_FORM_block4:
16970     case DW_FORM_block:
16971     case DW_FORM_exprloc:
16972       blk = DW_BLOCK (attr);
16973       if (TYPE_LENGTH (type) != blk->size)
16974         dwarf2_const_value_length_mismatch_complaint (name, blk->size,
16975                                                       TYPE_LENGTH (type));
16976       *bytes = blk->data;
16977       break;
16978
16979       /* The DW_AT_const_value attributes are supposed to carry the
16980          symbol's value "represented as it would be on the target
16981          architecture."  By the time we get here, it's already been
16982          converted to host endianness, so we just need to sign- or
16983          zero-extend it as appropriate.  */
16984     case DW_FORM_data1:
16985       *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 8);
16986       break;
16987     case DW_FORM_data2:
16988       *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 16);
16989       break;
16990     case DW_FORM_data4:
16991       *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 32);
16992       break;
16993     case DW_FORM_data8:
16994       *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 64);
16995       break;
16996
16997     case DW_FORM_sdata:
16998       *value = DW_SND (attr);
16999       break;
17000
17001     case DW_FORM_udata:
17002       *value = DW_UNSND (attr);
17003       break;
17004
17005     default:
17006       complaint (&symfile_complaints,
17007                  _("unsupported const value attribute form: '%s'"),
17008                  dwarf_form_name (attr->form));
17009       *value = 0;
17010       break;
17011     }
17012 }
17013
17014
17015 /* Copy constant value from an attribute to a symbol.  */
17016
17017 static void
17018 dwarf2_const_value (const struct attribute *attr, struct symbol *sym,
17019                     struct dwarf2_cu *cu)
17020 {
17021   struct objfile *objfile = cu->objfile;
17022   struct comp_unit_head *cu_header = &cu->header;
17023   LONGEST value;
17024   const gdb_byte *bytes;
17025   struct dwarf2_locexpr_baton *baton;
17026
17027   dwarf2_const_value_attr (attr, SYMBOL_TYPE (sym),
17028                            SYMBOL_PRINT_NAME (sym),
17029                            &objfile->objfile_obstack, cu,
17030                            &value, &bytes, &baton);
17031
17032   if (baton != NULL)
17033     {
17034       SYMBOL_LOCATION_BATON (sym) = baton;
17035       SYMBOL_ACLASS_INDEX (sym) = dwarf2_locexpr_index;
17036     }
17037   else if (bytes != NULL)
17038      {
17039       SYMBOL_VALUE_BYTES (sym) = bytes;
17040       SYMBOL_ACLASS_INDEX (sym) = LOC_CONST_BYTES;
17041     }
17042   else
17043     {
17044       SYMBOL_VALUE (sym) = value;
17045       SYMBOL_ACLASS_INDEX (sym) = LOC_CONST;
17046     }
17047 }
17048
17049 /* Return the type of the die in question using its DW_AT_type attribute.  */
17050
17051 static struct type *
17052 die_type (struct die_info *die, struct dwarf2_cu *cu)
17053 {
17054   struct attribute *type_attr;
17055
17056   type_attr = dwarf2_attr (die, DW_AT_type, cu);
17057   if (!type_attr)
17058     {
17059       /* A missing DW_AT_type represents a void type.  */
17060       return objfile_type (cu->objfile)->builtin_void;
17061     }
17062
17063   return lookup_die_type (die, type_attr, cu);
17064 }
17065
17066 /* True iff CU's producer generates GNAT Ada auxiliary information
17067    that allows to find parallel types through that information instead
17068    of having to do expensive parallel lookups by type name.  */
17069
17070 static int
17071 need_gnat_info (struct dwarf2_cu *cu)
17072 {
17073   /* FIXME: brobecker/2010-10-12: As of now, only the AdaCore version
17074      of GNAT produces this auxiliary information, without any indication
17075      that it is produced.  Part of enhancing the FSF version of GNAT
17076      to produce that information will be to put in place an indicator
17077      that we can use in order to determine whether the descriptive type
17078      info is available or not.  One suggestion that has been made is
17079      to use a new attribute, attached to the CU die.  For now, assume
17080      that the descriptive type info is not available.  */
17081   return 0;
17082 }
17083
17084 /* Return the auxiliary type of the die in question using its
17085    DW_AT_GNAT_descriptive_type attribute.  Returns NULL if the
17086    attribute is not present.  */
17087
17088 static struct type *
17089 die_descriptive_type (struct die_info *die, struct dwarf2_cu *cu)
17090 {
17091   struct attribute *type_attr;
17092
17093   type_attr = dwarf2_attr (die, DW_AT_GNAT_descriptive_type, cu);
17094   if (!type_attr)
17095     return NULL;
17096
17097   return lookup_die_type (die, type_attr, cu);
17098 }
17099
17100 /* If DIE has a descriptive_type attribute, then set the TYPE's
17101    descriptive type accordingly.  */
17102
17103 static void
17104 set_descriptive_type (struct type *type, struct die_info *die,
17105                       struct dwarf2_cu *cu)
17106 {
17107   struct type *descriptive_type = die_descriptive_type (die, cu);
17108
17109   if (descriptive_type)
17110     {
17111       ALLOCATE_GNAT_AUX_TYPE (type);
17112       TYPE_DESCRIPTIVE_TYPE (type) = descriptive_type;
17113     }
17114 }
17115
17116 /* Return the containing type of the die in question using its
17117    DW_AT_containing_type attribute.  */
17118
17119 static struct type *
17120 die_containing_type (struct die_info *die, struct dwarf2_cu *cu)
17121 {
17122   struct attribute *type_attr;
17123
17124   type_attr = dwarf2_attr (die, DW_AT_containing_type, cu);
17125   if (!type_attr)
17126     error (_("Dwarf Error: Problem turning containing type into gdb type "
17127              "[in module %s]"), objfile_name (cu->objfile));
17128
17129   return lookup_die_type (die, type_attr, cu);
17130 }
17131
17132 /* Return an error marker type to use for the ill formed type in DIE/CU.  */
17133
17134 static struct type *
17135 build_error_marker_type (struct dwarf2_cu *cu, struct die_info *die)
17136 {
17137   struct objfile *objfile = dwarf2_per_objfile->objfile;
17138   char *message, *saved;
17139
17140   message = xstrprintf (_("<unknown type in %s, CU 0x%x, DIE 0x%x>"),
17141                         objfile_name (objfile),
17142                         cu->header.offset.sect_off,
17143                         die->offset.sect_off);
17144   saved = obstack_copy0 (&objfile->objfile_obstack,
17145                          message, strlen (message));
17146   xfree (message);
17147
17148   return init_type (TYPE_CODE_ERROR, 0, 0, saved, objfile);
17149 }
17150
17151 /* Look up the type of DIE in CU using its type attribute ATTR.
17152    ATTR must be one of: DW_AT_type, DW_AT_GNAT_descriptive_type,
17153    DW_AT_containing_type.
17154    If there is no type substitute an error marker.  */
17155
17156 static struct type *
17157 lookup_die_type (struct die_info *die, const struct attribute *attr,
17158                  struct dwarf2_cu *cu)
17159 {
17160   struct objfile *objfile = cu->objfile;
17161   struct type *this_type;
17162
17163   gdb_assert (attr->name == DW_AT_type
17164               || attr->name == DW_AT_GNAT_descriptive_type
17165               || attr->name == DW_AT_containing_type);
17166
17167   /* First see if we have it cached.  */
17168
17169   if (attr->form == DW_FORM_GNU_ref_alt)
17170     {
17171       struct dwarf2_per_cu_data *per_cu;
17172       sect_offset offset = dwarf2_get_ref_die_offset (attr);
17173
17174       per_cu = dwarf2_find_containing_comp_unit (offset, 1, cu->objfile);
17175       this_type = get_die_type_at_offset (offset, per_cu);
17176     }
17177   else if (attr_form_is_ref (attr))
17178     {
17179       sect_offset offset = dwarf2_get_ref_die_offset (attr);
17180
17181       this_type = get_die_type_at_offset (offset, cu->per_cu);
17182     }
17183   else if (attr->form == DW_FORM_ref_sig8)
17184     {
17185       ULONGEST signature = DW_SIGNATURE (attr);
17186
17187       return get_signatured_type (die, signature, cu);
17188     }
17189   else
17190     {
17191       complaint (&symfile_complaints,
17192                  _("Dwarf Error: Bad type attribute %s in DIE"
17193                    " at 0x%x [in module %s]"),
17194                  dwarf_attr_name (attr->name), die->offset.sect_off,
17195                  objfile_name (objfile));
17196       return build_error_marker_type (cu, die);
17197     }
17198
17199   /* If not cached we need to read it in.  */
17200
17201   if (this_type == NULL)
17202     {
17203       struct die_info *type_die = NULL;
17204       struct dwarf2_cu *type_cu = cu;
17205
17206       if (attr_form_is_ref (attr))
17207         type_die = follow_die_ref (die, attr, &type_cu);
17208       if (type_die == NULL)
17209         return build_error_marker_type (cu, die);
17210       /* If we find the type now, it's probably because the type came
17211          from an inter-CU reference and the type's CU got expanded before
17212          ours.  */
17213       this_type = read_type_die (type_die, type_cu);
17214     }
17215
17216   /* If we still don't have a type use an error marker.  */
17217
17218   if (this_type == NULL)
17219     return build_error_marker_type (cu, die);
17220
17221   return this_type;
17222 }
17223
17224 /* Return the type in DIE, CU.
17225    Returns NULL for invalid types.
17226
17227    This first does a lookup in die_type_hash,
17228    and only reads the die in if necessary.
17229
17230    NOTE: This can be called when reading in partial or full symbols.  */
17231
17232 static struct type *
17233 read_type_die (struct die_info *die, struct dwarf2_cu *cu)
17234 {
17235   struct type *this_type;
17236
17237   this_type = get_die_type (die, cu);
17238   if (this_type)
17239     return this_type;
17240
17241   return read_type_die_1 (die, cu);
17242 }
17243
17244 /* Read the type in DIE, CU.
17245    Returns NULL for invalid types.  */
17246
17247 static struct type *
17248 read_type_die_1 (struct die_info *die, struct dwarf2_cu *cu)
17249 {
17250   struct type *this_type = NULL;
17251
17252   switch (die->tag)
17253     {
17254     case DW_TAG_class_type:
17255     case DW_TAG_interface_type:
17256     case DW_TAG_structure_type:
17257     case DW_TAG_union_type:
17258       this_type = read_structure_type (die, cu);
17259       break;
17260     case DW_TAG_enumeration_type:
17261       this_type = read_enumeration_type (die, cu);
17262       break;
17263     case DW_TAG_subprogram:
17264     case DW_TAG_subroutine_type:
17265     case DW_TAG_inlined_subroutine:
17266       this_type = read_subroutine_type (die, cu);
17267       break;
17268     case DW_TAG_array_type:
17269       this_type = read_array_type (die, cu);
17270       break;
17271     case DW_TAG_set_type:
17272       this_type = read_set_type (die, cu);
17273       break;
17274     case DW_TAG_pointer_type:
17275       this_type = read_tag_pointer_type (die, cu);
17276       break;
17277     case DW_TAG_ptr_to_member_type:
17278       this_type = read_tag_ptr_to_member_type (die, cu);
17279       break;
17280     case DW_TAG_reference_type:
17281       this_type = read_tag_reference_type (die, cu);
17282       break;
17283     case DW_TAG_const_type:
17284       this_type = read_tag_const_type (die, cu);
17285       break;
17286     case DW_TAG_volatile_type:
17287       this_type = read_tag_volatile_type (die, cu);
17288       break;
17289     case DW_TAG_restrict_type:
17290       this_type = read_tag_restrict_type (die, cu);
17291       break;
17292     case DW_TAG_string_type:
17293       this_type = read_tag_string_type (die, cu);
17294       break;
17295     case DW_TAG_typedef:
17296       this_type = read_typedef (die, cu);
17297       break;
17298     case DW_TAG_subrange_type:
17299       this_type = read_subrange_type (die, cu);
17300       break;
17301     case DW_TAG_base_type:
17302       this_type = read_base_type (die, cu);
17303       break;
17304     case DW_TAG_unspecified_type:
17305       this_type = read_unspecified_type (die, cu);
17306       break;
17307     case DW_TAG_namespace:
17308       this_type = read_namespace_type (die, cu);
17309       break;
17310     case DW_TAG_module:
17311       this_type = read_module_type (die, cu);
17312       break;
17313     default:
17314       complaint (&symfile_complaints,
17315                  _("unexpected tag in read_type_die: '%s'"),
17316                  dwarf_tag_name (die->tag));
17317       break;
17318     }
17319
17320   return this_type;
17321 }
17322
17323 /* See if we can figure out if the class lives in a namespace.  We do
17324    this by looking for a member function; its demangled name will
17325    contain namespace info, if there is any.
17326    Return the computed name or NULL.
17327    Space for the result is allocated on the objfile's obstack.
17328    This is the full-die version of guess_partial_die_structure_name.
17329    In this case we know DIE has no useful parent.  */
17330
17331 static char *
17332 guess_full_die_structure_name (struct die_info *die, struct dwarf2_cu *cu)
17333 {
17334   struct die_info *spec_die;
17335   struct dwarf2_cu *spec_cu;
17336   struct die_info *child;
17337
17338   spec_cu = cu;
17339   spec_die = die_specification (die, &spec_cu);
17340   if (spec_die != NULL)
17341     {
17342       die = spec_die;
17343       cu = spec_cu;
17344     }
17345
17346   for (child = die->child;
17347        child != NULL;
17348        child = child->sibling)
17349     {
17350       if (child->tag == DW_TAG_subprogram)
17351         {
17352           struct attribute *attr;
17353
17354           attr = dwarf2_attr (child, DW_AT_linkage_name, cu);
17355           if (attr == NULL)
17356             attr = dwarf2_attr (child, DW_AT_MIPS_linkage_name, cu);
17357           if (attr != NULL)
17358             {
17359               char *actual_name
17360                 = language_class_name_from_physname (cu->language_defn,
17361                                                      DW_STRING (attr));
17362               char *name = NULL;
17363
17364               if (actual_name != NULL)
17365                 {
17366                   const char *die_name = dwarf2_name (die, cu);
17367
17368                   if (die_name != NULL
17369                       && strcmp (die_name, actual_name) != 0)
17370                     {
17371                       /* Strip off the class name from the full name.
17372                          We want the prefix.  */
17373                       int die_name_len = strlen (die_name);
17374                       int actual_name_len = strlen (actual_name);
17375
17376                       /* Test for '::' as a sanity check.  */
17377                       if (actual_name_len > die_name_len + 2
17378                           && actual_name[actual_name_len
17379                                          - die_name_len - 1] == ':')
17380                         name =
17381                           obstack_copy0 (&cu->objfile->objfile_obstack,
17382                                          actual_name,
17383                                          actual_name_len - die_name_len - 2);
17384                     }
17385                 }
17386               xfree (actual_name);
17387               return name;
17388             }
17389         }
17390     }
17391
17392   return NULL;
17393 }
17394
17395 /* GCC might emit a nameless typedef that has a linkage name.  Determine the
17396    prefix part in such case.  See
17397    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510.  */
17398
17399 static char *
17400 anonymous_struct_prefix (struct die_info *die, struct dwarf2_cu *cu)
17401 {
17402   struct attribute *attr;
17403   char *base;
17404
17405   if (die->tag != DW_TAG_class_type && die->tag != DW_TAG_interface_type
17406       && die->tag != DW_TAG_structure_type && die->tag != DW_TAG_union_type)
17407     return NULL;
17408
17409   attr = dwarf2_attr (die, DW_AT_name, cu);
17410   if (attr != NULL && DW_STRING (attr) != NULL)
17411     return NULL;
17412
17413   attr = dwarf2_attr (die, DW_AT_linkage_name, cu);
17414   if (attr == NULL)
17415     attr = dwarf2_attr (die, DW_AT_MIPS_linkage_name, cu);
17416   if (attr == NULL || DW_STRING (attr) == NULL)
17417     return NULL;
17418
17419   /* dwarf2_name had to be already called.  */
17420   gdb_assert (DW_STRING_IS_CANONICAL (attr));
17421
17422   /* Strip the base name, keep any leading namespaces/classes.  */
17423   base = strrchr (DW_STRING (attr), ':');
17424   if (base == NULL || base == DW_STRING (attr) || base[-1] != ':')
17425     return "";
17426
17427   return obstack_copy0 (&cu->objfile->objfile_obstack,
17428                         DW_STRING (attr), &base[-1] - DW_STRING (attr));
17429 }
17430
17431 /* Return the name of the namespace/class that DIE is defined within,
17432    or "" if we can't tell.  The caller should not xfree the result.
17433
17434    For example, if we're within the method foo() in the following
17435    code:
17436
17437    namespace N {
17438      class C {
17439        void foo () {
17440        }
17441      };
17442    }
17443
17444    then determine_prefix on foo's die will return "N::C".  */
17445
17446 static const char *
17447 determine_prefix (struct die_info *die, struct dwarf2_cu *cu)
17448 {
17449   struct die_info *parent, *spec_die;
17450   struct dwarf2_cu *spec_cu;
17451   struct type *parent_type;
17452   char *retval;
17453
17454   if (cu->language != language_cplus && cu->language != language_java
17455       && cu->language != language_fortran)
17456     return "";
17457
17458   retval = anonymous_struct_prefix (die, cu);
17459   if (retval)
17460     return retval;
17461
17462   /* We have to be careful in the presence of DW_AT_specification.
17463      For example, with GCC 3.4, given the code
17464
17465      namespace N {
17466        void foo() {
17467          // Definition of N::foo.
17468        }
17469      }
17470
17471      then we'll have a tree of DIEs like this:
17472
17473      1: DW_TAG_compile_unit
17474        2: DW_TAG_namespace        // N
17475          3: DW_TAG_subprogram     // declaration of N::foo
17476        4: DW_TAG_subprogram       // definition of N::foo
17477             DW_AT_specification   // refers to die #3
17478
17479      Thus, when processing die #4, we have to pretend that we're in
17480      the context of its DW_AT_specification, namely the contex of die
17481      #3.  */
17482   spec_cu = cu;
17483   spec_die = die_specification (die, &spec_cu);
17484   if (spec_die == NULL)
17485     parent = die->parent;
17486   else
17487     {
17488       parent = spec_die->parent;
17489       cu = spec_cu;
17490     }
17491
17492   if (parent == NULL)
17493     return "";
17494   else if (parent->building_fullname)
17495     {
17496       const char *name;
17497       const char *parent_name;
17498
17499       /* It has been seen on RealView 2.2 built binaries,
17500          DW_TAG_template_type_param types actually _defined_ as
17501          children of the parent class:
17502
17503          enum E {};
17504          template class <class Enum> Class{};
17505          Class<enum E> class_e;
17506
17507          1: DW_TAG_class_type (Class)
17508            2: DW_TAG_enumeration_type (E)
17509              3: DW_TAG_enumerator (enum1:0)
17510              3: DW_TAG_enumerator (enum2:1)
17511              ...
17512            2: DW_TAG_template_type_param
17513               DW_AT_type  DW_FORM_ref_udata (E)
17514
17515          Besides being broken debug info, it can put GDB into an
17516          infinite loop.  Consider:
17517
17518          When we're building the full name for Class<E>, we'll start
17519          at Class, and go look over its template type parameters,
17520          finding E.  We'll then try to build the full name of E, and
17521          reach here.  We're now trying to build the full name of E,
17522          and look over the parent DIE for containing scope.  In the
17523          broken case, if we followed the parent DIE of E, we'd again
17524          find Class, and once again go look at its template type
17525          arguments, etc., etc.  Simply don't consider such parent die
17526          as source-level parent of this die (it can't be, the language
17527          doesn't allow it), and break the loop here.  */
17528       name = dwarf2_name (die, cu);
17529       parent_name = dwarf2_name (parent, cu);
17530       complaint (&symfile_complaints,
17531                  _("template param type '%s' defined within parent '%s'"),
17532                  name ? name : "<unknown>",
17533                  parent_name ? parent_name : "<unknown>");
17534       return "";
17535     }
17536   else
17537     switch (parent->tag)
17538       {
17539       case DW_TAG_namespace:
17540         parent_type = read_type_die (parent, cu);
17541         /* GCC 4.0 and 4.1 had a bug (PR c++/28460) where they generated bogus
17542            DW_TAG_namespace DIEs with a name of "::" for the global namespace.
17543            Work around this problem here.  */
17544         if (cu->language == language_cplus
17545             && strcmp (TYPE_TAG_NAME (parent_type), "::") == 0)
17546           return "";
17547         /* We give a name to even anonymous namespaces.  */
17548         return TYPE_TAG_NAME (parent_type);
17549       case DW_TAG_class_type:
17550       case DW_TAG_interface_type:
17551       case DW_TAG_structure_type:
17552       case DW_TAG_union_type:
17553       case DW_TAG_module:
17554         parent_type = read_type_die (parent, cu);
17555         if (TYPE_TAG_NAME (parent_type) != NULL)
17556           return TYPE_TAG_NAME (parent_type);
17557         else
17558           /* An anonymous structure is only allowed non-static data
17559              members; no typedefs, no member functions, et cetera.
17560              So it does not need a prefix.  */
17561           return "";
17562       case DW_TAG_compile_unit:
17563       case DW_TAG_partial_unit:
17564         /* gcc-4.5 -gdwarf-4 can drop the enclosing namespace.  Cope.  */
17565         if (cu->language == language_cplus
17566             && !VEC_empty (dwarf2_section_info_def, dwarf2_per_objfile->types)
17567             && die->child != NULL
17568             && (die->tag == DW_TAG_class_type
17569                 || die->tag == DW_TAG_structure_type
17570                 || die->tag == DW_TAG_union_type))
17571           {
17572             char *name = guess_full_die_structure_name (die, cu);
17573             if (name != NULL)
17574               return name;
17575           }
17576         return "";
17577       default:
17578         return determine_prefix (parent, cu);
17579       }
17580 }
17581
17582 /* Return a newly-allocated string formed by concatenating PREFIX and SUFFIX
17583    with appropriate separator.  If PREFIX or SUFFIX is NULL or empty, then
17584    simply copy the SUFFIX or PREFIX, respectively.  If OBS is non-null, perform
17585    an obconcat, otherwise allocate storage for the result.  The CU argument is
17586    used to determine the language and hence, the appropriate separator.  */
17587
17588 #define MAX_SEP_LEN 7  /* strlen ("__") + strlen ("_MOD_")  */
17589
17590 static char *
17591 typename_concat (struct obstack *obs, const char *prefix, const char *suffix,
17592                  int physname, struct dwarf2_cu *cu)
17593 {
17594   const char *lead = "";
17595   const char *sep;
17596
17597   if (suffix == NULL || suffix[0] == '\0'
17598       || prefix == NULL || prefix[0] == '\0')
17599     sep = "";
17600   else if (cu->language == language_java)
17601     sep = ".";
17602   else if (cu->language == language_fortran && physname)
17603     {
17604       /* This is gfortran specific mangling.  Normally DW_AT_linkage_name or
17605          DW_AT_MIPS_linkage_name is preferred and used instead.  */
17606
17607       lead = "__";
17608       sep = "_MOD_";
17609     }
17610   else
17611     sep = "::";
17612
17613   if (prefix == NULL)
17614     prefix = "";
17615   if (suffix == NULL)
17616     suffix = "";
17617
17618   if (obs == NULL)
17619     {
17620       char *retval
17621         = xmalloc (strlen (prefix) + MAX_SEP_LEN + strlen (suffix) + 1);
17622
17623       strcpy (retval, lead);
17624       strcat (retval, prefix);
17625       strcat (retval, sep);
17626       strcat (retval, suffix);
17627       return retval;
17628     }
17629   else
17630     {
17631       /* We have an obstack.  */
17632       return obconcat (obs, lead, prefix, sep, suffix, (char *) NULL);
17633     }
17634 }
17635
17636 /* Return sibling of die, NULL if no sibling.  */
17637
17638 static struct die_info *
17639 sibling_die (struct die_info *die)
17640 {
17641   return die->sibling;
17642 }
17643
17644 /* Get name of a die, return NULL if not found.  */
17645
17646 static const char *
17647 dwarf2_canonicalize_name (const char *name, struct dwarf2_cu *cu,
17648                           struct obstack *obstack)
17649 {
17650   if (name && cu->language == language_cplus)
17651     {
17652       char *canon_name = cp_canonicalize_string (name);
17653
17654       if (canon_name != NULL)
17655         {
17656           if (strcmp (canon_name, name) != 0)
17657             name = obstack_copy0 (obstack, canon_name, strlen (canon_name));
17658           xfree (canon_name);
17659         }
17660     }
17661
17662   return name;
17663 }
17664
17665 /* Get name of a die, return NULL if not found.  */
17666
17667 static const char *
17668 dwarf2_name (struct die_info *die, struct dwarf2_cu *cu)
17669 {
17670   struct attribute *attr;
17671
17672   attr = dwarf2_attr (die, DW_AT_name, cu);
17673   if ((!attr || !DW_STRING (attr))
17674       && die->tag != DW_TAG_class_type
17675       && die->tag != DW_TAG_interface_type
17676       && die->tag != DW_TAG_structure_type
17677       && die->tag != DW_TAG_union_type)
17678     return NULL;
17679
17680   switch (die->tag)
17681     {
17682     case DW_TAG_compile_unit:
17683     case DW_TAG_partial_unit:
17684       /* Compilation units have a DW_AT_name that is a filename, not
17685          a source language identifier.  */
17686     case DW_TAG_enumeration_type:
17687     case DW_TAG_enumerator:
17688       /* These tags always have simple identifiers already; no need
17689          to canonicalize them.  */
17690       return DW_STRING (attr);
17691
17692     case DW_TAG_subprogram:
17693       /* Java constructors will all be named "<init>", so return
17694          the class name when we see this special case.  */
17695       if (cu->language == language_java
17696           && DW_STRING (attr) != NULL
17697           && strcmp (DW_STRING (attr), "<init>") == 0)
17698         {
17699           struct dwarf2_cu *spec_cu = cu;
17700           struct die_info *spec_die;
17701
17702           /* GCJ will output '<init>' for Java constructor names.
17703              For this special case, return the name of the parent class.  */
17704
17705           /* GCJ may output suprogram DIEs with AT_specification set.
17706              If so, use the name of the specified DIE.  */
17707           spec_die = die_specification (die, &spec_cu);
17708           if (spec_die != NULL)
17709             return dwarf2_name (spec_die, spec_cu);
17710
17711           do
17712             {
17713               die = die->parent;
17714               if (die->tag == DW_TAG_class_type)
17715                 return dwarf2_name (die, cu);
17716             }
17717           while (die->tag != DW_TAG_compile_unit
17718                  && die->tag != DW_TAG_partial_unit);
17719         }
17720       break;
17721
17722     case DW_TAG_class_type:
17723     case DW_TAG_interface_type:
17724     case DW_TAG_structure_type:
17725     case DW_TAG_union_type:
17726       /* Some GCC versions emit spurious DW_AT_name attributes for unnamed
17727          structures or unions.  These were of the form "._%d" in GCC 4.1,
17728          or simply "<anonymous struct>" or "<anonymous union>" in GCC 4.3
17729          and GCC 4.4.  We work around this problem by ignoring these.  */
17730       if (attr && DW_STRING (attr)
17731           && (strncmp (DW_STRING (attr), "._", 2) == 0
17732               || strncmp (DW_STRING (attr), "<anonymous", 10) == 0))
17733         return NULL;
17734
17735       /* GCC might emit a nameless typedef that has a linkage name.  See
17736          http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510.  */
17737       if (!attr || DW_STRING (attr) == NULL)
17738         {
17739           char *demangled = NULL;
17740
17741           attr = dwarf2_attr (die, DW_AT_linkage_name, cu);
17742           if (attr == NULL)
17743             attr = dwarf2_attr (die, DW_AT_MIPS_linkage_name, cu);
17744
17745           if (attr == NULL || DW_STRING (attr) == NULL)
17746             return NULL;
17747
17748           /* Avoid demangling DW_STRING (attr) the second time on a second
17749              call for the same DIE.  */
17750           if (!DW_STRING_IS_CANONICAL (attr))
17751             demangled = gdb_demangle (DW_STRING (attr), DMGL_TYPES);
17752
17753           if (demangled)
17754             {
17755               char *base;
17756
17757               /* FIXME: we already did this for the partial symbol... */
17758               DW_STRING (attr) = obstack_copy0 (&cu->objfile->objfile_obstack,
17759                                                 demangled, strlen (demangled));
17760               DW_STRING_IS_CANONICAL (attr) = 1;
17761               xfree (demangled);
17762
17763               /* Strip any leading namespaces/classes, keep only the base name.
17764                  DW_AT_name for named DIEs does not contain the prefixes.  */
17765               base = strrchr (DW_STRING (attr), ':');
17766               if (base && base > DW_STRING (attr) && base[-1] == ':')
17767                 return &base[1];
17768               else
17769                 return DW_STRING (attr);
17770             }
17771         }
17772       break;
17773
17774     default:
17775       break;
17776     }
17777
17778   if (!DW_STRING_IS_CANONICAL (attr))
17779     {
17780       DW_STRING (attr)
17781         = dwarf2_canonicalize_name (DW_STRING (attr), cu,
17782                                     &cu->objfile->objfile_obstack);
17783       DW_STRING_IS_CANONICAL (attr) = 1;
17784     }
17785   return DW_STRING (attr);
17786 }
17787
17788 /* Return the die that this die in an extension of, or NULL if there
17789    is none.  *EXT_CU is the CU containing DIE on input, and the CU
17790    containing the return value on output.  */
17791
17792 static struct die_info *
17793 dwarf2_extension (struct die_info *die, struct dwarf2_cu **ext_cu)
17794 {
17795   struct attribute *attr;
17796
17797   attr = dwarf2_attr (die, DW_AT_extension, *ext_cu);
17798   if (attr == NULL)
17799     return NULL;
17800
17801   return follow_die_ref (die, attr, ext_cu);
17802 }
17803
17804 /* Convert a DIE tag into its string name.  */
17805
17806 static const char *
17807 dwarf_tag_name (unsigned tag)
17808 {
17809   const char *name = get_DW_TAG_name (tag);
17810
17811   if (name == NULL)
17812     return "DW_TAG_<unknown>";
17813
17814   return name;
17815 }
17816
17817 /* Convert a DWARF attribute code into its string name.  */
17818
17819 static const char *
17820 dwarf_attr_name (unsigned attr)
17821 {
17822   const char *name;
17823
17824 #ifdef MIPS /* collides with DW_AT_HP_block_index */
17825   if (attr == DW_AT_MIPS_fde)
17826     return "DW_AT_MIPS_fde";
17827 #else
17828   if (attr == DW_AT_HP_block_index)
17829     return "DW_AT_HP_block_index";
17830 #endif
17831
17832   name = get_DW_AT_name (attr);
17833
17834   if (name == NULL)
17835     return "DW_AT_<unknown>";
17836
17837   return name;
17838 }
17839
17840 /* Convert a DWARF value form code into its string name.  */
17841
17842 static const char *
17843 dwarf_form_name (unsigned form)
17844 {
17845   const char *name = get_DW_FORM_name (form);
17846
17847   if (name == NULL)
17848     return "DW_FORM_<unknown>";
17849
17850   return name;
17851 }
17852
17853 static char *
17854 dwarf_bool_name (unsigned mybool)
17855 {
17856   if (mybool)
17857     return "TRUE";
17858   else
17859     return "FALSE";
17860 }
17861
17862 /* Convert a DWARF type code into its string name.  */
17863
17864 static const char *
17865 dwarf_type_encoding_name (unsigned enc)
17866 {
17867   const char *name = get_DW_ATE_name (enc);
17868
17869   if (name == NULL)
17870     return "DW_ATE_<unknown>";
17871
17872   return name;
17873 }
17874
17875 static void
17876 dump_die_shallow (struct ui_file *f, int indent, struct die_info *die)
17877 {
17878   unsigned int i;
17879
17880   print_spaces (indent, f);
17881   fprintf_unfiltered (f, "Die: %s (abbrev %d, offset 0x%x)\n",
17882            dwarf_tag_name (die->tag), die->abbrev, die->offset.sect_off);
17883
17884   if (die->parent != NULL)
17885     {
17886       print_spaces (indent, f);
17887       fprintf_unfiltered (f, "  parent at offset: 0x%x\n",
17888                           die->parent->offset.sect_off);
17889     }
17890
17891   print_spaces (indent, f);
17892   fprintf_unfiltered (f, "  has children: %s\n",
17893            dwarf_bool_name (die->child != NULL));
17894
17895   print_spaces (indent, f);
17896   fprintf_unfiltered (f, "  attributes:\n");
17897
17898   for (i = 0; i < die->num_attrs; ++i)
17899     {
17900       print_spaces (indent, f);
17901       fprintf_unfiltered (f, "    %s (%s) ",
17902                dwarf_attr_name (die->attrs[i].name),
17903                dwarf_form_name (die->attrs[i].form));
17904
17905       switch (die->attrs[i].form)
17906         {
17907         case DW_FORM_addr:
17908         case DW_FORM_GNU_addr_index:
17909           fprintf_unfiltered (f, "address: ");
17910           fputs_filtered (hex_string (DW_ADDR (&die->attrs[i])), f);
17911           break;
17912         case DW_FORM_block2:
17913         case DW_FORM_block4:
17914         case DW_FORM_block:
17915         case DW_FORM_block1:
17916           fprintf_unfiltered (f, "block: size %s",
17917                               pulongest (DW_BLOCK (&die->attrs[i])->size));
17918           break;
17919         case DW_FORM_exprloc:
17920           fprintf_unfiltered (f, "expression: size %s",
17921                               pulongest (DW_BLOCK (&die->attrs[i])->size));
17922           break;
17923         case DW_FORM_ref_addr:
17924           fprintf_unfiltered (f, "ref address: ");
17925           fputs_filtered (hex_string (DW_UNSND (&die->attrs[i])), f);
17926           break;
17927         case DW_FORM_GNU_ref_alt:
17928           fprintf_unfiltered (f, "alt ref address: ");
17929           fputs_filtered (hex_string (DW_UNSND (&die->attrs[i])), f);
17930           break;
17931         case DW_FORM_ref1:
17932         case DW_FORM_ref2:
17933         case DW_FORM_ref4:
17934         case DW_FORM_ref8:
17935         case DW_FORM_ref_udata:
17936           fprintf_unfiltered (f, "constant ref: 0x%lx (adjusted)",
17937                               (long) (DW_UNSND (&die->attrs[i])));
17938           break;
17939         case DW_FORM_data1:
17940         case DW_FORM_data2:
17941         case DW_FORM_data4:
17942         case DW_FORM_data8:
17943         case DW_FORM_udata:
17944         case DW_FORM_sdata:
17945           fprintf_unfiltered (f, "constant: %s",
17946                               pulongest (DW_UNSND (&die->attrs[i])));
17947           break;
17948         case DW_FORM_sec_offset:
17949           fprintf_unfiltered (f, "section offset: %s",
17950                               pulongest (DW_UNSND (&die->attrs[i])));
17951           break;
17952         case DW_FORM_ref_sig8:
17953           fprintf_unfiltered (f, "signature: %s",
17954                               hex_string (DW_SIGNATURE (&die->attrs[i])));
17955           break;
17956         case DW_FORM_string:
17957         case DW_FORM_strp:
17958         case DW_FORM_GNU_str_index:
17959         case DW_FORM_GNU_strp_alt:
17960           fprintf_unfiltered (f, "string: \"%s\" (%s canonicalized)",
17961                    DW_STRING (&die->attrs[i])
17962                    ? DW_STRING (&die->attrs[i]) : "",
17963                    DW_STRING_IS_CANONICAL (&die->attrs[i]) ? "is" : "not");
17964           break;
17965         case DW_FORM_flag:
17966           if (DW_UNSND (&die->attrs[i]))
17967             fprintf_unfiltered (f, "flag: TRUE");
17968           else
17969             fprintf_unfiltered (f, "flag: FALSE");
17970           break;
17971         case DW_FORM_flag_present:
17972           fprintf_unfiltered (f, "flag: TRUE");
17973           break;
17974         case DW_FORM_indirect:
17975           /* The reader will have reduced the indirect form to
17976              the "base form" so this form should not occur.  */
17977           fprintf_unfiltered (f, 
17978                               "unexpected attribute form: DW_FORM_indirect");
17979           break;
17980         default:
17981           fprintf_unfiltered (f, "unsupported attribute form: %d.",
17982                    die->attrs[i].form);
17983           break;
17984         }
17985       fprintf_unfiltered (f, "\n");
17986     }
17987 }
17988
17989 static void
17990 dump_die_for_error (struct die_info *die)
17991 {
17992   dump_die_shallow (gdb_stderr, 0, die);
17993 }
17994
17995 static void
17996 dump_die_1 (struct ui_file *f, int level, int max_level, struct die_info *die)
17997 {
17998   int indent = level * 4;
17999
18000   gdb_assert (die != NULL);
18001
18002   if (level >= max_level)
18003     return;
18004
18005   dump_die_shallow (f, indent, die);
18006
18007   if (die->child != NULL)
18008     {
18009       print_spaces (indent, f);
18010       fprintf_unfiltered (f, "  Children:");
18011       if (level + 1 < max_level)
18012         {
18013           fprintf_unfiltered (f, "\n");
18014           dump_die_1 (f, level + 1, max_level, die->child);
18015         }
18016       else
18017         {
18018           fprintf_unfiltered (f,
18019                               " [not printed, max nesting level reached]\n");
18020         }
18021     }
18022
18023   if (die->sibling != NULL && level > 0)
18024     {
18025       dump_die_1 (f, level, max_level, die->sibling);
18026     }
18027 }
18028
18029 /* This is called from the pdie macro in gdbinit.in.
18030    It's not static so gcc will keep a copy callable from gdb.  */
18031
18032 void
18033 dump_die (struct die_info *die, int max_level)
18034 {
18035   dump_die_1 (gdb_stdlog, 0, max_level, die);
18036 }
18037
18038 static void
18039 store_in_ref_table (struct die_info *die, struct dwarf2_cu *cu)
18040 {
18041   void **slot;
18042
18043   slot = htab_find_slot_with_hash (cu->die_hash, die, die->offset.sect_off,
18044                                    INSERT);
18045
18046   *slot = die;
18047 }
18048
18049 /* Return DIE offset of ATTR.  Return 0 with complaint if ATTR is not of the
18050    required kind.  */
18051
18052 static sect_offset
18053 dwarf2_get_ref_die_offset (const struct attribute *attr)
18054 {
18055   sect_offset retval = { DW_UNSND (attr) };
18056
18057   if (attr_form_is_ref (attr))
18058     return retval;
18059
18060   retval.sect_off = 0;
18061   complaint (&symfile_complaints,
18062              _("unsupported die ref attribute form: '%s'"),
18063              dwarf_form_name (attr->form));
18064   return retval;
18065 }
18066
18067 /* Return the constant value held by ATTR.  Return DEFAULT_VALUE if
18068  * the value held by the attribute is not constant.  */
18069
18070 static LONGEST
18071 dwarf2_get_attr_constant_value (const struct attribute *attr, int default_value)
18072 {
18073   if (attr->form == DW_FORM_sdata)
18074     return DW_SND (attr);
18075   else if (attr->form == DW_FORM_udata
18076            || attr->form == DW_FORM_data1
18077            || attr->form == DW_FORM_data2
18078            || attr->form == DW_FORM_data4
18079            || attr->form == DW_FORM_data8)
18080     return DW_UNSND (attr);
18081   else
18082     {
18083       complaint (&symfile_complaints,
18084                  _("Attribute value is not a constant (%s)"),
18085                  dwarf_form_name (attr->form));
18086       return default_value;
18087     }
18088 }
18089
18090 /* Follow reference or signature attribute ATTR of SRC_DIE.
18091    On entry *REF_CU is the CU of SRC_DIE.
18092    On exit *REF_CU is the CU of the result.  */
18093
18094 static struct die_info *
18095 follow_die_ref_or_sig (struct die_info *src_die, const struct attribute *attr,
18096                        struct dwarf2_cu **ref_cu)
18097 {
18098   struct die_info *die;
18099
18100   if (attr_form_is_ref (attr))
18101     die = follow_die_ref (src_die, attr, ref_cu);
18102   else if (attr->form == DW_FORM_ref_sig8)
18103     die = follow_die_sig (src_die, attr, ref_cu);
18104   else
18105     {
18106       dump_die_for_error (src_die);
18107       error (_("Dwarf Error: Expected reference attribute [in module %s]"),
18108              objfile_name ((*ref_cu)->objfile));
18109     }
18110
18111   return die;
18112 }
18113
18114 /* Follow reference OFFSET.
18115    On entry *REF_CU is the CU of the source die referencing OFFSET.
18116    On exit *REF_CU is the CU of the result.
18117    Returns NULL if OFFSET is invalid.  */
18118
18119 static struct die_info *
18120 follow_die_offset (sect_offset offset, int offset_in_dwz,
18121                    struct dwarf2_cu **ref_cu)
18122 {
18123   struct die_info temp_die;
18124   struct dwarf2_cu *target_cu, *cu = *ref_cu;
18125
18126   gdb_assert (cu->per_cu != NULL);
18127
18128   target_cu = cu;
18129
18130   if (cu->per_cu->is_debug_types)
18131     {
18132       /* .debug_types CUs cannot reference anything outside their CU.
18133          If they need to, they have to reference a signatured type via
18134          DW_FORM_ref_sig8.  */
18135       if (! offset_in_cu_p (&cu->header, offset))
18136         return NULL;
18137     }
18138   else if (offset_in_dwz != cu->per_cu->is_dwz
18139            || ! offset_in_cu_p (&cu->header, offset))
18140     {
18141       struct dwarf2_per_cu_data *per_cu;
18142
18143       per_cu = dwarf2_find_containing_comp_unit (offset, offset_in_dwz,
18144                                                  cu->objfile);
18145
18146       /* If necessary, add it to the queue and load its DIEs.  */
18147       if (maybe_queue_comp_unit (cu, per_cu, cu->language))
18148         load_full_comp_unit (per_cu, cu->language);
18149
18150       target_cu = per_cu->cu;
18151     }
18152   else if (cu->dies == NULL)
18153     {
18154       /* We're loading full DIEs during partial symbol reading.  */
18155       gdb_assert (dwarf2_per_objfile->reading_partial_symbols);
18156       load_full_comp_unit (cu->per_cu, language_minimal);
18157     }
18158
18159   *ref_cu = target_cu;
18160   temp_die.offset = offset;
18161   return htab_find_with_hash (target_cu->die_hash, &temp_die, offset.sect_off);
18162 }
18163
18164 /* Follow reference attribute ATTR of SRC_DIE.
18165    On entry *REF_CU is the CU of SRC_DIE.
18166    On exit *REF_CU is the CU of the result.  */
18167
18168 static struct die_info *
18169 follow_die_ref (struct die_info *src_die, const struct attribute *attr,
18170                 struct dwarf2_cu **ref_cu)
18171 {
18172   sect_offset offset = dwarf2_get_ref_die_offset (attr);
18173   struct dwarf2_cu *cu = *ref_cu;
18174   struct die_info *die;
18175
18176   die = follow_die_offset (offset,
18177                            (attr->form == DW_FORM_GNU_ref_alt
18178                             || cu->per_cu->is_dwz),
18179                            ref_cu);
18180   if (!die)
18181     error (_("Dwarf Error: Cannot find DIE at 0x%x referenced from DIE "
18182            "at 0x%x [in module %s]"),
18183            offset.sect_off, src_die->offset.sect_off,
18184            objfile_name (cu->objfile));
18185
18186   return die;
18187 }
18188
18189 /* Return DWARF block referenced by DW_AT_location of DIE at OFFSET at PER_CU.
18190    Returned value is intended for DW_OP_call*.  Returned
18191    dwarf2_locexpr_baton->data has lifetime of PER_CU->OBJFILE.  */
18192
18193 struct dwarf2_locexpr_baton
18194 dwarf2_fetch_die_loc_sect_off (sect_offset offset,
18195                                struct dwarf2_per_cu_data *per_cu,
18196                                CORE_ADDR (*get_frame_pc) (void *baton),
18197                                void *baton)
18198 {
18199   struct dwarf2_cu *cu;
18200   struct die_info *die;
18201   struct attribute *attr;
18202   struct dwarf2_locexpr_baton retval;
18203
18204   dw2_setup (per_cu->objfile);
18205
18206   if (per_cu->cu == NULL)
18207     load_cu (per_cu);
18208   cu = per_cu->cu;
18209
18210   die = follow_die_offset (offset, per_cu->is_dwz, &cu);
18211   if (!die)
18212     error (_("Dwarf Error: Cannot find DIE at 0x%x referenced in module %s"),
18213            offset.sect_off, objfile_name (per_cu->objfile));
18214
18215   attr = dwarf2_attr (die, DW_AT_location, cu);
18216   if (!attr)
18217     {
18218       /* DWARF: "If there is no such attribute, then there is no effect.".
18219          DATA is ignored if SIZE is 0.  */
18220
18221       retval.data = NULL;
18222       retval.size = 0;
18223     }
18224   else if (attr_form_is_section_offset (attr))
18225     {
18226       struct dwarf2_loclist_baton loclist_baton;
18227       CORE_ADDR pc = (*get_frame_pc) (baton);
18228       size_t size;
18229
18230       fill_in_loclist_baton (cu, &loclist_baton, attr);
18231
18232       retval.data = dwarf2_find_location_expression (&loclist_baton,
18233                                                      &size, pc);
18234       retval.size = size;
18235     }
18236   else
18237     {
18238       if (!attr_form_is_block (attr))
18239         error (_("Dwarf Error: DIE at 0x%x referenced in module %s "
18240                  "is neither DW_FORM_block* nor DW_FORM_exprloc"),
18241                offset.sect_off, objfile_name (per_cu->objfile));
18242
18243       retval.data = DW_BLOCK (attr)->data;
18244       retval.size = DW_BLOCK (attr)->size;
18245     }
18246   retval.per_cu = cu->per_cu;
18247
18248   age_cached_comp_units ();
18249
18250   return retval;
18251 }
18252
18253 /* Like dwarf2_fetch_die_loc_sect_off, but take a CU
18254    offset.  */
18255
18256 struct dwarf2_locexpr_baton
18257 dwarf2_fetch_die_loc_cu_off (cu_offset offset_in_cu,
18258                              struct dwarf2_per_cu_data *per_cu,
18259                              CORE_ADDR (*get_frame_pc) (void *baton),
18260                              void *baton)
18261 {
18262   sect_offset offset = { per_cu->offset.sect_off + offset_in_cu.cu_off };
18263
18264   return dwarf2_fetch_die_loc_sect_off (offset, per_cu, get_frame_pc, baton);
18265 }
18266
18267 /* Write a constant of a given type as target-ordered bytes into
18268    OBSTACK.  */
18269
18270 static const gdb_byte *
18271 write_constant_as_bytes (struct obstack *obstack,
18272                          enum bfd_endian byte_order,
18273                          struct type *type,
18274                          ULONGEST value,
18275                          LONGEST *len)
18276 {
18277   gdb_byte *result;
18278
18279   *len = TYPE_LENGTH (type);
18280   result = obstack_alloc (obstack, *len);
18281   store_unsigned_integer (result, *len, byte_order, value);
18282
18283   return result;
18284 }
18285
18286 /* If the DIE at OFFSET in PER_CU has a DW_AT_const_value, return a
18287    pointer to the constant bytes and set LEN to the length of the
18288    data.  If memory is needed, allocate it on OBSTACK.  If the DIE
18289    does not have a DW_AT_const_value, return NULL.  */
18290
18291 const gdb_byte *
18292 dwarf2_fetch_constant_bytes (sect_offset offset,
18293                              struct dwarf2_per_cu_data *per_cu,
18294                              struct obstack *obstack,
18295                              LONGEST *len)
18296 {
18297   struct dwarf2_cu *cu;
18298   struct die_info *die;
18299   struct attribute *attr;
18300   const gdb_byte *result = NULL;
18301   struct type *type;
18302   LONGEST value;
18303   enum bfd_endian byte_order;
18304
18305   dw2_setup (per_cu->objfile);
18306
18307   if (per_cu->cu == NULL)
18308     load_cu (per_cu);
18309   cu = per_cu->cu;
18310
18311   die = follow_die_offset (offset, per_cu->is_dwz, &cu);
18312   if (!die)
18313     error (_("Dwarf Error: Cannot find DIE at 0x%x referenced in module %s"),
18314            offset.sect_off, objfile_name (per_cu->objfile));
18315
18316
18317   attr = dwarf2_attr (die, DW_AT_const_value, cu);
18318   if (attr == NULL)
18319     return NULL;
18320
18321   byte_order = (bfd_big_endian (per_cu->objfile->obfd)
18322                 ? BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE);
18323
18324   switch (attr->form)
18325     {
18326     case DW_FORM_addr:
18327     case DW_FORM_GNU_addr_index:
18328       {
18329         gdb_byte *tem;
18330
18331         *len = cu->header.addr_size;
18332         tem = obstack_alloc (obstack, *len);
18333         store_unsigned_integer (tem, *len, byte_order, DW_ADDR (attr));
18334         result = tem;
18335       }
18336       break;
18337     case DW_FORM_string:
18338     case DW_FORM_strp:
18339     case DW_FORM_GNU_str_index:
18340     case DW_FORM_GNU_strp_alt:
18341       /* DW_STRING is already allocated on the objfile obstack, point
18342          directly to it.  */
18343       result = (const gdb_byte *) DW_STRING (attr);
18344       *len = strlen (DW_STRING (attr));
18345       break;
18346     case DW_FORM_block1:
18347     case DW_FORM_block2:
18348     case DW_FORM_block4:
18349     case DW_FORM_block:
18350     case DW_FORM_exprloc:
18351       result = DW_BLOCK (attr)->data;
18352       *len = DW_BLOCK (attr)->size;
18353       break;
18354
18355       /* The DW_AT_const_value attributes are supposed to carry the
18356          symbol's value "represented as it would be on the target
18357          architecture."  By the time we get here, it's already been
18358          converted to host endianness, so we just need to sign- or
18359          zero-extend it as appropriate.  */
18360     case DW_FORM_data1:
18361       type = die_type (die, cu);
18362       result = dwarf2_const_value_data (attr, obstack, cu, &value, 8);
18363       if (result == NULL)
18364         result = write_constant_as_bytes (obstack, byte_order,
18365                                           type, value, len);
18366       break;
18367     case DW_FORM_data2:
18368       type = die_type (die, cu);
18369       result = dwarf2_const_value_data (attr, obstack, cu, &value, 16);
18370       if (result == NULL)
18371         result = write_constant_as_bytes (obstack, byte_order,
18372                                           type, value, len);
18373       break;
18374     case DW_FORM_data4:
18375       type = die_type (die, cu);
18376       result = dwarf2_const_value_data (attr, obstack, cu, &value, 32);
18377       if (result == NULL)
18378         result = write_constant_as_bytes (obstack, byte_order,
18379                                           type, value, len);
18380       break;
18381     case DW_FORM_data8:
18382       type = die_type (die, cu);
18383       result = dwarf2_const_value_data (attr, obstack, cu, &value, 64);
18384       if (result == NULL)
18385         result = write_constant_as_bytes (obstack, byte_order,
18386                                           type, value, len);
18387       break;
18388
18389     case DW_FORM_sdata:
18390       type = die_type (die, cu);
18391       result = write_constant_as_bytes (obstack, byte_order,
18392                                         type, DW_SND (attr), len);
18393       break;
18394
18395     case DW_FORM_udata:
18396       type = die_type (die, cu);
18397       result = write_constant_as_bytes (obstack, byte_order,
18398                                         type, DW_UNSND (attr), len);
18399       break;
18400
18401     default:
18402       complaint (&symfile_complaints,
18403                  _("unsupported const value attribute form: '%s'"),
18404                  dwarf_form_name (attr->form));
18405       break;
18406     }
18407
18408   return result;
18409 }
18410
18411 /* Return the type of the DIE at DIE_OFFSET in the CU named by
18412    PER_CU.  */
18413
18414 struct type *
18415 dwarf2_get_die_type (cu_offset die_offset,
18416                      struct dwarf2_per_cu_data *per_cu)
18417 {
18418   sect_offset die_offset_sect;
18419
18420   dw2_setup (per_cu->objfile);
18421
18422   die_offset_sect.sect_off = per_cu->offset.sect_off + die_offset.cu_off;
18423   return get_die_type_at_offset (die_offset_sect, per_cu);
18424 }
18425
18426 /* Follow type unit SIG_TYPE referenced by SRC_DIE.
18427    On entry *REF_CU is the CU of SRC_DIE.
18428    On exit *REF_CU is the CU of the result.
18429    Returns NULL if the referenced DIE isn't found.  */
18430
18431 static struct die_info *
18432 follow_die_sig_1 (struct die_info *src_die, struct signatured_type *sig_type,
18433                   struct dwarf2_cu **ref_cu)
18434 {
18435   struct objfile *objfile = (*ref_cu)->objfile;
18436   struct die_info temp_die;
18437   struct dwarf2_cu *sig_cu;
18438   struct die_info *die;
18439
18440   /* While it might be nice to assert sig_type->type == NULL here,
18441      we can get here for DW_AT_imported_declaration where we need
18442      the DIE not the type.  */
18443
18444   /* If necessary, add it to the queue and load its DIEs.  */
18445
18446   if (maybe_queue_comp_unit (*ref_cu, &sig_type->per_cu, language_minimal))
18447     read_signatured_type (sig_type);
18448
18449   sig_cu = sig_type->per_cu.cu;
18450   gdb_assert (sig_cu != NULL);
18451   gdb_assert (sig_type->type_offset_in_section.sect_off != 0);
18452   temp_die.offset = sig_type->type_offset_in_section;
18453   die = htab_find_with_hash (sig_cu->die_hash, &temp_die,
18454                              temp_die.offset.sect_off);
18455   if (die)
18456     {
18457       /* For .gdb_index version 7 keep track of included TUs.
18458          http://sourceware.org/bugzilla/show_bug.cgi?id=15021.  */
18459       if (dwarf2_per_objfile->index_table != NULL
18460           && dwarf2_per_objfile->index_table->version <= 7)
18461         {
18462           VEC_safe_push (dwarf2_per_cu_ptr,
18463                          (*ref_cu)->per_cu->imported_symtabs,
18464                          sig_cu->per_cu);
18465         }
18466
18467       *ref_cu = sig_cu;
18468       return die;
18469     }
18470
18471   return NULL;
18472 }
18473
18474 /* Follow signatured type referenced by ATTR in SRC_DIE.
18475    On entry *REF_CU is the CU of SRC_DIE.
18476    On exit *REF_CU is the CU of the result.
18477    The result is the DIE of the type.
18478    If the referenced type cannot be found an error is thrown.  */
18479
18480 static struct die_info *
18481 follow_die_sig (struct die_info *src_die, const struct attribute *attr,
18482                 struct dwarf2_cu **ref_cu)
18483 {
18484   ULONGEST signature = DW_SIGNATURE (attr);
18485   struct signatured_type *sig_type;
18486   struct die_info *die;
18487
18488   gdb_assert (attr->form == DW_FORM_ref_sig8);
18489
18490   sig_type = lookup_signatured_type (*ref_cu, signature);
18491   /* sig_type will be NULL if the signatured type is missing from
18492      the debug info.  */
18493   if (sig_type == NULL)
18494     {
18495       error (_("Dwarf Error: Cannot find signatured DIE %s referenced"
18496                " from DIE at 0x%x [in module %s]"),
18497              hex_string (signature), src_die->offset.sect_off,
18498              objfile_name ((*ref_cu)->objfile));
18499     }
18500
18501   die = follow_die_sig_1 (src_die, sig_type, ref_cu);
18502   if (die == NULL)
18503     {
18504       dump_die_for_error (src_die);
18505       error (_("Dwarf Error: Problem reading signatured DIE %s referenced"
18506                " from DIE at 0x%x [in module %s]"),
18507              hex_string (signature), src_die->offset.sect_off,
18508              objfile_name ((*ref_cu)->objfile));
18509     }
18510
18511   return die;
18512 }
18513
18514 /* Get the type specified by SIGNATURE referenced in DIE/CU,
18515    reading in and processing the type unit if necessary.  */
18516
18517 static struct type *
18518 get_signatured_type (struct die_info *die, ULONGEST signature,
18519                      struct dwarf2_cu *cu)
18520 {
18521   struct signatured_type *sig_type;
18522   struct dwarf2_cu *type_cu;
18523   struct die_info *type_die;
18524   struct type *type;
18525
18526   sig_type = lookup_signatured_type (cu, signature);
18527   /* sig_type will be NULL if the signatured type is missing from
18528      the debug info.  */
18529   if (sig_type == NULL)
18530     {
18531       complaint (&symfile_complaints,
18532                  _("Dwarf Error: Cannot find signatured DIE %s referenced"
18533                    " from DIE at 0x%x [in module %s]"),
18534                  hex_string (signature), die->offset.sect_off,
18535                  objfile_name (dwarf2_per_objfile->objfile));
18536       return build_error_marker_type (cu, die);
18537     }
18538
18539   /* If we already know the type we're done.  */
18540   if (sig_type->type != NULL)
18541     return sig_type->type;
18542
18543   type_cu = cu;
18544   type_die = follow_die_sig_1 (die, sig_type, &type_cu);
18545   if (type_die != NULL)
18546     {
18547       /* N.B. We need to call get_die_type to ensure only one type for this DIE
18548          is created.  This is important, for example, because for c++ classes
18549          we need TYPE_NAME set which is only done by new_symbol.  Blech.  */
18550       type = read_type_die (type_die, type_cu);
18551       if (type == NULL)
18552         {
18553           complaint (&symfile_complaints,
18554                      _("Dwarf Error: Cannot build signatured type %s"
18555                        " referenced from DIE at 0x%x [in module %s]"),
18556                      hex_string (signature), die->offset.sect_off,
18557                      objfile_name (dwarf2_per_objfile->objfile));
18558           type = build_error_marker_type (cu, die);
18559         }
18560     }
18561   else
18562     {
18563       complaint (&symfile_complaints,
18564                  _("Dwarf Error: Problem reading signatured DIE %s referenced"
18565                    " from DIE at 0x%x [in module %s]"),
18566                  hex_string (signature), die->offset.sect_off,
18567                  objfile_name (dwarf2_per_objfile->objfile));
18568       type = build_error_marker_type (cu, die);
18569     }
18570   sig_type->type = type;
18571
18572   return type;
18573 }
18574
18575 /* Get the type specified by the DW_AT_signature ATTR in DIE/CU,
18576    reading in and processing the type unit if necessary.  */
18577
18578 static struct type *
18579 get_DW_AT_signature_type (struct die_info *die, const struct attribute *attr,
18580                           struct dwarf2_cu *cu) /* ARI: editCase function */
18581 {
18582   /* Yes, DW_AT_signature can use a non-ref_sig8 reference.  */
18583   if (attr_form_is_ref (attr))
18584     {
18585       struct dwarf2_cu *type_cu = cu;
18586       struct die_info *type_die = follow_die_ref (die, attr, &type_cu);
18587
18588       return read_type_die (type_die, type_cu);
18589     }
18590   else if (attr->form == DW_FORM_ref_sig8)
18591     {
18592       return get_signatured_type (die, DW_SIGNATURE (attr), cu);
18593     }
18594   else
18595     {
18596       complaint (&symfile_complaints,
18597                  _("Dwarf Error: DW_AT_signature has bad form %s in DIE"
18598                    " at 0x%x [in module %s]"),
18599                  dwarf_form_name (attr->form), die->offset.sect_off,
18600                  objfile_name (dwarf2_per_objfile->objfile));
18601       return build_error_marker_type (cu, die);
18602     }
18603 }
18604
18605 /* Load the DIEs associated with type unit PER_CU into memory.  */
18606
18607 static void
18608 load_full_type_unit (struct dwarf2_per_cu_data *per_cu)
18609 {
18610   struct signatured_type *sig_type;
18611
18612   /* Caller is responsible for ensuring type_unit_groups don't get here.  */
18613   gdb_assert (! IS_TYPE_UNIT_GROUP (per_cu));
18614
18615   /* We have the per_cu, but we need the signatured_type.
18616      Fortunately this is an easy translation.  */
18617   gdb_assert (per_cu->is_debug_types);
18618   sig_type = (struct signatured_type *) per_cu;
18619
18620   gdb_assert (per_cu->cu == NULL);
18621
18622   read_signatured_type (sig_type);
18623
18624   gdb_assert (per_cu->cu != NULL);
18625 }
18626
18627 /* die_reader_func for read_signatured_type.
18628    This is identical to load_full_comp_unit_reader,
18629    but is kept separate for now.  */
18630
18631 static void
18632 read_signatured_type_reader (const struct die_reader_specs *reader,
18633                              const gdb_byte *info_ptr,
18634                              struct die_info *comp_unit_die,
18635                              int has_children,
18636                              void *data)
18637 {
18638   struct dwarf2_cu *cu = reader->cu;
18639
18640   gdb_assert (cu->die_hash == NULL);
18641   cu->die_hash =
18642     htab_create_alloc_ex (cu->header.length / 12,
18643                           die_hash,
18644                           die_eq,
18645                           NULL,
18646                           &cu->comp_unit_obstack,
18647                           hashtab_obstack_allocate,
18648                           dummy_obstack_deallocate);
18649
18650   if (has_children)
18651     comp_unit_die->child = read_die_and_siblings (reader, info_ptr,
18652                                                   &info_ptr, comp_unit_die);
18653   cu->dies = comp_unit_die;
18654   /* comp_unit_die is not stored in die_hash, no need.  */
18655
18656   /* We try not to read any attributes in this function, because not
18657      all CUs needed for references have been loaded yet, and symbol
18658      table processing isn't initialized.  But we have to set the CU language,
18659      or we won't be able to build types correctly.
18660      Similarly, if we do not read the producer, we can not apply
18661      producer-specific interpretation.  */
18662   prepare_one_comp_unit (cu, cu->dies, language_minimal);
18663 }
18664
18665 /* Read in a signatured type and build its CU and DIEs.
18666    If the type is a stub for the real type in a DWO file,
18667    read in the real type from the DWO file as well.  */
18668
18669 static void
18670 read_signatured_type (struct signatured_type *sig_type)
18671 {
18672   struct dwarf2_per_cu_data *per_cu = &sig_type->per_cu;
18673
18674   gdb_assert (per_cu->is_debug_types);
18675   gdb_assert (per_cu->cu == NULL);
18676
18677   init_cutu_and_read_dies (per_cu, NULL, 0, 1,
18678                            read_signatured_type_reader, NULL);
18679   sig_type->per_cu.tu_read = 1;
18680 }
18681
18682 /* Decode simple location descriptions.
18683    Given a pointer to a dwarf block that defines a location, compute
18684    the location and return the value.
18685
18686    NOTE drow/2003-11-18: This function is called in two situations
18687    now: for the address of static or global variables (partial symbols
18688    only) and for offsets into structures which are expected to be
18689    (more or less) constant.  The partial symbol case should go away,
18690    and only the constant case should remain.  That will let this
18691    function complain more accurately.  A few special modes are allowed
18692    without complaint for global variables (for instance, global
18693    register values and thread-local values).
18694
18695    A location description containing no operations indicates that the
18696    object is optimized out.  The return value is 0 for that case.
18697    FIXME drow/2003-11-16: No callers check for this case any more; soon all
18698    callers will only want a very basic result and this can become a
18699    complaint.
18700
18701    Note that stack[0] is unused except as a default error return.  */
18702
18703 static CORE_ADDR
18704 decode_locdesc (struct dwarf_block *blk, struct dwarf2_cu *cu)
18705 {
18706   struct objfile *objfile = cu->objfile;
18707   size_t i;
18708   size_t size = blk->size;
18709   const gdb_byte *data = blk->data;
18710   CORE_ADDR stack[64];
18711   int stacki;
18712   unsigned int bytes_read, unsnd;
18713   gdb_byte op;
18714
18715   i = 0;
18716   stacki = 0;
18717   stack[stacki] = 0;
18718   stack[++stacki] = 0;
18719
18720   while (i < size)
18721     {
18722       op = data[i++];
18723       switch (op)
18724         {
18725         case DW_OP_lit0:
18726         case DW_OP_lit1:
18727         case DW_OP_lit2:
18728         case DW_OP_lit3:
18729         case DW_OP_lit4:
18730         case DW_OP_lit5:
18731         case DW_OP_lit6:
18732         case DW_OP_lit7:
18733         case DW_OP_lit8:
18734         case DW_OP_lit9:
18735         case DW_OP_lit10:
18736         case DW_OP_lit11:
18737         case DW_OP_lit12:
18738         case DW_OP_lit13:
18739         case DW_OP_lit14:
18740         case DW_OP_lit15:
18741         case DW_OP_lit16:
18742         case DW_OP_lit17:
18743         case DW_OP_lit18:
18744         case DW_OP_lit19:
18745         case DW_OP_lit20:
18746         case DW_OP_lit21:
18747         case DW_OP_lit22:
18748         case DW_OP_lit23:
18749         case DW_OP_lit24:
18750         case DW_OP_lit25:
18751         case DW_OP_lit26:
18752         case DW_OP_lit27:
18753         case DW_OP_lit28:
18754         case DW_OP_lit29:
18755         case DW_OP_lit30:
18756         case DW_OP_lit31:
18757           stack[++stacki] = op - DW_OP_lit0;
18758           break;
18759
18760         case DW_OP_reg0:
18761         case DW_OP_reg1:
18762         case DW_OP_reg2:
18763         case DW_OP_reg3:
18764         case DW_OP_reg4:
18765         case DW_OP_reg5:
18766         case DW_OP_reg6:
18767         case DW_OP_reg7:
18768         case DW_OP_reg8:
18769         case DW_OP_reg9:
18770         case DW_OP_reg10:
18771         case DW_OP_reg11:
18772         case DW_OP_reg12:
18773         case DW_OP_reg13:
18774         case DW_OP_reg14:
18775         case DW_OP_reg15:
18776         case DW_OP_reg16:
18777         case DW_OP_reg17:
18778         case DW_OP_reg18:
18779         case DW_OP_reg19:
18780         case DW_OP_reg20:
18781         case DW_OP_reg21:
18782         case DW_OP_reg22:
18783         case DW_OP_reg23:
18784         case DW_OP_reg24:
18785         case DW_OP_reg25:
18786         case DW_OP_reg26:
18787         case DW_OP_reg27:
18788         case DW_OP_reg28:
18789         case DW_OP_reg29:
18790         case DW_OP_reg30:
18791         case DW_OP_reg31:
18792           stack[++stacki] = op - DW_OP_reg0;
18793           if (i < size)
18794             dwarf2_complex_location_expr_complaint ();
18795           break;
18796
18797         case DW_OP_regx:
18798           unsnd = read_unsigned_leb128 (NULL, (data + i), &bytes_read);
18799           i += bytes_read;
18800           stack[++stacki] = unsnd;
18801           if (i < size)
18802             dwarf2_complex_location_expr_complaint ();
18803           break;
18804
18805         case DW_OP_addr:
18806           stack[++stacki] = read_address (objfile->obfd, &data[i],
18807                                           cu, &bytes_read);
18808           i += bytes_read;
18809           break;
18810
18811         case DW_OP_const1u:
18812           stack[++stacki] = read_1_byte (objfile->obfd, &data[i]);
18813           i += 1;
18814           break;
18815
18816         case DW_OP_const1s:
18817           stack[++stacki] = read_1_signed_byte (objfile->obfd, &data[i]);
18818           i += 1;
18819           break;
18820
18821         case DW_OP_const2u:
18822           stack[++stacki] = read_2_bytes (objfile->obfd, &data[i]);
18823           i += 2;
18824           break;
18825
18826         case DW_OP_const2s:
18827           stack[++stacki] = read_2_signed_bytes (objfile->obfd, &data[i]);
18828           i += 2;
18829           break;
18830
18831         case DW_OP_const4u:
18832           stack[++stacki] = read_4_bytes (objfile->obfd, &data[i]);
18833           i += 4;
18834           break;
18835
18836         case DW_OP_const4s:
18837           stack[++stacki] = read_4_signed_bytes (objfile->obfd, &data[i]);
18838           i += 4;
18839           break;
18840
18841         case DW_OP_const8u:
18842           stack[++stacki] = read_8_bytes (objfile->obfd, &data[i]);
18843           i += 8;
18844           break;
18845
18846         case DW_OP_constu:
18847           stack[++stacki] = read_unsigned_leb128 (NULL, (data + i),
18848                                                   &bytes_read);
18849           i += bytes_read;
18850           break;
18851
18852         case DW_OP_consts:
18853           stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);
18854           i += bytes_read;
18855           break;
18856
18857         case DW_OP_dup:
18858           stack[stacki + 1] = stack[stacki];
18859           stacki++;
18860           break;
18861
18862         case DW_OP_plus:
18863           stack[stacki - 1] += stack[stacki];
18864           stacki--;
18865           break;
18866
18867         case DW_OP_plus_uconst:
18868           stack[stacki] += read_unsigned_leb128 (NULL, (data + i),
18869                                                  &bytes_read);
18870           i += bytes_read;
18871           break;
18872
18873         case DW_OP_minus:
18874           stack[stacki - 1] -= stack[stacki];
18875           stacki--;
18876           break;
18877
18878         case DW_OP_deref:
18879           /* If we're not the last op, then we definitely can't encode
18880              this using GDB's address_class enum.  This is valid for partial
18881              global symbols, although the variable's address will be bogus
18882              in the psymtab.  */
18883           if (i < size)
18884             dwarf2_complex_location_expr_complaint ();
18885           break;
18886
18887         case DW_OP_GNU_push_tls_address:
18888           /* The top of the stack has the offset from the beginning
18889              of the thread control block at which the variable is located.  */
18890           /* Nothing should follow this operator, so the top of stack would
18891              be returned.  */
18892           /* This is valid for partial global symbols, but the variable's
18893              address will be bogus in the psymtab.  Make it always at least
18894              non-zero to not look as a variable garbage collected by linker
18895              which have DW_OP_addr 0.  */
18896           if (i < size)
18897             dwarf2_complex_location_expr_complaint ();
18898           stack[stacki]++;
18899           break;
18900
18901         case DW_OP_GNU_uninit:
18902           break;
18903
18904         case DW_OP_GNU_addr_index:
18905         case DW_OP_GNU_const_index:
18906           stack[++stacki] = read_addr_index_from_leb128 (cu, &data[i],
18907                                                          &bytes_read);
18908           i += bytes_read;
18909           break;
18910
18911         default:
18912           {
18913             const char *name = get_DW_OP_name (op);
18914
18915             if (name)
18916               complaint (&symfile_complaints, _("unsupported stack op: '%s'"),
18917                          name);
18918             else
18919               complaint (&symfile_complaints, _("unsupported stack op: '%02x'"),
18920                          op);
18921           }
18922
18923           return (stack[stacki]);
18924         }
18925
18926       /* Enforce maximum stack depth of SIZE-1 to avoid writing
18927          outside of the allocated space.  Also enforce minimum>0.  */
18928       if (stacki >= ARRAY_SIZE (stack) - 1)
18929         {
18930           complaint (&symfile_complaints,
18931                      _("location description stack overflow"));
18932           return 0;
18933         }
18934
18935       if (stacki <= 0)
18936         {
18937           complaint (&symfile_complaints,
18938                      _("location description stack underflow"));
18939           return 0;
18940         }
18941     }
18942   return (stack[stacki]);
18943 }
18944
18945 /* memory allocation interface */
18946
18947 static struct dwarf_block *
18948 dwarf_alloc_block (struct dwarf2_cu *cu)
18949 {
18950   struct dwarf_block *blk;
18951
18952   blk = (struct dwarf_block *)
18953     obstack_alloc (&cu->comp_unit_obstack, sizeof (struct dwarf_block));
18954   return (blk);
18955 }
18956
18957 static struct die_info *
18958 dwarf_alloc_die (struct dwarf2_cu *cu, int num_attrs)
18959 {
18960   struct die_info *die;
18961   size_t size = sizeof (struct die_info);
18962
18963   if (num_attrs > 1)
18964     size += (num_attrs - 1) * sizeof (struct attribute);
18965
18966   die = (struct die_info *) obstack_alloc (&cu->comp_unit_obstack, size);
18967   memset (die, 0, sizeof (struct die_info));
18968   return (die);
18969 }
18970
18971 \f
18972 /* Macro support.  */
18973
18974 /* Return file name relative to the compilation directory of file number I in
18975    *LH's file name table.  The result is allocated using xmalloc; the caller is
18976    responsible for freeing it.  */
18977
18978 static char *
18979 file_file_name (int file, struct line_header *lh)
18980 {
18981   /* Is the file number a valid index into the line header's file name
18982      table?  Remember that file numbers start with one, not zero.  */
18983   if (1 <= file && file <= lh->num_file_names)
18984     {
18985       struct file_entry *fe = &lh->file_names[file - 1];
18986
18987       if (IS_ABSOLUTE_PATH (fe->name) || fe->dir_index == 0)
18988         return xstrdup (fe->name);
18989       return concat (lh->include_dirs[fe->dir_index - 1], SLASH_STRING,
18990                      fe->name, NULL);
18991     }
18992   else
18993     {
18994       /* The compiler produced a bogus file number.  We can at least
18995          record the macro definitions made in the file, even if we
18996          won't be able to find the file by name.  */
18997       char fake_name[80];
18998
18999       xsnprintf (fake_name, sizeof (fake_name),
19000                  "<bad macro file number %d>", file);
19001
19002       complaint (&symfile_complaints,
19003                  _("bad file number in macro information (%d)"),
19004                  file);
19005
19006       return xstrdup (fake_name);
19007     }
19008 }
19009
19010 /* Return the full name of file number I in *LH's file name table.
19011    Use COMP_DIR as the name of the current directory of the
19012    compilation.  The result is allocated using xmalloc; the caller is
19013    responsible for freeing it.  */
19014 static char *
19015 file_full_name (int file, struct line_header *lh, const char *comp_dir)
19016 {
19017   /* Is the file number a valid index into the line header's file name
19018      table?  Remember that file numbers start with one, not zero.  */
19019   if (1 <= file && file <= lh->num_file_names)
19020     {
19021       char *relative = file_file_name (file, lh);
19022
19023       if (IS_ABSOLUTE_PATH (relative) || comp_dir == NULL)
19024         return relative;
19025       return reconcat (relative, comp_dir, SLASH_STRING, relative, NULL);
19026     }
19027   else
19028     return file_file_name (file, lh);
19029 }
19030
19031
19032 static struct macro_source_file *
19033 macro_start_file (int file, int line,
19034                   struct macro_source_file *current_file,
19035                   const char *comp_dir,
19036                   struct line_header *lh, struct objfile *objfile)
19037 {
19038   /* File name relative to the compilation directory of this source file.  */
19039   char *file_name = file_file_name (file, lh);
19040
19041   if (! current_file)
19042     {
19043       /* Note: We don't create a macro table for this compilation unit
19044          at all until we actually get a filename.  */
19045       struct macro_table *macro_table = get_macro_table (objfile, comp_dir);
19046
19047       /* If we have no current file, then this must be the start_file
19048          directive for the compilation unit's main source file.  */
19049       current_file = macro_set_main (macro_table, file_name);
19050       macro_define_special (macro_table);
19051     }
19052   else
19053     current_file = macro_include (current_file, line, file_name);
19054
19055   xfree (file_name);
19056
19057   return current_file;
19058 }
19059
19060
19061 /* Copy the LEN characters at BUF to a xmalloc'ed block of memory,
19062    followed by a null byte.  */
19063 static char *
19064 copy_string (const char *buf, int len)
19065 {
19066   char *s = xmalloc (len + 1);
19067
19068   memcpy (s, buf, len);
19069   s[len] = '\0';
19070   return s;
19071 }
19072
19073
19074 static const char *
19075 consume_improper_spaces (const char *p, const char *body)
19076 {
19077   if (*p == ' ')
19078     {
19079       complaint (&symfile_complaints,
19080                  _("macro definition contains spaces "
19081                    "in formal argument list:\n`%s'"),
19082                  body);
19083
19084       while (*p == ' ')
19085         p++;
19086     }
19087
19088   return p;
19089 }
19090
19091
19092 static void
19093 parse_macro_definition (struct macro_source_file *file, int line,
19094                         const char *body)
19095 {
19096   const char *p;
19097
19098   /* The body string takes one of two forms.  For object-like macro
19099      definitions, it should be:
19100
19101         <macro name> " " <definition>
19102
19103      For function-like macro definitions, it should be:
19104
19105         <macro name> "() " <definition>
19106      or
19107         <macro name> "(" <arg name> ( "," <arg name> ) * ") " <definition>
19108
19109      Spaces may appear only where explicitly indicated, and in the
19110      <definition>.
19111
19112      The Dwarf 2 spec says that an object-like macro's name is always
19113      followed by a space, but versions of GCC around March 2002 omit
19114      the space when the macro's definition is the empty string.
19115
19116      The Dwarf 2 spec says that there should be no spaces between the
19117      formal arguments in a function-like macro's formal argument list,
19118      but versions of GCC around March 2002 include spaces after the
19119      commas.  */
19120
19121
19122   /* Find the extent of the macro name.  The macro name is terminated
19123      by either a space or null character (for an object-like macro) or
19124      an opening paren (for a function-like macro).  */
19125   for (p = body; *p; p++)
19126     if (*p == ' ' || *p == '(')
19127       break;
19128
19129   if (*p == ' ' || *p == '\0')
19130     {
19131       /* It's an object-like macro.  */
19132       int name_len = p - body;
19133       char *name = copy_string (body, name_len);
19134       const char *replacement;
19135
19136       if (*p == ' ')
19137         replacement = body + name_len + 1;
19138       else
19139         {
19140           dwarf2_macro_malformed_definition_complaint (body);
19141           replacement = body + name_len;
19142         }
19143
19144       macro_define_object (file, line, name, replacement);
19145
19146       xfree (name);
19147     }
19148   else if (*p == '(')
19149     {
19150       /* It's a function-like macro.  */
19151       char *name = copy_string (body, p - body);
19152       int argc = 0;
19153       int argv_size = 1;
19154       char **argv = xmalloc (argv_size * sizeof (*argv));
19155
19156       p++;
19157
19158       p = consume_improper_spaces (p, body);
19159
19160       /* Parse the formal argument list.  */
19161       while (*p && *p != ')')
19162         {
19163           /* Find the extent of the current argument name.  */
19164           const char *arg_start = p;
19165
19166           while (*p && *p != ',' && *p != ')' && *p != ' ')
19167             p++;
19168
19169           if (! *p || p == arg_start)
19170             dwarf2_macro_malformed_definition_complaint (body);
19171           else
19172             {
19173               /* Make sure argv has room for the new argument.  */
19174               if (argc >= argv_size)
19175                 {
19176                   argv_size *= 2;
19177                   argv = xrealloc (argv, argv_size * sizeof (*argv));
19178                 }
19179
19180               argv[argc++] = copy_string (arg_start, p - arg_start);
19181             }
19182
19183           p = consume_improper_spaces (p, body);
19184
19185           /* Consume the comma, if present.  */
19186           if (*p == ',')
19187             {
19188               p++;
19189
19190               p = consume_improper_spaces (p, body);
19191             }
19192         }
19193
19194       if (*p == ')')
19195         {
19196           p++;
19197
19198           if (*p == ' ')
19199             /* Perfectly formed definition, no complaints.  */
19200             macro_define_function (file, line, name,
19201                                    argc, (const char **) argv,
19202                                    p + 1);
19203           else if (*p == '\0')
19204             {
19205               /* Complain, but do define it.  */
19206               dwarf2_macro_malformed_definition_complaint (body);
19207               macro_define_function (file, line, name,
19208                                      argc, (const char **) argv,
19209                                      p);
19210             }
19211           else
19212             /* Just complain.  */
19213             dwarf2_macro_malformed_definition_complaint (body);
19214         }
19215       else
19216         /* Just complain.  */
19217         dwarf2_macro_malformed_definition_complaint (body);
19218
19219       xfree (name);
19220       {
19221         int i;
19222
19223         for (i = 0; i < argc; i++)
19224           xfree (argv[i]);
19225       }
19226       xfree (argv);
19227     }
19228   else
19229     dwarf2_macro_malformed_definition_complaint (body);
19230 }
19231
19232 /* Skip some bytes from BYTES according to the form given in FORM.
19233    Returns the new pointer.  */
19234
19235 static const gdb_byte *
19236 skip_form_bytes (bfd *abfd, const gdb_byte *bytes, const gdb_byte *buffer_end,
19237                  enum dwarf_form form,
19238                  unsigned int offset_size,
19239                  struct dwarf2_section_info *section)
19240 {
19241   unsigned int bytes_read;
19242
19243   switch (form)
19244     {
19245     case DW_FORM_data1:
19246     case DW_FORM_flag:
19247       ++bytes;
19248       break;
19249
19250     case DW_FORM_data2:
19251       bytes += 2;
19252       break;
19253
19254     case DW_FORM_data4:
19255       bytes += 4;
19256       break;
19257
19258     case DW_FORM_data8:
19259       bytes += 8;
19260       break;
19261
19262     case DW_FORM_string:
19263       read_direct_string (abfd, bytes, &bytes_read);
19264       bytes += bytes_read;
19265       break;
19266
19267     case DW_FORM_sec_offset:
19268     case DW_FORM_strp:
19269     case DW_FORM_GNU_strp_alt:
19270       bytes += offset_size;
19271       break;
19272
19273     case DW_FORM_block:
19274       bytes += read_unsigned_leb128 (abfd, bytes, &bytes_read);
19275       bytes += bytes_read;
19276       break;
19277
19278     case DW_FORM_block1:
19279       bytes += 1 + read_1_byte (abfd, bytes);
19280       break;
19281     case DW_FORM_block2:
19282       bytes += 2 + read_2_bytes (abfd, bytes);
19283       break;
19284     case DW_FORM_block4:
19285       bytes += 4 + read_4_bytes (abfd, bytes);
19286       break;
19287
19288     case DW_FORM_sdata:
19289     case DW_FORM_udata:
19290     case DW_FORM_GNU_addr_index:
19291     case DW_FORM_GNU_str_index:
19292       bytes = gdb_skip_leb128 (bytes, buffer_end);
19293       if (bytes == NULL)
19294         {
19295           dwarf2_section_buffer_overflow_complaint (section);
19296           return NULL;
19297         }
19298       break;
19299
19300     default:
19301       {
19302       complain:
19303         complaint (&symfile_complaints,
19304                    _("invalid form 0x%x in `%s'"),
19305                    form,
19306                    section->asection->name);
19307         return NULL;
19308       }
19309     }
19310
19311   return bytes;
19312 }
19313
19314 /* A helper for dwarf_decode_macros that handles skipping an unknown
19315    opcode.  Returns an updated pointer to the macro data buffer; or,
19316    on error, issues a complaint and returns NULL.  */
19317
19318 static const gdb_byte *
19319 skip_unknown_opcode (unsigned int opcode,
19320                      const gdb_byte **opcode_definitions,
19321                      const gdb_byte *mac_ptr, const gdb_byte *mac_end,
19322                      bfd *abfd,
19323                      unsigned int offset_size,
19324                      struct dwarf2_section_info *section)
19325 {
19326   unsigned int bytes_read, i;
19327   unsigned long arg;
19328   const gdb_byte *defn;
19329
19330   if (opcode_definitions[opcode] == NULL)
19331     {
19332       complaint (&symfile_complaints,
19333                  _("unrecognized DW_MACFINO opcode 0x%x"),
19334                  opcode);
19335       return NULL;
19336     }
19337
19338   defn = opcode_definitions[opcode];
19339   arg = read_unsigned_leb128 (abfd, defn, &bytes_read);
19340   defn += bytes_read;
19341
19342   for (i = 0; i < arg; ++i)
19343     {
19344       mac_ptr = skip_form_bytes (abfd, mac_ptr, mac_end, defn[i], offset_size,
19345                                  section);
19346       if (mac_ptr == NULL)
19347         {
19348           /* skip_form_bytes already issued the complaint.  */
19349           return NULL;
19350         }
19351     }
19352
19353   return mac_ptr;
19354 }
19355
19356 /* A helper function which parses the header of a macro section.
19357    If the macro section is the extended (for now called "GNU") type,
19358    then this updates *OFFSET_SIZE.  Returns a pointer to just after
19359    the header, or issues a complaint and returns NULL on error.  */
19360
19361 static const gdb_byte *
19362 dwarf_parse_macro_header (const gdb_byte **opcode_definitions,
19363                           bfd *abfd,
19364                           const gdb_byte *mac_ptr,
19365                           unsigned int *offset_size,
19366                           int section_is_gnu)
19367 {
19368   memset (opcode_definitions, 0, 256 * sizeof (gdb_byte *));
19369
19370   if (section_is_gnu)
19371     {
19372       unsigned int version, flags;
19373
19374       version = read_2_bytes (abfd, mac_ptr);
19375       if (version != 4)
19376         {
19377           complaint (&symfile_complaints,
19378                      _("unrecognized version `%d' in .debug_macro section"),
19379                      version);
19380           return NULL;
19381         }
19382       mac_ptr += 2;
19383
19384       flags = read_1_byte (abfd, mac_ptr);
19385       ++mac_ptr;
19386       *offset_size = (flags & 1) ? 8 : 4;
19387
19388       if ((flags & 2) != 0)
19389         /* We don't need the line table offset.  */
19390         mac_ptr += *offset_size;
19391
19392       /* Vendor opcode descriptions.  */
19393       if ((flags & 4) != 0)
19394         {
19395           unsigned int i, count;
19396
19397           count = read_1_byte (abfd, mac_ptr);
19398           ++mac_ptr;
19399           for (i = 0; i < count; ++i)
19400             {
19401               unsigned int opcode, bytes_read;
19402               unsigned long arg;
19403
19404               opcode = read_1_byte (abfd, mac_ptr);
19405               ++mac_ptr;
19406               opcode_definitions[opcode] = mac_ptr;
19407               arg = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
19408               mac_ptr += bytes_read;
19409               mac_ptr += arg;
19410             }
19411         }
19412     }
19413
19414   return mac_ptr;
19415 }
19416
19417 /* A helper for dwarf_decode_macros that handles the GNU extensions,
19418    including DW_MACRO_GNU_transparent_include.  */
19419
19420 static void
19421 dwarf_decode_macro_bytes (bfd *abfd,
19422                           const gdb_byte *mac_ptr, const gdb_byte *mac_end,
19423                           struct macro_source_file *current_file,
19424                           struct line_header *lh, const char *comp_dir,
19425                           struct dwarf2_section_info *section,
19426                           int section_is_gnu, int section_is_dwz,
19427                           unsigned int offset_size,
19428                           struct objfile *objfile,
19429                           htab_t include_hash)
19430 {
19431   enum dwarf_macro_record_type macinfo_type;
19432   int at_commandline;
19433   const gdb_byte *opcode_definitions[256];
19434
19435   mac_ptr = dwarf_parse_macro_header (opcode_definitions, abfd, mac_ptr,
19436                                       &offset_size, section_is_gnu);
19437   if (mac_ptr == NULL)
19438     {
19439       /* We already issued a complaint.  */
19440       return;
19441     }
19442
19443   /* Determines if GDB is still before first DW_MACINFO_start_file.  If true
19444      GDB is still reading the definitions from command line.  First
19445      DW_MACINFO_start_file will need to be ignored as it was already executed
19446      to create CURRENT_FILE for the main source holding also the command line
19447      definitions.  On first met DW_MACINFO_start_file this flag is reset to
19448      normally execute all the remaining DW_MACINFO_start_file macinfos.  */
19449
19450   at_commandline = 1;
19451
19452   do
19453     {
19454       /* Do we at least have room for a macinfo type byte?  */
19455       if (mac_ptr >= mac_end)
19456         {
19457           dwarf2_section_buffer_overflow_complaint (section);
19458           break;
19459         }
19460
19461       macinfo_type = read_1_byte (abfd, mac_ptr);
19462       mac_ptr++;
19463
19464       /* Note that we rely on the fact that the corresponding GNU and
19465          DWARF constants are the same.  */
19466       switch (macinfo_type)
19467         {
19468           /* A zero macinfo type indicates the end of the macro
19469              information.  */
19470         case 0:
19471           break;
19472
19473         case DW_MACRO_GNU_define:
19474         case DW_MACRO_GNU_undef:
19475         case DW_MACRO_GNU_define_indirect:
19476         case DW_MACRO_GNU_undef_indirect:
19477         case DW_MACRO_GNU_define_indirect_alt:
19478         case DW_MACRO_GNU_undef_indirect_alt:
19479           {
19480             unsigned int bytes_read;
19481             int line;
19482             const char *body;
19483             int is_define;
19484
19485             line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
19486             mac_ptr += bytes_read;
19487
19488             if (macinfo_type == DW_MACRO_GNU_define
19489                 || macinfo_type == DW_MACRO_GNU_undef)
19490               {
19491                 body = read_direct_string (abfd, mac_ptr, &bytes_read);
19492                 mac_ptr += bytes_read;
19493               }
19494             else
19495               {
19496                 LONGEST str_offset;
19497
19498                 str_offset = read_offset_1 (abfd, mac_ptr, offset_size);
19499                 mac_ptr += offset_size;
19500
19501                 if (macinfo_type == DW_MACRO_GNU_define_indirect_alt
19502                     || macinfo_type == DW_MACRO_GNU_undef_indirect_alt
19503                     || section_is_dwz)
19504                   {
19505                     struct dwz_file *dwz = dwarf2_get_dwz_file ();
19506
19507                     body = read_indirect_string_from_dwz (dwz, str_offset);
19508                   }
19509                 else
19510                   body = read_indirect_string_at_offset (abfd, str_offset);
19511               }
19512
19513             is_define = (macinfo_type == DW_MACRO_GNU_define
19514                          || macinfo_type == DW_MACRO_GNU_define_indirect
19515                          || macinfo_type == DW_MACRO_GNU_define_indirect_alt);
19516             if (! current_file)
19517               {
19518                 /* DWARF violation as no main source is present.  */
19519                 complaint (&symfile_complaints,
19520                            _("debug info with no main source gives macro %s "
19521                              "on line %d: %s"),
19522                            is_define ? _("definition") : _("undefinition"),
19523                            line, body);
19524                 break;
19525               }
19526             if ((line == 0 && !at_commandline)
19527                 || (line != 0 && at_commandline))
19528               complaint (&symfile_complaints,
19529                          _("debug info gives %s macro %s with %s line %d: %s"),
19530                          at_commandline ? _("command-line") : _("in-file"),
19531                          is_define ? _("definition") : _("undefinition"),
19532                          line == 0 ? _("zero") : _("non-zero"), line, body);
19533
19534             if (is_define)
19535               parse_macro_definition (current_file, line, body);
19536             else
19537               {
19538                 gdb_assert (macinfo_type == DW_MACRO_GNU_undef
19539                             || macinfo_type == DW_MACRO_GNU_undef_indirect
19540                             || macinfo_type == DW_MACRO_GNU_undef_indirect_alt);
19541                 macro_undef (current_file, line, body);
19542               }
19543           }
19544           break;
19545
19546         case DW_MACRO_GNU_start_file:
19547           {
19548             unsigned int bytes_read;
19549             int line, file;
19550
19551             line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
19552             mac_ptr += bytes_read;
19553             file = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
19554             mac_ptr += bytes_read;
19555
19556             if ((line == 0 && !at_commandline)
19557                 || (line != 0 && at_commandline))
19558               complaint (&symfile_complaints,
19559                          _("debug info gives source %d included "
19560                            "from %s at %s line %d"),
19561                          file, at_commandline ? _("command-line") : _("file"),
19562                          line == 0 ? _("zero") : _("non-zero"), line);
19563
19564             if (at_commandline)
19565               {
19566                 /* This DW_MACRO_GNU_start_file was executed in the
19567                    pass one.  */
19568                 at_commandline = 0;
19569               }
19570             else
19571               current_file = macro_start_file (file, line,
19572                                                current_file, comp_dir,
19573                                                lh, objfile);
19574           }
19575           break;
19576
19577         case DW_MACRO_GNU_end_file:
19578           if (! current_file)
19579             complaint (&symfile_complaints,
19580                        _("macro debug info has an unmatched "
19581                          "`close_file' directive"));
19582           else
19583             {
19584               current_file = current_file->included_by;
19585               if (! current_file)
19586                 {
19587                   enum dwarf_macro_record_type next_type;
19588
19589                   /* GCC circa March 2002 doesn't produce the zero
19590                      type byte marking the end of the compilation
19591                      unit.  Complain if it's not there, but exit no
19592                      matter what.  */
19593
19594                   /* Do we at least have room for a macinfo type byte?  */
19595                   if (mac_ptr >= mac_end)
19596                     {
19597                       dwarf2_section_buffer_overflow_complaint (section);
19598                       return;
19599                     }
19600
19601                   /* We don't increment mac_ptr here, so this is just
19602                      a look-ahead.  */
19603                   next_type = read_1_byte (abfd, mac_ptr);
19604                   if (next_type != 0)
19605                     complaint (&symfile_complaints,
19606                                _("no terminating 0-type entry for "
19607                                  "macros in `.debug_macinfo' section"));
19608
19609                   return;
19610                 }
19611             }
19612           break;
19613
19614         case DW_MACRO_GNU_transparent_include:
19615         case DW_MACRO_GNU_transparent_include_alt:
19616           {
19617             LONGEST offset;
19618             void **slot;
19619             bfd *include_bfd = abfd;
19620             struct dwarf2_section_info *include_section = section;
19621             struct dwarf2_section_info alt_section;
19622             const gdb_byte *include_mac_end = mac_end;
19623             int is_dwz = section_is_dwz;
19624             const gdb_byte *new_mac_ptr;
19625
19626             offset = read_offset_1 (abfd, mac_ptr, offset_size);
19627             mac_ptr += offset_size;
19628
19629             if (macinfo_type == DW_MACRO_GNU_transparent_include_alt)
19630               {
19631                 struct dwz_file *dwz = dwarf2_get_dwz_file ();
19632
19633                 dwarf2_read_section (dwarf2_per_objfile->objfile,
19634                                      &dwz->macro);
19635
19636                 include_bfd = dwz->macro.asection->owner;
19637                 include_section = &dwz->macro;
19638                 include_mac_end = dwz->macro.buffer + dwz->macro.size;
19639                 is_dwz = 1;
19640               }
19641
19642             new_mac_ptr = include_section->buffer + offset;
19643             slot = htab_find_slot (include_hash, new_mac_ptr, INSERT);
19644
19645             if (*slot != NULL)
19646               {
19647                 /* This has actually happened; see
19648                    http://sourceware.org/bugzilla/show_bug.cgi?id=13568.  */
19649                 complaint (&symfile_complaints,
19650                            _("recursive DW_MACRO_GNU_transparent_include in "
19651                              ".debug_macro section"));
19652               }
19653             else
19654               {
19655                 *slot = (void *) new_mac_ptr;
19656
19657                 dwarf_decode_macro_bytes (include_bfd, new_mac_ptr,
19658                                           include_mac_end, current_file,
19659                                           lh, comp_dir,
19660                                           section, section_is_gnu, is_dwz,
19661                                           offset_size, objfile, include_hash);
19662
19663                 htab_remove_elt (include_hash, (void *) new_mac_ptr);
19664               }
19665           }
19666           break;
19667
19668         case DW_MACINFO_vendor_ext:
19669           if (!section_is_gnu)
19670             {
19671               unsigned int bytes_read;
19672               int constant;
19673
19674               constant = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
19675               mac_ptr += bytes_read;
19676               read_direct_string (abfd, mac_ptr, &bytes_read);
19677               mac_ptr += bytes_read;
19678
19679               /* We don't recognize any vendor extensions.  */
19680               break;
19681             }
19682           /* FALLTHROUGH */
19683
19684         default:
19685           mac_ptr = skip_unknown_opcode (macinfo_type, opcode_definitions,
19686                                          mac_ptr, mac_end, abfd, offset_size,
19687                                          section);
19688           if (mac_ptr == NULL)
19689             return;
19690           break;
19691         }
19692     } while (macinfo_type != 0);
19693 }
19694
19695 static void
19696 dwarf_decode_macros (struct dwarf2_cu *cu, unsigned int offset,
19697                      const char *comp_dir, int section_is_gnu)
19698 {
19699   struct objfile *objfile = dwarf2_per_objfile->objfile;
19700   struct line_header *lh = cu->line_header;
19701   bfd *abfd;
19702   const gdb_byte *mac_ptr, *mac_end;
19703   struct macro_source_file *current_file = 0;
19704   enum dwarf_macro_record_type macinfo_type;
19705   unsigned int offset_size = cu->header.offset_size;
19706   const gdb_byte *opcode_definitions[256];
19707   struct cleanup *cleanup;
19708   htab_t include_hash;
19709   void **slot;
19710   struct dwarf2_section_info *section;
19711   const char *section_name;
19712
19713   if (cu->dwo_unit != NULL)
19714     {
19715       if (section_is_gnu)
19716         {
19717           section = &cu->dwo_unit->dwo_file->sections.macro;
19718           section_name = ".debug_macro.dwo";
19719         }
19720       else
19721         {
19722           section = &cu->dwo_unit->dwo_file->sections.macinfo;
19723           section_name = ".debug_macinfo.dwo";
19724         }
19725     }
19726   else
19727     {
19728       if (section_is_gnu)
19729         {
19730           section = &dwarf2_per_objfile->macro;
19731           section_name = ".debug_macro";
19732         }
19733       else
19734         {
19735           section = &dwarf2_per_objfile->macinfo;
19736           section_name = ".debug_macinfo";
19737         }
19738     }
19739
19740   dwarf2_read_section (objfile, section);
19741   if (section->buffer == NULL)
19742     {
19743       complaint (&symfile_complaints, _("missing %s section"), section_name);
19744       return;
19745     }
19746   abfd = section->asection->owner;
19747
19748   /* First pass: Find the name of the base filename.
19749      This filename is needed in order to process all macros whose definition
19750      (or undefinition) comes from the command line.  These macros are defined
19751      before the first DW_MACINFO_start_file entry, and yet still need to be
19752      associated to the base file.
19753
19754      To determine the base file name, we scan the macro definitions until we
19755      reach the first DW_MACINFO_start_file entry.  We then initialize
19756      CURRENT_FILE accordingly so that any macro definition found before the
19757      first DW_MACINFO_start_file can still be associated to the base file.  */
19758
19759   mac_ptr = section->buffer + offset;
19760   mac_end = section->buffer + section->size;
19761
19762   mac_ptr = dwarf_parse_macro_header (opcode_definitions, abfd, mac_ptr,
19763                                       &offset_size, section_is_gnu);
19764   if (mac_ptr == NULL)
19765     {
19766       /* We already issued a complaint.  */
19767       return;
19768     }
19769
19770   do
19771     {
19772       /* Do we at least have room for a macinfo type byte?  */
19773       if (mac_ptr >= mac_end)
19774         {
19775           /* Complaint is printed during the second pass as GDB will probably
19776              stop the first pass earlier upon finding
19777              DW_MACINFO_start_file.  */
19778           break;
19779         }
19780
19781       macinfo_type = read_1_byte (abfd, mac_ptr);
19782       mac_ptr++;
19783
19784       /* Note that we rely on the fact that the corresponding GNU and
19785          DWARF constants are the same.  */
19786       switch (macinfo_type)
19787         {
19788           /* A zero macinfo type indicates the end of the macro
19789              information.  */
19790         case 0:
19791           break;
19792
19793         case DW_MACRO_GNU_define:
19794         case DW_MACRO_GNU_undef:
19795           /* Only skip the data by MAC_PTR.  */
19796           {
19797             unsigned int bytes_read;
19798
19799             read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
19800             mac_ptr += bytes_read;
19801             read_direct_string (abfd, mac_ptr, &bytes_read);
19802             mac_ptr += bytes_read;
19803           }
19804           break;
19805
19806         case DW_MACRO_GNU_start_file:
19807           {
19808             unsigned int bytes_read;
19809             int line, file;
19810
19811             line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
19812             mac_ptr += bytes_read;
19813             file = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
19814             mac_ptr += bytes_read;
19815
19816             current_file = macro_start_file (file, line, current_file,
19817                                              comp_dir, lh, objfile);
19818           }
19819           break;
19820
19821         case DW_MACRO_GNU_end_file:
19822           /* No data to skip by MAC_PTR.  */
19823           break;
19824
19825         case DW_MACRO_GNU_define_indirect:
19826         case DW_MACRO_GNU_undef_indirect:
19827         case DW_MACRO_GNU_define_indirect_alt:
19828         case DW_MACRO_GNU_undef_indirect_alt:
19829           {
19830             unsigned int bytes_read;
19831
19832             read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
19833             mac_ptr += bytes_read;
19834             mac_ptr += offset_size;
19835           }
19836           break;
19837
19838         case DW_MACRO_GNU_transparent_include:
19839         case DW_MACRO_GNU_transparent_include_alt:
19840           /* Note that, according to the spec, a transparent include
19841              chain cannot call DW_MACRO_GNU_start_file.  So, we can just
19842              skip this opcode.  */
19843           mac_ptr += offset_size;
19844           break;
19845
19846         case DW_MACINFO_vendor_ext:
19847           /* Only skip the data by MAC_PTR.  */
19848           if (!section_is_gnu)
19849             {
19850               unsigned int bytes_read;
19851
19852               read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
19853               mac_ptr += bytes_read;
19854               read_direct_string (abfd, mac_ptr, &bytes_read);
19855               mac_ptr += bytes_read;
19856             }
19857           /* FALLTHROUGH */
19858
19859         default:
19860           mac_ptr = skip_unknown_opcode (macinfo_type, opcode_definitions,
19861                                          mac_ptr, mac_end, abfd, offset_size,
19862                                          section);
19863           if (mac_ptr == NULL)
19864             return;
19865           break;
19866         }
19867     } while (macinfo_type != 0 && current_file == NULL);
19868
19869   /* Second pass: Process all entries.
19870
19871      Use the AT_COMMAND_LINE flag to determine whether we are still processing
19872      command-line macro definitions/undefinitions.  This flag is unset when we
19873      reach the first DW_MACINFO_start_file entry.  */
19874
19875   include_hash = htab_create_alloc (1, htab_hash_pointer, htab_eq_pointer,
19876                                     NULL, xcalloc, xfree);
19877   cleanup = make_cleanup_htab_delete (include_hash);
19878   mac_ptr = section->buffer + offset;
19879   slot = htab_find_slot (include_hash, mac_ptr, INSERT);
19880   *slot = (void *) mac_ptr;
19881   dwarf_decode_macro_bytes (abfd, mac_ptr, mac_end,
19882                             current_file, lh, comp_dir, section,
19883                             section_is_gnu, 0,
19884                             offset_size, objfile, include_hash);
19885   do_cleanups (cleanup);
19886 }
19887
19888 /* Check if the attribute's form is a DW_FORM_block*
19889    if so return true else false.  */
19890
19891 static int
19892 attr_form_is_block (const struct attribute *attr)
19893 {
19894   return (attr == NULL ? 0 :
19895       attr->form == DW_FORM_block1
19896       || attr->form == DW_FORM_block2
19897       || attr->form == DW_FORM_block4
19898       || attr->form == DW_FORM_block
19899       || attr->form == DW_FORM_exprloc);
19900 }
19901
19902 /* Return non-zero if ATTR's value is a section offset --- classes
19903    lineptr, loclistptr, macptr or rangelistptr --- or zero, otherwise.
19904    You may use DW_UNSND (attr) to retrieve such offsets.
19905
19906    Section 7.5.4, "Attribute Encodings", explains that no attribute
19907    may have a value that belongs to more than one of these classes; it
19908    would be ambiguous if we did, because we use the same forms for all
19909    of them.  */
19910
19911 static int
19912 attr_form_is_section_offset (const struct attribute *attr)
19913 {
19914   return (attr->form == DW_FORM_data4
19915           || attr->form == DW_FORM_data8
19916           || attr->form == DW_FORM_sec_offset);
19917 }
19918
19919 /* Return non-zero if ATTR's value falls in the 'constant' class, or
19920    zero otherwise.  When this function returns true, you can apply
19921    dwarf2_get_attr_constant_value to it.
19922
19923    However, note that for some attributes you must check
19924    attr_form_is_section_offset before using this test.  DW_FORM_data4
19925    and DW_FORM_data8 are members of both the constant class, and of
19926    the classes that contain offsets into other debug sections
19927    (lineptr, loclistptr, macptr or rangelistptr).  The DWARF spec says
19928    that, if an attribute's can be either a constant or one of the
19929    section offset classes, DW_FORM_data4 and DW_FORM_data8 should be
19930    taken as section offsets, not constants.  */
19931
19932 static int
19933 attr_form_is_constant (const struct attribute *attr)
19934 {
19935   switch (attr->form)
19936     {
19937     case DW_FORM_sdata:
19938     case DW_FORM_udata:
19939     case DW_FORM_data1:
19940     case DW_FORM_data2:
19941     case DW_FORM_data4:
19942     case DW_FORM_data8:
19943       return 1;
19944     default:
19945       return 0;
19946     }
19947 }
19948
19949
19950 /* DW_ADDR is always stored already as sect_offset; despite for the forms
19951    besides DW_FORM_ref_addr it is stored as cu_offset in the DWARF file.  */
19952
19953 static int
19954 attr_form_is_ref (const struct attribute *attr)
19955 {
19956   switch (attr->form)
19957     {
19958     case DW_FORM_ref_addr:
19959     case DW_FORM_ref1:
19960     case DW_FORM_ref2:
19961     case DW_FORM_ref4:
19962     case DW_FORM_ref8:
19963     case DW_FORM_ref_udata:
19964     case DW_FORM_GNU_ref_alt:
19965       return 1;
19966     default:
19967       return 0;
19968     }
19969 }
19970
19971 /* Return the .debug_loc section to use for CU.
19972    For DWO files use .debug_loc.dwo.  */
19973
19974 static struct dwarf2_section_info *
19975 cu_debug_loc_section (struct dwarf2_cu *cu)
19976 {
19977   if (cu->dwo_unit)
19978     return &cu->dwo_unit->dwo_file->sections.loc;
19979   return &dwarf2_per_objfile->loc;
19980 }
19981
19982 /* A helper function that fills in a dwarf2_loclist_baton.  */
19983
19984 static void
19985 fill_in_loclist_baton (struct dwarf2_cu *cu,
19986                        struct dwarf2_loclist_baton *baton,
19987                        const struct attribute *attr)
19988 {
19989   struct dwarf2_section_info *section = cu_debug_loc_section (cu);
19990
19991   dwarf2_read_section (dwarf2_per_objfile->objfile, section);
19992
19993   baton->per_cu = cu->per_cu;
19994   gdb_assert (baton->per_cu);
19995   /* We don't know how long the location list is, but make sure we
19996      don't run off the edge of the section.  */
19997   baton->size = section->size - DW_UNSND (attr);
19998   baton->data = section->buffer + DW_UNSND (attr);
19999   baton->base_address = cu->base_address;
20000   baton->from_dwo = cu->dwo_unit != NULL;
20001 }
20002
20003 static void
20004 dwarf2_symbol_mark_computed (const struct attribute *attr, struct symbol *sym,
20005                              struct dwarf2_cu *cu, int is_block)
20006 {
20007   struct objfile *objfile = dwarf2_per_objfile->objfile;
20008   struct dwarf2_section_info *section = cu_debug_loc_section (cu);
20009
20010   if (attr_form_is_section_offset (attr)
20011       /* .debug_loc{,.dwo} may not exist at all, or the offset may be outside
20012          the section.  If so, fall through to the complaint in the
20013          other branch.  */
20014       && DW_UNSND (attr) < dwarf2_section_size (objfile, section))
20015     {
20016       struct dwarf2_loclist_baton *baton;
20017
20018       baton = obstack_alloc (&objfile->objfile_obstack,
20019                              sizeof (struct dwarf2_loclist_baton));
20020
20021       fill_in_loclist_baton (cu, baton, attr);
20022
20023       if (cu->base_known == 0)
20024         complaint (&symfile_complaints,
20025                    _("Location list used without "
20026                      "specifying the CU base address."));
20027
20028       SYMBOL_ACLASS_INDEX (sym) = (is_block
20029                                    ? dwarf2_loclist_block_index
20030                                    : dwarf2_loclist_index);
20031       SYMBOL_LOCATION_BATON (sym) = baton;
20032     }
20033   else
20034     {
20035       struct dwarf2_locexpr_baton *baton;
20036
20037       baton = obstack_alloc (&objfile->objfile_obstack,
20038                              sizeof (struct dwarf2_locexpr_baton));
20039       baton->per_cu = cu->per_cu;
20040       gdb_assert (baton->per_cu);
20041
20042       if (attr_form_is_block (attr))
20043         {
20044           /* Note that we're just copying the block's data pointer
20045              here, not the actual data.  We're still pointing into the
20046              info_buffer for SYM's objfile; right now we never release
20047              that buffer, but when we do clean up properly this may
20048              need to change.  */
20049           baton->size = DW_BLOCK (attr)->size;
20050           baton->data = DW_BLOCK (attr)->data;
20051         }
20052       else
20053         {
20054           dwarf2_invalid_attrib_class_complaint ("location description",
20055                                                  SYMBOL_NATURAL_NAME (sym));
20056           baton->size = 0;
20057         }
20058
20059       SYMBOL_ACLASS_INDEX (sym) = (is_block
20060                                    ? dwarf2_locexpr_block_index
20061                                    : dwarf2_locexpr_index);
20062       SYMBOL_LOCATION_BATON (sym) = baton;
20063     }
20064 }
20065
20066 /* Return the OBJFILE associated with the compilation unit CU.  If CU
20067    came from a separate debuginfo file, then the master objfile is
20068    returned.  */
20069
20070 struct objfile *
20071 dwarf2_per_cu_objfile (struct dwarf2_per_cu_data *per_cu)
20072 {
20073   struct objfile *objfile = per_cu->objfile;
20074
20075   /* Return the master objfile, so that we can report and look up the
20076      correct file containing this variable.  */
20077   if (objfile->separate_debug_objfile_backlink)
20078     objfile = objfile->separate_debug_objfile_backlink;
20079
20080   return objfile;
20081 }
20082
20083 /* Return comp_unit_head for PER_CU, either already available in PER_CU->CU
20084    (CU_HEADERP is unused in such case) or prepare a temporary copy at
20085    CU_HEADERP first.  */
20086
20087 static const struct comp_unit_head *
20088 per_cu_header_read_in (struct comp_unit_head *cu_headerp,
20089                        struct dwarf2_per_cu_data *per_cu)
20090 {
20091   const gdb_byte *info_ptr;
20092
20093   if (per_cu->cu)
20094     return &per_cu->cu->header;
20095
20096   info_ptr = per_cu->section->buffer + per_cu->offset.sect_off;
20097
20098   memset (cu_headerp, 0, sizeof (*cu_headerp));
20099   read_comp_unit_head (cu_headerp, info_ptr, per_cu->objfile->obfd);
20100
20101   return cu_headerp;
20102 }
20103
20104 /* Return the address size given in the compilation unit header for CU.  */
20105
20106 int
20107 dwarf2_per_cu_addr_size (struct dwarf2_per_cu_data *per_cu)
20108 {
20109   struct comp_unit_head cu_header_local;
20110   const struct comp_unit_head *cu_headerp;
20111
20112   cu_headerp = per_cu_header_read_in (&cu_header_local, per_cu);
20113
20114   return cu_headerp->addr_size;
20115 }
20116
20117 /* Return the offset size given in the compilation unit header for CU.  */
20118
20119 int
20120 dwarf2_per_cu_offset_size (struct dwarf2_per_cu_data *per_cu)
20121 {
20122   struct comp_unit_head cu_header_local;
20123   const struct comp_unit_head *cu_headerp;
20124
20125   cu_headerp = per_cu_header_read_in (&cu_header_local, per_cu);
20126
20127   return cu_headerp->offset_size;
20128 }
20129
20130 /* See its dwarf2loc.h declaration.  */
20131
20132 int
20133 dwarf2_per_cu_ref_addr_size (struct dwarf2_per_cu_data *per_cu)
20134 {
20135   struct comp_unit_head cu_header_local;
20136   const struct comp_unit_head *cu_headerp;
20137
20138   cu_headerp = per_cu_header_read_in (&cu_header_local, per_cu);
20139
20140   if (cu_headerp->version == 2)
20141     return cu_headerp->addr_size;
20142   else
20143     return cu_headerp->offset_size;
20144 }
20145
20146 /* Return the text offset of the CU.  The returned offset comes from
20147    this CU's objfile.  If this objfile came from a separate debuginfo
20148    file, then the offset may be different from the corresponding
20149    offset in the parent objfile.  */
20150
20151 CORE_ADDR
20152 dwarf2_per_cu_text_offset (struct dwarf2_per_cu_data *per_cu)
20153 {
20154   struct objfile *objfile = per_cu->objfile;
20155
20156   return ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
20157 }
20158
20159 /* Locate the .debug_info compilation unit from CU's objfile which contains
20160    the DIE at OFFSET.  Raises an error on failure.  */
20161
20162 static struct dwarf2_per_cu_data *
20163 dwarf2_find_containing_comp_unit (sect_offset offset,
20164                                   unsigned int offset_in_dwz,
20165                                   struct objfile *objfile)
20166 {
20167   struct dwarf2_per_cu_data *this_cu;
20168   int low, high;
20169   const sect_offset *cu_off;
20170
20171   low = 0;
20172   high = dwarf2_per_objfile->n_comp_units - 1;
20173   while (high > low)
20174     {
20175       struct dwarf2_per_cu_data *mid_cu;
20176       int mid = low + (high - low) / 2;
20177
20178       mid_cu = dwarf2_per_objfile->all_comp_units[mid];
20179       cu_off = &mid_cu->offset;
20180       if (mid_cu->is_dwz > offset_in_dwz
20181           || (mid_cu->is_dwz == offset_in_dwz
20182               && cu_off->sect_off >= offset.sect_off))
20183         high = mid;
20184       else
20185         low = mid + 1;
20186     }
20187   gdb_assert (low == high);
20188   this_cu = dwarf2_per_objfile->all_comp_units[low];
20189   cu_off = &this_cu->offset;
20190   if (this_cu->is_dwz != offset_in_dwz || cu_off->sect_off > offset.sect_off)
20191     {
20192       if (low == 0 || this_cu->is_dwz != offset_in_dwz)
20193         error (_("Dwarf Error: could not find partial DIE containing "
20194                "offset 0x%lx [in module %s]"),
20195                (long) offset.sect_off, bfd_get_filename (objfile->obfd));
20196
20197       gdb_assert (dwarf2_per_objfile->all_comp_units[low-1]->offset.sect_off
20198                   <= offset.sect_off);
20199       return dwarf2_per_objfile->all_comp_units[low-1];
20200     }
20201   else
20202     {
20203       this_cu = dwarf2_per_objfile->all_comp_units[low];
20204       if (low == dwarf2_per_objfile->n_comp_units - 1
20205           && offset.sect_off >= this_cu->offset.sect_off + this_cu->length)
20206         error (_("invalid dwarf2 offset %u"), offset.sect_off);
20207       gdb_assert (offset.sect_off < this_cu->offset.sect_off + this_cu->length);
20208       return this_cu;
20209     }
20210 }
20211
20212 /* Initialize dwarf2_cu CU, owned by PER_CU.  */
20213
20214 static void
20215 init_one_comp_unit (struct dwarf2_cu *cu, struct dwarf2_per_cu_data *per_cu)
20216 {
20217   memset (cu, 0, sizeof (*cu));
20218   per_cu->cu = cu;
20219   cu->per_cu = per_cu;
20220   cu->objfile = per_cu->objfile;
20221   obstack_init (&cu->comp_unit_obstack);
20222 }
20223
20224 /* Initialize basic fields of dwarf_cu CU according to DIE COMP_UNIT_DIE.  */
20225
20226 static void
20227 prepare_one_comp_unit (struct dwarf2_cu *cu, struct die_info *comp_unit_die,
20228                        enum language pretend_language)
20229 {
20230   struct attribute *attr;
20231
20232   /* Set the language we're debugging.  */
20233   attr = dwarf2_attr (comp_unit_die, DW_AT_language, cu);
20234   if (attr)
20235     set_cu_language (DW_UNSND (attr), cu);
20236   else
20237     {
20238       cu->language = pretend_language;
20239       cu->language_defn = language_def (cu->language);
20240     }
20241
20242   attr = dwarf2_attr (comp_unit_die, DW_AT_producer, cu);
20243   if (attr)
20244     cu->producer = DW_STRING (attr);
20245 }
20246
20247 /* Release one cached compilation unit, CU.  We unlink it from the tree
20248    of compilation units, but we don't remove it from the read_in_chain;
20249    the caller is responsible for that.
20250    NOTE: DATA is a void * because this function is also used as a
20251    cleanup routine.  */
20252
20253 static void
20254 free_heap_comp_unit (void *data)
20255 {
20256   struct dwarf2_cu *cu = data;
20257
20258   gdb_assert (cu->per_cu != NULL);
20259   cu->per_cu->cu = NULL;
20260   cu->per_cu = NULL;
20261
20262   obstack_free (&cu->comp_unit_obstack, NULL);
20263
20264   xfree (cu);
20265 }
20266
20267 /* This cleanup function is passed the address of a dwarf2_cu on the stack
20268    when we're finished with it.  We can't free the pointer itself, but be
20269    sure to unlink it from the cache.  Also release any associated storage.  */
20270
20271 static void
20272 free_stack_comp_unit (void *data)
20273 {
20274   struct dwarf2_cu *cu = data;
20275
20276   gdb_assert (cu->per_cu != NULL);
20277   cu->per_cu->cu = NULL;
20278   cu->per_cu = NULL;
20279
20280   obstack_free (&cu->comp_unit_obstack, NULL);
20281   cu->partial_dies = NULL;
20282 }
20283
20284 /* Free all cached compilation units.  */
20285
20286 static void
20287 free_cached_comp_units (void *data)
20288 {
20289   struct dwarf2_per_cu_data *per_cu, **last_chain;
20290
20291   per_cu = dwarf2_per_objfile->read_in_chain;
20292   last_chain = &dwarf2_per_objfile->read_in_chain;
20293   while (per_cu != NULL)
20294     {
20295       struct dwarf2_per_cu_data *next_cu;
20296
20297       next_cu = per_cu->cu->read_in_chain;
20298
20299       free_heap_comp_unit (per_cu->cu);
20300       *last_chain = next_cu;
20301
20302       per_cu = next_cu;
20303     }
20304 }
20305
20306 /* Increase the age counter on each cached compilation unit, and free
20307    any that are too old.  */
20308
20309 static void
20310 age_cached_comp_units (void)
20311 {
20312   struct dwarf2_per_cu_data *per_cu, **last_chain;
20313
20314   dwarf2_clear_marks (dwarf2_per_objfile->read_in_chain);
20315   per_cu = dwarf2_per_objfile->read_in_chain;
20316   while (per_cu != NULL)
20317     {
20318       per_cu->cu->last_used ++;
20319       if (per_cu->cu->last_used <= dwarf2_max_cache_age)
20320         dwarf2_mark (per_cu->cu);
20321       per_cu = per_cu->cu->read_in_chain;
20322     }
20323
20324   per_cu = dwarf2_per_objfile->read_in_chain;
20325   last_chain = &dwarf2_per_objfile->read_in_chain;
20326   while (per_cu != NULL)
20327     {
20328       struct dwarf2_per_cu_data *next_cu;
20329
20330       next_cu = per_cu->cu->read_in_chain;
20331
20332       if (!per_cu->cu->mark)
20333         {
20334           free_heap_comp_unit (per_cu->cu);
20335           *last_chain = next_cu;
20336         }
20337       else
20338         last_chain = &per_cu->cu->read_in_chain;
20339
20340       per_cu = next_cu;
20341     }
20342 }
20343
20344 /* Remove a single compilation unit from the cache.  */
20345
20346 static void
20347 free_one_cached_comp_unit (struct dwarf2_per_cu_data *target_per_cu)
20348 {
20349   struct dwarf2_per_cu_data *per_cu, **last_chain;
20350
20351   per_cu = dwarf2_per_objfile->read_in_chain;
20352   last_chain = &dwarf2_per_objfile->read_in_chain;
20353   while (per_cu != NULL)
20354     {
20355       struct dwarf2_per_cu_data *next_cu;
20356
20357       next_cu = per_cu->cu->read_in_chain;
20358
20359       if (per_cu == target_per_cu)
20360         {
20361           free_heap_comp_unit (per_cu->cu);
20362           per_cu->cu = NULL;
20363           *last_chain = next_cu;
20364           break;
20365         }
20366       else
20367         last_chain = &per_cu->cu->read_in_chain;
20368
20369       per_cu = next_cu;
20370     }
20371 }
20372
20373 /* Release all extra memory associated with OBJFILE.  */
20374
20375 void
20376 dwarf2_free_objfile (struct objfile *objfile)
20377 {
20378   dwarf2_per_objfile = objfile_data (objfile, dwarf2_objfile_data_key);
20379
20380   if (dwarf2_per_objfile == NULL)
20381     return;
20382
20383   /* Cached DIE trees use xmalloc and the comp_unit_obstack.  */
20384   free_cached_comp_units (NULL);
20385
20386   if (dwarf2_per_objfile->quick_file_names_table)
20387     htab_delete (dwarf2_per_objfile->quick_file_names_table);
20388
20389   /* Everything else should be on the objfile obstack.  */
20390 }
20391
20392 /* A set of CU "per_cu" pointer, DIE offset, and GDB type pointer.
20393    We store these in a hash table separate from the DIEs, and preserve them
20394    when the DIEs are flushed out of cache.
20395
20396    The CU "per_cu" pointer is needed because offset alone is not enough to
20397    uniquely identify the type.  A file may have multiple .debug_types sections,
20398    or the type may come from a DWO file.  Furthermore, while it's more logical
20399    to use per_cu->section+offset, with Fission the section with the data is in
20400    the DWO file but we don't know that section at the point we need it.
20401    We have to use something in dwarf2_per_cu_data (or the pointer to it)
20402    because we can enter the lookup routine, get_die_type_at_offset, from
20403    outside this file, and thus won't necessarily have PER_CU->cu.
20404    Fortunately, PER_CU is stable for the life of the objfile.  */
20405
20406 struct dwarf2_per_cu_offset_and_type
20407 {
20408   const struct dwarf2_per_cu_data *per_cu;
20409   sect_offset offset;
20410   struct type *type;
20411 };
20412
20413 /* Hash function for a dwarf2_per_cu_offset_and_type.  */
20414
20415 static hashval_t
20416 per_cu_offset_and_type_hash (const void *item)
20417 {
20418   const struct dwarf2_per_cu_offset_and_type *ofs = item;
20419
20420   return (uintptr_t) ofs->per_cu + ofs->offset.sect_off;
20421 }
20422
20423 /* Equality function for a dwarf2_per_cu_offset_and_type.  */
20424
20425 static int
20426 per_cu_offset_and_type_eq (const void *item_lhs, const void *item_rhs)
20427 {
20428   const struct dwarf2_per_cu_offset_and_type *ofs_lhs = item_lhs;
20429   const struct dwarf2_per_cu_offset_and_type *ofs_rhs = item_rhs;
20430
20431   return (ofs_lhs->per_cu == ofs_rhs->per_cu
20432           && ofs_lhs->offset.sect_off == ofs_rhs->offset.sect_off);
20433 }
20434
20435 /* Set the type associated with DIE to TYPE.  Save it in CU's hash
20436    table if necessary.  For convenience, return TYPE.
20437
20438    The DIEs reading must have careful ordering to:
20439     * Not cause infite loops trying to read in DIEs as a prerequisite for
20440       reading current DIE.
20441     * Not trying to dereference contents of still incompletely read in types
20442       while reading in other DIEs.
20443     * Enable referencing still incompletely read in types just by a pointer to
20444       the type without accessing its fields.
20445
20446    Therefore caller should follow these rules:
20447      * Try to fetch any prerequisite types we may need to build this DIE type
20448        before building the type and calling set_die_type.
20449      * After building type call set_die_type for current DIE as soon as
20450        possible before fetching more types to complete the current type.
20451      * Make the type as complete as possible before fetching more types.  */
20452
20453 static struct type *
20454 set_die_type (struct die_info *die, struct type *type, struct dwarf2_cu *cu)
20455 {
20456   struct dwarf2_per_cu_offset_and_type **slot, ofs;
20457   struct objfile *objfile = cu->objfile;
20458
20459   /* For Ada types, make sure that the gnat-specific data is always
20460      initialized (if not already set).  There are a few types where
20461      we should not be doing so, because the type-specific area is
20462      already used to hold some other piece of info (eg: TYPE_CODE_FLT
20463      where the type-specific area is used to store the floatformat).
20464      But this is not a problem, because the gnat-specific information
20465      is actually not needed for these types.  */
20466   if (need_gnat_info (cu)
20467       && TYPE_CODE (type) != TYPE_CODE_FUNC
20468       && TYPE_CODE (type) != TYPE_CODE_FLT
20469       && !HAVE_GNAT_AUX_INFO (type))
20470     INIT_GNAT_SPECIFIC (type);
20471
20472   if (dwarf2_per_objfile->die_type_hash == NULL)
20473     {
20474       dwarf2_per_objfile->die_type_hash =
20475         htab_create_alloc_ex (127,
20476                               per_cu_offset_and_type_hash,
20477                               per_cu_offset_and_type_eq,
20478                               NULL,
20479                               &objfile->objfile_obstack,
20480                               hashtab_obstack_allocate,
20481                               dummy_obstack_deallocate);
20482     }
20483
20484   ofs.per_cu = cu->per_cu;
20485   ofs.offset = die->offset;
20486   ofs.type = type;
20487   slot = (struct dwarf2_per_cu_offset_and_type **)
20488     htab_find_slot (dwarf2_per_objfile->die_type_hash, &ofs, INSERT);
20489   if (*slot)
20490     complaint (&symfile_complaints,
20491                _("A problem internal to GDB: DIE 0x%x has type already set"),
20492                die->offset.sect_off);
20493   *slot = obstack_alloc (&objfile->objfile_obstack, sizeof (**slot));
20494   **slot = ofs;
20495   return type;
20496 }
20497
20498 /* Look up the type for the die at OFFSET in PER_CU in die_type_hash,
20499    or return NULL if the die does not have a saved type.  */
20500
20501 static struct type *
20502 get_die_type_at_offset (sect_offset offset,
20503                         struct dwarf2_per_cu_data *per_cu)
20504 {
20505   struct dwarf2_per_cu_offset_and_type *slot, ofs;
20506
20507   if (dwarf2_per_objfile->die_type_hash == NULL)
20508     return NULL;
20509
20510   ofs.per_cu = per_cu;
20511   ofs.offset = offset;
20512   slot = htab_find (dwarf2_per_objfile->die_type_hash, &ofs);
20513   if (slot)
20514     return slot->type;
20515   else
20516     return NULL;
20517 }
20518
20519 /* Look up the type for DIE in CU in die_type_hash,
20520    or return NULL if DIE does not have a saved type.  */
20521
20522 static struct type *
20523 get_die_type (struct die_info *die, struct dwarf2_cu *cu)
20524 {
20525   return get_die_type_at_offset (die->offset, cu->per_cu);
20526 }
20527
20528 /* Add a dependence relationship from CU to REF_PER_CU.  */
20529
20530 static void
20531 dwarf2_add_dependence (struct dwarf2_cu *cu,
20532                        struct dwarf2_per_cu_data *ref_per_cu)
20533 {
20534   void **slot;
20535
20536   if (cu->dependencies == NULL)
20537     cu->dependencies
20538       = htab_create_alloc_ex (5, htab_hash_pointer, htab_eq_pointer,
20539                               NULL, &cu->comp_unit_obstack,
20540                               hashtab_obstack_allocate,
20541                               dummy_obstack_deallocate);
20542
20543   slot = htab_find_slot (cu->dependencies, ref_per_cu, INSERT);
20544   if (*slot == NULL)
20545     *slot = ref_per_cu;
20546 }
20547
20548 /* Subroutine of dwarf2_mark to pass to htab_traverse.
20549    Set the mark field in every compilation unit in the
20550    cache that we must keep because we are keeping CU.  */
20551
20552 static int
20553 dwarf2_mark_helper (void **slot, void *data)
20554 {
20555   struct dwarf2_per_cu_data *per_cu;
20556
20557   per_cu = (struct dwarf2_per_cu_data *) *slot;
20558
20559   /* cu->dependencies references may not yet have been ever read if QUIT aborts
20560      reading of the chain.  As such dependencies remain valid it is not much
20561      useful to track and undo them during QUIT cleanups.  */
20562   if (per_cu->cu == NULL)
20563     return 1;
20564
20565   if (per_cu->cu->mark)
20566     return 1;
20567   per_cu->cu->mark = 1;
20568
20569   if (per_cu->cu->dependencies != NULL)
20570     htab_traverse (per_cu->cu->dependencies, dwarf2_mark_helper, NULL);
20571
20572   return 1;
20573 }
20574
20575 /* Set the mark field in CU and in every other compilation unit in the
20576    cache that we must keep because we are keeping CU.  */
20577
20578 static void
20579 dwarf2_mark (struct dwarf2_cu *cu)
20580 {
20581   if (cu->mark)
20582     return;
20583   cu->mark = 1;
20584   if (cu->dependencies != NULL)
20585     htab_traverse (cu->dependencies, dwarf2_mark_helper, NULL);
20586 }
20587
20588 static void
20589 dwarf2_clear_marks (struct dwarf2_per_cu_data *per_cu)
20590 {
20591   while (per_cu)
20592     {
20593       per_cu->cu->mark = 0;
20594       per_cu = per_cu->cu->read_in_chain;
20595     }
20596 }
20597
20598 /* Trivial hash function for partial_die_info: the hash value of a DIE
20599    is its offset in .debug_info for this objfile.  */
20600
20601 static hashval_t
20602 partial_die_hash (const void *item)
20603 {
20604   const struct partial_die_info *part_die = item;
20605
20606   return part_die->offset.sect_off;
20607 }
20608
20609 /* Trivial comparison function for partial_die_info structures: two DIEs
20610    are equal if they have the same offset.  */
20611
20612 static int
20613 partial_die_eq (const void *item_lhs, const void *item_rhs)
20614 {
20615   const struct partial_die_info *part_die_lhs = item_lhs;
20616   const struct partial_die_info *part_die_rhs = item_rhs;
20617
20618   return part_die_lhs->offset.sect_off == part_die_rhs->offset.sect_off;
20619 }
20620
20621 static struct cmd_list_element *set_dwarf2_cmdlist;
20622 static struct cmd_list_element *show_dwarf2_cmdlist;
20623
20624 static void
20625 set_dwarf2_cmd (char *args, int from_tty)
20626 {
20627   help_list (set_dwarf2_cmdlist, "maintenance set dwarf2 ", -1, gdb_stdout);
20628 }
20629
20630 static void
20631 show_dwarf2_cmd (char *args, int from_tty)
20632 {
20633   cmd_show_list (show_dwarf2_cmdlist, from_tty, "");
20634 }
20635
20636 /* Free data associated with OBJFILE, if necessary.  */
20637
20638 static void
20639 dwarf2_per_objfile_free (struct objfile *objfile, void *d)
20640 {
20641   struct dwarf2_per_objfile *data = d;
20642   int ix;
20643
20644   /* Make sure we don't accidentally use dwarf2_per_objfile while
20645      cleaning up.  */
20646   dwarf2_per_objfile = NULL;
20647
20648   for (ix = 0; ix < data->n_comp_units; ++ix)
20649    VEC_free (dwarf2_per_cu_ptr, data->all_comp_units[ix]->imported_symtabs);
20650
20651   for (ix = 0; ix < data->n_type_units; ++ix)
20652     VEC_free (dwarf2_per_cu_ptr,
20653               data->all_type_units[ix]->per_cu.imported_symtabs);
20654   xfree (data->all_type_units);
20655
20656   VEC_free (dwarf2_section_info_def, data->types);
20657
20658   if (data->dwo_files)
20659     free_dwo_files (data->dwo_files, objfile);
20660   if (data->dwp_file)
20661     gdb_bfd_unref (data->dwp_file->dbfd);
20662
20663   if (data->dwz_file && data->dwz_file->dwz_bfd)
20664     gdb_bfd_unref (data->dwz_file->dwz_bfd);
20665 }
20666
20667 \f
20668 /* The "save gdb-index" command.  */
20669
20670 /* The contents of the hash table we create when building the string
20671    table.  */
20672 struct strtab_entry
20673 {
20674   offset_type offset;
20675   const char *str;
20676 };
20677
20678 /* Hash function for a strtab_entry.
20679
20680    Function is used only during write_hash_table so no index format backward
20681    compatibility is needed.  */
20682
20683 static hashval_t
20684 hash_strtab_entry (const void *e)
20685 {
20686   const struct strtab_entry *entry = e;
20687   return mapped_index_string_hash (INT_MAX, entry->str);
20688 }
20689
20690 /* Equality function for a strtab_entry.  */
20691
20692 static int
20693 eq_strtab_entry (const void *a, const void *b)
20694 {
20695   const struct strtab_entry *ea = a;
20696   const struct strtab_entry *eb = b;
20697   return !strcmp (ea->str, eb->str);
20698 }
20699
20700 /* Create a strtab_entry hash table.  */
20701
20702 static htab_t
20703 create_strtab (void)
20704 {
20705   return htab_create_alloc (100, hash_strtab_entry, eq_strtab_entry,
20706                             xfree, xcalloc, xfree);
20707 }
20708
20709 /* Add a string to the constant pool.  Return the string's offset in
20710    host order.  */
20711
20712 static offset_type
20713 add_string (htab_t table, struct obstack *cpool, const char *str)
20714 {
20715   void **slot;
20716   struct strtab_entry entry;
20717   struct strtab_entry *result;
20718
20719   entry.str = str;
20720   slot = htab_find_slot (table, &entry, INSERT);
20721   if (*slot)
20722     result = *slot;
20723   else
20724     {
20725       result = XNEW (struct strtab_entry);
20726       result->offset = obstack_object_size (cpool);
20727       result->str = str;
20728       obstack_grow_str0 (cpool, str);
20729       *slot = result;
20730     }
20731   return result->offset;
20732 }
20733
20734 /* An entry in the symbol table.  */
20735 struct symtab_index_entry
20736 {
20737   /* The name of the symbol.  */
20738   const char *name;
20739   /* The offset of the name in the constant pool.  */
20740   offset_type index_offset;
20741   /* A sorted vector of the indices of all the CUs that hold an object
20742      of this name.  */
20743   VEC (offset_type) *cu_indices;
20744 };
20745
20746 /* The symbol table.  This is a power-of-2-sized hash table.  */
20747 struct mapped_symtab
20748 {
20749   offset_type n_elements;
20750   offset_type size;
20751   struct symtab_index_entry **data;
20752 };
20753
20754 /* Hash function for a symtab_index_entry.  */
20755
20756 static hashval_t
20757 hash_symtab_entry (const void *e)
20758 {
20759   const struct symtab_index_entry *entry = e;
20760   return iterative_hash (VEC_address (offset_type, entry->cu_indices),
20761                          sizeof (offset_type) * VEC_length (offset_type,
20762                                                             entry->cu_indices),
20763                          0);
20764 }
20765
20766 /* Equality function for a symtab_index_entry.  */
20767
20768 static int
20769 eq_symtab_entry (const void *a, const void *b)
20770 {
20771   const struct symtab_index_entry *ea = a;
20772   const struct symtab_index_entry *eb = b;
20773   int len = VEC_length (offset_type, ea->cu_indices);
20774   if (len != VEC_length (offset_type, eb->cu_indices))
20775     return 0;
20776   return !memcmp (VEC_address (offset_type, ea->cu_indices),
20777                   VEC_address (offset_type, eb->cu_indices),
20778                   sizeof (offset_type) * len);
20779 }
20780
20781 /* Destroy a symtab_index_entry.  */
20782
20783 static void
20784 delete_symtab_entry (void *p)
20785 {
20786   struct symtab_index_entry *entry = p;
20787   VEC_free (offset_type, entry->cu_indices);
20788   xfree (entry);
20789 }
20790
20791 /* Create a hash table holding symtab_index_entry objects.  */
20792
20793 static htab_t
20794 create_symbol_hash_table (void)
20795 {
20796   return htab_create_alloc (100, hash_symtab_entry, eq_symtab_entry,
20797                             delete_symtab_entry, xcalloc, xfree);
20798 }
20799
20800 /* Create a new mapped symtab object.  */
20801
20802 static struct mapped_symtab *
20803 create_mapped_symtab (void)
20804 {
20805   struct mapped_symtab *symtab = XNEW (struct mapped_symtab);
20806   symtab->n_elements = 0;
20807   symtab->size = 1024;
20808   symtab->data = XCNEWVEC (struct symtab_index_entry *, symtab->size);
20809   return symtab;
20810 }
20811
20812 /* Destroy a mapped_symtab.  */
20813
20814 static void
20815 cleanup_mapped_symtab (void *p)
20816 {
20817   struct mapped_symtab *symtab = p;
20818   /* The contents of the array are freed when the other hash table is
20819      destroyed.  */
20820   xfree (symtab->data);
20821   xfree (symtab);
20822 }
20823
20824 /* Find a slot in SYMTAB for the symbol NAME.  Returns a pointer to
20825    the slot.
20826    
20827    Function is used only during write_hash_table so no index format backward
20828    compatibility is needed.  */
20829
20830 static struct symtab_index_entry **
20831 find_slot (struct mapped_symtab *symtab, const char *name)
20832 {
20833   offset_type index, step, hash = mapped_index_string_hash (INT_MAX, name);
20834
20835   index = hash & (symtab->size - 1);
20836   step = ((hash * 17) & (symtab->size - 1)) | 1;
20837
20838   for (;;)
20839     {
20840       if (!symtab->data[index] || !strcmp (name, symtab->data[index]->name))
20841         return &symtab->data[index];
20842       index = (index + step) & (symtab->size - 1);
20843     }
20844 }
20845
20846 /* Expand SYMTAB's hash table.  */
20847
20848 static void
20849 hash_expand (struct mapped_symtab *symtab)
20850 {
20851   offset_type old_size = symtab->size;
20852   offset_type i;
20853   struct symtab_index_entry **old_entries = symtab->data;
20854
20855   symtab->size *= 2;
20856   symtab->data = XCNEWVEC (struct symtab_index_entry *, symtab->size);
20857
20858   for (i = 0; i < old_size; ++i)
20859     {
20860       if (old_entries[i])
20861         {
20862           struct symtab_index_entry **slot = find_slot (symtab,
20863                                                         old_entries[i]->name);
20864           *slot = old_entries[i];
20865         }
20866     }
20867
20868   xfree (old_entries);
20869 }
20870
20871 /* Add an entry to SYMTAB.  NAME is the name of the symbol.
20872    CU_INDEX is the index of the CU in which the symbol appears.
20873    IS_STATIC is one if the symbol is static, otherwise zero (global).  */
20874
20875 static void
20876 add_index_entry (struct mapped_symtab *symtab, const char *name,
20877                  int is_static, gdb_index_symbol_kind kind,
20878                  offset_type cu_index)
20879 {
20880   struct symtab_index_entry **slot;
20881   offset_type cu_index_and_attrs;
20882
20883   ++symtab->n_elements;
20884   if (4 * symtab->n_elements / 3 >= symtab->size)
20885     hash_expand (symtab);
20886
20887   slot = find_slot (symtab, name);
20888   if (!*slot)
20889     {
20890       *slot = XNEW (struct symtab_index_entry);
20891       (*slot)->name = name;
20892       /* index_offset is set later.  */
20893       (*slot)->cu_indices = NULL;
20894     }
20895
20896   cu_index_and_attrs = 0;
20897   DW2_GDB_INDEX_CU_SET_VALUE (cu_index_and_attrs, cu_index);
20898   DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE (cu_index_and_attrs, is_static);
20899   DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE (cu_index_and_attrs, kind);
20900
20901   /* We don't want to record an index value twice as we want to avoid the
20902      duplication.
20903      We process all global symbols and then all static symbols
20904      (which would allow us to avoid the duplication by only having to check
20905      the last entry pushed), but a symbol could have multiple kinds in one CU.
20906      To keep things simple we don't worry about the duplication here and
20907      sort and uniqufy the list after we've processed all symbols.  */
20908   VEC_safe_push (offset_type, (*slot)->cu_indices, cu_index_and_attrs);
20909 }
20910
20911 /* qsort helper routine for uniquify_cu_indices.  */
20912
20913 static int
20914 offset_type_compare (const void *ap, const void *bp)
20915 {
20916   offset_type a = *(offset_type *) ap;
20917   offset_type b = *(offset_type *) bp;
20918
20919   return (a > b) - (b > a);
20920 }
20921
20922 /* Sort and remove duplicates of all symbols' cu_indices lists.  */
20923
20924 static void
20925 uniquify_cu_indices (struct mapped_symtab *symtab)
20926 {
20927   int i;
20928
20929   for (i = 0; i < symtab->size; ++i)
20930     {
20931       struct symtab_index_entry *entry = symtab->data[i];
20932
20933       if (entry
20934           && entry->cu_indices != NULL)
20935         {
20936           unsigned int next_to_insert, next_to_check;
20937           offset_type last_value;
20938
20939           qsort (VEC_address (offset_type, entry->cu_indices),
20940                  VEC_length (offset_type, entry->cu_indices),
20941                  sizeof (offset_type), offset_type_compare);
20942
20943           last_value = VEC_index (offset_type, entry->cu_indices, 0);
20944           next_to_insert = 1;
20945           for (next_to_check = 1;
20946                next_to_check < VEC_length (offset_type, entry->cu_indices);
20947                ++next_to_check)
20948             {
20949               if (VEC_index (offset_type, entry->cu_indices, next_to_check)
20950                   != last_value)
20951                 {
20952                   last_value = VEC_index (offset_type, entry->cu_indices,
20953                                           next_to_check);
20954                   VEC_replace (offset_type, entry->cu_indices, next_to_insert,
20955                                last_value);
20956                   ++next_to_insert;
20957                 }
20958             }
20959           VEC_truncate (offset_type, entry->cu_indices, next_to_insert);
20960         }
20961     }
20962 }
20963
20964 /* Add a vector of indices to the constant pool.  */
20965
20966 static offset_type
20967 add_indices_to_cpool (htab_t symbol_hash_table, struct obstack *cpool,
20968                       struct symtab_index_entry *entry)
20969 {
20970   void **slot;
20971
20972   slot = htab_find_slot (symbol_hash_table, entry, INSERT);
20973   if (!*slot)
20974     {
20975       offset_type len = VEC_length (offset_type, entry->cu_indices);
20976       offset_type val = MAYBE_SWAP (len);
20977       offset_type iter;
20978       int i;
20979
20980       *slot = entry;
20981       entry->index_offset = obstack_object_size (cpool);
20982
20983       obstack_grow (cpool, &val, sizeof (val));
20984       for (i = 0;
20985            VEC_iterate (offset_type, entry->cu_indices, i, iter);
20986            ++i)
20987         {
20988           val = MAYBE_SWAP (iter);
20989           obstack_grow (cpool, &val, sizeof (val));
20990         }
20991     }
20992   else
20993     {
20994       struct symtab_index_entry *old_entry = *slot;
20995       entry->index_offset = old_entry->index_offset;
20996       entry = old_entry;
20997     }
20998   return entry->index_offset;
20999 }
21000
21001 /* Write the mapped hash table SYMTAB to the obstack OUTPUT, with
21002    constant pool entries going into the obstack CPOOL.  */
21003
21004 static void
21005 write_hash_table (struct mapped_symtab *symtab,
21006                   struct obstack *output, struct obstack *cpool)
21007 {
21008   offset_type i;
21009   htab_t symbol_hash_table;
21010   htab_t str_table;
21011
21012   symbol_hash_table = create_symbol_hash_table ();
21013   str_table = create_strtab ();
21014
21015   /* We add all the index vectors to the constant pool first, to
21016      ensure alignment is ok.  */
21017   for (i = 0; i < symtab->size; ++i)
21018     {
21019       if (symtab->data[i])
21020         add_indices_to_cpool (symbol_hash_table, cpool, symtab->data[i]);
21021     }
21022
21023   /* Now write out the hash table.  */
21024   for (i = 0; i < symtab->size; ++i)
21025     {
21026       offset_type str_off, vec_off;
21027
21028       if (symtab->data[i])
21029         {
21030           str_off = add_string (str_table, cpool, symtab->data[i]->name);
21031           vec_off = symtab->data[i]->index_offset;
21032         }
21033       else
21034         {
21035           /* While 0 is a valid constant pool index, it is not valid
21036              to have 0 for both offsets.  */
21037           str_off = 0;
21038           vec_off = 0;
21039         }
21040
21041       str_off = MAYBE_SWAP (str_off);
21042       vec_off = MAYBE_SWAP (vec_off);
21043
21044       obstack_grow (output, &str_off, sizeof (str_off));
21045       obstack_grow (output, &vec_off, sizeof (vec_off));
21046     }
21047
21048   htab_delete (str_table);
21049   htab_delete (symbol_hash_table);
21050 }
21051
21052 /* Struct to map psymtab to CU index in the index file.  */
21053 struct psymtab_cu_index_map
21054 {
21055   struct partial_symtab *psymtab;
21056   unsigned int cu_index;
21057 };
21058
21059 static hashval_t
21060 hash_psymtab_cu_index (const void *item)
21061 {
21062   const struct psymtab_cu_index_map *map = item;
21063
21064   return htab_hash_pointer (map->psymtab);
21065 }
21066
21067 static int
21068 eq_psymtab_cu_index (const void *item_lhs, const void *item_rhs)
21069 {
21070   const struct psymtab_cu_index_map *lhs = item_lhs;
21071   const struct psymtab_cu_index_map *rhs = item_rhs;
21072
21073   return lhs->psymtab == rhs->psymtab;
21074 }
21075
21076 /* Helper struct for building the address table.  */
21077 struct addrmap_index_data
21078 {
21079   struct objfile *objfile;
21080   struct obstack *addr_obstack;
21081   htab_t cu_index_htab;
21082
21083   /* Non-zero if the previous_* fields are valid.
21084      We can't write an entry until we see the next entry (since it is only then
21085      that we know the end of the entry).  */
21086   int previous_valid;
21087   /* Index of the CU in the table of all CUs in the index file.  */
21088   unsigned int previous_cu_index;
21089   /* Start address of the CU.  */
21090   CORE_ADDR previous_cu_start;
21091 };
21092
21093 /* Write an address entry to OBSTACK.  */
21094
21095 static void
21096 add_address_entry (struct objfile *objfile, struct obstack *obstack,
21097                    CORE_ADDR start, CORE_ADDR end, unsigned int cu_index)
21098 {
21099   offset_type cu_index_to_write;
21100   gdb_byte addr[8];
21101   CORE_ADDR baseaddr;
21102
21103   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
21104
21105   store_unsigned_integer (addr, 8, BFD_ENDIAN_LITTLE, start - baseaddr);
21106   obstack_grow (obstack, addr, 8);
21107   store_unsigned_integer (addr, 8, BFD_ENDIAN_LITTLE, end - baseaddr);
21108   obstack_grow (obstack, addr, 8);
21109   cu_index_to_write = MAYBE_SWAP (cu_index);
21110   obstack_grow (obstack, &cu_index_to_write, sizeof (offset_type));
21111 }
21112
21113 /* Worker function for traversing an addrmap to build the address table.  */
21114
21115 static int
21116 add_address_entry_worker (void *datap, CORE_ADDR start_addr, void *obj)
21117 {
21118   struct addrmap_index_data *data = datap;
21119   struct partial_symtab *pst = obj;
21120
21121   if (data->previous_valid)
21122     add_address_entry (data->objfile, data->addr_obstack,
21123                        data->previous_cu_start, start_addr,
21124                        data->previous_cu_index);
21125
21126   data->previous_cu_start = start_addr;
21127   if (pst != NULL)
21128     {
21129       struct psymtab_cu_index_map find_map, *map;
21130       find_map.psymtab = pst;
21131       map = htab_find (data->cu_index_htab, &find_map);
21132       gdb_assert (map != NULL);
21133       data->previous_cu_index = map->cu_index;
21134       data->previous_valid = 1;
21135     }
21136   else
21137       data->previous_valid = 0;
21138
21139   return 0;
21140 }
21141
21142 /* Write OBJFILE's address map to OBSTACK.
21143    CU_INDEX_HTAB is used to map addrmap entries to their CU indices
21144    in the index file.  */
21145
21146 static void
21147 write_address_map (struct objfile *objfile, struct obstack *obstack,
21148                    htab_t cu_index_htab)
21149 {
21150   struct addrmap_index_data addrmap_index_data;
21151
21152   /* When writing the address table, we have to cope with the fact that
21153      the addrmap iterator only provides the start of a region; we have to
21154      wait until the next invocation to get the start of the next region.  */
21155
21156   addrmap_index_data.objfile = objfile;
21157   addrmap_index_data.addr_obstack = obstack;
21158   addrmap_index_data.cu_index_htab = cu_index_htab;
21159   addrmap_index_data.previous_valid = 0;
21160
21161   addrmap_foreach (objfile->psymtabs_addrmap, add_address_entry_worker,
21162                    &addrmap_index_data);
21163
21164   /* It's highly unlikely the last entry (end address = 0xff...ff)
21165      is valid, but we should still handle it.
21166      The end address is recorded as the start of the next region, but that
21167      doesn't work here.  To cope we pass 0xff...ff, this is a rare situation
21168      anyway.  */
21169   if (addrmap_index_data.previous_valid)
21170     add_address_entry (objfile, obstack,
21171                        addrmap_index_data.previous_cu_start, (CORE_ADDR) -1,
21172                        addrmap_index_data.previous_cu_index);
21173 }
21174
21175 /* Return the symbol kind of PSYM.  */
21176
21177 static gdb_index_symbol_kind
21178 symbol_kind (struct partial_symbol *psym)
21179 {
21180   domain_enum domain = PSYMBOL_DOMAIN (psym);
21181   enum address_class aclass = PSYMBOL_CLASS (psym);
21182
21183   switch (domain)
21184     {
21185     case VAR_DOMAIN:
21186       switch (aclass)
21187         {
21188         case LOC_BLOCK:
21189           return GDB_INDEX_SYMBOL_KIND_FUNCTION;
21190         case LOC_TYPEDEF:
21191           return GDB_INDEX_SYMBOL_KIND_TYPE;
21192         case LOC_COMPUTED:
21193         case LOC_CONST_BYTES:
21194         case LOC_OPTIMIZED_OUT:
21195         case LOC_STATIC:
21196           return GDB_INDEX_SYMBOL_KIND_VARIABLE;
21197         case LOC_CONST:
21198           /* Note: It's currently impossible to recognize psyms as enum values
21199              short of reading the type info.  For now punt.  */
21200           return GDB_INDEX_SYMBOL_KIND_VARIABLE;
21201         default:
21202           /* There are other LOC_FOO values that one might want to classify
21203              as variables, but dwarf2read.c doesn't currently use them.  */
21204           return GDB_INDEX_SYMBOL_KIND_OTHER;
21205         }
21206     case STRUCT_DOMAIN:
21207       return GDB_INDEX_SYMBOL_KIND_TYPE;
21208     default:
21209       return GDB_INDEX_SYMBOL_KIND_OTHER;
21210     }
21211 }
21212
21213 /* Add a list of partial symbols to SYMTAB.  */
21214
21215 static void
21216 write_psymbols (struct mapped_symtab *symtab,
21217                 htab_t psyms_seen,
21218                 struct partial_symbol **psymp,
21219                 int count,
21220                 offset_type cu_index,
21221                 int is_static)
21222 {
21223   for (; count-- > 0; ++psymp)
21224     {
21225       struct partial_symbol *psym = *psymp;
21226       void **slot;
21227
21228       if (SYMBOL_LANGUAGE (psym) == language_ada)
21229         error (_("Ada is not currently supported by the index"));
21230
21231       /* Only add a given psymbol once.  */
21232       slot = htab_find_slot (psyms_seen, psym, INSERT);
21233       if (!*slot)
21234         {
21235           gdb_index_symbol_kind kind = symbol_kind (psym);
21236
21237           *slot = psym;
21238           add_index_entry (symtab, SYMBOL_SEARCH_NAME (psym),
21239                            is_static, kind, cu_index);
21240         }
21241     }
21242 }
21243
21244 /* Write the contents of an ("unfinished") obstack to FILE.  Throw an
21245    exception if there is an error.  */
21246
21247 static void
21248 write_obstack (FILE *file, struct obstack *obstack)
21249 {
21250   if (fwrite (obstack_base (obstack), 1, obstack_object_size (obstack),
21251               file)
21252       != obstack_object_size (obstack))
21253     error (_("couldn't data write to file"));
21254 }
21255
21256 /* Unlink a file if the argument is not NULL.  */
21257
21258 static void
21259 unlink_if_set (void *p)
21260 {
21261   char **filename = p;
21262   if (*filename)
21263     unlink (*filename);
21264 }
21265
21266 /* A helper struct used when iterating over debug_types.  */
21267 struct signatured_type_index_data
21268 {
21269   struct objfile *objfile;
21270   struct mapped_symtab *symtab;
21271   struct obstack *types_list;
21272   htab_t psyms_seen;
21273   int cu_index;
21274 };
21275
21276 /* A helper function that writes a single signatured_type to an
21277    obstack.  */
21278
21279 static int
21280 write_one_signatured_type (void **slot, void *d)
21281 {
21282   struct signatured_type_index_data *info = d;
21283   struct signatured_type *entry = (struct signatured_type *) *slot;
21284   struct partial_symtab *psymtab = entry->per_cu.v.psymtab;
21285   gdb_byte val[8];
21286
21287   write_psymbols (info->symtab,
21288                   info->psyms_seen,
21289                   info->objfile->global_psymbols.list
21290                   + psymtab->globals_offset,
21291                   psymtab->n_global_syms, info->cu_index,
21292                   0);
21293   write_psymbols (info->symtab,
21294                   info->psyms_seen,
21295                   info->objfile->static_psymbols.list
21296                   + psymtab->statics_offset,
21297                   psymtab->n_static_syms, info->cu_index,
21298                   1);
21299
21300   store_unsigned_integer (val, 8, BFD_ENDIAN_LITTLE,
21301                           entry->per_cu.offset.sect_off);
21302   obstack_grow (info->types_list, val, 8);
21303   store_unsigned_integer (val, 8, BFD_ENDIAN_LITTLE,
21304                           entry->type_offset_in_tu.cu_off);
21305   obstack_grow (info->types_list, val, 8);
21306   store_unsigned_integer (val, 8, BFD_ENDIAN_LITTLE, entry->signature);
21307   obstack_grow (info->types_list, val, 8);
21308
21309   ++info->cu_index;
21310
21311   return 1;
21312 }
21313
21314 /* Recurse into all "included" dependencies and write their symbols as
21315    if they appeared in this psymtab.  */
21316
21317 static void
21318 recursively_write_psymbols (struct objfile *objfile,
21319                             struct partial_symtab *psymtab,
21320                             struct mapped_symtab *symtab,
21321                             htab_t psyms_seen,
21322                             offset_type cu_index)
21323 {
21324   int i;
21325
21326   for (i = 0; i < psymtab->number_of_dependencies; ++i)
21327     if (psymtab->dependencies[i]->user != NULL)
21328       recursively_write_psymbols (objfile, psymtab->dependencies[i],
21329                                   symtab, psyms_seen, cu_index);
21330
21331   write_psymbols (symtab,
21332                   psyms_seen,
21333                   objfile->global_psymbols.list + psymtab->globals_offset,
21334                   psymtab->n_global_syms, cu_index,
21335                   0);
21336   write_psymbols (symtab,
21337                   psyms_seen,
21338                   objfile->static_psymbols.list + psymtab->statics_offset,
21339                   psymtab->n_static_syms, cu_index,
21340                   1);
21341 }
21342
21343 /* Create an index file for OBJFILE in the directory DIR.  */
21344
21345 static void
21346 write_psymtabs_to_index (struct objfile *objfile, const char *dir)
21347 {
21348   struct cleanup *cleanup;
21349   char *filename, *cleanup_filename;
21350   struct obstack contents, addr_obstack, constant_pool, symtab_obstack;
21351   struct obstack cu_list, types_cu_list;
21352   int i;
21353   FILE *out_file;
21354   struct mapped_symtab *symtab;
21355   offset_type val, size_of_contents, total_len;
21356   struct stat st;
21357   htab_t psyms_seen;
21358   htab_t cu_index_htab;
21359   struct psymtab_cu_index_map *psymtab_cu_index_map;
21360
21361   if (dwarf2_per_objfile->using_index)
21362     error (_("Cannot use an index to create the index"));
21363
21364   if (VEC_length (dwarf2_section_info_def, dwarf2_per_objfile->types) > 1)
21365     error (_("Cannot make an index when the file has multiple .debug_types sections"));
21366
21367   if (!objfile->psymtabs || !objfile->psymtabs_addrmap)
21368     return;
21369
21370   if (stat (objfile_name (objfile), &st) < 0)
21371     perror_with_name (objfile_name (objfile));
21372
21373   filename = concat (dir, SLASH_STRING, lbasename (objfile_name (objfile)),
21374                      INDEX_SUFFIX, (char *) NULL);
21375   cleanup = make_cleanup (xfree, filename);
21376
21377   out_file = gdb_fopen_cloexec (filename, "wb");
21378   if (!out_file)
21379     error (_("Can't open `%s' for writing"), filename);
21380
21381   cleanup_filename = filename;
21382   make_cleanup (unlink_if_set, &cleanup_filename);
21383
21384   symtab = create_mapped_symtab ();
21385   make_cleanup (cleanup_mapped_symtab, symtab);
21386
21387   obstack_init (&addr_obstack);
21388   make_cleanup_obstack_free (&addr_obstack);
21389
21390   obstack_init (&cu_list);
21391   make_cleanup_obstack_free (&cu_list);
21392
21393   obstack_init (&types_cu_list);
21394   make_cleanup_obstack_free (&types_cu_list);
21395
21396   psyms_seen = htab_create_alloc (100, htab_hash_pointer, htab_eq_pointer,
21397                                   NULL, xcalloc, xfree);
21398   make_cleanup_htab_delete (psyms_seen);
21399
21400   /* While we're scanning CU's create a table that maps a psymtab pointer
21401      (which is what addrmap records) to its index (which is what is recorded
21402      in the index file).  This will later be needed to write the address
21403      table.  */
21404   cu_index_htab = htab_create_alloc (100,
21405                                      hash_psymtab_cu_index,
21406                                      eq_psymtab_cu_index,
21407                                      NULL, xcalloc, xfree);
21408   make_cleanup_htab_delete (cu_index_htab);
21409   psymtab_cu_index_map = (struct psymtab_cu_index_map *)
21410     xmalloc (sizeof (struct psymtab_cu_index_map)
21411              * dwarf2_per_objfile->n_comp_units);
21412   make_cleanup (xfree, psymtab_cu_index_map);
21413
21414   /* The CU list is already sorted, so we don't need to do additional
21415      work here.  Also, the debug_types entries do not appear in
21416      all_comp_units, but only in their own hash table.  */
21417   for (i = 0; i < dwarf2_per_objfile->n_comp_units; ++i)
21418     {
21419       struct dwarf2_per_cu_data *per_cu
21420         = dwarf2_per_objfile->all_comp_units[i];
21421       struct partial_symtab *psymtab = per_cu->v.psymtab;
21422       gdb_byte val[8];
21423       struct psymtab_cu_index_map *map;
21424       void **slot;
21425
21426       /* CU of a shared file from 'dwz -m' may be unused by this main file.
21427          It may be referenced from a local scope but in such case it does not
21428          need to be present in .gdb_index.  */
21429       if (psymtab == NULL)
21430         continue;
21431
21432       if (psymtab->user == NULL)
21433         recursively_write_psymbols (objfile, psymtab, symtab, psyms_seen, i);
21434
21435       map = &psymtab_cu_index_map[i];
21436       map->psymtab = psymtab;
21437       map->cu_index = i;
21438       slot = htab_find_slot (cu_index_htab, map, INSERT);
21439       gdb_assert (slot != NULL);
21440       gdb_assert (*slot == NULL);
21441       *slot = map;
21442
21443       store_unsigned_integer (val, 8, BFD_ENDIAN_LITTLE,
21444                               per_cu->offset.sect_off);
21445       obstack_grow (&cu_list, val, 8);
21446       store_unsigned_integer (val, 8, BFD_ENDIAN_LITTLE, per_cu->length);
21447       obstack_grow (&cu_list, val, 8);
21448     }
21449
21450   /* Dump the address map.  */
21451   write_address_map (objfile, &addr_obstack, cu_index_htab);
21452
21453   /* Write out the .debug_type entries, if any.  */
21454   if (dwarf2_per_objfile->signatured_types)
21455     {
21456       struct signatured_type_index_data sig_data;
21457
21458       sig_data.objfile = objfile;
21459       sig_data.symtab = symtab;
21460       sig_data.types_list = &types_cu_list;
21461       sig_data.psyms_seen = psyms_seen;
21462       sig_data.cu_index = dwarf2_per_objfile->n_comp_units;
21463       htab_traverse_noresize (dwarf2_per_objfile->signatured_types,
21464                               write_one_signatured_type, &sig_data);
21465     }
21466
21467   /* Now that we've processed all symbols we can shrink their cu_indices
21468      lists.  */
21469   uniquify_cu_indices (symtab);
21470
21471   obstack_init (&constant_pool);
21472   make_cleanup_obstack_free (&constant_pool);
21473   obstack_init (&symtab_obstack);
21474   make_cleanup_obstack_free (&symtab_obstack);
21475   write_hash_table (symtab, &symtab_obstack, &constant_pool);
21476
21477   obstack_init (&contents);
21478   make_cleanup_obstack_free (&contents);
21479   size_of_contents = 6 * sizeof (offset_type);
21480   total_len = size_of_contents;
21481
21482   /* The version number.  */
21483   val = MAYBE_SWAP (8);
21484   obstack_grow (&contents, &val, sizeof (val));
21485
21486   /* The offset of the CU list from the start of the file.  */
21487   val = MAYBE_SWAP (total_len);
21488   obstack_grow (&contents, &val, sizeof (val));
21489   total_len += obstack_object_size (&cu_list);
21490
21491   /* The offset of the types CU list from the start of the file.  */
21492   val = MAYBE_SWAP (total_len);
21493   obstack_grow (&contents, &val, sizeof (val));
21494   total_len += obstack_object_size (&types_cu_list);
21495
21496   /* The offset of the address table from the start of the file.  */
21497   val = MAYBE_SWAP (total_len);
21498   obstack_grow (&contents, &val, sizeof (val));
21499   total_len += obstack_object_size (&addr_obstack);
21500
21501   /* The offset of the symbol table from the start of the file.  */
21502   val = MAYBE_SWAP (total_len);
21503   obstack_grow (&contents, &val, sizeof (val));
21504   total_len += obstack_object_size (&symtab_obstack);
21505
21506   /* The offset of the constant pool from the start of the file.  */
21507   val = MAYBE_SWAP (total_len);
21508   obstack_grow (&contents, &val, sizeof (val));
21509   total_len += obstack_object_size (&constant_pool);
21510
21511   gdb_assert (obstack_object_size (&contents) == size_of_contents);
21512
21513   write_obstack (out_file, &contents);
21514   write_obstack (out_file, &cu_list);
21515   write_obstack (out_file, &types_cu_list);
21516   write_obstack (out_file, &addr_obstack);
21517   write_obstack (out_file, &symtab_obstack);
21518   write_obstack (out_file, &constant_pool);
21519
21520   fclose (out_file);
21521
21522   /* We want to keep the file, so we set cleanup_filename to NULL
21523      here.  See unlink_if_set.  */
21524   cleanup_filename = NULL;
21525
21526   do_cleanups (cleanup);
21527 }
21528
21529 /* Implementation of the `save gdb-index' command.
21530    
21531    Note that the file format used by this command is documented in the
21532    GDB manual.  Any changes here must be documented there.  */
21533
21534 static void
21535 save_gdb_index_command (char *arg, int from_tty)
21536 {
21537   struct objfile *objfile;
21538
21539   if (!arg || !*arg)
21540     error (_("usage: save gdb-index DIRECTORY"));
21541
21542   ALL_OBJFILES (objfile)
21543   {
21544     struct stat st;
21545
21546     /* If the objfile does not correspond to an actual file, skip it.  */
21547     if (stat (objfile_name (objfile), &st) < 0)
21548       continue;
21549
21550     dwarf2_per_objfile = objfile_data (objfile, dwarf2_objfile_data_key);
21551     if (dwarf2_per_objfile)
21552       {
21553         volatile struct gdb_exception except;
21554
21555         TRY_CATCH (except, RETURN_MASK_ERROR)
21556           {
21557             write_psymtabs_to_index (objfile, arg);
21558           }
21559         if (except.reason < 0)
21560           exception_fprintf (gdb_stderr, except,
21561                              _("Error while writing index for `%s': "),
21562                              objfile_name (objfile));
21563       }
21564   }
21565 }
21566
21567 \f
21568
21569 int dwarf2_always_disassemble;
21570
21571 static void
21572 show_dwarf2_always_disassemble (struct ui_file *file, int from_tty,
21573                                 struct cmd_list_element *c, const char *value)
21574 {
21575   fprintf_filtered (file,
21576                     _("Whether to always disassemble "
21577                       "DWARF expressions is %s.\n"),
21578                     value);
21579 }
21580
21581 static void
21582 show_check_physname (struct ui_file *file, int from_tty,
21583                      struct cmd_list_element *c, const char *value)
21584 {
21585   fprintf_filtered (file,
21586                     _("Whether to check \"physname\" is %s.\n"),
21587                     value);
21588 }
21589
21590 void _initialize_dwarf2_read (void);
21591
21592 void
21593 _initialize_dwarf2_read (void)
21594 {
21595   struct cmd_list_element *c;
21596
21597   dwarf2_objfile_data_key
21598     = register_objfile_data_with_cleanup (NULL, dwarf2_per_objfile_free);
21599
21600   add_prefix_cmd ("dwarf2", class_maintenance, set_dwarf2_cmd, _("\
21601 Set DWARF 2 specific variables.\n\
21602 Configure DWARF 2 variables such as the cache size"),
21603                   &set_dwarf2_cmdlist, "maintenance set dwarf2 ",
21604                   0/*allow-unknown*/, &maintenance_set_cmdlist);
21605
21606   add_prefix_cmd ("dwarf2", class_maintenance, show_dwarf2_cmd, _("\
21607 Show DWARF 2 specific variables\n\
21608 Show DWARF 2 variables such as the cache size"),
21609                   &show_dwarf2_cmdlist, "maintenance show dwarf2 ",
21610                   0/*allow-unknown*/, &maintenance_show_cmdlist);
21611
21612   add_setshow_zinteger_cmd ("max-cache-age", class_obscure,
21613                             &dwarf2_max_cache_age, _("\
21614 Set the upper bound on the age of cached dwarf2 compilation units."), _("\
21615 Show the upper bound on the age of cached dwarf2 compilation units."), _("\
21616 A higher limit means that cached compilation units will be stored\n\
21617 in memory longer, and more total memory will be used.  Zero disables\n\
21618 caching, which can slow down startup."),
21619                             NULL,
21620                             show_dwarf2_max_cache_age,
21621                             &set_dwarf2_cmdlist,
21622                             &show_dwarf2_cmdlist);
21623
21624   add_setshow_boolean_cmd ("always-disassemble", class_obscure,
21625                            &dwarf2_always_disassemble, _("\
21626 Set whether `info address' always disassembles DWARF expressions."), _("\
21627 Show whether `info address' always disassembles DWARF expressions."), _("\
21628 When enabled, DWARF expressions are always printed in an assembly-like\n\
21629 syntax.  When disabled, expressions will be printed in a more\n\
21630 conversational style, when possible."),
21631                            NULL,
21632                            show_dwarf2_always_disassemble,
21633                            &set_dwarf2_cmdlist,
21634                            &show_dwarf2_cmdlist);
21635
21636   add_setshow_boolean_cmd ("dwarf2-read", no_class, &dwarf2_read_debug, _("\
21637 Set debugging of the dwarf2 reader."), _("\
21638 Show debugging of the dwarf2 reader."), _("\
21639 When enabled, debugging messages are printed during dwarf2 reading\n\
21640 and symtab expansion."),
21641                             NULL,
21642                             NULL,
21643                             &setdebuglist, &showdebuglist);
21644
21645   add_setshow_zuinteger_cmd ("dwarf2-die", no_class, &dwarf2_die_debug, _("\
21646 Set debugging of the dwarf2 DIE reader."), _("\
21647 Show debugging of the dwarf2 DIE reader."), _("\
21648 When enabled (non-zero), DIEs are dumped after they are read in.\n\
21649 The value is the maximum depth to print."),
21650                              NULL,
21651                              NULL,
21652                              &setdebuglist, &showdebuglist);
21653
21654   add_setshow_boolean_cmd ("check-physname", no_class, &check_physname, _("\
21655 Set cross-checking of \"physname\" code against demangler."), _("\
21656 Show cross-checking of \"physname\" code against demangler."), _("\
21657 When enabled, GDB's internal \"physname\" code is checked against\n\
21658 the demangler."),
21659                            NULL, show_check_physname,
21660                            &setdebuglist, &showdebuglist);
21661
21662   add_setshow_boolean_cmd ("use-deprecated-index-sections",
21663                            no_class, &use_deprecated_index_sections, _("\
21664 Set whether to use deprecated gdb_index sections."), _("\
21665 Show whether to use deprecated gdb_index sections."), _("\
21666 When enabled, deprecated .gdb_index sections are used anyway.\n\
21667 Normally they are ignored either because of a missing feature or\n\
21668 performance issue.\n\
21669 Warning: This option must be enabled before gdb reads the file."),
21670                            NULL,
21671                            NULL,
21672                            &setlist, &showlist);
21673
21674   c = add_cmd ("gdb-index", class_files, save_gdb_index_command,
21675                _("\
21676 Save a gdb-index file.\n\
21677 Usage: save gdb-index DIRECTORY"),
21678                &save_cmdlist);
21679   set_cmd_completer (c, filename_completer);
21680
21681   dwarf2_locexpr_index = register_symbol_computed_impl (LOC_COMPUTED,
21682                                                         &dwarf2_locexpr_funcs);
21683   dwarf2_loclist_index = register_symbol_computed_impl (LOC_COMPUTED,
21684                                                         &dwarf2_loclist_funcs);
21685
21686   dwarf2_locexpr_block_index = register_symbol_block_impl (LOC_BLOCK,
21687                                         &dwarf2_block_frame_base_locexpr_funcs);
21688   dwarf2_loclist_block_index = register_symbol_block_impl (LOC_BLOCK,
21689                                         &dwarf2_block_frame_base_loclist_funcs);
21690 }