Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_new
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
CommitLineData
c906108c 1/* DWARF 2 debugging format support for GDB.
917c78fc 2
e2882c85 3 Copyright (C) 1994-2018 Free Software Foundation, Inc.
c906108c
SS
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
7ce59000 10 support.
c906108c 11
c5aa993b 12 This file is part of GDB.
c906108c 13
c5aa993b
JM
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
a9762ec7
JB
16 the Free Software Foundation; either version 3 of the License, or
17 (at your option) any later version.
c906108c 18
a9762ec7
JB
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.
c906108c 23
c5aa993b 24 You should have received a copy of the GNU General Public License
a9762ec7 25 along with this program. If not, see <http://www.gnu.org/licenses/>. */
c906108c 26
21b2bd31
DE
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
c906108c 31#include "defs.h"
cd4fb1b2
SM
32#include "dwarf2read.h"
33#include "dwarf-index-common.h"
c906108c 34#include "bfd.h"
80626a55 35#include "elf-bfd.h"
c906108c
SS
36#include "symtab.h"
37#include "gdbtypes.h"
c906108c 38#include "objfiles.h"
fa8f86ff 39#include "dwarf2.h"
c906108c
SS
40#include "buildsym.h"
41#include "demangle.h"
50f182aa 42#include "gdb-demangle.h"
c906108c 43#include "expression.h"
d5166ae1 44#include "filenames.h" /* for DOSish file names */
2e276125 45#include "macrotab.h"
c906108c
SS
46#include "language.h"
47#include "complaints.h"
357e46e7 48#include "bcache.h"
4c2df51b
DJ
49#include "dwarf2expr.h"
50#include "dwarf2loc.h"
9219021c 51#include "cp-support.h"
72bf9492 52#include "hashtab.h"
ae038cb0
DJ
53#include "command.h"
54#include "gdbcmd.h"
edb3359d 55#include "block.h"
ff013f42 56#include "addrmap.h"
94af9270 57#include "typeprint.h"
ccefe4c4 58#include "psympriv.h"
53ce3c39 59#include <sys/stat.h>
96d19272 60#include "completer.h"
34eaf542 61#include "vec.h"
98bfdba5 62#include "c-lang.h"
a766d390 63#include "go-lang.h"
98bfdba5 64#include "valprint.h"
3019eac3 65#include "gdbcore.h" /* for gnutarget */
156942c7 66#include "gdb/gdb-index.h"
60d5a603 67#include <ctype.h>
cbb099e8 68#include "gdb_bfd.h"
4357ac6c 69#include "f-lang.h"
05cba821 70#include "source.h"
614c279d 71#include "filestuff.h"
dc294be5 72#include "build-id.h"
22cee43f 73#include "namespace.h"
bef155c3 74#include "common/gdb_unlinker.h"
14bc53a8 75#include "common/function-view.h"
ecfb656c
PA
76#include "common/gdb_optional.h"
77#include "common/underlying.h"
d5722aa2 78#include "common/byte-vector.h"
927aa2e7 79#include "common/hash_enum.h"
bbf2f4df 80#include "filename-seen-cache.h"
b32b108a 81#include "producer.h"
c906108c 82#include <fcntl.h>
c906108c 83#include <sys/types.h>
325fac50 84#include <algorithm>
bc8f2430
JK
85#include <unordered_set>
86#include <unordered_map>
c62446b1 87#include "selftest.h"
437afbb8
JK
88#include <cmath>
89#include <set>
90#include <forward_list>
c9317f21 91#include "rust-lang.h"
b4987c95 92#include "common/pathstuff.h"
437afbb8 93
73be47f5
DE
94/* When == 1, print basic high level tracing messages.
95 When > 1, be more verbose.
b4f54984
DE
96 This is in contrast to the low level DIE reading of dwarf_die_debug. */
97static unsigned int dwarf_read_debug = 0;
45cfd468 98
d97bc12b 99/* When non-zero, dump DIEs after they are read in. */
b4f54984 100static unsigned int dwarf_die_debug = 0;
d97bc12b 101
27e0867f
DE
102/* When non-zero, dump line number entries as they are read in. */
103static unsigned int dwarf_line_debug = 0;
104
900e11f9
JK
105/* When non-zero, cross-check physname against demangler. */
106static int check_physname = 0;
107
481860b3 108/* When non-zero, do not reject deprecated .gdb_index sections. */
e615022a 109static int use_deprecated_index_sections = 0;
481860b3 110
6502dd73
DJ
111static const struct objfile_data *dwarf2_objfile_data_key;
112
f1e6e072
TT
113/* The "aclass" indices for various kinds of computed DWARF symbols. */
114
115static int dwarf2_locexpr_index;
116static int dwarf2_loclist_index;
117static int dwarf2_locexpr_block_index;
118static int dwarf2_loclist_block_index;
119
3f563c84
PA
120/* An index into a (C++) symbol name component in a symbol name as
121 recorded in the mapped_index's symbol table. For each C++ symbol
122 in the symbol table, we record one entry for the start of each
123 component in the symbol in a table of name components, and then
124 sort the table, in order to be able to binary search symbol names,
125 ignoring leading namespaces, both completion and regular look up.
126 For example, for symbol "A::B::C", we'll have an entry that points
127 to "A::B::C", another that points to "B::C", and another for "C".
128 Note that function symbols in GDB index have no parameter
129 information, just the function/method names. You can convert a
130 name_component to a "const char *" using the
131 'mapped_index::symbol_name_at(offset_type)' method. */
132
133struct name_component
134{
135 /* Offset in the symbol name where the component starts. Stored as
136 a (32-bit) offset instead of a pointer to save memory and improve
137 locality on 64-bit architectures. */
138 offset_type name_offset;
139
140 /* The symbol's index in the symbol and constant pool tables of a
141 mapped_index. */
142 offset_type idx;
143};
144
44ed8f3e
PA
145/* Base class containing bits shared by both .gdb_index and
146 .debug_name indexes. */
147
148struct mapped_index_base
149{
150 /* The name_component table (a sorted vector). See name_component's
151 description above. */
152 std::vector<name_component> name_components;
153
154 /* How NAME_COMPONENTS is sorted. */
155 enum case_sensitivity name_components_casing;
156
157 /* Return the number of names in the symbol table. */
158 virtual size_t symbol_name_count () const = 0;
159
160 /* Get the name of the symbol at IDX in the symbol table. */
161 virtual const char *symbol_name_at (offset_type idx) const = 0;
162
163 /* Return whether the name at IDX in the symbol table should be
164 ignored. */
165 virtual bool symbol_name_slot_invalid (offset_type idx) const
166 {
167 return false;
168 }
169
170 /* Build the symbol name component sorted vector, if we haven't
171 yet. */
172 void build_name_components ();
173
174 /* Returns the lower (inclusive) and upper (exclusive) bounds of the
175 possible matches for LN_NO_PARAMS in the name component
176 vector. */
177 std::pair<std::vector<name_component>::const_iterator,
178 std::vector<name_component>::const_iterator>
179 find_name_components_bounds (const lookup_name_info &ln_no_params) const;
180
181 /* Prevent deleting/destroying via a base class pointer. */
182protected:
183 ~mapped_index_base() = default;
184};
185
9291a0cd
TT
186/* A description of the mapped index. The file format is described in
187 a comment by the code that writes the index. */
fc898b42 188struct mapped_index final : public mapped_index_base
9291a0cd 189{
f00a2de2
PA
190 /* A slot/bucket in the symbol table hash. */
191 struct symbol_table_slot
192 {
193 const offset_type name;
194 const offset_type vec;
195 };
196
559a7a62 197 /* Index data format version. */
3063847f 198 int version = 0;
559a7a62 199
f00a2de2
PA
200 /* The address table data. */
201 gdb::array_view<const gdb_byte> address_table;
b11b1f88 202
3876f04e 203 /* The symbol table, implemented as a hash table. */
f00a2de2 204 gdb::array_view<symbol_table_slot> symbol_table;
b11b1f88 205
9291a0cd 206 /* A pointer to the constant pool. */
3063847f 207 const char *constant_pool = nullptr;
3f563c84 208
44ed8f3e
PA
209 bool symbol_name_slot_invalid (offset_type idx) const override
210 {
211 const auto &bucket = this->symbol_table[idx];
212 return bucket.name == 0 && bucket.vec;
213 }
5c58de74 214
3f563c84
PA
215 /* Convenience method to get at the name of the symbol at IDX in the
216 symbol table. */
44ed8f3e 217 const char *symbol_name_at (offset_type idx) const override
f00a2de2 218 { return this->constant_pool + MAYBE_SWAP (this->symbol_table[idx].name); }
5c58de74 219
44ed8f3e
PA
220 size_t symbol_name_count () const override
221 { return this->symbol_table.size (); }
9291a0cd
TT
222};
223
927aa2e7
JK
224/* A description of the mapped .debug_names.
225 Uninitialized map has CU_COUNT 0. */
fc898b42 226struct mapped_debug_names final : public mapped_index_base
927aa2e7 227{
ed2dc618
SM
228 mapped_debug_names (struct dwarf2_per_objfile *dwarf2_per_objfile_)
229 : dwarf2_per_objfile (dwarf2_per_objfile_)
230 {}
231
232 struct dwarf2_per_objfile *dwarf2_per_objfile;
927aa2e7
JK
233 bfd_endian dwarf5_byte_order;
234 bool dwarf5_is_dwarf64;
235 bool augmentation_is_gdb;
236 uint8_t offset_size;
237 uint32_t cu_count = 0;
238 uint32_t tu_count, bucket_count, name_count;
239 const gdb_byte *cu_table_reordered, *tu_table_reordered;
240 const uint32_t *bucket_table_reordered, *hash_table_reordered;
241 const gdb_byte *name_table_string_offs_reordered;
242 const gdb_byte *name_table_entry_offs_reordered;
243 const gdb_byte *entry_pool;
244
245 struct index_val
246 {
247 ULONGEST dwarf_tag;
248 struct attr
249 {
250 /* Attribute name DW_IDX_*. */
251 ULONGEST dw_idx;
252
253 /* Attribute form DW_FORM_*. */
254 ULONGEST form;
255
256 /* Value if FORM is DW_FORM_implicit_const. */
257 LONGEST implicit_const;
258 };
259 std::vector<attr> attr_vec;
260 };
261
262 std::unordered_map<ULONGEST, index_val> abbrev_map;
263
264 const char *namei_to_name (uint32_t namei) const;
44ed8f3e
PA
265
266 /* Implementation of the mapped_index_base virtual interface, for
267 the name_components cache. */
268
269 const char *symbol_name_at (offset_type idx) const override
270 { return namei_to_name (idx); }
271
272 size_t symbol_name_count () const override
273 { return this->name_count; }
927aa2e7
JK
274};
275
cd4fb1b2 276/* See dwarf2read.h. */
ed2dc618 277
cd4fb1b2 278dwarf2_per_objfile *
ed2dc618
SM
279get_dwarf2_per_objfile (struct objfile *objfile)
280{
281 return ((struct dwarf2_per_objfile *)
282 objfile_data (objfile, dwarf2_objfile_data_key));
283}
284
285/* Set the dwarf2_per_objfile associated to OBJFILE. */
286
287void
288set_dwarf2_per_objfile (struct objfile *objfile,
289 struct dwarf2_per_objfile *dwarf2_per_objfile)
290{
291 gdb_assert (get_dwarf2_per_objfile (objfile) == NULL);
292 set_objfile_data (objfile, dwarf2_objfile_data_key, dwarf2_per_objfile);
293}
c906108c 294
251d32d9 295/* Default names of the debugging sections. */
c906108c 296
233a11ab
CS
297/* Note that if the debugging section has been compressed, it might
298 have a name like .zdebug_info. */
299
9cdd5dbd
DE
300static const struct dwarf2_debug_sections dwarf2_elf_names =
301{
251d32d9
TG
302 { ".debug_info", ".zdebug_info" },
303 { ".debug_abbrev", ".zdebug_abbrev" },
304 { ".debug_line", ".zdebug_line" },
305 { ".debug_loc", ".zdebug_loc" },
43988095 306 { ".debug_loclists", ".zdebug_loclists" },
251d32d9 307 { ".debug_macinfo", ".zdebug_macinfo" },
cf2c3c16 308 { ".debug_macro", ".zdebug_macro" },
251d32d9 309 { ".debug_str", ".zdebug_str" },
43988095 310 { ".debug_line_str", ".zdebug_line_str" },
251d32d9 311 { ".debug_ranges", ".zdebug_ranges" },
43988095 312 { ".debug_rnglists", ".zdebug_rnglists" },
251d32d9 313 { ".debug_types", ".zdebug_types" },
3019eac3 314 { ".debug_addr", ".zdebug_addr" },
251d32d9
TG
315 { ".debug_frame", ".zdebug_frame" },
316 { ".eh_frame", NULL },
24d3216f 317 { ".gdb_index", ".zgdb_index" },
927aa2e7
JK
318 { ".debug_names", ".zdebug_names" },
319 { ".debug_aranges", ".zdebug_aranges" },
24d3216f 320 23
251d32d9 321};
c906108c 322
80626a55 323/* List of DWO/DWP sections. */
3019eac3 324
80626a55 325static const struct dwop_section_names
3019eac3
DE
326{
327 struct dwarf2_section_names abbrev_dwo;
328 struct dwarf2_section_names info_dwo;
329 struct dwarf2_section_names line_dwo;
330 struct dwarf2_section_names loc_dwo;
43988095 331 struct dwarf2_section_names loclists_dwo;
09262596
DE
332 struct dwarf2_section_names macinfo_dwo;
333 struct dwarf2_section_names macro_dwo;
3019eac3
DE
334 struct dwarf2_section_names str_dwo;
335 struct dwarf2_section_names str_offsets_dwo;
336 struct dwarf2_section_names types_dwo;
80626a55
DE
337 struct dwarf2_section_names cu_index;
338 struct dwarf2_section_names tu_index;
3019eac3 339}
80626a55 340dwop_section_names =
3019eac3
DE
341{
342 { ".debug_abbrev.dwo", ".zdebug_abbrev.dwo" },
343 { ".debug_info.dwo", ".zdebug_info.dwo" },
344 { ".debug_line.dwo", ".zdebug_line.dwo" },
345 { ".debug_loc.dwo", ".zdebug_loc.dwo" },
43988095 346 { ".debug_loclists.dwo", ".zdebug_loclists.dwo" },
09262596
DE
347 { ".debug_macinfo.dwo", ".zdebug_macinfo.dwo" },
348 { ".debug_macro.dwo", ".zdebug_macro.dwo" },
3019eac3
DE
349 { ".debug_str.dwo", ".zdebug_str.dwo" },
350 { ".debug_str_offsets.dwo", ".zdebug_str_offsets.dwo" },
351 { ".debug_types.dwo", ".zdebug_types.dwo" },
80626a55
DE
352 { ".debug_cu_index", ".zdebug_cu_index" },
353 { ".debug_tu_index", ".zdebug_tu_index" },
3019eac3
DE
354};
355
c906108c
SS
356/* local data types */
357
107d2387
AC
358/* The data in a compilation unit header, after target2host
359 translation, looks like this. */
c906108c 360struct comp_unit_head
a738430d 361{
c764a876 362 unsigned int length;
a738430d 363 short version;
a738430d
MK
364 unsigned char addr_size;
365 unsigned char signed_addr_p;
9c541725 366 sect_offset abbrev_sect_off;
57349743 367
a738430d
MK
368 /* Size of file offsets; either 4 or 8. */
369 unsigned int offset_size;
57349743 370
a738430d
MK
371 /* Size of the length field; either 4 or 12. */
372 unsigned int initial_length_size;
57349743 373
43988095
JK
374 enum dwarf_unit_type unit_type;
375
a738430d
MK
376 /* Offset to the first byte of this compilation unit header in the
377 .debug_info section, for resolving relative reference dies. */
9c541725 378 sect_offset sect_off;
57349743 379
d00adf39
DE
380 /* Offset to first die in this cu from the start of the cu.
381 This will be the first byte following the compilation unit header. */
9c541725 382 cu_offset first_die_cu_offset;
43988095
JK
383
384 /* 64-bit signature of this type unit - it is valid only for
385 UNIT_TYPE DW_UT_type. */
386 ULONGEST signature;
387
388 /* For types, offset in the type's DIE of the type defined by this TU. */
9c541725 389 cu_offset type_cu_offset_in_tu;
a738430d 390};
c906108c 391
3da10d80
KS
392/* Type used for delaying computation of method physnames.
393 See comments for compute_delayed_physnames. */
394struct delayed_method_info
395{
396 /* The type to which the method is attached, i.e., its parent class. */
397 struct type *type;
398
399 /* The index of the method in the type's function fieldlists. */
400 int fnfield_index;
401
402 /* The index of the method in the fieldlist. */
403 int index;
404
405 /* The name of the DIE. */
406 const char *name;
407
408 /* The DIE associated with this method. */
409 struct die_info *die;
410};
411
e7c27a73
DJ
412/* Internal state when decoding a particular compilation unit. */
413struct dwarf2_cu
414{
fcd3b13d
SM
415 explicit dwarf2_cu (struct dwarf2_per_cu_data *per_cu);
416 ~dwarf2_cu ();
417
418 DISABLE_COPY_AND_ASSIGN (dwarf2_cu);
419
d00adf39 420 /* The header of the compilation unit. */
fcd3b13d 421 struct comp_unit_head header {};
e142c38c 422
d00adf39 423 /* Base address of this compilation unit. */
fcd3b13d 424 CORE_ADDR base_address = 0;
d00adf39
DE
425
426 /* Non-zero if base_address has been set. */
fcd3b13d 427 int base_known = 0;
d00adf39 428
e142c38c 429 /* The language we are debugging. */
fcd3b13d
SM
430 enum language language = language_unknown;
431 const struct language_defn *language_defn = nullptr;
e142c38c 432
fcd3b13d 433 const char *producer = nullptr;
b0f35d58 434
e142c38c
DJ
435 /* The generic symbol table building routines have separate lists for
436 file scope symbols and all all other scopes (local scopes). So
437 we need to select the right one to pass to add_symbol_to_list().
438 We do it by keeping a pointer to the correct list in list_in_scope.
439
440 FIXME: The original dwarf code just treated the file scope as the
441 first local scope, and all other local scopes as nested local
442 scopes, and worked fine. Check to see if we really need to
443 distinguish these in buildsym.c. */
fcd3b13d 444 struct pending **list_in_scope = nullptr;
e142c38c 445
b64f50a1
JK
446 /* Hash table holding all the loaded partial DIEs
447 with partial_die->offset.SECT_OFF as hash. */
fcd3b13d 448 htab_t partial_dies = nullptr;
72bf9492
DJ
449
450 /* Storage for things with the same lifetime as this read-in compilation
451 unit, including partial DIEs. */
fcd3b13d 452 auto_obstack comp_unit_obstack;
72bf9492 453
ae038cb0
DJ
454 /* When multiple dwarf2_cu structures are living in memory, this field
455 chains them all together, so that they can be released efficiently.
456 We will probably also want a generation counter so that most-recently-used
457 compilation units are cached... */
fcd3b13d 458 struct dwarf2_per_cu_data *read_in_chain = nullptr;
ae038cb0 459
69d751e3 460 /* Backlink to our per_cu entry. */
ae038cb0
DJ
461 struct dwarf2_per_cu_data *per_cu;
462
463 /* How many compilation units ago was this CU last referenced? */
fcd3b13d 464 int last_used = 0;
ae038cb0 465
b64f50a1
JK
466 /* A hash table of DIE cu_offset for following references with
467 die_info->offset.sect_off as hash. */
fcd3b13d 468 htab_t die_hash = nullptr;
10b3939b
DJ
469
470 /* Full DIEs if read in. */
fcd3b13d 471 struct die_info *dies = nullptr;
10b3939b
DJ
472
473 /* A set of pointers to dwarf2_per_cu_data objects for compilation
474 units referenced by this one. Only set during full symbol processing;
475 partial symbol tables do not have dependencies. */
fcd3b13d 476 htab_t dependencies = nullptr;
10b3939b 477
cb1df416 478 /* Header data from the line table, during full symbol processing. */
fcd3b13d 479 struct line_header *line_header = nullptr;
4c8aa72d
PA
480 /* Non-NULL if LINE_HEADER is owned by this DWARF_CU. Otherwise,
481 it's owned by dwarf2_per_objfile::line_header_hash. If non-NULL,
482 this is the DW_TAG_compile_unit die for this CU. We'll hold on
483 to the line header as long as this DIE is being processed. See
484 process_die_scope. */
fcd3b13d 485 die_info *line_header_die_owner = nullptr;
cb1df416 486
3da10d80
KS
487 /* A list of methods which need to have physnames computed
488 after all type information has been read. */
c89b44cd 489 std::vector<delayed_method_info> method_list;
3da10d80 490
96408a79 491 /* To be copied to symtab->call_site_htab. */
fcd3b13d 492 htab_t call_site_htab = nullptr;
96408a79 493
034e5797
DE
494 /* Non-NULL if this CU came from a DWO file.
495 There is an invariant here that is important to remember:
496 Except for attributes copied from the top level DIE in the "main"
497 (or "stub") file in preparation for reading the DWO file
498 (e.g., DW_AT_GNU_addr_base), we KISS: there is only *one* CU.
499 Either there isn't a DWO file (in which case this is NULL and the point
500 is moot), or there is and either we're not going to read it (in which
501 case this is NULL) or there is and we are reading it (in which case this
502 is non-NULL). */
fcd3b13d 503 struct dwo_unit *dwo_unit = nullptr;
3019eac3
DE
504
505 /* The DW_AT_addr_base attribute if present, zero otherwise
506 (zero is a valid value though).
1dbab08b 507 Note this value comes from the Fission stub CU/TU's DIE. */
fcd3b13d 508 ULONGEST addr_base = 0;
3019eac3 509
2e3cf129
DE
510 /* The DW_AT_ranges_base attribute if present, zero otherwise
511 (zero is a valid value though).
1dbab08b 512 Note this value comes from the Fission stub CU/TU's DIE.
2e3cf129 513 Also note that the value is zero in the non-DWO case so this value can
ab435259
DE
514 be used without needing to know whether DWO files are in use or not.
515 N.B. This does not apply to DW_AT_ranges appearing in
516 DW_TAG_compile_unit dies. This is a bit of a wart, consider if ever
517 DW_AT_ranges appeared in the DW_TAG_compile_unit of DWO DIEs: then
518 DW_AT_ranges_base *would* have to be applied, and we'd have to care
519 whether the DW_AT_ranges attribute came from the skeleton or DWO. */
fcd3b13d 520 ULONGEST ranges_base = 0;
2e3cf129 521
c9317f21
TT
522 /* When reading debug info generated by older versions of rustc, we
523 have to rewrite some union types to be struct types with a
524 variant part. This rewriting must be done after the CU is fully
525 read in, because otherwise at the point of rewriting some struct
526 type might not have been fully processed. So, we keep a list of
527 all such types here and process them after expansion. */
528 std::vector<struct type *> rust_unions;
529
ae038cb0
DJ
530 /* Mark used when releasing cached dies. */
531 unsigned int mark : 1;
532
8be455d7
JK
533 /* This CU references .debug_loc. See the symtab->locations_valid field.
534 This test is imperfect as there may exist optimized debug code not using
535 any location list and still facing inlining issues if handled as
536 unoptimized code. For a future better test see GCC PR other/32998. */
8be455d7 537 unsigned int has_loclist : 1;
ba919b58 538
1b80a9fa
JK
539 /* These cache the results for producer_is_* fields. CHECKED_PRODUCER is set
540 if all the producer_is_* fields are valid. This information is cached
541 because profiling CU expansion showed excessive time spent in
542 producer_is_gxx_lt_4_6. */
ba919b58
TT
543 unsigned int checked_producer : 1;
544 unsigned int producer_is_gxx_lt_4_6 : 1;
1b80a9fa 545 unsigned int producer_is_gcc_lt_4_3 : 1;
5230b05a 546 unsigned int producer_is_icc_lt_14 : 1;
4d4ec4e5
TT
547
548 /* When set, the file that we're processing is known to have
549 debugging info for C++ namespaces. GCC 3.3.x did not produce
550 this information, but later versions do. */
551
552 unsigned int processing_has_namespace_info : 1;
d590ff25
YQ
553
554 struct partial_die_info *find_partial_die (sect_offset sect_off);
e7c27a73
DJ
555};
556
094b34ac
DE
557/* A struct that can be used as a hash key for tables based on DW_AT_stmt_list.
558 This includes type_unit_group and quick_file_names. */
559
560struct stmt_list_hash
561{
562 /* The DWO unit this table is from or NULL if there is none. */
563 struct dwo_unit *dwo_unit;
564
565 /* Offset in .debug_line or .debug_line.dwo. */
9c541725 566 sect_offset line_sect_off;
094b34ac
DE
567};
568
f4dc4d17
DE
569/* Each element of dwarf2_per_objfile->type_unit_groups is a pointer to
570 an object of this type. */
571
572struct type_unit_group
573{
0186c6a7 574 /* dwarf2read.c's main "handle" on a TU symtab.
f4dc4d17
DE
575 To simplify things we create an artificial CU that "includes" all the
576 type units using this stmt_list so that the rest of the code still has
577 a "per_cu" handle on the symtab.
578 This PER_CU is recognized by having no section. */
8a0459fd 579#define IS_TYPE_UNIT_GROUP(per_cu) ((per_cu)->section == NULL)
094b34ac
DE
580 struct dwarf2_per_cu_data per_cu;
581
0186c6a7
DE
582 /* The TUs that share this DW_AT_stmt_list entry.
583 This is added to while parsing type units to build partial symtabs,
584 and is deleted afterwards and not used again. */
585 VEC (sig_type_ptr) *tus;
f4dc4d17 586
43f3e411 587 /* The compunit symtab.
094b34ac 588 Type units in a group needn't all be defined in the same source file,
43f3e411
DE
589 so we create an essentially anonymous symtab as the compunit symtab. */
590 struct compunit_symtab *compunit_symtab;
f4dc4d17 591
094b34ac
DE
592 /* The data used to construct the hash key. */
593 struct stmt_list_hash hash;
f4dc4d17
DE
594
595 /* The number of symtabs from the line header.
596 The value here must match line_header.num_file_names. */
597 unsigned int num_symtabs;
598
599 /* The symbol tables for this TU (obtained from the files listed in
600 DW_AT_stmt_list).
601 WARNING: The order of entries here must match the order of entries
602 in the line header. After the first TU using this type_unit_group, the
603 line header for the subsequent TUs is recreated from this. This is done
604 because we need to use the same symtabs for each TU using the same
605 DW_AT_stmt_list value. Also note that symtabs may be repeated here,
606 there's no guarantee the line header doesn't have duplicate entries. */
607 struct symtab **symtabs;
608};
609
73869dc2 610/* These sections are what may appear in a (real or virtual) DWO file. */
3019eac3
DE
611
612struct dwo_sections
613{
614 struct dwarf2_section_info abbrev;
3019eac3
DE
615 struct dwarf2_section_info line;
616 struct dwarf2_section_info loc;
43988095 617 struct dwarf2_section_info loclists;
09262596
DE
618 struct dwarf2_section_info macinfo;
619 struct dwarf2_section_info macro;
3019eac3
DE
620 struct dwarf2_section_info str;
621 struct dwarf2_section_info str_offsets;
80626a55
DE
622 /* In the case of a virtual DWO file, these two are unused. */
623 struct dwarf2_section_info info;
3019eac3
DE
624 VEC (dwarf2_section_info_def) *types;
625};
626
c88ee1f0 627/* CUs/TUs in DWP/DWO files. */
3019eac3
DE
628
629struct dwo_unit
630{
631 /* Backlink to the containing struct dwo_file. */
632 struct dwo_file *dwo_file;
633
634 /* The "id" that distinguishes this CU/TU.
635 .debug_info calls this "dwo_id", .debug_types calls this "signature".
636 Since signatures came first, we stick with it for consistency. */
637 ULONGEST signature;
638
639 /* The section this CU/TU lives in, in the DWO file. */
8a0459fd 640 struct dwarf2_section_info *section;
3019eac3 641
9c541725
PA
642 /* Same as dwarf2_per_cu_data:{sect_off,length} but in the DWO section. */
643 sect_offset sect_off;
3019eac3
DE
644 unsigned int length;
645
646 /* For types, offset in the type's DIE of the type defined by this TU. */
647 cu_offset type_offset_in_tu;
648};
649
73869dc2
DE
650/* include/dwarf2.h defines the DWP section codes.
651 It defines a max value but it doesn't define a min value, which we
652 use for error checking, so provide one. */
653
654enum dwp_v2_section_ids
655{
656 DW_SECT_MIN = 1
657};
658
80626a55 659/* Data for one DWO file.
57d63ce2
DE
660
661 This includes virtual DWO files (a virtual DWO file is a DWO file as it
662 appears in a DWP file). DWP files don't really have DWO files per se -
663 comdat folding of types "loses" the DWO file they came from, and from
664 a high level view DWP files appear to contain a mass of random types.
665 However, to maintain consistency with the non-DWP case we pretend DWP
666 files contain virtual DWO files, and we assign each TU with one virtual
667 DWO file (generally based on the line and abbrev section offsets -
668 a heuristic that seems to work in practice). */
3019eac3
DE
669
670struct dwo_file
671{
0ac5b59e 672 /* The DW_AT_GNU_dwo_name attribute.
80626a55
DE
673 For virtual DWO files the name is constructed from the section offsets
674 of abbrev,line,loc,str_offsets so that we combine virtual DWO files
675 from related CU+TUs. */
0ac5b59e
DE
676 const char *dwo_name;
677
678 /* The DW_AT_comp_dir attribute. */
679 const char *comp_dir;
3019eac3 680
80626a55
DE
681 /* The bfd, when the file is open. Otherwise this is NULL.
682 This is unused(NULL) for virtual DWO files where we use dwp_file.dbfd. */
683 bfd *dbfd;
3019eac3 684
73869dc2
DE
685 /* The sections that make up this DWO file.
686 Remember that for virtual DWO files in DWP V2, these are virtual
687 sections (for lack of a better name). */
3019eac3
DE
688 struct dwo_sections sections;
689
33c5cd75
DB
690 /* The CUs in the file.
691 Each element is a struct dwo_unit. Multiple CUs per DWO are supported as
692 an extension to handle LLVM's Link Time Optimization output (where
693 multiple source files may be compiled into a single object/dwo pair). */
694 htab_t cus;
3019eac3
DE
695
696 /* Table of TUs in the file.
697 Each element is a struct dwo_unit. */
698 htab_t tus;
699};
700
80626a55
DE
701/* These sections are what may appear in a DWP file. */
702
703struct dwp_sections
704{
73869dc2 705 /* These are used by both DWP version 1 and 2. */
80626a55
DE
706 struct dwarf2_section_info str;
707 struct dwarf2_section_info cu_index;
708 struct dwarf2_section_info tu_index;
73869dc2
DE
709
710 /* These are only used by DWP version 2 files.
711 In DWP version 1 the .debug_info.dwo, .debug_types.dwo, and other
712 sections are referenced by section number, and are not recorded here.
713 In DWP version 2 there is at most one copy of all these sections, each
714 section being (effectively) comprised of the concatenation of all of the
715 individual sections that exist in the version 1 format.
716 To keep the code simple we treat each of these concatenated pieces as a
717 section itself (a virtual section?). */
718 struct dwarf2_section_info abbrev;
719 struct dwarf2_section_info info;
720 struct dwarf2_section_info line;
721 struct dwarf2_section_info loc;
722 struct dwarf2_section_info macinfo;
723 struct dwarf2_section_info macro;
724 struct dwarf2_section_info str_offsets;
725 struct dwarf2_section_info types;
80626a55
DE
726};
727
73869dc2
DE
728/* These sections are what may appear in a virtual DWO file in DWP version 1.
729 A virtual DWO file is a DWO file as it appears in a DWP file. */
80626a55 730
73869dc2 731struct virtual_v1_dwo_sections
80626a55
DE
732{
733 struct dwarf2_section_info abbrev;
734 struct dwarf2_section_info line;
735 struct dwarf2_section_info loc;
736 struct dwarf2_section_info macinfo;
737 struct dwarf2_section_info macro;
738 struct dwarf2_section_info str_offsets;
739 /* Each DWP hash table entry records one CU or one TU.
8a0459fd 740 That is recorded here, and copied to dwo_unit.section. */
80626a55
DE
741 struct dwarf2_section_info info_or_types;
742};
743
73869dc2
DE
744/* Similar to virtual_v1_dwo_sections, but for DWP version 2.
745 In version 2, the sections of the DWO files are concatenated together
746 and stored in one section of that name. Thus each ELF section contains
747 several "virtual" sections. */
748
749struct virtual_v2_dwo_sections
750{
751 bfd_size_type abbrev_offset;
752 bfd_size_type abbrev_size;
753
754 bfd_size_type line_offset;
755 bfd_size_type line_size;
756
757 bfd_size_type loc_offset;
758 bfd_size_type loc_size;
759
760 bfd_size_type macinfo_offset;
761 bfd_size_type macinfo_size;
762
763 bfd_size_type macro_offset;
764 bfd_size_type macro_size;
765
766 bfd_size_type str_offsets_offset;
767 bfd_size_type str_offsets_size;
768
769 /* Each DWP hash table entry records one CU or one TU.
770 That is recorded here, and copied to dwo_unit.section. */
771 bfd_size_type info_or_types_offset;
772 bfd_size_type info_or_types_size;
773};
774
80626a55
DE
775/* Contents of DWP hash tables. */
776
777struct dwp_hash_table
778{
73869dc2 779 uint32_t version, nr_columns;
80626a55 780 uint32_t nr_units, nr_slots;
73869dc2
DE
781 const gdb_byte *hash_table, *unit_table;
782 union
783 {
784 struct
785 {
786 const gdb_byte *indices;
787 } v1;
788 struct
789 {
790 /* This is indexed by column number and gives the id of the section
791 in that column. */
792#define MAX_NR_V2_DWO_SECTIONS \
793 (1 /* .debug_info or .debug_types */ \
794 + 1 /* .debug_abbrev */ \
795 + 1 /* .debug_line */ \
796 + 1 /* .debug_loc */ \
797 + 1 /* .debug_str_offsets */ \
798 + 1 /* .debug_macro or .debug_macinfo */)
799 int section_ids[MAX_NR_V2_DWO_SECTIONS];
800 const gdb_byte *offsets;
801 const gdb_byte *sizes;
802 } v2;
803 } section_pool;
80626a55
DE
804};
805
806/* Data for one DWP file. */
807
808struct dwp_file
809{
400174b1
TT
810 dwp_file (const char *name_, gdb_bfd_ref_ptr &&abfd)
811 : name (name_),
812 dbfd (std::move (abfd))
813 {
814 }
815
80626a55
DE
816 /* Name of the file. */
817 const char *name;
818
73869dc2 819 /* File format version. */
400174b1 820 int version = 0;
73869dc2 821
93417882 822 /* The bfd. */
400174b1 823 gdb_bfd_ref_ptr dbfd;
80626a55
DE
824
825 /* Section info for this file. */
400174b1 826 struct dwp_sections sections {};
80626a55 827
57d63ce2 828 /* Table of CUs in the file. */
400174b1 829 const struct dwp_hash_table *cus = nullptr;
80626a55
DE
830
831 /* Table of TUs in the file. */
400174b1 832 const struct dwp_hash_table *tus = nullptr;
80626a55 833
19ac8c2e 834 /* Tables of loaded CUs/TUs. Each entry is a struct dwo_unit *. */
400174b1
TT
835 htab_t loaded_cus {};
836 htab_t loaded_tus {};
80626a55 837
73869dc2
DE
838 /* Table to map ELF section numbers to their sections.
839 This is only needed for the DWP V1 file format. */
400174b1
TT
840 unsigned int num_sections = 0;
841 asection **elf_sections = nullptr;
80626a55
DE
842};
843
36586728
TT
844/* This represents a '.dwz' file. */
845
846struct dwz_file
847{
7ff8cb8c
TT
848 dwz_file (gdb_bfd_ref_ptr &&bfd)
849 : dwz_bfd (std::move (bfd))
850 {
851 }
852
36586728 853 /* A dwz file can only contain a few sections. */
7ff8cb8c
TT
854 struct dwarf2_section_info abbrev {};
855 struct dwarf2_section_info info {};
856 struct dwarf2_section_info str {};
857 struct dwarf2_section_info line {};
858 struct dwarf2_section_info macro {};
859 struct dwarf2_section_info gdb_index {};
860 struct dwarf2_section_info debug_names {};
36586728
TT
861
862 /* The dwz's BFD. */
7ff8cb8c 863 gdb_bfd_ref_ptr dwz_bfd;
36586728
TT
864};
865
0963b4bd
MS
866/* Struct used to pass misc. parameters to read_die_and_children, et
867 al. which are used for both .debug_info and .debug_types dies.
868 All parameters here are unchanging for the life of the call. This
dee91e82 869 struct exists to abstract away the constant parameters of die reading. */
93311388
DE
870
871struct die_reader_specs
872{
a32a8923 873 /* The bfd of die_section. */
93311388
DE
874 bfd* abfd;
875
876 /* The CU of the DIE we are parsing. */
877 struct dwarf2_cu *cu;
878
80626a55 879 /* Non-NULL if reading a DWO file (including one packaged into a DWP). */
3019eac3
DE
880 struct dwo_file *dwo_file;
881
dee91e82 882 /* The section the die comes from.
3019eac3 883 This is either .debug_info or .debug_types, or the .dwo variants. */
dee91e82
DE
884 struct dwarf2_section_info *die_section;
885
886 /* die_section->buffer. */
d521ce57 887 const gdb_byte *buffer;
f664829e
DE
888
889 /* The end of the buffer. */
890 const gdb_byte *buffer_end;
a2ce51a0
DE
891
892 /* The value of the DW_AT_comp_dir attribute. */
893 const char *comp_dir;
685af9cd
TT
894
895 /* The abbreviation table to use when reading the DIEs. */
896 struct abbrev_table *abbrev_table;
93311388
DE
897};
898
fd820528 899/* Type of function passed to init_cutu_and_read_dies, et.al. */
dee91e82 900typedef void (die_reader_func_ftype) (const struct die_reader_specs *reader,
d521ce57 901 const gdb_byte *info_ptr,
dee91e82
DE
902 struct die_info *comp_unit_die,
903 int has_children,
904 void *data);
905
ecfb656c
PA
906/* A 1-based directory index. This is a strong typedef to prevent
907 accidentally using a directory index as a 0-based index into an
908 array/vector. */
909enum class dir_index : unsigned int {};
910
911/* Likewise, a 1-based file name index. */
912enum class file_name_index : unsigned int {};
913
52059ffd
TT
914struct file_entry
915{
fff8551c
PA
916 file_entry () = default;
917
ecfb656c 918 file_entry (const char *name_, dir_index d_index_,
fff8551c
PA
919 unsigned int mod_time_, unsigned int length_)
920 : name (name_),
ecfb656c 921 d_index (d_index_),
fff8551c
PA
922 mod_time (mod_time_),
923 length (length_)
924 {}
925
ecfb656c
PA
926 /* Return the include directory at D_INDEX stored in LH. Returns
927 NULL if D_INDEX is out of bounds. */
8c43009f
PA
928 const char *include_dir (const line_header *lh) const;
929
fff8551c
PA
930 /* The file name. Note this is an observing pointer. The memory is
931 owned by debug_line_buffer. */
932 const char *name {};
933
8c43009f 934 /* The directory index (1-based). */
ecfb656c 935 dir_index d_index {};
fff8551c
PA
936
937 unsigned int mod_time {};
938
939 unsigned int length {};
940
941 /* True if referenced by the Line Number Program. */
942 bool included_p {};
943
83769d0b 944 /* The associated symbol table, if any. */
fff8551c 945 struct symtab *symtab {};
52059ffd
TT
946};
947
debd256d
JB
948/* The line number information for a compilation unit (found in the
949 .debug_line section) begins with a "statement program header",
950 which contains the following information. */
951struct line_header
952{
fff8551c
PA
953 line_header ()
954 : offset_in_dwz {}
955 {}
956
957 /* Add an entry to the include directory table. */
958 void add_include_dir (const char *include_dir);
959
960 /* Add an entry to the file name table. */
ecfb656c 961 void add_file_name (const char *name, dir_index d_index,
fff8551c
PA
962 unsigned int mod_time, unsigned int length);
963
ecfb656c 964 /* Return the include dir at INDEX (1-based). Returns NULL if INDEX
8c43009f 965 is out of bounds. */
ecfb656c 966 const char *include_dir_at (dir_index index) const
8c43009f 967 {
ecfb656c
PA
968 /* Convert directory index number (1-based) to vector index
969 (0-based). */
970 size_t vec_index = to_underlying (index) - 1;
971
972 if (vec_index >= include_dirs.size ())
8c43009f 973 return NULL;
ecfb656c 974 return include_dirs[vec_index];
8c43009f
PA
975 }
976
ecfb656c 977 /* Return the file name at INDEX (1-based). Returns NULL if INDEX
8c43009f 978 is out of bounds. */
ecfb656c 979 file_entry *file_name_at (file_name_index index)
8c43009f 980 {
ecfb656c
PA
981 /* Convert file name index number (1-based) to vector index
982 (0-based). */
983 size_t vec_index = to_underlying (index) - 1;
984
985 if (vec_index >= file_names.size ())
fff8551c 986 return NULL;
ecfb656c 987 return &file_names[vec_index];
fff8551c
PA
988 }
989
990 /* Const version of the above. */
991 const file_entry *file_name_at (unsigned int index) const
992 {
993 if (index >= file_names.size ())
8c43009f
PA
994 return NULL;
995 return &file_names[index];
996 }
997
527f3840 998 /* Offset of line number information in .debug_line section. */
9c541725 999 sect_offset sect_off {};
527f3840
JK
1000
1001 /* OFFSET is for struct dwz_file associated with dwarf2_per_objfile. */
fff8551c
PA
1002 unsigned offset_in_dwz : 1; /* Can't initialize bitfields in-class. */
1003
1004 unsigned int total_length {};
1005 unsigned short version {};
1006 unsigned int header_length {};
1007 unsigned char minimum_instruction_length {};
1008 unsigned char maximum_ops_per_instruction {};
1009 unsigned char default_is_stmt {};
1010 int line_base {};
1011 unsigned char line_range {};
1012 unsigned char opcode_base {};
debd256d
JB
1013
1014 /* standard_opcode_lengths[i] is the number of operands for the
1015 standard opcode whose value is i. This means that
1016 standard_opcode_lengths[0] is unused, and the last meaningful
1017 element is standard_opcode_lengths[opcode_base - 1]. */
fff8551c 1018 std::unique_ptr<unsigned char[]> standard_opcode_lengths;
debd256d 1019
fff8551c
PA
1020 /* The include_directories table. Note these are observing
1021 pointers. The memory is owned by debug_line_buffer. */
1022 std::vector<const char *> include_dirs;
debd256d 1023
fff8551c
PA
1024 /* The file_names table. */
1025 std::vector<file_entry> file_names;
debd256d
JB
1026
1027 /* The start and end of the statement program following this
6502dd73 1028 header. These point into dwarf2_per_objfile->line_buffer. */
fff8551c 1029 const gdb_byte *statement_program_start {}, *statement_program_end {};
debd256d 1030};
c906108c 1031
fff8551c
PA
1032typedef std::unique_ptr<line_header> line_header_up;
1033
8c43009f
PA
1034const char *
1035file_entry::include_dir (const line_header *lh) const
1036{
ecfb656c 1037 return lh->include_dir_at (d_index);
8c43009f
PA
1038}
1039
c906108c 1040/* When we construct a partial symbol table entry we only
0963b4bd 1041 need this much information. */
6f06d47b 1042struct partial_die_info : public allocate_on_obstack
c906108c 1043 {
6f06d47b
YQ
1044 partial_die_info (sect_offset sect_off, struct abbrev_info *abbrev);
1045
1046 /* Disable assign but still keep copy ctor, which is needed
1047 load_partial_dies. */
1048 partial_die_info& operator=(const partial_die_info& rhs) = delete;
1049
52356b79
YQ
1050 /* Adjust the partial die before generating a symbol for it. This
1051 function may set the is_external flag or change the DIE's
1052 name. */
1053 void fixup (struct dwarf2_cu *cu);
1054
48fbe735
YQ
1055 /* Read a minimal amount of information into the minimal die
1056 structure. */
1057 const gdb_byte *read (const struct die_reader_specs *reader,
1058 const struct abbrev_info &abbrev,
1059 const gdb_byte *info_ptr);
1060
72bf9492 1061 /* Offset of this DIE. */
6f06d47b 1062 const sect_offset sect_off;
72bf9492
DJ
1063
1064 /* DWARF-2 tag for this DIE. */
6f06d47b 1065 const ENUM_BITFIELD(dwarf_tag) tag : 16;
72bf9492 1066
72bf9492 1067 /* Assorted flags describing the data found in this DIE. */
6f06d47b
YQ
1068 const unsigned int has_children : 1;
1069
72bf9492
DJ
1070 unsigned int is_external : 1;
1071 unsigned int is_declaration : 1;
1072 unsigned int has_type : 1;
1073 unsigned int has_specification : 1;
1074 unsigned int has_pc_info : 1;
481860b3 1075 unsigned int may_be_inlined : 1;
72bf9492 1076
0c1b455e
TT
1077 /* This DIE has been marked DW_AT_main_subprogram. */
1078 unsigned int main_subprogram : 1;
1079
72bf9492
DJ
1080 /* Flag set if the SCOPE field of this structure has been
1081 computed. */
1082 unsigned int scope_set : 1;
1083
fa4028e9
JB
1084 /* Flag set if the DIE has a byte_size attribute. */
1085 unsigned int has_byte_size : 1;
1086
ff908ebf
AW
1087 /* Flag set if the DIE has a DW_AT_const_value attribute. */
1088 unsigned int has_const_value : 1;
1089
98bfdba5
PA
1090 /* Flag set if any of the DIE's children are template arguments. */
1091 unsigned int has_template_arguments : 1;
1092
52356b79 1093 /* Flag set if fixup has been called on this die. */
abc72ce4
DE
1094 unsigned int fixup_called : 1;
1095
36586728
TT
1096 /* Flag set if DW_TAG_imported_unit uses DW_FORM_GNU_ref_alt. */
1097 unsigned int is_dwz : 1;
1098
1099 /* Flag set if spec_offset uses DW_FORM_GNU_ref_alt. */
1100 unsigned int spec_is_dwz : 1;
1101
72bf9492 1102 /* The name of this DIE. Normally the value of DW_AT_name, but
94af9270 1103 sometimes a default name for unnamed DIEs. */
6f06d47b 1104 const char *name = nullptr;
72bf9492 1105
abc72ce4 1106 /* The linkage name, if present. */
6f06d47b 1107 const char *linkage_name = nullptr;
abc72ce4 1108
72bf9492
DJ
1109 /* The scope to prepend to our children. This is generally
1110 allocated on the comp_unit_obstack, so will disappear
1111 when this compilation unit leaves the cache. */
6f06d47b 1112 const char *scope = nullptr;
72bf9492 1113
95554aad
TT
1114 /* Some data associated with the partial DIE. The tag determines
1115 which field is live. */
1116 union
1117 {
1118 /* The location description associated with this DIE, if any. */
1119 struct dwarf_block *locdesc;
1120 /* The offset of an import, for DW_TAG_imported_unit. */
9c541725 1121 sect_offset sect_off;
6f06d47b 1122 } d {};
72bf9492
DJ
1123
1124 /* If HAS_PC_INFO, the PC range associated with this DIE. */
6f06d47b
YQ
1125 CORE_ADDR lowpc = 0;
1126 CORE_ADDR highpc = 0;
72bf9492 1127
93311388 1128 /* Pointer into the info_buffer (or types_buffer) pointing at the target of
72bf9492 1129 DW_AT_sibling, if any. */
48fbe735
YQ
1130 /* NOTE: This member isn't strictly necessary, partial_die_info::read
1131 could return DW_AT_sibling values to its caller load_partial_dies. */
6f06d47b 1132 const gdb_byte *sibling = nullptr;
72bf9492
DJ
1133
1134 /* If HAS_SPECIFICATION, the offset of the DIE referred to by
1135 DW_AT_specification (or DW_AT_abstract_origin or
1136 DW_AT_extension). */
6f06d47b 1137 sect_offset spec_offset {};
72bf9492
DJ
1138
1139 /* Pointers to this DIE's parent, first child, and next sibling,
1140 if any. */
6f06d47b
YQ
1141 struct partial_die_info *die_parent = nullptr;
1142 struct partial_die_info *die_child = nullptr;
1143 struct partial_die_info *die_sibling = nullptr;
1144
1145 friend struct partial_die_info *
1146 dwarf2_cu::find_partial_die (sect_offset sect_off);
1147
1148 private:
1149 /* Only need to do look up in dwarf2_cu::find_partial_die. */
1150 partial_die_info (sect_offset sect_off)
1151 : partial_die_info (sect_off, DW_TAG_padding, 0)
1152 {
1153 }
1154
1155 partial_die_info (sect_offset sect_off_, enum dwarf_tag tag_,
1156 int has_children_)
1157 : sect_off (sect_off_), tag (tag_), has_children (has_children_)
1158 {
1159 is_external = 0;
1160 is_declaration = 0;
1161 has_type = 0;
1162 has_specification = 0;
1163 has_pc_info = 0;
1164 may_be_inlined = 0;
1165 main_subprogram = 0;
1166 scope_set = 0;
1167 has_byte_size = 0;
1168 has_const_value = 0;
1169 has_template_arguments = 0;
1170 fixup_called = 0;
1171 is_dwz = 0;
1172 spec_is_dwz = 0;
1173 }
c906108c
SS
1174 };
1175
0963b4bd 1176/* This data structure holds the information of an abbrev. */
c906108c
SS
1177struct abbrev_info
1178 {
1179 unsigned int number; /* number identifying abbrev */
1180 enum dwarf_tag tag; /* dwarf tag */
f3dd6933
DJ
1181 unsigned short has_children; /* boolean */
1182 unsigned short num_attrs; /* number of attributes */
c906108c
SS
1183 struct attr_abbrev *attrs; /* an array of attribute descriptions */
1184 struct abbrev_info *next; /* next in chain */
1185 };
1186
1187struct attr_abbrev
1188 {
9d25dd43
DE
1189 ENUM_BITFIELD(dwarf_attribute) name : 16;
1190 ENUM_BITFIELD(dwarf_form) form : 16;
43988095
JK
1191
1192 /* It is valid only if FORM is DW_FORM_implicit_const. */
1193 LONGEST implicit_const;
c906108c
SS
1194 };
1195
433df2d4
DE
1196/* Size of abbrev_table.abbrev_hash_table. */
1197#define ABBREV_HASH_SIZE 121
1198
1199/* Top level data structure to contain an abbreviation table. */
1200
1201struct abbrev_table
1202{
685af9cd
TT
1203 explicit abbrev_table (sect_offset off)
1204 : sect_off (off)
1205 {
4a17f768 1206 m_abbrevs =
685af9cd 1207 XOBNEWVEC (&abbrev_obstack, struct abbrev_info *, ABBREV_HASH_SIZE);
4a17f768 1208 memset (m_abbrevs, 0, ABBREV_HASH_SIZE * sizeof (struct abbrev_info *));
685af9cd
TT
1209 }
1210
1211 DISABLE_COPY_AND_ASSIGN (abbrev_table);
1212
1213 /* Allocate space for a struct abbrev_info object in
1214 ABBREV_TABLE. */
1215 struct abbrev_info *alloc_abbrev ();
1216
1217 /* Add an abbreviation to the table. */
1218 void add_abbrev (unsigned int abbrev_number, struct abbrev_info *abbrev);
1219
1220 /* Look up an abbrev in the table.
1221 Returns NULL if the abbrev is not found. */
1222
1223 struct abbrev_info *lookup_abbrev (unsigned int abbrev_number);
1224
1225
f4dc4d17
DE
1226 /* Where the abbrev table came from.
1227 This is used as a sanity check when the table is used. */
685af9cd 1228 const sect_offset sect_off;
433df2d4
DE
1229
1230 /* Storage for the abbrev table. */
685af9cd 1231 auto_obstack abbrev_obstack;
433df2d4 1232
4a17f768
YQ
1233private:
1234
433df2d4
DE
1235 /* Hash table of abbrevs.
1236 This is an array of size ABBREV_HASH_SIZE allocated in abbrev_obstack.
1237 It could be statically allocated, but the previous code didn't so we
1238 don't either. */
4a17f768 1239 struct abbrev_info **m_abbrevs;
433df2d4
DE
1240};
1241
685af9cd
TT
1242typedef std::unique_ptr<struct abbrev_table> abbrev_table_up;
1243
0963b4bd 1244/* Attributes have a name and a value. */
b60c80d6
DJ
1245struct attribute
1246 {
9d25dd43 1247 ENUM_BITFIELD(dwarf_attribute) name : 16;
8285870a
JK
1248 ENUM_BITFIELD(dwarf_form) form : 15;
1249
1250 /* Has DW_STRING already been updated by dwarf2_canonicalize_name? This
1251 field should be in u.str (existing only for DW_STRING) but it is kept
1252 here for better struct attribute alignment. */
1253 unsigned int string_is_canonical : 1;
1254
b60c80d6
DJ
1255 union
1256 {
15d034d0 1257 const char *str;
b60c80d6 1258 struct dwarf_block *blk;
43bbcdc2
PH
1259 ULONGEST unsnd;
1260 LONGEST snd;
b60c80d6 1261 CORE_ADDR addr;
ac9ec31b 1262 ULONGEST signature;
b60c80d6
DJ
1263 }
1264 u;
1265 };
1266
0963b4bd 1267/* This data structure holds a complete die structure. */
c906108c
SS
1268struct die_info
1269 {
76815b17
DE
1270 /* DWARF-2 tag for this DIE. */
1271 ENUM_BITFIELD(dwarf_tag) tag : 16;
1272
1273 /* Number of attributes */
98bfdba5
PA
1274 unsigned char num_attrs;
1275
1276 /* True if we're presently building the full type name for the
1277 type derived from this DIE. */
1278 unsigned char building_fullname : 1;
76815b17 1279
adde2bff
DE
1280 /* True if this die is in process. PR 16581. */
1281 unsigned char in_process : 1;
1282
76815b17
DE
1283 /* Abbrev number */
1284 unsigned int abbrev;
1285
93311388 1286 /* Offset in .debug_info or .debug_types section. */
9c541725 1287 sect_offset sect_off;
78ba4af6
JB
1288
1289 /* The dies in a compilation unit form an n-ary tree. PARENT
1290 points to this die's parent; CHILD points to the first child of
1291 this node; and all the children of a given node are chained
4950bc1c 1292 together via their SIBLING fields. */
639d11d3
DC
1293 struct die_info *child; /* Its first child, if any. */
1294 struct die_info *sibling; /* Its next sibling, if any. */
1295 struct die_info *parent; /* Its parent, if any. */
c906108c 1296
b60c80d6
DJ
1297 /* An array of attributes, with NUM_ATTRS elements. There may be
1298 zero, but it's not common and zero-sized arrays are not
1299 sufficiently portable C. */
1300 struct attribute attrs[1];
c906108c
SS
1301 };
1302
0963b4bd 1303/* Get at parts of an attribute structure. */
c906108c
SS
1304
1305#define DW_STRING(attr) ((attr)->u.str)
8285870a 1306#define DW_STRING_IS_CANONICAL(attr) ((attr)->string_is_canonical)
c906108c
SS
1307#define DW_UNSND(attr) ((attr)->u.unsnd)
1308#define DW_BLOCK(attr) ((attr)->u.blk)
1309#define DW_SND(attr) ((attr)->u.snd)
1310#define DW_ADDR(attr) ((attr)->u.addr)
ac9ec31b 1311#define DW_SIGNATURE(attr) ((attr)->u.signature)
c906108c 1312
0963b4bd 1313/* Blocks are a bunch of untyped bytes. */
c906108c
SS
1314struct dwarf_block
1315 {
56eb65bd 1316 size_t size;
1d6edc3c
JK
1317
1318 /* Valid only if SIZE is not zero. */
d521ce57 1319 const gdb_byte *data;
c906108c
SS
1320 };
1321
c906108c
SS
1322#ifndef ATTR_ALLOC_CHUNK
1323#define ATTR_ALLOC_CHUNK 4
1324#endif
1325
c906108c
SS
1326/* Allocate fields for structs, unions and enums in this size. */
1327#ifndef DW_FIELD_ALLOC_CHUNK
1328#define DW_FIELD_ALLOC_CHUNK 4
1329#endif
1330
c906108c
SS
1331/* FIXME: We might want to set this from BFD via bfd_arch_bits_per_byte,
1332 but this would require a corresponding change in unpack_field_as_long
1333 and friends. */
1334static int bits_per_byte = 8;
1335
2ddeaf8a
TT
1336/* When reading a variant or variant part, we track a bit more
1337 information about the field, and store it in an object of this
1338 type. */
1339
1340struct variant_field
1341{
1342 /* If we see a DW_TAG_variant, then this will be the discriminant
1343 value. */
1344 ULONGEST discriminant_value;
1345 /* If we see a DW_TAG_variant, then this will be set if this is the
1346 default branch. */
1347 bool default_branch;
1348 /* While reading a DW_TAG_variant_part, this will be set if this
1349 field is the discriminant. */
1350 bool is_discriminant;
1351};
1352
52059ffd
TT
1353struct nextfield
1354{
be2daae6
TT
1355 int accessibility = 0;
1356 int virtuality = 0;
2ddeaf8a 1357 /* Extra information to describe a variant or variant part. */
be2daae6
TT
1358 struct variant_field variant {};
1359 struct field field {};
52059ffd
TT
1360};
1361
1362struct fnfieldlist
1363{
be2daae6
TT
1364 const char *name = nullptr;
1365 std::vector<struct fn_field> fnfields;
52059ffd
TT
1366};
1367
c906108c
SS
1368/* The routines that read and process dies for a C struct or C++ class
1369 pass lists of data member fields and lists of member function fields
1370 in an instance of a field_info structure, as defined below. */
1371struct field_info
c5aa993b 1372 {
0963b4bd 1373 /* List of data member and baseclasses fields. */
be2daae6
TT
1374 std::vector<struct nextfield> fields;
1375 std::vector<struct nextfield> baseclasses;
c906108c 1376
7d0ccb61 1377 /* Number of fields (including baseclasses). */
be2daae6 1378 int nfields = 0;
c906108c 1379
c5aa993b 1380 /* Set if the accesibility of one of the fields is not public. */
be2daae6 1381 int non_public_fields = 0;
c906108c 1382
c5aa993b
JM
1383 /* Member function fieldlist array, contains name of possibly overloaded
1384 member function, number of overloaded member functions and a pointer
1385 to the head of the member function field chain. */
be2daae6 1386 std::vector<struct fnfieldlist> fnfieldlists;
98751a41
JK
1387
1388 /* typedefs defined inside this class. TYPEDEF_FIELD_LIST contains head of
1389 a NULL terminated list of TYPEDEF_FIELD_LIST_COUNT elements. */
be2daae6 1390 std::vector<struct decl_field> typedef_field_list;
883fd55a
KS
1391
1392 /* Nested types defined by this class and the number of elements in this
1393 list. */
be2daae6 1394 std::vector<struct decl_field> nested_types_list;
c5aa993b 1395 };
c906108c 1396
10b3939b
DJ
1397/* One item on the queue of compilation units to read in full symbols
1398 for. */
1399struct dwarf2_queue_item
1400{
1401 struct dwarf2_per_cu_data *per_cu;
95554aad 1402 enum language pretend_language;
10b3939b
DJ
1403 struct dwarf2_queue_item *next;
1404};
1405
1406/* The current queue. */
1407static struct dwarf2_queue_item *dwarf2_queue, *dwarf2_queue_tail;
1408
ae038cb0
DJ
1409/* Loaded secondary compilation units are kept in memory until they
1410 have not been referenced for the processing of this many
1411 compilation units. Set this to zero to disable caching. Cache
1412 sizes of up to at least twenty will improve startup time for
1413 typical inter-CU-reference binaries, at an obvious memory cost. */
b4f54984 1414static int dwarf_max_cache_age = 5;
920d2a44 1415static void
b4f54984
DE
1416show_dwarf_max_cache_age (struct ui_file *file, int from_tty,
1417 struct cmd_list_element *c, const char *value)
920d2a44 1418{
3e43a32a 1419 fprintf_filtered (file, _("The upper bound on the age of cached "
b4f54984 1420 "DWARF compilation units is %s.\n"),
920d2a44
AC
1421 value);
1422}
4390d890 1423\f
c906108c
SS
1424/* local function prototypes */
1425
a32a8923
DE
1426static const char *get_section_name (const struct dwarf2_section_info *);
1427
1428static const char *get_section_file_name (const struct dwarf2_section_info *);
1429
918dd910
JK
1430static void dwarf2_find_base_address (struct die_info *die,
1431 struct dwarf2_cu *cu);
1432
0018ea6f
DE
1433static struct partial_symtab *create_partial_symtab
1434 (struct dwarf2_per_cu_data *per_cu, const char *name);
1435
f1902523
JK
1436static void build_type_psymtabs_reader (const struct die_reader_specs *reader,
1437 const gdb_byte *info_ptr,
1438 struct die_info *type_unit_die,
1439 int has_children, void *data);
1440
ed2dc618
SM
1441static void dwarf2_build_psymtabs_hard
1442 (struct dwarf2_per_objfile *dwarf2_per_objfile);
c906108c 1443
72bf9492
DJ
1444static void scan_partial_symbols (struct partial_die_info *,
1445 CORE_ADDR *, CORE_ADDR *,
5734ee8b 1446 int, struct dwarf2_cu *);
c906108c 1447
72bf9492
DJ
1448static void add_partial_symbol (struct partial_die_info *,
1449 struct dwarf2_cu *);
63d06c5c 1450
72bf9492
DJ
1451static void add_partial_namespace (struct partial_die_info *pdi,
1452 CORE_ADDR *lowpc, CORE_ADDR *highpc,
cdc07690 1453 int set_addrmap, struct dwarf2_cu *cu);
63d06c5c 1454
5d7cb8df 1455static void add_partial_module (struct partial_die_info *pdi, CORE_ADDR *lowpc,
cdc07690 1456 CORE_ADDR *highpc, int set_addrmap,
5d7cb8df
JK
1457 struct dwarf2_cu *cu);
1458
72bf9492
DJ
1459static void add_partial_enumeration (struct partial_die_info *enum_pdi,
1460 struct dwarf2_cu *cu);
91c24f0a 1461
bc30ff58
JB
1462static void add_partial_subprogram (struct partial_die_info *pdi,
1463 CORE_ADDR *lowpc, CORE_ADDR *highpc,
5734ee8b 1464 int need_pc, struct dwarf2_cu *cu);
bc30ff58 1465
257e7a09
YQ
1466static void dwarf2_read_symtab (struct partial_symtab *,
1467 struct objfile *);
c906108c 1468
a14ed312 1469static void psymtab_to_symtab_1 (struct partial_symtab *);
c906108c 1470
685af9cd 1471static abbrev_table_up abbrev_table_read_table
ed2dc618
SM
1472 (struct dwarf2_per_objfile *dwarf2_per_objfile, struct dwarf2_section_info *,
1473 sect_offset);
433df2d4 1474
d521ce57 1475static unsigned int peek_abbrev_code (bfd *, const gdb_byte *);
6caca83c 1476
dee91e82 1477static struct partial_die_info *load_partial_dies
d521ce57 1478 (const struct die_reader_specs *, const gdb_byte *, int);
72bf9492 1479
36586728 1480static struct partial_die_info *find_partial_die (sect_offset, int,
10b3939b 1481 struct dwarf2_cu *);
72bf9492 1482
d521ce57
TT
1483static const gdb_byte *read_attribute (const struct die_reader_specs *,
1484 struct attribute *, struct attr_abbrev *,
1485 const gdb_byte *);
a8329558 1486
a1855c1d 1487static unsigned int read_1_byte (bfd *, const gdb_byte *);
c906108c 1488
a1855c1d 1489static int read_1_signed_byte (bfd *, const gdb_byte *);
c906108c 1490
a1855c1d 1491static unsigned int read_2_bytes (bfd *, const gdb_byte *);
c906108c 1492
a1855c1d 1493static unsigned int read_4_bytes (bfd *, const gdb_byte *);
c906108c 1494
a1855c1d 1495static ULONGEST read_8_bytes (bfd *, const gdb_byte *);
c906108c 1496
d521ce57 1497static CORE_ADDR read_address (bfd *, const gdb_byte *ptr, struct dwarf2_cu *,
891d2f0b 1498 unsigned int *);
c906108c 1499
d521ce57 1500static LONGEST read_initial_length (bfd *, const gdb_byte *, unsigned int *);
c764a876
DE
1501
1502static LONGEST read_checked_initial_length_and_offset
d521ce57 1503 (bfd *, const gdb_byte *, const struct comp_unit_head *,
c764a876 1504 unsigned int *, unsigned int *);
613e1657 1505
d521ce57
TT
1506static LONGEST read_offset (bfd *, const gdb_byte *,
1507 const struct comp_unit_head *,
c764a876
DE
1508 unsigned int *);
1509
d521ce57 1510static LONGEST read_offset_1 (bfd *, const gdb_byte *, unsigned int);
613e1657 1511
ed2dc618
SM
1512static sect_offset read_abbrev_offset
1513 (struct dwarf2_per_objfile *dwarf2_per_objfile,
1514 struct dwarf2_section_info *, sect_offset);
f4dc4d17 1515
d521ce57 1516static const gdb_byte *read_n_bytes (bfd *, const gdb_byte *, unsigned int);
c906108c 1517
d521ce57 1518static const char *read_direct_string (bfd *, const gdb_byte *, unsigned int *);
c906108c 1519
ed2dc618
SM
1520static const char *read_indirect_string
1521 (struct dwarf2_per_objfile *dwarf2_per_objfile, bfd *, const gdb_byte *,
1522 const struct comp_unit_head *, unsigned int *);
4bdf3d34 1523
ed2dc618
SM
1524static const char *read_indirect_line_string
1525 (struct dwarf2_per_objfile *dwarf2_per_objfile, bfd *, const gdb_byte *,
1526 const struct comp_unit_head *, unsigned int *);
36586728 1527
ed2dc618
SM
1528static const char *read_indirect_string_at_offset
1529 (struct dwarf2_per_objfile *dwarf2_per_objfile, bfd *abfd,
1530 LONGEST str_offset);
927aa2e7 1531
ed2dc618
SM
1532static const char *read_indirect_string_from_dwz
1533 (struct objfile *objfile, struct dwz_file *, LONGEST);
c906108c 1534
d521ce57 1535static LONGEST read_signed_leb128 (bfd *, const gdb_byte *, unsigned int *);
c906108c 1536
d521ce57
TT
1537static CORE_ADDR read_addr_index_from_leb128 (struct dwarf2_cu *,
1538 const gdb_byte *,
3019eac3
DE
1539 unsigned int *);
1540
d521ce57 1541static const char *read_str_index (const struct die_reader_specs *reader,
342587c4 1542 ULONGEST str_index);
3019eac3 1543
e142c38c 1544static void set_cu_language (unsigned int, struct dwarf2_cu *);
c906108c 1545
e142c38c
DJ
1546static struct attribute *dwarf2_attr (struct die_info *, unsigned int,
1547 struct dwarf2_cu *);
c906108c 1548
348e048f 1549static struct attribute *dwarf2_attr_no_follow (struct die_info *,
45e58e77 1550 unsigned int);
348e048f 1551
7d45c7c3
KB
1552static const char *dwarf2_string_attr (struct die_info *die, unsigned int name,
1553 struct dwarf2_cu *cu);
1554
05cf31d1
JB
1555static int dwarf2_flag_true_p (struct die_info *die, unsigned name,
1556 struct dwarf2_cu *cu);
1557
e142c38c 1558static int die_is_declaration (struct die_info *, struct dwarf2_cu *cu);
3ca72b44 1559
e142c38c 1560static struct die_info *die_specification (struct die_info *die,
f2f0e013 1561 struct dwarf2_cu **);
63d06c5c 1562
9c541725 1563static line_header_up dwarf_decode_line_header (sect_offset sect_off,
fff8551c 1564 struct dwarf2_cu *cu);
debd256d 1565
f3f5162e 1566static void dwarf_decode_lines (struct line_header *, const char *,
c3b7b696 1567 struct dwarf2_cu *, struct partial_symtab *,
527f3840 1568 CORE_ADDR, int decode_mapping);
c906108c 1569
4d663531 1570static void dwarf2_start_subfile (const char *, const char *);
c906108c 1571
43f3e411
DE
1572static struct compunit_symtab *dwarf2_start_symtab (struct dwarf2_cu *,
1573 const char *, const char *,
1574 CORE_ADDR);
f4dc4d17 1575
a14ed312 1576static struct symbol *new_symbol (struct die_info *, struct type *,
5e2db402 1577 struct dwarf2_cu *, struct symbol * = NULL);
34eaf542 1578
ff39bb5e 1579static void dwarf2_const_value (const struct attribute *, struct symbol *,
e7c27a73 1580 struct dwarf2_cu *);
c906108c 1581
ff39bb5e 1582static void dwarf2_const_value_attr (const struct attribute *attr,
98bfdba5
PA
1583 struct type *type,
1584 const char *name,
1585 struct obstack *obstack,
12df843f 1586 struct dwarf2_cu *cu, LONGEST *value,
d521ce57 1587 const gdb_byte **bytes,
98bfdba5 1588 struct dwarf2_locexpr_baton **baton);
2df3850c 1589
e7c27a73 1590static struct type *die_type (struct die_info *, struct dwarf2_cu *);
c906108c 1591
b4ba55a1
JB
1592static int need_gnat_info (struct dwarf2_cu *);
1593
3e43a32a
MS
1594static struct type *die_descriptive_type (struct die_info *,
1595 struct dwarf2_cu *);
b4ba55a1
JB
1596
1597static void set_descriptive_type (struct type *, struct die_info *,
1598 struct dwarf2_cu *);
1599
e7c27a73
DJ
1600static struct type *die_containing_type (struct die_info *,
1601 struct dwarf2_cu *);
c906108c 1602
ff39bb5e 1603static struct type *lookup_die_type (struct die_info *, const struct attribute *,
673bfd45 1604 struct dwarf2_cu *);
c906108c 1605
f792889a 1606static struct type *read_type_die (struct die_info *, struct dwarf2_cu *);
c906108c 1607
673bfd45
DE
1608static struct type *read_type_die_1 (struct die_info *, struct dwarf2_cu *);
1609
0d5cff50 1610static const char *determine_prefix (struct die_info *die, struct dwarf2_cu *);
63d06c5c 1611
6e70227d 1612static char *typename_concat (struct obstack *obs, const char *prefix,
f55ee35c
JK
1613 const char *suffix, int physname,
1614 struct dwarf2_cu *cu);
63d06c5c 1615
e7c27a73 1616static void read_file_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1617
348e048f
DE
1618static void read_type_unit_scope (struct die_info *, struct dwarf2_cu *);
1619
e7c27a73 1620static void read_func_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1621
e7c27a73 1622static void read_lexical_block_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1623
96408a79
SA
1624static void read_call_site_scope (struct die_info *die, struct dwarf2_cu *cu);
1625
71a3c369
TT
1626static void read_variable (struct die_info *die, struct dwarf2_cu *cu);
1627
ff013f42
JK
1628static int dwarf2_ranges_read (unsigned, CORE_ADDR *, CORE_ADDR *,
1629 struct dwarf2_cu *, struct partial_symtab *);
1630
3a2b436a 1631/* How dwarf2_get_pc_bounds constructed its *LOWPC and *HIGHPC return
e385593e 1632 values. Keep the items ordered with increasing constraints compliance. */
3a2b436a
JK
1633enum pc_bounds_kind
1634{
e385593e 1635 /* No attribute DW_AT_low_pc, DW_AT_high_pc or DW_AT_ranges was found. */
3a2b436a
JK
1636 PC_BOUNDS_NOT_PRESENT,
1637
e385593e
JK
1638 /* Some of the attributes DW_AT_low_pc, DW_AT_high_pc or DW_AT_ranges
1639 were present but they do not form a valid range of PC addresses. */
1640 PC_BOUNDS_INVALID,
1641
3a2b436a
JK
1642 /* Discontiguous range was found - that is DW_AT_ranges was found. */
1643 PC_BOUNDS_RANGES,
1644
1645 /* Contiguous range was found - DW_AT_low_pc and DW_AT_high_pc were found. */
1646 PC_BOUNDS_HIGH_LOW,
1647};
1648
1649static enum pc_bounds_kind dwarf2_get_pc_bounds (struct die_info *,
1650 CORE_ADDR *, CORE_ADDR *,
1651 struct dwarf2_cu *,
1652 struct partial_symtab *);
c906108c 1653
fae299cd
DC
1654static void get_scope_pc_bounds (struct die_info *,
1655 CORE_ADDR *, CORE_ADDR *,
1656 struct dwarf2_cu *);
1657
801e3a5b
JB
1658static void dwarf2_record_block_ranges (struct die_info *, struct block *,
1659 CORE_ADDR, struct dwarf2_cu *);
1660
a14ed312 1661static void dwarf2_add_field (struct field_info *, struct die_info *,
e7c27a73 1662 struct dwarf2_cu *);
c906108c 1663
a14ed312 1664static void dwarf2_attach_fields_to_type (struct field_info *,
e7c27a73 1665 struct type *, struct dwarf2_cu *);
c906108c 1666
a14ed312 1667static void dwarf2_add_member_fn (struct field_info *,
e26fb1d7 1668 struct die_info *, struct type *,
e7c27a73 1669 struct dwarf2_cu *);
c906108c 1670
a14ed312 1671static void dwarf2_attach_fn_fields_to_type (struct field_info *,
3e43a32a
MS
1672 struct type *,
1673 struct dwarf2_cu *);
c906108c 1674
134d01f1 1675static void process_structure_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1676
e7c27a73 1677static void read_common_block (struct die_info *, struct dwarf2_cu *);
c906108c 1678
e7c27a73 1679static void read_namespace (struct die_info *die, struct dwarf2_cu *);
d9fa45fe 1680
5d7cb8df
JK
1681static void read_module (struct die_info *die, struct dwarf2_cu *cu);
1682
22cee43f
PMR
1683static struct using_direct **using_directives (enum language);
1684
27aa8d6a
SW
1685static void read_import_statement (struct die_info *die, struct dwarf2_cu *);
1686
74921315
KS
1687static int read_namespace_alias (struct die_info *die, struct dwarf2_cu *cu);
1688
f55ee35c
JK
1689static struct type *read_module_type (struct die_info *die,
1690 struct dwarf2_cu *cu);
1691
38d518c9 1692static const char *namespace_name (struct die_info *die,
e142c38c 1693 int *is_anonymous, struct dwarf2_cu *);
38d518c9 1694
134d01f1 1695static void process_enumeration_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1696
e7c27a73 1697static CORE_ADDR decode_locdesc (struct dwarf_block *, struct dwarf2_cu *);
c906108c 1698
6e70227d 1699static enum dwarf_array_dim_ordering read_array_order (struct die_info *,
7ca2d3a3
DL
1700 struct dwarf2_cu *);
1701
bf6af496 1702static struct die_info *read_die_and_siblings_1
d521ce57 1703 (const struct die_reader_specs *, const gdb_byte *, const gdb_byte **,
bf6af496 1704 struct die_info *);
639d11d3 1705
dee91e82 1706static struct die_info *read_die_and_siblings (const struct die_reader_specs *,
d521ce57
TT
1707 const gdb_byte *info_ptr,
1708 const gdb_byte **new_info_ptr,
639d11d3
DC
1709 struct die_info *parent);
1710
d521ce57
TT
1711static const gdb_byte *read_full_die_1 (const struct die_reader_specs *,
1712 struct die_info **, const gdb_byte *,
1713 int *, int);
3019eac3 1714
d521ce57
TT
1715static const gdb_byte *read_full_die (const struct die_reader_specs *,
1716 struct die_info **, const gdb_byte *,
1717 int *);
93311388 1718
e7c27a73 1719static void process_die (struct die_info *, struct dwarf2_cu *);
c906108c 1720
15d034d0
TT
1721static const char *dwarf2_canonicalize_name (const char *, struct dwarf2_cu *,
1722 struct obstack *);
71c25dea 1723
15d034d0 1724static const char *dwarf2_name (struct die_info *die, struct dwarf2_cu *);
9219021c 1725
15d034d0 1726static const char *dwarf2_full_name (const char *name,
98bfdba5
PA
1727 struct die_info *die,
1728 struct dwarf2_cu *cu);
1729
ca69b9e6
DE
1730static const char *dwarf2_physname (const char *name, struct die_info *die,
1731 struct dwarf2_cu *cu);
1732
e142c38c 1733static struct die_info *dwarf2_extension (struct die_info *die,
f2f0e013 1734 struct dwarf2_cu **);
9219021c 1735
f39c6ffd 1736static const char *dwarf_tag_name (unsigned int);
c906108c 1737
f39c6ffd 1738static const char *dwarf_attr_name (unsigned int);
c906108c 1739
f39c6ffd 1740static const char *dwarf_form_name (unsigned int);
c906108c 1741
a121b7c1 1742static const char *dwarf_bool_name (unsigned int);
c906108c 1743
f39c6ffd 1744static const char *dwarf_type_encoding_name (unsigned int);
c906108c 1745
f9aca02d 1746static struct die_info *sibling_die (struct die_info *);
c906108c 1747
d97bc12b
DE
1748static void dump_die_shallow (struct ui_file *, int indent, struct die_info *);
1749
1750static void dump_die_for_error (struct die_info *);
1751
1752static void dump_die_1 (struct ui_file *, int level, int max_level,
1753 struct die_info *);
c906108c 1754
d97bc12b 1755/*static*/ void dump_die (struct die_info *, int max_level);
c906108c 1756
51545339 1757static void store_in_ref_table (struct die_info *,
10b3939b 1758 struct dwarf2_cu *);
c906108c 1759
ff39bb5e 1760static sect_offset dwarf2_get_ref_die_offset (const struct attribute *);
c906108c 1761
ff39bb5e 1762static LONGEST dwarf2_get_attr_constant_value (const struct attribute *, int);
a02abb62 1763
348e048f 1764static struct die_info *follow_die_ref_or_sig (struct die_info *,
ff39bb5e 1765 const struct attribute *,
348e048f
DE
1766 struct dwarf2_cu **);
1767
10b3939b 1768static struct die_info *follow_die_ref (struct die_info *,
ff39bb5e 1769 const struct attribute *,
f2f0e013 1770 struct dwarf2_cu **);
c906108c 1771
348e048f 1772static struct die_info *follow_die_sig (struct die_info *,
ff39bb5e 1773 const struct attribute *,
348e048f
DE
1774 struct dwarf2_cu **);
1775
ac9ec31b
DE
1776static struct type *get_signatured_type (struct die_info *, ULONGEST,
1777 struct dwarf2_cu *);
1778
1779static struct type *get_DW_AT_signature_type (struct die_info *,
ff39bb5e 1780 const struct attribute *,
ac9ec31b
DE
1781 struct dwarf2_cu *);
1782
e5fe5e75 1783static void load_full_type_unit (struct dwarf2_per_cu_data *per_cu);
348e048f 1784
52dc124a 1785static void read_signatured_type (struct signatured_type *);
348e048f 1786
63e43d3a
PMR
1787static int attr_to_dynamic_prop (const struct attribute *attr,
1788 struct die_info *die, struct dwarf2_cu *cu,
1789 struct dynamic_prop *prop);
1790
c906108c
SS
1791/* memory allocation interface */
1792
7b5a2f43 1793static struct dwarf_block *dwarf_alloc_block (struct dwarf2_cu *);
c906108c 1794
b60c80d6 1795static struct die_info *dwarf_alloc_die (struct dwarf2_cu *, int);
c906108c 1796
43f3e411 1797static void dwarf_decode_macros (struct dwarf2_cu *, unsigned int, int);
2e276125 1798
6e5a29e1 1799static int attr_form_is_block (const struct attribute *);
8e19ed76 1800
6e5a29e1 1801static int attr_form_is_section_offset (const struct attribute *);
3690dd37 1802
6e5a29e1 1803static int attr_form_is_constant (const struct attribute *);
3690dd37 1804
6e5a29e1 1805static int attr_form_is_ref (const struct attribute *);
7771576e 1806
8cf6f0b1
TT
1807static void fill_in_loclist_baton (struct dwarf2_cu *cu,
1808 struct dwarf2_loclist_baton *baton,
ff39bb5e 1809 const struct attribute *attr);
8cf6f0b1 1810
ff39bb5e 1811static void dwarf2_symbol_mark_computed (const struct attribute *attr,
93e7bd98 1812 struct symbol *sym,
f1e6e072
TT
1813 struct dwarf2_cu *cu,
1814 int is_block);
4c2df51b 1815
d521ce57
TT
1816static const gdb_byte *skip_one_die (const struct die_reader_specs *reader,
1817 const gdb_byte *info_ptr,
1818 struct abbrev_info *abbrev);
4bb7a0a7 1819
72bf9492
DJ
1820static hashval_t partial_die_hash (const void *item);
1821
1822static int partial_die_eq (const void *item_lhs, const void *item_rhs);
1823
ae038cb0 1824static struct dwarf2_per_cu_data *dwarf2_find_containing_comp_unit
ed2dc618
SM
1825 (sect_offset sect_off, unsigned int offset_in_dwz,
1826 struct dwarf2_per_objfile *dwarf2_per_objfile);
ae038cb0 1827
9816fde3 1828static void prepare_one_comp_unit (struct dwarf2_cu *cu,
95554aad
TT
1829 struct die_info *comp_unit_die,
1830 enum language pretend_language);
93311388 1831
ed2dc618 1832static void age_cached_comp_units (struct dwarf2_per_objfile *dwarf2_per_objfile);
ae038cb0 1833
dee91e82 1834static void free_one_cached_comp_unit (struct dwarf2_per_cu_data *);
ae038cb0 1835
f792889a
DJ
1836static struct type *set_die_type (struct die_info *, struct type *,
1837 struct dwarf2_cu *);
1c379e20 1838
ed2dc618 1839static void create_all_comp_units (struct dwarf2_per_objfile *dwarf2_per_objfile);
ae038cb0 1840
ed2dc618 1841static int create_all_type_units (struct dwarf2_per_objfile *dwarf2_per_objfile);
1fd400ff 1842
58f0c718 1843static void load_full_comp_unit (struct dwarf2_per_cu_data *, bool,
95554aad 1844 enum language);
10b3939b 1845
95554aad
TT
1846static void process_full_comp_unit (struct dwarf2_per_cu_data *,
1847 enum language);
10b3939b 1848
f4dc4d17
DE
1849static void process_full_type_unit (struct dwarf2_per_cu_data *,
1850 enum language);
1851
10b3939b
DJ
1852static void dwarf2_add_dependence (struct dwarf2_cu *,
1853 struct dwarf2_per_cu_data *);
1854
ae038cb0
DJ
1855static void dwarf2_mark (struct dwarf2_cu *);
1856
1857static void dwarf2_clear_marks (struct dwarf2_per_cu_data *);
1858
b64f50a1 1859static struct type *get_die_type_at_offset (sect_offset,
ac9ec31b 1860 struct dwarf2_per_cu_data *);
673bfd45 1861
f792889a 1862static struct type *get_die_type (struct die_info *die, struct dwarf2_cu *cu);
72019c9c 1863
95554aad
TT
1864static void queue_comp_unit (struct dwarf2_per_cu_data *per_cu,
1865 enum language pretend_language);
1866
ed2dc618 1867static void process_queue (struct dwarf2_per_objfile *dwarf2_per_objfile);
9291a0cd 1868
b303c6f6
AB
1869/* Class, the destructor of which frees all allocated queue entries. This
1870 will only have work to do if an error was thrown while processing the
1871 dwarf. If no error was thrown then the queue entries should have all
1872 been processed, and freed, as we went along. */
1873
1874class dwarf2_queue_guard
1875{
1876public:
1877 dwarf2_queue_guard () = default;
1878
1879 /* Free any entries remaining on the queue. There should only be
1880 entries left if we hit an error while processing the dwarf. */
1881 ~dwarf2_queue_guard ()
1882 {
1883 struct dwarf2_queue_item *item, *last;
1884
1885 item = dwarf2_queue;
1886 while (item)
1887 {
1888 /* Anything still marked queued is likely to be in an
1889 inconsistent state, so discard it. */
1890 if (item->per_cu->queued)
1891 {
1892 if (item->per_cu->cu != NULL)
1893 free_one_cached_comp_unit (item->per_cu);
1894 item->per_cu->queued = 0;
1895 }
1896
1897 last = item;
1898 item = item->next;
1899 xfree (last);
1900 }
1901
1902 dwarf2_queue = dwarf2_queue_tail = NULL;
1903 }
1904};
1905
d721ba37
PA
1906/* The return type of find_file_and_directory. Note, the enclosed
1907 string pointers are only valid while this object is valid. */
1908
1909struct file_and_directory
1910{
1911 /* The filename. This is never NULL. */
1912 const char *name;
1913
1914 /* The compilation directory. NULL if not known. If we needed to
1915 compute a new string, this points to COMP_DIR_STORAGE, otherwise,
1916 points directly to the DW_AT_comp_dir string attribute owned by
1917 the obstack that owns the DIE. */
1918 const char *comp_dir;
1919
1920 /* If we needed to build a new string for comp_dir, this is what
1921 owns the storage. */
1922 std::string comp_dir_storage;
1923};
1924
1925static file_and_directory find_file_and_directory (struct die_info *die,
1926 struct dwarf2_cu *cu);
9291a0cd
TT
1927
1928static char *file_full_name (int file, struct line_header *lh,
1929 const char *comp_dir);
1930
43988095
JK
1931/* Expected enum dwarf_unit_type for read_comp_unit_head. */
1932enum class rcuh_kind { COMPILE, TYPE };
1933
d521ce57 1934static const gdb_byte *read_and_check_comp_unit_head
ed2dc618
SM
1935 (struct dwarf2_per_objfile* dwarf2_per_objfile,
1936 struct comp_unit_head *header,
36586728 1937 struct dwarf2_section_info *section,
d521ce57 1938 struct dwarf2_section_info *abbrev_section, const gdb_byte *info_ptr,
43988095 1939 rcuh_kind section_kind);
36586728 1940
fd820528 1941static void init_cutu_and_read_dies
f4dc4d17 1942 (struct dwarf2_per_cu_data *this_cu, struct abbrev_table *abbrev_table,
58f0c718 1943 int use_existing_cu, int keep, bool skip_partial,
3019eac3
DE
1944 die_reader_func_ftype *die_reader_func, void *data);
1945
dee91e82
DE
1946static void init_cutu_and_read_dies_simple
1947 (struct dwarf2_per_cu_data *this_cu,
1948 die_reader_func_ftype *die_reader_func, void *data);
9291a0cd 1949
673bfd45 1950static htab_t allocate_signatured_type_table (struct objfile *objfile);
1fd400ff 1951
3019eac3
DE
1952static htab_t allocate_dwo_unit_table (struct objfile *objfile);
1953
57d63ce2 1954static struct dwo_unit *lookup_dwo_unit_in_dwp
ed2dc618
SM
1955 (struct dwarf2_per_objfile *dwarf2_per_objfile,
1956 struct dwp_file *dwp_file, const char *comp_dir,
57d63ce2 1957 ULONGEST signature, int is_debug_types);
a2ce51a0 1958
ed2dc618
SM
1959static struct dwp_file *get_dwp_file
1960 (struct dwarf2_per_objfile *dwarf2_per_objfile);
a2ce51a0 1961
3019eac3 1962static struct dwo_unit *lookup_dwo_comp_unit
a1855c1d 1963 (struct dwarf2_per_cu_data *, const char *, const char *, ULONGEST);
3019eac3
DE
1964
1965static struct dwo_unit *lookup_dwo_type_unit
a1855c1d 1966 (struct signatured_type *, const char *, const char *);
3019eac3 1967
89e63ee4
DE
1968static void queue_and_load_all_dwo_tus (struct dwarf2_per_cu_data *);
1969
263db9a1 1970static void free_dwo_file (struct dwo_file *);
3019eac3 1971
263db9a1
TT
1972/* A unique_ptr helper to free a dwo_file. */
1973
1974struct dwo_file_deleter
ed2dc618 1975{
263db9a1
TT
1976 void operator() (struct dwo_file *df) const
1977 {
1978 free_dwo_file (df);
1979 }
ed2dc618
SM
1980};
1981
263db9a1
TT
1982/* A unique pointer to a dwo_file. */
1983
1984typedef std::unique_ptr<struct dwo_file, dwo_file_deleter> dwo_file_up;
1985
ed2dc618 1986static void process_cu_includes (struct dwarf2_per_objfile *dwarf2_per_objfile);
95554aad 1987
1b80a9fa 1988static void check_producer (struct dwarf2_cu *cu);
527f3840
JK
1989
1990static void free_line_header_voidp (void *arg);
4390d890
DE
1991\f
1992/* Various complaints about symbol reading that don't abort the process. */
1993
1994static void
1995dwarf2_statement_list_fits_in_line_number_section_complaint (void)
1996{
1997 complaint (&symfile_complaints,
1998 _("statement list doesn't fit in .debug_line section"));
1999}
2000
2001static void
2002dwarf2_debug_line_missing_file_complaint (void)
2003{
2004 complaint (&symfile_complaints,
2005 _(".debug_line section has line data without a file"));
2006}
2007
2008static void
2009dwarf2_debug_line_missing_end_sequence_complaint (void)
2010{
2011 complaint (&symfile_complaints,
2012 _(".debug_line section has line "
2013 "program sequence without an end"));
2014}
2015
2016static void
2017dwarf2_complex_location_expr_complaint (void)
2018{
2019 complaint (&symfile_complaints, _("location expression too complex"));
2020}
2021
2022static void
2023dwarf2_const_value_length_mismatch_complaint (const char *arg1, int arg2,
2024 int arg3)
2025{
2026 complaint (&symfile_complaints,
2027 _("const value length mismatch for '%s', got %d, expected %d"),
2028 arg1, arg2, arg3);
2029}
2030
2031static void
2032dwarf2_section_buffer_overflow_complaint (struct dwarf2_section_info *section)
2033{
2034 complaint (&symfile_complaints,
2035 _("debug info runs off end of %s section"
2036 " [in module %s]"),
a32a8923
DE
2037 get_section_name (section),
2038 get_section_file_name (section));
4390d890 2039}
1b80a9fa 2040
4390d890
DE
2041static void
2042dwarf2_macro_malformed_definition_complaint (const char *arg1)
2043{
2044 complaint (&symfile_complaints,
2045 _("macro debug info contains a "
2046 "malformed macro definition:\n`%s'"),
2047 arg1);
2048}
2049
2050static void
2051dwarf2_invalid_attrib_class_complaint (const char *arg1, const char *arg2)
2052{
2053 complaint (&symfile_complaints,
2054 _("invalid attribute class or form for '%s' in '%s'"),
2055 arg1, arg2);
2056}
527f3840
JK
2057
2058/* Hash function for line_header_hash. */
2059
2060static hashval_t
2061line_header_hash (const struct line_header *ofs)
2062{
9c541725 2063 return to_underlying (ofs->sect_off) ^ ofs->offset_in_dwz;
527f3840
JK
2064}
2065
2066/* Hash function for htab_create_alloc_ex for line_header_hash. */
2067
2068static hashval_t
2069line_header_hash_voidp (const void *item)
2070{
9a3c8263 2071 const struct line_header *ofs = (const struct line_header *) item;
527f3840
JK
2072
2073 return line_header_hash (ofs);
2074}
2075
2076/* Equality function for line_header_hash. */
2077
2078static int
2079line_header_eq_voidp (const void *item_lhs, const void *item_rhs)
2080{
9a3c8263
SM
2081 const struct line_header *ofs_lhs = (const struct line_header *) item_lhs;
2082 const struct line_header *ofs_rhs = (const struct line_header *) item_rhs;
527f3840 2083
9c541725 2084 return (ofs_lhs->sect_off == ofs_rhs->sect_off
527f3840
JK
2085 && ofs_lhs->offset_in_dwz == ofs_rhs->offset_in_dwz);
2086}
2087
4390d890 2088\f
9291a0cd 2089
31aa7e4e
JB
2090/* Read the given attribute value as an address, taking the attribute's
2091 form into account. */
2092
2093static CORE_ADDR
2094attr_value_as_address (struct attribute *attr)
2095{
2096 CORE_ADDR addr;
2097
2098 if (attr->form != DW_FORM_addr && attr->form != DW_FORM_GNU_addr_index)
2099 {
2100 /* Aside from a few clearly defined exceptions, attributes that
2101 contain an address must always be in DW_FORM_addr form.
2102 Unfortunately, some compilers happen to be violating this
2103 requirement by encoding addresses using other forms, such
2104 as DW_FORM_data4 for example. For those broken compilers,
2105 we try to do our best, without any guarantee of success,
2106 to interpret the address correctly. It would also be nice
2107 to generate a complaint, but that would require us to maintain
2108 a list of legitimate cases where a non-address form is allowed,
2109 as well as update callers to pass in at least the CU's DWARF
2110 version. This is more overhead than what we're willing to
2111 expand for a pretty rare case. */
2112 addr = DW_UNSND (attr);
2113 }
2114 else
2115 addr = DW_ADDR (attr);
2116
2117 return addr;
2118}
2119
330cdd98
PA
2120/* See declaration. */
2121
2122dwarf2_per_objfile::dwarf2_per_objfile (struct objfile *objfile_,
2123 const dwarf2_debug_sections *names)
2124 : objfile (objfile_)
2125{
2126 if (names == NULL)
2127 names = &dwarf2_elf_names;
2128
2129 bfd *obfd = objfile->obfd;
2130
2131 for (asection *sec = obfd->sections; sec != NULL; sec = sec->next)
2132 locate_sections (obfd, sec, *names);
2133}
2134
fc8e7e75
SM
2135static void free_dwo_files (htab_t dwo_files, struct objfile *objfile);
2136
330cdd98
PA
2137dwarf2_per_objfile::~dwarf2_per_objfile ()
2138{
2139 /* Cached DIE trees use xmalloc and the comp_unit_obstack. */
2140 free_cached_comp_units ();
2141
2142 if (quick_file_names_table)
2143 htab_delete (quick_file_names_table);
2144
2145 if (line_header_hash)
2146 htab_delete (line_header_hash);
2147
b76e467d
SM
2148 for (dwarf2_per_cu_data *per_cu : all_comp_units)
2149 VEC_free (dwarf2_per_cu_ptr, per_cu->imported_symtabs);
fc8e7e75 2150
b2bdb8cf
SM
2151 for (signatured_type *sig_type : all_type_units)
2152 VEC_free (dwarf2_per_cu_ptr, sig_type->per_cu.imported_symtabs);
fc8e7e75
SM
2153
2154 VEC_free (dwarf2_section_info_def, types);
2155
2156 if (dwo_files != NULL)
2157 free_dwo_files (dwo_files, objfile);
fc8e7e75 2158
330cdd98
PA
2159 /* Everything else should be on the objfile obstack. */
2160}
2161
2162/* See declaration. */
2163
2164void
2165dwarf2_per_objfile::free_cached_comp_units ()
2166{
2167 dwarf2_per_cu_data *per_cu = read_in_chain;
2168 dwarf2_per_cu_data **last_chain = &read_in_chain;
2169 while (per_cu != NULL)
2170 {
2171 dwarf2_per_cu_data *next_cu = per_cu->cu->read_in_chain;
2172
fcd3b13d 2173 delete per_cu->cu;
330cdd98
PA
2174 *last_chain = next_cu;
2175 per_cu = next_cu;
2176 }
2177}
2178
11ed8cad
TT
2179/* A helper class that calls free_cached_comp_units on
2180 destruction. */
2181
2182class free_cached_comp_units
2183{
2184public:
2185
2186 explicit free_cached_comp_units (dwarf2_per_objfile *per_objfile)
2187 : m_per_objfile (per_objfile)
2188 {
2189 }
2190
2191 ~free_cached_comp_units ()
2192 {
2193 m_per_objfile->free_cached_comp_units ();
2194 }
2195
2196 DISABLE_COPY_AND_ASSIGN (free_cached_comp_units);
2197
2198private:
2199
2200 dwarf2_per_objfile *m_per_objfile;
2201};
2202
c906108c 2203/* Try to locate the sections we need for DWARF 2 debugging
251d32d9
TG
2204 information and return true if we have enough to do something.
2205 NAMES points to the dwarf2 section names, or is NULL if the standard
2206 ELF names are used. */
c906108c
SS
2207
2208int
251d32d9
TG
2209dwarf2_has_info (struct objfile *objfile,
2210 const struct dwarf2_debug_sections *names)
c906108c 2211{
97cbe998
SDJ
2212 if (objfile->flags & OBJF_READNEVER)
2213 return 0;
2214
ed2dc618
SM
2215 struct dwarf2_per_objfile *dwarf2_per_objfile
2216 = get_dwarf2_per_objfile (objfile);
2217
2218 if (dwarf2_per_objfile == NULL)
be391dca
TT
2219 {
2220 /* Initialize per-objfile state. */
fd90ace4
YQ
2221 dwarf2_per_objfile
2222 = new (&objfile->objfile_obstack) struct dwarf2_per_objfile (objfile,
2223 names);
ed2dc618 2224 set_dwarf2_per_objfile (objfile, dwarf2_per_objfile);
be391dca 2225 }
73869dc2 2226 return (!dwarf2_per_objfile->info.is_virtual
049412e3 2227 && dwarf2_per_objfile->info.s.section != NULL
73869dc2 2228 && !dwarf2_per_objfile->abbrev.is_virtual
049412e3 2229 && dwarf2_per_objfile->abbrev.s.section != NULL);
73869dc2
DE
2230}
2231
2232/* Return the containing section of virtual section SECTION. */
2233
2234static struct dwarf2_section_info *
2235get_containing_section (const struct dwarf2_section_info *section)
2236{
2237 gdb_assert (section->is_virtual);
2238 return section->s.containing_section;
c906108c
SS
2239}
2240
a32a8923
DE
2241/* Return the bfd owner of SECTION. */
2242
2243static struct bfd *
2244get_section_bfd_owner (const struct dwarf2_section_info *section)
2245{
73869dc2
DE
2246 if (section->is_virtual)
2247 {
2248 section = get_containing_section (section);
2249 gdb_assert (!section->is_virtual);
2250 }
049412e3 2251 return section->s.section->owner;
a32a8923
DE
2252}
2253
2254/* Return the bfd section of SECTION.
2255 Returns NULL if the section is not present. */
2256
2257static asection *
2258get_section_bfd_section (const struct dwarf2_section_info *section)
2259{
73869dc2
DE
2260 if (section->is_virtual)
2261 {
2262 section = get_containing_section (section);
2263 gdb_assert (!section->is_virtual);
2264 }
049412e3 2265 return section->s.section;
a32a8923
DE
2266}
2267
2268/* Return the name of SECTION. */
2269
2270static const char *
2271get_section_name (const struct dwarf2_section_info *section)
2272{
2273 asection *sectp = get_section_bfd_section (section);
2274
2275 gdb_assert (sectp != NULL);
2276 return bfd_section_name (get_section_bfd_owner (section), sectp);
2277}
2278
2279/* Return the name of the file SECTION is in. */
2280
2281static const char *
2282get_section_file_name (const struct dwarf2_section_info *section)
2283{
2284 bfd *abfd = get_section_bfd_owner (section);
2285
2286 return bfd_get_filename (abfd);
2287}
2288
2289/* Return the id of SECTION.
2290 Returns 0 if SECTION doesn't exist. */
2291
2292static int
2293get_section_id (const struct dwarf2_section_info *section)
2294{
2295 asection *sectp = get_section_bfd_section (section);
2296
2297 if (sectp == NULL)
2298 return 0;
2299 return sectp->id;
2300}
2301
2302/* Return the flags of SECTION.
73869dc2 2303 SECTION (or containing section if this is a virtual section) must exist. */
a32a8923
DE
2304
2305static int
2306get_section_flags (const struct dwarf2_section_info *section)
2307{
2308 asection *sectp = get_section_bfd_section (section);
2309
2310 gdb_assert (sectp != NULL);
2311 return bfd_get_section_flags (sectp->owner, sectp);
2312}
2313
251d32d9
TG
2314/* When loading sections, we look either for uncompressed section or for
2315 compressed section names. */
233a11ab
CS
2316
2317static int
251d32d9
TG
2318section_is_p (const char *section_name,
2319 const struct dwarf2_section_names *names)
233a11ab 2320{
251d32d9
TG
2321 if (names->normal != NULL
2322 && strcmp (section_name, names->normal) == 0)
2323 return 1;
2324 if (names->compressed != NULL
2325 && strcmp (section_name, names->compressed) == 0)
2326 return 1;
2327 return 0;
233a11ab
CS
2328}
2329
330cdd98 2330/* See declaration. */
c906108c 2331
330cdd98
PA
2332void
2333dwarf2_per_objfile::locate_sections (bfd *abfd, asection *sectp,
2334 const dwarf2_debug_sections &names)
c906108c 2335{
dc7650b8 2336 flagword aflag = bfd_get_section_flags (abfd, sectp);
251d32d9 2337
dc7650b8
JK
2338 if ((aflag & SEC_HAS_CONTENTS) == 0)
2339 {
2340 }
330cdd98 2341 else if (section_is_p (sectp->name, &names.info))
c906108c 2342 {
330cdd98
PA
2343 this->info.s.section = sectp;
2344 this->info.size = bfd_get_section_size (sectp);
c906108c 2345 }
330cdd98 2346 else if (section_is_p (sectp->name, &names.abbrev))
c906108c 2347 {
330cdd98
PA
2348 this->abbrev.s.section = sectp;
2349 this->abbrev.size = bfd_get_section_size (sectp);
c906108c 2350 }
330cdd98 2351 else if (section_is_p (sectp->name, &names.line))
c906108c 2352 {
330cdd98
PA
2353 this->line.s.section = sectp;
2354 this->line.size = bfd_get_section_size (sectp);
c906108c 2355 }
330cdd98 2356 else if (section_is_p (sectp->name, &names.loc))
c906108c 2357 {
330cdd98
PA
2358 this->loc.s.section = sectp;
2359 this->loc.size = bfd_get_section_size (sectp);
c906108c 2360 }
330cdd98 2361 else if (section_is_p (sectp->name, &names.loclists))
43988095 2362 {
330cdd98
PA
2363 this->loclists.s.section = sectp;
2364 this->loclists.size = bfd_get_section_size (sectp);
43988095 2365 }
330cdd98 2366 else if (section_is_p (sectp->name, &names.macinfo))
c906108c 2367 {
330cdd98
PA
2368 this->macinfo.s.section = sectp;
2369 this->macinfo.size = bfd_get_section_size (sectp);
c906108c 2370 }
330cdd98 2371 else if (section_is_p (sectp->name, &names.macro))
cf2c3c16 2372 {
330cdd98
PA
2373 this->macro.s.section = sectp;
2374 this->macro.size = bfd_get_section_size (sectp);
cf2c3c16 2375 }
330cdd98 2376 else if (section_is_p (sectp->name, &names.str))
c906108c 2377 {
330cdd98
PA
2378 this->str.s.section = sectp;
2379 this->str.size = bfd_get_section_size (sectp);
c906108c 2380 }
330cdd98 2381 else if (section_is_p (sectp->name, &names.line_str))
43988095 2382 {
330cdd98
PA
2383 this->line_str.s.section = sectp;
2384 this->line_str.size = bfd_get_section_size (sectp);
43988095 2385 }
330cdd98 2386 else if (section_is_p (sectp->name, &names.addr))
3019eac3 2387 {
330cdd98
PA
2388 this->addr.s.section = sectp;
2389 this->addr.size = bfd_get_section_size (sectp);
3019eac3 2390 }
330cdd98 2391 else if (section_is_p (sectp->name, &names.frame))
b6af0555 2392 {
330cdd98
PA
2393 this->frame.s.section = sectp;
2394 this->frame.size = bfd_get_section_size (sectp);
b6af0555 2395 }
330cdd98 2396 else if (section_is_p (sectp->name, &names.eh_frame))
b6af0555 2397 {
330cdd98
PA
2398 this->eh_frame.s.section = sectp;
2399 this->eh_frame.size = bfd_get_section_size (sectp);
b6af0555 2400 }
330cdd98 2401 else if (section_is_p (sectp->name, &names.ranges))
af34e669 2402 {
330cdd98
PA
2403 this->ranges.s.section = sectp;
2404 this->ranges.size = bfd_get_section_size (sectp);
af34e669 2405 }
330cdd98 2406 else if (section_is_p (sectp->name, &names.rnglists))
43988095 2407 {
330cdd98
PA
2408 this->rnglists.s.section = sectp;
2409 this->rnglists.size = bfd_get_section_size (sectp);
43988095 2410 }
330cdd98 2411 else if (section_is_p (sectp->name, &names.types))
348e048f 2412 {
8b70b953
TT
2413 struct dwarf2_section_info type_section;
2414
2415 memset (&type_section, 0, sizeof (type_section));
049412e3 2416 type_section.s.section = sectp;
8b70b953
TT
2417 type_section.size = bfd_get_section_size (sectp);
2418
330cdd98 2419 VEC_safe_push (dwarf2_section_info_def, this->types,
8b70b953 2420 &type_section);
348e048f 2421 }
330cdd98 2422 else if (section_is_p (sectp->name, &names.gdb_index))
9291a0cd 2423 {
330cdd98
PA
2424 this->gdb_index.s.section = sectp;
2425 this->gdb_index.size = bfd_get_section_size (sectp);
9291a0cd 2426 }
927aa2e7
JK
2427 else if (section_is_p (sectp->name, &names.debug_names))
2428 {
2429 this->debug_names.s.section = sectp;
2430 this->debug_names.size = bfd_get_section_size (sectp);
2431 }
2432 else if (section_is_p (sectp->name, &names.debug_aranges))
2433 {
2434 this->debug_aranges.s.section = sectp;
2435 this->debug_aranges.size = bfd_get_section_size (sectp);
2436 }
dce234bc 2437
b4e1fd61 2438 if ((bfd_get_section_flags (abfd, sectp) & (SEC_LOAD | SEC_ALLOC))
72dca2f5 2439 && bfd_section_vma (abfd, sectp) == 0)
330cdd98 2440 this->has_section_at_zero = true;
c906108c
SS
2441}
2442
fceca515
DE
2443/* A helper function that decides whether a section is empty,
2444 or not present. */
9e0ac564
TT
2445
2446static int
19ac8c2e 2447dwarf2_section_empty_p (const struct dwarf2_section_info *section)
9e0ac564 2448{
73869dc2
DE
2449 if (section->is_virtual)
2450 return section->size == 0;
049412e3 2451 return section->s.section == NULL || section->size == 0;
9e0ac564
TT
2452}
2453
cd4fb1b2 2454/* See dwarf2read.h. */
c906108c 2455
cd4fb1b2
SM
2456void
2457dwarf2_read_section (struct objfile *objfile, dwarf2_section_info *info)
c906108c 2458{
a32a8923 2459 asection *sectp;
3019eac3 2460 bfd *abfd;
dce234bc 2461 gdb_byte *buf, *retbuf;
c906108c 2462
be391dca
TT
2463 if (info->readin)
2464 return;
dce234bc 2465 info->buffer = NULL;
be391dca 2466 info->readin = 1;
188dd5d6 2467
9e0ac564 2468 if (dwarf2_section_empty_p (info))
dce234bc 2469 return;
c906108c 2470
a32a8923 2471 sectp = get_section_bfd_section (info);
3019eac3 2472
73869dc2
DE
2473 /* If this is a virtual section we need to read in the real one first. */
2474 if (info->is_virtual)
2475 {
2476 struct dwarf2_section_info *containing_section =
2477 get_containing_section (info);
2478
2479 gdb_assert (sectp != NULL);
2480 if ((sectp->flags & SEC_RELOC) != 0)
2481 {
2482 error (_("Dwarf Error: DWP format V2 with relocations is not"
2483 " supported in section %s [in module %s]"),
2484 get_section_name (info), get_section_file_name (info));
2485 }
2486 dwarf2_read_section (objfile, containing_section);
2487 /* Other code should have already caught virtual sections that don't
2488 fit. */
2489 gdb_assert (info->virtual_offset + info->size
2490 <= containing_section->size);
2491 /* If the real section is empty or there was a problem reading the
2492 section we shouldn't get here. */
2493 gdb_assert (containing_section->buffer != NULL);
2494 info->buffer = containing_section->buffer + info->virtual_offset;
2495 return;
2496 }
2497
4bf44c1c
TT
2498 /* If the section has relocations, we must read it ourselves.
2499 Otherwise we attach it to the BFD. */
2500 if ((sectp->flags & SEC_RELOC) == 0)
dce234bc 2501 {
d521ce57 2502 info->buffer = gdb_bfd_map_section (sectp, &info->size);
4bf44c1c 2503 return;
dce234bc 2504 }
dce234bc 2505
224c3ddb 2506 buf = (gdb_byte *) obstack_alloc (&objfile->objfile_obstack, info->size);
4bf44c1c 2507 info->buffer = buf;
dce234bc
PP
2508
2509 /* When debugging .o files, we may need to apply relocations; see
2510 http://sourceware.org/ml/gdb-patches/2002-04/msg00136.html .
2511 We never compress sections in .o files, so we only need to
2512 try this when the section is not compressed. */
ac8035ab 2513 retbuf = symfile_relocate_debug_section (objfile, sectp, buf);
dce234bc
PP
2514 if (retbuf != NULL)
2515 {
2516 info->buffer = retbuf;
2517 return;
2518 }
2519
a32a8923
DE
2520 abfd = get_section_bfd_owner (info);
2521 gdb_assert (abfd != NULL);
2522
dce234bc
PP
2523 if (bfd_seek (abfd, sectp->filepos, SEEK_SET) != 0
2524 || bfd_bread (buf, info->size, abfd) != info->size)
19ac8c2e
DE
2525 {
2526 error (_("Dwarf Error: Can't read DWARF data"
2527 " in section %s [in module %s]"),
2528 bfd_section_name (abfd, sectp), bfd_get_filename (abfd));
2529 }
dce234bc
PP
2530}
2531
9e0ac564
TT
2532/* A helper function that returns the size of a section in a safe way.
2533 If you are positive that the section has been read before using the
2534 size, then it is safe to refer to the dwarf2_section_info object's
2535 "size" field directly. In other cases, you must call this
2536 function, because for compressed sections the size field is not set
2537 correctly until the section has been read. */
2538
2539static bfd_size_type
2540dwarf2_section_size (struct objfile *objfile,
2541 struct dwarf2_section_info *info)
2542{
2543 if (!info->readin)
2544 dwarf2_read_section (objfile, info);
2545 return info->size;
2546}
2547
dce234bc 2548/* Fill in SECTP, BUFP and SIZEP with section info, given OBJFILE and
0963b4bd 2549 SECTION_NAME. */
af34e669 2550
dce234bc 2551void
3017a003
TG
2552dwarf2_get_section_info (struct objfile *objfile,
2553 enum dwarf2_section_enum sect,
d521ce57 2554 asection **sectp, const gdb_byte **bufp,
dce234bc
PP
2555 bfd_size_type *sizep)
2556{
2557 struct dwarf2_per_objfile *data
9a3c8263
SM
2558 = (struct dwarf2_per_objfile *) objfile_data (objfile,
2559 dwarf2_objfile_data_key);
dce234bc 2560 struct dwarf2_section_info *info;
a3b2a86b
TT
2561
2562 /* We may see an objfile without any DWARF, in which case we just
2563 return nothing. */
2564 if (data == NULL)
2565 {
2566 *sectp = NULL;
2567 *bufp = NULL;
2568 *sizep = 0;
2569 return;
2570 }
3017a003
TG
2571 switch (sect)
2572 {
2573 case DWARF2_DEBUG_FRAME:
2574 info = &data->frame;
2575 break;
2576 case DWARF2_EH_FRAME:
2577 info = &data->eh_frame;
2578 break;
2579 default:
2580 gdb_assert_not_reached ("unexpected section");
2581 }
dce234bc 2582
9e0ac564 2583 dwarf2_read_section (objfile, info);
dce234bc 2584
a32a8923 2585 *sectp = get_section_bfd_section (info);
dce234bc
PP
2586 *bufp = info->buffer;
2587 *sizep = info->size;
2588}
2589
36586728
TT
2590/* A helper function to find the sections for a .dwz file. */
2591
2592static void
2593locate_dwz_sections (bfd *abfd, asection *sectp, void *arg)
2594{
9a3c8263 2595 struct dwz_file *dwz_file = (struct dwz_file *) arg;
36586728
TT
2596
2597 /* Note that we only support the standard ELF names, because .dwz
2598 is ELF-only (at the time of writing). */
2599 if (section_is_p (sectp->name, &dwarf2_elf_names.abbrev))
2600 {
049412e3 2601 dwz_file->abbrev.s.section = sectp;
36586728
TT
2602 dwz_file->abbrev.size = bfd_get_section_size (sectp);
2603 }
2604 else if (section_is_p (sectp->name, &dwarf2_elf_names.info))
2605 {
049412e3 2606 dwz_file->info.s.section = sectp;
36586728
TT
2607 dwz_file->info.size = bfd_get_section_size (sectp);
2608 }
2609 else if (section_is_p (sectp->name, &dwarf2_elf_names.str))
2610 {
049412e3 2611 dwz_file->str.s.section = sectp;
36586728
TT
2612 dwz_file->str.size = bfd_get_section_size (sectp);
2613 }
2614 else if (section_is_p (sectp->name, &dwarf2_elf_names.line))
2615 {
049412e3 2616 dwz_file->line.s.section = sectp;
36586728
TT
2617 dwz_file->line.size = bfd_get_section_size (sectp);
2618 }
2619 else if (section_is_p (sectp->name, &dwarf2_elf_names.macro))
2620 {
049412e3 2621 dwz_file->macro.s.section = sectp;
36586728
TT
2622 dwz_file->macro.size = bfd_get_section_size (sectp);
2623 }
2ec9a5e0
TT
2624 else if (section_is_p (sectp->name, &dwarf2_elf_names.gdb_index))
2625 {
049412e3 2626 dwz_file->gdb_index.s.section = sectp;
2ec9a5e0
TT
2627 dwz_file->gdb_index.size = bfd_get_section_size (sectp);
2628 }
927aa2e7
JK
2629 else if (section_is_p (sectp->name, &dwarf2_elf_names.debug_names))
2630 {
2631 dwz_file->debug_names.s.section = sectp;
2632 dwz_file->debug_names.size = bfd_get_section_size (sectp);
2633 }
36586728
TT
2634}
2635
4db1a1dc
TT
2636/* Open the separate '.dwz' debug file, if needed. Return NULL if
2637 there is no .gnu_debugaltlink section in the file. Error if there
2638 is such a section but the file cannot be found. */
36586728
TT
2639
2640static struct dwz_file *
ed2dc618 2641dwarf2_get_dwz_file (struct dwarf2_per_objfile *dwarf2_per_objfile)
36586728 2642{
36586728 2643 const char *filename;
acd13123 2644 bfd_size_type buildid_len_arg;
dc294be5
TT
2645 size_t buildid_len;
2646 bfd_byte *buildid;
36586728
TT
2647
2648 if (dwarf2_per_objfile->dwz_file != NULL)
7ff8cb8c 2649 return dwarf2_per_objfile->dwz_file.get ();
36586728 2650
4db1a1dc 2651 bfd_set_error (bfd_error_no_error);
791afaa2
TT
2652 gdb::unique_xmalloc_ptr<char> data
2653 (bfd_get_alt_debug_link_info (dwarf2_per_objfile->objfile->obfd,
2654 &buildid_len_arg, &buildid));
4db1a1dc
TT
2655 if (data == NULL)
2656 {
2657 if (bfd_get_error () == bfd_error_no_error)
2658 return NULL;
2659 error (_("could not read '.gnu_debugaltlink' section: %s"),
2660 bfd_errmsg (bfd_get_error ()));
2661 }
791afaa2
TT
2662
2663 gdb::unique_xmalloc_ptr<bfd_byte> buildid_holder (buildid);
36586728 2664
acd13123
TT
2665 buildid_len = (size_t) buildid_len_arg;
2666
791afaa2 2667 filename = data.get ();
d721ba37
PA
2668
2669 std::string abs_storage;
36586728
TT
2670 if (!IS_ABSOLUTE_PATH (filename))
2671 {
14278e1f
TT
2672 gdb::unique_xmalloc_ptr<char> abs
2673 = gdb_realpath (objfile_name (dwarf2_per_objfile->objfile));
36586728 2674
14278e1f 2675 abs_storage = ldirname (abs.get ()) + SLASH_STRING + filename;
d721ba37 2676 filename = abs_storage.c_str ();
36586728
TT
2677 }
2678
dc294be5
TT
2679 /* First try the file name given in the section. If that doesn't
2680 work, try to use the build-id instead. */
192b62ce 2681 gdb_bfd_ref_ptr dwz_bfd (gdb_bfd_open (filename, gnutarget, -1));
dc294be5 2682 if (dwz_bfd != NULL)
36586728 2683 {
192b62ce
TT
2684 if (!build_id_verify (dwz_bfd.get (), buildid_len, buildid))
2685 dwz_bfd.release ();
36586728
TT
2686 }
2687
dc294be5
TT
2688 if (dwz_bfd == NULL)
2689 dwz_bfd = build_id_to_debug_bfd (buildid_len, buildid);
2690
2691 if (dwz_bfd == NULL)
2692 error (_("could not find '.gnu_debugaltlink' file for %s"),
2693 objfile_name (dwarf2_per_objfile->objfile));
2694
7ff8cb8c
TT
2695 std::unique_ptr<struct dwz_file> result
2696 (new struct dwz_file (std::move (dwz_bfd)));
36586728 2697
7ff8cb8c
TT
2698 bfd_map_over_sections (result->dwz_bfd.get (), locate_dwz_sections,
2699 result.get ());
36586728 2700
7ff8cb8c
TT
2701 gdb_bfd_record_inclusion (dwarf2_per_objfile->objfile->obfd,
2702 result->dwz_bfd.get ());
2703 dwarf2_per_objfile->dwz_file = std::move (result);
2704 return dwarf2_per_objfile->dwz_file.get ();
36586728 2705}
9291a0cd 2706\f
7b9f3c50
DE
2707/* DWARF quick_symbols_functions support. */
2708
2709/* TUs can share .debug_line entries, and there can be a lot more TUs than
2710 unique line tables, so we maintain a separate table of all .debug_line
2711 derived entries to support the sharing.
2712 All the quick functions need is the list of file names. We discard the
2713 line_header when we're done and don't need to record it here. */
2714struct quick_file_names
2715{
094b34ac
DE
2716 /* The data used to construct the hash key. */
2717 struct stmt_list_hash hash;
7b9f3c50
DE
2718
2719 /* The number of entries in file_names, real_names. */
2720 unsigned int num_file_names;
2721
2722 /* The file names from the line table, after being run through
2723 file_full_name. */
2724 const char **file_names;
2725
2726 /* The file names from the line table after being run through
2727 gdb_realpath. These are computed lazily. */
2728 const char **real_names;
2729};
2730
2731/* When using the index (and thus not using psymtabs), each CU has an
2732 object of this type. This is used to hold information needed by
2733 the various "quick" methods. */
2734struct dwarf2_per_cu_quick_data
2735{
2736 /* The file table. This can be NULL if there was no file table
2737 or it's currently not read in.
2738 NOTE: This points into dwarf2_per_objfile->quick_file_names_table. */
2739 struct quick_file_names *file_names;
2740
2741 /* The corresponding symbol table. This is NULL if symbols for this
2742 CU have not yet been read. */
43f3e411 2743 struct compunit_symtab *compunit_symtab;
7b9f3c50
DE
2744
2745 /* A temporary mark bit used when iterating over all CUs in
2746 expand_symtabs_matching. */
2747 unsigned int mark : 1;
2748
2749 /* True if we've tried to read the file table and found there isn't one.
2750 There will be no point in trying to read it again next time. */
2751 unsigned int no_file_data : 1;
2752};
2753
094b34ac
DE
2754/* Utility hash function for a stmt_list_hash. */
2755
2756static hashval_t
2757hash_stmt_list_entry (const struct stmt_list_hash *stmt_list_hash)
2758{
2759 hashval_t v = 0;
2760
2761 if (stmt_list_hash->dwo_unit != NULL)
2762 v += (uintptr_t) stmt_list_hash->dwo_unit->dwo_file;
9c541725 2763 v += to_underlying (stmt_list_hash->line_sect_off);
094b34ac
DE
2764 return v;
2765}
2766
2767/* Utility equality function for a stmt_list_hash. */
2768
2769static int
2770eq_stmt_list_entry (const struct stmt_list_hash *lhs,
2771 const struct stmt_list_hash *rhs)
2772{
2773 if ((lhs->dwo_unit != NULL) != (rhs->dwo_unit != NULL))
2774 return 0;
2775 if (lhs->dwo_unit != NULL
2776 && lhs->dwo_unit->dwo_file != rhs->dwo_unit->dwo_file)
2777 return 0;
2778
9c541725 2779 return lhs->line_sect_off == rhs->line_sect_off;
094b34ac
DE
2780}
2781
7b9f3c50
DE
2782/* Hash function for a quick_file_names. */
2783
2784static hashval_t
2785hash_file_name_entry (const void *e)
2786{
9a3c8263
SM
2787 const struct quick_file_names *file_data
2788 = (const struct quick_file_names *) e;
7b9f3c50 2789
094b34ac 2790 return hash_stmt_list_entry (&file_data->hash);
7b9f3c50
DE
2791}
2792
2793/* Equality function for a quick_file_names. */
2794
2795static int
2796eq_file_name_entry (const void *a, const void *b)
2797{
9a3c8263
SM
2798 const struct quick_file_names *ea = (const struct quick_file_names *) a;
2799 const struct quick_file_names *eb = (const struct quick_file_names *) b;
7b9f3c50 2800
094b34ac 2801 return eq_stmt_list_entry (&ea->hash, &eb->hash);
7b9f3c50
DE
2802}
2803
2804/* Delete function for a quick_file_names. */
2805
2806static void
2807delete_file_name_entry (void *e)
2808{
9a3c8263 2809 struct quick_file_names *file_data = (struct quick_file_names *) e;
7b9f3c50
DE
2810 int i;
2811
2812 for (i = 0; i < file_data->num_file_names; ++i)
2813 {
2814 xfree ((void*) file_data->file_names[i]);
2815 if (file_data->real_names)
2816 xfree ((void*) file_data->real_names[i]);
2817 }
2818
2819 /* The space for the struct itself lives on objfile_obstack,
2820 so we don't free it here. */
2821}
2822
2823/* Create a quick_file_names hash table. */
2824
2825static htab_t
2826create_quick_file_names_table (unsigned int nr_initial_entries)
2827{
2828 return htab_create_alloc (nr_initial_entries,
2829 hash_file_name_entry, eq_file_name_entry,
2830 delete_file_name_entry, xcalloc, xfree);
2831}
9291a0cd 2832
918dd910
JK
2833/* Read in PER_CU->CU. This function is unrelated to symtabs, symtab would
2834 have to be created afterwards. You should call age_cached_comp_units after
2835 processing PER_CU->CU. dw2_setup must have been already called. */
2836
2837static void
58f0c718 2838load_cu (struct dwarf2_per_cu_data *per_cu, bool skip_partial)
918dd910 2839{
3019eac3 2840 if (per_cu->is_debug_types)
e5fe5e75 2841 load_full_type_unit (per_cu);
918dd910 2842 else
58f0c718 2843 load_full_comp_unit (per_cu, skip_partial, language_minimal);
918dd910 2844
cc12ce38
DE
2845 if (per_cu->cu == NULL)
2846 return; /* Dummy CU. */
2dc860c0
DE
2847
2848 dwarf2_find_base_address (per_cu->cu->dies, per_cu->cu);
918dd910
JK
2849}
2850
a0f42c21 2851/* Read in the symbols for PER_CU. */
2fdf6df6 2852
9291a0cd 2853static void
58f0c718 2854dw2_do_instantiate_symtab (struct dwarf2_per_cu_data *per_cu, bool skip_partial)
9291a0cd 2855{
ed2dc618 2856 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
9291a0cd 2857
f4dc4d17
DE
2858 /* Skip type_unit_groups, reading the type units they contain
2859 is handled elsewhere. */
2860 if (IS_TYPE_UNIT_GROUP (per_cu))
2861 return;
2862
b303c6f6
AB
2863 /* The destructor of dwarf2_queue_guard frees any entries left on
2864 the queue. After this point we're guaranteed to leave this function
2865 with the dwarf queue empty. */
2866 dwarf2_queue_guard q_guard;
9291a0cd 2867
95554aad 2868 if (dwarf2_per_objfile->using_index
43f3e411 2869 ? per_cu->v.quick->compunit_symtab == NULL
95554aad
TT
2870 : (per_cu->v.psymtab == NULL || !per_cu->v.psymtab->readin))
2871 {
2872 queue_comp_unit (per_cu, language_minimal);
58f0c718 2873 load_cu (per_cu, skip_partial);
89e63ee4
DE
2874
2875 /* If we just loaded a CU from a DWO, and we're working with an index
2876 that may badly handle TUs, load all the TUs in that DWO as well.
2877 http://sourceware.org/bugzilla/show_bug.cgi?id=15021 */
2878 if (!per_cu->is_debug_types
cc12ce38 2879 && per_cu->cu != NULL
89e63ee4
DE
2880 && per_cu->cu->dwo_unit != NULL
2881 && dwarf2_per_objfile->index_table != NULL
2882 && dwarf2_per_objfile->index_table->version <= 7
2883 /* DWP files aren't supported yet. */
ed2dc618 2884 && get_dwp_file (dwarf2_per_objfile) == NULL)
89e63ee4 2885 queue_and_load_all_dwo_tus (per_cu);
95554aad 2886 }
9291a0cd 2887
ed2dc618 2888 process_queue (dwarf2_per_objfile);
9291a0cd
TT
2889
2890 /* Age the cache, releasing compilation units that have not
2891 been used recently. */
ed2dc618 2892 age_cached_comp_units (dwarf2_per_objfile);
9291a0cd
TT
2893}
2894
2895/* Ensure that the symbols for PER_CU have been read in. OBJFILE is
2896 the objfile from which this CU came. Returns the resulting symbol
2897 table. */
2fdf6df6 2898
43f3e411 2899static struct compunit_symtab *
58f0c718 2900dw2_instantiate_symtab (struct dwarf2_per_cu_data *per_cu, bool skip_partial)
9291a0cd 2901{
ed2dc618
SM
2902 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
2903
95554aad 2904 gdb_assert (dwarf2_per_objfile->using_index);
43f3e411 2905 if (!per_cu->v.quick->compunit_symtab)
9291a0cd 2906 {
11ed8cad 2907 free_cached_comp_units freer (dwarf2_per_objfile);
c83dd867 2908 scoped_restore decrementer = increment_reading_symtab ();
58f0c718 2909 dw2_do_instantiate_symtab (per_cu, skip_partial);
ed2dc618 2910 process_cu_includes (dwarf2_per_objfile);
9291a0cd 2911 }
f194fefb 2912
43f3e411 2913 return per_cu->v.quick->compunit_symtab;
9291a0cd
TT
2914}
2915
ff4c9fec 2916/* See declaration. */
f4dc4d17 2917
ff4c9fec
SM
2918dwarf2_per_cu_data *
2919dwarf2_per_objfile::get_cutu (int index)
2920{
b76e467d 2921 if (index >= this->all_comp_units.size ())
ff4c9fec 2922 {
b76e467d 2923 index -= this->all_comp_units.size ();
b2bdb8cf 2924 gdb_assert (index < this->all_type_units.size ());
ff4c9fec
SM
2925 return &this->all_type_units[index]->per_cu;
2926 }
f4dc4d17 2927
ff4c9fec
SM
2928 return this->all_comp_units[index];
2929}
f4dc4d17 2930
ff4c9fec 2931/* See declaration. */
2fdf6df6 2932
ff4c9fec
SM
2933dwarf2_per_cu_data *
2934dwarf2_per_objfile::get_cu (int index)
1fd400ff 2935{
b76e467d 2936 gdb_assert (index >= 0 && index < this->all_comp_units.size ());
f4dc4d17 2937
ff4c9fec 2938 return this->all_comp_units[index];
f4dc4d17
DE
2939}
2940
ff4c9fec 2941/* See declaration. */
f4dc4d17 2942
ff4c9fec
SM
2943signatured_type *
2944dwarf2_per_objfile::get_tu (int index)
f4dc4d17 2945{
b2bdb8cf 2946 gdb_assert (index >= 0 && index < this->all_type_units.size ());
f4dc4d17 2947
ff4c9fec 2948 return this->all_type_units[index];
1fd400ff
TT
2949}
2950
4b514bc8
JK
2951/* Return a new dwarf2_per_cu_data allocated on OBJFILE's
2952 objfile_obstack, and constructed with the specified field
2953 values. */
2954
2955static dwarf2_per_cu_data *
ed2dc618 2956create_cu_from_index_list (struct dwarf2_per_objfile *dwarf2_per_objfile,
4b514bc8
JK
2957 struct dwarf2_section_info *section,
2958 int is_dwz,
2959 sect_offset sect_off, ULONGEST length)
2960{
ed2dc618 2961 struct objfile *objfile = dwarf2_per_objfile->objfile;
4b514bc8
JK
2962 dwarf2_per_cu_data *the_cu
2963 = OBSTACK_ZALLOC (&objfile->objfile_obstack,
2964 struct dwarf2_per_cu_data);
2965 the_cu->sect_off = sect_off;
2966 the_cu->length = length;
e3b94546 2967 the_cu->dwarf2_per_objfile = dwarf2_per_objfile;
4b514bc8
JK
2968 the_cu->section = section;
2969 the_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack,
2970 struct dwarf2_per_cu_quick_data);
2971 the_cu->is_dwz = is_dwz;
2972 return the_cu;
2973}
2974
2ec9a5e0
TT
2975/* A helper for create_cus_from_index that handles a given list of
2976 CUs. */
2fdf6df6 2977
74a0d9f6 2978static void
12359b5e 2979create_cus_from_index_list (struct dwarf2_per_objfile *dwarf2_per_objfile,
2ec9a5e0
TT
2980 const gdb_byte *cu_list, offset_type n_elements,
2981 struct dwarf2_section_info *section,
b76e467d 2982 int is_dwz)
9291a0cd 2983{
12359b5e 2984 for (offset_type i = 0; i < n_elements; i += 2)
9291a0cd 2985 {
74a0d9f6 2986 gdb_static_assert (sizeof (ULONGEST) >= 8);
9c541725
PA
2987
2988 sect_offset sect_off
2989 = (sect_offset) extract_unsigned_integer (cu_list, 8, BFD_ENDIAN_LITTLE);
2990 ULONGEST length = extract_unsigned_integer (cu_list + 8, 8, BFD_ENDIAN_LITTLE);
9291a0cd
TT
2991 cu_list += 2 * 8;
2992
b76e467d 2993 dwarf2_per_cu_data *per_cu
ed2dc618
SM
2994 = create_cu_from_index_list (dwarf2_per_objfile, section, is_dwz,
2995 sect_off, length);
b76e467d 2996 dwarf2_per_objfile->all_comp_units.push_back (per_cu);
9291a0cd 2997 }
9291a0cd
TT
2998}
2999
2ec9a5e0 3000/* Read the CU list from the mapped index, and use it to create all
74a0d9f6 3001 the CU objects for this objfile. */
2ec9a5e0 3002
74a0d9f6 3003static void
12359b5e 3004create_cus_from_index (struct dwarf2_per_objfile *dwarf2_per_objfile,
2ec9a5e0
TT
3005 const gdb_byte *cu_list, offset_type cu_list_elements,
3006 const gdb_byte *dwz_list, offset_type dwz_elements)
3007{
b76e467d
SM
3008 gdb_assert (dwarf2_per_objfile->all_comp_units.empty ());
3009 dwarf2_per_objfile->all_comp_units.reserve
3010 ((cu_list_elements + dwz_elements) / 2);
2ec9a5e0 3011
12359b5e 3012 create_cus_from_index_list (dwarf2_per_objfile, cu_list, cu_list_elements,
b76e467d 3013 &dwarf2_per_objfile->info, 0);
2ec9a5e0
TT
3014
3015 if (dwz_elements == 0)
74a0d9f6 3016 return;
2ec9a5e0 3017
12359b5e
SM
3018 dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
3019 create_cus_from_index_list (dwarf2_per_objfile, dwz_list, dwz_elements,
b76e467d 3020 &dwz->info, 1);
2ec9a5e0
TT
3021}
3022
1fd400ff 3023/* Create the signatured type hash table from the index. */
673bfd45 3024
74a0d9f6 3025static void
12359b5e
SM
3026create_signatured_type_table_from_index
3027 (struct dwarf2_per_objfile *dwarf2_per_objfile,
3028 struct dwarf2_section_info *section,
3029 const gdb_byte *bytes,
3030 offset_type elements)
1fd400ff 3031{
12359b5e 3032 struct objfile *objfile = dwarf2_per_objfile->objfile;
1fd400ff 3033
b2bdb8cf
SM
3034 gdb_assert (dwarf2_per_objfile->all_type_units.empty ());
3035 dwarf2_per_objfile->all_type_units.reserve (elements / 3);
1fd400ff 3036
12359b5e 3037 htab_t sig_types_hash = allocate_signatured_type_table (objfile);
1fd400ff 3038
12359b5e 3039 for (offset_type i = 0; i < elements; i += 3)
1fd400ff 3040 {
52dc124a 3041 struct signatured_type *sig_type;
9c541725 3042 ULONGEST signature;
1fd400ff 3043 void **slot;
9c541725 3044 cu_offset type_offset_in_tu;
1fd400ff 3045
74a0d9f6 3046 gdb_static_assert (sizeof (ULONGEST) >= 8);
9c541725
PA
3047 sect_offset sect_off
3048 = (sect_offset) extract_unsigned_integer (bytes, 8, BFD_ENDIAN_LITTLE);
3049 type_offset_in_tu
3050 = (cu_offset) extract_unsigned_integer (bytes + 8, 8,
3051 BFD_ENDIAN_LITTLE);
1fd400ff
TT
3052 signature = extract_unsigned_integer (bytes + 16, 8, BFD_ENDIAN_LITTLE);
3053 bytes += 3 * 8;
3054
52dc124a 3055 sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
1fd400ff 3056 struct signatured_type);
52dc124a 3057 sig_type->signature = signature;
9c541725 3058 sig_type->type_offset_in_tu = type_offset_in_tu;
3019eac3 3059 sig_type->per_cu.is_debug_types = 1;
8a0459fd 3060 sig_type->per_cu.section = section;
9c541725 3061 sig_type->per_cu.sect_off = sect_off;
e3b94546 3062 sig_type->per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
52dc124a 3063 sig_type->per_cu.v.quick
1fd400ff
TT
3064 = OBSTACK_ZALLOC (&objfile->objfile_obstack,
3065 struct dwarf2_per_cu_quick_data);
3066
52dc124a
DE
3067 slot = htab_find_slot (sig_types_hash, sig_type, INSERT);
3068 *slot = sig_type;
1fd400ff 3069
b2bdb8cf 3070 dwarf2_per_objfile->all_type_units.push_back (sig_type);
1fd400ff
TT
3071 }
3072
673bfd45 3073 dwarf2_per_objfile->signatured_types = sig_types_hash;
1fd400ff
TT
3074}
3075
927aa2e7
JK
3076/* Create the signatured type hash table from .debug_names. */
3077
3078static void
3079create_signatured_type_table_from_debug_names
ed2dc618 3080 (struct dwarf2_per_objfile *dwarf2_per_objfile,
927aa2e7
JK
3081 const mapped_debug_names &map,
3082 struct dwarf2_section_info *section,
3083 struct dwarf2_section_info *abbrev_section)
3084{
ed2dc618
SM
3085 struct objfile *objfile = dwarf2_per_objfile->objfile;
3086
927aa2e7
JK
3087 dwarf2_read_section (objfile, section);
3088 dwarf2_read_section (objfile, abbrev_section);
3089
b2bdb8cf
SM
3090 gdb_assert (dwarf2_per_objfile->all_type_units.empty ());
3091 dwarf2_per_objfile->all_type_units.reserve (map.tu_count);
927aa2e7
JK
3092
3093 htab_t sig_types_hash = allocate_signatured_type_table (objfile);
3094
3095 for (uint32_t i = 0; i < map.tu_count; ++i)
3096 {
3097 struct signatured_type *sig_type;
927aa2e7 3098 void **slot;
927aa2e7
JK
3099
3100 sect_offset sect_off
3101 = (sect_offset) (extract_unsigned_integer
3102 (map.tu_table_reordered + i * map.offset_size,
3103 map.offset_size,
3104 map.dwarf5_byte_order));
3105
3106 comp_unit_head cu_header;
ed2dc618
SM
3107 read_and_check_comp_unit_head (dwarf2_per_objfile, &cu_header, section,
3108 abbrev_section,
927aa2e7
JK
3109 section->buffer + to_underlying (sect_off),
3110 rcuh_kind::TYPE);
3111
3112 sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
3113 struct signatured_type);
3114 sig_type->signature = cu_header.signature;
3115 sig_type->type_offset_in_tu = cu_header.type_cu_offset_in_tu;
3116 sig_type->per_cu.is_debug_types = 1;
3117 sig_type->per_cu.section = section;
3118 sig_type->per_cu.sect_off = sect_off;
e3b94546 3119 sig_type->per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
927aa2e7
JK
3120 sig_type->per_cu.v.quick
3121 = OBSTACK_ZALLOC (&objfile->objfile_obstack,
3122 struct dwarf2_per_cu_quick_data);
3123
3124 slot = htab_find_slot (sig_types_hash, sig_type, INSERT);
3125 *slot = sig_type;
3126
b2bdb8cf 3127 dwarf2_per_objfile->all_type_units.push_back (sig_type);
927aa2e7
JK
3128 }
3129
3130 dwarf2_per_objfile->signatured_types = sig_types_hash;
3131}
3132
9291a0cd
TT
3133/* Read the address map data from the mapped index, and use it to
3134 populate the objfile's psymtabs_addrmap. */
2fdf6df6 3135
9291a0cd 3136static void
ed2dc618
SM
3137create_addrmap_from_index (struct dwarf2_per_objfile *dwarf2_per_objfile,
3138 struct mapped_index *index)
9291a0cd 3139{
ed2dc618 3140 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 3141 struct gdbarch *gdbarch = get_objfile_arch (objfile);
9291a0cd 3142 const gdb_byte *iter, *end;
9291a0cd 3143 struct addrmap *mutable_map;
9291a0cd
TT
3144 CORE_ADDR baseaddr;
3145
8268c778
PA
3146 auto_obstack temp_obstack;
3147
9291a0cd
TT
3148 mutable_map = addrmap_create_mutable (&temp_obstack);
3149
f00a2de2
PA
3150 iter = index->address_table.data ();
3151 end = iter + index->address_table.size ();
9291a0cd
TT
3152
3153 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
3154
3155 while (iter < end)
3156 {
3157 ULONGEST hi, lo, cu_index;
3158 lo = extract_unsigned_integer (iter, 8, BFD_ENDIAN_LITTLE);
3159 iter += 8;
3160 hi = extract_unsigned_integer (iter, 8, BFD_ENDIAN_LITTLE);
3161 iter += 8;
3162 cu_index = extract_unsigned_integer (iter, 4, BFD_ENDIAN_LITTLE);
3163 iter += 4;
f652bce2 3164
24a55014 3165 if (lo > hi)
f652bce2 3166 {
24a55014
DE
3167 complaint (&symfile_complaints,
3168 _(".gdb_index address table has invalid range (%s - %s)"),
c0cd8254 3169 hex_string (lo), hex_string (hi));
24a55014 3170 continue;
f652bce2 3171 }
24a55014 3172
b76e467d 3173 if (cu_index >= dwarf2_per_objfile->all_comp_units.size ())
f652bce2
DE
3174 {
3175 complaint (&symfile_complaints,
3176 _(".gdb_index address table has invalid CU number %u"),
3177 (unsigned) cu_index);
24a55014 3178 continue;
f652bce2 3179 }
24a55014 3180
3e29f34a
MR
3181 lo = gdbarch_adjust_dwarf2_addr (gdbarch, lo + baseaddr);
3182 hi = gdbarch_adjust_dwarf2_addr (gdbarch, hi + baseaddr);
ed2dc618 3183 addrmap_set_empty (mutable_map, lo, hi - 1,
ff4c9fec 3184 dwarf2_per_objfile->get_cu (cu_index));
9291a0cd
TT
3185 }
3186
3187 objfile->psymtabs_addrmap = addrmap_create_fixed (mutable_map,
3188 &objfile->objfile_obstack);
9291a0cd
TT
3189}
3190
927aa2e7
JK
3191/* Read the address map data from DWARF-5 .debug_aranges, and use it to
3192 populate the objfile's psymtabs_addrmap. */
3193
3194static void
ed2dc618 3195create_addrmap_from_aranges (struct dwarf2_per_objfile *dwarf2_per_objfile,
927aa2e7
JK
3196 struct dwarf2_section_info *section)
3197{
ed2dc618 3198 struct objfile *objfile = dwarf2_per_objfile->objfile;
927aa2e7
JK
3199 bfd *abfd = objfile->obfd;
3200 struct gdbarch *gdbarch = get_objfile_arch (objfile);
3201 const CORE_ADDR baseaddr = ANOFFSET (objfile->section_offsets,
3202 SECT_OFF_TEXT (objfile));
3203
3204 auto_obstack temp_obstack;
3205 addrmap *mutable_map = addrmap_create_mutable (&temp_obstack);
3206
3207 std::unordered_map<sect_offset,
3208 dwarf2_per_cu_data *,
3209 gdb::hash_enum<sect_offset>>
3210 debug_info_offset_to_per_cu;
b76e467d 3211 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
927aa2e7 3212 {
927aa2e7
JK
3213 const auto insertpair
3214 = debug_info_offset_to_per_cu.emplace (per_cu->sect_off, per_cu);
3215 if (!insertpair.second)
3216 {
3217 warning (_("Section .debug_aranges in %s has duplicate "
9d8780f0
SM
3218 "debug_info_offset %s, ignoring .debug_aranges."),
3219 objfile_name (objfile), sect_offset_str (per_cu->sect_off));
927aa2e7
JK
3220 return;
3221 }
3222 }
3223
3224 dwarf2_read_section (objfile, section);
3225
3226 const bfd_endian dwarf5_byte_order = gdbarch_byte_order (gdbarch);
3227
3228 const gdb_byte *addr = section->buffer;
3229
3230 while (addr < section->buffer + section->size)
3231 {
3232 const gdb_byte *const entry_addr = addr;
3233 unsigned int bytes_read;
3234
3235 const LONGEST entry_length = read_initial_length (abfd, addr,
3236 &bytes_read);
3237 addr += bytes_read;
3238
3239 const gdb_byte *const entry_end = addr + entry_length;
3240 const bool dwarf5_is_dwarf64 = bytes_read != 4;
3241 const uint8_t offset_size = dwarf5_is_dwarf64 ? 8 : 4;
3242 if (addr + entry_length > section->buffer + section->size)
3243 {
3244 warning (_("Section .debug_aranges in %s entry at offset %zu "
3245 "length %s exceeds section length %s, "
3246 "ignoring .debug_aranges."),
3247 objfile_name (objfile), entry_addr - section->buffer,
3248 plongest (bytes_read + entry_length),
3249 pulongest (section->size));
3250 return;
3251 }
3252
3253 /* The version number. */
3254 const uint16_t version = read_2_bytes (abfd, addr);
3255 addr += 2;
3256 if (version != 2)
3257 {
3258 warning (_("Section .debug_aranges in %s entry at offset %zu "
3259 "has unsupported version %d, ignoring .debug_aranges."),
3260 objfile_name (objfile), entry_addr - section->buffer,
3261 version);
3262 return;
3263 }
3264
3265 const uint64_t debug_info_offset
3266 = extract_unsigned_integer (addr, offset_size, dwarf5_byte_order);
3267 addr += offset_size;
3268 const auto per_cu_it
3269 = debug_info_offset_to_per_cu.find (sect_offset (debug_info_offset));
3270 if (per_cu_it == debug_info_offset_to_per_cu.cend ())
3271 {
3272 warning (_("Section .debug_aranges in %s entry at offset %zu "
3273 "debug_info_offset %s does not exists, "
3274 "ignoring .debug_aranges."),
3275 objfile_name (objfile), entry_addr - section->buffer,
3276 pulongest (debug_info_offset));
3277 return;
3278 }
3279 dwarf2_per_cu_data *const per_cu = per_cu_it->second;
3280
3281 const uint8_t address_size = *addr++;
3282 if (address_size < 1 || address_size > 8)
3283 {
3284 warning (_("Section .debug_aranges in %s entry at offset %zu "
3285 "address_size %u is invalid, ignoring .debug_aranges."),
3286 objfile_name (objfile), entry_addr - section->buffer,
3287 address_size);
3288 return;
3289 }
3290
3291 const uint8_t segment_selector_size = *addr++;
3292 if (segment_selector_size != 0)
3293 {
3294 warning (_("Section .debug_aranges in %s entry at offset %zu "
3295 "segment_selector_size %u is not supported, "
3296 "ignoring .debug_aranges."),
3297 objfile_name (objfile), entry_addr - section->buffer,
3298 segment_selector_size);
3299 return;
3300 }
3301
3302 /* Must pad to an alignment boundary that is twice the address
3303 size. It is undocumented by the DWARF standard but GCC does
3304 use it. */
3305 for (size_t padding = ((-(addr - section->buffer))
3306 & (2 * address_size - 1));
3307 padding > 0; padding--)
3308 if (*addr++ != 0)
3309 {
3310 warning (_("Section .debug_aranges in %s entry at offset %zu "
3311 "padding is not zero, ignoring .debug_aranges."),
3312 objfile_name (objfile), entry_addr - section->buffer);
3313 return;
3314 }
3315
3316 for (;;)
3317 {
3318 if (addr + 2 * address_size > entry_end)
3319 {
3320 warning (_("Section .debug_aranges in %s entry at offset %zu "
3321 "address list is not properly terminated, "
3322 "ignoring .debug_aranges."),
3323 objfile_name (objfile), entry_addr - section->buffer);
3324 return;
3325 }
3326 ULONGEST start = extract_unsigned_integer (addr, address_size,
3327 dwarf5_byte_order);
3328 addr += address_size;
3329 ULONGEST length = extract_unsigned_integer (addr, address_size,
3330 dwarf5_byte_order);
3331 addr += address_size;
3332 if (start == 0 && length == 0)
3333 break;
3334 if (start == 0 && !dwarf2_per_objfile->has_section_at_zero)
3335 {
3336 /* Symbol was eliminated due to a COMDAT group. */
3337 continue;
3338 }
3339 ULONGEST end = start + length;
3340 start = gdbarch_adjust_dwarf2_addr (gdbarch, start + baseaddr);
3341 end = gdbarch_adjust_dwarf2_addr (gdbarch, end + baseaddr);
3342 addrmap_set_empty (mutable_map, start, end - 1, per_cu);
3343 }
3344 }
3345
3346 objfile->psymtabs_addrmap = addrmap_create_fixed (mutable_map,
3347 &objfile->objfile_obstack);
3348}
3349
9291a0cd
TT
3350/* Find a slot in the mapped index INDEX for the object named NAME.
3351 If NAME is found, set *VEC_OUT to point to the CU vector in the
109483d9
PA
3352 constant pool and return true. If NAME cannot be found, return
3353 false. */
2fdf6df6 3354
109483d9 3355static bool
9291a0cd
TT
3356find_slot_in_mapped_hash (struct mapped_index *index, const char *name,
3357 offset_type **vec_out)
3358{
0cf03b49 3359 offset_type hash;
9291a0cd 3360 offset_type slot, step;
559a7a62 3361 int (*cmp) (const char *, const char *);
9291a0cd 3362
791afaa2 3363 gdb::unique_xmalloc_ptr<char> without_params;
0cf03b49 3364 if (current_language->la_language == language_cplus
45280282
IB
3365 || current_language->la_language == language_fortran
3366 || current_language->la_language == language_d)
0cf03b49
JK
3367 {
3368 /* NAME is already canonical. Drop any qualifiers as .gdb_index does
3369 not contain any. */
a8719064 3370
72998fb3 3371 if (strchr (name, '(') != NULL)
0cf03b49 3372 {
109483d9 3373 without_params = cp_remove_params (name);
0cf03b49 3374
72998fb3 3375 if (without_params != NULL)
791afaa2 3376 name = without_params.get ();
0cf03b49
JK
3377 }
3378 }
3379
559a7a62 3380 /* Index version 4 did not support case insensitive searches. But the
feea76c2 3381 indices for case insensitive languages are built in lowercase, therefore
559a7a62
JK
3382 simulate our NAME being searched is also lowercased. */
3383 hash = mapped_index_string_hash ((index->version == 4
3384 && case_sensitivity == case_sensitive_off
3385 ? 5 : index->version),
3386 name);
3387
f00a2de2
PA
3388 slot = hash & (index->symbol_table.size () - 1);
3389 step = ((hash * 17) & (index->symbol_table.size () - 1)) | 1;
559a7a62 3390 cmp = (case_sensitivity == case_sensitive_on ? strcmp : strcasecmp);
9291a0cd
TT
3391
3392 for (;;)
3393 {
9291a0cd 3394 const char *str;
f00a2de2
PA
3395
3396 const auto &bucket = index->symbol_table[slot];
3397 if (bucket.name == 0 && bucket.vec == 0)
109483d9 3398 return false;
9291a0cd 3399
f00a2de2 3400 str = index->constant_pool + MAYBE_SWAP (bucket.name);
559a7a62 3401 if (!cmp (name, str))
9291a0cd
TT
3402 {
3403 *vec_out = (offset_type *) (index->constant_pool
f00a2de2 3404 + MAYBE_SWAP (bucket.vec));
109483d9 3405 return true;
9291a0cd
TT
3406 }
3407
f00a2de2 3408 slot = (slot + step) & (index->symbol_table.size () - 1);
9291a0cd
TT
3409 }
3410}
3411
2ec9a5e0
TT
3412/* A helper function that reads the .gdb_index from SECTION and fills
3413 in MAP. FILENAME is the name of the file containing the section;
d33bc52e 3414 it is used for error reporting. DEPRECATED_OK is true if it is
2ec9a5e0
TT
3415 ok to use deprecated sections.
3416
3417 CU_LIST, CU_LIST_ELEMENTS, TYPES_LIST, and TYPES_LIST_ELEMENTS are
3418 out parameters that are filled in with information about the CU and
3419 TU lists in the section.
3420
3421 Returns 1 if all went well, 0 otherwise. */
2fdf6df6 3422
d33bc52e 3423static bool
2ec9a5e0
TT
3424read_index_from_section (struct objfile *objfile,
3425 const char *filename,
d33bc52e 3426 bool deprecated_ok,
2ec9a5e0
TT
3427 struct dwarf2_section_info *section,
3428 struct mapped_index *map,
3429 const gdb_byte **cu_list,
3430 offset_type *cu_list_elements,
3431 const gdb_byte **types_list,
3432 offset_type *types_list_elements)
9291a0cd 3433{
948f8e3d 3434 const gdb_byte *addr;
2ec9a5e0 3435 offset_type version;
b3b272e1 3436 offset_type *metadata;
1fd400ff 3437 int i;
9291a0cd 3438
2ec9a5e0 3439 if (dwarf2_section_empty_p (section))
9291a0cd 3440 return 0;
82430852
JK
3441
3442 /* Older elfutils strip versions could keep the section in the main
3443 executable while splitting it for the separate debug info file. */
a32a8923 3444 if ((get_section_flags (section) & SEC_HAS_CONTENTS) == 0)
82430852
JK
3445 return 0;
3446
2ec9a5e0 3447 dwarf2_read_section (objfile, section);
9291a0cd 3448
2ec9a5e0 3449 addr = section->buffer;
9291a0cd 3450 /* Version check. */
1fd400ff 3451 version = MAYBE_SWAP (*(offset_type *) addr);
987d643c 3452 /* Versions earlier than 3 emitted every copy of a psymbol. This
a6e293d1 3453 causes the index to behave very poorly for certain requests. Version 3
831adc1f 3454 contained incomplete addrmap. So, it seems better to just ignore such
481860b3 3455 indices. */
831adc1f 3456 if (version < 4)
481860b3
GB
3457 {
3458 static int warning_printed = 0;
3459 if (!warning_printed)
3460 {
3461 warning (_("Skipping obsolete .gdb_index section in %s."),
2ec9a5e0 3462 filename);
481860b3
GB
3463 warning_printed = 1;
3464 }
3465 return 0;
3466 }
3467 /* Index version 4 uses a different hash function than index version
3468 5 and later.
3469
3470 Versions earlier than 6 did not emit psymbols for inlined
3471 functions. Using these files will cause GDB not to be able to
3472 set breakpoints on inlined functions by name, so we ignore these
e615022a
DE
3473 indices unless the user has done
3474 "set use-deprecated-index-sections on". */
2ec9a5e0 3475 if (version < 6 && !deprecated_ok)
481860b3
GB
3476 {
3477 static int warning_printed = 0;
3478 if (!warning_printed)
3479 {
e615022a
DE
3480 warning (_("\
3481Skipping deprecated .gdb_index section in %s.\n\
3482Do \"set use-deprecated-index-sections on\" before the file is read\n\
3483to use the section anyway."),
2ec9a5e0 3484 filename);
481860b3
GB
3485 warning_printed = 1;
3486 }
3487 return 0;
3488 }
796a7ff8 3489 /* Version 7 indices generated by gold refer to the CU for a symbol instead
8943b874
DE
3490 of the TU (for symbols coming from TUs),
3491 http://sourceware.org/bugzilla/show_bug.cgi?id=15021.
3492 Plus gold-generated indices can have duplicate entries for global symbols,
3493 http://sourceware.org/bugzilla/show_bug.cgi?id=15646.
3494 These are just performance bugs, and we can't distinguish gdb-generated
3495 indices from gold-generated ones, so issue no warning here. */
796a7ff8 3496
481860b3 3497 /* Indexes with higher version than the one supported by GDB may be no
594e8718 3498 longer backward compatible. */
796a7ff8 3499 if (version > 8)
594e8718 3500 return 0;
9291a0cd 3501
559a7a62 3502 map->version = version;
9291a0cd
TT
3503
3504 metadata = (offset_type *) (addr + sizeof (offset_type));
1fd400ff
TT
3505
3506 i = 0;
2ec9a5e0
TT
3507 *cu_list = addr + MAYBE_SWAP (metadata[i]);
3508 *cu_list_elements = ((MAYBE_SWAP (metadata[i + 1]) - MAYBE_SWAP (metadata[i]))
3509 / 8);
1fd400ff
TT
3510 ++i;
3511
2ec9a5e0
TT
3512 *types_list = addr + MAYBE_SWAP (metadata[i]);
3513 *types_list_elements = ((MAYBE_SWAP (metadata[i + 1])
3514 - MAYBE_SWAP (metadata[i]))
3515 / 8);
987d643c 3516 ++i;
1fd400ff 3517
f00a2de2
PA
3518 const gdb_byte *address_table = addr + MAYBE_SWAP (metadata[i]);
3519 const gdb_byte *address_table_end = addr + MAYBE_SWAP (metadata[i + 1]);
3520 map->address_table
3521 = gdb::array_view<const gdb_byte> (address_table, address_table_end);
1fd400ff
TT
3522 ++i;
3523
f00a2de2
PA
3524 const gdb_byte *symbol_table = addr + MAYBE_SWAP (metadata[i]);
3525 const gdb_byte *symbol_table_end = addr + MAYBE_SWAP (metadata[i + 1]);
3526 map->symbol_table
3527 = gdb::array_view<mapped_index::symbol_table_slot>
3528 ((mapped_index::symbol_table_slot *) symbol_table,
3529 (mapped_index::symbol_table_slot *) symbol_table_end);
9291a0cd 3530
f00a2de2 3531 ++i;
f9d83a0b 3532 map->constant_pool = (char *) (addr + MAYBE_SWAP (metadata[i]));
1fd400ff 3533
2ec9a5e0
TT
3534 return 1;
3535}
3536
927aa2e7 3537/* Read .gdb_index. If everything went ok, initialize the "quick"
2ec9a5e0
TT
3538 elements of all the CUs and return 1. Otherwise, return 0. */
3539
3540static int
12359b5e 3541dwarf2_read_index (struct dwarf2_per_objfile *dwarf2_per_objfile)
2ec9a5e0 3542{
2ec9a5e0
TT
3543 const gdb_byte *cu_list, *types_list, *dwz_list = NULL;
3544 offset_type cu_list_elements, types_list_elements, dwz_list_elements = 0;
4db1a1dc 3545 struct dwz_file *dwz;
12359b5e 3546 struct objfile *objfile = dwarf2_per_objfile->objfile;
2ec9a5e0 3547
3063847f 3548 std::unique_ptr<struct mapped_index> map (new struct mapped_index);
4262abfb 3549 if (!read_index_from_section (objfile, objfile_name (objfile),
2ec9a5e0 3550 use_deprecated_index_sections,
3063847f 3551 &dwarf2_per_objfile->gdb_index, map.get (),
2ec9a5e0
TT
3552 &cu_list, &cu_list_elements,
3553 &types_list, &types_list_elements))
3554 return 0;
3555
0fefef59 3556 /* Don't use the index if it's empty. */
3063847f 3557 if (map->symbol_table.empty ())
0fefef59
DE
3558 return 0;
3559
2ec9a5e0
TT
3560 /* If there is a .dwz file, read it so we can get its CU list as
3561 well. */
ed2dc618 3562 dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
4db1a1dc 3563 if (dwz != NULL)
2ec9a5e0 3564 {
2ec9a5e0
TT
3565 struct mapped_index dwz_map;
3566 const gdb_byte *dwz_types_ignore;
3567 offset_type dwz_types_elements_ignore;
3568
3569 if (!read_index_from_section (objfile, bfd_get_filename (dwz->dwz_bfd),
3570 1,
3571 &dwz->gdb_index, &dwz_map,
3572 &dwz_list, &dwz_list_elements,
3573 &dwz_types_ignore,
3574 &dwz_types_elements_ignore))
3575 {
3576 warning (_("could not read '.gdb_index' section from %s; skipping"),
3577 bfd_get_filename (dwz->dwz_bfd));
3578 return 0;
3579 }
3580 }
3581
12359b5e
SM
3582 create_cus_from_index (dwarf2_per_objfile, cu_list, cu_list_elements,
3583 dwz_list, dwz_list_elements);
1fd400ff 3584
8b70b953
TT
3585 if (types_list_elements)
3586 {
3587 struct dwarf2_section_info *section;
3588
3589 /* We can only handle a single .debug_types when we have an
3590 index. */
3591 if (VEC_length (dwarf2_section_info_def, dwarf2_per_objfile->types) != 1)
3592 return 0;
3593
3594 section = VEC_index (dwarf2_section_info_def,
3595 dwarf2_per_objfile->types, 0);
3596
12359b5e
SM
3597 create_signatured_type_table_from_index (dwarf2_per_objfile, section,
3598 types_list, types_list_elements);
8b70b953 3599 }
9291a0cd 3600
3063847f 3601 create_addrmap_from_index (dwarf2_per_objfile, map.get ());
9291a0cd 3602
3063847f 3603 dwarf2_per_objfile->index_table = std::move (map);
9291a0cd 3604 dwarf2_per_objfile->using_index = 1;
7b9f3c50 3605 dwarf2_per_objfile->quick_file_names_table =
b76e467d 3606 create_quick_file_names_table (dwarf2_per_objfile->all_comp_units.size ());
9291a0cd
TT
3607
3608 return 1;
3609}
3610
dee91e82 3611/* die_reader_func for dw2_get_file_names. */
2fdf6df6 3612
dee91e82
DE
3613static void
3614dw2_get_file_names_reader (const struct die_reader_specs *reader,
d521ce57 3615 const gdb_byte *info_ptr,
dee91e82
DE
3616 struct die_info *comp_unit_die,
3617 int has_children,
3618 void *data)
9291a0cd 3619{
dee91e82 3620 struct dwarf2_cu *cu = reader->cu;
ed2dc618 3621 struct dwarf2_per_cu_data *this_cu = cu->per_cu;
518817b3
SM
3622 struct dwarf2_per_objfile *dwarf2_per_objfile
3623 = cu->per_cu->dwarf2_per_objfile;
dee91e82 3624 struct objfile *objfile = dwarf2_per_objfile->objfile;
094b34ac 3625 struct dwarf2_per_cu_data *lh_cu;
9291a0cd 3626 struct attribute *attr;
dee91e82 3627 int i;
7b9f3c50
DE
3628 void **slot;
3629 struct quick_file_names *qfn;
9291a0cd 3630
0186c6a7
DE
3631 gdb_assert (! this_cu->is_debug_types);
3632
07261596
TT
3633 /* Our callers never want to match partial units -- instead they
3634 will match the enclosing full CU. */
3635 if (comp_unit_die->tag == DW_TAG_partial_unit)
3636 {
3637 this_cu->v.quick->no_file_data = 1;
3638 return;
3639 }
3640
0186c6a7 3641 lh_cu = this_cu;
7b9f3c50 3642 slot = NULL;
dee91e82 3643
fff8551c 3644 line_header_up lh;
9c541725 3645 sect_offset line_offset {};
fff8551c 3646
dee91e82 3647 attr = dwarf2_attr (comp_unit_die, DW_AT_stmt_list, cu);
9291a0cd
TT
3648 if (attr)
3649 {
7b9f3c50
DE
3650 struct quick_file_names find_entry;
3651
9c541725 3652 line_offset = (sect_offset) DW_UNSND (attr);
7b9f3c50
DE
3653
3654 /* We may have already read in this line header (TU line header sharing).
3655 If we have we're done. */
094b34ac 3656 find_entry.hash.dwo_unit = cu->dwo_unit;
9c541725 3657 find_entry.hash.line_sect_off = line_offset;
7b9f3c50
DE
3658 slot = htab_find_slot (dwarf2_per_objfile->quick_file_names_table,
3659 &find_entry, INSERT);
3660 if (*slot != NULL)
3661 {
9a3c8263 3662 lh_cu->v.quick->file_names = (struct quick_file_names *) *slot;
dee91e82 3663 return;
7b9f3c50
DE
3664 }
3665
3019eac3 3666 lh = dwarf_decode_line_header (line_offset, cu);
9291a0cd
TT
3667 }
3668 if (lh == NULL)
3669 {
094b34ac 3670 lh_cu->v.quick->no_file_data = 1;
dee91e82 3671 return;
9291a0cd
TT
3672 }
3673
8d749320 3674 qfn = XOBNEW (&objfile->objfile_obstack, struct quick_file_names);
094b34ac 3675 qfn->hash.dwo_unit = cu->dwo_unit;
9c541725 3676 qfn->hash.line_sect_off = line_offset;
7b9f3c50
DE
3677 gdb_assert (slot != NULL);
3678 *slot = qfn;
9291a0cd 3679
d721ba37 3680 file_and_directory fnd = find_file_and_directory (comp_unit_die, cu);
9291a0cd 3681
fff8551c 3682 qfn->num_file_names = lh->file_names.size ();
8d749320 3683 qfn->file_names =
fff8551c
PA
3684 XOBNEWVEC (&objfile->objfile_obstack, const char *, lh->file_names.size ());
3685 for (i = 0; i < lh->file_names.size (); ++i)
3686 qfn->file_names[i] = file_full_name (i + 1, lh.get (), fnd.comp_dir);
7b9f3c50 3687 qfn->real_names = NULL;
9291a0cd 3688
094b34ac 3689 lh_cu->v.quick->file_names = qfn;
dee91e82
DE
3690}
3691
3692/* A helper for the "quick" functions which attempts to read the line
3693 table for THIS_CU. */
3694
3695static struct quick_file_names *
e4a48d9d 3696dw2_get_file_names (struct dwarf2_per_cu_data *this_cu)
dee91e82 3697{
0186c6a7
DE
3698 /* This should never be called for TUs. */
3699 gdb_assert (! this_cu->is_debug_types);
3700 /* Nor type unit groups. */
3701 gdb_assert (! IS_TYPE_UNIT_GROUP (this_cu));
f4dc4d17 3702
dee91e82
DE
3703 if (this_cu->v.quick->file_names != NULL)
3704 return this_cu->v.quick->file_names;
3705 /* If we know there is no line data, no point in looking again. */
3706 if (this_cu->v.quick->no_file_data)
3707 return NULL;
3708
0186c6a7 3709 init_cutu_and_read_dies_simple (this_cu, dw2_get_file_names_reader, NULL);
dee91e82
DE
3710
3711 if (this_cu->v.quick->no_file_data)
3712 return NULL;
3713 return this_cu->v.quick->file_names;
9291a0cd
TT
3714}
3715
3716/* A helper for the "quick" functions which computes and caches the
7b9f3c50 3717 real path for a given file name from the line table. */
2fdf6df6 3718
9291a0cd 3719static const char *
7b9f3c50
DE
3720dw2_get_real_path (struct objfile *objfile,
3721 struct quick_file_names *qfn, int index)
9291a0cd 3722{
7b9f3c50
DE
3723 if (qfn->real_names == NULL)
3724 qfn->real_names = OBSTACK_CALLOC (&objfile->objfile_obstack,
26f2dc30 3725 qfn->num_file_names, const char *);
9291a0cd 3726
7b9f3c50 3727 if (qfn->real_names[index] == NULL)
14278e1f 3728 qfn->real_names[index] = gdb_realpath (qfn->file_names[index]).release ();
9291a0cd 3729
7b9f3c50 3730 return qfn->real_names[index];
9291a0cd
TT
3731}
3732
3733static struct symtab *
3734dw2_find_last_source_symtab (struct objfile *objfile)
3735{
ed2dc618
SM
3736 struct dwarf2_per_objfile *dwarf2_per_objfile
3737 = get_dwarf2_per_objfile (objfile);
b76e467d 3738 dwarf2_per_cu_data *dwarf_cu = dwarf2_per_objfile->all_comp_units.back ();
58f0c718 3739 compunit_symtab *cust = dw2_instantiate_symtab (dwarf_cu, false);
ae2de4f8 3740
43f3e411
DE
3741 if (cust == NULL)
3742 return NULL;
ed2dc618 3743
43f3e411 3744 return compunit_primary_filetab (cust);
9291a0cd
TT
3745}
3746
7b9f3c50
DE
3747/* Traversal function for dw2_forget_cached_source_info. */
3748
3749static int
3750dw2_free_cached_file_names (void **slot, void *info)
9291a0cd 3751{
7b9f3c50 3752 struct quick_file_names *file_data = (struct quick_file_names *) *slot;
9291a0cd 3753
7b9f3c50 3754 if (file_data->real_names)
9291a0cd 3755 {
7b9f3c50 3756 int i;
9291a0cd 3757
7b9f3c50 3758 for (i = 0; i < file_data->num_file_names; ++i)
9291a0cd 3759 {
7b9f3c50
DE
3760 xfree ((void*) file_data->real_names[i]);
3761 file_data->real_names[i] = NULL;
9291a0cd
TT
3762 }
3763 }
7b9f3c50
DE
3764
3765 return 1;
3766}
3767
3768static void
3769dw2_forget_cached_source_info (struct objfile *objfile)
3770{
ed2dc618
SM
3771 struct dwarf2_per_objfile *dwarf2_per_objfile
3772 = get_dwarf2_per_objfile (objfile);
7b9f3c50
DE
3773
3774 htab_traverse_noresize (dwarf2_per_objfile->quick_file_names_table,
3775 dw2_free_cached_file_names, NULL);
9291a0cd
TT
3776}
3777
f8eba3c6
TT
3778/* Helper function for dw2_map_symtabs_matching_filename that expands
3779 the symtabs and calls the iterator. */
3780
3781static int
3782dw2_map_expand_apply (struct objfile *objfile,
3783 struct dwarf2_per_cu_data *per_cu,
f5b95b50 3784 const char *name, const char *real_path,
14bc53a8 3785 gdb::function_view<bool (symtab *)> callback)
f8eba3c6 3786{
43f3e411 3787 struct compunit_symtab *last_made = objfile->compunit_symtabs;
f8eba3c6
TT
3788
3789 /* Don't visit already-expanded CUs. */
43f3e411 3790 if (per_cu->v.quick->compunit_symtab)
f8eba3c6
TT
3791 return 0;
3792
3793 /* This may expand more than one symtab, and we want to iterate over
3794 all of them. */
58f0c718 3795 dw2_instantiate_symtab (per_cu, false);
f8eba3c6 3796
14bc53a8
PA
3797 return iterate_over_some_symtabs (name, real_path, objfile->compunit_symtabs,
3798 last_made, callback);
f8eba3c6
TT
3799}
3800
3801/* Implementation of the map_symtabs_matching_filename method. */
3802
14bc53a8
PA
3803static bool
3804dw2_map_symtabs_matching_filename
3805 (struct objfile *objfile, const char *name, const char *real_path,
3806 gdb::function_view<bool (symtab *)> callback)
9291a0cd 3807{
c011a4f4 3808 const char *name_basename = lbasename (name);
ed2dc618
SM
3809 struct dwarf2_per_objfile *dwarf2_per_objfile
3810 = get_dwarf2_per_objfile (objfile);
ae2de4f8 3811
848e3e78
DE
3812 /* The rule is CUs specify all the files, including those used by
3813 any TU, so there's no need to scan TUs here. */
f4dc4d17 3814
b76e467d 3815 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
9291a0cd 3816 {
3d7bb9d9 3817 /* We only need to look at symtabs not already expanded. */
43f3e411 3818 if (per_cu->v.quick->compunit_symtab)
9291a0cd
TT
3819 continue;
3820
b76e467d 3821 quick_file_names *file_data = dw2_get_file_names (per_cu);
7b9f3c50 3822 if (file_data == NULL)
9291a0cd
TT
3823 continue;
3824
b76e467d 3825 for (int j = 0; j < file_data->num_file_names; ++j)
9291a0cd 3826 {
7b9f3c50 3827 const char *this_name = file_data->file_names[j];
da235a7c 3828 const char *this_real_name;
9291a0cd 3829
af529f8f 3830 if (compare_filenames_for_search (this_name, name))
9291a0cd 3831 {
f5b95b50 3832 if (dw2_map_expand_apply (objfile, per_cu, name, real_path,
14bc53a8
PA
3833 callback))
3834 return true;
288e77a7 3835 continue;
4aac40c8 3836 }
9291a0cd 3837
c011a4f4
DE
3838 /* Before we invoke realpath, which can get expensive when many
3839 files are involved, do a quick comparison of the basenames. */
3840 if (! basenames_may_differ
3841 && FILENAME_CMP (lbasename (this_name), name_basename) != 0)
3842 continue;
3843
da235a7c
JK
3844 this_real_name = dw2_get_real_path (objfile, file_data, j);
3845 if (compare_filenames_for_search (this_real_name, name))
9291a0cd 3846 {
da235a7c 3847 if (dw2_map_expand_apply (objfile, per_cu, name, real_path,
14bc53a8
PA
3848 callback))
3849 return true;
288e77a7 3850 continue;
da235a7c 3851 }
9291a0cd 3852
da235a7c
JK
3853 if (real_path != NULL)
3854 {
af529f8f
JK
3855 gdb_assert (IS_ABSOLUTE_PATH (real_path));
3856 gdb_assert (IS_ABSOLUTE_PATH (name));
7b9f3c50 3857 if (this_real_name != NULL
af529f8f 3858 && FILENAME_CMP (real_path, this_real_name) == 0)
9291a0cd 3859 {
f5b95b50 3860 if (dw2_map_expand_apply (objfile, per_cu, name, real_path,
14bc53a8
PA
3861 callback))
3862 return true;
288e77a7 3863 continue;
9291a0cd
TT
3864 }
3865 }
3866 }
3867 }
3868
14bc53a8 3869 return false;
9291a0cd
TT
3870}
3871
da51c347
DE
3872/* Struct used to manage iterating over all CUs looking for a symbol. */
3873
3874struct dw2_symtab_iterator
9291a0cd 3875{
ed2dc618
SM
3876 /* The dwarf2_per_objfile owning the CUs we are iterating on. */
3877 struct dwarf2_per_objfile *dwarf2_per_objfile;
da51c347
DE
3878 /* If non-zero, only look for symbols that match BLOCK_INDEX. */
3879 int want_specific_block;
3880 /* One of GLOBAL_BLOCK or STATIC_BLOCK.
3881 Unused if !WANT_SPECIFIC_BLOCK. */
3882 int block_index;
3883 /* The kind of symbol we're looking for. */
3884 domain_enum domain;
3885 /* The list of CUs from the index entry of the symbol,
3886 or NULL if not found. */
3887 offset_type *vec;
3888 /* The next element in VEC to look at. */
3889 int next;
3890 /* The number of elements in VEC, or zero if there is no match. */
3891 int length;
8943b874
DE
3892 /* Have we seen a global version of the symbol?
3893 If so we can ignore all further global instances.
3894 This is to work around gold/15646, inefficient gold-generated
3895 indices. */
3896 int global_seen;
da51c347 3897};
9291a0cd 3898
da51c347
DE
3899/* Initialize the index symtab iterator ITER.
3900 If WANT_SPECIFIC_BLOCK is non-zero, only look for symbols
3901 in block BLOCK_INDEX. Otherwise BLOCK_INDEX is ignored. */
2fdf6df6 3902
9291a0cd 3903static void
da51c347 3904dw2_symtab_iter_init (struct dw2_symtab_iterator *iter,
ed2dc618 3905 struct dwarf2_per_objfile *dwarf2_per_objfile,
da51c347
DE
3906 int want_specific_block,
3907 int block_index,
3908 domain_enum domain,
3909 const char *name)
3910{
ed2dc618 3911 iter->dwarf2_per_objfile = dwarf2_per_objfile;
da51c347
DE
3912 iter->want_specific_block = want_specific_block;
3913 iter->block_index = block_index;
3914 iter->domain = domain;
3915 iter->next = 0;
8943b874 3916 iter->global_seen = 0;
da51c347 3917
3063847f 3918 mapped_index *index = dwarf2_per_objfile->index_table.get ();
ed2dc618
SM
3919
3920 /* index is NULL if OBJF_READNOW. */
3921 if (index != NULL && find_slot_in_mapped_hash (index, name, &iter->vec))
da51c347
DE
3922 iter->length = MAYBE_SWAP (*iter->vec);
3923 else
3924 {
3925 iter->vec = NULL;
3926 iter->length = 0;
3927 }
3928}
3929
3930/* Return the next matching CU or NULL if there are no more. */
3931
3932static struct dwarf2_per_cu_data *
3933dw2_symtab_iter_next (struct dw2_symtab_iterator *iter)
3934{
ed2dc618
SM
3935 struct dwarf2_per_objfile *dwarf2_per_objfile = iter->dwarf2_per_objfile;
3936
da51c347
DE
3937 for ( ; iter->next < iter->length; ++iter->next)
3938 {
3939 offset_type cu_index_and_attrs =
3940 MAYBE_SWAP (iter->vec[iter->next + 1]);
3941 offset_type cu_index = GDB_INDEX_CU_VALUE (cu_index_and_attrs);
da51c347
DE
3942 int want_static = iter->block_index != GLOBAL_BLOCK;
3943 /* This value is only valid for index versions >= 7. */
3944 int is_static = GDB_INDEX_SYMBOL_STATIC_VALUE (cu_index_and_attrs);
3945 gdb_index_symbol_kind symbol_kind =
3946 GDB_INDEX_SYMBOL_KIND_VALUE (cu_index_and_attrs);
3947 /* Only check the symbol attributes if they're present.
3948 Indices prior to version 7 don't record them,
3949 and indices >= 7 may elide them for certain symbols
3950 (gold does this). */
3951 int attrs_valid =
ed2dc618 3952 (dwarf2_per_objfile->index_table->version >= 7
da51c347
DE
3953 && symbol_kind != GDB_INDEX_SYMBOL_KIND_NONE);
3954
3190f0c6 3955 /* Don't crash on bad data. */
b76e467d 3956 if (cu_index >= (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 3957 + dwarf2_per_objfile->all_type_units.size ()))
3190f0c6
DE
3958 {
3959 complaint (&symfile_complaints,
3960 _(".gdb_index entry has bad CU index"
4262abfb
JK
3961 " [in module %s]"),
3962 objfile_name (dwarf2_per_objfile->objfile));
3190f0c6
DE
3963 continue;
3964 }
3965
ff4c9fec 3966 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (cu_index);
3190f0c6 3967
da51c347 3968 /* Skip if already read in. */
43f3e411 3969 if (per_cu->v.quick->compunit_symtab)
da51c347
DE
3970 continue;
3971
8943b874
DE
3972 /* Check static vs global. */
3973 if (attrs_valid)
3974 {
3975 if (iter->want_specific_block
3976 && want_static != is_static)
3977 continue;
3978 /* Work around gold/15646. */
3979 if (!is_static && iter->global_seen)
3980 continue;
3981 if (!is_static)
3982 iter->global_seen = 1;
3983 }
da51c347
DE
3984
3985 /* Only check the symbol's kind if it has one. */
3986 if (attrs_valid)
3987 {
3988 switch (iter->domain)
3989 {
3990 case VAR_DOMAIN:
3991 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_VARIABLE
3992 && symbol_kind != GDB_INDEX_SYMBOL_KIND_FUNCTION
3993 /* Some types are also in VAR_DOMAIN. */
3994 && symbol_kind != GDB_INDEX_SYMBOL_KIND_TYPE)
3995 continue;
3996 break;
3997 case STRUCT_DOMAIN:
3998 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_TYPE)
3999 continue;
4000 break;
4001 case LABEL_DOMAIN:
4002 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_OTHER)
4003 continue;
4004 break;
4005 default:
4006 break;
4007 }
4008 }
4009
4010 ++iter->next;
4011 return per_cu;
4012 }
4013
4014 return NULL;
4015}
4016
43f3e411 4017static struct compunit_symtab *
da51c347
DE
4018dw2_lookup_symbol (struct objfile *objfile, int block_index,
4019 const char *name, domain_enum domain)
9291a0cd 4020{
43f3e411 4021 struct compunit_symtab *stab_best = NULL;
ed2dc618
SM
4022 struct dwarf2_per_objfile *dwarf2_per_objfile
4023 = get_dwarf2_per_objfile (objfile);
9291a0cd 4024
b5ec771e
PA
4025 lookup_name_info lookup_name (name, symbol_name_match_type::FULL);
4026
ed2dc618
SM
4027 struct dw2_symtab_iterator iter;
4028 struct dwarf2_per_cu_data *per_cu;
da51c347 4029
ed2dc618 4030 dw2_symtab_iter_init (&iter, dwarf2_per_objfile, 1, block_index, domain, name);
9291a0cd 4031
ed2dc618
SM
4032 while ((per_cu = dw2_symtab_iter_next (&iter)) != NULL)
4033 {
4034 struct symbol *sym, *with_opaque = NULL;
58f0c718 4035 struct compunit_symtab *stab = dw2_instantiate_symtab (per_cu, false);
ed2dc618
SM
4036 const struct blockvector *bv = COMPUNIT_BLOCKVECTOR (stab);
4037 struct block *block = BLOCKVECTOR_BLOCK (bv, block_index);
da51c347 4038
ed2dc618
SM
4039 sym = block_find_symbol (block, name, domain,
4040 block_find_non_opaque_type_preferred,
4041 &with_opaque);
b2e2f908 4042
ed2dc618
SM
4043 /* Some caution must be observed with overloaded functions
4044 and methods, since the index will not contain any overload
4045 information (but NAME might contain it). */
da51c347 4046
ed2dc618
SM
4047 if (sym != NULL
4048 && SYMBOL_MATCHES_SEARCH_NAME (sym, lookup_name))
4049 return stab;
4050 if (with_opaque != NULL
4051 && SYMBOL_MATCHES_SEARCH_NAME (with_opaque, lookup_name))
4052 stab_best = stab;
da51c347 4053
ed2dc618 4054 /* Keep looking through other CUs. */
9291a0cd 4055 }
9291a0cd 4056
da51c347 4057 return stab_best;
9291a0cd
TT
4058}
4059
4060static void
4061dw2_print_stats (struct objfile *objfile)
4062{
ed2dc618
SM
4063 struct dwarf2_per_objfile *dwarf2_per_objfile
4064 = get_dwarf2_per_objfile (objfile);
b76e467d 4065 int total = (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 4066 + dwarf2_per_objfile->all_type_units.size ());
ed2dc618 4067 int count = 0;
9291a0cd 4068
ed2dc618 4069 for (int i = 0; i < total; ++i)
9291a0cd 4070 {
ff4c9fec 4071 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (i);
9291a0cd 4072
43f3e411 4073 if (!per_cu->v.quick->compunit_symtab)
9291a0cd
TT
4074 ++count;
4075 }
e4a48d9d 4076 printf_filtered (_(" Number of read CUs: %d\n"), total - count);
9291a0cd
TT
4077 printf_filtered (_(" Number of unread CUs: %d\n"), count);
4078}
4079
779bd270
DE
4080/* This dumps minimal information about the index.
4081 It is called via "mt print objfiles".
4082 One use is to verify .gdb_index has been loaded by the
4083 gdb.dwarf2/gdb-index.exp testcase. */
4084
9291a0cd
TT
4085static void
4086dw2_dump (struct objfile *objfile)
4087{
ed2dc618
SM
4088 struct dwarf2_per_objfile *dwarf2_per_objfile
4089 = get_dwarf2_per_objfile (objfile);
4090
779bd270
DE
4091 gdb_assert (dwarf2_per_objfile->using_index);
4092 printf_filtered (".gdb_index:");
4093 if (dwarf2_per_objfile->index_table != NULL)
4094 {
4095 printf_filtered (" version %d\n",
4096 dwarf2_per_objfile->index_table->version);
4097 }
4098 else
4099 printf_filtered (" faked for \"readnow\"\n");
4100 printf_filtered ("\n");
9291a0cd
TT
4101}
4102
4103static void
3189cb12
DE
4104dw2_relocate (struct objfile *objfile,
4105 const struct section_offsets *new_offsets,
4106 const struct section_offsets *delta)
9291a0cd
TT
4107{
4108 /* There's nothing to relocate here. */
4109}
4110
4111static void
4112dw2_expand_symtabs_for_function (struct objfile *objfile,
4113 const char *func_name)
4114{
ed2dc618
SM
4115 struct dwarf2_per_objfile *dwarf2_per_objfile
4116 = get_dwarf2_per_objfile (objfile);
da51c347 4117
ed2dc618
SM
4118 struct dw2_symtab_iterator iter;
4119 struct dwarf2_per_cu_data *per_cu;
da51c347 4120
ed2dc618
SM
4121 /* Note: It doesn't matter what we pass for block_index here. */
4122 dw2_symtab_iter_init (&iter, dwarf2_per_objfile, 0, GLOBAL_BLOCK, VAR_DOMAIN,
4123 func_name);
da51c347 4124
ed2dc618 4125 while ((per_cu = dw2_symtab_iter_next (&iter)) != NULL)
58f0c718 4126 dw2_instantiate_symtab (per_cu, false);
da51c347 4127
9291a0cd
TT
4128}
4129
4130static void
4131dw2_expand_all_symtabs (struct objfile *objfile)
4132{
ed2dc618
SM
4133 struct dwarf2_per_objfile *dwarf2_per_objfile
4134 = get_dwarf2_per_objfile (objfile);
b76e467d 4135 int total_units = (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 4136 + dwarf2_per_objfile->all_type_units.size ());
9291a0cd 4137
ed2dc618 4138 for (int i = 0; i < total_units; ++i)
9291a0cd 4139 {
ff4c9fec 4140 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (i);
9291a0cd 4141
58f0c718
TT
4142 /* We don't want to directly expand a partial CU, because if we
4143 read it with the wrong language, then assertion failures can
4144 be triggered later on. See PR symtab/23010. So, tell
4145 dw2_instantiate_symtab to skip partial CUs -- any important
4146 partial CU will be read via DW_TAG_imported_unit anyway. */
4147 dw2_instantiate_symtab (per_cu, true);
9291a0cd
TT
4148 }
4149}
4150
4151static void
652a8996
JK
4152dw2_expand_symtabs_with_fullname (struct objfile *objfile,
4153 const char *fullname)
9291a0cd 4154{
ed2dc618
SM
4155 struct dwarf2_per_objfile *dwarf2_per_objfile
4156 = get_dwarf2_per_objfile (objfile);
d4637a04
DE
4157
4158 /* We don't need to consider type units here.
4159 This is only called for examining code, e.g. expand_line_sal.
4160 There can be an order of magnitude (or more) more type units
4161 than comp units, and we avoid them if we can. */
4162
b76e467d 4163 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
9291a0cd 4164 {
3d7bb9d9 4165 /* We only need to look at symtabs not already expanded. */
43f3e411 4166 if (per_cu->v.quick->compunit_symtab)
9291a0cd
TT
4167 continue;
4168
b76e467d 4169 quick_file_names *file_data = dw2_get_file_names (per_cu);
7b9f3c50 4170 if (file_data == NULL)
9291a0cd
TT
4171 continue;
4172
b76e467d 4173 for (int j = 0; j < file_data->num_file_names; ++j)
9291a0cd 4174 {
652a8996
JK
4175 const char *this_fullname = file_data->file_names[j];
4176
4177 if (filename_cmp (this_fullname, fullname) == 0)
9291a0cd 4178 {
58f0c718 4179 dw2_instantiate_symtab (per_cu, false);
9291a0cd
TT
4180 break;
4181 }
4182 }
4183 }
4184}
4185
9291a0cd 4186static void
ade7ed9e 4187dw2_map_matching_symbols (struct objfile *objfile,
fe978cb0 4188 const char * name, domain_enum domain,
ade7ed9e 4189 int global,
40658b94
PH
4190 int (*callback) (struct block *,
4191 struct symbol *, void *),
b5ec771e 4192 void *data, symbol_name_match_type match,
2edb89d3 4193 symbol_compare_ftype *ordered_compare)
9291a0cd 4194{
40658b94 4195 /* Currently unimplemented; used for Ada. The function can be called if the
a9e6a4bb
JK
4196 current language is Ada for a non-Ada objfile using GNU index. As Ada
4197 does not look for non-Ada symbols this function should just return. */
9291a0cd
TT
4198}
4199
b5ec771e
PA
4200/* Symbol name matcher for .gdb_index names.
4201
4202 Symbol names in .gdb_index have a few particularities:
4203
4204 - There's no indication of which is the language of each symbol.
4205
4206 Since each language has its own symbol name matching algorithm,
4207 and we don't know which language is the right one, we must match
3f563c84
PA
4208 each symbol against all languages. This would be a potential
4209 performance problem if it were not mitigated by the
4210 mapped_index::name_components lookup table, which significantly
4211 reduces the number of times we need to call into this matcher,
4212 making it a non-issue.
b5ec771e
PA
4213
4214 - Symbol names in the index have no overload (parameter)
4215 information. I.e., in C++, "foo(int)" and "foo(long)" both
4216 appear as "foo" in the index, for example.
4217
4218 This means that the lookup names passed to the symbol name
4219 matcher functions must have no parameter information either
4220 because (e.g.) symbol search name "foo" does not match
4221 lookup-name "foo(int)" [while swapping search name for lookup
4222 name would match].
4223*/
4224class gdb_index_symbol_name_matcher
4225{
4226public:
4227 /* Prepares the vector of comparison functions for LOOKUP_NAME. */
4228 gdb_index_symbol_name_matcher (const lookup_name_info &lookup_name);
4229
4230 /* Walk all the matcher routines and match SYMBOL_NAME against them.
4231 Returns true if any matcher matches. */
4232 bool matches (const char *symbol_name);
4233
4234private:
4235 /* A reference to the lookup name we're matching against. */
4236 const lookup_name_info &m_lookup_name;
4237
4238 /* A vector holding all the different symbol name matchers, for all
4239 languages. */
4240 std::vector<symbol_name_matcher_ftype *> m_symbol_name_matcher_funcs;
4241};
4242
4243gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher
4244 (const lookup_name_info &lookup_name)
4245 : m_lookup_name (lookup_name)
4246{
4247 /* Prepare the vector of comparison functions upfront, to avoid
4248 doing the same work for each symbol. Care is taken to avoid
4249 matching with the same matcher more than once if/when multiple
4250 languages use the same matcher function. */
4251 auto &matchers = m_symbol_name_matcher_funcs;
4252 matchers.reserve (nr_languages);
4253
4254 matchers.push_back (default_symbol_name_matcher);
4255
4256 for (int i = 0; i < nr_languages; i++)
4257 {
4258 const language_defn *lang = language_def ((enum language) i);
c63d3e8d 4259 symbol_name_matcher_ftype *name_matcher
618daa93 4260 = get_symbol_name_matcher (lang, m_lookup_name);
c63d3e8d
PA
4261
4262 /* Don't insert the same comparison routine more than once.
4263 Note that we do this linear walk instead of a seemingly
4264 cheaper sorted insert, or use a std::set or something like
4265 that, because relative order of function addresses is not
4266 stable. This is not a problem in practice because the number
4267 of supported languages is low, and the cost here is tiny
4268 compared to the number of searches we'll do afterwards using
4269 this object. */
4270 if (name_matcher != default_symbol_name_matcher
4271 && (std::find (matchers.begin (), matchers.end (), name_matcher)
4272 == matchers.end ()))
4273 matchers.push_back (name_matcher);
b5ec771e
PA
4274 }
4275}
4276
4277bool
4278gdb_index_symbol_name_matcher::matches (const char *symbol_name)
4279{
4280 for (auto matches_name : m_symbol_name_matcher_funcs)
4281 if (matches_name (symbol_name, m_lookup_name, NULL))
4282 return true;
4283
4284 return false;
4285}
4286
e1ef7d7a
PA
4287/* Starting from a search name, return the string that finds the upper
4288 bound of all strings that start with SEARCH_NAME in a sorted name
4289 list. Returns the empty string to indicate that the upper bound is
4290 the end of the list. */
4291
4292static std::string
4293make_sort_after_prefix_name (const char *search_name)
4294{
4295 /* When looking to complete "func", we find the upper bound of all
4296 symbols that start with "func" by looking for where we'd insert
4297 the closest string that would follow "func" in lexicographical
4298 order. Usually, that's "func"-with-last-character-incremented,
4299 i.e. "fund". Mind non-ASCII characters, though. Usually those
4300 will be UTF-8 multi-byte sequences, but we can't be certain.
4301 Especially mind the 0xff character, which is a valid character in
4302 non-UTF-8 source character sets (e.g. Latin1 'ÿ'), and we can't
4303 rule out compilers allowing it in identifiers. Note that
4304 conveniently, strcmp/strcasecmp are specified to compare
4305 characters interpreted as unsigned char. So what we do is treat
4306 the whole string as a base 256 number composed of a sequence of
4307 base 256 "digits" and add 1 to it. I.e., adding 1 to 0xff wraps
4308 to 0, and carries 1 to the following more-significant position.
4309 If the very first character in SEARCH_NAME ends up incremented
4310 and carries/overflows, then the upper bound is the end of the
4311 list. The string after the empty string is also the empty
4312 string.
4313
4314 Some examples of this operation:
4315
4316 SEARCH_NAME => "+1" RESULT
4317
4318 "abc" => "abd"
4319 "ab\xff" => "ac"
4320 "\xff" "a" "\xff" => "\xff" "b"
4321 "\xff" => ""
4322 "\xff\xff" => ""
4323 "" => ""
4324
4325 Then, with these symbols for example:
4326
4327 func
4328 func1
4329 fund
4330
4331 completing "func" looks for symbols between "func" and
4332 "func"-with-last-character-incremented, i.e. "fund" (exclusive),
4333 which finds "func" and "func1", but not "fund".
4334
4335 And with:
4336
4337 funcÿ (Latin1 'ÿ' [0xff])
4338 funcÿ1
4339 fund
4340
4341 completing "funcÿ" looks for symbols between "funcÿ" and "fund"
4342 (exclusive), which finds "funcÿ" and "funcÿ1", but not "fund".
4343
4344 And with:
4345
4346 ÿÿ (Latin1 'ÿ' [0xff])
4347 ÿÿ1
4348
4349 completing "ÿ" or "ÿÿ" looks for symbols between between "ÿÿ" and
4350 the end of the list.
4351 */
4352 std::string after = search_name;
4353 while (!after.empty () && (unsigned char) after.back () == 0xff)
4354 after.pop_back ();
4355 if (!after.empty ())
4356 after.back () = (unsigned char) after.back () + 1;
4357 return after;
4358}
4359
5c58de74 4360/* See declaration. */
61d96d7e 4361
5c58de74
PA
4362std::pair<std::vector<name_component>::const_iterator,
4363 std::vector<name_component>::const_iterator>
44ed8f3e 4364mapped_index_base::find_name_components_bounds
5c58de74 4365 (const lookup_name_info &lookup_name_without_params) const
3f563c84 4366{
5c58de74
PA
4367 auto *name_cmp
4368 = this->name_components_casing == case_sensitive_on ? strcmp : strcasecmp;
3f563c84
PA
4369
4370 const char *cplus
c62446b1 4371 = lookup_name_without_params.cplus ().lookup_name ().c_str ();
9291a0cd 4372
3f563c84
PA
4373 /* Comparison function object for lower_bound that matches against a
4374 given symbol name. */
4375 auto lookup_compare_lower = [&] (const name_component &elem,
4376 const char *name)
4377 {
5c58de74 4378 const char *elem_qualified = this->symbol_name_at (elem.idx);
3f563c84
PA
4379 const char *elem_name = elem_qualified + elem.name_offset;
4380 return name_cmp (elem_name, name) < 0;
4381 };
4382
4383 /* Comparison function object for upper_bound that matches against a
4384 given symbol name. */
4385 auto lookup_compare_upper = [&] (const char *name,
4386 const name_component &elem)
4387 {
5c58de74 4388 const char *elem_qualified = this->symbol_name_at (elem.idx);
3f563c84
PA
4389 const char *elem_name = elem_qualified + elem.name_offset;
4390 return name_cmp (name, elem_name) < 0;
4391 };
4392
5c58de74
PA
4393 auto begin = this->name_components.begin ();
4394 auto end = this->name_components.end ();
3f563c84
PA
4395
4396 /* Find the lower bound. */
4397 auto lower = [&] ()
4398 {
5c58de74 4399 if (lookup_name_without_params.completion_mode () && cplus[0] == '\0')
3f563c84
PA
4400 return begin;
4401 else
4402 return std::lower_bound (begin, end, cplus, lookup_compare_lower);
4403 } ();
4404
4405 /* Find the upper bound. */
4406 auto upper = [&] ()
4407 {
5c58de74 4408 if (lookup_name_without_params.completion_mode ())
3f563c84 4409 {
e1ef7d7a
PA
4410 /* In completion mode, we want UPPER to point past all
4411 symbols names that have the same prefix. I.e., with
4412 these symbols, and completing "func":
4413
4414 function << lower bound
4415 function1
4416 other_function << upper bound
4417
4418 We find the upper bound by looking for the insertion
4419 point of "func"-with-last-character-incremented,
4420 i.e. "fund". */
4421 std::string after = make_sort_after_prefix_name (cplus);
4422 if (after.empty ())
3f563c84 4423 return end;
e6b2f5ef
PA
4424 return std::lower_bound (lower, end, after.c_str (),
4425 lookup_compare_lower);
3f563c84
PA
4426 }
4427 else
4428 return std::upper_bound (lower, end, cplus, lookup_compare_upper);
4429 } ();
4430
5c58de74
PA
4431 return {lower, upper};
4432}
4433
4434/* See declaration. */
4435
4436void
44ed8f3e 4437mapped_index_base::build_name_components ()
5c58de74
PA
4438{
4439 if (!this->name_components.empty ())
4440 return;
4441
4442 this->name_components_casing = case_sensitivity;
4443 auto *name_cmp
4444 = this->name_components_casing == case_sensitive_on ? strcmp : strcasecmp;
4445
4446 /* The code below only knows how to break apart components of C++
4447 symbol names (and other languages that use '::' as
4448 namespace/module separator). If we add support for wild matching
4449 to some language that uses some other operator (E.g., Ada, Go and
4450 D use '.'), then we'll need to try splitting the symbol name
4451 according to that language too. Note that Ada does support wild
4452 matching, but doesn't currently support .gdb_index. */
44ed8f3e
PA
4453 auto count = this->symbol_name_count ();
4454 for (offset_type idx = 0; idx < count; idx++)
5c58de74 4455 {
44ed8f3e 4456 if (this->symbol_name_slot_invalid (idx))
5c58de74
PA
4457 continue;
4458
4459 const char *name = this->symbol_name_at (idx);
4460
4461 /* Add each name component to the name component table. */
4462 unsigned int previous_len = 0;
4463 for (unsigned int current_len = cp_find_first_component (name);
4464 name[current_len] != '\0';
4465 current_len += cp_find_first_component (name + current_len))
4466 {
4467 gdb_assert (name[current_len] == ':');
4468 this->name_components.push_back ({previous_len, idx});
4469 /* Skip the '::'. */
4470 current_len += 2;
4471 previous_len = current_len;
4472 }
4473 this->name_components.push_back ({previous_len, idx});
4474 }
4475
4476 /* Sort name_components elements by name. */
4477 auto name_comp_compare = [&] (const name_component &left,
4478 const name_component &right)
4479 {
4480 const char *left_qualified = this->symbol_name_at (left.idx);
4481 const char *right_qualified = this->symbol_name_at (right.idx);
4482
4483 const char *left_name = left_qualified + left.name_offset;
4484 const char *right_name = right_qualified + right.name_offset;
4485
4486 return name_cmp (left_name, right_name) < 0;
4487 };
4488
4489 std::sort (this->name_components.begin (),
4490 this->name_components.end (),
4491 name_comp_compare);
4492}
4493
4494/* Helper for dw2_expand_symtabs_matching that works with a
44ed8f3e
PA
4495 mapped_index_base instead of the containing objfile. This is split
4496 to a separate function in order to be able to unit test the
4497 name_components matching using a mock mapped_index_base. For each
5c58de74 4498 symbol name that matches, calls MATCH_CALLBACK, passing it the
44ed8f3e 4499 symbol's index in the mapped_index_base symbol table. */
5c58de74
PA
4500
4501static void
4502dw2_expand_symtabs_matching_symbol
44ed8f3e 4503 (mapped_index_base &index,
5c58de74
PA
4504 const lookup_name_info &lookup_name_in,
4505 gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher,
4506 enum search_domain kind,
4507 gdb::function_view<void (offset_type)> match_callback)
4508{
4509 lookup_name_info lookup_name_without_params
4510 = lookup_name_in.make_ignore_params ();
4511 gdb_index_symbol_name_matcher lookup_name_matcher
4512 (lookup_name_without_params);
4513
4514 /* Build the symbol name component sorted vector, if we haven't
4515 yet. */
4516 index.build_name_components ();
4517
4518 auto bounds = index.find_name_components_bounds (lookup_name_without_params);
4519
3f563c84
PA
4520 /* Now for each symbol name in range, check to see if we have a name
4521 match, and if so, call the MATCH_CALLBACK callback. */
4522
4523 /* The same symbol may appear more than once in the range though.
4524 E.g., if we're looking for symbols that complete "w", and we have
4525 a symbol named "w1::w2", we'll find the two name components for
4526 that same symbol in the range. To be sure we only call the
4527 callback once per symbol, we first collect the symbol name
4528 indexes that matched in a temporary vector and ignore
4529 duplicates. */
4530 std::vector<offset_type> matches;
5c58de74 4531 matches.reserve (std::distance (bounds.first, bounds.second));
3f563c84 4532
5c58de74 4533 for (; bounds.first != bounds.second; ++bounds.first)
3f563c84 4534 {
5c58de74 4535 const char *qualified = index.symbol_name_at (bounds.first->idx);
3f563c84
PA
4536
4537 if (!lookup_name_matcher.matches (qualified)
4538 || (symbol_matcher != NULL && !symbol_matcher (qualified)))
9291a0cd
TT
4539 continue;
4540
5c58de74 4541 matches.push_back (bounds.first->idx);
3f563c84
PA
4542 }
4543
4544 std::sort (matches.begin (), matches.end ());
4545
4546 /* Finally call the callback, once per match. */
4547 ULONGEST prev = -1;
4548 for (offset_type idx : matches)
4549 {
4550 if (prev != idx)
4551 {
4552 match_callback (idx);
4553 prev = idx;
4554 }
4555 }
4556
4557 /* Above we use a type wider than idx's for 'prev', since 0 and
4558 (offset_type)-1 are both possible values. */
4559 static_assert (sizeof (prev) > sizeof (offset_type), "");
4560}
4561
c62446b1
PA
4562#if GDB_SELF_TEST
4563
4564namespace selftests { namespace dw2_expand_symtabs_matching {
4565
a3c5fafd
PA
4566/* A mock .gdb_index/.debug_names-like name index table, enough to
4567 exercise dw2_expand_symtabs_matching_symbol, which works with the
4568 mapped_index_base interface. Builds an index from the symbol list
4569 passed as parameter to the constructor. */
4570class mock_mapped_index : public mapped_index_base
c62446b1
PA
4571{
4572public:
a3c5fafd
PA
4573 mock_mapped_index (gdb::array_view<const char *> symbols)
4574 : m_symbol_table (symbols)
c62446b1
PA
4575 {}
4576
a3c5fafd 4577 DISABLE_COPY_AND_ASSIGN (mock_mapped_index);
c62446b1 4578
a3c5fafd 4579 /* Return the number of names in the symbol table. */
632e107b 4580 size_t symbol_name_count () const override
c62446b1 4581 {
a3c5fafd 4582 return m_symbol_table.size ();
c62446b1
PA
4583 }
4584
a3c5fafd 4585 /* Get the name of the symbol at IDX in the symbol table. */
632e107b 4586 const char *symbol_name_at (offset_type idx) const override
a3c5fafd
PA
4587 {
4588 return m_symbol_table[idx];
4589 }
c62446b1 4590
a3c5fafd
PA
4591private:
4592 gdb::array_view<const char *> m_symbol_table;
c62446b1
PA
4593};
4594
4595/* Convenience function that converts a NULL pointer to a "<null>"
4596 string, to pass to print routines. */
4597
4598static const char *
4599string_or_null (const char *str)
4600{
4601 return str != NULL ? str : "<null>";
4602}
4603
4604/* Check if a lookup_name_info built from
4605 NAME/MATCH_TYPE/COMPLETION_MODE matches the symbols in the mock
4606 index. EXPECTED_LIST is the list of expected matches, in expected
4607 matching order. If no match expected, then an empty list is
4608 specified. Returns true on success. On failure prints a warning
4609 indicating the file:line that failed, and returns false. */
4610
4611static bool
4612check_match (const char *file, int line,
4613 mock_mapped_index &mock_index,
4614 const char *name, symbol_name_match_type match_type,
4615 bool completion_mode,
4616 std::initializer_list<const char *> expected_list)
4617{
4618 lookup_name_info lookup_name (name, match_type, completion_mode);
4619
4620 bool matched = true;
4621
4622 auto mismatch = [&] (const char *expected_str,
4623 const char *got)
4624 {
4625 warning (_("%s:%d: match_type=%s, looking-for=\"%s\", "
4626 "expected=\"%s\", got=\"%s\"\n"),
4627 file, line,
4628 (match_type == symbol_name_match_type::FULL
4629 ? "FULL" : "WILD"),
4630 name, string_or_null (expected_str), string_or_null (got));
4631 matched = false;
4632 };
4633
4634 auto expected_it = expected_list.begin ();
4635 auto expected_end = expected_list.end ();
4636
a3c5fafd 4637 dw2_expand_symtabs_matching_symbol (mock_index, lookup_name,
c62446b1
PA
4638 NULL, ALL_DOMAIN,
4639 [&] (offset_type idx)
4640 {
a3c5fafd 4641 const char *matched_name = mock_index.symbol_name_at (idx);
c62446b1
PA
4642 const char *expected_str
4643 = expected_it == expected_end ? NULL : *expected_it++;
4644
4645 if (expected_str == NULL || strcmp (expected_str, matched_name) != 0)
4646 mismatch (expected_str, matched_name);
4647 });
4648
4649 const char *expected_str
4650 = expected_it == expected_end ? NULL : *expected_it++;
4651 if (expected_str != NULL)
4652 mismatch (expected_str, NULL);
4653
4654 return matched;
4655}
4656
4657/* The symbols added to the mock mapped_index for testing (in
4658 canonical form). */
4659static const char *test_symbols[] = {
4660 "function",
4661 "std::bar",
4662 "std::zfunction",
4663 "std::zfunction2",
4664 "w1::w2",
4665 "ns::foo<char*>",
4666 "ns::foo<int>",
4667 "ns::foo<long>",
a20714ff
PA
4668 "ns2::tmpl<int>::foo2",
4669 "(anonymous namespace)::A::B::C",
c62446b1 4670
e1ef7d7a
PA
4671 /* These are used to check that the increment-last-char in the
4672 matching algorithm for completion doesn't match "t1_fund" when
4673 completing "t1_func". */
4674 "t1_func",
4675 "t1_func1",
4676 "t1_fund",
4677 "t1_fund1",
4678
4679 /* A UTF-8 name with multi-byte sequences to make sure that
4680 cp-name-parser understands this as a single identifier ("função"
4681 is "function" in PT). */
4682 u8"u8função",
4683
4684 /* \377 (0xff) is Latin1 'ÿ'. */
4685 "yfunc\377",
4686
4687 /* \377 (0xff) is Latin1 'ÿ'. */
4688 "\377",
4689 "\377\377123",
4690
c62446b1
PA
4691 /* A name with all sorts of complications. Starts with "z" to make
4692 it easier for the completion tests below. */
4693#define Z_SYM_NAME \
4694 "z::std::tuple<(anonymous namespace)::ui*, std::bar<(anonymous namespace)::ui> >" \
4695 "::tuple<(anonymous namespace)::ui*, " \
4696 "std::default_delete<(anonymous namespace)::ui>, void>"
4697
4698 Z_SYM_NAME
4699};
4700
a3c5fafd
PA
4701/* Returns true if the mapped_index_base::find_name_component_bounds
4702 method finds EXPECTED_SYMS in INDEX when looking for SEARCH_NAME,
4703 in completion mode. */
5c58de74
PA
4704
4705static bool
a3c5fafd 4706check_find_bounds_finds (mapped_index_base &index,
5c58de74
PA
4707 const char *search_name,
4708 gdb::array_view<const char *> expected_syms)
4709{
4710 lookup_name_info lookup_name (search_name,
4711 symbol_name_match_type::FULL, true);
4712
4713 auto bounds = index.find_name_components_bounds (lookup_name);
4714
4715 size_t distance = std::distance (bounds.first, bounds.second);
4716 if (distance != expected_syms.size ())
4717 return false;
4718
4719 for (size_t exp_elem = 0; exp_elem < distance; exp_elem++)
4720 {
4721 auto nc_elem = bounds.first + exp_elem;
4722 const char *qualified = index.symbol_name_at (nc_elem->idx);
4723 if (strcmp (qualified, expected_syms[exp_elem]) != 0)
4724 return false;
4725 }
4726
4727 return true;
4728}
4729
4730/* Test the lower-level mapped_index::find_name_component_bounds
4731 method. */
4732
c62446b1 4733static void
5c58de74
PA
4734test_mapped_index_find_name_component_bounds ()
4735{
4736 mock_mapped_index mock_index (test_symbols);
4737
a3c5fafd 4738 mock_index.build_name_components ();
5c58de74
PA
4739
4740 /* Test the lower-level mapped_index::find_name_component_bounds
4741 method in completion mode. */
4742 {
4743 static const char *expected_syms[] = {
4744 "t1_func",
4745 "t1_func1",
5c58de74
PA
4746 };
4747
a3c5fafd 4748 SELF_CHECK (check_find_bounds_finds (mock_index,
5c58de74
PA
4749 "t1_func", expected_syms));
4750 }
4751
4752 /* Check that the increment-last-char in the name matching algorithm
4753 for completion doesn't get confused with Ansi1 'ÿ' / 0xff. */
4754 {
4755 static const char *expected_syms1[] = {
4756 "\377",
4757 "\377\377123",
4758 };
a3c5fafd 4759 SELF_CHECK (check_find_bounds_finds (mock_index,
5c58de74
PA
4760 "\377", expected_syms1));
4761
4762 static const char *expected_syms2[] = {
4763 "\377\377123",
4764 };
a3c5fafd 4765 SELF_CHECK (check_find_bounds_finds (mock_index,
5c58de74
PA
4766 "\377\377", expected_syms2));
4767 }
4768}
4769
4770/* Test dw2_expand_symtabs_matching_symbol. */
4771
4772static void
4773test_dw2_expand_symtabs_matching_symbol ()
c62446b1
PA
4774{
4775 mock_mapped_index mock_index (test_symbols);
4776
4777 /* We let all tests run until the end even if some fails, for debug
4778 convenience. */
4779 bool any_mismatch = false;
4780
4781 /* Create the expected symbols list (an initializer_list). Needed
4782 because lists have commas, and we need to pass them to CHECK,
4783 which is a macro. */
4784#define EXPECT(...) { __VA_ARGS__ }
4785
4786 /* Wrapper for check_match that passes down the current
4787 __FILE__/__LINE__. */
4788#define CHECK_MATCH(NAME, MATCH_TYPE, COMPLETION_MODE, EXPECTED_LIST) \
4789 any_mismatch |= !check_match (__FILE__, __LINE__, \
4790 mock_index, \
4791 NAME, MATCH_TYPE, COMPLETION_MODE, \
4792 EXPECTED_LIST)
4793
4794 /* Identity checks. */
4795 for (const char *sym : test_symbols)
4796 {
4797 /* Should be able to match all existing symbols. */
4798 CHECK_MATCH (sym, symbol_name_match_type::FULL, false,
4799 EXPECT (sym));
4800
4801 /* Should be able to match all existing symbols with
4802 parameters. */
4803 std::string with_params = std::string (sym) + "(int)";
4804 CHECK_MATCH (with_params.c_str (), symbol_name_match_type::FULL, false,
4805 EXPECT (sym));
4806
4807 /* Should be able to match all existing symbols with
4808 parameters and qualifiers. */
4809 with_params = std::string (sym) + " ( int ) const";
4810 CHECK_MATCH (with_params.c_str (), symbol_name_match_type::FULL, false,
4811 EXPECT (sym));
4812
4813 /* This should really find sym, but cp-name-parser.y doesn't
4814 know about lvalue/rvalue qualifiers yet. */
4815 with_params = std::string (sym) + " ( int ) &&";
4816 CHECK_MATCH (with_params.c_str (), symbol_name_match_type::FULL, false,
4817 {});
4818 }
4819
e1ef7d7a
PA
4820 /* Check that the name matching algorithm for completion doesn't get
4821 confused with Latin1 'ÿ' / 0xff. */
4822 {
4823 static const char str[] = "\377";
4824 CHECK_MATCH (str, symbol_name_match_type::FULL, true,
4825 EXPECT ("\377", "\377\377123"));
4826 }
4827
4828 /* Check that the increment-last-char in the matching algorithm for
4829 completion doesn't match "t1_fund" when completing "t1_func". */
4830 {
4831 static const char str[] = "t1_func";
4832 CHECK_MATCH (str, symbol_name_match_type::FULL, true,
4833 EXPECT ("t1_func", "t1_func1"));
4834 }
4835
c62446b1
PA
4836 /* Check that completion mode works at each prefix of the expected
4837 symbol name. */
4838 {
4839 static const char str[] = "function(int)";
4840 size_t len = strlen (str);
4841 std::string lookup;
4842
4843 for (size_t i = 1; i < len; i++)
4844 {
4845 lookup.assign (str, i);
4846 CHECK_MATCH (lookup.c_str (), symbol_name_match_type::FULL, true,
4847 EXPECT ("function"));
4848 }
4849 }
4850
4851 /* While "w" is a prefix of both components, the match function
4852 should still only be called once. */
4853 {
4854 CHECK_MATCH ("w", symbol_name_match_type::FULL, true,
4855 EXPECT ("w1::w2"));
a20714ff
PA
4856 CHECK_MATCH ("w", symbol_name_match_type::WILD, true,
4857 EXPECT ("w1::w2"));
c62446b1
PA
4858 }
4859
4860 /* Same, with a "complicated" symbol. */
4861 {
4862 static const char str[] = Z_SYM_NAME;
4863 size_t len = strlen (str);
4864 std::string lookup;
4865
4866 for (size_t i = 1; i < len; i++)
4867 {
4868 lookup.assign (str, i);
4869 CHECK_MATCH (lookup.c_str (), symbol_name_match_type::FULL, true,
4870 EXPECT (Z_SYM_NAME));
4871 }
4872 }
4873
4874 /* In FULL mode, an incomplete symbol doesn't match. */
4875 {
4876 CHECK_MATCH ("std::zfunction(int", symbol_name_match_type::FULL, false,
4877 {});
4878 }
4879
4880 /* A complete symbol with parameters matches any overload, since the
4881 index has no overload info. */
4882 {
4883 CHECK_MATCH ("std::zfunction(int)", symbol_name_match_type::FULL, true,
4884 EXPECT ("std::zfunction", "std::zfunction2"));
a20714ff
PA
4885 CHECK_MATCH ("zfunction(int)", symbol_name_match_type::WILD, true,
4886 EXPECT ("std::zfunction", "std::zfunction2"));
4887 CHECK_MATCH ("zfunc", symbol_name_match_type::WILD, true,
4888 EXPECT ("std::zfunction", "std::zfunction2"));
c62446b1
PA
4889 }
4890
4891 /* Check that whitespace is ignored appropriately. A symbol with a
4892 template argument list. */
4893 {
4894 static const char expected[] = "ns::foo<int>";
4895 CHECK_MATCH ("ns :: foo < int > ", symbol_name_match_type::FULL, false,
4896 EXPECT (expected));
a20714ff
PA
4897 CHECK_MATCH ("foo < int > ", symbol_name_match_type::WILD, false,
4898 EXPECT (expected));
c62446b1
PA
4899 }
4900
4901 /* Check that whitespace is ignored appropriately. A symbol with a
4902 template argument list that includes a pointer. */
4903 {
4904 static const char expected[] = "ns::foo<char*>";
4905 /* Try both completion and non-completion modes. */
4906 static const bool completion_mode[2] = {false, true};
4907 for (size_t i = 0; i < 2; i++)
4908 {
4909 CHECK_MATCH ("ns :: foo < char * >", symbol_name_match_type::FULL,
4910 completion_mode[i], EXPECT (expected));
a20714ff
PA
4911 CHECK_MATCH ("foo < char * >", symbol_name_match_type::WILD,
4912 completion_mode[i], EXPECT (expected));
c62446b1
PA
4913
4914 CHECK_MATCH ("ns :: foo < char * > (int)", symbol_name_match_type::FULL,
4915 completion_mode[i], EXPECT (expected));
a20714ff
PA
4916 CHECK_MATCH ("foo < char * > (int)", symbol_name_match_type::WILD,
4917 completion_mode[i], EXPECT (expected));
c62446b1
PA
4918 }
4919 }
4920
4921 {
4922 /* Check method qualifiers are ignored. */
4923 static const char expected[] = "ns::foo<char*>";
4924 CHECK_MATCH ("ns :: foo < char * > ( int ) const",
4925 symbol_name_match_type::FULL, true, EXPECT (expected));
4926 CHECK_MATCH ("ns :: foo < char * > ( int ) &&",
4927 symbol_name_match_type::FULL, true, EXPECT (expected));
a20714ff
PA
4928 CHECK_MATCH ("foo < char * > ( int ) const",
4929 symbol_name_match_type::WILD, true, EXPECT (expected));
4930 CHECK_MATCH ("foo < char * > ( int ) &&",
4931 symbol_name_match_type::WILD, true, EXPECT (expected));
c62446b1
PA
4932 }
4933
4934 /* Test lookup names that don't match anything. */
4935 {
a20714ff
PA
4936 CHECK_MATCH ("bar2", symbol_name_match_type::WILD, false,
4937 {});
4938
c62446b1
PA
4939 CHECK_MATCH ("doesntexist", symbol_name_match_type::FULL, false,
4940 {});
4941 }
4942
a20714ff
PA
4943 /* Some wild matching tests, exercising "(anonymous namespace)",
4944 which should not be confused with a parameter list. */
4945 {
4946 static const char *syms[] = {
4947 "A::B::C",
4948 "B::C",
4949 "C",
4950 "A :: B :: C ( int )",
4951 "B :: C ( int )",
4952 "C ( int )",
4953 };
4954
4955 for (const char *s : syms)
4956 {
4957 CHECK_MATCH (s, symbol_name_match_type::WILD, false,
4958 EXPECT ("(anonymous namespace)::A::B::C"));
4959 }
4960 }
4961
4962 {
4963 static const char expected[] = "ns2::tmpl<int>::foo2";
4964 CHECK_MATCH ("tmp", symbol_name_match_type::WILD, true,
4965 EXPECT (expected));
4966 CHECK_MATCH ("tmpl<", symbol_name_match_type::WILD, true,
4967 EXPECT (expected));
4968 }
4969
c62446b1
PA
4970 SELF_CHECK (!any_mismatch);
4971
4972#undef EXPECT
4973#undef CHECK_MATCH
4974}
4975
5c58de74
PA
4976static void
4977run_test ()
4978{
4979 test_mapped_index_find_name_component_bounds ();
4980 test_dw2_expand_symtabs_matching_symbol ();
4981}
4982
c62446b1
PA
4983}} // namespace selftests::dw2_expand_symtabs_matching
4984
4985#endif /* GDB_SELF_TEST */
4986
4b514bc8
JK
4987/* If FILE_MATCHER is NULL or if PER_CU has
4988 dwarf2_per_cu_quick_data::MARK set (see
4989 dw_expand_symtabs_matching_file_matcher), expand the CU and call
4990 EXPANSION_NOTIFY on it. */
4991
4992static void
4993dw2_expand_symtabs_matching_one
4994 (struct dwarf2_per_cu_data *per_cu,
4995 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
4996 gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify)
4997{
4998 if (file_matcher == NULL || per_cu->v.quick->mark)
4999 {
5000 bool symtab_was_null
5001 = (per_cu->v.quick->compunit_symtab == NULL);
5002
58f0c718 5003 dw2_instantiate_symtab (per_cu, false);
4b514bc8
JK
5004
5005 if (expansion_notify != NULL
5006 && symtab_was_null
5007 && per_cu->v.quick->compunit_symtab != NULL)
5008 expansion_notify (per_cu->v.quick->compunit_symtab);
5009 }
5010}
5011
3f563c84
PA
5012/* Helper for dw2_expand_matching symtabs. Called on each symbol
5013 matched, to expand corresponding CUs that were marked. IDX is the
5014 index of the symbol name that matched. */
5015
5016static void
5017dw2_expand_marked_cus
ed2dc618 5018 (struct dwarf2_per_objfile *dwarf2_per_objfile, offset_type idx,
3f563c84
PA
5019 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
5020 gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify,
5021 search_domain kind)
5022{
3f563c84
PA
5023 offset_type *vec, vec_len, vec_idx;
5024 bool global_seen = false;
ed2dc618 5025 mapped_index &index = *dwarf2_per_objfile->index_table;
3f563c84 5026
61920122 5027 vec = (offset_type *) (index.constant_pool
f00a2de2 5028 + MAYBE_SWAP (index.symbol_table[idx].vec));
61920122
PA
5029 vec_len = MAYBE_SWAP (vec[0]);
5030 for (vec_idx = 0; vec_idx < vec_len; ++vec_idx)
5031 {
61920122
PA
5032 offset_type cu_index_and_attrs = MAYBE_SWAP (vec[vec_idx + 1]);
5033 /* This value is only valid for index versions >= 7. */
5034 int is_static = GDB_INDEX_SYMBOL_STATIC_VALUE (cu_index_and_attrs);
5035 gdb_index_symbol_kind symbol_kind =
5036 GDB_INDEX_SYMBOL_KIND_VALUE (cu_index_and_attrs);
5037 int cu_index = GDB_INDEX_CU_VALUE (cu_index_and_attrs);
5038 /* Only check the symbol attributes if they're present.
5039 Indices prior to version 7 don't record them,
5040 and indices >= 7 may elide them for certain symbols
5041 (gold does this). */
5042 int attrs_valid =
5043 (index.version >= 7
5044 && symbol_kind != GDB_INDEX_SYMBOL_KIND_NONE);
5045
5046 /* Work around gold/15646. */
5047 if (attrs_valid)
9291a0cd 5048 {
61920122
PA
5049 if (!is_static && global_seen)
5050 continue;
5051 if (!is_static)
5052 global_seen = true;
5053 }
3190f0c6 5054
61920122
PA
5055 /* Only check the symbol's kind if it has one. */
5056 if (attrs_valid)
5057 {
5058 switch (kind)
8943b874 5059 {
61920122
PA
5060 case VARIABLES_DOMAIN:
5061 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_VARIABLE)
5062 continue;
5063 break;
5064 case FUNCTIONS_DOMAIN:
5065 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_FUNCTION)
8943b874 5066 continue;
61920122
PA
5067 break;
5068 case TYPES_DOMAIN:
5069 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_TYPE)
5070 continue;
5071 break;
5072 default:
5073 break;
8943b874 5074 }
61920122 5075 }
8943b874 5076
61920122 5077 /* Don't crash on bad data. */
b76e467d 5078 if (cu_index >= (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 5079 + dwarf2_per_objfile->all_type_units.size ()))
61920122
PA
5080 {
5081 complaint (&symfile_complaints,
5082 _(".gdb_index entry has bad CU index"
ed2dc618
SM
5083 " [in module %s]"),
5084 objfile_name (dwarf2_per_objfile->objfile));
61920122
PA
5085 continue;
5086 }
5087
ff4c9fec 5088 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (cu_index);
4b514bc8
JK
5089 dw2_expand_symtabs_matching_one (per_cu, file_matcher,
5090 expansion_notify);
61920122
PA
5091 }
5092}
5093
4b514bc8
JK
5094/* If FILE_MATCHER is non-NULL, set all the
5095 dwarf2_per_cu_quick_data::MARK of the current DWARF2_PER_OBJFILE
5096 that match FILE_MATCHER. */
5097
61920122 5098static void
4b514bc8 5099dw_expand_symtabs_matching_file_matcher
ed2dc618
SM
5100 (struct dwarf2_per_objfile *dwarf2_per_objfile,
5101 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher)
61920122 5102{
4b514bc8 5103 if (file_matcher == NULL)
61920122
PA
5104 return;
5105
4b514bc8
JK
5106 objfile *const objfile = dwarf2_per_objfile->objfile;
5107
5108 htab_up visited_found (htab_create_alloc (10, htab_hash_pointer,
5109 htab_eq_pointer,
5110 NULL, xcalloc, xfree));
5111 htab_up visited_not_found (htab_create_alloc (10, htab_hash_pointer,
61920122
PA
5112 htab_eq_pointer,
5113 NULL, xcalloc, xfree));
61920122 5114
4b514bc8
JK
5115 /* The rule is CUs specify all the files, including those used by
5116 any TU, so there's no need to scan TUs here. */
61920122 5117
b76e467d 5118 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
927aa2e7 5119 {
927aa2e7
JK
5120 QUIT;
5121
5122 per_cu->v.quick->mark = 0;
5123
5124 /* We only need to look at symtabs not already expanded. */
5125 if (per_cu->v.quick->compunit_symtab)
5126 continue;
5127
b76e467d 5128 quick_file_names *file_data = dw2_get_file_names (per_cu);
927aa2e7
JK
5129 if (file_data == NULL)
5130 continue;
5131
5132 if (htab_find (visited_not_found.get (), file_data) != NULL)
5133 continue;
5134 else if (htab_find (visited_found.get (), file_data) != NULL)
5135 {
5136 per_cu->v.quick->mark = 1;
5137 continue;
5138 }
5139
b76e467d 5140 for (int j = 0; j < file_data->num_file_names; ++j)
927aa2e7
JK
5141 {
5142 const char *this_real_name;
5143
5144 if (file_matcher (file_data->file_names[j], false))
5145 {
5146 per_cu->v.quick->mark = 1;
5147 break;
5148 }
5149
5150 /* Before we invoke realpath, which can get expensive when many
5151 files are involved, do a quick comparison of the basenames. */
5152 if (!basenames_may_differ
5153 && !file_matcher (lbasename (file_data->file_names[j]),
5154 true))
5155 continue;
5156
5157 this_real_name = dw2_get_real_path (objfile, file_data, j);
5158 if (file_matcher (this_real_name, false))
5159 {
5160 per_cu->v.quick->mark = 1;
5161 break;
5162 }
5163 }
5164
b76e467d
SM
5165 void **slot = htab_find_slot (per_cu->v.quick->mark
5166 ? visited_found.get ()
5167 : visited_not_found.get (),
5168 file_data, INSERT);
927aa2e7
JK
5169 *slot = file_data;
5170 }
5171}
5172
5173static void
5174dw2_expand_symtabs_matching
5175 (struct objfile *objfile,
5176 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
5177 const lookup_name_info &lookup_name,
5178 gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher,
5179 gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify,
5180 enum search_domain kind)
5181{
ed2dc618
SM
5182 struct dwarf2_per_objfile *dwarf2_per_objfile
5183 = get_dwarf2_per_objfile (objfile);
927aa2e7
JK
5184
5185 /* index_table is NULL if OBJF_READNOW. */
5186 if (!dwarf2_per_objfile->index_table)
5187 return;
5188
ed2dc618 5189 dw_expand_symtabs_matching_file_matcher (dwarf2_per_objfile, file_matcher);
927aa2e7
JK
5190
5191 mapped_index &index = *dwarf2_per_objfile->index_table;
5192
5193 dw2_expand_symtabs_matching_symbol (index, lookup_name,
5194 symbol_matcher,
5195 kind, [&] (offset_type idx)
5196 {
ed2dc618 5197 dw2_expand_marked_cus (dwarf2_per_objfile, idx, file_matcher,
927aa2e7
JK
5198 expansion_notify, kind);
5199 });
5200}
5201
5202/* A helper for dw2_find_pc_sect_compunit_symtab which finds the most specific
5203 symtab. */
5204
5205static struct compunit_symtab *
5206recursively_find_pc_sect_compunit_symtab (struct compunit_symtab *cust,
5207 CORE_ADDR pc)
5208{
5209 int i;
5210
5211 if (COMPUNIT_BLOCKVECTOR (cust) != NULL
5212 && blockvector_contains_pc (COMPUNIT_BLOCKVECTOR (cust), pc))
5213 return cust;
5214
5215 if (cust->includes == NULL)
5216 return NULL;
5217
5218 for (i = 0; cust->includes[i]; ++i)
5219 {
5220 struct compunit_symtab *s = cust->includes[i];
5221
5222 s = recursively_find_pc_sect_compunit_symtab (s, pc);
5223 if (s != NULL)
5224 return s;
5225 }
5226
5227 return NULL;
5228}
5229
5230static struct compunit_symtab *
5231dw2_find_pc_sect_compunit_symtab (struct objfile *objfile,
5232 struct bound_minimal_symbol msymbol,
5233 CORE_ADDR pc,
5234 struct obj_section *section,
5235 int warn_if_readin)
5236{
5237 struct dwarf2_per_cu_data *data;
5238 struct compunit_symtab *result;
5239
927aa2e7
JK
5240 if (!objfile->psymtabs_addrmap)
5241 return NULL;
5242
5243 data = (struct dwarf2_per_cu_data *) addrmap_find (objfile->psymtabs_addrmap,
5244 pc);
5245 if (!data)
5246 return NULL;
5247
5248 if (warn_if_readin && data->v.quick->compunit_symtab)
5249 warning (_("(Internal error: pc %s in read in CU, but not in symtab.)"),
5250 paddress (get_objfile_arch (objfile), pc));
5251
5252 result
58f0c718
TT
5253 = recursively_find_pc_sect_compunit_symtab (dw2_instantiate_symtab (data,
5254 false),
927aa2e7
JK
5255 pc);
5256 gdb_assert (result != NULL);
5257 return result;
5258}
5259
5260static void
5261dw2_map_symbol_filenames (struct objfile *objfile, symbol_filename_ftype *fun,
5262 void *data, int need_fullname)
5263{
ed2dc618
SM
5264 struct dwarf2_per_objfile *dwarf2_per_objfile
5265 = get_dwarf2_per_objfile (objfile);
927aa2e7
JK
5266
5267 if (!dwarf2_per_objfile->filenames_cache)
5268 {
5269 dwarf2_per_objfile->filenames_cache.emplace ();
5270
5271 htab_up visited (htab_create_alloc (10,
5272 htab_hash_pointer, htab_eq_pointer,
5273 NULL, xcalloc, xfree));
5274
5275 /* The rule is CUs specify all the files, including those used
5276 by any TU, so there's no need to scan TUs here. We can
5277 ignore file names coming from already-expanded CUs. */
5278
b76e467d 5279 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
927aa2e7 5280 {
927aa2e7
JK
5281 if (per_cu->v.quick->compunit_symtab)
5282 {
5283 void **slot = htab_find_slot (visited.get (),
5284 per_cu->v.quick->file_names,
5285 INSERT);
5286
5287 *slot = per_cu->v.quick->file_names;
5288 }
5289 }
5290
b76e467d 5291 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
927aa2e7 5292 {
927aa2e7
JK
5293 /* We only need to look at symtabs not already expanded. */
5294 if (per_cu->v.quick->compunit_symtab)
5295 continue;
5296
b76e467d 5297 quick_file_names *file_data = dw2_get_file_names (per_cu);
927aa2e7
JK
5298 if (file_data == NULL)
5299 continue;
5300
b76e467d 5301 void **slot = htab_find_slot (visited.get (), file_data, INSERT);
927aa2e7
JK
5302 if (*slot)
5303 {
5304 /* Already visited. */
5305 continue;
5306 }
5307 *slot = file_data;
5308
5309 for (int j = 0; j < file_data->num_file_names; ++j)
5310 {
5311 const char *filename = file_data->file_names[j];
5312 dwarf2_per_objfile->filenames_cache->seen (filename);
5313 }
5314 }
5315 }
5316
5317 dwarf2_per_objfile->filenames_cache->traverse ([&] (const char *filename)
5318 {
5319 gdb::unique_xmalloc_ptr<char> this_real_name;
5320
5321 if (need_fullname)
5322 this_real_name = gdb_realpath (filename);
5323 (*fun) (filename, this_real_name.get (), data);
5324 });
5325}
5326
5327static int
5328dw2_has_symbols (struct objfile *objfile)
5329{
5330 return 1;
5331}
5332
5333const struct quick_symbol_functions dwarf2_gdb_index_functions =
5334{
5335 dw2_has_symbols,
5336 dw2_find_last_source_symtab,
5337 dw2_forget_cached_source_info,
5338 dw2_map_symtabs_matching_filename,
5339 dw2_lookup_symbol,
5340 dw2_print_stats,
5341 dw2_dump,
5342 dw2_relocate,
5343 dw2_expand_symtabs_for_function,
5344 dw2_expand_all_symtabs,
5345 dw2_expand_symtabs_with_fullname,
5346 dw2_map_matching_symbols,
5347 dw2_expand_symtabs_matching,
5348 dw2_find_pc_sect_compunit_symtab,
5349 NULL,
5350 dw2_map_symbol_filenames
5351};
5352
5353/* DWARF-5 debug_names reader. */
5354
5355/* DWARF-5 augmentation string for GDB's DW_IDX_GNU_* extension. */
5356static const gdb_byte dwarf5_augmentation[] = { 'G', 'D', 'B', 0 };
5357
5358/* A helper function that reads the .debug_names section in SECTION
5359 and fills in MAP. FILENAME is the name of the file containing the
5360 section; it is used for error reporting.
5361
5362 Returns true if all went well, false otherwise. */
5363
5364static bool
5365read_debug_names_from_section (struct objfile *objfile,
5366 const char *filename,
5367 struct dwarf2_section_info *section,
5368 mapped_debug_names &map)
5369{
5370 if (dwarf2_section_empty_p (section))
5371 return false;
5372
5373 /* Older elfutils strip versions could keep the section in the main
5374 executable while splitting it for the separate debug info file. */
5375 if ((get_section_flags (section) & SEC_HAS_CONTENTS) == 0)
5376 return false;
5377
5378 dwarf2_read_section (objfile, section);
5379
5380 map.dwarf5_byte_order = gdbarch_byte_order (get_objfile_arch (objfile));
5381
5382 const gdb_byte *addr = section->buffer;
5383
5384 bfd *const abfd = get_section_bfd_owner (section);
5385
5386 unsigned int bytes_read;
5387 LONGEST length = read_initial_length (abfd, addr, &bytes_read);
5388 addr += bytes_read;
5389
5390 map.dwarf5_is_dwarf64 = bytes_read != 4;
5391 map.offset_size = map.dwarf5_is_dwarf64 ? 8 : 4;
5392 if (bytes_read + length != section->size)
5393 {
5394 /* There may be multiple per-CU indices. */
5395 warning (_("Section .debug_names in %s length %s does not match "
5396 "section length %s, ignoring .debug_names."),
5397 filename, plongest (bytes_read + length),
5398 pulongest (section->size));
5399 return false;
5400 }
5401
5402 /* The version number. */
5403 uint16_t version = read_2_bytes (abfd, addr);
5404 addr += 2;
5405 if (version != 5)
5406 {
5407 warning (_("Section .debug_names in %s has unsupported version %d, "
5408 "ignoring .debug_names."),
5409 filename, version);
5410 return false;
5411 }
5412
5413 /* Padding. */
5414 uint16_t padding = read_2_bytes (abfd, addr);
5415 addr += 2;
5416 if (padding != 0)
5417 {
5418 warning (_("Section .debug_names in %s has unsupported padding %d, "
5419 "ignoring .debug_names."),
5420 filename, padding);
5421 return false;
5422 }
5423
5424 /* comp_unit_count - The number of CUs in the CU list. */
5425 map.cu_count = read_4_bytes (abfd, addr);
5426 addr += 4;
5427
5428 /* local_type_unit_count - The number of TUs in the local TU
5429 list. */
5430 map.tu_count = read_4_bytes (abfd, addr);
5431 addr += 4;
5432
5433 /* foreign_type_unit_count - The number of TUs in the foreign TU
5434 list. */
5435 uint32_t foreign_tu_count = read_4_bytes (abfd, addr);
5436 addr += 4;
5437 if (foreign_tu_count != 0)
5438 {
5439 warning (_("Section .debug_names in %s has unsupported %lu foreign TUs, "
5440 "ignoring .debug_names."),
5441 filename, static_cast<unsigned long> (foreign_tu_count));
5442 return false;
5443 }
5444
5445 /* bucket_count - The number of hash buckets in the hash lookup
5446 table. */
5447 map.bucket_count = read_4_bytes (abfd, addr);
5448 addr += 4;
5449
5450 /* name_count - The number of unique names in the index. */
5451 map.name_count = read_4_bytes (abfd, addr);
5452 addr += 4;
5453
5454 /* abbrev_table_size - The size in bytes of the abbreviations
5455 table. */
5456 uint32_t abbrev_table_size = read_4_bytes (abfd, addr);
5457 addr += 4;
5458
5459 /* augmentation_string_size - The size in bytes of the augmentation
5460 string. This value is rounded up to a multiple of 4. */
5461 uint32_t augmentation_string_size = read_4_bytes (abfd, addr);
5462 addr += 4;
5463 map.augmentation_is_gdb = ((augmentation_string_size
5464 == sizeof (dwarf5_augmentation))
5465 && memcmp (addr, dwarf5_augmentation,
5466 sizeof (dwarf5_augmentation)) == 0);
5467 augmentation_string_size += (-augmentation_string_size) & 3;
5468 addr += augmentation_string_size;
5469
5470 /* List of CUs */
5471 map.cu_table_reordered = addr;
5472 addr += map.cu_count * map.offset_size;
5473
5474 /* List of Local TUs */
5475 map.tu_table_reordered = addr;
5476 addr += map.tu_count * map.offset_size;
5477
5478 /* Hash Lookup Table */
5479 map.bucket_table_reordered = reinterpret_cast<const uint32_t *> (addr);
5480 addr += map.bucket_count * 4;
5481 map.hash_table_reordered = reinterpret_cast<const uint32_t *> (addr);
5482 addr += map.name_count * 4;
5483
5484 /* Name Table */
5485 map.name_table_string_offs_reordered = addr;
5486 addr += map.name_count * map.offset_size;
5487 map.name_table_entry_offs_reordered = addr;
5488 addr += map.name_count * map.offset_size;
5489
5490 const gdb_byte *abbrev_table_start = addr;
5491 for (;;)
5492 {
5493 unsigned int bytes_read;
5494 const ULONGEST index_num = read_unsigned_leb128 (abfd, addr, &bytes_read);
5495 addr += bytes_read;
5496 if (index_num == 0)
5497 break;
5498
5499 const auto insertpair
5500 = map.abbrev_map.emplace (index_num, mapped_debug_names::index_val ());
5501 if (!insertpair.second)
5502 {
5503 warning (_("Section .debug_names in %s has duplicate index %s, "
5504 "ignoring .debug_names."),
5505 filename, pulongest (index_num));
5506 return false;
5507 }
5508 mapped_debug_names::index_val &indexval = insertpair.first->second;
5509 indexval.dwarf_tag = read_unsigned_leb128 (abfd, addr, &bytes_read);
5510 addr += bytes_read;
5511
5512 for (;;)
5513 {
5514 mapped_debug_names::index_val::attr attr;
5515 attr.dw_idx = read_unsigned_leb128 (abfd, addr, &bytes_read);
5516 addr += bytes_read;
5517 attr.form = read_unsigned_leb128 (abfd, addr, &bytes_read);
5518 addr += bytes_read;
5519 if (attr.form == DW_FORM_implicit_const)
5520 {
5521 attr.implicit_const = read_signed_leb128 (abfd, addr,
5522 &bytes_read);
5523 addr += bytes_read;
5524 }
5525 if (attr.dw_idx == 0 && attr.form == 0)
5526 break;
5527 indexval.attr_vec.push_back (std::move (attr));
5528 }
5529 }
5530 if (addr != abbrev_table_start + abbrev_table_size)
5531 {
5532 warning (_("Section .debug_names in %s has abbreviation_table "
5533 "of size %zu vs. written as %u, ignoring .debug_names."),
5534 filename, addr - abbrev_table_start, abbrev_table_size);
5535 return false;
5536 }
5537 map.entry_pool = addr;
5538
5539 return true;
5540}
5541
5542/* A helper for create_cus_from_debug_names that handles the MAP's CU
5543 list. */
5544
5545static void
ed2dc618 5546create_cus_from_debug_names_list (struct dwarf2_per_objfile *dwarf2_per_objfile,
927aa2e7
JK
5547 const mapped_debug_names &map,
5548 dwarf2_section_info &section,
b76e467d 5549 bool is_dwz)
927aa2e7
JK
5550{
5551 sect_offset sect_off_prev;
5552 for (uint32_t i = 0; i <= map.cu_count; ++i)
5553 {
5554 sect_offset sect_off_next;
5555 if (i < map.cu_count)
5556 {
5557 sect_off_next
5558 = (sect_offset) (extract_unsigned_integer
5559 (map.cu_table_reordered + i * map.offset_size,
5560 map.offset_size,
5561 map.dwarf5_byte_order));
5562 }
5563 else
5564 sect_off_next = (sect_offset) section.size;
5565 if (i >= 1)
5566 {
5567 const ULONGEST length = sect_off_next - sect_off_prev;
b76e467d 5568 dwarf2_per_cu_data *per_cu
ed2dc618 5569 = create_cu_from_index_list (dwarf2_per_objfile, &section, is_dwz,
927aa2e7 5570 sect_off_prev, length);
b76e467d 5571 dwarf2_per_objfile->all_comp_units.push_back (per_cu);
927aa2e7
JK
5572 }
5573 sect_off_prev = sect_off_next;
5574 }
5575}
5576
5577/* Read the CU list from the mapped index, and use it to create all
ed2dc618 5578 the CU objects for this dwarf2_per_objfile. */
927aa2e7
JK
5579
5580static void
ed2dc618 5581create_cus_from_debug_names (struct dwarf2_per_objfile *dwarf2_per_objfile,
927aa2e7
JK
5582 const mapped_debug_names &map,
5583 const mapped_debug_names &dwz_map)
5584{
b76e467d
SM
5585 gdb_assert (dwarf2_per_objfile->all_comp_units.empty ());
5586 dwarf2_per_objfile->all_comp_units.reserve (map.cu_count + dwz_map.cu_count);
927aa2e7 5587
ed2dc618
SM
5588 create_cus_from_debug_names_list (dwarf2_per_objfile, map,
5589 dwarf2_per_objfile->info,
b76e467d 5590 false /* is_dwz */);
927aa2e7
JK
5591
5592 if (dwz_map.cu_count == 0)
5593 return;
5594
ed2dc618
SM
5595 dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
5596 create_cus_from_debug_names_list (dwarf2_per_objfile, dwz_map, dwz->info,
b76e467d 5597 true /* is_dwz */);
927aa2e7
JK
5598}
5599
5600/* Read .debug_names. If everything went ok, initialize the "quick"
5601 elements of all the CUs and return true. Otherwise, return false. */
5602
5603static bool
ed2dc618 5604dwarf2_read_debug_names (struct dwarf2_per_objfile *dwarf2_per_objfile)
927aa2e7 5605{
ed2dc618
SM
5606 mapped_debug_names local_map (dwarf2_per_objfile);
5607 mapped_debug_names dwz_map (dwarf2_per_objfile);
5608 struct objfile *objfile = dwarf2_per_objfile->objfile;
927aa2e7
JK
5609
5610 if (!read_debug_names_from_section (objfile, objfile_name (objfile),
5611 &dwarf2_per_objfile->debug_names,
5612 local_map))
5613 return false;
5614
5615 /* Don't use the index if it's empty. */
5616 if (local_map.name_count == 0)
5617 return false;
5618
5619 /* If there is a .dwz file, read it so we can get its CU list as
5620 well. */
ed2dc618 5621 dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
927aa2e7
JK
5622 if (dwz != NULL)
5623 {
5624 if (!read_debug_names_from_section (objfile,
5625 bfd_get_filename (dwz->dwz_bfd),
5626 &dwz->debug_names, dwz_map))
5627 {
5628 warning (_("could not read '.debug_names' section from %s; skipping"),
5629 bfd_get_filename (dwz->dwz_bfd));
5630 return false;
5631 }
5632 }
5633
ed2dc618 5634 create_cus_from_debug_names (dwarf2_per_objfile, local_map, dwz_map);
927aa2e7
JK
5635
5636 if (local_map.tu_count != 0)
5637 {
5638 /* We can only handle a single .debug_types when we have an
5639 index. */
5640 if (VEC_length (dwarf2_section_info_def, dwarf2_per_objfile->types) != 1)
5641 return false;
5642
5643 dwarf2_section_info *section = VEC_index (dwarf2_section_info_def,
5644 dwarf2_per_objfile->types, 0);
5645
5646 create_signatured_type_table_from_debug_names
ed2dc618 5647 (dwarf2_per_objfile, local_map, section, &dwarf2_per_objfile->abbrev);
927aa2e7
JK
5648 }
5649
ed2dc618
SM
5650 create_addrmap_from_aranges (dwarf2_per_objfile,
5651 &dwarf2_per_objfile->debug_aranges);
927aa2e7 5652
ed2dc618
SM
5653 dwarf2_per_objfile->debug_names_table.reset
5654 (new mapped_debug_names (dwarf2_per_objfile));
927aa2e7
JK
5655 *dwarf2_per_objfile->debug_names_table = std::move (local_map);
5656 dwarf2_per_objfile->using_index = 1;
5657 dwarf2_per_objfile->quick_file_names_table =
b76e467d 5658 create_quick_file_names_table (dwarf2_per_objfile->all_comp_units.size ());
927aa2e7
JK
5659
5660 return true;
5661}
5662
927aa2e7
JK
5663/* Type used to manage iterating over all CUs looking for a symbol for
5664 .debug_names. */
5665
5666class dw2_debug_names_iterator
5667{
5668public:
5669 /* If WANT_SPECIFIC_BLOCK is true, only look for symbols in block
5670 BLOCK_INDEX. Otherwise BLOCK_INDEX is ignored. */
5671 dw2_debug_names_iterator (const mapped_debug_names &map,
5672 bool want_specific_block,
5673 block_enum block_index, domain_enum domain,
5674 const char *name)
5675 : m_map (map), m_want_specific_block (want_specific_block),
5676 m_block_index (block_index), m_domain (domain),
5677 m_addr (find_vec_in_debug_names (map, name))
5678 {}
5679
5680 dw2_debug_names_iterator (const mapped_debug_names &map,
5681 search_domain search, uint32_t namei)
5682 : m_map (map),
5683 m_search (search),
5684 m_addr (find_vec_in_debug_names (map, namei))
5685 {}
5686
5687 /* Return the next matching CU or NULL if there are no more. */
5688 dwarf2_per_cu_data *next ();
5689
5690private:
5691 static const gdb_byte *find_vec_in_debug_names (const mapped_debug_names &map,
5692 const char *name);
5693 static const gdb_byte *find_vec_in_debug_names (const mapped_debug_names &map,
5694 uint32_t namei);
5695
5696 /* The internalized form of .debug_names. */
5697 const mapped_debug_names &m_map;
5698
5699 /* If true, only look for symbols that match BLOCK_INDEX. */
5700 const bool m_want_specific_block = false;
5701
5702 /* One of GLOBAL_BLOCK or STATIC_BLOCK.
5703 Unused if !WANT_SPECIFIC_BLOCK - FIRST_LOCAL_BLOCK is an invalid
5704 value. */
5705 const block_enum m_block_index = FIRST_LOCAL_BLOCK;
5706
5707 /* The kind of symbol we're looking for. */
5708 const domain_enum m_domain = UNDEF_DOMAIN;
5709 const search_domain m_search = ALL_DOMAIN;
5710
5711 /* The list of CUs from the index entry of the symbol, or NULL if
5712 not found. */
5713 const gdb_byte *m_addr;
5714};
5715
5716const char *
5717mapped_debug_names::namei_to_name (uint32_t namei) const
5718{
5719 const ULONGEST namei_string_offs
5720 = extract_unsigned_integer ((name_table_string_offs_reordered
5721 + namei * offset_size),
5722 offset_size,
5723 dwarf5_byte_order);
5724 return read_indirect_string_at_offset
ed2dc618 5725 (dwarf2_per_objfile, dwarf2_per_objfile->objfile->obfd, namei_string_offs);
927aa2e7
JK
5726}
5727
5728/* Find a slot in .debug_names for the object named NAME. If NAME is
5729 found, return pointer to its pool data. If NAME cannot be found,
5730 return NULL. */
5731
5732const gdb_byte *
5733dw2_debug_names_iterator::find_vec_in_debug_names
5734 (const mapped_debug_names &map, const char *name)
5735{
5736 int (*cmp) (const char *, const char *);
5737
5738 if (current_language->la_language == language_cplus
5739 || current_language->la_language == language_fortran
5740 || current_language->la_language == language_d)
5741 {
5742 /* NAME is already canonical. Drop any qualifiers as
5743 .debug_names does not contain any. */
5744
5745 if (strchr (name, '(') != NULL)
5746 {
5747 gdb::unique_xmalloc_ptr<char> without_params
5748 = cp_remove_params (name);
5749
5750 if (without_params != NULL)
5751 {
5752 name = without_params.get();
5753 }
5754 }
5755 }
5756
5757 cmp = (case_sensitivity == case_sensitive_on ? strcmp : strcasecmp);
5758
5759 const uint32_t full_hash = dwarf5_djb_hash (name);
5760 uint32_t namei
5761 = extract_unsigned_integer (reinterpret_cast<const gdb_byte *>
5762 (map.bucket_table_reordered
5763 + (full_hash % map.bucket_count)), 4,
5764 map.dwarf5_byte_order);
5765 if (namei == 0)
5766 return NULL;
5767 --namei;
5768 if (namei >= map.name_count)
5769 {
5770 complaint (&symfile_complaints,
5771 _("Wrong .debug_names with name index %u but name_count=%u "
5772 "[in module %s]"),
5773 namei, map.name_count,
ed2dc618 5774 objfile_name (map.dwarf2_per_objfile->objfile));
927aa2e7
JK
5775 return NULL;
5776 }
5777
5778 for (;;)
5779 {
5780 const uint32_t namei_full_hash
5781 = extract_unsigned_integer (reinterpret_cast<const gdb_byte *>
5782 (map.hash_table_reordered + namei), 4,
5783 map.dwarf5_byte_order);
5784 if (full_hash % map.bucket_count != namei_full_hash % map.bucket_count)
5785 return NULL;
5786
5787 if (full_hash == namei_full_hash)
5788 {
5789 const char *const namei_string = map.namei_to_name (namei);
5790
5791#if 0 /* An expensive sanity check. */
5792 if (namei_full_hash != dwarf5_djb_hash (namei_string))
5793 {
5794 complaint (&symfile_complaints,
5795 _("Wrong .debug_names hash for string at index %u "
5796 "[in module %s]"),
5797 namei, objfile_name (dwarf2_per_objfile->objfile));
5798 return NULL;
5799 }
5800#endif
5801
5802 if (cmp (namei_string, name) == 0)
5803 {
5804 const ULONGEST namei_entry_offs
5805 = extract_unsigned_integer ((map.name_table_entry_offs_reordered
5806 + namei * map.offset_size),
5807 map.offset_size, map.dwarf5_byte_order);
5808 return map.entry_pool + namei_entry_offs;
5809 }
5810 }
5811
5812 ++namei;
5813 if (namei >= map.name_count)
5814 return NULL;
5815 }
5816}
5817
5818const gdb_byte *
5819dw2_debug_names_iterator::find_vec_in_debug_names
5820 (const mapped_debug_names &map, uint32_t namei)
5821{
5822 if (namei >= map.name_count)
5823 {
5824 complaint (&symfile_complaints,
5825 _("Wrong .debug_names with name index %u but name_count=%u "
5826 "[in module %s]"),
5827 namei, map.name_count,
ed2dc618 5828 objfile_name (map.dwarf2_per_objfile->objfile));
927aa2e7
JK
5829 return NULL;
5830 }
5831
5832 const ULONGEST namei_entry_offs
5833 = extract_unsigned_integer ((map.name_table_entry_offs_reordered
5834 + namei * map.offset_size),
5835 map.offset_size, map.dwarf5_byte_order);
5836 return map.entry_pool + namei_entry_offs;
5837}
5838
5839/* See dw2_debug_names_iterator. */
5840
5841dwarf2_per_cu_data *
5842dw2_debug_names_iterator::next ()
5843{
5844 if (m_addr == NULL)
5845 return NULL;
5846
ed2dc618
SM
5847 struct dwarf2_per_objfile *dwarf2_per_objfile = m_map.dwarf2_per_objfile;
5848 struct objfile *objfile = dwarf2_per_objfile->objfile;
5849 bfd *const abfd = objfile->obfd;
927aa2e7
JK
5850
5851 again:
5852
5853 unsigned int bytes_read;
5854 const ULONGEST abbrev = read_unsigned_leb128 (abfd, m_addr, &bytes_read);
5855 m_addr += bytes_read;
5856 if (abbrev == 0)
5857 return NULL;
5858
5859 const auto indexval_it = m_map.abbrev_map.find (abbrev);
5860 if (indexval_it == m_map.abbrev_map.cend ())
5861 {
5862 complaint (&symfile_complaints,
5863 _("Wrong .debug_names undefined abbrev code %s "
5864 "[in module %s]"),
ed2dc618 5865 pulongest (abbrev), objfile_name (objfile));
927aa2e7
JK
5866 return NULL;
5867 }
5868 const mapped_debug_names::index_val &indexval = indexval_it->second;
5869 bool have_is_static = false;
5870 bool is_static;
5871 dwarf2_per_cu_data *per_cu = NULL;
5872 for (const mapped_debug_names::index_val::attr &attr : indexval.attr_vec)
5873 {
5874 ULONGEST ull;
5875 switch (attr.form)
5876 {
5877 case DW_FORM_implicit_const:
5878 ull = attr.implicit_const;
5879 break;
5880 case DW_FORM_flag_present:
5881 ull = 1;
5882 break;
5883 case DW_FORM_udata:
5884 ull = read_unsigned_leb128 (abfd, m_addr, &bytes_read);
5885 m_addr += bytes_read;
5886 break;
5887 default:
5888 complaint (&symfile_complaints,
5889 _("Unsupported .debug_names form %s [in module %s]"),
5890 dwarf_form_name (attr.form),
ed2dc618 5891 objfile_name (objfile));
927aa2e7
JK
5892 return NULL;
5893 }
5894 switch (attr.dw_idx)
5895 {
5896 case DW_IDX_compile_unit:
5897 /* Don't crash on bad data. */
b76e467d 5898 if (ull >= dwarf2_per_objfile->all_comp_units.size ())
927aa2e7
JK
5899 {
5900 complaint (&symfile_complaints,
5901 _(".debug_names entry has bad CU index %s"
5902 " [in module %s]"),
5903 pulongest (ull),
5904 objfile_name (dwarf2_per_objfile->objfile));
5905 continue;
5906 }
ff4c9fec 5907 per_cu = dwarf2_per_objfile->get_cutu (ull);
927aa2e7 5908 break;
8af5c486
JK
5909 case DW_IDX_type_unit:
5910 /* Don't crash on bad data. */
b2bdb8cf 5911 if (ull >= dwarf2_per_objfile->all_type_units.size ())
8af5c486
JK
5912 {
5913 complaint (&symfile_complaints,
5914 _(".debug_names entry has bad TU index %s"
5915 " [in module %s]"),
5916 pulongest (ull),
5917 objfile_name (dwarf2_per_objfile->objfile));
5918 continue;
5919 }
ff4c9fec 5920 per_cu = &dwarf2_per_objfile->get_tu (ull)->per_cu;
8af5c486 5921 break;
927aa2e7
JK
5922 case DW_IDX_GNU_internal:
5923 if (!m_map.augmentation_is_gdb)
5924 break;
5925 have_is_static = true;
5926 is_static = true;
5927 break;
5928 case DW_IDX_GNU_external:
5929 if (!m_map.augmentation_is_gdb)
5930 break;
5931 have_is_static = true;
5932 is_static = false;
5933 break;
5934 }
5935 }
5936
5937 /* Skip if already read in. */
5938 if (per_cu->v.quick->compunit_symtab)
5939 goto again;
5940
5941 /* Check static vs global. */
5942 if (have_is_static)
5943 {
5944 const bool want_static = m_block_index != GLOBAL_BLOCK;
5945 if (m_want_specific_block && want_static != is_static)
5946 goto again;
5947 }
5948
5949 /* Match dw2_symtab_iter_next, symbol_kind
5950 and debug_names::psymbol_tag. */
5951 switch (m_domain)
5952 {
5953 case VAR_DOMAIN:
5954 switch (indexval.dwarf_tag)
5955 {
5956 case DW_TAG_variable:
5957 case DW_TAG_subprogram:
5958 /* Some types are also in VAR_DOMAIN. */
5959 case DW_TAG_typedef:
5960 case DW_TAG_structure_type:
5961 break;
5962 default:
5963 goto again;
5964 }
5965 break;
5966 case STRUCT_DOMAIN:
5967 switch (indexval.dwarf_tag)
5968 {
5969 case DW_TAG_typedef:
5970 case DW_TAG_structure_type:
5971 break;
5972 default:
5973 goto again;
5974 }
5975 break;
5976 case LABEL_DOMAIN:
5977 switch (indexval.dwarf_tag)
5978 {
5979 case 0:
5980 case DW_TAG_variable:
5981 break;
5982 default:
5983 goto again;
5984 }
5985 break;
5986 default:
5987 break;
5988 }
5989
5990 /* Match dw2_expand_symtabs_matching, symbol_kind and
5991 debug_names::psymbol_tag. */
5992 switch (m_search)
4b514bc8 5993 {
927aa2e7
JK
5994 case VARIABLES_DOMAIN:
5995 switch (indexval.dwarf_tag)
4b514bc8 5996 {
927aa2e7
JK
5997 case DW_TAG_variable:
5998 break;
5999 default:
6000 goto again;
4b514bc8 6001 }
927aa2e7
JK
6002 break;
6003 case FUNCTIONS_DOMAIN:
6004 switch (indexval.dwarf_tag)
4b514bc8 6005 {
927aa2e7
JK
6006 case DW_TAG_subprogram:
6007 break;
6008 default:
6009 goto again;
4b514bc8 6010 }
927aa2e7
JK
6011 break;
6012 case TYPES_DOMAIN:
6013 switch (indexval.dwarf_tag)
6014 {
6015 case DW_TAG_typedef:
6016 case DW_TAG_structure_type:
6017 break;
6018 default:
6019 goto again;
6020 }
6021 break;
6022 default:
6023 break;
4b514bc8 6024 }
927aa2e7
JK
6025
6026 return per_cu;
4b514bc8 6027}
61920122 6028
927aa2e7
JK
6029static struct compunit_symtab *
6030dw2_debug_names_lookup_symbol (struct objfile *objfile, int block_index_int,
6031 const char *name, domain_enum domain)
4b514bc8 6032{
927aa2e7 6033 const block_enum block_index = static_cast<block_enum> (block_index_int);
ed2dc618
SM
6034 struct dwarf2_per_objfile *dwarf2_per_objfile
6035 = get_dwarf2_per_objfile (objfile);
61920122 6036
927aa2e7
JK
6037 const auto &mapp = dwarf2_per_objfile->debug_names_table;
6038 if (!mapp)
61920122 6039 {
927aa2e7
JK
6040 /* index is NULL if OBJF_READNOW. */
6041 return NULL;
6042 }
6043 const auto &map = *mapp;
9291a0cd 6044
927aa2e7
JK
6045 dw2_debug_names_iterator iter (map, true /* want_specific_block */,
6046 block_index, domain, name);
9703b513 6047
927aa2e7
JK
6048 struct compunit_symtab *stab_best = NULL;
6049 struct dwarf2_per_cu_data *per_cu;
6050 while ((per_cu = iter.next ()) != NULL)
6051 {
6052 struct symbol *sym, *with_opaque = NULL;
58f0c718 6053 struct compunit_symtab *stab = dw2_instantiate_symtab (per_cu, false);
927aa2e7
JK
6054 const struct blockvector *bv = COMPUNIT_BLOCKVECTOR (stab);
6055 struct block *block = BLOCKVECTOR_BLOCK (bv, block_index);
9703b513 6056
927aa2e7
JK
6057 sym = block_find_symbol (block, name, domain,
6058 block_find_non_opaque_type_preferred,
6059 &with_opaque);
9703b513 6060
927aa2e7
JK
6061 /* Some caution must be observed with overloaded functions and
6062 methods, since the index will not contain any overload
6063 information (but NAME might contain it). */
a3ec0bb1 6064
927aa2e7
JK
6065 if (sym != NULL
6066 && strcmp_iw (SYMBOL_SEARCH_NAME (sym), name) == 0)
6067 return stab;
6068 if (with_opaque != NULL
6069 && strcmp_iw (SYMBOL_SEARCH_NAME (with_opaque), name) == 0)
6070 stab_best = stab;
9703b513 6071
927aa2e7 6072 /* Keep looking through other CUs. */
9703b513
TT
6073 }
6074
927aa2e7 6075 return stab_best;
9703b513
TT
6076}
6077
927aa2e7
JK
6078/* This dumps minimal information about .debug_names. It is called
6079 via "mt print objfiles". The gdb.dwarf2/gdb-index.exp testcase
6080 uses this to verify that .debug_names has been loaded. */
9291a0cd 6081
927aa2e7
JK
6082static void
6083dw2_debug_names_dump (struct objfile *objfile)
6084{
ed2dc618
SM
6085 struct dwarf2_per_objfile *dwarf2_per_objfile
6086 = get_dwarf2_per_objfile (objfile);
6087
927aa2e7
JK
6088 gdb_assert (dwarf2_per_objfile->using_index);
6089 printf_filtered (".debug_names:");
6090 if (dwarf2_per_objfile->debug_names_table)
6091 printf_filtered (" exists\n");
6092 else
6093 printf_filtered (" faked for \"readnow\"\n");
6094 printf_filtered ("\n");
9291a0cd
TT
6095}
6096
9291a0cd 6097static void
927aa2e7
JK
6098dw2_debug_names_expand_symtabs_for_function (struct objfile *objfile,
6099 const char *func_name)
9291a0cd 6100{
ed2dc618
SM
6101 struct dwarf2_per_objfile *dwarf2_per_objfile
6102 = get_dwarf2_per_objfile (objfile);
ae2de4f8 6103
927aa2e7
JK
6104 /* dwarf2_per_objfile->debug_names_table is NULL if OBJF_READNOW. */
6105 if (dwarf2_per_objfile->debug_names_table)
24c79950 6106 {
927aa2e7 6107 const mapped_debug_names &map = *dwarf2_per_objfile->debug_names_table;
24c79950 6108
927aa2e7
JK
6109 /* Note: It doesn't matter what we pass for block_index here. */
6110 dw2_debug_names_iterator iter (map, false /* want_specific_block */,
6111 GLOBAL_BLOCK, VAR_DOMAIN, func_name);
24c79950 6112
927aa2e7
JK
6113 struct dwarf2_per_cu_data *per_cu;
6114 while ((per_cu = iter.next ()) != NULL)
58f0c718 6115 dw2_instantiate_symtab (per_cu, false);
927aa2e7
JK
6116 }
6117}
24c79950 6118
927aa2e7
JK
6119static void
6120dw2_debug_names_expand_symtabs_matching
6121 (struct objfile *objfile,
6122 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
6123 const lookup_name_info &lookup_name,
6124 gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher,
6125 gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify,
6126 enum search_domain kind)
6127{
ed2dc618
SM
6128 struct dwarf2_per_objfile *dwarf2_per_objfile
6129 = get_dwarf2_per_objfile (objfile);
9291a0cd 6130
927aa2e7
JK
6131 /* debug_names_table is NULL if OBJF_READNOW. */
6132 if (!dwarf2_per_objfile->debug_names_table)
6133 return;
9291a0cd 6134
ed2dc618 6135 dw_expand_symtabs_matching_file_matcher (dwarf2_per_objfile, file_matcher);
24c79950 6136
44ed8f3e 6137 mapped_debug_names &map = *dwarf2_per_objfile->debug_names_table;
bbf2f4df 6138
44ed8f3e
PA
6139 dw2_expand_symtabs_matching_symbol (map, lookup_name,
6140 symbol_matcher,
6141 kind, [&] (offset_type namei)
927aa2e7 6142 {
927aa2e7
JK
6143 /* The name was matched, now expand corresponding CUs that were
6144 marked. */
6145 dw2_debug_names_iterator iter (map, kind, namei);
bbf2f4df 6146
927aa2e7
JK
6147 struct dwarf2_per_cu_data *per_cu;
6148 while ((per_cu = iter.next ()) != NULL)
6149 dw2_expand_symtabs_matching_one (per_cu, file_matcher,
6150 expansion_notify);
44ed8f3e 6151 });
9291a0cd
TT
6152}
6153
927aa2e7 6154const struct quick_symbol_functions dwarf2_debug_names_functions =
9291a0cd
TT
6155{
6156 dw2_has_symbols,
6157 dw2_find_last_source_symtab,
6158 dw2_forget_cached_source_info,
f8eba3c6 6159 dw2_map_symtabs_matching_filename,
927aa2e7 6160 dw2_debug_names_lookup_symbol,
9291a0cd 6161 dw2_print_stats,
927aa2e7 6162 dw2_debug_names_dump,
9291a0cd 6163 dw2_relocate,
927aa2e7 6164 dw2_debug_names_expand_symtabs_for_function,
9291a0cd 6165 dw2_expand_all_symtabs,
652a8996 6166 dw2_expand_symtabs_with_fullname,
40658b94 6167 dw2_map_matching_symbols,
927aa2e7 6168 dw2_debug_names_expand_symtabs_matching,
43f3e411 6169 dw2_find_pc_sect_compunit_symtab,
71a3c369 6170 NULL,
9291a0cd
TT
6171 dw2_map_symbol_filenames
6172};
6173
3c0aa29a 6174/* See symfile.h. */
9291a0cd 6175
3c0aa29a
PA
6176bool
6177dwarf2_initialize_objfile (struct objfile *objfile, dw_index_kind *index_kind)
9291a0cd 6178{
ed2dc618
SM
6179 struct dwarf2_per_objfile *dwarf2_per_objfile
6180 = get_dwarf2_per_objfile (objfile);
6181
9291a0cd
TT
6182 /* If we're about to read full symbols, don't bother with the
6183 indices. In this case we also don't care if some other debug
6184 format is making psymtabs, because they are all about to be
6185 expanded anyway. */
6186 if ((objfile->flags & OBJF_READNOW))
6187 {
9291a0cd 6188 dwarf2_per_objfile->using_index = 1;
ed2dc618
SM
6189 create_all_comp_units (dwarf2_per_objfile);
6190 create_all_type_units (dwarf2_per_objfile);
b76e467d
SM
6191 dwarf2_per_objfile->quick_file_names_table
6192 = create_quick_file_names_table
6193 (dwarf2_per_objfile->all_comp_units.size ());
9291a0cd 6194
b76e467d 6195 for (int i = 0; i < (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 6196 + dwarf2_per_objfile->all_type_units.size ()); ++i)
9291a0cd 6197 {
ff4c9fec 6198 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (i);
9291a0cd 6199
e254ef6a
DE
6200 per_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack,
6201 struct dwarf2_per_cu_quick_data);
9291a0cd
TT
6202 }
6203
6204 /* Return 1 so that gdb sees the "quick" functions. However,
6205 these functions will be no-ops because we will have expanded
6206 all symtabs. */
3c0aa29a
PA
6207 *index_kind = dw_index_kind::GDB_INDEX;
6208 return true;
9291a0cd
TT
6209 }
6210
ed2dc618 6211 if (dwarf2_read_debug_names (dwarf2_per_objfile))
3c0aa29a
PA
6212 {
6213 *index_kind = dw_index_kind::DEBUG_NAMES;
6214 return true;
6215 }
927aa2e7 6216
12359b5e 6217 if (dwarf2_read_index (dwarf2_per_objfile))
3c0aa29a
PA
6218 {
6219 *index_kind = dw_index_kind::GDB_INDEX;
6220 return true;
6221 }
9291a0cd 6222
3c0aa29a 6223 return false;
9291a0cd
TT
6224}
6225
6226\f
6227
dce234bc
PP
6228/* Build a partial symbol table. */
6229
6230void
f29dff0a 6231dwarf2_build_psymtabs (struct objfile *objfile)
dce234bc 6232{
ed2dc618
SM
6233 struct dwarf2_per_objfile *dwarf2_per_objfile
6234 = get_dwarf2_per_objfile (objfile);
c9bf0622 6235
af5bf4ad
SM
6236 if (objfile->global_psymbols.capacity () == 0
6237 && objfile->static_psymbols.capacity () == 0)
6238 init_psymbol_list (objfile, 1024);
c906108c 6239
492d29ea 6240 TRY
c9bf0622
TT
6241 {
6242 /* This isn't really ideal: all the data we allocate on the
6243 objfile's obstack is still uselessly kept around. However,
6244 freeing it seems unsafe. */
906768f9 6245 psymtab_discarder psymtabs (objfile);
ed2dc618 6246 dwarf2_build_psymtabs_hard (dwarf2_per_objfile);
906768f9 6247 psymtabs.keep ();
c9bf0622 6248 }
492d29ea
PA
6249 CATCH (except, RETURN_MASK_ERROR)
6250 {
6251 exception_print (gdb_stderr, except);
6252 }
6253 END_CATCH
c906108c 6254}
c906108c 6255
1ce1cefd
DE
6256/* Return the total length of the CU described by HEADER. */
6257
6258static unsigned int
6259get_cu_length (const struct comp_unit_head *header)
6260{
6261 return header->initial_length_size + header->length;
6262}
6263
9c541725 6264/* Return TRUE if SECT_OFF is within CU_HEADER. */
45452591 6265
9c541725
PA
6266static inline bool
6267offset_in_cu_p (const comp_unit_head *cu_header, sect_offset sect_off)
45452591 6268{
9c541725
PA
6269 sect_offset bottom = cu_header->sect_off;
6270 sect_offset top = cu_header->sect_off + get_cu_length (cu_header);
9a619af0 6271
9c541725 6272 return sect_off >= bottom && sect_off < top;
45452591
DE
6273}
6274
3b80fe9b
DE
6275/* Find the base address of the compilation unit for range lists and
6276 location lists. It will normally be specified by DW_AT_low_pc.
6277 In DWARF-3 draft 4, the base address could be overridden by
6278 DW_AT_entry_pc. It's been removed, but GCC still uses this for
6279 compilation units with discontinuous ranges. */
6280
6281static void
6282dwarf2_find_base_address (struct die_info *die, struct dwarf2_cu *cu)
6283{
6284 struct attribute *attr;
6285
6286 cu->base_known = 0;
6287 cu->base_address = 0;
6288
6289 attr = dwarf2_attr (die, DW_AT_entry_pc, cu);
6290 if (attr)
6291 {
31aa7e4e 6292 cu->base_address = attr_value_as_address (attr);
3b80fe9b
DE
6293 cu->base_known = 1;
6294 }
6295 else
6296 {
6297 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
6298 if (attr)
6299 {
31aa7e4e 6300 cu->base_address = attr_value_as_address (attr);
3b80fe9b
DE
6301 cu->base_known = 1;
6302 }
6303 }
6304}
6305
93311388 6306/* Read in the comp unit header information from the debug_info at info_ptr.
43988095 6307 Use rcuh_kind::COMPILE as the default type if not known by the caller.
93311388
DE
6308 NOTE: This leaves members offset, first_die_offset to be filled in
6309 by the caller. */
107d2387 6310
d521ce57 6311static const gdb_byte *
107d2387 6312read_comp_unit_head (struct comp_unit_head *cu_header,
43988095
JK
6313 const gdb_byte *info_ptr,
6314 struct dwarf2_section_info *section,
6315 rcuh_kind section_kind)
107d2387
AC
6316{
6317 int signed_addr;
891d2f0b 6318 unsigned int bytes_read;
43988095
JK
6319 const char *filename = get_section_file_name (section);
6320 bfd *abfd = get_section_bfd_owner (section);
c764a876
DE
6321
6322 cu_header->length = read_initial_length (abfd, info_ptr, &bytes_read);
6323 cu_header->initial_length_size = bytes_read;
6324 cu_header->offset_size = (bytes_read == 4) ? 4 : 8;
613e1657 6325 info_ptr += bytes_read;
107d2387
AC
6326 cu_header->version = read_2_bytes (abfd, info_ptr);
6327 info_ptr += 2;
43988095
JK
6328 if (cu_header->version < 5)
6329 switch (section_kind)
6330 {
6331 case rcuh_kind::COMPILE:
6332 cu_header->unit_type = DW_UT_compile;
6333 break;
6334 case rcuh_kind::TYPE:
6335 cu_header->unit_type = DW_UT_type;
6336 break;
6337 default:
6338 internal_error (__FILE__, __LINE__,
6339 _("read_comp_unit_head: invalid section_kind"));
6340 }
6341 else
6342 {
6343 cu_header->unit_type = static_cast<enum dwarf_unit_type>
6344 (read_1_byte (abfd, info_ptr));
6345 info_ptr += 1;
6346 switch (cu_header->unit_type)
6347 {
6348 case DW_UT_compile:
6349 if (section_kind != rcuh_kind::COMPILE)
6350 error (_("Dwarf Error: wrong unit_type in compilation unit header "
6351 "(is DW_UT_compile, should be DW_UT_type) [in module %s]"),
6352 filename);
6353 break;
6354 case DW_UT_type:
6355 section_kind = rcuh_kind::TYPE;
6356 break;
6357 default:
6358 error (_("Dwarf Error: wrong unit_type in compilation unit header "
6359 "(is %d, should be %d or %d) [in module %s]"),
6360 cu_header->unit_type, DW_UT_compile, DW_UT_type, filename);
6361 }
6362
6363 cu_header->addr_size = read_1_byte (abfd, info_ptr);
6364 info_ptr += 1;
6365 }
9c541725
PA
6366 cu_header->abbrev_sect_off = (sect_offset) read_offset (abfd, info_ptr,
6367 cu_header,
6368 &bytes_read);
613e1657 6369 info_ptr += bytes_read;
43988095
JK
6370 if (cu_header->version < 5)
6371 {
6372 cu_header->addr_size = read_1_byte (abfd, info_ptr);
6373 info_ptr += 1;
6374 }
107d2387
AC
6375 signed_addr = bfd_get_sign_extend_vma (abfd);
6376 if (signed_addr < 0)
8e65ff28 6377 internal_error (__FILE__, __LINE__,
e2e0b3e5 6378 _("read_comp_unit_head: dwarf from non elf file"));
107d2387 6379 cu_header->signed_addr_p = signed_addr;
c764a876 6380
43988095
JK
6381 if (section_kind == rcuh_kind::TYPE)
6382 {
6383 LONGEST type_offset;
6384
6385 cu_header->signature = read_8_bytes (abfd, info_ptr);
6386 info_ptr += 8;
6387
6388 type_offset = read_offset (abfd, info_ptr, cu_header, &bytes_read);
6389 info_ptr += bytes_read;
9c541725
PA
6390 cu_header->type_cu_offset_in_tu = (cu_offset) type_offset;
6391 if (to_underlying (cu_header->type_cu_offset_in_tu) != type_offset)
43988095
JK
6392 error (_("Dwarf Error: Too big type_offset in compilation unit "
6393 "header (is %s) [in module %s]"), plongest (type_offset),
6394 filename);
6395 }
6396
107d2387
AC
6397 return info_ptr;
6398}
6399
36586728
TT
6400/* Helper function that returns the proper abbrev section for
6401 THIS_CU. */
6402
6403static struct dwarf2_section_info *
6404get_abbrev_section_for_cu (struct dwarf2_per_cu_data *this_cu)
6405{
6406 struct dwarf2_section_info *abbrev;
ed2dc618 6407 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
36586728
TT
6408
6409 if (this_cu->is_dwz)
ed2dc618 6410 abbrev = &dwarf2_get_dwz_file (dwarf2_per_objfile)->abbrev;
36586728
TT
6411 else
6412 abbrev = &dwarf2_per_objfile->abbrev;
6413
6414 return abbrev;
6415}
6416
9ff913ba
DE
6417/* Subroutine of read_and_check_comp_unit_head and
6418 read_and_check_type_unit_head to simplify them.
6419 Perform various error checking on the header. */
6420
6421static void
ed2dc618
SM
6422error_check_comp_unit_head (struct dwarf2_per_objfile *dwarf2_per_objfile,
6423 struct comp_unit_head *header,
4bdcc0c1
DE
6424 struct dwarf2_section_info *section,
6425 struct dwarf2_section_info *abbrev_section)
9ff913ba 6426{
a32a8923 6427 const char *filename = get_section_file_name (section);
9ff913ba 6428
43988095 6429 if (header->version < 2 || header->version > 5)
9ff913ba 6430 error (_("Dwarf Error: wrong version in compilation unit header "
43988095 6431 "(is %d, should be 2, 3, 4 or 5) [in module %s]"), header->version,
9ff913ba
DE
6432 filename);
6433
9c541725 6434 if (to_underlying (header->abbrev_sect_off)
36586728 6435 >= dwarf2_section_size (dwarf2_per_objfile->objfile, abbrev_section))
9d8780f0
SM
6436 error (_("Dwarf Error: bad offset (%s) in compilation unit header "
6437 "(offset %s + 6) [in module %s]"),
6438 sect_offset_str (header->abbrev_sect_off),
6439 sect_offset_str (header->sect_off),
9ff913ba
DE
6440 filename);
6441
9c541725 6442 /* Cast to ULONGEST to use 64-bit arithmetic when possible to
9ff913ba 6443 avoid potential 32-bit overflow. */
9c541725 6444 if (((ULONGEST) header->sect_off + get_cu_length (header))
9ff913ba 6445 > section->size)
9c541725 6446 error (_("Dwarf Error: bad length (0x%x) in compilation unit header "
9d8780f0
SM
6447 "(offset %s + 0) [in module %s]"),
6448 header->length, sect_offset_str (header->sect_off),
9ff913ba
DE
6449 filename);
6450}
6451
6452/* Read in a CU/TU header and perform some basic error checking.
6453 The contents of the header are stored in HEADER.
6454 The result is a pointer to the start of the first DIE. */
adabb602 6455
d521ce57 6456static const gdb_byte *
ed2dc618
SM
6457read_and_check_comp_unit_head (struct dwarf2_per_objfile *dwarf2_per_objfile,
6458 struct comp_unit_head *header,
9ff913ba 6459 struct dwarf2_section_info *section,
4bdcc0c1 6460 struct dwarf2_section_info *abbrev_section,
d521ce57 6461 const gdb_byte *info_ptr,
43988095 6462 rcuh_kind section_kind)
72bf9492 6463{
d521ce57 6464 const gdb_byte *beg_of_comp_unit = info_ptr;
72bf9492 6465
9c541725 6466 header->sect_off = (sect_offset) (beg_of_comp_unit - section->buffer);
adabb602 6467
43988095 6468 info_ptr = read_comp_unit_head (header, info_ptr, section, section_kind);
9ff913ba 6469
9c541725 6470 header->first_die_cu_offset = (cu_offset) (info_ptr - beg_of_comp_unit);
348e048f 6471
ed2dc618
SM
6472 error_check_comp_unit_head (dwarf2_per_objfile, header, section,
6473 abbrev_section);
9ff913ba
DE
6474
6475 return info_ptr;
348e048f
DE
6476}
6477
f4dc4d17
DE
6478/* Fetch the abbreviation table offset from a comp or type unit header. */
6479
6480static sect_offset
ed2dc618
SM
6481read_abbrev_offset (struct dwarf2_per_objfile *dwarf2_per_objfile,
6482 struct dwarf2_section_info *section,
9c541725 6483 sect_offset sect_off)
f4dc4d17 6484{
a32a8923 6485 bfd *abfd = get_section_bfd_owner (section);
d521ce57 6486 const gdb_byte *info_ptr;
ac298888 6487 unsigned int initial_length_size, offset_size;
43988095 6488 uint16_t version;
f4dc4d17
DE
6489
6490 dwarf2_read_section (dwarf2_per_objfile->objfile, section);
9c541725 6491 info_ptr = section->buffer + to_underlying (sect_off);
ac298888 6492 read_initial_length (abfd, info_ptr, &initial_length_size);
f4dc4d17 6493 offset_size = initial_length_size == 4 ? 4 : 8;
43988095
JK
6494 info_ptr += initial_length_size;
6495
6496 version = read_2_bytes (abfd, info_ptr);
6497 info_ptr += 2;
6498 if (version >= 5)
6499 {
6500 /* Skip unit type and address size. */
6501 info_ptr += 2;
6502 }
6503
9c541725 6504 return (sect_offset) read_offset_1 (abfd, info_ptr, offset_size);
f4dc4d17
DE
6505}
6506
aaa75496
JB
6507/* Allocate a new partial symtab for file named NAME and mark this new
6508 partial symtab as being an include of PST. */
6509
6510static void
d521ce57 6511dwarf2_create_include_psymtab (const char *name, struct partial_symtab *pst,
aaa75496
JB
6512 struct objfile *objfile)
6513{
6514 struct partial_symtab *subpst = allocate_psymtab (name, objfile);
6515
fbd9ab74
JK
6516 if (!IS_ABSOLUTE_PATH (subpst->filename))
6517 {
6518 /* It shares objfile->objfile_obstack. */
6519 subpst->dirname = pst->dirname;
6520 }
6521
aaa75496
JB
6522 subpst->textlow = 0;
6523 subpst->texthigh = 0;
6524
8d749320
SM
6525 subpst->dependencies
6526 = XOBNEW (&objfile->objfile_obstack, struct partial_symtab *);
aaa75496
JB
6527 subpst->dependencies[0] = pst;
6528 subpst->number_of_dependencies = 1;
6529
6530 subpst->globals_offset = 0;
6531 subpst->n_global_syms = 0;
6532 subpst->statics_offset = 0;
6533 subpst->n_static_syms = 0;
43f3e411 6534 subpst->compunit_symtab = NULL;
aaa75496
JB
6535 subpst->read_symtab = pst->read_symtab;
6536 subpst->readin = 0;
6537
6538 /* No private part is necessary for include psymtabs. This property
6539 can be used to differentiate between such include psymtabs and
10b3939b 6540 the regular ones. */
58a9656e 6541 subpst->read_symtab_private = NULL;
aaa75496
JB
6542}
6543
6544/* Read the Line Number Program data and extract the list of files
6545 included by the source file represented by PST. Build an include
d85a05f0 6546 partial symtab for each of these included files. */
aaa75496
JB
6547
6548static void
6549dwarf2_build_include_psymtabs (struct dwarf2_cu *cu,
dee91e82
DE
6550 struct die_info *die,
6551 struct partial_symtab *pst)
aaa75496 6552{
fff8551c 6553 line_header_up lh;
d85a05f0 6554 struct attribute *attr;
aaa75496 6555
d85a05f0
DJ
6556 attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
6557 if (attr)
9c541725 6558 lh = dwarf_decode_line_header ((sect_offset) DW_UNSND (attr), cu);
aaa75496
JB
6559 if (lh == NULL)
6560 return; /* No linetable, so no includes. */
6561
c6da4cef 6562 /* NOTE: pst->dirname is DW_AT_comp_dir (if present). */
fff8551c 6563 dwarf_decode_lines (lh.get (), pst->dirname, cu, pst, pst->textlow, 1);
aaa75496
JB
6564}
6565
348e048f 6566static hashval_t
52dc124a 6567hash_signatured_type (const void *item)
348e048f 6568{
9a3c8263
SM
6569 const struct signatured_type *sig_type
6570 = (const struct signatured_type *) item;
9a619af0 6571
348e048f 6572 /* This drops the top 32 bits of the signature, but is ok for a hash. */
52dc124a 6573 return sig_type->signature;
348e048f
DE
6574}
6575
6576static int
52dc124a 6577eq_signatured_type (const void *item_lhs, const void *item_rhs)
348e048f 6578{
9a3c8263
SM
6579 const struct signatured_type *lhs = (const struct signatured_type *) item_lhs;
6580 const struct signatured_type *rhs = (const struct signatured_type *) item_rhs;
9a619af0 6581
348e048f
DE
6582 return lhs->signature == rhs->signature;
6583}
6584
1fd400ff
TT
6585/* Allocate a hash table for signatured types. */
6586
6587static htab_t
673bfd45 6588allocate_signatured_type_table (struct objfile *objfile)
1fd400ff
TT
6589{
6590 return htab_create_alloc_ex (41,
52dc124a
DE
6591 hash_signatured_type,
6592 eq_signatured_type,
1fd400ff
TT
6593 NULL,
6594 &objfile->objfile_obstack,
6595 hashtab_obstack_allocate,
6596 dummy_obstack_deallocate);
6597}
6598
d467dd73 6599/* A helper function to add a signatured type CU to a table. */
1fd400ff
TT
6600
6601static int
d467dd73 6602add_signatured_type_cu_to_table (void **slot, void *datum)
1fd400ff 6603{
9a3c8263 6604 struct signatured_type *sigt = (struct signatured_type *) *slot;
b2bdb8cf
SM
6605 std::vector<signatured_type *> *all_type_units
6606 = (std::vector<signatured_type *> *) datum;
1fd400ff 6607
b2bdb8cf 6608 all_type_units->push_back (sigt);
1fd400ff
TT
6609
6610 return 1;
6611}
6612
78d4d2c5 6613/* A helper for create_debug_types_hash_table. Read types from SECTION
43988095
JK
6614 and fill them into TYPES_HTAB. It will process only type units,
6615 therefore DW_UT_type. */
c88ee1f0 6616
78d4d2c5 6617static void
ed2dc618
SM
6618create_debug_type_hash_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
6619 struct dwo_file *dwo_file,
43988095
JK
6620 dwarf2_section_info *section, htab_t &types_htab,
6621 rcuh_kind section_kind)
348e048f 6622{
3019eac3 6623 struct objfile *objfile = dwarf2_per_objfile->objfile;
4bdcc0c1 6624 struct dwarf2_section_info *abbrev_section;
78d4d2c5
JK
6625 bfd *abfd;
6626 const gdb_byte *info_ptr, *end_ptr;
348e048f 6627
4bdcc0c1
DE
6628 abbrev_section = (dwo_file != NULL
6629 ? &dwo_file->sections.abbrev
6630 : &dwarf2_per_objfile->abbrev);
6631
b4f54984 6632 if (dwarf_read_debug)
43988095
JK
6633 fprintf_unfiltered (gdb_stdlog, "Reading %s for %s:\n",
6634 get_section_name (section),
a32a8923 6635 get_section_file_name (abbrev_section));
09406207 6636
78d4d2c5
JK
6637 dwarf2_read_section (objfile, section);
6638 info_ptr = section->buffer;
348e048f 6639
78d4d2c5
JK
6640 if (info_ptr == NULL)
6641 return;
348e048f 6642
78d4d2c5
JK
6643 /* We can't set abfd until now because the section may be empty or
6644 not present, in which case the bfd is unknown. */
6645 abfd = get_section_bfd_owner (section);
348e048f 6646
78d4d2c5
JK
6647 /* We don't use init_cutu_and_read_dies_simple, or some such, here
6648 because we don't need to read any dies: the signature is in the
6649 header. */
3019eac3 6650
78d4d2c5
JK
6651 end_ptr = info_ptr + section->size;
6652 while (info_ptr < end_ptr)
6653 {
78d4d2c5
JK
6654 struct signatured_type *sig_type;
6655 struct dwo_unit *dwo_tu;
6656 void **slot;
6657 const gdb_byte *ptr = info_ptr;
6658 struct comp_unit_head header;
6659 unsigned int length;
8b70b953 6660
9c541725 6661 sect_offset sect_off = (sect_offset) (ptr - section->buffer);
348e048f 6662
a49dd8dd
JK
6663 /* Initialize it due to a false compiler warning. */
6664 header.signature = -1;
9c541725 6665 header.type_cu_offset_in_tu = (cu_offset) -1;
a49dd8dd 6666
78d4d2c5
JK
6667 /* We need to read the type's signature in order to build the hash
6668 table, but we don't need anything else just yet. */
348e048f 6669
ed2dc618 6670 ptr = read_and_check_comp_unit_head (dwarf2_per_objfile, &header, section,
43988095 6671 abbrev_section, ptr, section_kind);
348e048f 6672
78d4d2c5 6673 length = get_cu_length (&header);
6caca83c 6674
78d4d2c5
JK
6675 /* Skip dummy type units. */
6676 if (ptr >= info_ptr + length
43988095
JK
6677 || peek_abbrev_code (abfd, ptr) == 0
6678 || header.unit_type != DW_UT_type)
78d4d2c5
JK
6679 {
6680 info_ptr += length;
6681 continue;
6682 }
dee91e82 6683
78d4d2c5
JK
6684 if (types_htab == NULL)
6685 {
6686 if (dwo_file)
6687 types_htab = allocate_dwo_unit_table (objfile);
6688 else
6689 types_htab = allocate_signatured_type_table (objfile);
6690 }
8b70b953 6691
78d4d2c5
JK
6692 if (dwo_file)
6693 {
6694 sig_type = NULL;
6695 dwo_tu = OBSTACK_ZALLOC (&objfile->objfile_obstack,
6696 struct dwo_unit);
6697 dwo_tu->dwo_file = dwo_file;
43988095 6698 dwo_tu->signature = header.signature;
9c541725 6699 dwo_tu->type_offset_in_tu = header.type_cu_offset_in_tu;
78d4d2c5 6700 dwo_tu->section = section;
9c541725 6701 dwo_tu->sect_off = sect_off;
78d4d2c5
JK
6702 dwo_tu->length = length;
6703 }
6704 else
6705 {
6706 /* N.B.: type_offset is not usable if this type uses a DWO file.
6707 The real type_offset is in the DWO file. */
6708 dwo_tu = NULL;
6709 sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
6710 struct signatured_type);
43988095 6711 sig_type->signature = header.signature;
9c541725 6712 sig_type->type_offset_in_tu = header.type_cu_offset_in_tu;
e3b94546 6713 sig_type->per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
78d4d2c5
JK
6714 sig_type->per_cu.is_debug_types = 1;
6715 sig_type->per_cu.section = section;
9c541725 6716 sig_type->per_cu.sect_off = sect_off;
78d4d2c5
JK
6717 sig_type->per_cu.length = length;
6718 }
6719
6720 slot = htab_find_slot (types_htab,
6721 dwo_file ? (void*) dwo_tu : (void *) sig_type,
6722 INSERT);
6723 gdb_assert (slot != NULL);
6724 if (*slot != NULL)
6725 {
9c541725 6726 sect_offset dup_sect_off;
0349ea22 6727
3019eac3
DE
6728 if (dwo_file)
6729 {
78d4d2c5
JK
6730 const struct dwo_unit *dup_tu
6731 = (const struct dwo_unit *) *slot;
6732
9c541725 6733 dup_sect_off = dup_tu->sect_off;
3019eac3
DE
6734 }
6735 else
6736 {
78d4d2c5
JK
6737 const struct signatured_type *dup_tu
6738 = (const struct signatured_type *) *slot;
6739
9c541725 6740 dup_sect_off = dup_tu->per_cu.sect_off;
3019eac3 6741 }
8b70b953 6742
78d4d2c5 6743 complaint (&symfile_complaints,
9d8780f0
SM
6744 _("debug type entry at offset %s is duplicate to"
6745 " the entry at offset %s, signature %s"),
6746 sect_offset_str (sect_off), sect_offset_str (dup_sect_off),
43988095 6747 hex_string (header.signature));
78d4d2c5
JK
6748 }
6749 *slot = dwo_file ? (void *) dwo_tu : (void *) sig_type;
3019eac3 6750
78d4d2c5 6751 if (dwarf_read_debug > 1)
9d8780f0
SM
6752 fprintf_unfiltered (gdb_stdlog, " offset %s, signature %s\n",
6753 sect_offset_str (sect_off),
43988095 6754 hex_string (header.signature));
3019eac3 6755
78d4d2c5
JK
6756 info_ptr += length;
6757 }
6758}
3019eac3 6759
78d4d2c5
JK
6760/* Create the hash table of all entries in the .debug_types
6761 (or .debug_types.dwo) section(s).
6762 If reading a DWO file, then DWO_FILE is a pointer to the DWO file object,
6763 otherwise it is NULL.
b3c8eb43 6764
78d4d2c5 6765 The result is a pointer to the hash table or NULL if there are no types.
348e048f 6766
78d4d2c5 6767 Note: This function processes DWO files only, not DWP files. */
348e048f 6768
78d4d2c5 6769static void
ed2dc618
SM
6770create_debug_types_hash_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
6771 struct dwo_file *dwo_file,
78d4d2c5
JK
6772 VEC (dwarf2_section_info_def) *types,
6773 htab_t &types_htab)
6774{
6775 int ix;
6776 struct dwarf2_section_info *section;
6777
6778 if (VEC_empty (dwarf2_section_info_def, types))
6779 return;
348e048f 6780
78d4d2c5
JK
6781 for (ix = 0;
6782 VEC_iterate (dwarf2_section_info_def, types, ix, section);
6783 ++ix)
ed2dc618
SM
6784 create_debug_type_hash_table (dwarf2_per_objfile, dwo_file, section,
6785 types_htab, rcuh_kind::TYPE);
3019eac3
DE
6786}
6787
6788/* Create the hash table of all entries in the .debug_types section,
6789 and initialize all_type_units.
6790 The result is zero if there is an error (e.g. missing .debug_types section),
6791 otherwise non-zero. */
6792
6793static int
ed2dc618 6794create_all_type_units (struct dwarf2_per_objfile *dwarf2_per_objfile)
3019eac3 6795{
78d4d2c5 6796 htab_t types_htab = NULL;
3019eac3 6797
ed2dc618
SM
6798 create_debug_type_hash_table (dwarf2_per_objfile, NULL,
6799 &dwarf2_per_objfile->info, types_htab,
43988095 6800 rcuh_kind::COMPILE);
ed2dc618
SM
6801 create_debug_types_hash_table (dwarf2_per_objfile, NULL,
6802 dwarf2_per_objfile->types, types_htab);
3019eac3
DE
6803 if (types_htab == NULL)
6804 {
6805 dwarf2_per_objfile->signatured_types = NULL;
6806 return 0;
6807 }
6808
348e048f
DE
6809 dwarf2_per_objfile->signatured_types = types_htab;
6810
b2bdb8cf
SM
6811 gdb_assert (dwarf2_per_objfile->all_type_units.empty ());
6812 dwarf2_per_objfile->all_type_units.reserve (htab_elements (types_htab));
6813
6814 htab_traverse_noresize (types_htab, add_signatured_type_cu_to_table,
6815 &dwarf2_per_objfile->all_type_units);
1fd400ff 6816
348e048f
DE
6817 return 1;
6818}
6819
6aa5f3a6
DE
6820/* Add an entry for signature SIG to dwarf2_per_objfile->signatured_types.
6821 If SLOT is non-NULL, it is the entry to use in the hash table.
6822 Otherwise we find one. */
6823
6824static struct signatured_type *
ed2dc618
SM
6825add_type_unit (struct dwarf2_per_objfile *dwarf2_per_objfile, ULONGEST sig,
6826 void **slot)
6aa5f3a6
DE
6827{
6828 struct objfile *objfile = dwarf2_per_objfile->objfile;
6aa5f3a6 6829
b2bdb8cf
SM
6830 if (dwarf2_per_objfile->all_type_units.size ()
6831 == dwarf2_per_objfile->all_type_units.capacity ())
6832 ++dwarf2_per_objfile->tu_stats.nr_all_type_units_reallocs;
6aa5f3a6 6833
b2bdb8cf
SM
6834 signatured_type *sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
6835 struct signatured_type);
6836
6837 dwarf2_per_objfile->all_type_units.push_back (sig_type);
6aa5f3a6
DE
6838 sig_type->signature = sig;
6839 sig_type->per_cu.is_debug_types = 1;
6840 if (dwarf2_per_objfile->using_index)
6841 {
6842 sig_type->per_cu.v.quick =
6843 OBSTACK_ZALLOC (&objfile->objfile_obstack,
6844 struct dwarf2_per_cu_quick_data);
6845 }
6846
6847 if (slot == NULL)
6848 {
6849 slot = htab_find_slot (dwarf2_per_objfile->signatured_types,
6850 sig_type, INSERT);
6851 }
6852 gdb_assert (*slot == NULL);
6853 *slot = sig_type;
6854 /* The rest of sig_type must be filled in by the caller. */
6855 return sig_type;
6856}
6857
a2ce51a0
DE
6858/* Subroutine of lookup_dwo_signatured_type and lookup_dwp_signatured_type.
6859 Fill in SIG_ENTRY with DWO_ENTRY. */
6860
6861static void
ed2dc618 6862fill_in_sig_entry_from_dwo_entry (struct dwarf2_per_objfile *dwarf2_per_objfile,
a2ce51a0
DE
6863 struct signatured_type *sig_entry,
6864 struct dwo_unit *dwo_entry)
6865{
7ee85ab1 6866 /* Make sure we're not clobbering something we don't expect to. */
a2ce51a0
DE
6867 gdb_assert (! sig_entry->per_cu.queued);
6868 gdb_assert (sig_entry->per_cu.cu == NULL);
6aa5f3a6
DE
6869 if (dwarf2_per_objfile->using_index)
6870 {
6871 gdb_assert (sig_entry->per_cu.v.quick != NULL);
43f3e411 6872 gdb_assert (sig_entry->per_cu.v.quick->compunit_symtab == NULL);
6aa5f3a6
DE
6873 }
6874 else
6875 gdb_assert (sig_entry->per_cu.v.psymtab == NULL);
a2ce51a0 6876 gdb_assert (sig_entry->signature == dwo_entry->signature);
9c541725 6877 gdb_assert (to_underlying (sig_entry->type_offset_in_section) == 0);
a2ce51a0 6878 gdb_assert (sig_entry->type_unit_group == NULL);
7ee85ab1
DE
6879 gdb_assert (sig_entry->dwo_unit == NULL);
6880
6881 sig_entry->per_cu.section = dwo_entry->section;
9c541725 6882 sig_entry->per_cu.sect_off = dwo_entry->sect_off;
7ee85ab1
DE
6883 sig_entry->per_cu.length = dwo_entry->length;
6884 sig_entry->per_cu.reading_dwo_directly = 1;
e3b94546 6885 sig_entry->per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
a2ce51a0
DE
6886 sig_entry->type_offset_in_tu = dwo_entry->type_offset_in_tu;
6887 sig_entry->dwo_unit = dwo_entry;
6888}
6889
6890/* Subroutine of lookup_signatured_type.
7ee85ab1
DE
6891 If we haven't read the TU yet, create the signatured_type data structure
6892 for a TU to be read in directly from a DWO file, bypassing the stub.
6893 This is the "Stay in DWO Optimization": When there is no DWP file and we're
6894 using .gdb_index, then when reading a CU we want to stay in the DWO file
6895 containing that CU. Otherwise we could end up reading several other DWO
6896 files (due to comdat folding) to process the transitive closure of all the
6897 mentioned TUs, and that can be slow. The current DWO file will have every
6898 type signature that it needs.
a2ce51a0
DE
6899 We only do this for .gdb_index because in the psymtab case we already have
6900 to read all the DWOs to build the type unit groups. */
6901
6902static struct signatured_type *
6903lookup_dwo_signatured_type (struct dwarf2_cu *cu, ULONGEST sig)
6904{
518817b3
SM
6905 struct dwarf2_per_objfile *dwarf2_per_objfile
6906 = cu->per_cu->dwarf2_per_objfile;
a2ce51a0
DE
6907 struct objfile *objfile = dwarf2_per_objfile->objfile;
6908 struct dwo_file *dwo_file;
6909 struct dwo_unit find_dwo_entry, *dwo_entry;
6910 struct signatured_type find_sig_entry, *sig_entry;
6aa5f3a6 6911 void **slot;
a2ce51a0
DE
6912
6913 gdb_assert (cu->dwo_unit && dwarf2_per_objfile->using_index);
6914
6aa5f3a6
DE
6915 /* If TU skeletons have been removed then we may not have read in any
6916 TUs yet. */
6917 if (dwarf2_per_objfile->signatured_types == NULL)
6918 {
6919 dwarf2_per_objfile->signatured_types
6920 = allocate_signatured_type_table (objfile);
6921 }
a2ce51a0
DE
6922
6923 /* We only ever need to read in one copy of a signatured type.
6aa5f3a6
DE
6924 Use the global signatured_types array to do our own comdat-folding
6925 of types. If this is the first time we're reading this TU, and
6926 the TU has an entry in .gdb_index, replace the recorded data from
6927 .gdb_index with this TU. */
a2ce51a0 6928
a2ce51a0 6929 find_sig_entry.signature = sig;
6aa5f3a6
DE
6930 slot = htab_find_slot (dwarf2_per_objfile->signatured_types,
6931 &find_sig_entry, INSERT);
9a3c8263 6932 sig_entry = (struct signatured_type *) *slot;
7ee85ab1
DE
6933
6934 /* We can get here with the TU already read, *or* in the process of being
6aa5f3a6
DE
6935 read. Don't reassign the global entry to point to this DWO if that's
6936 the case. Also note that if the TU is already being read, it may not
6937 have come from a DWO, the program may be a mix of Fission-compiled
6938 code and non-Fission-compiled code. */
6939
6940 /* Have we already tried to read this TU?
6941 Note: sig_entry can be NULL if the skeleton TU was removed (thus it
6942 needn't exist in the global table yet). */
6943 if (sig_entry != NULL && sig_entry->per_cu.tu_read)
a2ce51a0
DE
6944 return sig_entry;
6945
6aa5f3a6
DE
6946 /* Note: cu->dwo_unit is the dwo_unit that references this TU, not the
6947 dwo_unit of the TU itself. */
6948 dwo_file = cu->dwo_unit->dwo_file;
6949
a2ce51a0
DE
6950 /* Ok, this is the first time we're reading this TU. */
6951 if (dwo_file->tus == NULL)
6952 return NULL;
6953 find_dwo_entry.signature = sig;
9a3c8263 6954 dwo_entry = (struct dwo_unit *) htab_find (dwo_file->tus, &find_dwo_entry);
a2ce51a0
DE
6955 if (dwo_entry == NULL)
6956 return NULL;
6957
6aa5f3a6
DE
6958 /* If the global table doesn't have an entry for this TU, add one. */
6959 if (sig_entry == NULL)
ed2dc618 6960 sig_entry = add_type_unit (dwarf2_per_objfile, sig, slot);
6aa5f3a6 6961
ed2dc618 6962 fill_in_sig_entry_from_dwo_entry (dwarf2_per_objfile, sig_entry, dwo_entry);
89e63ee4 6963 sig_entry->per_cu.tu_read = 1;
a2ce51a0
DE
6964 return sig_entry;
6965}
6966
a2ce51a0
DE
6967/* Subroutine of lookup_signatured_type.
6968 Look up the type for signature SIG, and if we can't find SIG in .gdb_index
6aa5f3a6
DE
6969 then try the DWP file. If the TU stub (skeleton) has been removed then
6970 it won't be in .gdb_index. */
a2ce51a0
DE
6971
6972static struct signatured_type *
6973lookup_dwp_signatured_type (struct dwarf2_cu *cu, ULONGEST sig)
6974{
518817b3
SM
6975 struct dwarf2_per_objfile *dwarf2_per_objfile
6976 = cu->per_cu->dwarf2_per_objfile;
a2ce51a0 6977 struct objfile *objfile = dwarf2_per_objfile->objfile;
ed2dc618 6978 struct dwp_file *dwp_file = get_dwp_file (dwarf2_per_objfile);
a2ce51a0
DE
6979 struct dwo_unit *dwo_entry;
6980 struct signatured_type find_sig_entry, *sig_entry;
6aa5f3a6 6981 void **slot;
a2ce51a0
DE
6982
6983 gdb_assert (cu->dwo_unit && dwarf2_per_objfile->using_index);
6984 gdb_assert (dwp_file != NULL);
6985
6aa5f3a6
DE
6986 /* If TU skeletons have been removed then we may not have read in any
6987 TUs yet. */
6988 if (dwarf2_per_objfile->signatured_types == NULL)
a2ce51a0 6989 {
6aa5f3a6
DE
6990 dwarf2_per_objfile->signatured_types
6991 = allocate_signatured_type_table (objfile);
a2ce51a0
DE
6992 }
6993
6aa5f3a6
DE
6994 find_sig_entry.signature = sig;
6995 slot = htab_find_slot (dwarf2_per_objfile->signatured_types,
6996 &find_sig_entry, INSERT);
9a3c8263 6997 sig_entry = (struct signatured_type *) *slot;
6aa5f3a6
DE
6998
6999 /* Have we already tried to read this TU?
7000 Note: sig_entry can be NULL if the skeleton TU was removed (thus it
7001 needn't exist in the global table yet). */
7002 if (sig_entry != NULL)
7003 return sig_entry;
7004
a2ce51a0
DE
7005 if (dwp_file->tus == NULL)
7006 return NULL;
ed2dc618 7007 dwo_entry = lookup_dwo_unit_in_dwp (dwarf2_per_objfile, dwp_file, NULL,
57d63ce2 7008 sig, 1 /* is_debug_types */);
a2ce51a0
DE
7009 if (dwo_entry == NULL)
7010 return NULL;
7011
ed2dc618
SM
7012 sig_entry = add_type_unit (dwarf2_per_objfile, sig, slot);
7013 fill_in_sig_entry_from_dwo_entry (dwarf2_per_objfile, sig_entry, dwo_entry);
a2ce51a0 7014
a2ce51a0
DE
7015 return sig_entry;
7016}
7017
380bca97 7018/* Lookup a signature based type for DW_FORM_ref_sig8.
5a8b3f62
DE
7019 Returns NULL if signature SIG is not present in the table.
7020 It is up to the caller to complain about this. */
348e048f
DE
7021
7022static struct signatured_type *
a2ce51a0 7023lookup_signatured_type (struct dwarf2_cu *cu, ULONGEST sig)
348e048f 7024{
518817b3
SM
7025 struct dwarf2_per_objfile *dwarf2_per_objfile
7026 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 7027
a2ce51a0
DE
7028 if (cu->dwo_unit
7029 && dwarf2_per_objfile->using_index)
7030 {
7031 /* We're in a DWO/DWP file, and we're using .gdb_index.
7032 These cases require special processing. */
ed2dc618 7033 if (get_dwp_file (dwarf2_per_objfile) == NULL)
a2ce51a0
DE
7034 return lookup_dwo_signatured_type (cu, sig);
7035 else
7036 return lookup_dwp_signatured_type (cu, sig);
7037 }
7038 else
7039 {
7040 struct signatured_type find_entry, *entry;
348e048f 7041
a2ce51a0
DE
7042 if (dwarf2_per_objfile->signatured_types == NULL)
7043 return NULL;
7044 find_entry.signature = sig;
9a3c8263
SM
7045 entry = ((struct signatured_type *)
7046 htab_find (dwarf2_per_objfile->signatured_types, &find_entry));
a2ce51a0
DE
7047 return entry;
7048 }
348e048f 7049}
42e7ad6c
DE
7050\f
7051/* Low level DIE reading support. */
348e048f 7052
d85a05f0
DJ
7053/* Initialize a die_reader_specs struct from a dwarf2_cu struct. */
7054
7055static void
7056init_cu_die_reader (struct die_reader_specs *reader,
dee91e82 7057 struct dwarf2_cu *cu,
3019eac3 7058 struct dwarf2_section_info *section,
685af9cd
TT
7059 struct dwo_file *dwo_file,
7060 struct abbrev_table *abbrev_table)
d85a05f0 7061{
fceca515 7062 gdb_assert (section->readin && section->buffer != NULL);
a32a8923 7063 reader->abfd = get_section_bfd_owner (section);
d85a05f0 7064 reader->cu = cu;
3019eac3 7065 reader->dwo_file = dwo_file;
dee91e82
DE
7066 reader->die_section = section;
7067 reader->buffer = section->buffer;
f664829e 7068 reader->buffer_end = section->buffer + section->size;
a2ce51a0 7069 reader->comp_dir = NULL;
685af9cd 7070 reader->abbrev_table = abbrev_table;
d85a05f0
DJ
7071}
7072
b0c7bfa9
DE
7073/* Subroutine of init_cutu_and_read_dies to simplify it.
7074 Read in the rest of a CU/TU top level DIE from DWO_UNIT.
7075 There's just a lot of work to do, and init_cutu_and_read_dies is big enough
7076 already.
7077
7078 STUB_COMP_UNIT_DIE is for the stub DIE, we copy over certain attributes
7079 from it to the DIE in the DWO. If NULL we are skipping the stub.
a2ce51a0
DE
7080 STUB_COMP_DIR is similar to STUB_COMP_UNIT_DIE: When reading a TU directly
7081 from the DWO file, bypassing the stub, it contains the DW_AT_comp_dir
c54a1dd8
DE
7082 attribute of the referencing CU. At most one of STUB_COMP_UNIT_DIE and
7083 STUB_COMP_DIR may be non-NULL.
b0c7bfa9
DE
7084 *RESULT_READER,*RESULT_INFO_PTR,*RESULT_COMP_UNIT_DIE,*RESULT_HAS_CHILDREN
7085 are filled in with the info of the DIE from the DWO file.
685af9cd
TT
7086 *RESULT_DWO_ABBREV_TABLE will be filled in with the abbrev table allocated
7087 from the dwo. Since *RESULT_READER references this abbrev table, it must be
7088 kept around for at least as long as *RESULT_READER.
7089
b0c7bfa9
DE
7090 The result is non-zero if a valid (non-dummy) DIE was found. */
7091
7092static int
7093read_cutu_die_from_dwo (struct dwarf2_per_cu_data *this_cu,
7094 struct dwo_unit *dwo_unit,
b0c7bfa9 7095 struct die_info *stub_comp_unit_die,
a2ce51a0 7096 const char *stub_comp_dir,
b0c7bfa9 7097 struct die_reader_specs *result_reader,
d521ce57 7098 const gdb_byte **result_info_ptr,
b0c7bfa9 7099 struct die_info **result_comp_unit_die,
685af9cd
TT
7100 int *result_has_children,
7101 abbrev_table_up *result_dwo_abbrev_table)
b0c7bfa9 7102{
ed2dc618 7103 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
b0c7bfa9
DE
7104 struct objfile *objfile = dwarf2_per_objfile->objfile;
7105 struct dwarf2_cu *cu = this_cu->cu;
b0c7bfa9 7106 bfd *abfd;
d521ce57 7107 const gdb_byte *begin_info_ptr, *info_ptr;
b0c7bfa9
DE
7108 struct attribute *comp_dir, *stmt_list, *low_pc, *high_pc, *ranges;
7109 int i,num_extra_attrs;
7110 struct dwarf2_section_info *dwo_abbrev_section;
7111 struct attribute *attr;
7112 struct die_info *comp_unit_die;
7113
b0aeadb3
DE
7114 /* At most one of these may be provided. */
7115 gdb_assert ((stub_comp_unit_die != NULL) + (stub_comp_dir != NULL) <= 1);
a2ce51a0 7116
b0c7bfa9
DE
7117 /* These attributes aren't processed until later:
7118 DW_AT_stmt_list, DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges.
0d60c288
DE
7119 DW_AT_comp_dir is used now, to find the DWO file, but it is also
7120 referenced later. However, these attributes are found in the stub
7121 which we won't have later. In order to not impose this complication
7122 on the rest of the code, we read them here and copy them to the
7123 DWO CU/TU die. */
b0c7bfa9
DE
7124
7125 stmt_list = NULL;
7126 low_pc = NULL;
7127 high_pc = NULL;
7128 ranges = NULL;
7129 comp_dir = NULL;
7130
7131 if (stub_comp_unit_die != NULL)
7132 {
7133 /* For TUs in DWO files, the DW_AT_stmt_list attribute lives in the
7134 DWO file. */
7135 if (! this_cu->is_debug_types)
7136 stmt_list = dwarf2_attr (stub_comp_unit_die, DW_AT_stmt_list, cu);
7137 low_pc = dwarf2_attr (stub_comp_unit_die, DW_AT_low_pc, cu);
7138 high_pc = dwarf2_attr (stub_comp_unit_die, DW_AT_high_pc, cu);
7139 ranges = dwarf2_attr (stub_comp_unit_die, DW_AT_ranges, cu);
7140 comp_dir = dwarf2_attr (stub_comp_unit_die, DW_AT_comp_dir, cu);
7141
7142 /* There should be a DW_AT_addr_base attribute here (if needed).
7143 We need the value before we can process DW_FORM_GNU_addr_index. */
7144 cu->addr_base = 0;
7145 attr = dwarf2_attr (stub_comp_unit_die, DW_AT_GNU_addr_base, cu);
7146 if (attr)
7147 cu->addr_base = DW_UNSND (attr);
7148
7149 /* There should be a DW_AT_ranges_base attribute here (if needed).
7150 We need the value before we can process DW_AT_ranges. */
7151 cu->ranges_base = 0;
7152 attr = dwarf2_attr (stub_comp_unit_die, DW_AT_GNU_ranges_base, cu);
7153 if (attr)
7154 cu->ranges_base = DW_UNSND (attr);
7155 }
a2ce51a0
DE
7156 else if (stub_comp_dir != NULL)
7157 {
7158 /* Reconstruct the comp_dir attribute to simplify the code below. */
8d749320 7159 comp_dir = XOBNEW (&cu->comp_unit_obstack, struct attribute);
a2ce51a0
DE
7160 comp_dir->name = DW_AT_comp_dir;
7161 comp_dir->form = DW_FORM_string;
7162 DW_STRING_IS_CANONICAL (comp_dir) = 0;
7163 DW_STRING (comp_dir) = stub_comp_dir;
7164 }
b0c7bfa9
DE
7165
7166 /* Set up for reading the DWO CU/TU. */
7167 cu->dwo_unit = dwo_unit;
685af9cd 7168 dwarf2_section_info *section = dwo_unit->section;
b0c7bfa9 7169 dwarf2_read_section (objfile, section);
a32a8923 7170 abfd = get_section_bfd_owner (section);
9c541725
PA
7171 begin_info_ptr = info_ptr = (section->buffer
7172 + to_underlying (dwo_unit->sect_off));
b0c7bfa9 7173 dwo_abbrev_section = &dwo_unit->dwo_file->sections.abbrev;
b0c7bfa9
DE
7174
7175 if (this_cu->is_debug_types)
7176 {
b0c7bfa9
DE
7177 struct signatured_type *sig_type = (struct signatured_type *) this_cu;
7178
ed2dc618
SM
7179 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7180 &cu->header, section,
b0c7bfa9 7181 dwo_abbrev_section,
43988095 7182 info_ptr, rcuh_kind::TYPE);
a2ce51a0 7183 /* This is not an assert because it can be caused by bad debug info. */
43988095 7184 if (sig_type->signature != cu->header.signature)
a2ce51a0
DE
7185 {
7186 error (_("Dwarf Error: signature mismatch %s vs %s while reading"
9d8780f0 7187 " TU at offset %s [in module %s]"),
a2ce51a0 7188 hex_string (sig_type->signature),
43988095 7189 hex_string (cu->header.signature),
9d8780f0 7190 sect_offset_str (dwo_unit->sect_off),
a2ce51a0
DE
7191 bfd_get_filename (abfd));
7192 }
9c541725 7193 gdb_assert (dwo_unit->sect_off == cu->header.sect_off);
b0c7bfa9
DE
7194 /* For DWOs coming from DWP files, we don't know the CU length
7195 nor the type's offset in the TU until now. */
7196 dwo_unit->length = get_cu_length (&cu->header);
9c541725 7197 dwo_unit->type_offset_in_tu = cu->header.type_cu_offset_in_tu;
b0c7bfa9
DE
7198
7199 /* Establish the type offset that can be used to lookup the type.
7200 For DWO files, we don't know it until now. */
9c541725
PA
7201 sig_type->type_offset_in_section
7202 = dwo_unit->sect_off + to_underlying (dwo_unit->type_offset_in_tu);
b0c7bfa9
DE
7203 }
7204 else
7205 {
ed2dc618
SM
7206 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7207 &cu->header, section,
b0c7bfa9 7208 dwo_abbrev_section,
43988095 7209 info_ptr, rcuh_kind::COMPILE);
9c541725 7210 gdb_assert (dwo_unit->sect_off == cu->header.sect_off);
b0c7bfa9
DE
7211 /* For DWOs coming from DWP files, we don't know the CU length
7212 until now. */
7213 dwo_unit->length = get_cu_length (&cu->header);
7214 }
7215
685af9cd
TT
7216 *result_dwo_abbrev_table
7217 = abbrev_table_read_table (dwarf2_per_objfile, dwo_abbrev_section,
7218 cu->header.abbrev_sect_off);
7219 init_cu_die_reader (result_reader, cu, section, dwo_unit->dwo_file,
7220 result_dwo_abbrev_table->get ());
b0c7bfa9
DE
7221
7222 /* Read in the die, but leave space to copy over the attributes
7223 from the stub. This has the benefit of simplifying the rest of
7224 the code - all the work to maintain the illusion of a single
7225 DW_TAG_{compile,type}_unit DIE is done here. */
7226 num_extra_attrs = ((stmt_list != NULL)
7227 + (low_pc != NULL)
7228 + (high_pc != NULL)
7229 + (ranges != NULL)
7230 + (comp_dir != NULL));
7231 info_ptr = read_full_die_1 (result_reader, result_comp_unit_die, info_ptr,
7232 result_has_children, num_extra_attrs);
7233
7234 /* Copy over the attributes from the stub to the DIE we just read in. */
7235 comp_unit_die = *result_comp_unit_die;
7236 i = comp_unit_die->num_attrs;
7237 if (stmt_list != NULL)
7238 comp_unit_die->attrs[i++] = *stmt_list;
7239 if (low_pc != NULL)
7240 comp_unit_die->attrs[i++] = *low_pc;
7241 if (high_pc != NULL)
7242 comp_unit_die->attrs[i++] = *high_pc;
7243 if (ranges != NULL)
7244 comp_unit_die->attrs[i++] = *ranges;
7245 if (comp_dir != NULL)
7246 comp_unit_die->attrs[i++] = *comp_dir;
7247 comp_unit_die->num_attrs += num_extra_attrs;
7248
b4f54984 7249 if (dwarf_die_debug)
bf6af496
DE
7250 {
7251 fprintf_unfiltered (gdb_stdlog,
7252 "Read die from %s@0x%x of %s:\n",
a32a8923 7253 get_section_name (section),
bf6af496
DE
7254 (unsigned) (begin_info_ptr - section->buffer),
7255 bfd_get_filename (abfd));
b4f54984 7256 dump_die (comp_unit_die, dwarf_die_debug);
bf6af496
DE
7257 }
7258
a2ce51a0
DE
7259 /* Save the comp_dir attribute. If there is no DWP file then we'll read
7260 TUs by skipping the stub and going directly to the entry in the DWO file.
7261 However, skipping the stub means we won't get DW_AT_comp_dir, so we have
7262 to get it via circuitous means. Blech. */
7263 if (comp_dir != NULL)
7264 result_reader->comp_dir = DW_STRING (comp_dir);
7265
b0c7bfa9
DE
7266 /* Skip dummy compilation units. */
7267 if (info_ptr >= begin_info_ptr + dwo_unit->length
7268 || peek_abbrev_code (abfd, info_ptr) == 0)
7269 return 0;
7270
7271 *result_info_ptr = info_ptr;
7272 return 1;
7273}
7274
7275/* Subroutine of init_cutu_and_read_dies to simplify it.
7276 Look up the DWO unit specified by COMP_UNIT_DIE of THIS_CU.
6a506a2d 7277 Returns NULL if the specified DWO unit cannot be found. */
b0c7bfa9
DE
7278
7279static struct dwo_unit *
7280lookup_dwo_unit (struct dwarf2_per_cu_data *this_cu,
7281 struct die_info *comp_unit_die)
7282{
7283 struct dwarf2_cu *cu = this_cu->cu;
b0c7bfa9
DE
7284 ULONGEST signature;
7285 struct dwo_unit *dwo_unit;
7286 const char *comp_dir, *dwo_name;
7287
a2ce51a0
DE
7288 gdb_assert (cu != NULL);
7289
b0c7bfa9 7290 /* Yeah, we look dwo_name up again, but it simplifies the code. */
7d45c7c3
KB
7291 dwo_name = dwarf2_string_attr (comp_unit_die, DW_AT_GNU_dwo_name, cu);
7292 comp_dir = dwarf2_string_attr (comp_unit_die, DW_AT_comp_dir, cu);
b0c7bfa9
DE
7293
7294 if (this_cu->is_debug_types)
7295 {
7296 struct signatured_type *sig_type;
7297
7298 /* Since this_cu is the first member of struct signatured_type,
7299 we can go from a pointer to one to a pointer to the other. */
7300 sig_type = (struct signatured_type *) this_cu;
7301 signature = sig_type->signature;
7302 dwo_unit = lookup_dwo_type_unit (sig_type, dwo_name, comp_dir);
7303 }
7304 else
7305 {
7306 struct attribute *attr;
7307
7308 attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_id, cu);
7309 if (! attr)
7310 error (_("Dwarf Error: missing dwo_id for dwo_name %s"
7311 " [in module %s]"),
e3b94546 7312 dwo_name, objfile_name (this_cu->dwarf2_per_objfile->objfile));
b0c7bfa9
DE
7313 signature = DW_UNSND (attr);
7314 dwo_unit = lookup_dwo_comp_unit (this_cu, dwo_name, comp_dir,
7315 signature);
7316 }
7317
b0c7bfa9
DE
7318 return dwo_unit;
7319}
7320
a2ce51a0 7321/* Subroutine of init_cutu_and_read_dies to simplify it.
6aa5f3a6 7322 See it for a description of the parameters.
fcd3b13d 7323 Read a TU directly from a DWO file, bypassing the stub. */
a2ce51a0
DE
7324
7325static void
6aa5f3a6
DE
7326init_tu_and_read_dwo_dies (struct dwarf2_per_cu_data *this_cu,
7327 int use_existing_cu, int keep,
a2ce51a0
DE
7328 die_reader_func_ftype *die_reader_func,
7329 void *data)
7330{
fcd3b13d 7331 std::unique_ptr<dwarf2_cu> new_cu;
a2ce51a0 7332 struct signatured_type *sig_type;
a2ce51a0
DE
7333 struct die_reader_specs reader;
7334 const gdb_byte *info_ptr;
7335 struct die_info *comp_unit_die;
7336 int has_children;
ed2dc618 7337 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
a2ce51a0
DE
7338
7339 /* Verify we can do the following downcast, and that we have the
7340 data we need. */
7341 gdb_assert (this_cu->is_debug_types && this_cu->reading_dwo_directly);
7342 sig_type = (struct signatured_type *) this_cu;
7343 gdb_assert (sig_type->dwo_unit != NULL);
7344
6aa5f3a6
DE
7345 if (use_existing_cu && this_cu->cu != NULL)
7346 {
7347 gdb_assert (this_cu->cu->dwo_unit == sig_type->dwo_unit);
6aa5f3a6
DE
7348 /* There's no need to do the rereading_dwo_cu handling that
7349 init_cutu_and_read_dies does since we don't read the stub. */
7350 }
7351 else
7352 {
7353 /* If !use_existing_cu, this_cu->cu must be NULL. */
7354 gdb_assert (this_cu->cu == NULL);
fcd3b13d 7355 new_cu.reset (new dwarf2_cu (this_cu));
6aa5f3a6
DE
7356 }
7357
7358 /* A future optimization, if needed, would be to use an existing
7359 abbrev table. When reading DWOs with skeletonless TUs, all the TUs
7360 could share abbrev tables. */
a2ce51a0 7361
685af9cd
TT
7362 /* The abbreviation table used by READER, this must live at least as long as
7363 READER. */
7364 abbrev_table_up dwo_abbrev_table;
7365
a2ce51a0 7366 if (read_cutu_die_from_dwo (this_cu, sig_type->dwo_unit,
a2ce51a0
DE
7367 NULL /* stub_comp_unit_die */,
7368 sig_type->dwo_unit->dwo_file->comp_dir,
7369 &reader, &info_ptr,
685af9cd
TT
7370 &comp_unit_die, &has_children,
7371 &dwo_abbrev_table) == 0)
a2ce51a0
DE
7372 {
7373 /* Dummy die. */
a2ce51a0
DE
7374 return;
7375 }
7376
7377 /* All the "real" work is done here. */
7378 die_reader_func (&reader, info_ptr, comp_unit_die, has_children, data);
7379
6aa5f3a6 7380 /* This duplicates the code in init_cutu_and_read_dies,
a2ce51a0
DE
7381 but the alternative is making the latter more complex.
7382 This function is only for the special case of using DWO files directly:
7383 no point in overly complicating the general case just to handle this. */
fcd3b13d 7384 if (new_cu != NULL && keep)
a2ce51a0 7385 {
fcd3b13d
SM
7386 /* Link this CU into read_in_chain. */
7387 this_cu->cu->read_in_chain = dwarf2_per_objfile->read_in_chain;
7388 dwarf2_per_objfile->read_in_chain = this_cu;
7389 /* The chain owns it now. */
7390 new_cu.release ();
a2ce51a0 7391 }
a2ce51a0
DE
7392}
7393
fd820528 7394/* Initialize a CU (or TU) and read its DIEs.
3019eac3 7395 If the CU defers to a DWO file, read the DWO file as well.
dee91e82 7396
f4dc4d17
DE
7397 ABBREV_TABLE, if non-NULL, is the abbreviation table to use.
7398 Otherwise the table specified in the comp unit header is read in and used.
7399 This is an optimization for when we already have the abbrev table.
7400
dee91e82
DE
7401 If USE_EXISTING_CU is non-zero, and THIS_CU->cu is non-NULL, then use it.
7402 Otherwise, a new CU is allocated with xmalloc.
7403
7404 If KEEP is non-zero, then if we allocated a dwarf2_cu we add it to
7405 read_in_chain. Otherwise the dwarf2_cu data is freed at the end.
7406
7407 WARNING: If THIS_CU is a "dummy CU" (used as filler by the incremental
fd820528 7408 linker) then DIE_READER_FUNC will not get called. */
aaa75496 7409
70221824 7410static void
fd820528 7411init_cutu_and_read_dies (struct dwarf2_per_cu_data *this_cu,
f4dc4d17 7412 struct abbrev_table *abbrev_table,
fd820528 7413 int use_existing_cu, int keep,
58f0c718 7414 bool skip_partial,
fd820528
DE
7415 die_reader_func_ftype *die_reader_func,
7416 void *data)
c906108c 7417{
ed2dc618 7418 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
dee91e82 7419 struct objfile *objfile = dwarf2_per_objfile->objfile;
8a0459fd 7420 struct dwarf2_section_info *section = this_cu->section;
a32a8923 7421 bfd *abfd = get_section_bfd_owner (section);
dee91e82 7422 struct dwarf2_cu *cu;
d521ce57 7423 const gdb_byte *begin_info_ptr, *info_ptr;
dee91e82 7424 struct die_reader_specs reader;
d85a05f0 7425 struct die_info *comp_unit_die;
dee91e82 7426 int has_children;
d85a05f0 7427 struct attribute *attr;
dee91e82 7428 struct signatured_type *sig_type = NULL;
4bdcc0c1 7429 struct dwarf2_section_info *abbrev_section;
42e7ad6c
DE
7430 /* Non-zero if CU currently points to a DWO file and we need to
7431 reread it. When this happens we need to reread the skeleton die
a2ce51a0 7432 before we can reread the DWO file (this only applies to CUs, not TUs). */
42e7ad6c 7433 int rereading_dwo_cu = 0;
c906108c 7434
b4f54984 7435 if (dwarf_die_debug)
9d8780f0 7436 fprintf_unfiltered (gdb_stdlog, "Reading %s unit at offset %s\n",
09406207 7437 this_cu->is_debug_types ? "type" : "comp",
9d8780f0 7438 sect_offset_str (this_cu->sect_off));
09406207 7439
dee91e82
DE
7440 if (use_existing_cu)
7441 gdb_assert (keep);
23745b47 7442
a2ce51a0
DE
7443 /* If we're reading a TU directly from a DWO file, including a virtual DWO
7444 file (instead of going through the stub), short-circuit all of this. */
7445 if (this_cu->reading_dwo_directly)
7446 {
7447 /* Narrow down the scope of possibilities to have to understand. */
7448 gdb_assert (this_cu->is_debug_types);
7449 gdb_assert (abbrev_table == NULL);
6aa5f3a6
DE
7450 init_tu_and_read_dwo_dies (this_cu, use_existing_cu, keep,
7451 die_reader_func, data);
a2ce51a0
DE
7452 return;
7453 }
7454
dee91e82
DE
7455 /* This is cheap if the section is already read in. */
7456 dwarf2_read_section (objfile, section);
7457
9c541725 7458 begin_info_ptr = info_ptr = section->buffer + to_underlying (this_cu->sect_off);
36586728
TT
7459
7460 abbrev_section = get_abbrev_section_for_cu (this_cu);
dee91e82 7461
fcd3b13d 7462 std::unique_ptr<dwarf2_cu> new_cu;
dee91e82
DE
7463 if (use_existing_cu && this_cu->cu != NULL)
7464 {
7465 cu = this_cu->cu;
42e7ad6c
DE
7466 /* If this CU is from a DWO file we need to start over, we need to
7467 refetch the attributes from the skeleton CU.
7468 This could be optimized by retrieving those attributes from when we
7469 were here the first time: the previous comp_unit_die was stored in
7470 comp_unit_obstack. But there's no data yet that we need this
7471 optimization. */
7472 if (cu->dwo_unit != NULL)
7473 rereading_dwo_cu = 1;
dee91e82
DE
7474 }
7475 else
7476 {
7477 /* If !use_existing_cu, this_cu->cu must be NULL. */
7478 gdb_assert (this_cu->cu == NULL);
fcd3b13d
SM
7479 new_cu.reset (new dwarf2_cu (this_cu));
7480 cu = new_cu.get ();
42e7ad6c 7481 }
dee91e82 7482
b0c7bfa9 7483 /* Get the header. */
9c541725 7484 if (to_underlying (cu->header.first_die_cu_offset) != 0 && !rereading_dwo_cu)
42e7ad6c
DE
7485 {
7486 /* We already have the header, there's no need to read it in again. */
9c541725 7487 info_ptr += to_underlying (cu->header.first_die_cu_offset);
42e7ad6c
DE
7488 }
7489 else
7490 {
3019eac3 7491 if (this_cu->is_debug_types)
dee91e82 7492 {
ed2dc618
SM
7493 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7494 &cu->header, section,
4bdcc0c1 7495 abbrev_section, info_ptr,
43988095 7496 rcuh_kind::TYPE);
dee91e82 7497
42e7ad6c
DE
7498 /* Since per_cu is the first member of struct signatured_type,
7499 we can go from a pointer to one to a pointer to the other. */
7500 sig_type = (struct signatured_type *) this_cu;
43988095 7501 gdb_assert (sig_type->signature == cu->header.signature);
9c541725
PA
7502 gdb_assert (sig_type->type_offset_in_tu
7503 == cu->header.type_cu_offset_in_tu);
7504 gdb_assert (this_cu->sect_off == cu->header.sect_off);
dee91e82 7505
42e7ad6c
DE
7506 /* LENGTH has not been set yet for type units if we're
7507 using .gdb_index. */
1ce1cefd 7508 this_cu->length = get_cu_length (&cu->header);
3019eac3
DE
7509
7510 /* Establish the type offset that can be used to lookup the type. */
9c541725
PA
7511 sig_type->type_offset_in_section =
7512 this_cu->sect_off + to_underlying (sig_type->type_offset_in_tu);
43988095
JK
7513
7514 this_cu->dwarf_version = cu->header.version;
dee91e82
DE
7515 }
7516 else
7517 {
ed2dc618
SM
7518 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7519 &cu->header, section,
4bdcc0c1 7520 abbrev_section,
43988095
JK
7521 info_ptr,
7522 rcuh_kind::COMPILE);
dee91e82 7523
9c541725 7524 gdb_assert (this_cu->sect_off == cu->header.sect_off);
1ce1cefd 7525 gdb_assert (this_cu->length == get_cu_length (&cu->header));
43988095 7526 this_cu->dwarf_version = cu->header.version;
dee91e82
DE
7527 }
7528 }
10b3939b 7529
6caca83c 7530 /* Skip dummy compilation units. */
dee91e82 7531 if (info_ptr >= begin_info_ptr + this_cu->length
6caca83c 7532 || peek_abbrev_code (abfd, info_ptr) == 0)
fcd3b13d 7533 return;
6caca83c 7534
433df2d4
DE
7535 /* If we don't have them yet, read the abbrevs for this compilation unit.
7536 And if we need to read them now, make sure they're freed when we're
685af9cd
TT
7537 done (own the table through ABBREV_TABLE_HOLDER). */
7538 abbrev_table_up abbrev_table_holder;
f4dc4d17 7539 if (abbrev_table != NULL)
685af9cd
TT
7540 gdb_assert (cu->header.abbrev_sect_off == abbrev_table->sect_off);
7541 else
f4dc4d17 7542 {
685af9cd
TT
7543 abbrev_table_holder
7544 = abbrev_table_read_table (dwarf2_per_objfile, abbrev_section,
7545 cu->header.abbrev_sect_off);
7546 abbrev_table = abbrev_table_holder.get ();
42e7ad6c 7547 }
af703f96 7548
dee91e82 7549 /* Read the top level CU/TU die. */
685af9cd 7550 init_cu_die_reader (&reader, cu, section, NULL, abbrev_table);
dee91e82 7551 info_ptr = read_full_die (&reader, &comp_unit_die, info_ptr, &has_children);
93311388 7552
58f0c718
TT
7553 if (skip_partial && comp_unit_die->tag == DW_TAG_partial_unit)
7554 return;
7555
b0c7bfa9 7556 /* If we are in a DWO stub, process it and then read in the "real" CU/TU
685af9cd
TT
7557 from the DWO file. read_cutu_die_from_dwo will allocate the abbreviation
7558 table from the DWO file and pass the ownership over to us. It will be
7559 referenced from READER, so we must make sure to free it after we're done
7560 with READER.
7561
b0c7bfa9
DE
7562 Note that if USE_EXISTING_OK != 0, and THIS_CU->cu already contains a
7563 DWO CU, that this test will fail (the attribute will not be present). */
3019eac3 7564 attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_name, cu);
685af9cd 7565 abbrev_table_up dwo_abbrev_table;
3019eac3
DE
7566 if (attr)
7567 {
3019eac3 7568 struct dwo_unit *dwo_unit;
b0c7bfa9 7569 struct die_info *dwo_comp_unit_die;
3019eac3
DE
7570
7571 if (has_children)
6a506a2d
DE
7572 {
7573 complaint (&symfile_complaints,
7574 _("compilation unit with DW_AT_GNU_dwo_name"
9d8780f0
SM
7575 " has children (offset %s) [in module %s]"),
7576 sect_offset_str (this_cu->sect_off),
7577 bfd_get_filename (abfd));
6a506a2d 7578 }
b0c7bfa9 7579 dwo_unit = lookup_dwo_unit (this_cu, comp_unit_die);
6a506a2d 7580 if (dwo_unit != NULL)
3019eac3 7581 {
6a506a2d 7582 if (read_cutu_die_from_dwo (this_cu, dwo_unit,
a2ce51a0 7583 comp_unit_die, NULL,
6a506a2d 7584 &reader, &info_ptr,
685af9cd
TT
7585 &dwo_comp_unit_die, &has_children,
7586 &dwo_abbrev_table) == 0)
6a506a2d
DE
7587 {
7588 /* Dummy die. */
6a506a2d
DE
7589 return;
7590 }
7591 comp_unit_die = dwo_comp_unit_die;
7592 }
7593 else
7594 {
7595 /* Yikes, we couldn't find the rest of the DIE, we only have
7596 the stub. A complaint has already been logged. There's
7597 not much more we can do except pass on the stub DIE to
7598 die_reader_func. We don't want to throw an error on bad
7599 debug info. */
3019eac3
DE
7600 }
7601 }
7602
b0c7bfa9 7603 /* All of the above is setup for this call. Yikes. */
dee91e82
DE
7604 die_reader_func (&reader, info_ptr, comp_unit_die, has_children, data);
7605
b0c7bfa9 7606 /* Done, clean up. */
fcd3b13d 7607 if (new_cu != NULL && keep)
348e048f 7608 {
fcd3b13d
SM
7609 /* Link this CU into read_in_chain. */
7610 this_cu->cu->read_in_chain = dwarf2_per_objfile->read_in_chain;
7611 dwarf2_per_objfile->read_in_chain = this_cu;
7612 /* The chain owns it now. */
7613 new_cu.release ();
348e048f 7614 }
dee91e82
DE
7615}
7616
33e80786
DE
7617/* Read CU/TU THIS_CU but do not follow DW_AT_GNU_dwo_name if present.
7618 DWO_FILE, if non-NULL, is the DWO file to read (the caller is assumed
7619 to have already done the lookup to find the DWO file).
dee91e82
DE
7620
7621 The caller is required to fill in THIS_CU->section, THIS_CU->offset, and
3019eac3 7622 THIS_CU->is_debug_types, but nothing else.
dee91e82
DE
7623
7624 We fill in THIS_CU->length.
7625
7626 WARNING: If THIS_CU is a "dummy CU" (used as filler by the incremental
7627 linker) then DIE_READER_FUNC will not get called.
7628
7629 THIS_CU->cu is always freed when done.
3019eac3
DE
7630 This is done in order to not leave THIS_CU->cu in a state where we have
7631 to care whether it refers to the "main" CU or the DWO CU. */
dee91e82
DE
7632
7633static void
7634init_cutu_and_read_dies_no_follow (struct dwarf2_per_cu_data *this_cu,
3019eac3 7635 struct dwo_file *dwo_file,
dee91e82
DE
7636 die_reader_func_ftype *die_reader_func,
7637 void *data)
7638{
ed2dc618 7639 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
dee91e82 7640 struct objfile *objfile = dwarf2_per_objfile->objfile;
8a0459fd 7641 struct dwarf2_section_info *section = this_cu->section;
a32a8923 7642 bfd *abfd = get_section_bfd_owner (section);
33e80786 7643 struct dwarf2_section_info *abbrev_section;
d521ce57 7644 const gdb_byte *begin_info_ptr, *info_ptr;
dee91e82 7645 struct die_reader_specs reader;
dee91e82
DE
7646 struct die_info *comp_unit_die;
7647 int has_children;
7648
b4f54984 7649 if (dwarf_die_debug)
9d8780f0 7650 fprintf_unfiltered (gdb_stdlog, "Reading %s unit at offset %s\n",
09406207 7651 this_cu->is_debug_types ? "type" : "comp",
9d8780f0 7652 sect_offset_str (this_cu->sect_off));
09406207 7653
dee91e82
DE
7654 gdb_assert (this_cu->cu == NULL);
7655
33e80786
DE
7656 abbrev_section = (dwo_file != NULL
7657 ? &dwo_file->sections.abbrev
7658 : get_abbrev_section_for_cu (this_cu));
7659
dee91e82
DE
7660 /* This is cheap if the section is already read in. */
7661 dwarf2_read_section (objfile, section);
7662
fcd3b13d 7663 struct dwarf2_cu cu (this_cu);
dee91e82 7664
9c541725 7665 begin_info_ptr = info_ptr = section->buffer + to_underlying (this_cu->sect_off);
ed2dc618
SM
7666 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7667 &cu.header, section,
4bdcc0c1 7668 abbrev_section, info_ptr,
43988095
JK
7669 (this_cu->is_debug_types
7670 ? rcuh_kind::TYPE
7671 : rcuh_kind::COMPILE));
dee91e82 7672
1ce1cefd 7673 this_cu->length = get_cu_length (&cu.header);
dee91e82
DE
7674
7675 /* Skip dummy compilation units. */
7676 if (info_ptr >= begin_info_ptr + this_cu->length
7677 || peek_abbrev_code (abfd, info_ptr) == 0)
fcd3b13d 7678 return;
72bf9492 7679
685af9cd
TT
7680 abbrev_table_up abbrev_table
7681 = abbrev_table_read_table (dwarf2_per_objfile, abbrev_section,
7682 cu.header.abbrev_sect_off);
dee91e82 7683
685af9cd 7684 init_cu_die_reader (&reader, &cu, section, dwo_file, abbrev_table.get ());
dee91e82
DE
7685 info_ptr = read_full_die (&reader, &comp_unit_die, info_ptr, &has_children);
7686
7687 die_reader_func (&reader, info_ptr, comp_unit_die, has_children, data);
dee91e82
DE
7688}
7689
3019eac3
DE
7690/* Read a CU/TU, except that this does not look for DW_AT_GNU_dwo_name and
7691 does not lookup the specified DWO file.
7692 This cannot be used to read DWO files.
dee91e82
DE
7693
7694 THIS_CU->cu is always freed when done.
3019eac3
DE
7695 This is done in order to not leave THIS_CU->cu in a state where we have
7696 to care whether it refers to the "main" CU or the DWO CU.
7697 We can revisit this if the data shows there's a performance issue. */
dee91e82
DE
7698
7699static void
7700init_cutu_and_read_dies_simple (struct dwarf2_per_cu_data *this_cu,
7701 die_reader_func_ftype *die_reader_func,
7702 void *data)
7703{
33e80786 7704 init_cutu_and_read_dies_no_follow (this_cu, NULL, die_reader_func, data);
dee91e82 7705}
0018ea6f
DE
7706\f
7707/* Type Unit Groups.
dee91e82 7708
0018ea6f
DE
7709 Type Unit Groups are a way to collapse the set of all TUs (type units) into
7710 a more manageable set. The grouping is done by DW_AT_stmt_list entry
7711 so that all types coming from the same compilation (.o file) are grouped
7712 together. A future step could be to put the types in the same symtab as
7713 the CU the types ultimately came from. */
ff013f42 7714
f4dc4d17
DE
7715static hashval_t
7716hash_type_unit_group (const void *item)
7717{
9a3c8263
SM
7718 const struct type_unit_group *tu_group
7719 = (const struct type_unit_group *) item;
f4dc4d17 7720
094b34ac 7721 return hash_stmt_list_entry (&tu_group->hash);
f4dc4d17 7722}
348e048f
DE
7723
7724static int
f4dc4d17 7725eq_type_unit_group (const void *item_lhs, const void *item_rhs)
348e048f 7726{
9a3c8263
SM
7727 const struct type_unit_group *lhs = (const struct type_unit_group *) item_lhs;
7728 const struct type_unit_group *rhs = (const struct type_unit_group *) item_rhs;
348e048f 7729
094b34ac 7730 return eq_stmt_list_entry (&lhs->hash, &rhs->hash);
f4dc4d17 7731}
348e048f 7732
f4dc4d17
DE
7733/* Allocate a hash table for type unit groups. */
7734
7735static htab_t
ed2dc618 7736allocate_type_unit_groups_table (struct objfile *objfile)
f4dc4d17
DE
7737{
7738 return htab_create_alloc_ex (3,
7739 hash_type_unit_group,
7740 eq_type_unit_group,
7741 NULL,
ed2dc618 7742 &objfile->objfile_obstack,
f4dc4d17
DE
7743 hashtab_obstack_allocate,
7744 dummy_obstack_deallocate);
7745}
dee91e82 7746
f4dc4d17
DE
7747/* Type units that don't have DW_AT_stmt_list are grouped into their own
7748 partial symtabs. We combine several TUs per psymtab to not let the size
7749 of any one psymtab grow too big. */
7750#define NO_STMT_LIST_TYPE_UNIT_PSYMTAB (1 << 31)
7751#define NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE 10
dee91e82 7752
094b34ac 7753/* Helper routine for get_type_unit_group.
f4dc4d17
DE
7754 Create the type_unit_group object used to hold one or more TUs. */
7755
7756static struct type_unit_group *
094b34ac 7757create_type_unit_group (struct dwarf2_cu *cu, sect_offset line_offset_struct)
f4dc4d17 7758{
518817b3
SM
7759 struct dwarf2_per_objfile *dwarf2_per_objfile
7760 = cu->per_cu->dwarf2_per_objfile;
f4dc4d17 7761 struct objfile *objfile = dwarf2_per_objfile->objfile;
094b34ac 7762 struct dwarf2_per_cu_data *per_cu;
f4dc4d17 7763 struct type_unit_group *tu_group;
f4dc4d17
DE
7764
7765 tu_group = OBSTACK_ZALLOC (&objfile->objfile_obstack,
7766 struct type_unit_group);
094b34ac 7767 per_cu = &tu_group->per_cu;
518817b3 7768 per_cu->dwarf2_per_objfile = dwarf2_per_objfile;
f4dc4d17 7769
094b34ac
DE
7770 if (dwarf2_per_objfile->using_index)
7771 {
7772 per_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack,
7773 struct dwarf2_per_cu_quick_data);
094b34ac
DE
7774 }
7775 else
7776 {
9c541725 7777 unsigned int line_offset = to_underlying (line_offset_struct);
094b34ac
DE
7778 struct partial_symtab *pst;
7779 char *name;
7780
7781 /* Give the symtab a useful name for debug purposes. */
7782 if ((line_offset & NO_STMT_LIST_TYPE_UNIT_PSYMTAB) != 0)
7783 name = xstrprintf ("<type_units_%d>",
7784 (line_offset & ~NO_STMT_LIST_TYPE_UNIT_PSYMTAB));
7785 else
7786 name = xstrprintf ("<type_units_at_0x%x>", line_offset);
7787
7788 pst = create_partial_symtab (per_cu, name);
7789 pst->anonymous = 1;
f4dc4d17 7790
094b34ac
DE
7791 xfree (name);
7792 }
f4dc4d17 7793
094b34ac 7794 tu_group->hash.dwo_unit = cu->dwo_unit;
9c541725 7795 tu_group->hash.line_sect_off = line_offset_struct;
f4dc4d17
DE
7796
7797 return tu_group;
7798}
7799
094b34ac
DE
7800/* Look up the type_unit_group for type unit CU, and create it if necessary.
7801 STMT_LIST is a DW_AT_stmt_list attribute. */
f4dc4d17
DE
7802
7803static struct type_unit_group *
ff39bb5e 7804get_type_unit_group (struct dwarf2_cu *cu, const struct attribute *stmt_list)
f4dc4d17 7805{
518817b3
SM
7806 struct dwarf2_per_objfile *dwarf2_per_objfile
7807 = cu->per_cu->dwarf2_per_objfile;
f4dc4d17
DE
7808 struct tu_stats *tu_stats = &dwarf2_per_objfile->tu_stats;
7809 struct type_unit_group *tu_group;
7810 void **slot;
7811 unsigned int line_offset;
7812 struct type_unit_group type_unit_group_for_lookup;
7813
7814 if (dwarf2_per_objfile->type_unit_groups == NULL)
7815 {
7816 dwarf2_per_objfile->type_unit_groups =
ed2dc618 7817 allocate_type_unit_groups_table (dwarf2_per_objfile->objfile);
f4dc4d17
DE
7818 }
7819
7820 /* Do we need to create a new group, or can we use an existing one? */
7821
7822 if (stmt_list)
7823 {
7824 line_offset = DW_UNSND (stmt_list);
7825 ++tu_stats->nr_symtab_sharers;
7826 }
7827 else
7828 {
7829 /* Ugh, no stmt_list. Rare, but we have to handle it.
7830 We can do various things here like create one group per TU or
7831 spread them over multiple groups to split up the expansion work.
7832 To avoid worst case scenarios (too many groups or too large groups)
7833 we, umm, group them in bunches. */
7834 line_offset = (NO_STMT_LIST_TYPE_UNIT_PSYMTAB
7835 | (tu_stats->nr_stmt_less_type_units
7836 / NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE));
7837 ++tu_stats->nr_stmt_less_type_units;
7838 }
7839
094b34ac 7840 type_unit_group_for_lookup.hash.dwo_unit = cu->dwo_unit;
9c541725 7841 type_unit_group_for_lookup.hash.line_sect_off = (sect_offset) line_offset;
f4dc4d17
DE
7842 slot = htab_find_slot (dwarf2_per_objfile->type_unit_groups,
7843 &type_unit_group_for_lookup, INSERT);
7844 if (*slot != NULL)
7845 {
9a3c8263 7846 tu_group = (struct type_unit_group *) *slot;
f4dc4d17
DE
7847 gdb_assert (tu_group != NULL);
7848 }
7849 else
7850 {
9c541725 7851 sect_offset line_offset_struct = (sect_offset) line_offset;
094b34ac 7852 tu_group = create_type_unit_group (cu, line_offset_struct);
f4dc4d17
DE
7853 *slot = tu_group;
7854 ++tu_stats->nr_symtabs;
7855 }
7856
7857 return tu_group;
7858}
0018ea6f
DE
7859\f
7860/* Partial symbol tables. */
7861
7862/* Create a psymtab named NAME and assign it to PER_CU.
7863
7864 The caller must fill in the following details:
7865 dirname, textlow, texthigh. */
7866
7867static struct partial_symtab *
7868create_partial_symtab (struct dwarf2_per_cu_data *per_cu, const char *name)
7869{
e3b94546 7870 struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
0018ea6f
DE
7871 struct partial_symtab *pst;
7872
18a94d75 7873 pst = start_psymtab_common (objfile, name, 0,
af5bf4ad
SM
7874 objfile->global_psymbols,
7875 objfile->static_psymbols);
0018ea6f
DE
7876
7877 pst->psymtabs_addrmap_supported = 1;
7878
7879 /* This is the glue that links PST into GDB's symbol API. */
7880 pst->read_symtab_private = per_cu;
7881 pst->read_symtab = dwarf2_read_symtab;
7882 per_cu->v.psymtab = pst;
7883
7884 return pst;
7885}
7886
b93601f3
TT
7887/* The DATA object passed to process_psymtab_comp_unit_reader has this
7888 type. */
7889
7890struct process_psymtab_comp_unit_data
7891{
7892 /* True if we are reading a DW_TAG_partial_unit. */
7893
7894 int want_partial_unit;
7895
7896 /* The "pretend" language that is used if the CU doesn't declare a
7897 language. */
7898
7899 enum language pretend_language;
7900};
7901
0018ea6f
DE
7902/* die_reader_func for process_psymtab_comp_unit. */
7903
7904static void
7905process_psymtab_comp_unit_reader (const struct die_reader_specs *reader,
d521ce57 7906 const gdb_byte *info_ptr,
0018ea6f
DE
7907 struct die_info *comp_unit_die,
7908 int has_children,
7909 void *data)
7910{
7911 struct dwarf2_cu *cu = reader->cu;
518817b3 7912 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a 7913 struct gdbarch *gdbarch = get_objfile_arch (objfile);
0018ea6f 7914 struct dwarf2_per_cu_data *per_cu = cu->per_cu;
0018ea6f
DE
7915 CORE_ADDR baseaddr;
7916 CORE_ADDR best_lowpc = 0, best_highpc = 0;
7917 struct partial_symtab *pst;
3a2b436a 7918 enum pc_bounds_kind cu_bounds_kind;
0018ea6f 7919 const char *filename;
9a3c8263
SM
7920 struct process_psymtab_comp_unit_data *info
7921 = (struct process_psymtab_comp_unit_data *) data;
0018ea6f 7922
b93601f3 7923 if (comp_unit_die->tag == DW_TAG_partial_unit && !info->want_partial_unit)
0018ea6f
DE
7924 return;
7925
7926 gdb_assert (! per_cu->is_debug_types);
7927
b93601f3 7928 prepare_one_comp_unit (cu, comp_unit_die, info->pretend_language);
0018ea6f
DE
7929
7930 cu->list_in_scope = &file_symbols;
7931
7932 /* Allocate a new partial symbol table structure. */
7d45c7c3
KB
7933 filename = dwarf2_string_attr (comp_unit_die, DW_AT_name, cu);
7934 if (filename == NULL)
0018ea6f 7935 filename = "";
0018ea6f
DE
7936
7937 pst = create_partial_symtab (per_cu, filename);
7938
7939 /* This must be done before calling dwarf2_build_include_psymtabs. */
7d45c7c3 7940 pst->dirname = dwarf2_string_attr (comp_unit_die, DW_AT_comp_dir, cu);
0018ea6f
DE
7941
7942 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
7943
7944 dwarf2_find_base_address (comp_unit_die, cu);
7945
7946 /* Possibly set the default values of LOWPC and HIGHPC from
7947 `DW_AT_ranges'. */
3a2b436a
JK
7948 cu_bounds_kind = dwarf2_get_pc_bounds (comp_unit_die, &best_lowpc,
7949 &best_highpc, cu, pst);
7950 if (cu_bounds_kind == PC_BOUNDS_HIGH_LOW && best_lowpc < best_highpc)
0018ea6f
DE
7951 /* Store the contiguous range if it is not empty; it can be empty for
7952 CUs with no code. */
7953 addrmap_set_empty (objfile->psymtabs_addrmap,
3e29f34a
MR
7954 gdbarch_adjust_dwarf2_addr (gdbarch,
7955 best_lowpc + baseaddr),
7956 gdbarch_adjust_dwarf2_addr (gdbarch,
7957 best_highpc + baseaddr) - 1,
7958 pst);
0018ea6f
DE
7959
7960 /* Check if comp unit has_children.
7961 If so, read the rest of the partial symbols from this comp unit.
7962 If not, there's no more debug_info for this comp unit. */
7963 if (has_children)
7964 {
7965 struct partial_die_info *first_die;
7966 CORE_ADDR lowpc, highpc;
7967
7968 lowpc = ((CORE_ADDR) -1);
7969 highpc = ((CORE_ADDR) 0);
7970
7971 first_die = load_partial_dies (reader, info_ptr, 1);
7972
7973 scan_partial_symbols (first_die, &lowpc, &highpc,
e385593e 7974 cu_bounds_kind <= PC_BOUNDS_INVALID, cu);
0018ea6f
DE
7975
7976 /* If we didn't find a lowpc, set it to highpc to avoid
7977 complaints from `maint check'. */
7978 if (lowpc == ((CORE_ADDR) -1))
7979 lowpc = highpc;
7980
7981 /* If the compilation unit didn't have an explicit address range,
7982 then use the information extracted from its child dies. */
e385593e 7983 if (cu_bounds_kind <= PC_BOUNDS_INVALID)
0018ea6f
DE
7984 {
7985 best_lowpc = lowpc;
7986 best_highpc = highpc;
7987 }
7988 }
3e29f34a
MR
7989 pst->textlow = gdbarch_adjust_dwarf2_addr (gdbarch, best_lowpc + baseaddr);
7990 pst->texthigh = gdbarch_adjust_dwarf2_addr (gdbarch, best_highpc + baseaddr);
0018ea6f 7991
8763cede 7992 end_psymtab_common (objfile, pst);
0018ea6f
DE
7993
7994 if (!VEC_empty (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs))
7995 {
7996 int i;
7997 int len = VEC_length (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs);
7998 struct dwarf2_per_cu_data *iter;
7999
8000 /* Fill in 'dependencies' here; we fill in 'users' in a
8001 post-pass. */
8002 pst->number_of_dependencies = len;
8d749320
SM
8003 pst->dependencies =
8004 XOBNEWVEC (&objfile->objfile_obstack, struct partial_symtab *, len);
0018ea6f
DE
8005 for (i = 0;
8006 VEC_iterate (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs,
8007 i, iter);
8008 ++i)
8009 pst->dependencies[i] = iter->v.psymtab;
8010
8011 VEC_free (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs);
8012 }
8013
8014 /* Get the list of files included in the current compilation unit,
8015 and build a psymtab for each of them. */
8016 dwarf2_build_include_psymtabs (cu, comp_unit_die, pst);
8017
b4f54984 8018 if (dwarf_read_debug)
0018ea6f
DE
8019 {
8020 struct gdbarch *gdbarch = get_objfile_arch (objfile);
8021
8022 fprintf_unfiltered (gdb_stdlog,
9d8780f0 8023 "Psymtab for %s unit @%s: %s - %s"
0018ea6f
DE
8024 ", %d global, %d static syms\n",
8025 per_cu->is_debug_types ? "type" : "comp",
9d8780f0 8026 sect_offset_str (per_cu->sect_off),
0018ea6f
DE
8027 paddress (gdbarch, pst->textlow),
8028 paddress (gdbarch, pst->texthigh),
8029 pst->n_global_syms, pst->n_static_syms);
8030 }
8031}
8032
8033/* Subroutine of dwarf2_build_psymtabs_hard to simplify it.
8034 Process compilation unit THIS_CU for a psymtab. */
8035
8036static void
8037process_psymtab_comp_unit (struct dwarf2_per_cu_data *this_cu,
b93601f3
TT
8038 int want_partial_unit,
8039 enum language pretend_language)
0018ea6f
DE
8040{
8041 /* If this compilation unit was already read in, free the
8042 cached copy in order to read it in again. This is
8043 necessary because we skipped some symbols when we first
8044 read in the compilation unit (see load_partial_dies).
8045 This problem could be avoided, but the benefit is unclear. */
8046 if (this_cu->cu != NULL)
8047 free_one_cached_comp_unit (this_cu);
8048
f1902523 8049 if (this_cu->is_debug_types)
58f0c718
TT
8050 init_cutu_and_read_dies (this_cu, NULL, 0, 0, false,
8051 build_type_psymtabs_reader, NULL);
f1902523
JK
8052 else
8053 {
8054 process_psymtab_comp_unit_data info;
8055 info.want_partial_unit = want_partial_unit;
8056 info.pretend_language = pretend_language;
58f0c718 8057 init_cutu_and_read_dies (this_cu, NULL, 0, 0, false,
f1902523
JK
8058 process_psymtab_comp_unit_reader, &info);
8059 }
0018ea6f
DE
8060
8061 /* Age out any secondary CUs. */
ed2dc618 8062 age_cached_comp_units (this_cu->dwarf2_per_objfile);
0018ea6f 8063}
f4dc4d17
DE
8064
8065/* Reader function for build_type_psymtabs. */
8066
8067static void
8068build_type_psymtabs_reader (const struct die_reader_specs *reader,
d521ce57 8069 const gdb_byte *info_ptr,
f4dc4d17
DE
8070 struct die_info *type_unit_die,
8071 int has_children,
8072 void *data)
8073{
ed2dc618 8074 struct dwarf2_per_objfile *dwarf2_per_objfile
518817b3 8075 = reader->cu->per_cu->dwarf2_per_objfile;
f4dc4d17
DE
8076 struct objfile *objfile = dwarf2_per_objfile->objfile;
8077 struct dwarf2_cu *cu = reader->cu;
8078 struct dwarf2_per_cu_data *per_cu = cu->per_cu;
0186c6a7 8079 struct signatured_type *sig_type;
f4dc4d17
DE
8080 struct type_unit_group *tu_group;
8081 struct attribute *attr;
8082 struct partial_die_info *first_die;
8083 CORE_ADDR lowpc, highpc;
8084 struct partial_symtab *pst;
8085
8086 gdb_assert (data == NULL);
0186c6a7
DE
8087 gdb_assert (per_cu->is_debug_types);
8088 sig_type = (struct signatured_type *) per_cu;
f4dc4d17
DE
8089
8090 if (! has_children)
8091 return;
8092
8093 attr = dwarf2_attr_no_follow (type_unit_die, DW_AT_stmt_list);
094b34ac 8094 tu_group = get_type_unit_group (cu, attr);
f4dc4d17 8095
0186c6a7 8096 VEC_safe_push (sig_type_ptr, tu_group->tus, sig_type);
f4dc4d17
DE
8097
8098 prepare_one_comp_unit (cu, type_unit_die, language_minimal);
8099 cu->list_in_scope = &file_symbols;
8100 pst = create_partial_symtab (per_cu, "");
8101 pst->anonymous = 1;
8102
8103 first_die = load_partial_dies (reader, info_ptr, 1);
8104
8105 lowpc = (CORE_ADDR) -1;
8106 highpc = (CORE_ADDR) 0;
8107 scan_partial_symbols (first_die, &lowpc, &highpc, 0, cu);
8108
8763cede 8109 end_psymtab_common (objfile, pst);
f4dc4d17
DE
8110}
8111
73051182
DE
8112/* Struct used to sort TUs by their abbreviation table offset. */
8113
8114struct tu_abbrev_offset
8115{
b2bdb8cf
SM
8116 tu_abbrev_offset (signatured_type *sig_type_, sect_offset abbrev_offset_)
8117 : sig_type (sig_type_), abbrev_offset (abbrev_offset_)
8118 {}
8119
8120 signatured_type *sig_type;
73051182
DE
8121 sect_offset abbrev_offset;
8122};
8123
484cf504 8124/* Helper routine for build_type_psymtabs_1, passed to std::sort. */
73051182 8125
484cf504
TT
8126static bool
8127sort_tu_by_abbrev_offset (const struct tu_abbrev_offset &a,
8128 const struct tu_abbrev_offset &b)
73051182 8129{
484cf504 8130 return a.abbrev_offset < b.abbrev_offset;
73051182
DE
8131}
8132
8133/* Efficiently read all the type units.
8134 This does the bulk of the work for build_type_psymtabs.
8135
8136 The efficiency is because we sort TUs by the abbrev table they use and
8137 only read each abbrev table once. In one program there are 200K TUs
8138 sharing 8K abbrev tables.
8139
8140 The main purpose of this function is to support building the
8141 dwarf2_per_objfile->type_unit_groups table.
8142 TUs typically share the DW_AT_stmt_list of the CU they came from, so we
8143 can collapse the search space by grouping them by stmt_list.
8144 The savings can be significant, in the same program from above the 200K TUs
8145 share 8K stmt_list tables.
8146
8147 FUNC is expected to call get_type_unit_group, which will create the
8148 struct type_unit_group if necessary and add it to
8149 dwarf2_per_objfile->type_unit_groups. */
8150
8151static void
ed2dc618 8152build_type_psymtabs_1 (struct dwarf2_per_objfile *dwarf2_per_objfile)
73051182 8153{
73051182 8154 struct tu_stats *tu_stats = &dwarf2_per_objfile->tu_stats;
685af9cd 8155 abbrev_table_up abbrev_table;
73051182 8156 sect_offset abbrev_offset;
73051182
DE
8157
8158 /* It's up to the caller to not call us multiple times. */
8159 gdb_assert (dwarf2_per_objfile->type_unit_groups == NULL);
8160
b2bdb8cf 8161 if (dwarf2_per_objfile->all_type_units.empty ())
73051182
DE
8162 return;
8163
8164 /* TUs typically share abbrev tables, and there can be way more TUs than
8165 abbrev tables. Sort by abbrev table to reduce the number of times we
8166 read each abbrev table in.
8167 Alternatives are to punt or to maintain a cache of abbrev tables.
8168 This is simpler and efficient enough for now.
8169
8170 Later we group TUs by their DW_AT_stmt_list value (as this defines the
8171 symtab to use). Typically TUs with the same abbrev offset have the same
8172 stmt_list value too so in practice this should work well.
8173
8174 The basic algorithm here is:
8175
8176 sort TUs by abbrev table
8177 for each TU with same abbrev table:
8178 read abbrev table if first user
8179 read TU top level DIE
8180 [IWBN if DWO skeletons had DW_AT_stmt_list]
8181 call FUNC */
8182
b4f54984 8183 if (dwarf_read_debug)
73051182
DE
8184 fprintf_unfiltered (gdb_stdlog, "Building type unit groups ...\n");
8185
8186 /* Sort in a separate table to maintain the order of all_type_units
8187 for .gdb_index: TU indices directly index all_type_units. */
b2bdb8cf
SM
8188 std::vector<tu_abbrev_offset> sorted_by_abbrev;
8189 sorted_by_abbrev.reserve (dwarf2_per_objfile->all_type_units.size ());
8190
8191 for (signatured_type *sig_type : dwarf2_per_objfile->all_type_units)
8192 sorted_by_abbrev.emplace_back
8193 (sig_type, read_abbrev_offset (dwarf2_per_objfile,
8194 sig_type->per_cu.section,
8195 sig_type->per_cu.sect_off));
73051182 8196
484cf504
TT
8197 std::sort (sorted_by_abbrev.begin (), sorted_by_abbrev.end (),
8198 sort_tu_by_abbrev_offset);
73051182 8199
9c541725 8200 abbrev_offset = (sect_offset) ~(unsigned) 0;
73051182 8201
b2bdb8cf 8202 for (const tu_abbrev_offset &tu : sorted_by_abbrev)
73051182 8203 {
73051182
DE
8204 /* Switch to the next abbrev table if necessary. */
8205 if (abbrev_table == NULL
b2bdb8cf 8206 || tu.abbrev_offset != abbrev_offset)
73051182 8207 {
b2bdb8cf 8208 abbrev_offset = tu.abbrev_offset;
73051182 8209 abbrev_table =
ed2dc618
SM
8210 abbrev_table_read_table (dwarf2_per_objfile,
8211 &dwarf2_per_objfile->abbrev,
73051182
DE
8212 abbrev_offset);
8213 ++tu_stats->nr_uniq_abbrev_tables;
8214 }
8215
b2bdb8cf 8216 init_cutu_and_read_dies (&tu.sig_type->per_cu, abbrev_table.get (),
58f0c718 8217 0, 0, false, build_type_psymtabs_reader, NULL);
73051182 8218 }
6aa5f3a6 8219}
73051182 8220
6aa5f3a6
DE
8221/* Print collected type unit statistics. */
8222
8223static void
ed2dc618 8224print_tu_stats (struct dwarf2_per_objfile *dwarf2_per_objfile)
6aa5f3a6
DE
8225{
8226 struct tu_stats *tu_stats = &dwarf2_per_objfile->tu_stats;
8227
8228 fprintf_unfiltered (gdb_stdlog, "Type unit statistics:\n");
b2bdb8cf
SM
8229 fprintf_unfiltered (gdb_stdlog, " %zu TUs\n",
8230 dwarf2_per_objfile->all_type_units.size ());
6aa5f3a6
DE
8231 fprintf_unfiltered (gdb_stdlog, " %d uniq abbrev tables\n",
8232 tu_stats->nr_uniq_abbrev_tables);
8233 fprintf_unfiltered (gdb_stdlog, " %d symtabs from stmt_list entries\n",
8234 tu_stats->nr_symtabs);
8235 fprintf_unfiltered (gdb_stdlog, " %d symtab sharers\n",
8236 tu_stats->nr_symtab_sharers);
8237 fprintf_unfiltered (gdb_stdlog, " %d type units without a stmt_list\n",
8238 tu_stats->nr_stmt_less_type_units);
8239 fprintf_unfiltered (gdb_stdlog, " %d all_type_units reallocs\n",
8240 tu_stats->nr_all_type_units_reallocs);
73051182
DE
8241}
8242
f4dc4d17
DE
8243/* Traversal function for build_type_psymtabs. */
8244
8245static int
8246build_type_psymtab_dependencies (void **slot, void *info)
8247{
ed2dc618
SM
8248 struct dwarf2_per_objfile *dwarf2_per_objfile
8249 = (struct dwarf2_per_objfile *) info;
f4dc4d17
DE
8250 struct objfile *objfile = dwarf2_per_objfile->objfile;
8251 struct type_unit_group *tu_group = (struct type_unit_group *) *slot;
094b34ac 8252 struct dwarf2_per_cu_data *per_cu = &tu_group->per_cu;
f4dc4d17 8253 struct partial_symtab *pst = per_cu->v.psymtab;
0186c6a7
DE
8254 int len = VEC_length (sig_type_ptr, tu_group->tus);
8255 struct signatured_type *iter;
f4dc4d17
DE
8256 int i;
8257
8258 gdb_assert (len > 0);
0186c6a7 8259 gdb_assert (IS_TYPE_UNIT_GROUP (per_cu));
f4dc4d17
DE
8260
8261 pst->number_of_dependencies = len;
8d749320
SM
8262 pst->dependencies =
8263 XOBNEWVEC (&objfile->objfile_obstack, struct partial_symtab *, len);
f4dc4d17 8264 for (i = 0;
0186c6a7 8265 VEC_iterate (sig_type_ptr, tu_group->tus, i, iter);
f4dc4d17
DE
8266 ++i)
8267 {
0186c6a7
DE
8268 gdb_assert (iter->per_cu.is_debug_types);
8269 pst->dependencies[i] = iter->per_cu.v.psymtab;
796a7ff8 8270 iter->type_unit_group = tu_group;
f4dc4d17
DE
8271 }
8272
0186c6a7 8273 VEC_free (sig_type_ptr, tu_group->tus);
348e048f
DE
8274
8275 return 1;
8276}
8277
8278/* Subroutine of dwarf2_build_psymtabs_hard to simplify it.
8279 Build partial symbol tables for the .debug_types comp-units. */
8280
8281static void
ed2dc618 8282build_type_psymtabs (struct dwarf2_per_objfile *dwarf2_per_objfile)
348e048f 8283{
ed2dc618 8284 if (! create_all_type_units (dwarf2_per_objfile))
348e048f
DE
8285 return;
8286
ed2dc618 8287 build_type_psymtabs_1 (dwarf2_per_objfile);
6aa5f3a6 8288}
f4dc4d17 8289
6aa5f3a6
DE
8290/* Traversal function for process_skeletonless_type_unit.
8291 Read a TU in a DWO file and build partial symbols for it. */
8292
8293static int
8294process_skeletonless_type_unit (void **slot, void *info)
8295{
8296 struct dwo_unit *dwo_unit = (struct dwo_unit *) *slot;
ed2dc618
SM
8297 struct dwarf2_per_objfile *dwarf2_per_objfile
8298 = (struct dwarf2_per_objfile *) info;
6aa5f3a6
DE
8299 struct signatured_type find_entry, *entry;
8300
8301 /* If this TU doesn't exist in the global table, add it and read it in. */
8302
8303 if (dwarf2_per_objfile->signatured_types == NULL)
8304 {
8305 dwarf2_per_objfile->signatured_types
ed2dc618 8306 = allocate_signatured_type_table (dwarf2_per_objfile->objfile);
6aa5f3a6
DE
8307 }
8308
8309 find_entry.signature = dwo_unit->signature;
8310 slot = htab_find_slot (dwarf2_per_objfile->signatured_types, &find_entry,
8311 INSERT);
8312 /* If we've already seen this type there's nothing to do. What's happening
8313 is we're doing our own version of comdat-folding here. */
8314 if (*slot != NULL)
8315 return 1;
8316
8317 /* This does the job that create_all_type_units would have done for
8318 this TU. */
ed2dc618
SM
8319 entry = add_type_unit (dwarf2_per_objfile, dwo_unit->signature, slot);
8320 fill_in_sig_entry_from_dwo_entry (dwarf2_per_objfile, entry, dwo_unit);
6aa5f3a6
DE
8321 *slot = entry;
8322
8323 /* This does the job that build_type_psymtabs_1 would have done. */
58f0c718 8324 init_cutu_and_read_dies (&entry->per_cu, NULL, 0, 0, false,
6aa5f3a6
DE
8325 build_type_psymtabs_reader, NULL);
8326
8327 return 1;
8328}
8329
8330/* Traversal function for process_skeletonless_type_units. */
8331
8332static int
8333process_dwo_file_for_skeletonless_type_units (void **slot, void *info)
8334{
8335 struct dwo_file *dwo_file = (struct dwo_file *) *slot;
8336
8337 if (dwo_file->tus != NULL)
8338 {
8339 htab_traverse_noresize (dwo_file->tus,
8340 process_skeletonless_type_unit, info);
8341 }
8342
8343 return 1;
8344}
8345
8346/* Scan all TUs of DWO files, verifying we've processed them.
8347 This is needed in case a TU was emitted without its skeleton.
8348 Note: This can't be done until we know what all the DWO files are. */
8349
8350static void
ed2dc618 8351process_skeletonless_type_units (struct dwarf2_per_objfile *dwarf2_per_objfile)
6aa5f3a6
DE
8352{
8353 /* Skeletonless TUs in DWP files without .gdb_index is not supported yet. */
ed2dc618 8354 if (get_dwp_file (dwarf2_per_objfile) == NULL
6aa5f3a6
DE
8355 && dwarf2_per_objfile->dwo_files != NULL)
8356 {
8357 htab_traverse_noresize (dwarf2_per_objfile->dwo_files,
8358 process_dwo_file_for_skeletonless_type_units,
ed2dc618 8359 dwarf2_per_objfile);
6aa5f3a6 8360 }
348e048f
DE
8361}
8362
ed2dc618 8363/* Compute the 'user' field for each psymtab in DWARF2_PER_OBJFILE. */
95554aad
TT
8364
8365static void
ed2dc618 8366set_partial_user (struct dwarf2_per_objfile *dwarf2_per_objfile)
95554aad 8367{
b76e467d 8368 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
95554aad 8369 {
95554aad 8370 struct partial_symtab *pst = per_cu->v.psymtab;
95554aad 8371
36586728
TT
8372 if (pst == NULL)
8373 continue;
8374
b76e467d 8375 for (int j = 0; j < pst->number_of_dependencies; ++j)
95554aad
TT
8376 {
8377 /* Set the 'user' field only if it is not already set. */
8378 if (pst->dependencies[j]->user == NULL)
8379 pst->dependencies[j]->user = pst;
8380 }
8381 }
8382}
8383
93311388
DE
8384/* Build the partial symbol table by doing a quick pass through the
8385 .debug_info and .debug_abbrev sections. */
72bf9492 8386
93311388 8387static void
ed2dc618 8388dwarf2_build_psymtabs_hard (struct dwarf2_per_objfile *dwarf2_per_objfile)
93311388 8389{
ed2dc618 8390 struct objfile *objfile = dwarf2_per_objfile->objfile;
93311388 8391
b4f54984 8392 if (dwarf_read_debug)
45cfd468
DE
8393 {
8394 fprintf_unfiltered (gdb_stdlog, "Building psymtabs of objfile %s ...\n",
4262abfb 8395 objfile_name (objfile));
45cfd468
DE
8396 }
8397
98bfdba5
PA
8398 dwarf2_per_objfile->reading_partial_symbols = 1;
8399
be391dca 8400 dwarf2_read_section (objfile, &dwarf2_per_objfile->info);
91c24f0a 8401
93311388
DE
8402 /* Any cached compilation units will be linked by the per-objfile
8403 read_in_chain. Make sure to free them when we're done. */
11ed8cad 8404 free_cached_comp_units freer (dwarf2_per_objfile);
72bf9492 8405
ed2dc618 8406 build_type_psymtabs (dwarf2_per_objfile);
348e048f 8407
ed2dc618 8408 create_all_comp_units (dwarf2_per_objfile);
c906108c 8409
60606b2c
TT
8410 /* Create a temporary address map on a temporary obstack. We later
8411 copy this to the final obstack. */
8268c778 8412 auto_obstack temp_obstack;
791afaa2
TT
8413
8414 scoped_restore save_psymtabs_addrmap
8415 = make_scoped_restore (&objfile->psymtabs_addrmap,
8416 addrmap_create_mutable (&temp_obstack));
72bf9492 8417
b76e467d
SM
8418 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
8419 process_psymtab_comp_unit (per_cu, 0, language_minimal);
ff013f42 8420
6aa5f3a6 8421 /* This has to wait until we read the CUs, we need the list of DWOs. */
ed2dc618 8422 process_skeletonless_type_units (dwarf2_per_objfile);
6aa5f3a6
DE
8423
8424 /* Now that all TUs have been processed we can fill in the dependencies. */
8425 if (dwarf2_per_objfile->type_unit_groups != NULL)
8426 {
8427 htab_traverse_noresize (dwarf2_per_objfile->type_unit_groups,
ed2dc618 8428 build_type_psymtab_dependencies, dwarf2_per_objfile);
6aa5f3a6
DE
8429 }
8430
b4f54984 8431 if (dwarf_read_debug)
ed2dc618 8432 print_tu_stats (dwarf2_per_objfile);
6aa5f3a6 8433
ed2dc618 8434 set_partial_user (dwarf2_per_objfile);
95554aad 8435
ff013f42
JK
8436 objfile->psymtabs_addrmap = addrmap_create_fixed (objfile->psymtabs_addrmap,
8437 &objfile->objfile_obstack);
791afaa2
TT
8438 /* At this point we want to keep the address map. */
8439 save_psymtabs_addrmap.release ();
ff013f42 8440
b4f54984 8441 if (dwarf_read_debug)
45cfd468 8442 fprintf_unfiltered (gdb_stdlog, "Done building psymtabs of %s\n",
4262abfb 8443 objfile_name (objfile));
ae038cb0
DJ
8444}
8445
3019eac3 8446/* die_reader_func for load_partial_comp_unit. */
ae038cb0
DJ
8447
8448static void
dee91e82 8449load_partial_comp_unit_reader (const struct die_reader_specs *reader,
d521ce57 8450 const gdb_byte *info_ptr,
dee91e82
DE
8451 struct die_info *comp_unit_die,
8452 int has_children,
8453 void *data)
ae038cb0 8454{
dee91e82 8455 struct dwarf2_cu *cu = reader->cu;
ae038cb0 8456
95554aad 8457 prepare_one_comp_unit (cu, comp_unit_die, language_minimal);
ae038cb0 8458
ae038cb0
DJ
8459 /* Check if comp unit has_children.
8460 If so, read the rest of the partial symbols from this comp unit.
0963b4bd 8461 If not, there's no more debug_info for this comp unit. */
d85a05f0 8462 if (has_children)
dee91e82
DE
8463 load_partial_dies (reader, info_ptr, 0);
8464}
98bfdba5 8465
dee91e82
DE
8466/* Load the partial DIEs for a secondary CU into memory.
8467 This is also used when rereading a primary CU with load_all_dies. */
c5b7e1cb 8468
dee91e82
DE
8469static void
8470load_partial_comp_unit (struct dwarf2_per_cu_data *this_cu)
8471{
58f0c718 8472 init_cutu_and_read_dies (this_cu, NULL, 1, 1, false,
f4dc4d17 8473 load_partial_comp_unit_reader, NULL);
ae038cb0
DJ
8474}
8475
ae038cb0 8476static void
ed2dc618 8477read_comp_units_from_section (struct dwarf2_per_objfile *dwarf2_per_objfile,
36586728 8478 struct dwarf2_section_info *section,
f1902523 8479 struct dwarf2_section_info *abbrev_section,
b76e467d 8480 unsigned int is_dwz)
ae038cb0 8481{
d521ce57 8482 const gdb_byte *info_ptr;
ed2dc618 8483 struct objfile *objfile = dwarf2_per_objfile->objfile;
be391dca 8484
b4f54984 8485 if (dwarf_read_debug)
bf6af496 8486 fprintf_unfiltered (gdb_stdlog, "Reading %s for %s\n",
a32a8923
DE
8487 get_section_name (section),
8488 get_section_file_name (section));
bf6af496 8489
36586728 8490 dwarf2_read_section (objfile, section);
ae038cb0 8491
36586728 8492 info_ptr = section->buffer;
6e70227d 8493
36586728 8494 while (info_ptr < section->buffer + section->size)
ae038cb0 8495 {
ae038cb0 8496 struct dwarf2_per_cu_data *this_cu;
ae038cb0 8497
9c541725 8498 sect_offset sect_off = (sect_offset) (info_ptr - section->buffer);
ae038cb0 8499
f1902523 8500 comp_unit_head cu_header;
ed2dc618
SM
8501 read_and_check_comp_unit_head (dwarf2_per_objfile, &cu_header, section,
8502 abbrev_section, info_ptr,
8503 rcuh_kind::COMPILE);
ae038cb0
DJ
8504
8505 /* Save the compilation unit for later lookup. */
f1902523
JK
8506 if (cu_header.unit_type != DW_UT_type)
8507 {
8508 this_cu = XOBNEW (&objfile->objfile_obstack,
8509 struct dwarf2_per_cu_data);
8510 memset (this_cu, 0, sizeof (*this_cu));
8511 }
8512 else
8513 {
8514 auto sig_type = XOBNEW (&objfile->objfile_obstack,
8515 struct signatured_type);
8516 memset (sig_type, 0, sizeof (*sig_type));
8517 sig_type->signature = cu_header.signature;
8518 sig_type->type_offset_in_tu = cu_header.type_cu_offset_in_tu;
8519 this_cu = &sig_type->per_cu;
8520 }
8521 this_cu->is_debug_types = (cu_header.unit_type == DW_UT_type);
9c541725 8522 this_cu->sect_off = sect_off;
f1902523 8523 this_cu->length = cu_header.length + cu_header.initial_length_size;
36586728 8524 this_cu->is_dwz = is_dwz;
e3b94546 8525 this_cu->dwarf2_per_objfile = dwarf2_per_objfile;
8a0459fd 8526 this_cu->section = section;
ae038cb0 8527
b76e467d 8528 dwarf2_per_objfile->all_comp_units.push_back (this_cu);
ae038cb0
DJ
8529
8530 info_ptr = info_ptr + this_cu->length;
8531 }
36586728
TT
8532}
8533
8534/* Create a list of all compilation units in OBJFILE.
8535 This is only done for -readnow and building partial symtabs. */
8536
8537static void
ed2dc618 8538create_all_comp_units (struct dwarf2_per_objfile *dwarf2_per_objfile)
36586728 8539{
b76e467d 8540 gdb_assert (dwarf2_per_objfile->all_comp_units.empty ());
ed2dc618 8541 read_comp_units_from_section (dwarf2_per_objfile, &dwarf2_per_objfile->info,
b76e467d 8542 &dwarf2_per_objfile->abbrev, 0);
36586728 8543
b76e467d 8544 dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
4db1a1dc 8545 if (dwz != NULL)
ed2dc618 8546 read_comp_units_from_section (dwarf2_per_objfile, &dwz->info, &dwz->abbrev,
b76e467d 8547 1);
c906108c
SS
8548}
8549
5734ee8b 8550/* Process all loaded DIEs for compilation unit CU, starting at
cdc07690 8551 FIRST_DIE. The caller should pass SET_ADDRMAP == 1 if the compilation
5734ee8b 8552 unit DIE did not have PC info (DW_AT_low_pc and DW_AT_high_pc, or
cdc07690
YQ
8553 DW_AT_ranges). See the comments of add_partial_subprogram on how
8554 SET_ADDRMAP is used and how *LOWPC and *HIGHPC are updated. */
c906108c 8555
72bf9492
DJ
8556static void
8557scan_partial_symbols (struct partial_die_info *first_die, CORE_ADDR *lowpc,
cdc07690
YQ
8558 CORE_ADDR *highpc, int set_addrmap,
8559 struct dwarf2_cu *cu)
c906108c 8560{
72bf9492 8561 struct partial_die_info *pdi;
c906108c 8562
91c24f0a
DC
8563 /* Now, march along the PDI's, descending into ones which have
8564 interesting children but skipping the children of the other ones,
8565 until we reach the end of the compilation unit. */
c906108c 8566
72bf9492 8567 pdi = first_die;
91c24f0a 8568
72bf9492
DJ
8569 while (pdi != NULL)
8570 {
52356b79 8571 pdi->fixup (cu);
c906108c 8572
f55ee35c 8573 /* Anonymous namespaces or modules have no name but have interesting
91c24f0a
DC
8574 children, so we need to look at them. Ditto for anonymous
8575 enums. */
933c6fe4 8576
72bf9492 8577 if (pdi->name != NULL || pdi->tag == DW_TAG_namespace
95554aad 8578 || pdi->tag == DW_TAG_module || pdi->tag == DW_TAG_enumeration_type
b1dc1806
XR
8579 || pdi->tag == DW_TAG_imported_unit
8580 || pdi->tag == DW_TAG_inlined_subroutine)
c906108c 8581 {
72bf9492 8582 switch (pdi->tag)
c906108c
SS
8583 {
8584 case DW_TAG_subprogram:
b1dc1806 8585 case DW_TAG_inlined_subroutine:
cdc07690 8586 add_partial_subprogram (pdi, lowpc, highpc, set_addrmap, cu);
c906108c 8587 break;
72929c62 8588 case DW_TAG_constant:
c906108c
SS
8589 case DW_TAG_variable:
8590 case DW_TAG_typedef:
91c24f0a 8591 case DW_TAG_union_type:
72bf9492 8592 if (!pdi->is_declaration)
63d06c5c 8593 {
72bf9492 8594 add_partial_symbol (pdi, cu);
63d06c5c
DC
8595 }
8596 break;
c906108c 8597 case DW_TAG_class_type:
680b30c7 8598 case DW_TAG_interface_type:
c906108c 8599 case DW_TAG_structure_type:
72bf9492 8600 if (!pdi->is_declaration)
c906108c 8601 {
72bf9492 8602 add_partial_symbol (pdi, cu);
c906108c 8603 }
b7fee5a3
KS
8604 if ((cu->language == language_rust
8605 || cu->language == language_cplus) && pdi->has_children)
e98c9e7c
TT
8606 scan_partial_symbols (pdi->die_child, lowpc, highpc,
8607 set_addrmap, cu);
c906108c 8608 break;
91c24f0a 8609 case DW_TAG_enumeration_type:
72bf9492
DJ
8610 if (!pdi->is_declaration)
8611 add_partial_enumeration (pdi, cu);
c906108c
SS
8612 break;
8613 case DW_TAG_base_type:
a02abb62 8614 case DW_TAG_subrange_type:
c906108c 8615 /* File scope base type definitions are added to the partial
c5aa993b 8616 symbol table. */
72bf9492 8617 add_partial_symbol (pdi, cu);
c906108c 8618 break;
d9fa45fe 8619 case DW_TAG_namespace:
cdc07690 8620 add_partial_namespace (pdi, lowpc, highpc, set_addrmap, cu);
91c24f0a 8621 break;
5d7cb8df 8622 case DW_TAG_module:
cdc07690 8623 add_partial_module (pdi, lowpc, highpc, set_addrmap, cu);
5d7cb8df 8624 break;
95554aad
TT
8625 case DW_TAG_imported_unit:
8626 {
8627 struct dwarf2_per_cu_data *per_cu;
8628
f4dc4d17
DE
8629 /* For now we don't handle imported units in type units. */
8630 if (cu->per_cu->is_debug_types)
8631 {
8632 error (_("Dwarf Error: DW_TAG_imported_unit is not"
8633 " supported in type units [in module %s]"),
518817b3 8634 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
f4dc4d17
DE
8635 }
8636
e3b94546
SM
8637 per_cu = dwarf2_find_containing_comp_unit
8638 (pdi->d.sect_off, pdi->is_dwz,
518817b3 8639 cu->per_cu->dwarf2_per_objfile);
95554aad
TT
8640
8641 /* Go read the partial unit, if needed. */
8642 if (per_cu->v.psymtab == NULL)
b93601f3 8643 process_psymtab_comp_unit (per_cu, 1, cu->language);
95554aad 8644
f4dc4d17 8645 VEC_safe_push (dwarf2_per_cu_ptr,
796a7ff8 8646 cu->per_cu->imported_symtabs, per_cu);
95554aad
TT
8647 }
8648 break;
74921315
KS
8649 case DW_TAG_imported_declaration:
8650 add_partial_symbol (pdi, cu);
8651 break;
c906108c
SS
8652 default:
8653 break;
8654 }
8655 }
8656
72bf9492
DJ
8657 /* If the die has a sibling, skip to the sibling. */
8658
8659 pdi = pdi->die_sibling;
8660 }
8661}
8662
8663/* Functions used to compute the fully scoped name of a partial DIE.
91c24f0a 8664
72bf9492 8665 Normally, this is simple. For C++, the parent DIE's fully scoped
9c37b5ae 8666 name is concatenated with "::" and the partial DIE's name.
72bf9492
DJ
8667 Enumerators are an exception; they use the scope of their parent
8668 enumeration type, i.e. the name of the enumeration type is not
8669 prepended to the enumerator.
91c24f0a 8670
72bf9492
DJ
8671 There are two complexities. One is DW_AT_specification; in this
8672 case "parent" means the parent of the target of the specification,
8673 instead of the direct parent of the DIE. The other is compilers
8674 which do not emit DW_TAG_namespace; in this case we try to guess
8675 the fully qualified name of structure types from their members'
8676 linkage names. This must be done using the DIE's children rather
8677 than the children of any DW_AT_specification target. We only need
8678 to do this for structures at the top level, i.e. if the target of
8679 any DW_AT_specification (if any; otherwise the DIE itself) does not
8680 have a parent. */
8681
8682/* Compute the scope prefix associated with PDI's parent, in
8683 compilation unit CU. The result will be allocated on CU's
8684 comp_unit_obstack, or a copy of the already allocated PDI->NAME
8685 field. NULL is returned if no prefix is necessary. */
15d034d0 8686static const char *
72bf9492
DJ
8687partial_die_parent_scope (struct partial_die_info *pdi,
8688 struct dwarf2_cu *cu)
8689{
15d034d0 8690 const char *grandparent_scope;
72bf9492 8691 struct partial_die_info *parent, *real_pdi;
91c24f0a 8692
72bf9492
DJ
8693 /* We need to look at our parent DIE; if we have a DW_AT_specification,
8694 then this means the parent of the specification DIE. */
8695
8696 real_pdi = pdi;
72bf9492 8697 while (real_pdi->has_specification)
36586728
TT
8698 real_pdi = find_partial_die (real_pdi->spec_offset,
8699 real_pdi->spec_is_dwz, cu);
72bf9492
DJ
8700
8701 parent = real_pdi->die_parent;
8702 if (parent == NULL)
8703 return NULL;
8704
8705 if (parent->scope_set)
8706 return parent->scope;
8707
52356b79 8708 parent->fixup (cu);
72bf9492 8709
10b3939b 8710 grandparent_scope = partial_die_parent_scope (parent, cu);
72bf9492 8711
acebe513
UW
8712 /* GCC 4.0 and 4.1 had a bug (PR c++/28460) where they generated bogus
8713 DW_TAG_namespace DIEs with a name of "::" for the global namespace.
8714 Work around this problem here. */
8715 if (cu->language == language_cplus
6e70227d 8716 && parent->tag == DW_TAG_namespace
acebe513
UW
8717 && strcmp (parent->name, "::") == 0
8718 && grandparent_scope == NULL)
8719 {
8720 parent->scope = NULL;
8721 parent->scope_set = 1;
8722 return NULL;
8723 }
8724
9c6c53f7
SA
8725 if (pdi->tag == DW_TAG_enumerator)
8726 /* Enumerators should not get the name of the enumeration as a prefix. */
8727 parent->scope = grandparent_scope;
8728 else if (parent->tag == DW_TAG_namespace
f55ee35c 8729 || parent->tag == DW_TAG_module
72bf9492
DJ
8730 || parent->tag == DW_TAG_structure_type
8731 || parent->tag == DW_TAG_class_type
680b30c7 8732 || parent->tag == DW_TAG_interface_type
ceeb3d5a
TT
8733 || parent->tag == DW_TAG_union_type
8734 || parent->tag == DW_TAG_enumeration_type)
72bf9492
DJ
8735 {
8736 if (grandparent_scope == NULL)
8737 parent->scope = parent->name;
8738 else
3e43a32a
MS
8739 parent->scope = typename_concat (&cu->comp_unit_obstack,
8740 grandparent_scope,
f55ee35c 8741 parent->name, 0, cu);
72bf9492 8742 }
72bf9492
DJ
8743 else
8744 {
8745 /* FIXME drow/2004-04-01: What should we be doing with
8746 function-local names? For partial symbols, we should probably be
8747 ignoring them. */
8748 complaint (&symfile_complaints,
9d8780f0
SM
8749 _("unhandled containing DIE tag %d for DIE at %s"),
8750 parent->tag, sect_offset_str (pdi->sect_off));
72bf9492 8751 parent->scope = grandparent_scope;
c906108c
SS
8752 }
8753
72bf9492
DJ
8754 parent->scope_set = 1;
8755 return parent->scope;
8756}
8757
8758/* Return the fully scoped name associated with PDI, from compilation unit
8759 CU. The result will be allocated with malloc. */
4568ecf9 8760
72bf9492
DJ
8761static char *
8762partial_die_full_name (struct partial_die_info *pdi,
8763 struct dwarf2_cu *cu)
8764{
15d034d0 8765 const char *parent_scope;
72bf9492 8766
98bfdba5
PA
8767 /* If this is a template instantiation, we can not work out the
8768 template arguments from partial DIEs. So, unfortunately, we have
8769 to go through the full DIEs. At least any work we do building
8770 types here will be reused if full symbols are loaded later. */
8771 if (pdi->has_template_arguments)
8772 {
52356b79 8773 pdi->fixup (cu);
98bfdba5
PA
8774
8775 if (pdi->name != NULL && strchr (pdi->name, '<') == NULL)
8776 {
8777 struct die_info *die;
8778 struct attribute attr;
8779 struct dwarf2_cu *ref_cu = cu;
8780
b64f50a1 8781 /* DW_FORM_ref_addr is using section offset. */
b4069958 8782 attr.name = (enum dwarf_attribute) 0;
98bfdba5 8783 attr.form = DW_FORM_ref_addr;
9c541725 8784 attr.u.unsnd = to_underlying (pdi->sect_off);
98bfdba5
PA
8785 die = follow_die_ref (NULL, &attr, &ref_cu);
8786
8787 return xstrdup (dwarf2_full_name (NULL, die, ref_cu));
8788 }
8789 }
8790
72bf9492
DJ
8791 parent_scope = partial_die_parent_scope (pdi, cu);
8792 if (parent_scope == NULL)
8793 return NULL;
8794 else
f55ee35c 8795 return typename_concat (NULL, parent_scope, pdi->name, 0, cu);
c906108c
SS
8796}
8797
8798static void
72bf9492 8799add_partial_symbol (struct partial_die_info *pdi, struct dwarf2_cu *cu)
c906108c 8800{
518817b3
SM
8801 struct dwarf2_per_objfile *dwarf2_per_objfile
8802 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 8803 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 8804 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c 8805 CORE_ADDR addr = 0;
15d034d0 8806 const char *actual_name = NULL;
e142c38c 8807 CORE_ADDR baseaddr;
15d034d0 8808 char *built_actual_name;
e142c38c
DJ
8809
8810 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c 8811
15d034d0
TT
8812 built_actual_name = partial_die_full_name (pdi, cu);
8813 if (built_actual_name != NULL)
8814 actual_name = built_actual_name;
63d06c5c 8815
72bf9492
DJ
8816 if (actual_name == NULL)
8817 actual_name = pdi->name;
8818
c906108c
SS
8819 switch (pdi->tag)
8820 {
b1dc1806 8821 case DW_TAG_inlined_subroutine:
c906108c 8822 case DW_TAG_subprogram:
3e29f34a 8823 addr = gdbarch_adjust_dwarf2_addr (gdbarch, pdi->lowpc + baseaddr);
2cfa0c8d 8824 if (pdi->is_external || cu->language == language_ada)
c906108c 8825 {
2cfa0c8d
JB
8826 /* brobecker/2007-12-26: Normally, only "external" DIEs are part
8827 of the global scope. But in Ada, we want to be able to access
8828 nested procedures globally. So all Ada subprograms are stored
8829 in the global scope. */
f47fb265 8830 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8831 built_actual_name != NULL,
f47fb265
MS
8832 VAR_DOMAIN, LOC_BLOCK,
8833 &objfile->global_psymbols,
1762568f 8834 addr, cu->language, objfile);
c906108c
SS
8835 }
8836 else
8837 {
f47fb265 8838 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8839 built_actual_name != NULL,
f47fb265
MS
8840 VAR_DOMAIN, LOC_BLOCK,
8841 &objfile->static_psymbols,
1762568f 8842 addr, cu->language, objfile);
c906108c 8843 }
0c1b455e
TT
8844
8845 if (pdi->main_subprogram && actual_name != NULL)
8846 set_objfile_main_name (objfile, actual_name, cu->language);
c906108c 8847 break;
72929c62
JB
8848 case DW_TAG_constant:
8849 {
af5bf4ad 8850 std::vector<partial_symbol *> *list;
72929c62
JB
8851
8852 if (pdi->is_external)
8853 list = &objfile->global_psymbols;
8854 else
8855 list = &objfile->static_psymbols;
f47fb265 8856 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8857 built_actual_name != NULL, VAR_DOMAIN, LOC_STATIC,
1762568f 8858 list, 0, cu->language, objfile);
72929c62
JB
8859 }
8860 break;
c906108c 8861 case DW_TAG_variable:
95554aad
TT
8862 if (pdi->d.locdesc)
8863 addr = decode_locdesc (pdi->d.locdesc, cu);
caac4577 8864
95554aad 8865 if (pdi->d.locdesc
caac4577
JG
8866 && addr == 0
8867 && !dwarf2_per_objfile->has_section_at_zero)
8868 {
8869 /* A global or static variable may also have been stripped
8870 out by the linker if unused, in which case its address
8871 will be nullified; do not add such variables into partial
8872 symbol table then. */
8873 }
8874 else if (pdi->is_external)
c906108c
SS
8875 {
8876 /* Global Variable.
8877 Don't enter into the minimal symbol tables as there is
8878 a minimal symbol table entry from the ELF symbols already.
8879 Enter into partial symbol table if it has a location
8880 descriptor or a type.
8881 If the location descriptor is missing, new_symbol will create
8882 a LOC_UNRESOLVED symbol, the address of the variable will then
8883 be determined from the minimal symbol table whenever the variable
8884 is referenced.
8885 The address for the partial symbol table entry is not
8886 used by GDB, but it comes in handy for debugging partial symbol
8887 table building. */
8888
95554aad 8889 if (pdi->d.locdesc || pdi->has_type)
f47fb265 8890 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8891 built_actual_name != NULL,
f47fb265
MS
8892 VAR_DOMAIN, LOC_STATIC,
8893 &objfile->global_psymbols,
1762568f 8894 addr + baseaddr,
f47fb265 8895 cu->language, objfile);
c906108c
SS
8896 }
8897 else
8898 {
ff908ebf
AW
8899 int has_loc = pdi->d.locdesc != NULL;
8900
8901 /* Static Variable. Skip symbols whose value we cannot know (those
8902 without location descriptors or constant values). */
8903 if (!has_loc && !pdi->has_const_value)
decbce07 8904 {
15d034d0 8905 xfree (built_actual_name);
decbce07
MS
8906 return;
8907 }
ff908ebf 8908
f47fb265 8909 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8910 built_actual_name != NULL,
f47fb265
MS
8911 VAR_DOMAIN, LOC_STATIC,
8912 &objfile->static_psymbols,
ff908ebf 8913 has_loc ? addr + baseaddr : (CORE_ADDR) 0,
f47fb265 8914 cu->language, objfile);
c906108c
SS
8915 }
8916 break;
8917 case DW_TAG_typedef:
8918 case DW_TAG_base_type:
a02abb62 8919 case DW_TAG_subrange_type:
38d518c9 8920 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8921 built_actual_name != NULL,
176620f1 8922 VAR_DOMAIN, LOC_TYPEDEF,
c906108c 8923 &objfile->static_psymbols,
1762568f 8924 0, cu->language, objfile);
c906108c 8925 break;
74921315 8926 case DW_TAG_imported_declaration:
72bf9492
DJ
8927 case DW_TAG_namespace:
8928 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8929 built_actual_name != NULL,
72bf9492
DJ
8930 VAR_DOMAIN, LOC_TYPEDEF,
8931 &objfile->global_psymbols,
1762568f 8932 0, cu->language, objfile);
72bf9492 8933 break;
530e8392
KB
8934 case DW_TAG_module:
8935 add_psymbol_to_list (actual_name, strlen (actual_name),
8936 built_actual_name != NULL,
8937 MODULE_DOMAIN, LOC_TYPEDEF,
8938 &objfile->global_psymbols,
1762568f 8939 0, cu->language, objfile);
530e8392 8940 break;
c906108c 8941 case DW_TAG_class_type:
680b30c7 8942 case DW_TAG_interface_type:
c906108c
SS
8943 case DW_TAG_structure_type:
8944 case DW_TAG_union_type:
8945 case DW_TAG_enumeration_type:
fa4028e9
JB
8946 /* Skip external references. The DWARF standard says in the section
8947 about "Structure, Union, and Class Type Entries": "An incomplete
8948 structure, union or class type is represented by a structure,
8949 union or class entry that does not have a byte size attribute
8950 and that has a DW_AT_declaration attribute." */
8951 if (!pdi->has_byte_size && pdi->is_declaration)
decbce07 8952 {
15d034d0 8953 xfree (built_actual_name);
decbce07
MS
8954 return;
8955 }
fa4028e9 8956
63d06c5c
DC
8957 /* NOTE: carlton/2003-10-07: See comment in new_symbol about
8958 static vs. global. */
38d518c9 8959 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8960 built_actual_name != NULL,
176620f1 8961 STRUCT_DOMAIN, LOC_TYPEDEF,
9c37b5ae 8962 cu->language == language_cplus
63d06c5c
DC
8963 ? &objfile->global_psymbols
8964 : &objfile->static_psymbols,
1762568f 8965 0, cu->language, objfile);
c906108c 8966
c906108c
SS
8967 break;
8968 case DW_TAG_enumerator:
38d518c9 8969 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8970 built_actual_name != NULL,
176620f1 8971 VAR_DOMAIN, LOC_CONST,
9c37b5ae 8972 cu->language == language_cplus
f6fe98ef
DJ
8973 ? &objfile->global_psymbols
8974 : &objfile->static_psymbols,
1762568f 8975 0, cu->language, objfile);
c906108c
SS
8976 break;
8977 default:
8978 break;
8979 }
5c4e30ca 8980
15d034d0 8981 xfree (built_actual_name);
c906108c
SS
8982}
8983
5c4e30ca
DC
8984/* Read a partial die corresponding to a namespace; also, add a symbol
8985 corresponding to that namespace to the symbol table. NAMESPACE is
8986 the name of the enclosing namespace. */
91c24f0a 8987
72bf9492
DJ
8988static void
8989add_partial_namespace (struct partial_die_info *pdi,
91c24f0a 8990 CORE_ADDR *lowpc, CORE_ADDR *highpc,
cdc07690 8991 int set_addrmap, struct dwarf2_cu *cu)
91c24f0a 8992{
72bf9492 8993 /* Add a symbol for the namespace. */
e7c27a73 8994
72bf9492 8995 add_partial_symbol (pdi, cu);
5c4e30ca
DC
8996
8997 /* Now scan partial symbols in that namespace. */
8998
91c24f0a 8999 if (pdi->has_children)
cdc07690 9000 scan_partial_symbols (pdi->die_child, lowpc, highpc, set_addrmap, cu);
91c24f0a
DC
9001}
9002
5d7cb8df
JK
9003/* Read a partial die corresponding to a Fortran module. */
9004
9005static void
9006add_partial_module (struct partial_die_info *pdi, CORE_ADDR *lowpc,
cdc07690 9007 CORE_ADDR *highpc, int set_addrmap, struct dwarf2_cu *cu)
5d7cb8df 9008{
530e8392
KB
9009 /* Add a symbol for the namespace. */
9010
9011 add_partial_symbol (pdi, cu);
9012
f55ee35c 9013 /* Now scan partial symbols in that module. */
5d7cb8df
JK
9014
9015 if (pdi->has_children)
cdc07690 9016 scan_partial_symbols (pdi->die_child, lowpc, highpc, set_addrmap, cu);
5d7cb8df
JK
9017}
9018
b1dc1806
XR
9019/* Read a partial die corresponding to a subprogram or an inlined
9020 subprogram and create a partial symbol for that subprogram.
9021 When the CU language allows it, this routine also defines a partial
9022 symbol for each nested subprogram that this subprogram contains.
9023 If SET_ADDRMAP is true, record the covered ranges in the addrmap.
9024 Set *LOWPC and *HIGHPC to the lowest and highest PC values found in PDI.
6e70227d 9025
cdc07690
YQ
9026 PDI may also be a lexical block, in which case we simply search
9027 recursively for subprograms defined inside that lexical block.
bc30ff58
JB
9028 Again, this is only performed when the CU language allows this
9029 type of definitions. */
9030
9031static void
9032add_partial_subprogram (struct partial_die_info *pdi,
9033 CORE_ADDR *lowpc, CORE_ADDR *highpc,
cdc07690 9034 int set_addrmap, struct dwarf2_cu *cu)
bc30ff58 9035{
b1dc1806 9036 if (pdi->tag == DW_TAG_subprogram || pdi->tag == DW_TAG_inlined_subroutine)
bc30ff58
JB
9037 {
9038 if (pdi->has_pc_info)
9039 {
9040 if (pdi->lowpc < *lowpc)
9041 *lowpc = pdi->lowpc;
9042 if (pdi->highpc > *highpc)
9043 *highpc = pdi->highpc;
cdc07690 9044 if (set_addrmap)
5734ee8b 9045 {
518817b3 9046 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a
MR
9047 struct gdbarch *gdbarch = get_objfile_arch (objfile);
9048 CORE_ADDR baseaddr;
9049 CORE_ADDR highpc;
9050 CORE_ADDR lowpc;
5734ee8b
DJ
9051
9052 baseaddr = ANOFFSET (objfile->section_offsets,
9053 SECT_OFF_TEXT (objfile));
3e29f34a
MR
9054 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch,
9055 pdi->lowpc + baseaddr);
9056 highpc = gdbarch_adjust_dwarf2_addr (gdbarch,
9057 pdi->highpc + baseaddr);
9058 addrmap_set_empty (objfile->psymtabs_addrmap, lowpc, highpc - 1,
9291a0cd 9059 cu->per_cu->v.psymtab);
5734ee8b 9060 }
481860b3
GB
9061 }
9062
9063 if (pdi->has_pc_info || (!pdi->is_external && pdi->may_be_inlined))
9064 {
bc30ff58 9065 if (!pdi->is_declaration)
e8d05480
JB
9066 /* Ignore subprogram DIEs that do not have a name, they are
9067 illegal. Do not emit a complaint at this point, we will
9068 do so when we convert this psymtab into a symtab. */
9069 if (pdi->name)
9070 add_partial_symbol (pdi, cu);
bc30ff58
JB
9071 }
9072 }
6e70227d 9073
bc30ff58
JB
9074 if (! pdi->has_children)
9075 return;
9076
9077 if (cu->language == language_ada)
9078 {
9079 pdi = pdi->die_child;
9080 while (pdi != NULL)
9081 {
52356b79 9082 pdi->fixup (cu);
bc30ff58 9083 if (pdi->tag == DW_TAG_subprogram
b1dc1806 9084 || pdi->tag == DW_TAG_inlined_subroutine
bc30ff58 9085 || pdi->tag == DW_TAG_lexical_block)
cdc07690 9086 add_partial_subprogram (pdi, lowpc, highpc, set_addrmap, cu);
bc30ff58
JB
9087 pdi = pdi->die_sibling;
9088 }
9089 }
9090}
9091
91c24f0a
DC
9092/* Read a partial die corresponding to an enumeration type. */
9093
72bf9492
DJ
9094static void
9095add_partial_enumeration (struct partial_die_info *enum_pdi,
9096 struct dwarf2_cu *cu)
91c24f0a 9097{
72bf9492 9098 struct partial_die_info *pdi;
91c24f0a
DC
9099
9100 if (enum_pdi->name != NULL)
72bf9492
DJ
9101 add_partial_symbol (enum_pdi, cu);
9102
9103 pdi = enum_pdi->die_child;
9104 while (pdi)
91c24f0a 9105 {
72bf9492 9106 if (pdi->tag != DW_TAG_enumerator || pdi->name == NULL)
e2e0b3e5 9107 complaint (&symfile_complaints, _("malformed enumerator DIE ignored"));
91c24f0a 9108 else
72bf9492
DJ
9109 add_partial_symbol (pdi, cu);
9110 pdi = pdi->die_sibling;
91c24f0a 9111 }
91c24f0a
DC
9112}
9113
6caca83c
CC
9114/* Return the initial uleb128 in the die at INFO_PTR. */
9115
9116static unsigned int
d521ce57 9117peek_abbrev_code (bfd *abfd, const gdb_byte *info_ptr)
6caca83c
CC
9118{
9119 unsigned int bytes_read;
9120
9121 return read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
9122}
9123
685af9cd
TT
9124/* Read the initial uleb128 in the die at INFO_PTR in compilation unit
9125 READER::CU. Use READER::ABBREV_TABLE to lookup any abbreviation.
9126
4bb7a0a7
DJ
9127 Return the corresponding abbrev, or NULL if the number is zero (indicating
9128 an empty DIE). In either case *BYTES_READ will be set to the length of
9129 the initial number. */
9130
9131static struct abbrev_info *
685af9cd
TT
9132peek_die_abbrev (const die_reader_specs &reader,
9133 const gdb_byte *info_ptr, unsigned int *bytes_read)
4bb7a0a7 9134{
685af9cd 9135 dwarf2_cu *cu = reader.cu;
518817b3 9136 bfd *abfd = cu->per_cu->dwarf2_per_objfile->objfile->obfd;
685af9cd
TT
9137 unsigned int abbrev_number
9138 = read_unsigned_leb128 (abfd, info_ptr, bytes_read);
4bb7a0a7
DJ
9139
9140 if (abbrev_number == 0)
9141 return NULL;
9142
685af9cd 9143 abbrev_info *abbrev = reader.abbrev_table->lookup_abbrev (abbrev_number);
4bb7a0a7
DJ
9144 if (!abbrev)
9145 {
422b9917 9146 error (_("Dwarf Error: Could not find abbrev number %d in %s"
9d8780f0 9147 " at offset %s [in module %s]"),
422b9917 9148 abbrev_number, cu->per_cu->is_debug_types ? "TU" : "CU",
9d8780f0 9149 sect_offset_str (cu->header.sect_off), bfd_get_filename (abfd));
4bb7a0a7
DJ
9150 }
9151
9152 return abbrev;
9153}
9154
93311388
DE
9155/* Scan the debug information for CU starting at INFO_PTR in buffer BUFFER.
9156 Returns a pointer to the end of a series of DIEs, terminated by an empty
4bb7a0a7
DJ
9157 DIE. Any children of the skipped DIEs will also be skipped. */
9158
d521ce57
TT
9159static const gdb_byte *
9160skip_children (const struct die_reader_specs *reader, const gdb_byte *info_ptr)
4bb7a0a7 9161{
4bb7a0a7
DJ
9162 while (1)
9163 {
685af9cd
TT
9164 unsigned int bytes_read;
9165 abbrev_info *abbrev = peek_die_abbrev (*reader, info_ptr, &bytes_read);
9166
4bb7a0a7
DJ
9167 if (abbrev == NULL)
9168 return info_ptr + bytes_read;
9169 else
dee91e82 9170 info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
4bb7a0a7
DJ
9171 }
9172}
9173
93311388
DE
9174/* Scan the debug information for CU starting at INFO_PTR in buffer BUFFER.
9175 INFO_PTR should point just after the initial uleb128 of a DIE, and the
4bb7a0a7
DJ
9176 abbrev corresponding to that skipped uleb128 should be passed in
9177 ABBREV. Returns a pointer to this DIE's sibling, skipping any
9178 children. */
9179
d521ce57
TT
9180static const gdb_byte *
9181skip_one_die (const struct die_reader_specs *reader, const gdb_byte *info_ptr,
dee91e82 9182 struct abbrev_info *abbrev)
4bb7a0a7
DJ
9183{
9184 unsigned int bytes_read;
9185 struct attribute attr;
dee91e82
DE
9186 bfd *abfd = reader->abfd;
9187 struct dwarf2_cu *cu = reader->cu;
d521ce57 9188 const gdb_byte *buffer = reader->buffer;
f664829e 9189 const gdb_byte *buffer_end = reader->buffer_end;
4bb7a0a7
DJ
9190 unsigned int form, i;
9191
9192 for (i = 0; i < abbrev->num_attrs; i++)
9193 {
9194 /* The only abbrev we care about is DW_AT_sibling. */
9195 if (abbrev->attrs[i].name == DW_AT_sibling)
9196 {
dee91e82 9197 read_attribute (reader, &attr, &abbrev->attrs[i], info_ptr);
4bb7a0a7 9198 if (attr.form == DW_FORM_ref_addr)
3e43a32a
MS
9199 complaint (&symfile_complaints,
9200 _("ignoring absolute DW_AT_sibling"));
4bb7a0a7 9201 else
b9502d3f 9202 {
9c541725
PA
9203 sect_offset off = dwarf2_get_ref_die_offset (&attr);
9204 const gdb_byte *sibling_ptr = buffer + to_underlying (off);
b9502d3f
WN
9205
9206 if (sibling_ptr < info_ptr)
9207 complaint (&symfile_complaints,
9208 _("DW_AT_sibling points backwards"));
22869d73
KS
9209 else if (sibling_ptr > reader->buffer_end)
9210 dwarf2_section_buffer_overflow_complaint (reader->die_section);
b9502d3f
WN
9211 else
9212 return sibling_ptr;
9213 }
4bb7a0a7
DJ
9214 }
9215
9216 /* If it isn't DW_AT_sibling, skip this attribute. */
9217 form = abbrev->attrs[i].form;
9218 skip_attribute:
9219 switch (form)
9220 {
4bb7a0a7 9221 case DW_FORM_ref_addr:
ae411497
TT
9222 /* In DWARF 2, DW_FORM_ref_addr is address sized; in DWARF 3
9223 and later it is offset sized. */
9224 if (cu->header.version == 2)
9225 info_ptr += cu->header.addr_size;
9226 else
9227 info_ptr += cu->header.offset_size;
9228 break;
36586728
TT
9229 case DW_FORM_GNU_ref_alt:
9230 info_ptr += cu->header.offset_size;
9231 break;
ae411497 9232 case DW_FORM_addr:
4bb7a0a7
DJ
9233 info_ptr += cu->header.addr_size;
9234 break;
9235 case DW_FORM_data1:
9236 case DW_FORM_ref1:
9237 case DW_FORM_flag:
9238 info_ptr += 1;
9239 break;
2dc7f7b3 9240 case DW_FORM_flag_present:
43988095 9241 case DW_FORM_implicit_const:
2dc7f7b3 9242 break;
4bb7a0a7
DJ
9243 case DW_FORM_data2:
9244 case DW_FORM_ref2:
9245 info_ptr += 2;
9246 break;
9247 case DW_FORM_data4:
9248 case DW_FORM_ref4:
9249 info_ptr += 4;
9250 break;
9251 case DW_FORM_data8:
9252 case DW_FORM_ref8:
55f1336d 9253 case DW_FORM_ref_sig8:
4bb7a0a7
DJ
9254 info_ptr += 8;
9255 break;
0224619f
JK
9256 case DW_FORM_data16:
9257 info_ptr += 16;
9258 break;
4bb7a0a7 9259 case DW_FORM_string:
9b1c24c8 9260 read_direct_string (abfd, info_ptr, &bytes_read);
4bb7a0a7
DJ
9261 info_ptr += bytes_read;
9262 break;
2dc7f7b3 9263 case DW_FORM_sec_offset:
4bb7a0a7 9264 case DW_FORM_strp:
36586728 9265 case DW_FORM_GNU_strp_alt:
4bb7a0a7
DJ
9266 info_ptr += cu->header.offset_size;
9267 break;
2dc7f7b3 9268 case DW_FORM_exprloc:
4bb7a0a7
DJ
9269 case DW_FORM_block:
9270 info_ptr += read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
9271 info_ptr += bytes_read;
9272 break;
9273 case DW_FORM_block1:
9274 info_ptr += 1 + read_1_byte (abfd, info_ptr);
9275 break;
9276 case DW_FORM_block2:
9277 info_ptr += 2 + read_2_bytes (abfd, info_ptr);
9278 break;
9279 case DW_FORM_block4:
9280 info_ptr += 4 + read_4_bytes (abfd, info_ptr);
9281 break;
9282 case DW_FORM_sdata:
9283 case DW_FORM_udata:
9284 case DW_FORM_ref_udata:
3019eac3
DE
9285 case DW_FORM_GNU_addr_index:
9286 case DW_FORM_GNU_str_index:
d521ce57 9287 info_ptr = safe_skip_leb128 (info_ptr, buffer_end);
4bb7a0a7
DJ
9288 break;
9289 case DW_FORM_indirect:
9290 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
9291 info_ptr += bytes_read;
9292 /* We need to continue parsing from here, so just go back to
9293 the top. */
9294 goto skip_attribute;
9295
9296 default:
3e43a32a
MS
9297 error (_("Dwarf Error: Cannot handle %s "
9298 "in DWARF reader [in module %s]"),
4bb7a0a7
DJ
9299 dwarf_form_name (form),
9300 bfd_get_filename (abfd));
9301 }
9302 }
9303
9304 if (abbrev->has_children)
dee91e82 9305 return skip_children (reader, info_ptr);
4bb7a0a7
DJ
9306 else
9307 return info_ptr;
9308}
9309
93311388 9310/* Locate ORIG_PDI's sibling.
dee91e82 9311 INFO_PTR should point to the start of the next DIE after ORIG_PDI. */
91c24f0a 9312
d521ce57 9313static const gdb_byte *
dee91e82
DE
9314locate_pdi_sibling (const struct die_reader_specs *reader,
9315 struct partial_die_info *orig_pdi,
d521ce57 9316 const gdb_byte *info_ptr)
91c24f0a
DC
9317{
9318 /* Do we know the sibling already? */
72bf9492 9319
91c24f0a
DC
9320 if (orig_pdi->sibling)
9321 return orig_pdi->sibling;
9322
9323 /* Are there any children to deal with? */
9324
9325 if (!orig_pdi->has_children)
9326 return info_ptr;
9327
4bb7a0a7 9328 /* Skip the children the long way. */
91c24f0a 9329
dee91e82 9330 return skip_children (reader, info_ptr);
91c24f0a
DC
9331}
9332
257e7a09 9333/* Expand this partial symbol table into a full symbol table. SELF is
442e4d9c 9334 not NULL. */
c906108c
SS
9335
9336static void
257e7a09
YQ
9337dwarf2_read_symtab (struct partial_symtab *self,
9338 struct objfile *objfile)
c906108c 9339{
ed2dc618
SM
9340 struct dwarf2_per_objfile *dwarf2_per_objfile
9341 = get_dwarf2_per_objfile (objfile);
9342
257e7a09 9343 if (self->readin)
c906108c 9344 {
442e4d9c 9345 warning (_("bug: psymtab for %s is already read in."),
257e7a09 9346 self->filename);
442e4d9c
YQ
9347 }
9348 else
9349 {
9350 if (info_verbose)
c906108c 9351 {
442e4d9c 9352 printf_filtered (_("Reading in symbols for %s..."),
257e7a09 9353 self->filename);
442e4d9c 9354 gdb_flush (gdb_stdout);
c906108c 9355 }
c906108c 9356
442e4d9c
YQ
9357 /* If this psymtab is constructed from a debug-only objfile, the
9358 has_section_at_zero flag will not necessarily be correct. We
9359 can get the correct value for this flag by looking at the data
9360 associated with the (presumably stripped) associated objfile. */
9361 if (objfile->separate_debug_objfile_backlink)
9362 {
9363 struct dwarf2_per_objfile *dpo_backlink
ed2dc618 9364 = get_dwarf2_per_objfile (objfile->separate_debug_objfile_backlink);
9a619af0 9365
442e4d9c
YQ
9366 dwarf2_per_objfile->has_section_at_zero
9367 = dpo_backlink->has_section_at_zero;
9368 }
b2ab525c 9369
442e4d9c 9370 dwarf2_per_objfile->reading_partial_symbols = 0;
98bfdba5 9371
257e7a09 9372 psymtab_to_symtab_1 (self);
c906108c 9373
442e4d9c
YQ
9374 /* Finish up the debug error message. */
9375 if (info_verbose)
9376 printf_filtered (_("done.\n"));
c906108c 9377 }
95554aad 9378
ed2dc618 9379 process_cu_includes (dwarf2_per_objfile);
c906108c 9380}
9cdd5dbd
DE
9381\f
9382/* Reading in full CUs. */
c906108c 9383
10b3939b
DJ
9384/* Add PER_CU to the queue. */
9385
9386static void
95554aad
TT
9387queue_comp_unit (struct dwarf2_per_cu_data *per_cu,
9388 enum language pretend_language)
10b3939b
DJ
9389{
9390 struct dwarf2_queue_item *item;
9391
9392 per_cu->queued = 1;
8d749320 9393 item = XNEW (struct dwarf2_queue_item);
10b3939b 9394 item->per_cu = per_cu;
95554aad 9395 item->pretend_language = pretend_language;
10b3939b
DJ
9396 item->next = NULL;
9397
9398 if (dwarf2_queue == NULL)
9399 dwarf2_queue = item;
9400 else
9401 dwarf2_queue_tail->next = item;
9402
9403 dwarf2_queue_tail = item;
9404}
9405
89e63ee4
DE
9406/* If PER_CU is not yet queued, add it to the queue.
9407 If DEPENDENT_CU is non-NULL, it has a reference to PER_CU so add a
9408 dependency.
0907af0c 9409 The result is non-zero if PER_CU was queued, otherwise the result is zero
69d751e3
DE
9410 meaning either PER_CU is already queued or it is already loaded.
9411
9412 N.B. There is an invariant here that if a CU is queued then it is loaded.
9413 The caller is required to load PER_CU if we return non-zero. */
0907af0c
DE
9414
9415static int
89e63ee4 9416maybe_queue_comp_unit (struct dwarf2_cu *dependent_cu,
0907af0c
DE
9417 struct dwarf2_per_cu_data *per_cu,
9418 enum language pretend_language)
9419{
9420 /* We may arrive here during partial symbol reading, if we need full
9421 DIEs to process an unusual case (e.g. template arguments). Do
9422 not queue PER_CU, just tell our caller to load its DIEs. */
ed2dc618 9423 if (per_cu->dwarf2_per_objfile->reading_partial_symbols)
0907af0c
DE
9424 {
9425 if (per_cu->cu == NULL || per_cu->cu->dies == NULL)
9426 return 1;
9427 return 0;
9428 }
9429
9430 /* Mark the dependence relation so that we don't flush PER_CU
9431 too early. */
89e63ee4
DE
9432 if (dependent_cu != NULL)
9433 dwarf2_add_dependence (dependent_cu, per_cu);
0907af0c
DE
9434
9435 /* If it's already on the queue, we have nothing to do. */
9436 if (per_cu->queued)
9437 return 0;
9438
9439 /* If the compilation unit is already loaded, just mark it as
9440 used. */
9441 if (per_cu->cu != NULL)
9442 {
9443 per_cu->cu->last_used = 0;
9444 return 0;
9445 }
9446
9447 /* Add it to the queue. */
9448 queue_comp_unit (per_cu, pretend_language);
9449
9450 return 1;
9451}
9452
10b3939b
DJ
9453/* Process the queue. */
9454
9455static void
ed2dc618 9456process_queue (struct dwarf2_per_objfile *dwarf2_per_objfile)
10b3939b
DJ
9457{
9458 struct dwarf2_queue_item *item, *next_item;
9459
b4f54984 9460 if (dwarf_read_debug)
45cfd468
DE
9461 {
9462 fprintf_unfiltered (gdb_stdlog,
9463 "Expanding one or more symtabs of objfile %s ...\n",
4262abfb 9464 objfile_name (dwarf2_per_objfile->objfile));
45cfd468
DE
9465 }
9466
03dd20cc
DJ
9467 /* The queue starts out with one item, but following a DIE reference
9468 may load a new CU, adding it to the end of the queue. */
10b3939b
DJ
9469 for (item = dwarf2_queue; item != NULL; dwarf2_queue = item = next_item)
9470 {
cc12ce38
DE
9471 if ((dwarf2_per_objfile->using_index
9472 ? !item->per_cu->v.quick->compunit_symtab
9473 : (item->per_cu->v.psymtab && !item->per_cu->v.psymtab->readin))
9474 /* Skip dummy CUs. */
9475 && item->per_cu->cu != NULL)
f4dc4d17
DE
9476 {
9477 struct dwarf2_per_cu_data *per_cu = item->per_cu;
73be47f5 9478 unsigned int debug_print_threshold;
247f5c4f 9479 char buf[100];
f4dc4d17 9480
247f5c4f 9481 if (per_cu->is_debug_types)
f4dc4d17 9482 {
247f5c4f
DE
9483 struct signatured_type *sig_type =
9484 (struct signatured_type *) per_cu;
9485
9d8780f0 9486 sprintf (buf, "TU %s at offset %s",
73be47f5 9487 hex_string (sig_type->signature),
9d8780f0 9488 sect_offset_str (per_cu->sect_off));
73be47f5
DE
9489 /* There can be 100s of TUs.
9490 Only print them in verbose mode. */
9491 debug_print_threshold = 2;
f4dc4d17 9492 }
247f5c4f 9493 else
73be47f5 9494 {
9d8780f0
SM
9495 sprintf (buf, "CU at offset %s",
9496 sect_offset_str (per_cu->sect_off));
73be47f5
DE
9497 debug_print_threshold = 1;
9498 }
247f5c4f 9499
b4f54984 9500 if (dwarf_read_debug >= debug_print_threshold)
247f5c4f 9501 fprintf_unfiltered (gdb_stdlog, "Expanding symtab of %s\n", buf);
f4dc4d17
DE
9502
9503 if (per_cu->is_debug_types)
9504 process_full_type_unit (per_cu, item->pretend_language);
9505 else
9506 process_full_comp_unit (per_cu, item->pretend_language);
9507
b4f54984 9508 if (dwarf_read_debug >= debug_print_threshold)
247f5c4f 9509 fprintf_unfiltered (gdb_stdlog, "Done expanding %s\n", buf);
f4dc4d17 9510 }
10b3939b
DJ
9511
9512 item->per_cu->queued = 0;
9513 next_item = item->next;
9514 xfree (item);
9515 }
9516
9517 dwarf2_queue_tail = NULL;
45cfd468 9518
b4f54984 9519 if (dwarf_read_debug)
45cfd468
DE
9520 {
9521 fprintf_unfiltered (gdb_stdlog, "Done expanding symtabs of %s.\n",
4262abfb 9522 objfile_name (dwarf2_per_objfile->objfile));
45cfd468 9523 }
10b3939b
DJ
9524}
9525
10b3939b
DJ
9526/* Read in full symbols for PST, and anything it depends on. */
9527
c906108c 9528static void
fba45db2 9529psymtab_to_symtab_1 (struct partial_symtab *pst)
c906108c 9530{
10b3939b 9531 struct dwarf2_per_cu_data *per_cu;
aaa75496
JB
9532 int i;
9533
95554aad
TT
9534 if (pst->readin)
9535 return;
9536
aaa75496 9537 for (i = 0; i < pst->number_of_dependencies; i++)
95554aad
TT
9538 if (!pst->dependencies[i]->readin
9539 && pst->dependencies[i]->user == NULL)
aaa75496
JB
9540 {
9541 /* Inform about additional files that need to be read in. */
9542 if (info_verbose)
9543 {
a3f17187 9544 /* FIXME: i18n: Need to make this a single string. */
aaa75496
JB
9545 fputs_filtered (" ", gdb_stdout);
9546 wrap_here ("");
9547 fputs_filtered ("and ", gdb_stdout);
9548 wrap_here ("");
9549 printf_filtered ("%s...", pst->dependencies[i]->filename);
0963b4bd 9550 wrap_here (""); /* Flush output. */
aaa75496
JB
9551 gdb_flush (gdb_stdout);
9552 }
9553 psymtab_to_symtab_1 (pst->dependencies[i]);
9554 }
9555
9a3c8263 9556 per_cu = (struct dwarf2_per_cu_data *) pst->read_symtab_private;
10b3939b
DJ
9557
9558 if (per_cu == NULL)
aaa75496
JB
9559 {
9560 /* It's an include file, no symbols to read for it.
9561 Everything is in the parent symtab. */
9562 pst->readin = 1;
9563 return;
9564 }
c906108c 9565
58f0c718 9566 dw2_do_instantiate_symtab (per_cu, false);
10b3939b
DJ
9567}
9568
dee91e82
DE
9569/* Trivial hash function for die_info: the hash value of a DIE
9570 is its offset in .debug_info for this objfile. */
10b3939b 9571
dee91e82
DE
9572static hashval_t
9573die_hash (const void *item)
10b3939b 9574{
9a3c8263 9575 const struct die_info *die = (const struct die_info *) item;
6502dd73 9576
9c541725 9577 return to_underlying (die->sect_off);
dee91e82 9578}
63d06c5c 9579
dee91e82
DE
9580/* Trivial comparison function for die_info structures: two DIEs
9581 are equal if they have the same offset. */
98bfdba5 9582
dee91e82
DE
9583static int
9584die_eq (const void *item_lhs, const void *item_rhs)
9585{
9a3c8263
SM
9586 const struct die_info *die_lhs = (const struct die_info *) item_lhs;
9587 const struct die_info *die_rhs = (const struct die_info *) item_rhs;
c906108c 9588
9c541725 9589 return die_lhs->sect_off == die_rhs->sect_off;
dee91e82 9590}
c906108c 9591
dee91e82
DE
9592/* die_reader_func for load_full_comp_unit.
9593 This is identical to read_signatured_type_reader,
9594 but is kept separate for now. */
c906108c 9595
dee91e82
DE
9596static void
9597load_full_comp_unit_reader (const struct die_reader_specs *reader,
d521ce57 9598 const gdb_byte *info_ptr,
dee91e82
DE
9599 struct die_info *comp_unit_die,
9600 int has_children,
9601 void *data)
9602{
9603 struct dwarf2_cu *cu = reader->cu;
9a3c8263 9604 enum language *language_ptr = (enum language *) data;
6caca83c 9605
dee91e82
DE
9606 gdb_assert (cu->die_hash == NULL);
9607 cu->die_hash =
9608 htab_create_alloc_ex (cu->header.length / 12,
9609 die_hash,
9610 die_eq,
9611 NULL,
9612 &cu->comp_unit_obstack,
9613 hashtab_obstack_allocate,
9614 dummy_obstack_deallocate);
e142c38c 9615
dee91e82
DE
9616 if (has_children)
9617 comp_unit_die->child = read_die_and_siblings (reader, info_ptr,
9618 &info_ptr, comp_unit_die);
9619 cu->dies = comp_unit_die;
9620 /* comp_unit_die is not stored in die_hash, no need. */
10b3939b
DJ
9621
9622 /* We try not to read any attributes in this function, because not
9cdd5dbd 9623 all CUs needed for references have been loaded yet, and symbol
10b3939b 9624 table processing isn't initialized. But we have to set the CU language,
dee91e82
DE
9625 or we won't be able to build types correctly.
9626 Similarly, if we do not read the producer, we can not apply
9627 producer-specific interpretation. */
95554aad 9628 prepare_one_comp_unit (cu, cu->dies, *language_ptr);
dee91e82 9629}
10b3939b 9630
dee91e82 9631/* Load the DIEs associated with PER_CU into memory. */
a6c727b2 9632
dee91e82 9633static void
95554aad 9634load_full_comp_unit (struct dwarf2_per_cu_data *this_cu,
58f0c718 9635 bool skip_partial,
95554aad 9636 enum language pretend_language)
dee91e82 9637{
3019eac3 9638 gdb_assert (! this_cu->is_debug_types);
c5b7e1cb 9639
58f0c718 9640 init_cutu_and_read_dies (this_cu, NULL, 1, 1, skip_partial,
f4dc4d17 9641 load_full_comp_unit_reader, &pretend_language);
10b3939b
DJ
9642}
9643
3da10d80
KS
9644/* Add a DIE to the delayed physname list. */
9645
9646static void
9647add_to_method_list (struct type *type, int fnfield_index, int index,
9648 const char *name, struct die_info *die,
9649 struct dwarf2_cu *cu)
9650{
9651 struct delayed_method_info mi;
9652 mi.type = type;
9653 mi.fnfield_index = fnfield_index;
9654 mi.index = index;
9655 mi.name = name;
9656 mi.die = die;
c89b44cd 9657 cu->method_list.push_back (mi);
3da10d80
KS
9658}
9659
3693fdb3
PA
9660/* Check whether [PHYSNAME, PHYSNAME+LEN) ends with a modifier like
9661 "const" / "volatile". If so, decrements LEN by the length of the
9662 modifier and return true. Otherwise return false. */
9663
9664template<size_t N>
9665static bool
9666check_modifier (const char *physname, size_t &len, const char (&mod)[N])
9667{
9668 size_t mod_len = sizeof (mod) - 1;
9669 if (len > mod_len && startswith (physname + (len - mod_len), mod))
9670 {
9671 len -= mod_len;
9672 return true;
9673 }
9674 return false;
9675}
9676
3da10d80
KS
9677/* Compute the physnames of any methods on the CU's method list.
9678
9679 The computation of method physnames is delayed in order to avoid the
9680 (bad) condition that one of the method's formal parameters is of an as yet
9681 incomplete type. */
9682
9683static void
9684compute_delayed_physnames (struct dwarf2_cu *cu)
9685{
3693fdb3 9686 /* Only C++ delays computing physnames. */
c89b44cd 9687 if (cu->method_list.empty ())
3693fdb3
PA
9688 return;
9689 gdb_assert (cu->language == language_cplus);
9690
c89b44cd 9691 for (struct delayed_method_info &mi : cu->method_list)
3da10d80 9692 {
1d06ead6 9693 const char *physname;
3da10d80 9694 struct fn_fieldlist *fn_flp
c89b44cd
TT
9695 = &TYPE_FN_FIELDLIST (mi.type, mi.fnfield_index);
9696 physname = dwarf2_physname (mi.name, mi.die, cu);
9697 TYPE_FN_FIELD_PHYSNAME (fn_flp->fn_fields, mi.index)
005e54bb 9698 = physname ? physname : "";
3693fdb3
PA
9699
9700 /* Since there's no tag to indicate whether a method is a
9701 const/volatile overload, extract that information out of the
9702 demangled name. */
9703 if (physname != NULL)
9704 {
9705 size_t len = strlen (physname);
9706
9707 while (1)
9708 {
9709 if (physname[len] == ')') /* shortcut */
9710 break;
9711 else if (check_modifier (physname, len, " const"))
c89b44cd 9712 TYPE_FN_FIELD_CONST (fn_flp->fn_fields, mi.index) = 1;
3693fdb3 9713 else if (check_modifier (physname, len, " volatile"))
c89b44cd 9714 TYPE_FN_FIELD_VOLATILE (fn_flp->fn_fields, mi.index) = 1;
3693fdb3
PA
9715 else
9716 break;
9717 }
9718 }
3da10d80 9719 }
c89b44cd
TT
9720
9721 /* The list is no longer needed. */
9722 cu->method_list.clear ();
3da10d80
KS
9723}
9724
a766d390
DE
9725/* Go objects should be embedded in a DW_TAG_module DIE,
9726 and it's not clear if/how imported objects will appear.
9727 To keep Go support simple until that's worked out,
9728 go back through what we've read and create something usable.
9729 We could do this while processing each DIE, and feels kinda cleaner,
9730 but that way is more invasive.
9731 This is to, for example, allow the user to type "p var" or "b main"
9732 without having to specify the package name, and allow lookups
9733 of module.object to work in contexts that use the expression
9734 parser. */
9735
9736static void
9737fixup_go_packaging (struct dwarf2_cu *cu)
9738{
9739 char *package_name = NULL;
9740 struct pending *list;
9741 int i;
9742
9743 for (list = global_symbols; list != NULL; list = list->next)
9744 {
9745 for (i = 0; i < list->nsyms; ++i)
9746 {
9747 struct symbol *sym = list->symbol[i];
9748
9749 if (SYMBOL_LANGUAGE (sym) == language_go
9750 && SYMBOL_CLASS (sym) == LOC_BLOCK)
9751 {
9752 char *this_package_name = go_symbol_package_name (sym);
9753
9754 if (this_package_name == NULL)
9755 continue;
9756 if (package_name == NULL)
9757 package_name = this_package_name;
9758 else
9759 {
518817b3
SM
9760 struct objfile *objfile
9761 = cu->per_cu->dwarf2_per_objfile->objfile;
a766d390
DE
9762 if (strcmp (package_name, this_package_name) != 0)
9763 complaint (&symfile_complaints,
9764 _("Symtab %s has objects from two different Go packages: %s and %s"),
08be3fe3
DE
9765 (symbol_symtab (sym) != NULL
9766 ? symtab_to_filename_for_display
9767 (symbol_symtab (sym))
e3b94546 9768 : objfile_name (objfile)),
a766d390
DE
9769 this_package_name, package_name);
9770 xfree (this_package_name);
9771 }
9772 }
9773 }
9774 }
9775
9776 if (package_name != NULL)
9777 {
518817b3 9778 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
34a68019 9779 const char *saved_package_name
224c3ddb
SM
9780 = (const char *) obstack_copy0 (&objfile->per_bfd->storage_obstack,
9781 package_name,
9782 strlen (package_name));
19f392bc
UW
9783 struct type *type = init_type (objfile, TYPE_CODE_MODULE, 0,
9784 saved_package_name);
a766d390
DE
9785 struct symbol *sym;
9786
9787 TYPE_TAG_NAME (type) = TYPE_NAME (type);
9788
e623cf5d 9789 sym = allocate_symbol (objfile);
f85f34ed 9790 SYMBOL_SET_LANGUAGE (sym, language_go, &objfile->objfile_obstack);
86f62fd7
TT
9791 SYMBOL_SET_NAMES (sym, saved_package_name,
9792 strlen (saved_package_name), 0, objfile);
a766d390
DE
9793 /* This is not VAR_DOMAIN because we want a way to ensure a lookup of,
9794 e.g., "main" finds the "main" module and not C's main(). */
9795 SYMBOL_DOMAIN (sym) = STRUCT_DOMAIN;
f1e6e072 9796 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
a766d390
DE
9797 SYMBOL_TYPE (sym) = type;
9798
9799 add_symbol_to_list (sym, &global_symbols);
9800
9801 xfree (package_name);
9802 }
9803}
9804
c9317f21
TT
9805/* Allocate a fully-qualified name consisting of the two parts on the
9806 obstack. */
9807
9808static const char *
9809rust_fully_qualify (struct obstack *obstack, const char *p1, const char *p2)
9810{
9811 return obconcat (obstack, p1, "::", p2, (char *) NULL);
9812}
9813
9814/* A helper that allocates a struct discriminant_info to attach to a
9815 union type. */
9816
9817static struct discriminant_info *
9818alloc_discriminant_info (struct type *type, int discriminant_index,
9819 int default_index)
9820{
9821 gdb_assert (TYPE_CODE (type) == TYPE_CODE_UNION);
c7b15a66
TT
9822 gdb_assert (discriminant_index == -1
9823 || (discriminant_index >= 0
9824 && discriminant_index < TYPE_NFIELDS (type)));
c9317f21 9825 gdb_assert (default_index == -1
c7b15a66 9826 || (default_index >= 0 && default_index < TYPE_NFIELDS (type)));
c9317f21
TT
9827
9828 TYPE_FLAG_DISCRIMINATED_UNION (type) = 1;
9829
9830 struct discriminant_info *disc
9831 = ((struct discriminant_info *)
9832 TYPE_ZALLOC (type,
9833 offsetof (struct discriminant_info, discriminants)
9834 + TYPE_NFIELDS (type) * sizeof (disc->discriminants[0])));
9835 disc->default_index = default_index;
9836 disc->discriminant_index = discriminant_index;
9837
9838 struct dynamic_prop prop;
9839 prop.kind = PROP_UNDEFINED;
9840 prop.data.baton = disc;
9841
9842 add_dyn_prop (DYN_PROP_DISCRIMINATED, prop, type);
9843
9844 return disc;
9845}
9846
9847/* Some versions of rustc emitted enums in an unusual way.
9848
9849 Ordinary enums were emitted as unions. The first element of each
9850 structure in the union was named "RUST$ENUM$DISR". This element
9851 held the discriminant.
9852
9853 These versions of Rust also implemented the "non-zero"
9854 optimization. When the enum had two values, and one is empty and
9855 the other holds a pointer that cannot be zero, the pointer is used
9856 as the discriminant, with a zero value meaning the empty variant.
9857 Here, the union's first member is of the form
9858 RUST$ENCODED$ENUM$<fieldno>$<fieldno>$...$<variantname>
9859 where the fieldnos are the indices of the fields that should be
9860 traversed in order to find the field (which may be several fields deep)
9861 and the variantname is the name of the variant of the case when the
9862 field is zero.
9863
9864 This function recognizes whether TYPE is of one of these forms,
9865 and, if so, smashes it to be a variant type. */
9866
9867static void
9868quirk_rust_enum (struct type *type, struct objfile *objfile)
9869{
9870 gdb_assert (TYPE_CODE (type) == TYPE_CODE_UNION);
9871
9872 /* We don't need to deal with empty enums. */
9873 if (TYPE_NFIELDS (type) == 0)
9874 return;
9875
9876#define RUST_ENUM_PREFIX "RUST$ENCODED$ENUM$"
9877 if (TYPE_NFIELDS (type) == 1
9878 && startswith (TYPE_FIELD_NAME (type, 0), RUST_ENUM_PREFIX))
9879 {
9880 const char *name = TYPE_FIELD_NAME (type, 0) + strlen (RUST_ENUM_PREFIX);
9881
9882 /* Decode the field name to find the offset of the
9883 discriminant. */
9884 ULONGEST bit_offset = 0;
9885 struct type *field_type = TYPE_FIELD_TYPE (type, 0);
9886 while (name[0] >= '0' && name[0] <= '9')
9887 {
9888 char *tail;
9889 unsigned long index = strtoul (name, &tail, 10);
9890 name = tail;
9891 if (*name != '$'
9892 || index >= TYPE_NFIELDS (field_type)
9893 || (TYPE_FIELD_LOC_KIND (field_type, index)
9894 != FIELD_LOC_KIND_BITPOS))
9895 {
9896 complaint (&symfile_complaints,
9897 _("Could not parse Rust enum encoding string \"%s\""
9898 "[in module %s]"),
9899 TYPE_FIELD_NAME (type, 0),
9900 objfile_name (objfile));
9901 return;
9902 }
9903 ++name;
9904
9905 bit_offset += TYPE_FIELD_BITPOS (field_type, index);
9906 field_type = TYPE_FIELD_TYPE (field_type, index);
9907 }
9908
9909 /* Make a union to hold the variants. */
9910 struct type *union_type = alloc_type (objfile);
9911 TYPE_CODE (union_type) = TYPE_CODE_UNION;
9912 TYPE_NFIELDS (union_type) = 3;
9913 TYPE_FIELDS (union_type)
9914 = (struct field *) TYPE_ZALLOC (type, 3 * sizeof (struct field));
9915 TYPE_LENGTH (union_type) = TYPE_LENGTH (type);
2b4424c3 9916 set_type_align (union_type, TYPE_RAW_ALIGN (type));
c9317f21
TT
9917
9918 /* Put the discriminant must at index 0. */
9919 TYPE_FIELD_TYPE (union_type, 0) = field_type;
9920 TYPE_FIELD_ARTIFICIAL (union_type, 0) = 1;
9921 TYPE_FIELD_NAME (union_type, 0) = "<<discriminant>>";
9922 SET_FIELD_BITPOS (TYPE_FIELD (union_type, 0), bit_offset);
9923
9924 /* The order of fields doesn't really matter, so put the real
9925 field at index 1 and the data-less field at index 2. */
9926 struct discriminant_info *disc
9927 = alloc_discriminant_info (union_type, 0, 1);
9928 TYPE_FIELD (union_type, 1) = TYPE_FIELD (type, 0);
9929 TYPE_FIELD_NAME (union_type, 1)
9930 = rust_last_path_segment (TYPE_NAME (TYPE_FIELD_TYPE (union_type, 1)));
9931 TYPE_NAME (TYPE_FIELD_TYPE (union_type, 1))
9932 = rust_fully_qualify (&objfile->objfile_obstack, TYPE_NAME (type),
9933 TYPE_FIELD_NAME (union_type, 1));
9934
9935 const char *dataless_name
9936 = rust_fully_qualify (&objfile->objfile_obstack, TYPE_NAME (type),
9937 name);
9938 struct type *dataless_type = init_type (objfile, TYPE_CODE_VOID, 0,
9939 dataless_name);
9940 TYPE_FIELD_TYPE (union_type, 2) = dataless_type;
9941 /* NAME points into the original discriminant name, which
9942 already has the correct lifetime. */
9943 TYPE_FIELD_NAME (union_type, 2) = name;
9944 SET_FIELD_BITPOS (TYPE_FIELD (union_type, 2), 0);
9945 disc->discriminants[2] = 0;
9946
9947 /* Smash this type to be a structure type. We have to do this
9948 because the type has already been recorded. */
9949 TYPE_CODE (type) = TYPE_CODE_STRUCT;
9950 TYPE_NFIELDS (type) = 1;
9951 TYPE_FIELDS (type)
9952 = (struct field *) TYPE_ZALLOC (type, sizeof (struct field));
9953
9954 /* Install the variant part. */
9955 TYPE_FIELD_TYPE (type, 0) = union_type;
9956 SET_FIELD_BITPOS (TYPE_FIELD (type, 0), 0);
9957 TYPE_FIELD_NAME (type, 0) = "<<variants>>";
9958 }
9959 else if (TYPE_NFIELDS (type) == 1)
9960 {
9961 /* We assume that a union with a single field is a univariant
9962 enum. */
9963 /* Smash this type to be a structure type. We have to do this
9964 because the type has already been recorded. */
9965 TYPE_CODE (type) = TYPE_CODE_STRUCT;
9966
9967 /* Make a union to hold the variants. */
9968 struct type *union_type = alloc_type (objfile);
9969 TYPE_CODE (union_type) = TYPE_CODE_UNION;
9970 TYPE_NFIELDS (union_type) = TYPE_NFIELDS (type);
9971 TYPE_LENGTH (union_type) = TYPE_LENGTH (type);
2b4424c3 9972 set_type_align (union_type, TYPE_RAW_ALIGN (type));
c9317f21
TT
9973 TYPE_FIELDS (union_type) = TYPE_FIELDS (type);
9974
9975 struct type *field_type = TYPE_FIELD_TYPE (union_type, 0);
9976 const char *variant_name
9977 = rust_last_path_segment (TYPE_NAME (field_type));
9978 TYPE_FIELD_NAME (union_type, 0) = variant_name;
9979 TYPE_NAME (field_type)
9980 = rust_fully_qualify (&objfile->objfile_obstack,
c7b15a66 9981 TYPE_NAME (type), variant_name);
c9317f21
TT
9982
9983 /* Install the union in the outer struct type. */
9984 TYPE_NFIELDS (type) = 1;
9985 TYPE_FIELDS (type)
9986 = (struct field *) TYPE_ZALLOC (union_type, sizeof (struct field));
9987 TYPE_FIELD_TYPE (type, 0) = union_type;
9988 TYPE_FIELD_NAME (type, 0) = "<<variants>>";
9989 SET_FIELD_BITPOS (TYPE_FIELD (type, 0), 0);
9990
9991 alloc_discriminant_info (union_type, -1, 0);
9992 }
9993 else
9994 {
9995 struct type *disr_type = nullptr;
9996 for (int i = 0; i < TYPE_NFIELDS (type); ++i)
9997 {
9998 disr_type = TYPE_FIELD_TYPE (type, i);
9999
a037790e
TT
10000 if (TYPE_CODE (disr_type) != TYPE_CODE_STRUCT)
10001 {
10002 /* All fields of a true enum will be structs. */
10003 return;
10004 }
10005 else if (TYPE_NFIELDS (disr_type) == 0)
c9317f21
TT
10006 {
10007 /* Could be data-less variant, so keep going. */
a037790e 10008 disr_type = nullptr;
c9317f21
TT
10009 }
10010 else if (strcmp (TYPE_FIELD_NAME (disr_type, 0),
10011 "RUST$ENUM$DISR") != 0)
10012 {
10013 /* Not a Rust enum. */
10014 return;
10015 }
10016 else
10017 {
10018 /* Found one. */
10019 break;
10020 }
10021 }
10022
10023 /* If we got here without a discriminant, then it's probably
10024 just a union. */
10025 if (disr_type == nullptr)
10026 return;
10027
10028 /* Smash this type to be a structure type. We have to do this
10029 because the type has already been recorded. */
10030 TYPE_CODE (type) = TYPE_CODE_STRUCT;
10031
10032 /* Make a union to hold the variants. */
10033 struct field *disr_field = &TYPE_FIELD (disr_type, 0);
10034 struct type *union_type = alloc_type (objfile);
10035 TYPE_CODE (union_type) = TYPE_CODE_UNION;
10036 TYPE_NFIELDS (union_type) = 1 + TYPE_NFIELDS (type);
10037 TYPE_LENGTH (union_type) = TYPE_LENGTH (type);
2b4424c3 10038 set_type_align (union_type, TYPE_RAW_ALIGN (type));
c9317f21
TT
10039 TYPE_FIELDS (union_type)
10040 = (struct field *) TYPE_ZALLOC (union_type,
10041 (TYPE_NFIELDS (union_type)
10042 * sizeof (struct field)));
10043
10044 memcpy (TYPE_FIELDS (union_type) + 1, TYPE_FIELDS (type),
10045 TYPE_NFIELDS (type) * sizeof (struct field));
10046
10047 /* Install the discriminant at index 0 in the union. */
10048 TYPE_FIELD (union_type, 0) = *disr_field;
10049 TYPE_FIELD_ARTIFICIAL (union_type, 0) = 1;
10050 TYPE_FIELD_NAME (union_type, 0) = "<<discriminant>>";
10051
10052 /* Install the union in the outer struct type. */
10053 TYPE_FIELD_TYPE (type, 0) = union_type;
10054 TYPE_FIELD_NAME (type, 0) = "<<variants>>";
10055 TYPE_NFIELDS (type) = 1;
10056
10057 /* Set the size and offset of the union type. */
10058 SET_FIELD_BITPOS (TYPE_FIELD (type, 0), 0);
10059
10060 /* We need a way to find the correct discriminant given a
10061 variant name. For convenience we build a map here. */
10062 struct type *enum_type = FIELD_TYPE (*disr_field);
10063 std::unordered_map<std::string, ULONGEST> discriminant_map;
10064 for (int i = 0; i < TYPE_NFIELDS (enum_type); ++i)
10065 {
10066 if (TYPE_FIELD_LOC_KIND (enum_type, i) == FIELD_LOC_KIND_ENUMVAL)
10067 {
10068 const char *name
10069 = rust_last_path_segment (TYPE_FIELD_NAME (enum_type, i));
10070 discriminant_map[name] = TYPE_FIELD_ENUMVAL (enum_type, i);
10071 }
10072 }
10073
10074 int n_fields = TYPE_NFIELDS (union_type);
10075 struct discriminant_info *disc
10076 = alloc_discriminant_info (union_type, 0, -1);
10077 /* Skip the discriminant here. */
10078 for (int i = 1; i < n_fields; ++i)
10079 {
10080 /* Find the final word in the name of this variant's type.
10081 That name can be used to look up the correct
10082 discriminant. */
10083 const char *variant_name
10084 = rust_last_path_segment (TYPE_NAME (TYPE_FIELD_TYPE (union_type,
10085 i)));
10086
10087 auto iter = discriminant_map.find (variant_name);
10088 if (iter != discriminant_map.end ())
10089 disc->discriminants[i] = iter->second;
10090
bedda9ac 10091 /* Remove the discriminant field, if it exists. */
c9317f21 10092 struct type *sub_type = TYPE_FIELD_TYPE (union_type, i);
bedda9ac
TT
10093 if (TYPE_NFIELDS (sub_type) > 0)
10094 {
10095 --TYPE_NFIELDS (sub_type);
10096 ++TYPE_FIELDS (sub_type);
10097 }
c9317f21
TT
10098 TYPE_FIELD_NAME (union_type, i) = variant_name;
10099 TYPE_NAME (sub_type)
10100 = rust_fully_qualify (&objfile->objfile_obstack,
10101 TYPE_NAME (type), variant_name);
10102 }
10103 }
10104}
10105
10106/* Rewrite some Rust unions to be structures with variants parts. */
10107
10108static void
10109rust_union_quirks (struct dwarf2_cu *cu)
10110{
10111 gdb_assert (cu->language == language_rust);
10112 for (struct type *type : cu->rust_unions)
10113 quirk_rust_enum (type, cu->per_cu->dwarf2_per_objfile->objfile);
2d79090e
TT
10114 /* We don't need this any more. */
10115 cu->rust_unions.clear ();
c9317f21
TT
10116}
10117
95554aad
TT
10118/* Return the symtab for PER_CU. This works properly regardless of
10119 whether we're using the index or psymtabs. */
10120
43f3e411
DE
10121static struct compunit_symtab *
10122get_compunit_symtab (struct dwarf2_per_cu_data *per_cu)
95554aad 10123{
ed2dc618 10124 return (per_cu->dwarf2_per_objfile->using_index
43f3e411
DE
10125 ? per_cu->v.quick->compunit_symtab
10126 : per_cu->v.psymtab->compunit_symtab);
95554aad
TT
10127}
10128
10129/* A helper function for computing the list of all symbol tables
10130 included by PER_CU. */
10131
10132static void
43f3e411 10133recursively_compute_inclusions (VEC (compunit_symtab_ptr) **result,
ec94af83 10134 htab_t all_children, htab_t all_type_symtabs,
f9125b6c 10135 struct dwarf2_per_cu_data *per_cu,
43f3e411 10136 struct compunit_symtab *immediate_parent)
95554aad
TT
10137{
10138 void **slot;
10139 int ix;
43f3e411 10140 struct compunit_symtab *cust;
95554aad
TT
10141 struct dwarf2_per_cu_data *iter;
10142
10143 slot = htab_find_slot (all_children, per_cu, INSERT);
10144 if (*slot != NULL)
10145 {
10146 /* This inclusion and its children have been processed. */
10147 return;
10148 }
10149
10150 *slot = per_cu;
10151 /* Only add a CU if it has a symbol table. */
43f3e411
DE
10152 cust = get_compunit_symtab (per_cu);
10153 if (cust != NULL)
ec94af83
DE
10154 {
10155 /* If this is a type unit only add its symbol table if we haven't
10156 seen it yet (type unit per_cu's can share symtabs). */
10157 if (per_cu->is_debug_types)
10158 {
43f3e411 10159 slot = htab_find_slot (all_type_symtabs, cust, INSERT);
ec94af83
DE
10160 if (*slot == NULL)
10161 {
43f3e411
DE
10162 *slot = cust;
10163 VEC_safe_push (compunit_symtab_ptr, *result, cust);
10164 if (cust->user == NULL)
10165 cust->user = immediate_parent;
ec94af83
DE
10166 }
10167 }
10168 else
f9125b6c 10169 {
43f3e411
DE
10170 VEC_safe_push (compunit_symtab_ptr, *result, cust);
10171 if (cust->user == NULL)
10172 cust->user = immediate_parent;
f9125b6c 10173 }
ec94af83 10174 }
95554aad
TT
10175
10176 for (ix = 0;
796a7ff8 10177 VEC_iterate (dwarf2_per_cu_ptr, per_cu->imported_symtabs, ix, iter);
95554aad 10178 ++ix)
ec94af83
DE
10179 {
10180 recursively_compute_inclusions (result, all_children,
43f3e411 10181 all_type_symtabs, iter, cust);
ec94af83 10182 }
95554aad
TT
10183}
10184
43f3e411 10185/* Compute the compunit_symtab 'includes' fields for the compunit_symtab of
95554aad
TT
10186 PER_CU. */
10187
10188static void
43f3e411 10189compute_compunit_symtab_includes (struct dwarf2_per_cu_data *per_cu)
95554aad 10190{
f4dc4d17
DE
10191 gdb_assert (! per_cu->is_debug_types);
10192
796a7ff8 10193 if (!VEC_empty (dwarf2_per_cu_ptr, per_cu->imported_symtabs))
95554aad
TT
10194 {
10195 int ix, len;
ec94af83 10196 struct dwarf2_per_cu_data *per_cu_iter;
43f3e411
DE
10197 struct compunit_symtab *compunit_symtab_iter;
10198 VEC (compunit_symtab_ptr) *result_symtabs = NULL;
ec94af83 10199 htab_t all_children, all_type_symtabs;
43f3e411 10200 struct compunit_symtab *cust = get_compunit_symtab (per_cu);
95554aad
TT
10201
10202 /* If we don't have a symtab, we can just skip this case. */
43f3e411 10203 if (cust == NULL)
95554aad
TT
10204 return;
10205
10206 all_children = htab_create_alloc (1, htab_hash_pointer, htab_eq_pointer,
10207 NULL, xcalloc, xfree);
ec94af83
DE
10208 all_type_symtabs = htab_create_alloc (1, htab_hash_pointer, htab_eq_pointer,
10209 NULL, xcalloc, xfree);
95554aad
TT
10210
10211 for (ix = 0;
796a7ff8 10212 VEC_iterate (dwarf2_per_cu_ptr, per_cu->imported_symtabs,
ec94af83 10213 ix, per_cu_iter);
95554aad 10214 ++ix)
ec94af83
DE
10215 {
10216 recursively_compute_inclusions (&result_symtabs, all_children,
f9125b6c 10217 all_type_symtabs, per_cu_iter,
43f3e411 10218 cust);
ec94af83 10219 }
95554aad 10220
ec94af83 10221 /* Now we have a transitive closure of all the included symtabs. */
43f3e411
DE
10222 len = VEC_length (compunit_symtab_ptr, result_symtabs);
10223 cust->includes
ed2dc618 10224 = XOBNEWVEC (&per_cu->dwarf2_per_objfile->objfile->objfile_obstack,
8d749320 10225 struct compunit_symtab *, len + 1);
95554aad 10226 for (ix = 0;
43f3e411
DE
10227 VEC_iterate (compunit_symtab_ptr, result_symtabs, ix,
10228 compunit_symtab_iter);
95554aad 10229 ++ix)
43f3e411
DE
10230 cust->includes[ix] = compunit_symtab_iter;
10231 cust->includes[len] = NULL;
95554aad 10232
43f3e411 10233 VEC_free (compunit_symtab_ptr, result_symtabs);
95554aad 10234 htab_delete (all_children);
ec94af83 10235 htab_delete (all_type_symtabs);
95554aad
TT
10236 }
10237}
10238
10239/* Compute the 'includes' field for the symtabs of all the CUs we just
10240 read. */
10241
10242static void
ed2dc618 10243process_cu_includes (struct dwarf2_per_objfile *dwarf2_per_objfile)
95554aad
TT
10244{
10245 int ix;
10246 struct dwarf2_per_cu_data *iter;
10247
10248 for (ix = 0;
10249 VEC_iterate (dwarf2_per_cu_ptr, dwarf2_per_objfile->just_read_cus,
10250 ix, iter);
10251 ++ix)
f4dc4d17
DE
10252 {
10253 if (! iter->is_debug_types)
43f3e411 10254 compute_compunit_symtab_includes (iter);
f4dc4d17 10255 }
95554aad
TT
10256
10257 VEC_free (dwarf2_per_cu_ptr, dwarf2_per_objfile->just_read_cus);
10258}
10259
9cdd5dbd 10260/* Generate full symbol information for PER_CU, whose DIEs have
10b3939b
DJ
10261 already been loaded into memory. */
10262
10263static void
95554aad
TT
10264process_full_comp_unit (struct dwarf2_per_cu_data *per_cu,
10265 enum language pretend_language)
10b3939b 10266{
10b3939b 10267 struct dwarf2_cu *cu = per_cu->cu;
ed2dc618
SM
10268 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
10269 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 10270 struct gdbarch *gdbarch = get_objfile_arch (objfile);
10b3939b 10271 CORE_ADDR lowpc, highpc;
43f3e411 10272 struct compunit_symtab *cust;
10b3939b 10273 CORE_ADDR baseaddr;
4359dff1 10274 struct block *static_block;
3e29f34a 10275 CORE_ADDR addr;
10b3939b
DJ
10276
10277 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
10278
10b3939b 10279 buildsym_init ();
33c7c59d 10280 scoped_free_pendings free_pending;
c89b44cd
TT
10281
10282 /* Clear the list here in case something was left over. */
10283 cu->method_list.clear ();
10b3939b
DJ
10284
10285 cu->list_in_scope = &file_symbols;
c906108c 10286
95554aad
TT
10287 cu->language = pretend_language;
10288 cu->language_defn = language_def (cu->language);
10289
c906108c 10290 /* Do line number decoding in read_file_scope () */
10b3939b 10291 process_die (cu->dies, cu);
c906108c 10292
a766d390
DE
10293 /* For now fudge the Go package. */
10294 if (cu->language == language_go)
10295 fixup_go_packaging (cu);
10296
3da10d80
KS
10297 /* Now that we have processed all the DIEs in the CU, all the types
10298 should be complete, and it should now be safe to compute all of the
10299 physnames. */
10300 compute_delayed_physnames (cu);
3da10d80 10301
c9317f21
TT
10302 if (cu->language == language_rust)
10303 rust_union_quirks (cu);
10304
fae299cd
DC
10305 /* Some compilers don't define a DW_AT_high_pc attribute for the
10306 compilation unit. If the DW_AT_high_pc is missing, synthesize
10307 it, by scanning the DIE's below the compilation unit. */
10b3939b 10308 get_scope_pc_bounds (cu->dies, &lowpc, &highpc, cu);
c906108c 10309
3e29f34a
MR
10310 addr = gdbarch_adjust_dwarf2_addr (gdbarch, highpc + baseaddr);
10311 static_block = end_symtab_get_static_block (addr, 0, 1);
4359dff1
JK
10312
10313 /* If the comp unit has DW_AT_ranges, it may have discontiguous ranges.
10314 Also, DW_AT_ranges may record ranges not belonging to any child DIEs
10315 (such as virtual method tables). Record the ranges in STATIC_BLOCK's
10316 addrmap to help ensure it has an accurate map of pc values belonging to
10317 this comp unit. */
10318 dwarf2_record_block_ranges (cu->dies, static_block, baseaddr, cu);
10319
43f3e411
DE
10320 cust = end_symtab_from_static_block (static_block,
10321 SECT_OFF_TEXT (objfile), 0);
c906108c 10322
43f3e411 10323 if (cust != NULL)
c906108c 10324 {
df15bd07 10325 int gcc_4_minor = producer_is_gcc_ge_4 (cu->producer);
4632c0d0 10326
8be455d7
JK
10327 /* Set symtab language to language from DW_AT_language. If the
10328 compilation is from a C file generated by language preprocessors, do
10329 not set the language if it was already deduced by start_subfile. */
43f3e411 10330 if (!(cu->language == language_c
40e3ad0e 10331 && COMPUNIT_FILETABS (cust)->language != language_unknown))
43f3e411 10332 COMPUNIT_FILETABS (cust)->language = cu->language;
8be455d7
JK
10333
10334 /* GCC-4.0 has started to support -fvar-tracking. GCC-3.x still can
10335 produce DW_AT_location with location lists but it can be possibly
ab260dad
JK
10336 invalid without -fvar-tracking. Still up to GCC-4.4.x incl. 4.4.0
10337 there were bugs in prologue debug info, fixed later in GCC-4.5
10338 by "unwind info for epilogues" patch (which is not directly related).
8be455d7
JK
10339
10340 For -gdwarf-4 type units LOCATIONS_VALID indication is fortunately not
10341 needed, it would be wrong due to missing DW_AT_producer there.
10342
10343 Still one can confuse GDB by using non-standard GCC compilation
10344 options - this waits on GCC PR other/32998 (-frecord-gcc-switches).
10345 */
ab260dad 10346 if (cu->has_loclist && gcc_4_minor >= 5)
43f3e411 10347 cust->locations_valid = 1;
e0d00bc7
JK
10348
10349 if (gcc_4_minor >= 5)
43f3e411 10350 cust->epilogue_unwind_valid = 1;
96408a79 10351
43f3e411 10352 cust->call_site_htab = cu->call_site_htab;
c906108c 10353 }
9291a0cd
TT
10354
10355 if (dwarf2_per_objfile->using_index)
43f3e411 10356 per_cu->v.quick->compunit_symtab = cust;
9291a0cd
TT
10357 else
10358 {
10359 struct partial_symtab *pst = per_cu->v.psymtab;
43f3e411 10360 pst->compunit_symtab = cust;
9291a0cd
TT
10361 pst->readin = 1;
10362 }
c906108c 10363
95554aad
TT
10364 /* Push it for inclusion processing later. */
10365 VEC_safe_push (dwarf2_per_cu_ptr, dwarf2_per_objfile->just_read_cus, per_cu);
f4dc4d17 10366}
45cfd468 10367
f4dc4d17
DE
10368/* Generate full symbol information for type unit PER_CU, whose DIEs have
10369 already been loaded into memory. */
10370
10371static void
10372process_full_type_unit (struct dwarf2_per_cu_data *per_cu,
10373 enum language pretend_language)
10374{
10375 struct dwarf2_cu *cu = per_cu->cu;
ed2dc618
SM
10376 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
10377 struct objfile *objfile = dwarf2_per_objfile->objfile;
43f3e411 10378 struct compunit_symtab *cust;
0186c6a7
DE
10379 struct signatured_type *sig_type;
10380
10381 gdb_assert (per_cu->is_debug_types);
10382 sig_type = (struct signatured_type *) per_cu;
f4dc4d17
DE
10383
10384 buildsym_init ();
33c7c59d 10385 scoped_free_pendings free_pending;
c89b44cd
TT
10386
10387 /* Clear the list here in case something was left over. */
10388 cu->method_list.clear ();
f4dc4d17
DE
10389
10390 cu->list_in_scope = &file_symbols;
10391
10392 cu->language = pretend_language;
10393 cu->language_defn = language_def (cu->language);
10394
10395 /* The symbol tables are set up in read_type_unit_scope. */
10396 process_die (cu->dies, cu);
10397
10398 /* For now fudge the Go package. */
10399 if (cu->language == language_go)
10400 fixup_go_packaging (cu);
10401
10402 /* Now that we have processed all the DIEs in the CU, all the types
10403 should be complete, and it should now be safe to compute all of the
10404 physnames. */
10405 compute_delayed_physnames (cu);
f4dc4d17 10406
c9317f21
TT
10407 if (cu->language == language_rust)
10408 rust_union_quirks (cu);
10409
f4dc4d17
DE
10410 /* TUs share symbol tables.
10411 If this is the first TU to use this symtab, complete the construction
094b34ac
DE
10412 of it with end_expandable_symtab. Otherwise, complete the addition of
10413 this TU's symbols to the existing symtab. */
43f3e411 10414 if (sig_type->type_unit_group->compunit_symtab == NULL)
45cfd468 10415 {
43f3e411
DE
10416 cust = end_expandable_symtab (0, SECT_OFF_TEXT (objfile));
10417 sig_type->type_unit_group->compunit_symtab = cust;
f4dc4d17 10418
43f3e411 10419 if (cust != NULL)
f4dc4d17
DE
10420 {
10421 /* Set symtab language to language from DW_AT_language. If the
10422 compilation is from a C file generated by language preprocessors,
10423 do not set the language if it was already deduced by
10424 start_subfile. */
43f3e411
DE
10425 if (!(cu->language == language_c
10426 && COMPUNIT_FILETABS (cust)->language != language_c))
10427 COMPUNIT_FILETABS (cust)->language = cu->language;
f4dc4d17
DE
10428 }
10429 }
10430 else
10431 {
0ab9ce85 10432 augment_type_symtab ();
43f3e411 10433 cust = sig_type->type_unit_group->compunit_symtab;
f4dc4d17
DE
10434 }
10435
10436 if (dwarf2_per_objfile->using_index)
43f3e411 10437 per_cu->v.quick->compunit_symtab = cust;
f4dc4d17
DE
10438 else
10439 {
10440 struct partial_symtab *pst = per_cu->v.psymtab;
43f3e411 10441 pst->compunit_symtab = cust;
f4dc4d17 10442 pst->readin = 1;
45cfd468 10443 }
c906108c
SS
10444}
10445
95554aad
TT
10446/* Process an imported unit DIE. */
10447
10448static void
10449process_imported_unit_die (struct die_info *die, struct dwarf2_cu *cu)
10450{
10451 struct attribute *attr;
10452
f4dc4d17
DE
10453 /* For now we don't handle imported units in type units. */
10454 if (cu->per_cu->is_debug_types)
10455 {
10456 error (_("Dwarf Error: DW_TAG_imported_unit is not"
10457 " supported in type units [in module %s]"),
518817b3 10458 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
f4dc4d17
DE
10459 }
10460
95554aad
TT
10461 attr = dwarf2_attr (die, DW_AT_import, cu);
10462 if (attr != NULL)
10463 {
9c541725
PA
10464 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
10465 bool is_dwz = (attr->form == DW_FORM_GNU_ref_alt || cu->per_cu->is_dwz);
10466 dwarf2_per_cu_data *per_cu
e3b94546 10467 = dwarf2_find_containing_comp_unit (sect_off, is_dwz,
518817b3 10468 cu->per_cu->dwarf2_per_objfile);
95554aad 10469
69d751e3 10470 /* If necessary, add it to the queue and load its DIEs. */
95554aad 10471 if (maybe_queue_comp_unit (cu, per_cu, cu->language))
58f0c718 10472 load_full_comp_unit (per_cu, false, cu->language);
95554aad 10473
796a7ff8 10474 VEC_safe_push (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs,
95554aad
TT
10475 per_cu);
10476 }
10477}
10478
4c8aa72d
PA
10479/* RAII object that represents a process_die scope: i.e.,
10480 starts/finishes processing a DIE. */
10481class process_die_scope
adde2bff 10482{
4c8aa72d
PA
10483public:
10484 process_die_scope (die_info *die, dwarf2_cu *cu)
10485 : m_die (die), m_cu (cu)
10486 {
10487 /* We should only be processing DIEs not already in process. */
10488 gdb_assert (!m_die->in_process);
10489 m_die->in_process = true;
10490 }
8c3cb9fa 10491
4c8aa72d
PA
10492 ~process_die_scope ()
10493 {
10494 m_die->in_process = false;
10495
10496 /* If we're done processing the DIE for the CU that owns the line
10497 header, we don't need the line header anymore. */
10498 if (m_cu->line_header_die_owner == m_die)
10499 {
10500 delete m_cu->line_header;
10501 m_cu->line_header = NULL;
10502 m_cu->line_header_die_owner = NULL;
10503 }
10504 }
10505
10506private:
10507 die_info *m_die;
10508 dwarf2_cu *m_cu;
10509};
adde2bff 10510
c906108c
SS
10511/* Process a die and its children. */
10512
10513static void
e7c27a73 10514process_die (struct die_info *die, struct dwarf2_cu *cu)
c906108c 10515{
4c8aa72d 10516 process_die_scope scope (die, cu);
adde2bff 10517
c906108c
SS
10518 switch (die->tag)
10519 {
10520 case DW_TAG_padding:
10521 break;
10522 case DW_TAG_compile_unit:
95554aad 10523 case DW_TAG_partial_unit:
e7c27a73 10524 read_file_scope (die, cu);
c906108c 10525 break;
348e048f
DE
10526 case DW_TAG_type_unit:
10527 read_type_unit_scope (die, cu);
10528 break;
c906108c 10529 case DW_TAG_subprogram:
c906108c 10530 case DW_TAG_inlined_subroutine:
edb3359d 10531 read_func_scope (die, cu);
c906108c
SS
10532 break;
10533 case DW_TAG_lexical_block:
14898363
L
10534 case DW_TAG_try_block:
10535 case DW_TAG_catch_block:
e7c27a73 10536 read_lexical_block_scope (die, cu);
c906108c 10537 break;
216f72a1 10538 case DW_TAG_call_site:
96408a79
SA
10539 case DW_TAG_GNU_call_site:
10540 read_call_site_scope (die, cu);
10541 break;
c906108c 10542 case DW_TAG_class_type:
680b30c7 10543 case DW_TAG_interface_type:
c906108c
SS
10544 case DW_TAG_structure_type:
10545 case DW_TAG_union_type:
134d01f1 10546 process_structure_scope (die, cu);
c906108c
SS
10547 break;
10548 case DW_TAG_enumeration_type:
134d01f1 10549 process_enumeration_scope (die, cu);
c906108c 10550 break;
134d01f1 10551
f792889a
DJ
10552 /* These dies have a type, but processing them does not create
10553 a symbol or recurse to process the children. Therefore we can
10554 read them on-demand through read_type_die. */
c906108c 10555 case DW_TAG_subroutine_type:
72019c9c 10556 case DW_TAG_set_type:
c906108c 10557 case DW_TAG_array_type:
c906108c 10558 case DW_TAG_pointer_type:
c906108c 10559 case DW_TAG_ptr_to_member_type:
c906108c 10560 case DW_TAG_reference_type:
4297a3f0 10561 case DW_TAG_rvalue_reference_type:
c906108c 10562 case DW_TAG_string_type:
c906108c 10563 break;
134d01f1 10564
c906108c 10565 case DW_TAG_base_type:
a02abb62 10566 case DW_TAG_subrange_type:
cb249c71 10567 case DW_TAG_typedef:
134d01f1
DJ
10568 /* Add a typedef symbol for the type definition, if it has a
10569 DW_AT_name. */
f792889a 10570 new_symbol (die, read_type_die (die, cu), cu);
a02abb62 10571 break;
c906108c 10572 case DW_TAG_common_block:
e7c27a73 10573 read_common_block (die, cu);
c906108c
SS
10574 break;
10575 case DW_TAG_common_inclusion:
10576 break;
d9fa45fe 10577 case DW_TAG_namespace:
4d4ec4e5 10578 cu->processing_has_namespace_info = 1;
e7c27a73 10579 read_namespace (die, cu);
d9fa45fe 10580 break;
5d7cb8df 10581 case DW_TAG_module:
4d4ec4e5 10582 cu->processing_has_namespace_info = 1;
5d7cb8df
JK
10583 read_module (die, cu);
10584 break;
d9fa45fe 10585 case DW_TAG_imported_declaration:
74921315
KS
10586 cu->processing_has_namespace_info = 1;
10587 if (read_namespace_alias (die, cu))
10588 break;
86a73007
TT
10589 /* The declaration is not a global namespace alias. */
10590 /* Fall through. */
d9fa45fe 10591 case DW_TAG_imported_module:
4d4ec4e5 10592 cu->processing_has_namespace_info = 1;
27aa8d6a
SW
10593 if (die->child != NULL && (die->tag == DW_TAG_imported_declaration
10594 || cu->language != language_fortran))
10595 complaint (&symfile_complaints, _("Tag '%s' has unexpected children"),
10596 dwarf_tag_name (die->tag));
10597 read_import_statement (die, cu);
d9fa45fe 10598 break;
95554aad
TT
10599
10600 case DW_TAG_imported_unit:
10601 process_imported_unit_die (die, cu);
10602 break;
10603
71a3c369
TT
10604 case DW_TAG_variable:
10605 read_variable (die, cu);
10606 break;
10607
c906108c 10608 default:
e7c27a73 10609 new_symbol (die, NULL, cu);
c906108c
SS
10610 break;
10611 }
10612}
ca69b9e6
DE
10613\f
10614/* DWARF name computation. */
c906108c 10615
94af9270
KS
10616/* A helper function for dwarf2_compute_name which determines whether DIE
10617 needs to have the name of the scope prepended to the name listed in the
10618 die. */
10619
10620static int
10621die_needs_namespace (struct die_info *die, struct dwarf2_cu *cu)
10622{
1c809c68
TT
10623 struct attribute *attr;
10624
94af9270
KS
10625 switch (die->tag)
10626 {
10627 case DW_TAG_namespace:
10628 case DW_TAG_typedef:
10629 case DW_TAG_class_type:
10630 case DW_TAG_interface_type:
10631 case DW_TAG_structure_type:
10632 case DW_TAG_union_type:
10633 case DW_TAG_enumeration_type:
10634 case DW_TAG_enumerator:
10635 case DW_TAG_subprogram:
08a76f8a 10636 case DW_TAG_inlined_subroutine:
94af9270 10637 case DW_TAG_member:
74921315 10638 case DW_TAG_imported_declaration:
94af9270
KS
10639 return 1;
10640
10641 case DW_TAG_variable:
c2b0a229 10642 case DW_TAG_constant:
94af9270
KS
10643 /* We only need to prefix "globally" visible variables. These include
10644 any variable marked with DW_AT_external or any variable that
10645 lives in a namespace. [Variables in anonymous namespaces
10646 require prefixing, but they are not DW_AT_external.] */
10647
10648 if (dwarf2_attr (die, DW_AT_specification, cu))
10649 {
10650 struct dwarf2_cu *spec_cu = cu;
9a619af0 10651
94af9270
KS
10652 return die_needs_namespace (die_specification (die, &spec_cu),
10653 spec_cu);
10654 }
10655
1c809c68 10656 attr = dwarf2_attr (die, DW_AT_external, cu);
f55ee35c
JK
10657 if (attr == NULL && die->parent->tag != DW_TAG_namespace
10658 && die->parent->tag != DW_TAG_module)
1c809c68
TT
10659 return 0;
10660 /* A variable in a lexical block of some kind does not need a
10661 namespace, even though in C++ such variables may be external
10662 and have a mangled name. */
10663 if (die->parent->tag == DW_TAG_lexical_block
10664 || die->parent->tag == DW_TAG_try_block
1054b214
TT
10665 || die->parent->tag == DW_TAG_catch_block
10666 || die->parent->tag == DW_TAG_subprogram)
1c809c68
TT
10667 return 0;
10668 return 1;
94af9270
KS
10669
10670 default:
10671 return 0;
10672 }
10673}
10674
73b9be8b
KS
10675/* Return the DIE's linkage name attribute, either DW_AT_linkage_name
10676 or DW_AT_MIPS_linkage_name. Returns NULL if the attribute is not
10677 defined for the given DIE. */
10678
10679static struct attribute *
10680dw2_linkage_name_attr (struct die_info *die, struct dwarf2_cu *cu)
10681{
10682 struct attribute *attr;
10683
10684 attr = dwarf2_attr (die, DW_AT_linkage_name, cu);
10685 if (attr == NULL)
10686 attr = dwarf2_attr (die, DW_AT_MIPS_linkage_name, cu);
10687
10688 return attr;
10689}
10690
10691/* Return the DIE's linkage name as a string, either DW_AT_linkage_name
10692 or DW_AT_MIPS_linkage_name. Returns NULL if the attribute is not
10693 defined for the given DIE. */
10694
10695static const char *
10696dw2_linkage_name (struct die_info *die, struct dwarf2_cu *cu)
10697{
10698 const char *linkage_name;
10699
10700 linkage_name = dwarf2_string_attr (die, DW_AT_linkage_name, cu);
10701 if (linkage_name == NULL)
10702 linkage_name = dwarf2_string_attr (die, DW_AT_MIPS_linkage_name, cu);
10703
10704 return linkage_name;
10705}
10706
94af9270 10707/* Compute the fully qualified name of DIE in CU. If PHYSNAME is nonzero,
a766d390 10708 compute the physname for the object, which include a method's:
9c37b5ae 10709 - formal parameters (C++),
a766d390 10710 - receiver type (Go),
a766d390
DE
10711
10712 The term "physname" is a bit confusing.
10713 For C++, for example, it is the demangled name.
10714 For Go, for example, it's the mangled name.
94af9270 10715
af6b7be1
JB
10716 For Ada, return the DIE's linkage name rather than the fully qualified
10717 name. PHYSNAME is ignored..
10718
94af9270
KS
10719 The result is allocated on the objfile_obstack and canonicalized. */
10720
10721static const char *
15d034d0
TT
10722dwarf2_compute_name (const char *name,
10723 struct die_info *die, struct dwarf2_cu *cu,
94af9270
KS
10724 int physname)
10725{
518817b3 10726 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
bb5ed363 10727
94af9270
KS
10728 if (name == NULL)
10729 name = dwarf2_name (die, cu);
10730
2ee7123e
DE
10731 /* For Fortran GDB prefers DW_AT_*linkage_name for the physname if present
10732 but otherwise compute it by typename_concat inside GDB.
10733 FIXME: Actually this is not really true, or at least not always true.
10734 It's all very confusing. SYMBOL_SET_NAMES doesn't try to demangle
5e2db402 10735 Fortran names because there is no mangling standard. So new_symbol
2ee7123e
DE
10736 will set the demangled name to the result of dwarf2_full_name, and it is
10737 the demangled name that GDB uses if it exists. */
f55ee35c
JK
10738 if (cu->language == language_ada
10739 || (cu->language == language_fortran && physname))
10740 {
10741 /* For Ada unit, we prefer the linkage name over the name, as
10742 the former contains the exported name, which the user expects
10743 to be able to reference. Ideally, we want the user to be able
10744 to reference this entity using either natural or linkage name,
10745 but we haven't started looking at this enhancement yet. */
73b9be8b 10746 const char *linkage_name = dw2_linkage_name (die, cu);
f55ee35c 10747
2ee7123e
DE
10748 if (linkage_name != NULL)
10749 return linkage_name;
f55ee35c
JK
10750 }
10751
94af9270
KS
10752 /* These are the only languages we know how to qualify names in. */
10753 if (name != NULL
9c37b5ae 10754 && (cu->language == language_cplus
c44af4eb
TT
10755 || cu->language == language_fortran || cu->language == language_d
10756 || cu->language == language_rust))
94af9270
KS
10757 {
10758 if (die_needs_namespace (die, cu))
10759 {
0d5cff50 10760 const char *prefix;
34a68019 10761 const char *canonical_name = NULL;
94af9270 10762
d7e74731
PA
10763 string_file buf;
10764
94af9270 10765 prefix = determine_prefix (die, cu);
94af9270
KS
10766 if (*prefix != '\0')
10767 {
f55ee35c
JK
10768 char *prefixed_name = typename_concat (NULL, prefix, name,
10769 physname, cu);
9a619af0 10770
d7e74731 10771 buf.puts (prefixed_name);
94af9270
KS
10772 xfree (prefixed_name);
10773 }
10774 else
d7e74731 10775 buf.puts (name);
94af9270 10776
98bfdba5
PA
10777 /* Template parameters may be specified in the DIE's DW_AT_name, or
10778 as children with DW_TAG_template_type_param or
10779 DW_TAG_value_type_param. If the latter, add them to the name
10780 here. If the name already has template parameters, then
10781 skip this step; some versions of GCC emit both, and
10782 it is more efficient to use the pre-computed name.
10783
10784 Something to keep in mind about this process: it is very
10785 unlikely, or in some cases downright impossible, to produce
10786 something that will match the mangled name of a function.
10787 If the definition of the function has the same debug info,
10788 we should be able to match up with it anyway. But fallbacks
10789 using the minimal symbol, for instance to find a method
10790 implemented in a stripped copy of libstdc++, will not work.
10791 If we do not have debug info for the definition, we will have to
10792 match them up some other way.
10793
10794 When we do name matching there is a related problem with function
10795 templates; two instantiated function templates are allowed to
10796 differ only by their return types, which we do not add here. */
10797
10798 if (cu->language == language_cplus && strchr (name, '<') == NULL)
10799 {
10800 struct attribute *attr;
10801 struct die_info *child;
10802 int first = 1;
10803
10804 die->building_fullname = 1;
10805
10806 for (child = die->child; child != NULL; child = child->sibling)
10807 {
10808 struct type *type;
12df843f 10809 LONGEST value;
d521ce57 10810 const gdb_byte *bytes;
98bfdba5
PA
10811 struct dwarf2_locexpr_baton *baton;
10812 struct value *v;
10813
10814 if (child->tag != DW_TAG_template_type_param
10815 && child->tag != DW_TAG_template_value_param)
10816 continue;
10817
10818 if (first)
10819 {
d7e74731 10820 buf.puts ("<");
98bfdba5
PA
10821 first = 0;
10822 }
10823 else
d7e74731 10824 buf.puts (", ");
98bfdba5
PA
10825
10826 attr = dwarf2_attr (child, DW_AT_type, cu);
10827 if (attr == NULL)
10828 {
10829 complaint (&symfile_complaints,
10830 _("template parameter missing DW_AT_type"));
d7e74731 10831 buf.puts ("UNKNOWN_TYPE");
98bfdba5
PA
10832 continue;
10833 }
10834 type = die_type (child, cu);
10835
10836 if (child->tag == DW_TAG_template_type_param)
10837 {
d7e74731 10838 c_print_type (type, "", &buf, -1, 0, &type_print_raw_options);
98bfdba5
PA
10839 continue;
10840 }
10841
10842 attr = dwarf2_attr (child, DW_AT_const_value, cu);
10843 if (attr == NULL)
10844 {
10845 complaint (&symfile_complaints,
3e43a32a
MS
10846 _("template parameter missing "
10847 "DW_AT_const_value"));
d7e74731 10848 buf.puts ("UNKNOWN_VALUE");
98bfdba5
PA
10849 continue;
10850 }
10851
10852 dwarf2_const_value_attr (attr, type, name,
10853 &cu->comp_unit_obstack, cu,
10854 &value, &bytes, &baton);
10855
10856 if (TYPE_NOSIGN (type))
10857 /* GDB prints characters as NUMBER 'CHAR'. If that's
10858 changed, this can use value_print instead. */
d7e74731 10859 c_printchar (value, type, &buf);
98bfdba5
PA
10860 else
10861 {
10862 struct value_print_options opts;
10863
10864 if (baton != NULL)
10865 v = dwarf2_evaluate_loc_desc (type, NULL,
10866 baton->data,
10867 baton->size,
10868 baton->per_cu);
10869 else if (bytes != NULL)
10870 {
10871 v = allocate_value (type);
10872 memcpy (value_contents_writeable (v), bytes,
10873 TYPE_LENGTH (type));
10874 }
10875 else
10876 v = value_from_longest (type, value);
10877
3e43a32a
MS
10878 /* Specify decimal so that we do not depend on
10879 the radix. */
98bfdba5
PA
10880 get_formatted_print_options (&opts, 'd');
10881 opts.raw = 1;
d7e74731 10882 value_print (v, &buf, &opts);
98bfdba5 10883 release_value (v);
98bfdba5
PA
10884 }
10885 }
10886
10887 die->building_fullname = 0;
10888
10889 if (!first)
10890 {
10891 /* Close the argument list, with a space if necessary
10892 (nested templates). */
d7e74731
PA
10893 if (!buf.empty () && buf.string ().back () == '>')
10894 buf.puts (" >");
98bfdba5 10895 else
d7e74731 10896 buf.puts (">");
98bfdba5
PA
10897 }
10898 }
10899
9c37b5ae 10900 /* For C++ methods, append formal parameter type
94af9270 10901 information, if PHYSNAME. */
6e70227d 10902
94af9270 10903 if (physname && die->tag == DW_TAG_subprogram
9c37b5ae 10904 && cu->language == language_cplus)
94af9270
KS
10905 {
10906 struct type *type = read_type_die (die, cu);
10907
d7e74731 10908 c_type_print_args (type, &buf, 1, cu->language,
79d43c61 10909 &type_print_raw_options);
94af9270 10910
9c37b5ae 10911 if (cu->language == language_cplus)
94af9270 10912 {
60430eff
DJ
10913 /* Assume that an artificial first parameter is
10914 "this", but do not crash if it is not. RealView
10915 marks unnamed (and thus unused) parameters as
10916 artificial; there is no way to differentiate
10917 the two cases. */
94af9270
KS
10918 if (TYPE_NFIELDS (type) > 0
10919 && TYPE_FIELD_ARTIFICIAL (type, 0)
60430eff 10920 && TYPE_CODE (TYPE_FIELD_TYPE (type, 0)) == TYPE_CODE_PTR
3e43a32a
MS
10921 && TYPE_CONST (TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (type,
10922 0))))
d7e74731 10923 buf.puts (" const");
94af9270
KS
10924 }
10925 }
10926
d7e74731 10927 const std::string &intermediate_name = buf.string ();
94af9270
KS
10928
10929 if (cu->language == language_cplus)
34a68019 10930 canonical_name
322a8516 10931 = dwarf2_canonicalize_name (intermediate_name.c_str (), cu,
34a68019
TT
10932 &objfile->per_bfd->storage_obstack);
10933
10934 /* If we only computed INTERMEDIATE_NAME, or if
10935 INTERMEDIATE_NAME is already canonical, then we need to
10936 copy it to the appropriate obstack. */
322a8516 10937 if (canonical_name == NULL || canonical_name == intermediate_name.c_str ())
224c3ddb
SM
10938 name = ((const char *)
10939 obstack_copy0 (&objfile->per_bfd->storage_obstack,
322a8516
PA
10940 intermediate_name.c_str (),
10941 intermediate_name.length ()));
34a68019
TT
10942 else
10943 name = canonical_name;
94af9270
KS
10944 }
10945 }
10946
10947 return name;
10948}
10949
0114d602
DJ
10950/* Return the fully qualified name of DIE, based on its DW_AT_name.
10951 If scope qualifiers are appropriate they will be added. The result
34a68019 10952 will be allocated on the storage_obstack, or NULL if the DIE does
94af9270
KS
10953 not have a name. NAME may either be from a previous call to
10954 dwarf2_name or NULL.
10955
9c37b5ae 10956 The output string will be canonicalized (if C++). */
0114d602
DJ
10957
10958static const char *
15d034d0 10959dwarf2_full_name (const char *name, struct die_info *die, struct dwarf2_cu *cu)
0114d602 10960{
94af9270
KS
10961 return dwarf2_compute_name (name, die, cu, 0);
10962}
0114d602 10963
94af9270
KS
10964/* Construct a physname for the given DIE in CU. NAME may either be
10965 from a previous call to dwarf2_name or NULL. The result will be
10966 allocated on the objfile_objstack or NULL if the DIE does not have a
10967 name.
0114d602 10968
9c37b5ae 10969 The output string will be canonicalized (if C++). */
0114d602 10970
94af9270 10971static const char *
15d034d0 10972dwarf2_physname (const char *name, struct die_info *die, struct dwarf2_cu *cu)
94af9270 10973{
518817b3 10974 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
900e11f9 10975 const char *retval, *mangled = NULL, *canon = NULL;
900e11f9
JK
10976 int need_copy = 1;
10977
10978 /* In this case dwarf2_compute_name is just a shortcut not building anything
10979 on its own. */
10980 if (!die_needs_namespace (die, cu))
10981 return dwarf2_compute_name (name, die, cu, 1);
10982
73b9be8b 10983 mangled = dw2_linkage_name (die, cu);
900e11f9 10984
e98c9e7c
TT
10985 /* rustc emits invalid values for DW_AT_linkage_name. Ignore these.
10986 See https://github.com/rust-lang/rust/issues/32925. */
10987 if (cu->language == language_rust && mangled != NULL
10988 && strchr (mangled, '{') != NULL)
10989 mangled = NULL;
10990
900e11f9
JK
10991 /* DW_AT_linkage_name is missing in some cases - depend on what GDB
10992 has computed. */
791afaa2 10993 gdb::unique_xmalloc_ptr<char> demangled;
7d45c7c3 10994 if (mangled != NULL)
900e11f9 10995 {
900e11f9 10996
59cc4834
JB
10997 if (language_def (cu->language)->la_store_sym_names_in_linkage_form_p)
10998 {
10999 /* Do nothing (do not demangle the symbol name). */
11000 }
11001 else if (cu->language == language_go)
a766d390 11002 {
5e2db402
TT
11003 /* This is a lie, but we already lie to the caller new_symbol.
11004 new_symbol assumes we return the mangled name.
a766d390 11005 This just undoes that lie until things are cleaned up. */
a766d390
DE
11006 }
11007 else
11008 {
0eb876f5
JB
11009 /* Use DMGL_RET_DROP for C++ template functions to suppress
11010 their return type. It is easier for GDB users to search
11011 for such functions as `name(params)' than `long name(params)'.
11012 In such case the minimal symbol names do not match the full
11013 symbol names but for template functions there is never a need
11014 to look up their definition from their declaration so
11015 the only disadvantage remains the minimal symbol variant
11016 `long name(params)' does not have the proper inferior type. */
791afaa2
TT
11017 demangled.reset (gdb_demangle (mangled,
11018 (DMGL_PARAMS | DMGL_ANSI
11019 | DMGL_RET_DROP)));
a766d390 11020 }
900e11f9 11021 if (demangled)
791afaa2 11022 canon = demangled.get ();
900e11f9
JK
11023 else
11024 {
11025 canon = mangled;
11026 need_copy = 0;
11027 }
11028 }
11029
11030 if (canon == NULL || check_physname)
11031 {
11032 const char *physname = dwarf2_compute_name (name, die, cu, 1);
11033
11034 if (canon != NULL && strcmp (physname, canon) != 0)
11035 {
11036 /* It may not mean a bug in GDB. The compiler could also
11037 compute DW_AT_linkage_name incorrectly. But in such case
11038 GDB would need to be bug-to-bug compatible. */
11039
11040 complaint (&symfile_complaints,
11041 _("Computed physname <%s> does not match demangled <%s> "
9d8780f0
SM
11042 "(from linkage <%s>) - DIE at %s [in module %s]"),
11043 physname, canon, mangled, sect_offset_str (die->sect_off),
4262abfb 11044 objfile_name (objfile));
900e11f9
JK
11045
11046 /* Prefer DW_AT_linkage_name (in the CANON form) - when it
11047 is available here - over computed PHYSNAME. It is safer
11048 against both buggy GDB and buggy compilers. */
11049
11050 retval = canon;
11051 }
11052 else
11053 {
11054 retval = physname;
11055 need_copy = 0;
11056 }
11057 }
11058 else
11059 retval = canon;
11060
11061 if (need_copy)
224c3ddb
SM
11062 retval = ((const char *)
11063 obstack_copy0 (&objfile->per_bfd->storage_obstack,
11064 retval, strlen (retval)));
900e11f9 11065
900e11f9 11066 return retval;
0114d602
DJ
11067}
11068
74921315
KS
11069/* Inspect DIE in CU for a namespace alias. If one exists, record
11070 a new symbol for it.
11071
11072 Returns 1 if a namespace alias was recorded, 0 otherwise. */
11073
11074static int
11075read_namespace_alias (struct die_info *die, struct dwarf2_cu *cu)
11076{
11077 struct attribute *attr;
11078
11079 /* If the die does not have a name, this is not a namespace
11080 alias. */
11081 attr = dwarf2_attr (die, DW_AT_name, cu);
11082 if (attr != NULL)
11083 {
11084 int num;
11085 struct die_info *d = die;
11086 struct dwarf2_cu *imported_cu = cu;
11087
11088 /* If the compiler has nested DW_AT_imported_declaration DIEs,
11089 keep inspecting DIEs until we hit the underlying import. */
11090#define MAX_NESTED_IMPORTED_DECLARATIONS 100
11091 for (num = 0; num < MAX_NESTED_IMPORTED_DECLARATIONS; ++num)
11092 {
11093 attr = dwarf2_attr (d, DW_AT_import, cu);
11094 if (attr == NULL)
11095 break;
11096
11097 d = follow_die_ref (d, attr, &imported_cu);
11098 if (d->tag != DW_TAG_imported_declaration)
11099 break;
11100 }
11101
11102 if (num == MAX_NESTED_IMPORTED_DECLARATIONS)
11103 {
11104 complaint (&symfile_complaints,
9d8780f0
SM
11105 _("DIE at %s has too many recursively imported "
11106 "declarations"), sect_offset_str (d->sect_off));
74921315
KS
11107 return 0;
11108 }
11109
11110 if (attr != NULL)
11111 {
11112 struct type *type;
9c541725 11113 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
74921315 11114
9c541725 11115 type = get_die_type_at_offset (sect_off, cu->per_cu);
74921315
KS
11116 if (type != NULL && TYPE_CODE (type) == TYPE_CODE_NAMESPACE)
11117 {
11118 /* This declaration is a global namespace alias. Add
11119 a symbol for it whose type is the aliased namespace. */
11120 new_symbol (die, type, cu);
11121 return 1;
11122 }
11123 }
11124 }
11125
11126 return 0;
11127}
11128
22cee43f
PMR
11129/* Return the using directives repository (global or local?) to use in the
11130 current context for LANGUAGE.
11131
11132 For Ada, imported declarations can materialize renamings, which *may* be
11133 global. However it is impossible (for now?) in DWARF to distinguish
11134 "external" imported declarations and "static" ones. As all imported
11135 declarations seem to be static in all other languages, make them all CU-wide
11136 global only in Ada. */
11137
11138static struct using_direct **
11139using_directives (enum language language)
11140{
11141 if (language == language_ada && context_stack_depth == 0)
11142 return &global_using_directives;
11143 else
11144 return &local_using_directives;
11145}
11146
27aa8d6a
SW
11147/* Read the import statement specified by the given die and record it. */
11148
11149static void
11150read_import_statement (struct die_info *die, struct dwarf2_cu *cu)
11151{
518817b3 11152 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
27aa8d6a 11153 struct attribute *import_attr;
32019081 11154 struct die_info *imported_die, *child_die;
de4affc9 11155 struct dwarf2_cu *imported_cu;
27aa8d6a 11156 const char *imported_name;
794684b6 11157 const char *imported_name_prefix;
13387711
SW
11158 const char *canonical_name;
11159 const char *import_alias;
11160 const char *imported_declaration = NULL;
794684b6 11161 const char *import_prefix;
eb1e02fd 11162 std::vector<const char *> excludes;
13387711 11163
27aa8d6a
SW
11164 import_attr = dwarf2_attr (die, DW_AT_import, cu);
11165 if (import_attr == NULL)
11166 {
11167 complaint (&symfile_complaints, _("Tag '%s' has no DW_AT_import"),
11168 dwarf_tag_name (die->tag));
11169 return;
11170 }
11171
de4affc9
CC
11172 imported_cu = cu;
11173 imported_die = follow_die_ref_or_sig (die, import_attr, &imported_cu);
11174 imported_name = dwarf2_name (imported_die, imported_cu);
27aa8d6a
SW
11175 if (imported_name == NULL)
11176 {
11177 /* GCC bug: https://bugzilla.redhat.com/show_bug.cgi?id=506524
11178
11179 The import in the following code:
11180 namespace A
11181 {
11182 typedef int B;
11183 }
11184
11185 int main ()
11186 {
11187 using A::B;
11188 B b;
11189 return b;
11190 }
11191
11192 ...
11193 <2><51>: Abbrev Number: 3 (DW_TAG_imported_declaration)
11194 <52> DW_AT_decl_file : 1
11195 <53> DW_AT_decl_line : 6
11196 <54> DW_AT_import : <0x75>
11197 <2><58>: Abbrev Number: 4 (DW_TAG_typedef)
11198 <59> DW_AT_name : B
11199 <5b> DW_AT_decl_file : 1
11200 <5c> DW_AT_decl_line : 2
11201 <5d> DW_AT_type : <0x6e>
11202 ...
11203 <1><75>: Abbrev Number: 7 (DW_TAG_base_type)
11204 <76> DW_AT_byte_size : 4
11205 <77> DW_AT_encoding : 5 (signed)
11206
11207 imports the wrong die ( 0x75 instead of 0x58 ).
11208 This case will be ignored until the gcc bug is fixed. */
11209 return;
11210 }
11211
82856980
SW
11212 /* Figure out the local name after import. */
11213 import_alias = dwarf2_name (die, cu);
27aa8d6a 11214
794684b6
SW
11215 /* Figure out where the statement is being imported to. */
11216 import_prefix = determine_prefix (die, cu);
11217
11218 /* Figure out what the scope of the imported die is and prepend it
11219 to the name of the imported die. */
de4affc9 11220 imported_name_prefix = determine_prefix (imported_die, imported_cu);
794684b6 11221
f55ee35c
JK
11222 if (imported_die->tag != DW_TAG_namespace
11223 && imported_die->tag != DW_TAG_module)
794684b6 11224 {
13387711
SW
11225 imported_declaration = imported_name;
11226 canonical_name = imported_name_prefix;
794684b6 11227 }
13387711 11228 else if (strlen (imported_name_prefix) > 0)
12aaed36 11229 canonical_name = obconcat (&objfile->objfile_obstack,
45280282
IB
11230 imported_name_prefix,
11231 (cu->language == language_d ? "." : "::"),
11232 imported_name, (char *) NULL);
13387711
SW
11233 else
11234 canonical_name = imported_name;
794684b6 11235
32019081
JK
11236 if (die->tag == DW_TAG_imported_module && cu->language == language_fortran)
11237 for (child_die = die->child; child_die && child_die->tag;
11238 child_die = sibling_die (child_die))
11239 {
11240 /* DWARF-4: A Fortran use statement with a “rename list” may be
11241 represented by an imported module entry with an import attribute
11242 referring to the module and owned entries corresponding to those
11243 entities that are renamed as part of being imported. */
11244
11245 if (child_die->tag != DW_TAG_imported_declaration)
11246 {
11247 complaint (&symfile_complaints,
11248 _("child DW_TAG_imported_declaration expected "
9d8780f0
SM
11249 "- DIE at %s [in module %s]"),
11250 sect_offset_str (child_die->sect_off),
11251 objfile_name (objfile));
32019081
JK
11252 continue;
11253 }
11254
11255 import_attr = dwarf2_attr (child_die, DW_AT_import, cu);
11256 if (import_attr == NULL)
11257 {
11258 complaint (&symfile_complaints, _("Tag '%s' has no DW_AT_import"),
11259 dwarf_tag_name (child_die->tag));
11260 continue;
11261 }
11262
11263 imported_cu = cu;
11264 imported_die = follow_die_ref_or_sig (child_die, import_attr,
11265 &imported_cu);
11266 imported_name = dwarf2_name (imported_die, imported_cu);
11267 if (imported_name == NULL)
11268 {
11269 complaint (&symfile_complaints,
11270 _("child DW_TAG_imported_declaration has unknown "
9d8780f0
SM
11271 "imported name - DIE at %s [in module %s]"),
11272 sect_offset_str (child_die->sect_off),
11273 objfile_name (objfile));
32019081
JK
11274 continue;
11275 }
11276
eb1e02fd 11277 excludes.push_back (imported_name);
32019081
JK
11278
11279 process_die (child_die, cu);
11280 }
11281
22cee43f
PMR
11282 add_using_directive (using_directives (cu->language),
11283 import_prefix,
11284 canonical_name,
11285 import_alias,
11286 imported_declaration,
11287 excludes,
11288 0,
11289 &objfile->objfile_obstack);
27aa8d6a
SW
11290}
11291
5230b05a
WT
11292/* ICC<14 does not output the required DW_AT_declaration on incomplete
11293 types, but gives them a size of zero. Starting with version 14,
11294 ICC is compatible with GCC. */
11295
11296static int
11297producer_is_icc_lt_14 (struct dwarf2_cu *cu)
11298{
11299 if (!cu->checked_producer)
11300 check_producer (cu);
11301
11302 return cu->producer_is_icc_lt_14;
11303}
11304
1b80a9fa
JK
11305/* Check for possibly missing DW_AT_comp_dir with relative .debug_line
11306 directory paths. GCC SVN r127613 (new option -fdebug-prefix-map) fixed
11307 this, it was first present in GCC release 4.3.0. */
11308
11309static int
11310producer_is_gcc_lt_4_3 (struct dwarf2_cu *cu)
11311{
11312 if (!cu->checked_producer)
11313 check_producer (cu);
11314
11315 return cu->producer_is_gcc_lt_4_3;
11316}
11317
d721ba37
PA
11318static file_and_directory
11319find_file_and_directory (struct die_info *die, struct dwarf2_cu *cu)
9291a0cd 11320{
d721ba37
PA
11321 file_and_directory res;
11322
9291a0cd
TT
11323 /* Find the filename. Do not use dwarf2_name here, since the filename
11324 is not a source language identifier. */
d721ba37
PA
11325 res.name = dwarf2_string_attr (die, DW_AT_name, cu);
11326 res.comp_dir = dwarf2_string_attr (die, DW_AT_comp_dir, cu);
9291a0cd 11327
d721ba37
PA
11328 if (res.comp_dir == NULL
11329 && producer_is_gcc_lt_4_3 (cu) && res.name != NULL
11330 && IS_ABSOLUTE_PATH (res.name))
9291a0cd 11331 {
d721ba37
PA
11332 res.comp_dir_storage = ldirname (res.name);
11333 if (!res.comp_dir_storage.empty ())
11334 res.comp_dir = res.comp_dir_storage.c_str ();
9291a0cd 11335 }
d721ba37 11336 if (res.comp_dir != NULL)
9291a0cd
TT
11337 {
11338 /* Irix 6.2 native cc prepends <machine>.: to the compilation
11339 directory, get rid of it. */
d721ba37 11340 const char *cp = strchr (res.comp_dir, ':');
9291a0cd 11341
d721ba37
PA
11342 if (cp && cp != res.comp_dir && cp[-1] == '.' && cp[1] == '/')
11343 res.comp_dir = cp + 1;
9291a0cd
TT
11344 }
11345
d721ba37
PA
11346 if (res.name == NULL)
11347 res.name = "<unknown>";
11348
11349 return res;
9291a0cd
TT
11350}
11351
f4dc4d17
DE
11352/* Handle DW_AT_stmt_list for a compilation unit.
11353 DIE is the DW_TAG_compile_unit die for CU.
c3b7b696
YQ
11354 COMP_DIR is the compilation directory. LOWPC is passed to
11355 dwarf_decode_lines. See dwarf_decode_lines comments about it. */
2ab95328
TT
11356
11357static void
11358handle_DW_AT_stmt_list (struct die_info *die, struct dwarf2_cu *cu,
c3b7b696 11359 const char *comp_dir, CORE_ADDR lowpc) /* ARI: editCase function */
2ab95328 11360{
518817b3
SM
11361 struct dwarf2_per_objfile *dwarf2_per_objfile
11362 = cu->per_cu->dwarf2_per_objfile;
527f3840 11363 struct objfile *objfile = dwarf2_per_objfile->objfile;
2ab95328 11364 struct attribute *attr;
527f3840
JK
11365 struct line_header line_header_local;
11366 hashval_t line_header_local_hash;
527f3840
JK
11367 void **slot;
11368 int decode_mapping;
2ab95328 11369
f4dc4d17
DE
11370 gdb_assert (! cu->per_cu->is_debug_types);
11371
2ab95328 11372 attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
527f3840
JK
11373 if (attr == NULL)
11374 return;
11375
9c541725 11376 sect_offset line_offset = (sect_offset) DW_UNSND (attr);
527f3840
JK
11377
11378 /* The line header hash table is only created if needed (it exists to
11379 prevent redundant reading of the line table for partial_units).
11380 If we're given a partial_unit, we'll need it. If we're given a
11381 compile_unit, then use the line header hash table if it's already
11382 created, but don't create one just yet. */
11383
11384 if (dwarf2_per_objfile->line_header_hash == NULL
11385 && die->tag == DW_TAG_partial_unit)
2ab95328 11386 {
527f3840
JK
11387 dwarf2_per_objfile->line_header_hash
11388 = htab_create_alloc_ex (127, line_header_hash_voidp,
11389 line_header_eq_voidp,
11390 free_line_header_voidp,
11391 &objfile->objfile_obstack,
11392 hashtab_obstack_allocate,
11393 dummy_obstack_deallocate);
11394 }
2ab95328 11395
9c541725 11396 line_header_local.sect_off = line_offset;
527f3840
JK
11397 line_header_local.offset_in_dwz = cu->per_cu->is_dwz;
11398 line_header_local_hash = line_header_hash (&line_header_local);
11399 if (dwarf2_per_objfile->line_header_hash != NULL)
11400 {
11401 slot = htab_find_slot_with_hash (dwarf2_per_objfile->line_header_hash,
11402 &line_header_local,
11403 line_header_local_hash, NO_INSERT);
11404
11405 /* For DW_TAG_compile_unit we need info like symtab::linetable which
11406 is not present in *SLOT (since if there is something in *SLOT then
11407 it will be for a partial_unit). */
11408 if (die->tag == DW_TAG_partial_unit && slot != NULL)
dee91e82 11409 {
527f3840 11410 gdb_assert (*slot != NULL);
9a3c8263 11411 cu->line_header = (struct line_header *) *slot;
527f3840 11412 return;
dee91e82 11413 }
2ab95328 11414 }
527f3840
JK
11415
11416 /* dwarf_decode_line_header does not yet provide sufficient information.
11417 We always have to call also dwarf_decode_lines for it. */
fff8551c
PA
11418 line_header_up lh = dwarf_decode_line_header (line_offset, cu);
11419 if (lh == NULL)
527f3840 11420 return;
4c8aa72d
PA
11421
11422 cu->line_header = lh.release ();
11423 cu->line_header_die_owner = die;
527f3840
JK
11424
11425 if (dwarf2_per_objfile->line_header_hash == NULL)
11426 slot = NULL;
11427 else
11428 {
11429 slot = htab_find_slot_with_hash (dwarf2_per_objfile->line_header_hash,
11430 &line_header_local,
11431 line_header_local_hash, INSERT);
11432 gdb_assert (slot != NULL);
11433 }
11434 if (slot != NULL && *slot == NULL)
11435 {
11436 /* This newly decoded line number information unit will be owned
11437 by line_header_hash hash table. */
11438 *slot = cu->line_header;
4c8aa72d 11439 cu->line_header_die_owner = NULL;
527f3840
JK
11440 }
11441 else
11442 {
11443 /* We cannot free any current entry in (*slot) as that struct line_header
11444 may be already used by multiple CUs. Create only temporary decoded
11445 line_header for this CU - it may happen at most once for each line
11446 number information unit. And if we're not using line_header_hash
11447 then this is what we want as well. */
11448 gdb_assert (die->tag != DW_TAG_partial_unit);
527f3840
JK
11449 }
11450 decode_mapping = (die->tag != DW_TAG_partial_unit);
11451 dwarf_decode_lines (cu->line_header, comp_dir, cu, NULL, lowpc,
11452 decode_mapping);
fff8551c 11453
2ab95328
TT
11454}
11455
95554aad 11456/* Process DW_TAG_compile_unit or DW_TAG_partial_unit. */
ae2de4f8 11457
c906108c 11458static void
e7c27a73 11459read_file_scope (struct die_info *die, struct dwarf2_cu *cu)
c906108c 11460{
518817b3
SM
11461 struct dwarf2_per_objfile *dwarf2_per_objfile
11462 = cu->per_cu->dwarf2_per_objfile;
dee91e82 11463 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 11464 struct gdbarch *gdbarch = get_objfile_arch (objfile);
2acceee2 11465 CORE_ADDR lowpc = ((CORE_ADDR) -1);
c906108c
SS
11466 CORE_ADDR highpc = ((CORE_ADDR) 0);
11467 struct attribute *attr;
c906108c 11468 struct die_info *child_die;
e142c38c 11469 CORE_ADDR baseaddr;
6e70227d 11470
e142c38c 11471 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c 11472
fae299cd 11473 get_scope_pc_bounds (die, &lowpc, &highpc, cu);
c906108c
SS
11474
11475 /* If we didn't find a lowpc, set it to highpc to avoid complaints
11476 from finish_block. */
2acceee2 11477 if (lowpc == ((CORE_ADDR) -1))
c906108c 11478 lowpc = highpc;
3e29f34a 11479 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch, lowpc + baseaddr);
c906108c 11480
d721ba37 11481 file_and_directory fnd = find_file_and_directory (die, cu);
e1024ff1 11482
95554aad 11483 prepare_one_comp_unit (cu, die, cu->language);
303b6f5d 11484
f4b8a18d
KW
11485 /* The XLCL doesn't generate DW_LANG_OpenCL because this attribute is not
11486 standardised yet. As a workaround for the language detection we fall
11487 back to the DW_AT_producer string. */
11488 if (cu->producer && strstr (cu->producer, "IBM XL C for OpenCL") != NULL)
11489 cu->language = language_opencl;
11490
3019eac3
DE
11491 /* Similar hack for Go. */
11492 if (cu->producer && strstr (cu->producer, "GNU Go ") != NULL)
11493 set_cu_language (DW_LANG_Go, cu);
11494
d721ba37 11495 dwarf2_start_symtab (cu, fnd.name, fnd.comp_dir, lowpc);
3019eac3
DE
11496
11497 /* Decode line number information if present. We do this before
11498 processing child DIEs, so that the line header table is available
11499 for DW_AT_decl_file. */
d721ba37 11500 handle_DW_AT_stmt_list (die, cu, fnd.comp_dir, lowpc);
3019eac3
DE
11501
11502 /* Process all dies in compilation unit. */
11503 if (die->child != NULL)
11504 {
11505 child_die = die->child;
11506 while (child_die && child_die->tag)
11507 {
11508 process_die (child_die, cu);
11509 child_die = sibling_die (child_die);
11510 }
11511 }
11512
11513 /* Decode macro information, if present. Dwarf 2 macro information
11514 refers to information in the line number info statement program
11515 header, so we can only read it if we've read the header
11516 successfully. */
0af92d60
JK
11517 attr = dwarf2_attr (die, DW_AT_macros, cu);
11518 if (attr == NULL)
11519 attr = dwarf2_attr (die, DW_AT_GNU_macros, cu);
3019eac3
DE
11520 if (attr && cu->line_header)
11521 {
11522 if (dwarf2_attr (die, DW_AT_macro_info, cu))
11523 complaint (&symfile_complaints,
0af92d60 11524 _("CU refers to both DW_AT_macros and DW_AT_macro_info"));
3019eac3 11525
43f3e411 11526 dwarf_decode_macros (cu, DW_UNSND (attr), 1);
3019eac3
DE
11527 }
11528 else
11529 {
11530 attr = dwarf2_attr (die, DW_AT_macro_info, cu);
11531 if (attr && cu->line_header)
11532 {
11533 unsigned int macro_offset = DW_UNSND (attr);
11534
43f3e411 11535 dwarf_decode_macros (cu, macro_offset, 0);
3019eac3
DE
11536 }
11537 }
3019eac3
DE
11538}
11539
f4dc4d17
DE
11540/* TU version of handle_DW_AT_stmt_list for read_type_unit_scope.
11541 Create the set of symtabs used by this TU, or if this TU is sharing
11542 symtabs with another TU and the symtabs have already been created
11543 then restore those symtabs in the line header.
11544 We don't need the pc/line-number mapping for type units. */
3019eac3
DE
11545
11546static void
f4dc4d17 11547setup_type_unit_groups (struct die_info *die, struct dwarf2_cu *cu)
3019eac3 11548{
f4dc4d17
DE
11549 struct dwarf2_per_cu_data *per_cu = cu->per_cu;
11550 struct type_unit_group *tu_group;
11551 int first_time;
3019eac3 11552 struct attribute *attr;
9c541725 11553 unsigned int i;
0186c6a7 11554 struct signatured_type *sig_type;
3019eac3 11555
f4dc4d17 11556 gdb_assert (per_cu->is_debug_types);
0186c6a7 11557 sig_type = (struct signatured_type *) per_cu;
3019eac3 11558
f4dc4d17 11559 attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
3019eac3 11560
f4dc4d17 11561 /* If we're using .gdb_index (includes -readnow) then
74e04d1c 11562 per_cu->type_unit_group may not have been set up yet. */
0186c6a7
DE
11563 if (sig_type->type_unit_group == NULL)
11564 sig_type->type_unit_group = get_type_unit_group (cu, attr);
11565 tu_group = sig_type->type_unit_group;
f4dc4d17
DE
11566
11567 /* If we've already processed this stmt_list there's no real need to
11568 do it again, we could fake it and just recreate the part we need
11569 (file name,index -> symtab mapping). If data shows this optimization
11570 is useful we can do it then. */
43f3e411 11571 first_time = tu_group->compunit_symtab == NULL;
f4dc4d17
DE
11572
11573 /* We have to handle the case of both a missing DW_AT_stmt_list or bad
11574 debug info. */
fff8551c 11575 line_header_up lh;
f4dc4d17 11576 if (attr != NULL)
3019eac3 11577 {
9c541725 11578 sect_offset line_offset = (sect_offset) DW_UNSND (attr);
f4dc4d17
DE
11579 lh = dwarf_decode_line_header (line_offset, cu);
11580 }
11581 if (lh == NULL)
11582 {
11583 if (first_time)
11584 dwarf2_start_symtab (cu, "", NULL, 0);
11585 else
11586 {
11587 gdb_assert (tu_group->symtabs == NULL);
0ab9ce85 11588 restart_symtab (tu_group->compunit_symtab, "", 0);
f4dc4d17 11589 }
f4dc4d17 11590 return;
3019eac3
DE
11591 }
11592
4c8aa72d
PA
11593 cu->line_header = lh.release ();
11594 cu->line_header_die_owner = die;
3019eac3 11595
f4dc4d17
DE
11596 if (first_time)
11597 {
43f3e411 11598 struct compunit_symtab *cust = dwarf2_start_symtab (cu, "", NULL, 0);
3019eac3 11599
1fd60fc0
DE
11600 /* Note: We don't assign tu_group->compunit_symtab yet because we're
11601 still initializing it, and our caller (a few levels up)
11602 process_full_type_unit still needs to know if this is the first
11603 time. */
11604
4c8aa72d
PA
11605 tu_group->num_symtabs = cu->line_header->file_names.size ();
11606 tu_group->symtabs = XNEWVEC (struct symtab *,
11607 cu->line_header->file_names.size ());
3019eac3 11608
4c8aa72d 11609 for (i = 0; i < cu->line_header->file_names.size (); ++i)
f4dc4d17 11610 {
4c8aa72d 11611 file_entry &fe = cu->line_header->file_names[i];
3019eac3 11612
4c8aa72d 11613 dwarf2_start_subfile (fe.name, fe.include_dir (cu->line_header));
3019eac3 11614
f4dc4d17
DE
11615 if (current_subfile->symtab == NULL)
11616 {
4c8aa72d
PA
11617 /* NOTE: start_subfile will recognize when it's been
11618 passed a file it has already seen. So we can't
11619 assume there's a simple mapping from
11620 cu->line_header->file_names to subfiles, plus
11621 cu->line_header->file_names may contain dups. */
43f3e411
DE
11622 current_subfile->symtab
11623 = allocate_symtab (cust, current_subfile->name);
f4dc4d17
DE
11624 }
11625
8c43009f
PA
11626 fe.symtab = current_subfile->symtab;
11627 tu_group->symtabs[i] = fe.symtab;
f4dc4d17
DE
11628 }
11629 }
11630 else
3019eac3 11631 {
0ab9ce85 11632 restart_symtab (tu_group->compunit_symtab, "", 0);
f4dc4d17 11633
4c8aa72d 11634 for (i = 0; i < cu->line_header->file_names.size (); ++i)
f4dc4d17 11635 {
4c8aa72d 11636 file_entry &fe = cu->line_header->file_names[i];
f4dc4d17 11637
4c8aa72d 11638 fe.symtab = tu_group->symtabs[i];
f4dc4d17 11639 }
3019eac3
DE
11640 }
11641
f4dc4d17
DE
11642 /* The main symtab is allocated last. Type units don't have DW_AT_name
11643 so they don't have a "real" (so to speak) symtab anyway.
11644 There is later code that will assign the main symtab to all symbols
11645 that don't have one. We need to handle the case of a symbol with a
11646 missing symtab (DW_AT_decl_file) anyway. */
11647}
3019eac3 11648
f4dc4d17
DE
11649/* Process DW_TAG_type_unit.
11650 For TUs we want to skip the first top level sibling if it's not the
11651 actual type being defined by this TU. In this case the first top
11652 level sibling is there to provide context only. */
3019eac3 11653
f4dc4d17
DE
11654static void
11655read_type_unit_scope (struct die_info *die, struct dwarf2_cu *cu)
11656{
11657 struct die_info *child_die;
3019eac3 11658
f4dc4d17
DE
11659 prepare_one_comp_unit (cu, die, language_minimal);
11660
11661 /* Initialize (or reinitialize) the machinery for building symtabs.
11662 We do this before processing child DIEs, so that the line header table
11663 is available for DW_AT_decl_file. */
11664 setup_type_unit_groups (die, cu);
11665
11666 if (die->child != NULL)
11667 {
11668 child_die = die->child;
11669 while (child_die && child_die->tag)
11670 {
11671 process_die (child_die, cu);
11672 child_die = sibling_die (child_die);
11673 }
11674 }
3019eac3
DE
11675}
11676\f
80626a55
DE
11677/* DWO/DWP files.
11678
11679 http://gcc.gnu.org/wiki/DebugFission
11680 http://gcc.gnu.org/wiki/DebugFissionDWP
11681
11682 To simplify handling of both DWO files ("object" files with the DWARF info)
11683 and DWP files (a file with the DWOs packaged up into one file), we treat
11684 DWP files as having a collection of virtual DWO files. */
3019eac3
DE
11685
11686static hashval_t
11687hash_dwo_file (const void *item)
11688{
9a3c8263 11689 const struct dwo_file *dwo_file = (const struct dwo_file *) item;
a2ce51a0 11690 hashval_t hash;
3019eac3 11691
a2ce51a0
DE
11692 hash = htab_hash_string (dwo_file->dwo_name);
11693 if (dwo_file->comp_dir != NULL)
11694 hash += htab_hash_string (dwo_file->comp_dir);
11695 return hash;
3019eac3
DE
11696}
11697
11698static int
11699eq_dwo_file (const void *item_lhs, const void *item_rhs)
11700{
9a3c8263
SM
11701 const struct dwo_file *lhs = (const struct dwo_file *) item_lhs;
11702 const struct dwo_file *rhs = (const struct dwo_file *) item_rhs;
3019eac3 11703
a2ce51a0
DE
11704 if (strcmp (lhs->dwo_name, rhs->dwo_name) != 0)
11705 return 0;
11706 if (lhs->comp_dir == NULL || rhs->comp_dir == NULL)
11707 return lhs->comp_dir == rhs->comp_dir;
11708 return strcmp (lhs->comp_dir, rhs->comp_dir) == 0;
3019eac3
DE
11709}
11710
11711/* Allocate a hash table for DWO files. */
11712
11713static htab_t
ed2dc618 11714allocate_dwo_file_hash_table (struct objfile *objfile)
3019eac3 11715{
3019eac3
DE
11716 return htab_create_alloc_ex (41,
11717 hash_dwo_file,
11718 eq_dwo_file,
11719 NULL,
11720 &objfile->objfile_obstack,
11721 hashtab_obstack_allocate,
11722 dummy_obstack_deallocate);
11723}
11724
80626a55
DE
11725/* Lookup DWO file DWO_NAME. */
11726
11727static void **
ed2dc618
SM
11728lookup_dwo_file_slot (struct dwarf2_per_objfile *dwarf2_per_objfile,
11729 const char *dwo_name,
11730 const char *comp_dir)
80626a55
DE
11731{
11732 struct dwo_file find_entry;
11733 void **slot;
11734
11735 if (dwarf2_per_objfile->dwo_files == NULL)
ed2dc618
SM
11736 dwarf2_per_objfile->dwo_files
11737 = allocate_dwo_file_hash_table (dwarf2_per_objfile->objfile);
80626a55
DE
11738
11739 memset (&find_entry, 0, sizeof (find_entry));
0ac5b59e
DE
11740 find_entry.dwo_name = dwo_name;
11741 find_entry.comp_dir = comp_dir;
80626a55
DE
11742 slot = htab_find_slot (dwarf2_per_objfile->dwo_files, &find_entry, INSERT);
11743
11744 return slot;
11745}
11746
3019eac3
DE
11747static hashval_t
11748hash_dwo_unit (const void *item)
11749{
9a3c8263 11750 const struct dwo_unit *dwo_unit = (const struct dwo_unit *) item;
3019eac3
DE
11751
11752 /* This drops the top 32 bits of the id, but is ok for a hash. */
11753 return dwo_unit->signature;
11754}
11755
11756static int
11757eq_dwo_unit (const void *item_lhs, const void *item_rhs)
11758{
9a3c8263
SM
11759 const struct dwo_unit *lhs = (const struct dwo_unit *) item_lhs;
11760 const struct dwo_unit *rhs = (const struct dwo_unit *) item_rhs;
3019eac3
DE
11761
11762 /* The signature is assumed to be unique within the DWO file.
11763 So while object file CU dwo_id's always have the value zero,
11764 that's OK, assuming each object file DWO file has only one CU,
11765 and that's the rule for now. */
11766 return lhs->signature == rhs->signature;
11767}
11768
11769/* Allocate a hash table for DWO CUs,TUs.
11770 There is one of these tables for each of CUs,TUs for each DWO file. */
11771
11772static htab_t
11773allocate_dwo_unit_table (struct objfile *objfile)
11774{
11775 /* Start out with a pretty small number.
11776 Generally DWO files contain only one CU and maybe some TUs. */
11777 return htab_create_alloc_ex (3,
11778 hash_dwo_unit,
11779 eq_dwo_unit,
11780 NULL,
11781 &objfile->objfile_obstack,
11782 hashtab_obstack_allocate,
11783 dummy_obstack_deallocate);
11784}
11785
80626a55 11786/* Structure used to pass data to create_dwo_debug_info_hash_table_reader. */
3019eac3 11787
19c3d4c9 11788struct create_dwo_cu_data
3019eac3
DE
11789{
11790 struct dwo_file *dwo_file;
19c3d4c9 11791 struct dwo_unit dwo_unit;
3019eac3
DE
11792};
11793
19c3d4c9 11794/* die_reader_func for create_dwo_cu. */
3019eac3
DE
11795
11796static void
19c3d4c9
DE
11797create_dwo_cu_reader (const struct die_reader_specs *reader,
11798 const gdb_byte *info_ptr,
11799 struct die_info *comp_unit_die,
11800 int has_children,
11801 void *datap)
3019eac3
DE
11802{
11803 struct dwarf2_cu *cu = reader->cu;
9c541725 11804 sect_offset sect_off = cu->per_cu->sect_off;
8a0459fd 11805 struct dwarf2_section_info *section = cu->per_cu->section;
9a3c8263 11806 struct create_dwo_cu_data *data = (struct create_dwo_cu_data *) datap;
3019eac3 11807 struct dwo_file *dwo_file = data->dwo_file;
19c3d4c9 11808 struct dwo_unit *dwo_unit = &data->dwo_unit;
3019eac3 11809 struct attribute *attr;
3019eac3
DE
11810
11811 attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_id, cu);
11812 if (attr == NULL)
11813 {
19c3d4c9 11814 complaint (&symfile_complaints,
9d8780f0 11815 _("Dwarf Error: debug entry at offset %s is missing"
19c3d4c9 11816 " its dwo_id [in module %s]"),
9d8780f0 11817 sect_offset_str (sect_off), dwo_file->dwo_name);
3019eac3
DE
11818 return;
11819 }
11820
3019eac3
DE
11821 dwo_unit->dwo_file = dwo_file;
11822 dwo_unit->signature = DW_UNSND (attr);
8a0459fd 11823 dwo_unit->section = section;
9c541725 11824 dwo_unit->sect_off = sect_off;
3019eac3
DE
11825 dwo_unit->length = cu->per_cu->length;
11826
b4f54984 11827 if (dwarf_read_debug)
9d8780f0
SM
11828 fprintf_unfiltered (gdb_stdlog, " offset %s, dwo_id %s\n",
11829 sect_offset_str (sect_off),
9c541725 11830 hex_string (dwo_unit->signature));
3019eac3
DE
11831}
11832
33c5cd75 11833/* Create the dwo_units for the CUs in a DWO_FILE.
19c3d4c9 11834 Note: This function processes DWO files only, not DWP files. */
3019eac3 11835
33c5cd75 11836static void
ed2dc618
SM
11837create_cus_hash_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
11838 struct dwo_file &dwo_file, dwarf2_section_info &section,
33c5cd75 11839 htab_t &cus_htab)
3019eac3
DE
11840{
11841 struct objfile *objfile = dwarf2_per_objfile->objfile;
d521ce57 11842 const gdb_byte *info_ptr, *end_ptr;
3019eac3 11843
33c5cd75
DB
11844 dwarf2_read_section (objfile, &section);
11845 info_ptr = section.buffer;
3019eac3
DE
11846
11847 if (info_ptr == NULL)
33c5cd75 11848 return;
3019eac3 11849
b4f54984 11850 if (dwarf_read_debug)
19c3d4c9
DE
11851 {
11852 fprintf_unfiltered (gdb_stdlog, "Reading %s for %s:\n",
33c5cd75
DB
11853 get_section_name (&section),
11854 get_section_file_name (&section));
19c3d4c9 11855 }
3019eac3 11856
33c5cd75 11857 end_ptr = info_ptr + section.size;
3019eac3
DE
11858 while (info_ptr < end_ptr)
11859 {
11860 struct dwarf2_per_cu_data per_cu;
33c5cd75
DB
11861 struct create_dwo_cu_data create_dwo_cu_data;
11862 struct dwo_unit *dwo_unit;
11863 void **slot;
11864 sect_offset sect_off = (sect_offset) (info_ptr - section.buffer);
3019eac3 11865
19c3d4c9
DE
11866 memset (&create_dwo_cu_data.dwo_unit, 0,
11867 sizeof (create_dwo_cu_data.dwo_unit));
3019eac3 11868 memset (&per_cu, 0, sizeof (per_cu));
e3b94546 11869 per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
3019eac3 11870 per_cu.is_debug_types = 0;
33c5cd75
DB
11871 per_cu.sect_off = sect_offset (info_ptr - section.buffer);
11872 per_cu.section = &section;
c5ed0576 11873 create_dwo_cu_data.dwo_file = &dwo_file;
33c5cd75
DB
11874
11875 init_cutu_and_read_dies_no_follow (
11876 &per_cu, &dwo_file, create_dwo_cu_reader, &create_dwo_cu_data);
11877 info_ptr += per_cu.length;
11878
11879 // If the unit could not be parsed, skip it.
11880 if (create_dwo_cu_data.dwo_unit.dwo_file == NULL)
11881 continue;
3019eac3 11882
33c5cd75
DB
11883 if (cus_htab == NULL)
11884 cus_htab = allocate_dwo_unit_table (objfile);
19c3d4c9 11885
33c5cd75
DB
11886 dwo_unit = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_unit);
11887 *dwo_unit = create_dwo_cu_data.dwo_unit;
11888 slot = htab_find_slot (cus_htab, dwo_unit, INSERT);
11889 gdb_assert (slot != NULL);
11890 if (*slot != NULL)
19c3d4c9 11891 {
33c5cd75
DB
11892 const struct dwo_unit *dup_cu = (const struct dwo_unit *)*slot;
11893 sect_offset dup_sect_off = dup_cu->sect_off;
19c3d4c9 11894
33c5cd75 11895 complaint (&symfile_complaints,
9d8780f0
SM
11896 _("debug cu entry at offset %s is duplicate to"
11897 " the entry at offset %s, signature %s"),
11898 sect_offset_str (sect_off), sect_offset_str (dup_sect_off),
33c5cd75 11899 hex_string (dwo_unit->signature));
19c3d4c9 11900 }
33c5cd75 11901 *slot = (void *)dwo_unit;
3019eac3 11902 }
3019eac3
DE
11903}
11904
80626a55
DE
11905/* DWP file .debug_{cu,tu}_index section format:
11906 [ref: http://gcc.gnu.org/wiki/DebugFissionDWP]
11907
d2415c6c
DE
11908 DWP Version 1:
11909
80626a55
DE
11910 Both index sections have the same format, and serve to map a 64-bit
11911 signature to a set of section numbers. Each section begins with a header,
11912 followed by a hash table of 64-bit signatures, a parallel table of 32-bit
11913 indexes, and a pool of 32-bit section numbers. The index sections will be
11914 aligned at 8-byte boundaries in the file.
11915
d2415c6c
DE
11916 The index section header consists of:
11917
11918 V, 32 bit version number
11919 -, 32 bits unused
11920 N, 32 bit number of compilation units or type units in the index
11921 M, 32 bit number of slots in the hash table
80626a55 11922
d2415c6c 11923 Numbers are recorded using the byte order of the application binary.
80626a55 11924
d2415c6c
DE
11925 The hash table begins at offset 16 in the section, and consists of an array
11926 of M 64-bit slots. Each slot contains a 64-bit signature (using the byte
11927 order of the application binary). Unused slots in the hash table are 0.
11928 (We rely on the extreme unlikeliness of a signature being exactly 0.)
80626a55 11929
d2415c6c
DE
11930 The parallel table begins immediately after the hash table
11931 (at offset 16 + 8 * M from the beginning of the section), and consists of an
11932 array of 32-bit indexes (using the byte order of the application binary),
11933 corresponding 1-1 with slots in the hash table. Each entry in the parallel
11934 table contains a 32-bit index into the pool of section numbers. For unused
11935 hash table slots, the corresponding entry in the parallel table will be 0.
80626a55 11936
73869dc2
DE
11937 The pool of section numbers begins immediately following the hash table
11938 (at offset 16 + 12 * M from the beginning of the section). The pool of
11939 section numbers consists of an array of 32-bit words (using the byte order
11940 of the application binary). Each item in the array is indexed starting
11941 from 0. The hash table entry provides the index of the first section
11942 number in the set. Additional section numbers in the set follow, and the
11943 set is terminated by a 0 entry (section number 0 is not used in ELF).
11944
11945 In each set of section numbers, the .debug_info.dwo or .debug_types.dwo
11946 section must be the first entry in the set, and the .debug_abbrev.dwo must
11947 be the second entry. Other members of the set may follow in any order.
11948
11949 ---
11950
11951 DWP Version 2:
11952
11953 DWP Version 2 combines all the .debug_info, etc. sections into one,
11954 and the entries in the index tables are now offsets into these sections.
11955 CU offsets begin at 0. TU offsets begin at the size of the .debug_info
11956 section.
11957
11958 Index Section Contents:
11959 Header
11960 Hash Table of Signatures dwp_hash_table.hash_table
11961 Parallel Table of Indices dwp_hash_table.unit_table
11962 Table of Section Offsets dwp_hash_table.v2.{section_ids,offsets}
11963 Table of Section Sizes dwp_hash_table.v2.sizes
11964
11965 The index section header consists of:
11966
11967 V, 32 bit version number
11968 L, 32 bit number of columns in the table of section offsets
11969 N, 32 bit number of compilation units or type units in the index
11970 M, 32 bit number of slots in the hash table
11971
11972 Numbers are recorded using the byte order of the application binary.
11973
11974 The hash table has the same format as version 1.
11975 The parallel table of indices has the same format as version 1,
11976 except that the entries are origin-1 indices into the table of sections
11977 offsets and the table of section sizes.
11978
11979 The table of offsets begins immediately following the parallel table
11980 (at offset 16 + 12 * M from the beginning of the section). The table is
11981 a two-dimensional array of 32-bit words (using the byte order of the
11982 application binary), with L columns and N+1 rows, in row-major order.
11983 Each row in the array is indexed starting from 0. The first row provides
11984 a key to the remaining rows: each column in this row provides an identifier
11985 for a debug section, and the offsets in the same column of subsequent rows
11986 refer to that section. The section identifiers are:
11987
11988 DW_SECT_INFO 1 .debug_info.dwo
11989 DW_SECT_TYPES 2 .debug_types.dwo
11990 DW_SECT_ABBREV 3 .debug_abbrev.dwo
11991 DW_SECT_LINE 4 .debug_line.dwo
11992 DW_SECT_LOC 5 .debug_loc.dwo
11993 DW_SECT_STR_OFFSETS 6 .debug_str_offsets.dwo
11994 DW_SECT_MACINFO 7 .debug_macinfo.dwo
11995 DW_SECT_MACRO 8 .debug_macro.dwo
11996
11997 The offsets provided by the CU and TU index sections are the base offsets
11998 for the contributions made by each CU or TU to the corresponding section
11999 in the package file. Each CU and TU header contains an abbrev_offset
12000 field, used to find the abbreviations table for that CU or TU within the
12001 contribution to the .debug_abbrev.dwo section for that CU or TU, and should
12002 be interpreted as relative to the base offset given in the index section.
12003 Likewise, offsets into .debug_line.dwo from DW_AT_stmt_list attributes
12004 should be interpreted as relative to the base offset for .debug_line.dwo,
12005 and offsets into other debug sections obtained from DWARF attributes should
12006 also be interpreted as relative to the corresponding base offset.
12007
12008 The table of sizes begins immediately following the table of offsets.
12009 Like the table of offsets, it is a two-dimensional array of 32-bit words,
12010 with L columns and N rows, in row-major order. Each row in the array is
12011 indexed starting from 1 (row 0 is shared by the two tables).
12012
12013 ---
12014
12015 Hash table lookup is handled the same in version 1 and 2:
12016
12017 We assume that N and M will not exceed 2^32 - 1.
12018 The size of the hash table, M, must be 2^k such that 2^k > 3*N/2.
12019
d2415c6c
DE
12020 Given a 64-bit compilation unit signature or a type signature S, an entry
12021 in the hash table is located as follows:
80626a55 12022
d2415c6c
DE
12023 1) Calculate a primary hash H = S & MASK(k), where MASK(k) is a mask with
12024 the low-order k bits all set to 1.
80626a55 12025
d2415c6c 12026 2) Calculate a secondary hash H' = (((S >> 32) & MASK(k)) | 1).
80626a55 12027
d2415c6c
DE
12028 3) If the hash table entry at index H matches the signature, use that
12029 entry. If the hash table entry at index H is unused (all zeroes),
12030 terminate the search: the signature is not present in the table.
80626a55 12031
d2415c6c 12032 4) Let H = (H + H') modulo M. Repeat at Step 3.
80626a55 12033
d2415c6c 12034 Because M > N and H' and M are relatively prime, the search is guaranteed
73869dc2 12035 to stop at an unused slot or find the match. */
80626a55
DE
12036
12037/* Create a hash table to map DWO IDs to their CU/TU entry in
12038 .debug_{info,types}.dwo in DWP_FILE.
12039 Returns NULL if there isn't one.
12040 Note: This function processes DWP files only, not DWO files. */
12041
12042static struct dwp_hash_table *
ed2dc618
SM
12043create_dwp_hash_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
12044 struct dwp_file *dwp_file, int is_debug_types)
80626a55
DE
12045{
12046 struct objfile *objfile = dwarf2_per_objfile->objfile;
400174b1 12047 bfd *dbfd = dwp_file->dbfd.get ();
948f8e3d 12048 const gdb_byte *index_ptr, *index_end;
80626a55 12049 struct dwarf2_section_info *index;
73869dc2 12050 uint32_t version, nr_columns, nr_units, nr_slots;
80626a55
DE
12051 struct dwp_hash_table *htab;
12052
12053 if (is_debug_types)
12054 index = &dwp_file->sections.tu_index;
12055 else
12056 index = &dwp_file->sections.cu_index;
12057
12058 if (dwarf2_section_empty_p (index))
12059 return NULL;
12060 dwarf2_read_section (objfile, index);
12061
12062 index_ptr = index->buffer;
12063 index_end = index_ptr + index->size;
12064
12065 version = read_4_bytes (dbfd, index_ptr);
73869dc2
DE
12066 index_ptr += 4;
12067 if (version == 2)
12068 nr_columns = read_4_bytes (dbfd, index_ptr);
12069 else
12070 nr_columns = 0;
12071 index_ptr += 4;
80626a55
DE
12072 nr_units = read_4_bytes (dbfd, index_ptr);
12073 index_ptr += 4;
12074 nr_slots = read_4_bytes (dbfd, index_ptr);
12075 index_ptr += 4;
12076
73869dc2 12077 if (version != 1 && version != 2)
80626a55 12078 {
21aa081e 12079 error (_("Dwarf Error: unsupported DWP file version (%s)"
80626a55 12080 " [in module %s]"),
21aa081e 12081 pulongest (version), dwp_file->name);
80626a55
DE
12082 }
12083 if (nr_slots != (nr_slots & -nr_slots))
12084 {
21aa081e 12085 error (_("Dwarf Error: number of slots in DWP hash table (%s)"
80626a55 12086 " is not power of 2 [in module %s]"),
21aa081e 12087 pulongest (nr_slots), dwp_file->name);
80626a55
DE
12088 }
12089
12090 htab = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwp_hash_table);
73869dc2
DE
12091 htab->version = version;
12092 htab->nr_columns = nr_columns;
80626a55
DE
12093 htab->nr_units = nr_units;
12094 htab->nr_slots = nr_slots;
12095 htab->hash_table = index_ptr;
12096 htab->unit_table = htab->hash_table + sizeof (uint64_t) * nr_slots;
73869dc2
DE
12097
12098 /* Exit early if the table is empty. */
12099 if (nr_slots == 0 || nr_units == 0
12100 || (version == 2 && nr_columns == 0))
12101 {
12102 /* All must be zero. */
12103 if (nr_slots != 0 || nr_units != 0
12104 || (version == 2 && nr_columns != 0))
12105 {
12106 complaint (&symfile_complaints,
12107 _("Empty DWP but nr_slots,nr_units,nr_columns not"
12108 " all zero [in modules %s]"),
12109 dwp_file->name);
12110 }
12111 return htab;
12112 }
12113
12114 if (version == 1)
12115 {
12116 htab->section_pool.v1.indices =
12117 htab->unit_table + sizeof (uint32_t) * nr_slots;
12118 /* It's harder to decide whether the section is too small in v1.
12119 V1 is deprecated anyway so we punt. */
12120 }
12121 else
12122 {
12123 const gdb_byte *ids_ptr = htab->unit_table + sizeof (uint32_t) * nr_slots;
12124 int *ids = htab->section_pool.v2.section_ids;
12125 /* Reverse map for error checking. */
12126 int ids_seen[DW_SECT_MAX + 1];
12127 int i;
12128
12129 if (nr_columns < 2)
12130 {
12131 error (_("Dwarf Error: bad DWP hash table, too few columns"
12132 " in section table [in module %s]"),
12133 dwp_file->name);
12134 }
12135 if (nr_columns > MAX_NR_V2_DWO_SECTIONS)
12136 {
12137 error (_("Dwarf Error: bad DWP hash table, too many columns"
12138 " in section table [in module %s]"),
12139 dwp_file->name);
12140 }
12141 memset (ids, 255, (DW_SECT_MAX + 1) * sizeof (int32_t));
12142 memset (ids_seen, 255, (DW_SECT_MAX + 1) * sizeof (int32_t));
12143 for (i = 0; i < nr_columns; ++i)
12144 {
12145 int id = read_4_bytes (dbfd, ids_ptr + i * sizeof (uint32_t));
12146
12147 if (id < DW_SECT_MIN || id > DW_SECT_MAX)
12148 {
12149 error (_("Dwarf Error: bad DWP hash table, bad section id %d"
12150 " in section table [in module %s]"),
12151 id, dwp_file->name);
12152 }
12153 if (ids_seen[id] != -1)
12154 {
12155 error (_("Dwarf Error: bad DWP hash table, duplicate section"
12156 " id %d in section table [in module %s]"),
12157 id, dwp_file->name);
12158 }
12159 ids_seen[id] = i;
12160 ids[i] = id;
12161 }
12162 /* Must have exactly one info or types section. */
12163 if (((ids_seen[DW_SECT_INFO] != -1)
12164 + (ids_seen[DW_SECT_TYPES] != -1))
12165 != 1)
12166 {
12167 error (_("Dwarf Error: bad DWP hash table, missing/duplicate"
12168 " DWO info/types section [in module %s]"),
12169 dwp_file->name);
12170 }
12171 /* Must have an abbrev section. */
12172 if (ids_seen[DW_SECT_ABBREV] == -1)
12173 {
12174 error (_("Dwarf Error: bad DWP hash table, missing DWO abbrev"
12175 " section [in module %s]"),
12176 dwp_file->name);
12177 }
12178 htab->section_pool.v2.offsets = ids_ptr + sizeof (uint32_t) * nr_columns;
12179 htab->section_pool.v2.sizes =
12180 htab->section_pool.v2.offsets + (sizeof (uint32_t)
12181 * nr_units * nr_columns);
12182 if ((htab->section_pool.v2.sizes + (sizeof (uint32_t)
12183 * nr_units * nr_columns))
12184 > index_end)
12185 {
12186 error (_("Dwarf Error: DWP index section is corrupt (too small)"
12187 " [in module %s]"),
12188 dwp_file->name);
12189 }
12190 }
80626a55
DE
12191
12192 return htab;
12193}
12194
12195/* Update SECTIONS with the data from SECTP.
12196
12197 This function is like the other "locate" section routines that are
12198 passed to bfd_map_over_sections, but in this context the sections to
73869dc2 12199 read comes from the DWP V1 hash table, not the full ELF section table.
80626a55
DE
12200
12201 The result is non-zero for success, or zero if an error was found. */
12202
12203static int
73869dc2
DE
12204locate_v1_virtual_dwo_sections (asection *sectp,
12205 struct virtual_v1_dwo_sections *sections)
80626a55
DE
12206{
12207 const struct dwop_section_names *names = &dwop_section_names;
12208
12209 if (section_is_p (sectp->name, &names->abbrev_dwo))
12210 {
12211 /* There can be only one. */
049412e3 12212 if (sections->abbrev.s.section != NULL)
80626a55 12213 return 0;
049412e3 12214 sections->abbrev.s.section = sectp;
80626a55
DE
12215 sections->abbrev.size = bfd_get_section_size (sectp);
12216 }
12217 else if (section_is_p (sectp->name, &names->info_dwo)
12218 || section_is_p (sectp->name, &names->types_dwo))
12219 {
12220 /* There can be only one. */
049412e3 12221 if (sections->info_or_types.s.section != NULL)
80626a55 12222 return 0;
049412e3 12223 sections->info_or_types.s.section = sectp;
80626a55
DE
12224 sections->info_or_types.size = bfd_get_section_size (sectp);
12225 }
12226 else if (section_is_p (sectp->name, &names->line_dwo))
12227 {
12228 /* There can be only one. */
049412e3 12229 if (sections->line.s.section != NULL)
80626a55 12230 return 0;
049412e3 12231 sections->line.s.section = sectp;
80626a55
DE
12232 sections->line.size = bfd_get_section_size (sectp);
12233 }
12234 else if (section_is_p (sectp->name, &names->loc_dwo))
12235 {
12236 /* There can be only one. */
049412e3 12237 if (sections->loc.s.section != NULL)
80626a55 12238 return 0;
049412e3 12239 sections->loc.s.section = sectp;
80626a55
DE
12240 sections->loc.size = bfd_get_section_size (sectp);
12241 }
12242 else if (section_is_p (sectp->name, &names->macinfo_dwo))
12243 {
12244 /* There can be only one. */
049412e3 12245 if (sections->macinfo.s.section != NULL)
80626a55 12246 return 0;
049412e3 12247 sections->macinfo.s.section = sectp;
80626a55
DE
12248 sections->macinfo.size = bfd_get_section_size (sectp);
12249 }
12250 else if (section_is_p (sectp->name, &names->macro_dwo))
12251 {
12252 /* There can be only one. */
049412e3 12253 if (sections->macro.s.section != NULL)
80626a55 12254 return 0;
049412e3 12255 sections->macro.s.section = sectp;
80626a55
DE
12256 sections->macro.size = bfd_get_section_size (sectp);
12257 }
12258 else if (section_is_p (sectp->name, &names->str_offsets_dwo))
12259 {
12260 /* There can be only one. */
049412e3 12261 if (sections->str_offsets.s.section != NULL)
80626a55 12262 return 0;
049412e3 12263 sections->str_offsets.s.section = sectp;
80626a55
DE
12264 sections->str_offsets.size = bfd_get_section_size (sectp);
12265 }
12266 else
12267 {
12268 /* No other kind of section is valid. */
12269 return 0;
12270 }
12271
12272 return 1;
12273}
12274
73869dc2
DE
12275/* Create a dwo_unit object for the DWO unit with signature SIGNATURE.
12276 UNIT_INDEX is the index of the DWO unit in the DWP hash table.
12277 COMP_DIR is the DW_AT_comp_dir attribute of the referencing CU.
12278 This is for DWP version 1 files. */
80626a55
DE
12279
12280static struct dwo_unit *
ed2dc618
SM
12281create_dwo_unit_in_dwp_v1 (struct dwarf2_per_objfile *dwarf2_per_objfile,
12282 struct dwp_file *dwp_file,
73869dc2
DE
12283 uint32_t unit_index,
12284 const char *comp_dir,
12285 ULONGEST signature, int is_debug_types)
80626a55
DE
12286{
12287 struct objfile *objfile = dwarf2_per_objfile->objfile;
73869dc2
DE
12288 const struct dwp_hash_table *dwp_htab =
12289 is_debug_types ? dwp_file->tus : dwp_file->cus;
400174b1 12290 bfd *dbfd = dwp_file->dbfd.get ();
80626a55
DE
12291 const char *kind = is_debug_types ? "TU" : "CU";
12292 struct dwo_file *dwo_file;
12293 struct dwo_unit *dwo_unit;
73869dc2 12294 struct virtual_v1_dwo_sections sections;
80626a55 12295 void **dwo_file_slot;
80626a55
DE
12296 int i;
12297
73869dc2
DE
12298 gdb_assert (dwp_file->version == 1);
12299
b4f54984 12300 if (dwarf_read_debug)
80626a55 12301 {
73869dc2 12302 fprintf_unfiltered (gdb_stdlog, "Reading %s %s/%s in DWP V1 file: %s\n",
80626a55 12303 kind,
73869dc2 12304 pulongest (unit_index), hex_string (signature),
80626a55
DE
12305 dwp_file->name);
12306 }
12307
19ac8c2e 12308 /* Fetch the sections of this DWO unit.
80626a55
DE
12309 Put a limit on the number of sections we look for so that bad data
12310 doesn't cause us to loop forever. */
12311
73869dc2 12312#define MAX_NR_V1_DWO_SECTIONS \
80626a55
DE
12313 (1 /* .debug_info or .debug_types */ \
12314 + 1 /* .debug_abbrev */ \
12315 + 1 /* .debug_line */ \
12316 + 1 /* .debug_loc */ \
12317 + 1 /* .debug_str_offsets */ \
19ac8c2e 12318 + 1 /* .debug_macro or .debug_macinfo */ \
80626a55
DE
12319 + 1 /* trailing zero */)
12320
12321 memset (&sections, 0, sizeof (sections));
80626a55 12322
73869dc2 12323 for (i = 0; i < MAX_NR_V1_DWO_SECTIONS; ++i)
80626a55
DE
12324 {
12325 asection *sectp;
12326 uint32_t section_nr =
12327 read_4_bytes (dbfd,
73869dc2
DE
12328 dwp_htab->section_pool.v1.indices
12329 + (unit_index + i) * sizeof (uint32_t));
80626a55
DE
12330
12331 if (section_nr == 0)
12332 break;
12333 if (section_nr >= dwp_file->num_sections)
12334 {
12335 error (_("Dwarf Error: bad DWP hash table, section number too large"
12336 " [in module %s]"),
12337 dwp_file->name);
12338 }
12339
12340 sectp = dwp_file->elf_sections[section_nr];
73869dc2 12341 if (! locate_v1_virtual_dwo_sections (sectp, &sections))
80626a55
DE
12342 {
12343 error (_("Dwarf Error: bad DWP hash table, invalid section found"
12344 " [in module %s]"),
12345 dwp_file->name);
12346 }
12347 }
12348
12349 if (i < 2
a32a8923
DE
12350 || dwarf2_section_empty_p (&sections.info_or_types)
12351 || dwarf2_section_empty_p (&sections.abbrev))
80626a55
DE
12352 {
12353 error (_("Dwarf Error: bad DWP hash table, missing DWO sections"
12354 " [in module %s]"),
12355 dwp_file->name);
12356 }
73869dc2 12357 if (i == MAX_NR_V1_DWO_SECTIONS)
80626a55
DE
12358 {
12359 error (_("Dwarf Error: bad DWP hash table, too many DWO sections"
12360 " [in module %s]"),
12361 dwp_file->name);
12362 }
12363
12364 /* It's easier for the rest of the code if we fake a struct dwo_file and
12365 have dwo_unit "live" in that. At least for now.
12366
12367 The DWP file can be made up of a random collection of CUs and TUs.
c766f7ec 12368 However, for each CU + set of TUs that came from the same original DWO
57d63ce2
DE
12369 file, we can combine them back into a virtual DWO file to save space
12370 (fewer struct dwo_file objects to allocate). Remember that for really
80626a55
DE
12371 large apps there can be on the order of 8K CUs and 200K TUs, or more. */
12372
791afaa2
TT
12373 std::string virtual_dwo_name =
12374 string_printf ("virtual-dwo/%d-%d-%d-%d",
12375 get_section_id (&sections.abbrev),
12376 get_section_id (&sections.line),
12377 get_section_id (&sections.loc),
12378 get_section_id (&sections.str_offsets));
80626a55 12379 /* Can we use an existing virtual DWO file? */
ed2dc618
SM
12380 dwo_file_slot = lookup_dwo_file_slot (dwarf2_per_objfile,
12381 virtual_dwo_name.c_str (),
12382 comp_dir);
80626a55
DE
12383 /* Create one if necessary. */
12384 if (*dwo_file_slot == NULL)
12385 {
b4f54984 12386 if (dwarf_read_debug)
80626a55
DE
12387 {
12388 fprintf_unfiltered (gdb_stdlog, "Creating virtual DWO: %s\n",
791afaa2 12389 virtual_dwo_name.c_str ());
80626a55
DE
12390 }
12391 dwo_file = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_file);
224c3ddb
SM
12392 dwo_file->dwo_name
12393 = (const char *) obstack_copy0 (&objfile->objfile_obstack,
791afaa2
TT
12394 virtual_dwo_name.c_str (),
12395 virtual_dwo_name.size ());
0ac5b59e 12396 dwo_file->comp_dir = comp_dir;
80626a55
DE
12397 dwo_file->sections.abbrev = sections.abbrev;
12398 dwo_file->sections.line = sections.line;
12399 dwo_file->sections.loc = sections.loc;
12400 dwo_file->sections.macinfo = sections.macinfo;
12401 dwo_file->sections.macro = sections.macro;
12402 dwo_file->sections.str_offsets = sections.str_offsets;
12403 /* The "str" section is global to the entire DWP file. */
12404 dwo_file->sections.str = dwp_file->sections.str;
57d63ce2 12405 /* The info or types section is assigned below to dwo_unit,
80626a55
DE
12406 there's no need to record it in dwo_file.
12407 Also, we can't simply record type sections in dwo_file because
12408 we record a pointer into the vector in dwo_unit. As we collect more
12409 types we'll grow the vector and eventually have to reallocate space
57d63ce2
DE
12410 for it, invalidating all copies of pointers into the previous
12411 contents. */
80626a55
DE
12412 *dwo_file_slot = dwo_file;
12413 }
12414 else
12415 {
b4f54984 12416 if (dwarf_read_debug)
80626a55
DE
12417 {
12418 fprintf_unfiltered (gdb_stdlog, "Using existing virtual DWO: %s\n",
791afaa2 12419 virtual_dwo_name.c_str ());
80626a55 12420 }
9a3c8263 12421 dwo_file = (struct dwo_file *) *dwo_file_slot;
80626a55 12422 }
80626a55
DE
12423
12424 dwo_unit = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_unit);
12425 dwo_unit->dwo_file = dwo_file;
12426 dwo_unit->signature = signature;
8d749320
SM
12427 dwo_unit->section =
12428 XOBNEW (&objfile->objfile_obstack, struct dwarf2_section_info);
8a0459fd 12429 *dwo_unit->section = sections.info_or_types;
57d63ce2 12430 /* dwo_unit->{offset,length,type_offset_in_tu} are set later. */
80626a55
DE
12431
12432 return dwo_unit;
12433}
12434
73869dc2
DE
12435/* Subroutine of create_dwo_unit_in_dwp_v2 to simplify it.
12436 Given a pointer to the containing section SECTION, and OFFSET,SIZE of the
12437 piece within that section used by a TU/CU, return a virtual section
12438 of just that piece. */
12439
12440static struct dwarf2_section_info
ed2dc618
SM
12441create_dwp_v2_section (struct dwarf2_per_objfile *dwarf2_per_objfile,
12442 struct dwarf2_section_info *section,
73869dc2
DE
12443 bfd_size_type offset, bfd_size_type size)
12444{
12445 struct dwarf2_section_info result;
12446 asection *sectp;
12447
12448 gdb_assert (section != NULL);
12449 gdb_assert (!section->is_virtual);
12450
12451 memset (&result, 0, sizeof (result));
12452 result.s.containing_section = section;
12453 result.is_virtual = 1;
12454
12455 if (size == 0)
12456 return result;
12457
12458 sectp = get_section_bfd_section (section);
12459
12460 /* Flag an error if the piece denoted by OFFSET,SIZE is outside the
12461 bounds of the real section. This is a pretty-rare event, so just
12462 flag an error (easier) instead of a warning and trying to cope. */
12463 if (sectp == NULL
12464 || offset + size > bfd_get_section_size (sectp))
12465 {
73869dc2
DE
12466 error (_("Dwarf Error: Bad DWP V2 section info, doesn't fit"
12467 " in section %s [in module %s]"),
12468 sectp ? bfd_section_name (abfd, sectp) : "<unknown>",
12469 objfile_name (dwarf2_per_objfile->objfile));
12470 }
12471
12472 result.virtual_offset = offset;
12473 result.size = size;
12474 return result;
12475}
12476
12477/* Create a dwo_unit object for the DWO unit with signature SIGNATURE.
12478 UNIT_INDEX is the index of the DWO unit in the DWP hash table.
12479 COMP_DIR is the DW_AT_comp_dir attribute of the referencing CU.
12480 This is for DWP version 2 files. */
12481
12482static struct dwo_unit *
ed2dc618
SM
12483create_dwo_unit_in_dwp_v2 (struct dwarf2_per_objfile *dwarf2_per_objfile,
12484 struct dwp_file *dwp_file,
73869dc2
DE
12485 uint32_t unit_index,
12486 const char *comp_dir,
12487 ULONGEST signature, int is_debug_types)
12488{
12489 struct objfile *objfile = dwarf2_per_objfile->objfile;
12490 const struct dwp_hash_table *dwp_htab =
12491 is_debug_types ? dwp_file->tus : dwp_file->cus;
400174b1 12492 bfd *dbfd = dwp_file->dbfd.get ();
73869dc2
DE
12493 const char *kind = is_debug_types ? "TU" : "CU";
12494 struct dwo_file *dwo_file;
12495 struct dwo_unit *dwo_unit;
12496 struct virtual_v2_dwo_sections sections;
12497 void **dwo_file_slot;
73869dc2
DE
12498 int i;
12499
12500 gdb_assert (dwp_file->version == 2);
12501
b4f54984 12502 if (dwarf_read_debug)
73869dc2
DE
12503 {
12504 fprintf_unfiltered (gdb_stdlog, "Reading %s %s/%s in DWP V2 file: %s\n",
12505 kind,
12506 pulongest (unit_index), hex_string (signature),
12507 dwp_file->name);
12508 }
12509
12510 /* Fetch the section offsets of this DWO unit. */
12511
12512 memset (&sections, 0, sizeof (sections));
73869dc2
DE
12513
12514 for (i = 0; i < dwp_htab->nr_columns; ++i)
12515 {
12516 uint32_t offset = read_4_bytes (dbfd,
12517 dwp_htab->section_pool.v2.offsets
12518 + (((unit_index - 1) * dwp_htab->nr_columns
12519 + i)
12520 * sizeof (uint32_t)));
12521 uint32_t size = read_4_bytes (dbfd,
12522 dwp_htab->section_pool.v2.sizes
12523 + (((unit_index - 1) * dwp_htab->nr_columns
12524 + i)
12525 * sizeof (uint32_t)));
12526
12527 switch (dwp_htab->section_pool.v2.section_ids[i])
12528 {
12529 case DW_SECT_INFO:
12530 case DW_SECT_TYPES:
12531 sections.info_or_types_offset = offset;
12532 sections.info_or_types_size = size;
12533 break;
12534 case DW_SECT_ABBREV:
12535 sections.abbrev_offset = offset;
12536 sections.abbrev_size = size;
12537 break;
12538 case DW_SECT_LINE:
12539 sections.line_offset = offset;
12540 sections.line_size = size;
12541 break;
12542 case DW_SECT_LOC:
12543 sections.loc_offset = offset;
12544 sections.loc_size = size;
12545 break;
12546 case DW_SECT_STR_OFFSETS:
12547 sections.str_offsets_offset = offset;
12548 sections.str_offsets_size = size;
12549 break;
12550 case DW_SECT_MACINFO:
12551 sections.macinfo_offset = offset;
12552 sections.macinfo_size = size;
12553 break;
12554 case DW_SECT_MACRO:
12555 sections.macro_offset = offset;
12556 sections.macro_size = size;
12557 break;
12558 }
12559 }
12560
12561 /* It's easier for the rest of the code if we fake a struct dwo_file and
12562 have dwo_unit "live" in that. At least for now.
12563
12564 The DWP file can be made up of a random collection of CUs and TUs.
12565 However, for each CU + set of TUs that came from the same original DWO
12566 file, we can combine them back into a virtual DWO file to save space
12567 (fewer struct dwo_file objects to allocate). Remember that for really
12568 large apps there can be on the order of 8K CUs and 200K TUs, or more. */
12569
791afaa2
TT
12570 std::string virtual_dwo_name =
12571 string_printf ("virtual-dwo/%ld-%ld-%ld-%ld",
12572 (long) (sections.abbrev_size ? sections.abbrev_offset : 0),
12573 (long) (sections.line_size ? sections.line_offset : 0),
12574 (long) (sections.loc_size ? sections.loc_offset : 0),
12575 (long) (sections.str_offsets_size
12576 ? sections.str_offsets_offset : 0));
73869dc2 12577 /* Can we use an existing virtual DWO file? */
ed2dc618
SM
12578 dwo_file_slot = lookup_dwo_file_slot (dwarf2_per_objfile,
12579 virtual_dwo_name.c_str (),
12580 comp_dir);
73869dc2
DE
12581 /* Create one if necessary. */
12582 if (*dwo_file_slot == NULL)
12583 {
b4f54984 12584 if (dwarf_read_debug)
73869dc2
DE
12585 {
12586 fprintf_unfiltered (gdb_stdlog, "Creating virtual DWO: %s\n",
791afaa2 12587 virtual_dwo_name.c_str ());
73869dc2
DE
12588 }
12589 dwo_file = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_file);
224c3ddb
SM
12590 dwo_file->dwo_name
12591 = (const char *) obstack_copy0 (&objfile->objfile_obstack,
791afaa2
TT
12592 virtual_dwo_name.c_str (),
12593 virtual_dwo_name.size ());
73869dc2
DE
12594 dwo_file->comp_dir = comp_dir;
12595 dwo_file->sections.abbrev =
ed2dc618 12596 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.abbrev,
73869dc2
DE
12597 sections.abbrev_offset, sections.abbrev_size);
12598 dwo_file->sections.line =
ed2dc618 12599 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.line,
73869dc2
DE
12600 sections.line_offset, sections.line_size);
12601 dwo_file->sections.loc =
ed2dc618 12602 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.loc,
73869dc2
DE
12603 sections.loc_offset, sections.loc_size);
12604 dwo_file->sections.macinfo =
ed2dc618 12605 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.macinfo,
73869dc2
DE
12606 sections.macinfo_offset, sections.macinfo_size);
12607 dwo_file->sections.macro =
ed2dc618 12608 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.macro,
73869dc2
DE
12609 sections.macro_offset, sections.macro_size);
12610 dwo_file->sections.str_offsets =
ed2dc618
SM
12611 create_dwp_v2_section (dwarf2_per_objfile,
12612 &dwp_file->sections.str_offsets,
73869dc2
DE
12613 sections.str_offsets_offset,
12614 sections.str_offsets_size);
12615 /* The "str" section is global to the entire DWP file. */
12616 dwo_file->sections.str = dwp_file->sections.str;
12617 /* The info or types section is assigned below to dwo_unit,
12618 there's no need to record it in dwo_file.
12619 Also, we can't simply record type sections in dwo_file because
12620 we record a pointer into the vector in dwo_unit. As we collect more
12621 types we'll grow the vector and eventually have to reallocate space
12622 for it, invalidating all copies of pointers into the previous
12623 contents. */
12624 *dwo_file_slot = dwo_file;
12625 }
12626 else
12627 {
b4f54984 12628 if (dwarf_read_debug)
73869dc2
DE
12629 {
12630 fprintf_unfiltered (gdb_stdlog, "Using existing virtual DWO: %s\n",
791afaa2 12631 virtual_dwo_name.c_str ());
73869dc2 12632 }
9a3c8263 12633 dwo_file = (struct dwo_file *) *dwo_file_slot;
73869dc2 12634 }
73869dc2
DE
12635
12636 dwo_unit = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_unit);
12637 dwo_unit->dwo_file = dwo_file;
12638 dwo_unit->signature = signature;
8d749320
SM
12639 dwo_unit->section =
12640 XOBNEW (&objfile->objfile_obstack, struct dwarf2_section_info);
ed2dc618
SM
12641 *dwo_unit->section = create_dwp_v2_section (dwarf2_per_objfile,
12642 is_debug_types
73869dc2
DE
12643 ? &dwp_file->sections.types
12644 : &dwp_file->sections.info,
12645 sections.info_or_types_offset,
12646 sections.info_or_types_size);
12647 /* dwo_unit->{offset,length,type_offset_in_tu} are set later. */
12648
12649 return dwo_unit;
12650}
12651
57d63ce2
DE
12652/* Lookup the DWO unit with SIGNATURE in DWP_FILE.
12653 Returns NULL if the signature isn't found. */
80626a55
DE
12654
12655static struct dwo_unit *
ed2dc618
SM
12656lookup_dwo_unit_in_dwp (struct dwarf2_per_objfile *dwarf2_per_objfile,
12657 struct dwp_file *dwp_file, const char *comp_dir,
57d63ce2 12658 ULONGEST signature, int is_debug_types)
80626a55 12659{
57d63ce2
DE
12660 const struct dwp_hash_table *dwp_htab =
12661 is_debug_types ? dwp_file->tus : dwp_file->cus;
400174b1 12662 bfd *dbfd = dwp_file->dbfd.get ();
57d63ce2 12663 uint32_t mask = dwp_htab->nr_slots - 1;
80626a55
DE
12664 uint32_t hash = signature & mask;
12665 uint32_t hash2 = ((signature >> 32) & mask) | 1;
12666 unsigned int i;
12667 void **slot;
870f88f7 12668 struct dwo_unit find_dwo_cu;
80626a55
DE
12669
12670 memset (&find_dwo_cu, 0, sizeof (find_dwo_cu));
12671 find_dwo_cu.signature = signature;
19ac8c2e
DE
12672 slot = htab_find_slot (is_debug_types
12673 ? dwp_file->loaded_tus
12674 : dwp_file->loaded_cus,
12675 &find_dwo_cu, INSERT);
80626a55
DE
12676
12677 if (*slot != NULL)
9a3c8263 12678 return (struct dwo_unit *) *slot;
80626a55
DE
12679
12680 /* Use a for loop so that we don't loop forever on bad debug info. */
57d63ce2 12681 for (i = 0; i < dwp_htab->nr_slots; ++i)
80626a55
DE
12682 {
12683 ULONGEST signature_in_table;
12684
12685 signature_in_table =
57d63ce2 12686 read_8_bytes (dbfd, dwp_htab->hash_table + hash * sizeof (uint64_t));
80626a55
DE
12687 if (signature_in_table == signature)
12688 {
57d63ce2
DE
12689 uint32_t unit_index =
12690 read_4_bytes (dbfd,
12691 dwp_htab->unit_table + hash * sizeof (uint32_t));
80626a55 12692
73869dc2
DE
12693 if (dwp_file->version == 1)
12694 {
ed2dc618
SM
12695 *slot = create_dwo_unit_in_dwp_v1 (dwarf2_per_objfile,
12696 dwp_file, unit_index,
73869dc2
DE
12697 comp_dir, signature,
12698 is_debug_types);
12699 }
12700 else
12701 {
ed2dc618
SM
12702 *slot = create_dwo_unit_in_dwp_v2 (dwarf2_per_objfile,
12703 dwp_file, unit_index,
73869dc2
DE
12704 comp_dir, signature,
12705 is_debug_types);
12706 }
9a3c8263 12707 return (struct dwo_unit *) *slot;
80626a55
DE
12708 }
12709 if (signature_in_table == 0)
12710 return NULL;
12711 hash = (hash + hash2) & mask;
12712 }
12713
12714 error (_("Dwarf Error: bad DWP hash table, lookup didn't terminate"
12715 " [in module %s]"),
12716 dwp_file->name);
12717}
12718
ab5088bf 12719/* Subroutine of open_dwo_file,open_dwp_file to simplify them.
3019eac3
DE
12720 Open the file specified by FILE_NAME and hand it off to BFD for
12721 preliminary analysis. Return a newly initialized bfd *, which
12722 includes a canonicalized copy of FILE_NAME.
80626a55 12723 If IS_DWP is TRUE, we're opening a DWP file, otherwise a DWO file.
6ac97d4c
DE
12724 SEARCH_CWD is true if the current directory is to be searched.
12725 It will be searched before debug-file-directory.
13aaf454
DE
12726 If successful, the file is added to the bfd include table of the
12727 objfile's bfd (see gdb_bfd_record_inclusion).
6ac97d4c 12728 If unable to find/open the file, return NULL.
3019eac3
DE
12729 NOTE: This function is derived from symfile_bfd_open. */
12730
192b62ce 12731static gdb_bfd_ref_ptr
ed2dc618
SM
12732try_open_dwop_file (struct dwarf2_per_objfile *dwarf2_per_objfile,
12733 const char *file_name, int is_dwp, int search_cwd)
3019eac3 12734{
24b9144d 12735 int desc;
9c02c129
DE
12736 /* Blech. OPF_TRY_CWD_FIRST also disables searching the path list if
12737 FILE_NAME contains a '/'. So we can't use it. Instead prepend "."
12738 to debug_file_directory. */
e0cc99a6 12739 const char *search_path;
9c02c129
DE
12740 static const char dirname_separator_string[] = { DIRNAME_SEPARATOR, '\0' };
12741
e0cc99a6 12742 gdb::unique_xmalloc_ptr<char> search_path_holder;
6ac97d4c
DE
12743 if (search_cwd)
12744 {
12745 if (*debug_file_directory != '\0')
e0cc99a6
TT
12746 {
12747 search_path_holder.reset (concat (".", dirname_separator_string,
12748 debug_file_directory,
12749 (char *) NULL));
12750 search_path = search_path_holder.get ();
12751 }
6ac97d4c 12752 else
e0cc99a6 12753 search_path = ".";
6ac97d4c 12754 }
9c02c129 12755 else
e0cc99a6 12756 search_path = debug_file_directory;
3019eac3 12757
24b9144d 12758 openp_flags flags = OPF_RETURN_REALPATH;
80626a55
DE
12759 if (is_dwp)
12760 flags |= OPF_SEARCH_IN_PATH;
e0cc99a6
TT
12761
12762 gdb::unique_xmalloc_ptr<char> absolute_name;
9c02c129 12763 desc = openp (search_path, flags, file_name,
3019eac3
DE
12764 O_RDONLY | O_BINARY, &absolute_name);
12765 if (desc < 0)
12766 return NULL;
12767
e0cc99a6
TT
12768 gdb_bfd_ref_ptr sym_bfd (gdb_bfd_open (absolute_name.get (),
12769 gnutarget, desc));
9c02c129
DE
12770 if (sym_bfd == NULL)
12771 return NULL;
192b62ce 12772 bfd_set_cacheable (sym_bfd.get (), 1);
3019eac3 12773
192b62ce
TT
12774 if (!bfd_check_format (sym_bfd.get (), bfd_object))
12775 return NULL;
3019eac3 12776
13aaf454
DE
12777 /* Success. Record the bfd as having been included by the objfile's bfd.
12778 This is important because things like demangled_names_hash lives in the
12779 objfile's per_bfd space and may have references to things like symbol
12780 names that live in the DWO/DWP file's per_bfd space. PR 16426. */
192b62ce 12781 gdb_bfd_record_inclusion (dwarf2_per_objfile->objfile->obfd, sym_bfd.get ());
13aaf454 12782
3019eac3
DE
12783 return sym_bfd;
12784}
12785
ab5088bf 12786/* Try to open DWO file FILE_NAME.
3019eac3
DE
12787 COMP_DIR is the DW_AT_comp_dir attribute.
12788 The result is the bfd handle of the file.
12789 If there is a problem finding or opening the file, return NULL.
12790 Upon success, the canonicalized path of the file is stored in the bfd,
12791 same as symfile_bfd_open. */
12792
192b62ce 12793static gdb_bfd_ref_ptr
ed2dc618
SM
12794open_dwo_file (struct dwarf2_per_objfile *dwarf2_per_objfile,
12795 const char *file_name, const char *comp_dir)
3019eac3 12796{
80626a55 12797 if (IS_ABSOLUTE_PATH (file_name))
ed2dc618
SM
12798 return try_open_dwop_file (dwarf2_per_objfile, file_name,
12799 0 /*is_dwp*/, 0 /*search_cwd*/);
3019eac3
DE
12800
12801 /* Before trying the search path, try DWO_NAME in COMP_DIR. */
12802
12803 if (comp_dir != NULL)
12804 {
b36cec19
PA
12805 char *path_to_try = concat (comp_dir, SLASH_STRING,
12806 file_name, (char *) NULL);
3019eac3
DE
12807
12808 /* NOTE: If comp_dir is a relative path, this will also try the
12809 search path, which seems useful. */
ed2dc618
SM
12810 gdb_bfd_ref_ptr abfd (try_open_dwop_file (dwarf2_per_objfile,
12811 path_to_try,
12812 0 /*is_dwp*/,
192b62ce 12813 1 /*search_cwd*/));
3019eac3
DE
12814 xfree (path_to_try);
12815 if (abfd != NULL)
12816 return abfd;
12817 }
12818
12819 /* That didn't work, try debug-file-directory, which, despite its name,
12820 is a list of paths. */
12821
12822 if (*debug_file_directory == '\0')
12823 return NULL;
12824
ed2dc618
SM
12825 return try_open_dwop_file (dwarf2_per_objfile, file_name,
12826 0 /*is_dwp*/, 1 /*search_cwd*/);
3019eac3
DE
12827}
12828
80626a55
DE
12829/* This function is mapped across the sections and remembers the offset and
12830 size of each of the DWO debugging sections we are interested in. */
12831
12832static void
12833dwarf2_locate_dwo_sections (bfd *abfd, asection *sectp, void *dwo_sections_ptr)
12834{
9a3c8263 12835 struct dwo_sections *dwo_sections = (struct dwo_sections *) dwo_sections_ptr;
80626a55
DE
12836 const struct dwop_section_names *names = &dwop_section_names;
12837
12838 if (section_is_p (sectp->name, &names->abbrev_dwo))
12839 {
049412e3 12840 dwo_sections->abbrev.s.section = sectp;
80626a55
DE
12841 dwo_sections->abbrev.size = bfd_get_section_size (sectp);
12842 }
12843 else if (section_is_p (sectp->name, &names->info_dwo))
12844 {
049412e3 12845 dwo_sections->info.s.section = sectp;
80626a55
DE
12846 dwo_sections->info.size = bfd_get_section_size (sectp);
12847 }
12848 else if (section_is_p (sectp->name, &names->line_dwo))
12849 {
049412e3 12850 dwo_sections->line.s.section = sectp;
80626a55
DE
12851 dwo_sections->line.size = bfd_get_section_size (sectp);
12852 }
12853 else if (section_is_p (sectp->name, &names->loc_dwo))
12854 {
049412e3 12855 dwo_sections->loc.s.section = sectp;
80626a55
DE
12856 dwo_sections->loc.size = bfd_get_section_size (sectp);
12857 }
12858 else if (section_is_p (sectp->name, &names->macinfo_dwo))
12859 {
049412e3 12860 dwo_sections->macinfo.s.section = sectp;
80626a55
DE
12861 dwo_sections->macinfo.size = bfd_get_section_size (sectp);
12862 }
12863 else if (section_is_p (sectp->name, &names->macro_dwo))
12864 {
049412e3 12865 dwo_sections->macro.s.section = sectp;
80626a55
DE
12866 dwo_sections->macro.size = bfd_get_section_size (sectp);
12867 }
12868 else if (section_is_p (sectp->name, &names->str_dwo))
12869 {
049412e3 12870 dwo_sections->str.s.section = sectp;
80626a55
DE
12871 dwo_sections->str.size = bfd_get_section_size (sectp);
12872 }
12873 else if (section_is_p (sectp->name, &names->str_offsets_dwo))
12874 {
049412e3 12875 dwo_sections->str_offsets.s.section = sectp;
80626a55
DE
12876 dwo_sections->str_offsets.size = bfd_get_section_size (sectp);
12877 }
12878 else if (section_is_p (sectp->name, &names->types_dwo))
12879 {
12880 struct dwarf2_section_info type_section;
12881
12882 memset (&type_section, 0, sizeof (type_section));
049412e3 12883 type_section.s.section = sectp;
80626a55
DE
12884 type_section.size = bfd_get_section_size (sectp);
12885 VEC_safe_push (dwarf2_section_info_def, dwo_sections->types,
12886 &type_section);
12887 }
12888}
12889
ab5088bf 12890/* Initialize the use of the DWO file specified by DWO_NAME and referenced
19c3d4c9 12891 by PER_CU. This is for the non-DWP case.
80626a55 12892 The result is NULL if DWO_NAME can't be found. */
3019eac3
DE
12893
12894static struct dwo_file *
0ac5b59e
DE
12895open_and_init_dwo_file (struct dwarf2_per_cu_data *per_cu,
12896 const char *dwo_name, const char *comp_dir)
3019eac3 12897{
ed2dc618 12898 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
3019eac3 12899 struct objfile *objfile = dwarf2_per_objfile->objfile;
3019eac3 12900
ed2dc618 12901 gdb_bfd_ref_ptr dbfd (open_dwo_file (dwarf2_per_objfile, dwo_name, comp_dir));
80626a55
DE
12902 if (dbfd == NULL)
12903 {
b4f54984 12904 if (dwarf_read_debug)
80626a55
DE
12905 fprintf_unfiltered (gdb_stdlog, "DWO file not found: %s\n", dwo_name);
12906 return NULL;
12907 }
263db9a1
TT
12908
12909 /* We use a unique pointer here, despite the obstack allocation,
12910 because a dwo_file needs some cleanup if it is abandoned. */
12911 dwo_file_up dwo_file (OBSTACK_ZALLOC (&objfile->objfile_obstack,
12912 struct dwo_file));
0ac5b59e
DE
12913 dwo_file->dwo_name = dwo_name;
12914 dwo_file->comp_dir = comp_dir;
192b62ce 12915 dwo_file->dbfd = dbfd.release ();
3019eac3 12916
192b62ce
TT
12917 bfd_map_over_sections (dwo_file->dbfd, dwarf2_locate_dwo_sections,
12918 &dwo_file->sections);
3019eac3 12919
ed2dc618
SM
12920 create_cus_hash_table (dwarf2_per_objfile, *dwo_file, dwo_file->sections.info,
12921 dwo_file->cus);
3019eac3 12922
263db9a1 12923 create_debug_types_hash_table (dwarf2_per_objfile, dwo_file.get (),
ed2dc618 12924 dwo_file->sections.types, dwo_file->tus);
3019eac3 12925
b4f54984 12926 if (dwarf_read_debug)
80626a55
DE
12927 fprintf_unfiltered (gdb_stdlog, "DWO file found: %s\n", dwo_name);
12928
263db9a1 12929 return dwo_file.release ();
3019eac3
DE
12930}
12931
80626a55 12932/* This function is mapped across the sections and remembers the offset and
73869dc2
DE
12933 size of each of the DWP debugging sections common to version 1 and 2 that
12934 we are interested in. */
3019eac3 12935
80626a55 12936static void
73869dc2
DE
12937dwarf2_locate_common_dwp_sections (bfd *abfd, asection *sectp,
12938 void *dwp_file_ptr)
3019eac3 12939{
9a3c8263 12940 struct dwp_file *dwp_file = (struct dwp_file *) dwp_file_ptr;
80626a55
DE
12941 const struct dwop_section_names *names = &dwop_section_names;
12942 unsigned int elf_section_nr = elf_section_data (sectp)->this_idx;
3019eac3 12943
80626a55 12944 /* Record the ELF section number for later lookup: this is what the
73869dc2 12945 .debug_cu_index,.debug_tu_index tables use in DWP V1. */
80626a55
DE
12946 gdb_assert (elf_section_nr < dwp_file->num_sections);
12947 dwp_file->elf_sections[elf_section_nr] = sectp;
3019eac3 12948
80626a55
DE
12949 /* Look for specific sections that we need. */
12950 if (section_is_p (sectp->name, &names->str_dwo))
12951 {
049412e3 12952 dwp_file->sections.str.s.section = sectp;
80626a55
DE
12953 dwp_file->sections.str.size = bfd_get_section_size (sectp);
12954 }
12955 else if (section_is_p (sectp->name, &names->cu_index))
12956 {
049412e3 12957 dwp_file->sections.cu_index.s.section = sectp;
80626a55
DE
12958 dwp_file->sections.cu_index.size = bfd_get_section_size (sectp);
12959 }
12960 else if (section_is_p (sectp->name, &names->tu_index))
12961 {
049412e3 12962 dwp_file->sections.tu_index.s.section = sectp;
80626a55
DE
12963 dwp_file->sections.tu_index.size = bfd_get_section_size (sectp);
12964 }
12965}
3019eac3 12966
73869dc2
DE
12967/* This function is mapped across the sections and remembers the offset and
12968 size of each of the DWP version 2 debugging sections that we are interested
12969 in. This is split into a separate function because we don't know if we
12970 have version 1 or 2 until we parse the cu_index/tu_index sections. */
12971
12972static void
12973dwarf2_locate_v2_dwp_sections (bfd *abfd, asection *sectp, void *dwp_file_ptr)
12974{
9a3c8263 12975 struct dwp_file *dwp_file = (struct dwp_file *) dwp_file_ptr;
73869dc2
DE
12976 const struct dwop_section_names *names = &dwop_section_names;
12977 unsigned int elf_section_nr = elf_section_data (sectp)->this_idx;
12978
12979 /* Record the ELF section number for later lookup: this is what the
12980 .debug_cu_index,.debug_tu_index tables use in DWP V1. */
12981 gdb_assert (elf_section_nr < dwp_file->num_sections);
12982 dwp_file->elf_sections[elf_section_nr] = sectp;
12983
12984 /* Look for specific sections that we need. */
12985 if (section_is_p (sectp->name, &names->abbrev_dwo))
12986 {
049412e3 12987 dwp_file->sections.abbrev.s.section = sectp;
73869dc2
DE
12988 dwp_file->sections.abbrev.size = bfd_get_section_size (sectp);
12989 }
12990 else if (section_is_p (sectp->name, &names->info_dwo))
12991 {
049412e3 12992 dwp_file->sections.info.s.section = sectp;
73869dc2
DE
12993 dwp_file->sections.info.size = bfd_get_section_size (sectp);
12994 }
12995 else if (section_is_p (sectp->name, &names->line_dwo))
12996 {
049412e3 12997 dwp_file->sections.line.s.section = sectp;
73869dc2
DE
12998 dwp_file->sections.line.size = bfd_get_section_size (sectp);
12999 }
13000 else if (section_is_p (sectp->name, &names->loc_dwo))
13001 {
049412e3 13002 dwp_file->sections.loc.s.section = sectp;
73869dc2
DE
13003 dwp_file->sections.loc.size = bfd_get_section_size (sectp);
13004 }
13005 else if (section_is_p (sectp->name, &names->macinfo_dwo))
13006 {
049412e3 13007 dwp_file->sections.macinfo.s.section = sectp;
73869dc2
DE
13008 dwp_file->sections.macinfo.size = bfd_get_section_size (sectp);
13009 }
13010 else if (section_is_p (sectp->name, &names->macro_dwo))
13011 {
049412e3 13012 dwp_file->sections.macro.s.section = sectp;
73869dc2
DE
13013 dwp_file->sections.macro.size = bfd_get_section_size (sectp);
13014 }
13015 else if (section_is_p (sectp->name, &names->str_offsets_dwo))
13016 {
049412e3 13017 dwp_file->sections.str_offsets.s.section = sectp;
73869dc2
DE
13018 dwp_file->sections.str_offsets.size = bfd_get_section_size (sectp);
13019 }
13020 else if (section_is_p (sectp->name, &names->types_dwo))
13021 {
049412e3 13022 dwp_file->sections.types.s.section = sectp;
73869dc2
DE
13023 dwp_file->sections.types.size = bfd_get_section_size (sectp);
13024 }
13025}
13026
80626a55 13027/* Hash function for dwp_file loaded CUs/TUs. */
3019eac3 13028
80626a55
DE
13029static hashval_t
13030hash_dwp_loaded_cutus (const void *item)
13031{
9a3c8263 13032 const struct dwo_unit *dwo_unit = (const struct dwo_unit *) item;
3019eac3 13033
80626a55
DE
13034 /* This drops the top 32 bits of the signature, but is ok for a hash. */
13035 return dwo_unit->signature;
3019eac3
DE
13036}
13037
80626a55 13038/* Equality function for dwp_file loaded CUs/TUs. */
3019eac3 13039
80626a55
DE
13040static int
13041eq_dwp_loaded_cutus (const void *a, const void *b)
3019eac3 13042{
9a3c8263
SM
13043 const struct dwo_unit *dua = (const struct dwo_unit *) a;
13044 const struct dwo_unit *dub = (const struct dwo_unit *) b;
3019eac3 13045
80626a55
DE
13046 return dua->signature == dub->signature;
13047}
3019eac3 13048
80626a55 13049/* Allocate a hash table for dwp_file loaded CUs/TUs. */
3019eac3 13050
80626a55
DE
13051static htab_t
13052allocate_dwp_loaded_cutus_table (struct objfile *objfile)
13053{
13054 return htab_create_alloc_ex (3,
13055 hash_dwp_loaded_cutus,
13056 eq_dwp_loaded_cutus,
13057 NULL,
13058 &objfile->objfile_obstack,
13059 hashtab_obstack_allocate,
13060 dummy_obstack_deallocate);
13061}
3019eac3 13062
ab5088bf
DE
13063/* Try to open DWP file FILE_NAME.
13064 The result is the bfd handle of the file.
13065 If there is a problem finding or opening the file, return NULL.
13066 Upon success, the canonicalized path of the file is stored in the bfd,
13067 same as symfile_bfd_open. */
13068
192b62ce 13069static gdb_bfd_ref_ptr
ed2dc618
SM
13070open_dwp_file (struct dwarf2_per_objfile *dwarf2_per_objfile,
13071 const char *file_name)
ab5088bf 13072{
ed2dc618
SM
13073 gdb_bfd_ref_ptr abfd (try_open_dwop_file (dwarf2_per_objfile, file_name,
13074 1 /*is_dwp*/,
192b62ce 13075 1 /*search_cwd*/));
6ac97d4c
DE
13076 if (abfd != NULL)
13077 return abfd;
13078
13079 /* Work around upstream bug 15652.
13080 http://sourceware.org/bugzilla/show_bug.cgi?id=15652
13081 [Whether that's a "bug" is debatable, but it is getting in our way.]
13082 We have no real idea where the dwp file is, because gdb's realpath-ing
13083 of the executable's path may have discarded the needed info.
13084 [IWBN if the dwp file name was recorded in the executable, akin to
13085 .gnu_debuglink, but that doesn't exist yet.]
13086 Strip the directory from FILE_NAME and search again. */
13087 if (*debug_file_directory != '\0')
13088 {
13089 /* Don't implicitly search the current directory here.
13090 If the user wants to search "." to handle this case,
13091 it must be added to debug-file-directory. */
ed2dc618
SM
13092 return try_open_dwop_file (dwarf2_per_objfile,
13093 lbasename (file_name), 1 /*is_dwp*/,
6ac97d4c
DE
13094 0 /*search_cwd*/);
13095 }
13096
13097 return NULL;
ab5088bf
DE
13098}
13099
80626a55
DE
13100/* Initialize the use of the DWP file for the current objfile.
13101 By convention the name of the DWP file is ${objfile}.dwp.
13102 The result is NULL if it can't be found. */
a766d390 13103
400174b1 13104static std::unique_ptr<struct dwp_file>
ed2dc618 13105open_and_init_dwp_file (struct dwarf2_per_objfile *dwarf2_per_objfile)
80626a55
DE
13106{
13107 struct objfile *objfile = dwarf2_per_objfile->objfile;
80626a55 13108
82bf32bc
JK
13109 /* Try to find first .dwp for the binary file before any symbolic links
13110 resolving. */
6c447423
DE
13111
13112 /* If the objfile is a debug file, find the name of the real binary
13113 file and get the name of dwp file from there. */
d721ba37 13114 std::string dwp_name;
6c447423
DE
13115 if (objfile->separate_debug_objfile_backlink != NULL)
13116 {
13117 struct objfile *backlink = objfile->separate_debug_objfile_backlink;
13118 const char *backlink_basename = lbasename (backlink->original_name);
6c447423 13119
d721ba37 13120 dwp_name = ldirname (objfile->original_name) + SLASH_STRING + backlink_basename;
6c447423
DE
13121 }
13122 else
d721ba37
PA
13123 dwp_name = objfile->original_name;
13124
13125 dwp_name += ".dwp";
80626a55 13126
ed2dc618 13127 gdb_bfd_ref_ptr dbfd (open_dwp_file (dwarf2_per_objfile, dwp_name.c_str ()));
82bf32bc
JK
13128 if (dbfd == NULL
13129 && strcmp (objfile->original_name, objfile_name (objfile)) != 0)
13130 {
13131 /* Try to find .dwp for the binary file after gdb_realpath resolving. */
d721ba37
PA
13132 dwp_name = objfile_name (objfile);
13133 dwp_name += ".dwp";
ed2dc618 13134 dbfd = open_dwp_file (dwarf2_per_objfile, dwp_name.c_str ());
82bf32bc
JK
13135 }
13136
80626a55
DE
13137 if (dbfd == NULL)
13138 {
b4f54984 13139 if (dwarf_read_debug)
d721ba37 13140 fprintf_unfiltered (gdb_stdlog, "DWP file not found: %s\n", dwp_name.c_str ());
400174b1 13141 return std::unique_ptr<dwp_file> ();
3019eac3 13142 }
400174b1
TT
13143
13144 const char *name = bfd_get_filename (dbfd.get ());
13145 std::unique_ptr<struct dwp_file> dwp_file
13146 (new struct dwp_file (name, std::move (dbfd)));
c906108c 13147
80626a55 13148 /* +1: section 0 is unused */
192b62ce 13149 dwp_file->num_sections = bfd_count_sections (dwp_file->dbfd) + 1;
80626a55
DE
13150 dwp_file->elf_sections =
13151 OBSTACK_CALLOC (&objfile->objfile_obstack,
13152 dwp_file->num_sections, asection *);
13153
400174b1
TT
13154 bfd_map_over_sections (dwp_file->dbfd.get (),
13155 dwarf2_locate_common_dwp_sections,
13156 dwp_file.get ());
80626a55 13157
400174b1
TT
13158 dwp_file->cus = create_dwp_hash_table (dwarf2_per_objfile, dwp_file.get (),
13159 0);
80626a55 13160
400174b1
TT
13161 dwp_file->tus = create_dwp_hash_table (dwarf2_per_objfile, dwp_file.get (),
13162 1);
80626a55 13163
73869dc2 13164 /* The DWP file version is stored in the hash table. Oh well. */
08302ed2
DE
13165 if (dwp_file->cus && dwp_file->tus
13166 && dwp_file->cus->version != dwp_file->tus->version)
73869dc2
DE
13167 {
13168 /* Technically speaking, we should try to limp along, but this is
fbcbc3fd 13169 pretty bizarre. We use pulongest here because that's the established
4d65956b 13170 portability solution (e.g, we cannot use %u for uint32_t). */
fbcbc3fd
DE
13171 error (_("Dwarf Error: DWP file CU version %s doesn't match"
13172 " TU version %s [in DWP file %s]"),
13173 pulongest (dwp_file->cus->version),
d721ba37 13174 pulongest (dwp_file->tus->version), dwp_name.c_str ());
73869dc2 13175 }
08302ed2
DE
13176
13177 if (dwp_file->cus)
13178 dwp_file->version = dwp_file->cus->version;
13179 else if (dwp_file->tus)
13180 dwp_file->version = dwp_file->tus->version;
13181 else
13182 dwp_file->version = 2;
73869dc2
DE
13183
13184 if (dwp_file->version == 2)
400174b1
TT
13185 bfd_map_over_sections (dwp_file->dbfd.get (),
13186 dwarf2_locate_v2_dwp_sections,
13187 dwp_file.get ());
73869dc2 13188
19ac8c2e
DE
13189 dwp_file->loaded_cus = allocate_dwp_loaded_cutus_table (objfile);
13190 dwp_file->loaded_tus = allocate_dwp_loaded_cutus_table (objfile);
80626a55 13191
b4f54984 13192 if (dwarf_read_debug)
80626a55
DE
13193 {
13194 fprintf_unfiltered (gdb_stdlog, "DWP file found: %s\n", dwp_file->name);
13195 fprintf_unfiltered (gdb_stdlog,
21aa081e
PA
13196 " %s CUs, %s TUs\n",
13197 pulongest (dwp_file->cus ? dwp_file->cus->nr_units : 0),
13198 pulongest (dwp_file->tus ? dwp_file->tus->nr_units : 0));
80626a55
DE
13199 }
13200
13201 return dwp_file;
3019eac3 13202}
c906108c 13203
ab5088bf
DE
13204/* Wrapper around open_and_init_dwp_file, only open it once. */
13205
13206static struct dwp_file *
ed2dc618 13207get_dwp_file (struct dwarf2_per_objfile *dwarf2_per_objfile)
ab5088bf
DE
13208{
13209 if (! dwarf2_per_objfile->dwp_checked)
13210 {
ed2dc618
SM
13211 dwarf2_per_objfile->dwp_file
13212 = open_and_init_dwp_file (dwarf2_per_objfile);
ab5088bf
DE
13213 dwarf2_per_objfile->dwp_checked = 1;
13214 }
400174b1 13215 return dwarf2_per_objfile->dwp_file.get ();
ab5088bf
DE
13216}
13217
80626a55
DE
13218/* Subroutine of lookup_dwo_comp_unit, lookup_dwo_type_unit.
13219 Look up the CU/TU with signature SIGNATURE, either in DWO file DWO_NAME
13220 or in the DWP file for the objfile, referenced by THIS_UNIT.
3019eac3 13221 If non-NULL, comp_dir is the DW_AT_comp_dir attribute.
80626a55
DE
13222 IS_DEBUG_TYPES is non-zero if reading a TU, otherwise read a CU.
13223
13224 This is called, for example, when wanting to read a variable with a
13225 complex location. Therefore we don't want to do file i/o for every call.
13226 Therefore we don't want to look for a DWO file on every call.
13227 Therefore we first see if we've already seen SIGNATURE in a DWP file,
13228 then we check if we've already seen DWO_NAME, and only THEN do we check
13229 for a DWO file.
13230
1c658ad5 13231 The result is a pointer to the dwo_unit object or NULL if we didn't find it
80626a55 13232 (dwo_id mismatch or couldn't find the DWO/DWP file). */
debd256d 13233
3019eac3 13234static struct dwo_unit *
80626a55
DE
13235lookup_dwo_cutu (struct dwarf2_per_cu_data *this_unit,
13236 const char *dwo_name, const char *comp_dir,
13237 ULONGEST signature, int is_debug_types)
3019eac3 13238{
ed2dc618 13239 struct dwarf2_per_objfile *dwarf2_per_objfile = this_unit->dwarf2_per_objfile;
3019eac3 13240 struct objfile *objfile = dwarf2_per_objfile->objfile;
80626a55
DE
13241 const char *kind = is_debug_types ? "TU" : "CU";
13242 void **dwo_file_slot;
3019eac3 13243 struct dwo_file *dwo_file;
80626a55 13244 struct dwp_file *dwp_file;
cb1df416 13245
6a506a2d
DE
13246 /* First see if there's a DWP file.
13247 If we have a DWP file but didn't find the DWO inside it, don't
13248 look for the original DWO file. It makes gdb behave differently
13249 depending on whether one is debugging in the build tree. */
cf2c3c16 13250
ed2dc618 13251 dwp_file = get_dwp_file (dwarf2_per_objfile);
80626a55 13252 if (dwp_file != NULL)
cf2c3c16 13253 {
80626a55
DE
13254 const struct dwp_hash_table *dwp_htab =
13255 is_debug_types ? dwp_file->tus : dwp_file->cus;
13256
13257 if (dwp_htab != NULL)
13258 {
13259 struct dwo_unit *dwo_cutu =
ed2dc618 13260 lookup_dwo_unit_in_dwp (dwarf2_per_objfile, dwp_file, comp_dir,
57d63ce2 13261 signature, is_debug_types);
80626a55
DE
13262
13263 if (dwo_cutu != NULL)
13264 {
b4f54984 13265 if (dwarf_read_debug)
80626a55
DE
13266 {
13267 fprintf_unfiltered (gdb_stdlog,
13268 "Virtual DWO %s %s found: @%s\n",
13269 kind, hex_string (signature),
13270 host_address_to_string (dwo_cutu));
13271 }
13272 return dwo_cutu;
13273 }
13274 }
13275 }
6a506a2d 13276 else
80626a55 13277 {
6a506a2d 13278 /* No DWP file, look for the DWO file. */
80626a55 13279
ed2dc618
SM
13280 dwo_file_slot = lookup_dwo_file_slot (dwarf2_per_objfile,
13281 dwo_name, comp_dir);
6a506a2d 13282 if (*dwo_file_slot == NULL)
80626a55 13283 {
6a506a2d
DE
13284 /* Read in the file and build a table of the CUs/TUs it contains. */
13285 *dwo_file_slot = open_and_init_dwo_file (this_unit, dwo_name, comp_dir);
19c3d4c9 13286 }
6a506a2d 13287 /* NOTE: This will be NULL if unable to open the file. */
9a3c8263 13288 dwo_file = (struct dwo_file *) *dwo_file_slot;
3019eac3 13289
6a506a2d 13290 if (dwo_file != NULL)
19c3d4c9 13291 {
6a506a2d
DE
13292 struct dwo_unit *dwo_cutu = NULL;
13293
13294 if (is_debug_types && dwo_file->tus)
13295 {
13296 struct dwo_unit find_dwo_cutu;
13297
13298 memset (&find_dwo_cutu, 0, sizeof (find_dwo_cutu));
13299 find_dwo_cutu.signature = signature;
9a3c8263
SM
13300 dwo_cutu
13301 = (struct dwo_unit *) htab_find (dwo_file->tus, &find_dwo_cutu);
6a506a2d 13302 }
33c5cd75 13303 else if (!is_debug_types && dwo_file->cus)
80626a55 13304 {
33c5cd75
DB
13305 struct dwo_unit find_dwo_cutu;
13306
13307 memset (&find_dwo_cutu, 0, sizeof (find_dwo_cutu));
13308 find_dwo_cutu.signature = signature;
13309 dwo_cutu = (struct dwo_unit *)htab_find (dwo_file->cus,
13310 &find_dwo_cutu);
6a506a2d
DE
13311 }
13312
13313 if (dwo_cutu != NULL)
13314 {
b4f54984 13315 if (dwarf_read_debug)
6a506a2d
DE
13316 {
13317 fprintf_unfiltered (gdb_stdlog, "DWO %s %s(%s) found: @%s\n",
13318 kind, dwo_name, hex_string (signature),
13319 host_address_to_string (dwo_cutu));
13320 }
13321 return dwo_cutu;
80626a55
DE
13322 }
13323 }
2e276125 13324 }
9cdd5dbd 13325
80626a55
DE
13326 /* We didn't find it. This could mean a dwo_id mismatch, or
13327 someone deleted the DWO/DWP file, or the search path isn't set up
13328 correctly to find the file. */
13329
b4f54984 13330 if (dwarf_read_debug)
80626a55
DE
13331 {
13332 fprintf_unfiltered (gdb_stdlog, "DWO %s %s(%s) not found\n",
13333 kind, dwo_name, hex_string (signature));
13334 }
3019eac3 13335
6656a72d
DE
13336 /* This is a warning and not a complaint because it can be caused by
13337 pilot error (e.g., user accidentally deleting the DWO). */
43942612
DE
13338 {
13339 /* Print the name of the DWP file if we looked there, helps the user
13340 better diagnose the problem. */
791afaa2 13341 std::string dwp_text;
43942612
DE
13342
13343 if (dwp_file != NULL)
791afaa2
TT
13344 dwp_text = string_printf (" [in DWP file %s]",
13345 lbasename (dwp_file->name));
43942612 13346
9d8780f0 13347 warning (_("Could not find DWO %s %s(%s)%s referenced by %s at offset %s"
43942612
DE
13348 " [in module %s]"),
13349 kind, dwo_name, hex_string (signature),
791afaa2 13350 dwp_text.c_str (),
43942612 13351 this_unit->is_debug_types ? "TU" : "CU",
9d8780f0 13352 sect_offset_str (this_unit->sect_off), objfile_name (objfile));
43942612 13353 }
3019eac3 13354 return NULL;
5fb290d7
DJ
13355}
13356
80626a55
DE
13357/* Lookup the DWO CU DWO_NAME/SIGNATURE referenced from THIS_CU.
13358 See lookup_dwo_cutu_unit for details. */
13359
13360static struct dwo_unit *
13361lookup_dwo_comp_unit (struct dwarf2_per_cu_data *this_cu,
13362 const char *dwo_name, const char *comp_dir,
13363 ULONGEST signature)
13364{
13365 return lookup_dwo_cutu (this_cu, dwo_name, comp_dir, signature, 0);
13366}
13367
13368/* Lookup the DWO TU DWO_NAME/SIGNATURE referenced from THIS_TU.
13369 See lookup_dwo_cutu_unit for details. */
13370
13371static struct dwo_unit *
13372lookup_dwo_type_unit (struct signatured_type *this_tu,
13373 const char *dwo_name, const char *comp_dir)
13374{
13375 return lookup_dwo_cutu (&this_tu->per_cu, dwo_name, comp_dir, this_tu->signature, 1);
13376}
13377
89e63ee4
DE
13378/* Traversal function for queue_and_load_all_dwo_tus. */
13379
13380static int
13381queue_and_load_dwo_tu (void **slot, void *info)
13382{
13383 struct dwo_unit *dwo_unit = (struct dwo_unit *) *slot;
13384 struct dwarf2_per_cu_data *per_cu = (struct dwarf2_per_cu_data *) info;
13385 ULONGEST signature = dwo_unit->signature;
13386 struct signatured_type *sig_type =
13387 lookup_dwo_signatured_type (per_cu->cu, signature);
13388
13389 if (sig_type != NULL)
13390 {
13391 struct dwarf2_per_cu_data *sig_cu = &sig_type->per_cu;
13392
13393 /* We pass NULL for DEPENDENT_CU because we don't yet know if there's
13394 a real dependency of PER_CU on SIG_TYPE. That is detected later
13395 while processing PER_CU. */
13396 if (maybe_queue_comp_unit (NULL, sig_cu, per_cu->cu->language))
13397 load_full_type_unit (sig_cu);
13398 VEC_safe_push (dwarf2_per_cu_ptr, per_cu->imported_symtabs, sig_cu);
13399 }
13400
13401 return 1;
13402}
13403
13404/* Queue all TUs contained in the DWO of PER_CU to be read in.
13405 The DWO may have the only definition of the type, though it may not be
13406 referenced anywhere in PER_CU. Thus we have to load *all* its TUs.
13407 http://sourceware.org/bugzilla/show_bug.cgi?id=15021 */
13408
13409static void
13410queue_and_load_all_dwo_tus (struct dwarf2_per_cu_data *per_cu)
13411{
13412 struct dwo_unit *dwo_unit;
13413 struct dwo_file *dwo_file;
13414
13415 gdb_assert (!per_cu->is_debug_types);
ed2dc618 13416 gdb_assert (get_dwp_file (per_cu->dwarf2_per_objfile) == NULL);
89e63ee4
DE
13417 gdb_assert (per_cu->cu != NULL);
13418
13419 dwo_unit = per_cu->cu->dwo_unit;
13420 gdb_assert (dwo_unit != NULL);
13421
13422 dwo_file = dwo_unit->dwo_file;
13423 if (dwo_file->tus != NULL)
13424 htab_traverse_noresize (dwo_file->tus, queue_and_load_dwo_tu, per_cu);
13425}
13426
3019eac3 13427/* Free all resources associated with DWO_FILE.
5dafb3d1 13428 Close the DWO file and munmap the sections. */
348e048f
DE
13429
13430static void
5dafb3d1 13431free_dwo_file (struct dwo_file *dwo_file)
348e048f 13432{
5c6fa7ab 13433 /* Note: dbfd is NULL for virtual DWO files. */
80626a55 13434 gdb_bfd_unref (dwo_file->dbfd);
348e048f 13435
3019eac3
DE
13436 VEC_free (dwarf2_section_info_def, dwo_file->sections.types);
13437}
348e048f 13438
3019eac3 13439/* Traversal function for free_dwo_files. */
2ab95328 13440
3019eac3
DE
13441static int
13442free_dwo_file_from_slot (void **slot, void *info)
13443{
13444 struct dwo_file *dwo_file = (struct dwo_file *) *slot;
348e048f 13445
5dafb3d1 13446 free_dwo_file (dwo_file);
348e048f 13447
3019eac3
DE
13448 return 1;
13449}
348e048f 13450
3019eac3 13451/* Free all resources associated with DWO_FILES. */
348e048f 13452
3019eac3
DE
13453static void
13454free_dwo_files (htab_t dwo_files, struct objfile *objfile)
13455{
13456 htab_traverse_noresize (dwo_files, free_dwo_file_from_slot, objfile);
348e048f 13457}
3019eac3
DE
13458\f
13459/* Read in various DIEs. */
348e048f 13460
d389af10 13461/* DW_AT_abstract_origin inherits whole DIEs (not just their attributes).
3e43a32a
MS
13462 Inherit only the children of the DW_AT_abstract_origin DIE not being
13463 already referenced by DW_AT_abstract_origin from the children of the
13464 current DIE. */
d389af10
JK
13465
13466static void
13467inherit_abstract_dies (struct die_info *die, struct dwarf2_cu *cu)
13468{
13469 struct die_info *child_die;
791afaa2 13470 sect_offset *offsetp;
d389af10
JK
13471 /* Parent of DIE - referenced by DW_AT_abstract_origin. */
13472 struct die_info *origin_die;
13473 /* Iterator of the ORIGIN_DIE children. */
13474 struct die_info *origin_child_die;
d389af10 13475 struct attribute *attr;
cd02d79d
PA
13476 struct dwarf2_cu *origin_cu;
13477 struct pending **origin_previous_list_in_scope;
d389af10
JK
13478
13479 attr = dwarf2_attr (die, DW_AT_abstract_origin, cu);
13480 if (!attr)
13481 return;
13482
cd02d79d
PA
13483 /* Note that following die references may follow to a die in a
13484 different cu. */
13485
13486 origin_cu = cu;
13487 origin_die = follow_die_ref (die, attr, &origin_cu);
13488
13489 /* We're inheriting ORIGIN's children into the scope we'd put DIE's
13490 symbols in. */
13491 origin_previous_list_in_scope = origin_cu->list_in_scope;
13492 origin_cu->list_in_scope = cu->list_in_scope;
13493
edb3359d
DJ
13494 if (die->tag != origin_die->tag
13495 && !(die->tag == DW_TAG_inlined_subroutine
13496 && origin_die->tag == DW_TAG_subprogram))
d389af10 13497 complaint (&symfile_complaints,
9d8780f0
SM
13498 _("DIE %s and its abstract origin %s have different tags"),
13499 sect_offset_str (die->sect_off),
13500 sect_offset_str (origin_die->sect_off));
d389af10 13501
791afaa2 13502 std::vector<sect_offset> offsets;
d389af10 13503
3ea89b92
PMR
13504 for (child_die = die->child;
13505 child_die && child_die->tag;
13506 child_die = sibling_die (child_die))
13507 {
13508 struct die_info *child_origin_die;
13509 struct dwarf2_cu *child_origin_cu;
13510
13511 /* We are trying to process concrete instance entries:
216f72a1 13512 DW_TAG_call_site DIEs indeed have a DW_AT_abstract_origin tag, but
3ea89b92
PMR
13513 it's not relevant to our analysis here. i.e. detecting DIEs that are
13514 present in the abstract instance but not referenced in the concrete
13515 one. */
216f72a1
JK
13516 if (child_die->tag == DW_TAG_call_site
13517 || child_die->tag == DW_TAG_GNU_call_site)
3ea89b92
PMR
13518 continue;
13519
c38f313d
DJ
13520 /* For each CHILD_DIE, find the corresponding child of
13521 ORIGIN_DIE. If there is more than one layer of
13522 DW_AT_abstract_origin, follow them all; there shouldn't be,
13523 but GCC versions at least through 4.4 generate this (GCC PR
13524 40573). */
3ea89b92
PMR
13525 child_origin_die = child_die;
13526 child_origin_cu = cu;
c38f313d
DJ
13527 while (1)
13528 {
cd02d79d
PA
13529 attr = dwarf2_attr (child_origin_die, DW_AT_abstract_origin,
13530 child_origin_cu);
c38f313d
DJ
13531 if (attr == NULL)
13532 break;
cd02d79d
PA
13533 child_origin_die = follow_die_ref (child_origin_die, attr,
13534 &child_origin_cu);
c38f313d
DJ
13535 }
13536
d389af10
JK
13537 /* According to DWARF3 3.3.8.2 #3 new entries without their abstract
13538 counterpart may exist. */
c38f313d 13539 if (child_origin_die != child_die)
d389af10 13540 {
edb3359d
DJ
13541 if (child_die->tag != child_origin_die->tag
13542 && !(child_die->tag == DW_TAG_inlined_subroutine
13543 && child_origin_die->tag == DW_TAG_subprogram))
d389af10 13544 complaint (&symfile_complaints,
9d8780f0 13545 _("Child DIE %s and its abstract origin %s have "
9c541725 13546 "different tags"),
9d8780f0
SM
13547 sect_offset_str (child_die->sect_off),
13548 sect_offset_str (child_origin_die->sect_off));
c38f313d
DJ
13549 if (child_origin_die->parent != origin_die)
13550 complaint (&symfile_complaints,
9d8780f0 13551 _("Child DIE %s and its abstract origin %s have "
9c541725 13552 "different parents"),
9d8780f0
SM
13553 sect_offset_str (child_die->sect_off),
13554 sect_offset_str (child_origin_die->sect_off));
c38f313d 13555 else
791afaa2 13556 offsets.push_back (child_origin_die->sect_off);
d389af10 13557 }
d389af10 13558 }
791afaa2
TT
13559 std::sort (offsets.begin (), offsets.end ());
13560 sect_offset *offsets_end = offsets.data () + offsets.size ();
13561 for (offsetp = offsets.data () + 1; offsetp < offsets_end; offsetp++)
9c541725 13562 if (offsetp[-1] == *offsetp)
3e43a32a 13563 complaint (&symfile_complaints,
9d8780f0
SM
13564 _("Multiple children of DIE %s refer "
13565 "to DIE %s as their abstract origin"),
13566 sect_offset_str (die->sect_off), sect_offset_str (*offsetp));
d389af10 13567
791afaa2 13568 offsetp = offsets.data ();
d389af10
JK
13569 origin_child_die = origin_die->child;
13570 while (origin_child_die && origin_child_die->tag)
13571 {
13572 /* Is ORIGIN_CHILD_DIE referenced by any of the DIE children? */
b64f50a1 13573 while (offsetp < offsets_end
9c541725 13574 && *offsetp < origin_child_die->sect_off)
d389af10 13575 offsetp++;
b64f50a1 13576 if (offsetp >= offsets_end
9c541725 13577 || *offsetp > origin_child_die->sect_off)
d389af10 13578 {
adde2bff
DE
13579 /* Found that ORIGIN_CHILD_DIE is really not referenced.
13580 Check whether we're already processing ORIGIN_CHILD_DIE.
13581 This can happen with mutually referenced abstract_origins.
13582 PR 16581. */
13583 if (!origin_child_die->in_process)
13584 process_die (origin_child_die, origin_cu);
d389af10
JK
13585 }
13586 origin_child_die = sibling_die (origin_child_die);
13587 }
cd02d79d 13588 origin_cu->list_in_scope = origin_previous_list_in_scope;
d389af10
JK
13589}
13590
c906108c 13591static void
e7c27a73 13592read_func_scope (struct die_info *die, struct dwarf2_cu *cu)
c906108c 13593{
518817b3 13594 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a 13595 struct gdbarch *gdbarch = get_objfile_arch (objfile);
fe978cb0 13596 struct context_stack *newobj;
c906108c
SS
13597 CORE_ADDR lowpc;
13598 CORE_ADDR highpc;
13599 struct die_info *child_die;
edb3359d 13600 struct attribute *attr, *call_line, *call_file;
15d034d0 13601 const char *name;
e142c38c 13602 CORE_ADDR baseaddr;
801e3a5b 13603 struct block *block;
edb3359d 13604 int inlined_func = (die->tag == DW_TAG_inlined_subroutine);
2f4732b0 13605 std::vector<struct symbol *> template_args;
34eaf542 13606 struct template_symbol *templ_func = NULL;
edb3359d
DJ
13607
13608 if (inlined_func)
13609 {
13610 /* If we do not have call site information, we can't show the
13611 caller of this inlined function. That's too confusing, so
13612 only use the scope for local variables. */
13613 call_line = dwarf2_attr (die, DW_AT_call_line, cu);
13614 call_file = dwarf2_attr (die, DW_AT_call_file, cu);
13615 if (call_line == NULL || call_file == NULL)
13616 {
13617 read_lexical_block_scope (die, cu);
13618 return;
13619 }
13620 }
c906108c 13621
e142c38c
DJ
13622 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
13623
94af9270 13624 name = dwarf2_name (die, cu);
c906108c 13625
e8d05480
JB
13626 /* Ignore functions with missing or empty names. These are actually
13627 illegal according to the DWARF standard. */
13628 if (name == NULL)
13629 {
13630 complaint (&symfile_complaints,
9d8780f0
SM
13631 _("missing name for subprogram DIE at %s"),
13632 sect_offset_str (die->sect_off));
e8d05480
JB
13633 return;
13634 }
13635
13636 /* Ignore functions with missing or invalid low and high pc attributes. */
3a2b436a 13637 if (dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu, NULL)
e385593e 13638 <= PC_BOUNDS_INVALID)
e8d05480 13639 {
ae4d0c03
PM
13640 attr = dwarf2_attr (die, DW_AT_external, cu);
13641 if (!attr || !DW_UNSND (attr))
13642 complaint (&symfile_complaints,
3e43a32a 13643 _("cannot get low and high bounds "
9d8780f0
SM
13644 "for subprogram DIE at %s"),
13645 sect_offset_str (die->sect_off));
e8d05480
JB
13646 return;
13647 }
c906108c 13648
3e29f34a
MR
13649 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch, lowpc + baseaddr);
13650 highpc = gdbarch_adjust_dwarf2_addr (gdbarch, highpc + baseaddr);
c906108c 13651
34eaf542
TT
13652 /* If we have any template arguments, then we must allocate a
13653 different sort of symbol. */
13654 for (child_die = die->child; child_die; child_die = sibling_die (child_die))
13655 {
13656 if (child_die->tag == DW_TAG_template_type_param
13657 || child_die->tag == DW_TAG_template_value_param)
13658 {
e623cf5d 13659 templ_func = allocate_template_symbol (objfile);
cf724bc9 13660 templ_func->subclass = SYMBOL_TEMPLATE;
34eaf542
TT
13661 break;
13662 }
13663 }
13664
fe978cb0 13665 newobj = push_context (0, lowpc);
5e2db402
TT
13666 newobj->name = new_symbol (die, read_type_die (die, cu), cu,
13667 (struct symbol *) templ_func);
4c2df51b 13668
4cecd739
DJ
13669 /* If there is a location expression for DW_AT_frame_base, record
13670 it. */
e142c38c 13671 attr = dwarf2_attr (die, DW_AT_frame_base, cu);
4c2df51b 13672 if (attr)
fe978cb0 13673 dwarf2_symbol_mark_computed (attr, newobj->name, cu, 1);
4c2df51b 13674
63e43d3a
PMR
13675 /* If there is a location for the static link, record it. */
13676 newobj->static_link = NULL;
13677 attr = dwarf2_attr (die, DW_AT_static_link, cu);
13678 if (attr)
13679 {
224c3ddb
SM
13680 newobj->static_link
13681 = XOBNEW (&objfile->objfile_obstack, struct dynamic_prop);
63e43d3a
PMR
13682 attr_to_dynamic_prop (attr, die, cu, newobj->static_link);
13683 }
13684
e142c38c 13685 cu->list_in_scope = &local_symbols;
c906108c 13686
639d11d3 13687 if (die->child != NULL)
c906108c 13688 {
639d11d3 13689 child_die = die->child;
c906108c
SS
13690 while (child_die && child_die->tag)
13691 {
34eaf542
TT
13692 if (child_die->tag == DW_TAG_template_type_param
13693 || child_die->tag == DW_TAG_template_value_param)
13694 {
13695 struct symbol *arg = new_symbol (child_die, NULL, cu);
13696
f1078f66 13697 if (arg != NULL)
2f4732b0 13698 template_args.push_back (arg);
34eaf542
TT
13699 }
13700 else
13701 process_die (child_die, cu);
c906108c
SS
13702 child_die = sibling_die (child_die);
13703 }
13704 }
13705
d389af10
JK
13706 inherit_abstract_dies (die, cu);
13707
4a811a97
UW
13708 /* If we have a DW_AT_specification, we might need to import using
13709 directives from the context of the specification DIE. See the
13710 comment in determine_prefix. */
13711 if (cu->language == language_cplus
13712 && dwarf2_attr (die, DW_AT_specification, cu))
13713 {
13714 struct dwarf2_cu *spec_cu = cu;
13715 struct die_info *spec_die = die_specification (die, &spec_cu);
13716
13717 while (spec_die)
13718 {
13719 child_die = spec_die->child;
13720 while (child_die && child_die->tag)
13721 {
13722 if (child_die->tag == DW_TAG_imported_module)
13723 process_die (child_die, spec_cu);
13724 child_die = sibling_die (child_die);
13725 }
13726
13727 /* In some cases, GCC generates specification DIEs that
13728 themselves contain DW_AT_specification attributes. */
13729 spec_die = die_specification (spec_die, &spec_cu);
13730 }
13731 }
13732
fe978cb0 13733 newobj = pop_context ();
c906108c 13734 /* Make a block for the local symbols within. */
fe978cb0 13735 block = finish_block (newobj->name, &local_symbols, newobj->old_blocks,
63e43d3a 13736 newobj->static_link, lowpc, highpc);
801e3a5b 13737
df8a16a1 13738 /* For C++, set the block's scope. */
45280282
IB
13739 if ((cu->language == language_cplus
13740 || cu->language == language_fortran
c44af4eb
TT
13741 || cu->language == language_d
13742 || cu->language == language_rust)
4d4ec4e5 13743 && cu->processing_has_namespace_info)
195a3f6c
TT
13744 block_set_scope (block, determine_prefix (die, cu),
13745 &objfile->objfile_obstack);
df8a16a1 13746
801e3a5b
JB
13747 /* If we have address ranges, record them. */
13748 dwarf2_record_block_ranges (die, block, baseaddr, cu);
6e70227d 13749
fe978cb0 13750 gdbarch_make_symbol_special (gdbarch, newobj->name, objfile);
3e29f34a 13751
34eaf542 13752 /* Attach template arguments to function. */
2f4732b0 13753 if (!template_args.empty ())
34eaf542
TT
13754 {
13755 gdb_assert (templ_func != NULL);
13756
2f4732b0 13757 templ_func->n_template_arguments = template_args.size ();
34eaf542 13758 templ_func->template_arguments
8d749320
SM
13759 = XOBNEWVEC (&objfile->objfile_obstack, struct symbol *,
13760 templ_func->n_template_arguments);
34eaf542 13761 memcpy (templ_func->template_arguments,
2f4732b0 13762 template_args.data (),
34eaf542 13763 (templ_func->n_template_arguments * sizeof (struct symbol *)));
34eaf542
TT
13764 }
13765
208d8187
JB
13766 /* In C++, we can have functions nested inside functions (e.g., when
13767 a function declares a class that has methods). This means that
13768 when we finish processing a function scope, we may need to go
13769 back to building a containing block's symbol lists. */
fe978cb0 13770 local_symbols = newobj->locals;
22cee43f 13771 local_using_directives = newobj->local_using_directives;
208d8187 13772
921e78cf
JB
13773 /* If we've finished processing a top-level function, subsequent
13774 symbols go in the file symbol list. */
13775 if (outermost_context_p ())
e142c38c 13776 cu->list_in_scope = &file_symbols;
c906108c
SS
13777}
13778
13779/* Process all the DIES contained within a lexical block scope. Start
13780 a new scope, process the dies, and then close the scope. */
13781
13782static void
e7c27a73 13783read_lexical_block_scope (struct die_info *die, struct dwarf2_cu *cu)
c906108c 13784{
518817b3 13785 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a 13786 struct gdbarch *gdbarch = get_objfile_arch (objfile);
fe978cb0 13787 struct context_stack *newobj;
c906108c
SS
13788 CORE_ADDR lowpc, highpc;
13789 struct die_info *child_die;
e142c38c
DJ
13790 CORE_ADDR baseaddr;
13791
13792 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c
SS
13793
13794 /* Ignore blocks with missing or invalid low and high pc attributes. */
af34e669
DJ
13795 /* ??? Perhaps consider discontiguous blocks defined by DW_AT_ranges
13796 as multiple lexical blocks? Handling children in a sane way would
6e70227d 13797 be nasty. Might be easier to properly extend generic blocks to
af34e669 13798 describe ranges. */
e385593e
JK
13799 switch (dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu, NULL))
13800 {
13801 case PC_BOUNDS_NOT_PRESENT:
13802 /* DW_TAG_lexical_block has no attributes, process its children as if
13803 there was no wrapping by that DW_TAG_lexical_block.
13804 GCC does no longer produces such DWARF since GCC r224161. */
13805 for (child_die = die->child;
13806 child_die != NULL && child_die->tag;
13807 child_die = sibling_die (child_die))
13808 process_die (child_die, cu);
13809 return;
13810 case PC_BOUNDS_INVALID:
13811 return;
13812 }
3e29f34a
MR
13813 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch, lowpc + baseaddr);
13814 highpc = gdbarch_adjust_dwarf2_addr (gdbarch, highpc + baseaddr);
c906108c
SS
13815
13816 push_context (0, lowpc);
639d11d3 13817 if (die->child != NULL)
c906108c 13818 {
639d11d3 13819 child_die = die->child;
c906108c
SS
13820 while (child_die && child_die->tag)
13821 {
e7c27a73 13822 process_die (child_die, cu);
c906108c
SS
13823 child_die = sibling_die (child_die);
13824 }
13825 }
3ea89b92 13826 inherit_abstract_dies (die, cu);
fe978cb0 13827 newobj = pop_context ();
c906108c 13828
22cee43f 13829 if (local_symbols != NULL || local_using_directives != NULL)
c906108c 13830 {
801e3a5b 13831 struct block *block
63e43d3a 13832 = finish_block (0, &local_symbols, newobj->old_blocks, NULL,
fe978cb0 13833 newobj->start_addr, highpc);
801e3a5b
JB
13834
13835 /* Note that recording ranges after traversing children, as we
13836 do here, means that recording a parent's ranges entails
13837 walking across all its children's ranges as they appear in
13838 the address map, which is quadratic behavior.
13839
13840 It would be nicer to record the parent's ranges before
13841 traversing its children, simply overriding whatever you find
13842 there. But since we don't even decide whether to create a
13843 block until after we've traversed its children, that's hard
13844 to do. */
13845 dwarf2_record_block_ranges (die, block, baseaddr, cu);
c906108c 13846 }
fe978cb0 13847 local_symbols = newobj->locals;
22cee43f 13848 local_using_directives = newobj->local_using_directives;
c906108c
SS
13849}
13850
216f72a1 13851/* Read in DW_TAG_call_site and insert it to CU->call_site_htab. */
96408a79
SA
13852
13853static void
13854read_call_site_scope (struct die_info *die, struct dwarf2_cu *cu)
13855{
518817b3 13856 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
96408a79
SA
13857 struct gdbarch *gdbarch = get_objfile_arch (objfile);
13858 CORE_ADDR pc, baseaddr;
13859 struct attribute *attr;
13860 struct call_site *call_site, call_site_local;
13861 void **slot;
13862 int nparams;
13863 struct die_info *child_die;
13864
13865 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
13866
216f72a1
JK
13867 attr = dwarf2_attr (die, DW_AT_call_return_pc, cu);
13868 if (attr == NULL)
13869 {
13870 /* This was a pre-DWARF-5 GNU extension alias
13871 for DW_AT_call_return_pc. */
13872 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
13873 }
96408a79
SA
13874 if (!attr)
13875 {
13876 complaint (&symfile_complaints,
216f72a1 13877 _("missing DW_AT_call_return_pc for DW_TAG_call_site "
9d8780f0
SM
13878 "DIE %s [in module %s]"),
13879 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79
SA
13880 return;
13881 }
31aa7e4e 13882 pc = attr_value_as_address (attr) + baseaddr;
3e29f34a 13883 pc = gdbarch_adjust_dwarf2_addr (gdbarch, pc);
96408a79
SA
13884
13885 if (cu->call_site_htab == NULL)
13886 cu->call_site_htab = htab_create_alloc_ex (16, core_addr_hash, core_addr_eq,
13887 NULL, &objfile->objfile_obstack,
13888 hashtab_obstack_allocate, NULL);
13889 call_site_local.pc = pc;
13890 slot = htab_find_slot (cu->call_site_htab, &call_site_local, INSERT);
13891 if (*slot != NULL)
13892 {
13893 complaint (&symfile_complaints,
216f72a1 13894 _("Duplicate PC %s for DW_TAG_call_site "
9d8780f0
SM
13895 "DIE %s [in module %s]"),
13896 paddress (gdbarch, pc), sect_offset_str (die->sect_off),
4262abfb 13897 objfile_name (objfile));
96408a79
SA
13898 return;
13899 }
13900
13901 /* Count parameters at the caller. */
13902
13903 nparams = 0;
13904 for (child_die = die->child; child_die && child_die->tag;
13905 child_die = sibling_die (child_die))
13906 {
216f72a1
JK
13907 if (child_die->tag != DW_TAG_call_site_parameter
13908 && child_die->tag != DW_TAG_GNU_call_site_parameter)
96408a79
SA
13909 {
13910 complaint (&symfile_complaints,
216f72a1 13911 _("Tag %d is not DW_TAG_call_site_parameter in "
9d8780f0
SM
13912 "DW_TAG_call_site child DIE %s [in module %s]"),
13913 child_die->tag, sect_offset_str (child_die->sect_off),
4262abfb 13914 objfile_name (objfile));
96408a79
SA
13915 continue;
13916 }
13917
13918 nparams++;
13919 }
13920
224c3ddb
SM
13921 call_site
13922 = ((struct call_site *)
13923 obstack_alloc (&objfile->objfile_obstack,
13924 sizeof (*call_site)
13925 + (sizeof (*call_site->parameter) * (nparams - 1))));
96408a79
SA
13926 *slot = call_site;
13927 memset (call_site, 0, sizeof (*call_site) - sizeof (*call_site->parameter));
13928 call_site->pc = pc;
13929
216f72a1
JK
13930 if (dwarf2_flag_true_p (die, DW_AT_call_tail_call, cu)
13931 || dwarf2_flag_true_p (die, DW_AT_GNU_tail_call, cu))
96408a79
SA
13932 {
13933 struct die_info *func_die;
13934
13935 /* Skip also over DW_TAG_inlined_subroutine. */
13936 for (func_die = die->parent;
13937 func_die && func_die->tag != DW_TAG_subprogram
13938 && func_die->tag != DW_TAG_subroutine_type;
13939 func_die = func_die->parent);
13940
216f72a1
JK
13941 /* DW_AT_call_all_calls is a superset
13942 of DW_AT_call_all_tail_calls. */
96408a79 13943 if (func_die
216f72a1 13944 && !dwarf2_flag_true_p (func_die, DW_AT_call_all_calls, cu)
96408a79 13945 && !dwarf2_flag_true_p (func_die, DW_AT_GNU_all_call_sites, cu)
216f72a1 13946 && !dwarf2_flag_true_p (func_die, DW_AT_call_all_tail_calls, cu)
96408a79
SA
13947 && !dwarf2_flag_true_p (func_die, DW_AT_GNU_all_tail_call_sites, cu))
13948 {
13949 /* TYPE_TAIL_CALL_LIST is not interesting in functions where it is
13950 not complete. But keep CALL_SITE for look ups via call_site_htab,
13951 both the initial caller containing the real return address PC and
13952 the final callee containing the current PC of a chain of tail
13953 calls do not need to have the tail call list complete. But any
13954 function candidate for a virtual tail call frame searched via
13955 TYPE_TAIL_CALL_LIST must have the tail call list complete to be
13956 determined unambiguously. */
13957 }
13958 else
13959 {
13960 struct type *func_type = NULL;
13961
13962 if (func_die)
13963 func_type = get_die_type (func_die, cu);
13964 if (func_type != NULL)
13965 {
13966 gdb_assert (TYPE_CODE (func_type) == TYPE_CODE_FUNC);
13967
13968 /* Enlist this call site to the function. */
13969 call_site->tail_call_next = TYPE_TAIL_CALL_LIST (func_type);
13970 TYPE_TAIL_CALL_LIST (func_type) = call_site;
13971 }
13972 else
13973 complaint (&symfile_complaints,
216f72a1 13974 _("Cannot find function owning DW_TAG_call_site "
9d8780f0
SM
13975 "DIE %s [in module %s]"),
13976 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79
SA
13977 }
13978 }
13979
216f72a1
JK
13980 attr = dwarf2_attr (die, DW_AT_call_target, cu);
13981 if (attr == NULL)
13982 attr = dwarf2_attr (die, DW_AT_GNU_call_site_target, cu);
13983 if (attr == NULL)
13984 attr = dwarf2_attr (die, DW_AT_call_origin, cu);
96408a79 13985 if (attr == NULL)
216f72a1
JK
13986 {
13987 /* This was a pre-DWARF-5 GNU extension alias for DW_AT_call_origin. */
13988 attr = dwarf2_attr (die, DW_AT_abstract_origin, cu);
13989 }
96408a79
SA
13990 SET_FIELD_DWARF_BLOCK (call_site->target, NULL);
13991 if (!attr || (attr_form_is_block (attr) && DW_BLOCK (attr)->size == 0))
13992 /* Keep NULL DWARF_BLOCK. */;
13993 else if (attr_form_is_block (attr))
13994 {
13995 struct dwarf2_locexpr_baton *dlbaton;
13996
8d749320 13997 dlbaton = XOBNEW (&objfile->objfile_obstack, struct dwarf2_locexpr_baton);
96408a79
SA
13998 dlbaton->data = DW_BLOCK (attr)->data;
13999 dlbaton->size = DW_BLOCK (attr)->size;
14000 dlbaton->per_cu = cu->per_cu;
14001
14002 SET_FIELD_DWARF_BLOCK (call_site->target, dlbaton);
14003 }
7771576e 14004 else if (attr_form_is_ref (attr))
96408a79 14005 {
96408a79
SA
14006 struct dwarf2_cu *target_cu = cu;
14007 struct die_info *target_die;
14008
ac9ec31b 14009 target_die = follow_die_ref (die, attr, &target_cu);
518817b3 14010 gdb_assert (target_cu->per_cu->dwarf2_per_objfile->objfile == objfile);
96408a79
SA
14011 if (die_is_declaration (target_die, target_cu))
14012 {
7d45c7c3 14013 const char *target_physname;
9112db09
JK
14014
14015 /* Prefer the mangled name; otherwise compute the demangled one. */
73b9be8b 14016 target_physname = dw2_linkage_name (target_die, target_cu);
7d45c7c3 14017 if (target_physname == NULL)
9112db09 14018 target_physname = dwarf2_physname (NULL, target_die, target_cu);
96408a79
SA
14019 if (target_physname == NULL)
14020 complaint (&symfile_complaints,
216f72a1 14021 _("DW_AT_call_target target DIE has invalid "
9d8780f0
SM
14022 "physname, for referencing DIE %s [in module %s]"),
14023 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79 14024 else
7d455152 14025 SET_FIELD_PHYSNAME (call_site->target, target_physname);
96408a79
SA
14026 }
14027 else
14028 {
14029 CORE_ADDR lowpc;
14030
14031 /* DW_AT_entry_pc should be preferred. */
3a2b436a 14032 if (dwarf2_get_pc_bounds (target_die, &lowpc, NULL, target_cu, NULL)
e385593e 14033 <= PC_BOUNDS_INVALID)
96408a79 14034 complaint (&symfile_complaints,
216f72a1 14035 _("DW_AT_call_target target DIE has invalid "
9d8780f0
SM
14036 "low pc, for referencing DIE %s [in module %s]"),
14037 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79 14038 else
3e29f34a
MR
14039 {
14040 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch, lowpc + baseaddr);
14041 SET_FIELD_PHYSADDR (call_site->target, lowpc);
14042 }
96408a79
SA
14043 }
14044 }
14045 else
14046 complaint (&symfile_complaints,
216f72a1 14047 _("DW_TAG_call_site DW_AT_call_target is neither "
9d8780f0
SM
14048 "block nor reference, for DIE %s [in module %s]"),
14049 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79
SA
14050
14051 call_site->per_cu = cu->per_cu;
14052
14053 for (child_die = die->child;
14054 child_die && child_die->tag;
14055 child_die = sibling_die (child_die))
14056 {
96408a79 14057 struct call_site_parameter *parameter;
1788b2d3 14058 struct attribute *loc, *origin;
96408a79 14059
216f72a1
JK
14060 if (child_die->tag != DW_TAG_call_site_parameter
14061 && child_die->tag != DW_TAG_GNU_call_site_parameter)
96408a79
SA
14062 {
14063 /* Already printed the complaint above. */
14064 continue;
14065 }
14066
14067 gdb_assert (call_site->parameter_count < nparams);
14068 parameter = &call_site->parameter[call_site->parameter_count];
14069
1788b2d3
JK
14070 /* DW_AT_location specifies the register number or DW_AT_abstract_origin
14071 specifies DW_TAG_formal_parameter. Value of the data assumed for the
216f72a1 14072 register is contained in DW_AT_call_value. */
96408a79 14073
24c5c679 14074 loc = dwarf2_attr (child_die, DW_AT_location, cu);
216f72a1
JK
14075 origin = dwarf2_attr (child_die, DW_AT_call_parameter, cu);
14076 if (origin == NULL)
14077 {
14078 /* This was a pre-DWARF-5 GNU extension alias
14079 for DW_AT_call_parameter. */
14080 origin = dwarf2_attr (child_die, DW_AT_abstract_origin, cu);
14081 }
7771576e 14082 if (loc == NULL && origin != NULL && attr_form_is_ref (origin))
1788b2d3 14083 {
1788b2d3 14084 parameter->kind = CALL_SITE_PARAMETER_PARAM_OFFSET;
9c541725
PA
14085
14086 sect_offset sect_off
14087 = (sect_offset) dwarf2_get_ref_die_offset (origin);
14088 if (!offset_in_cu_p (&cu->header, sect_off))
d76b7dbc
JK
14089 {
14090 /* As DW_OP_GNU_parameter_ref uses CU-relative offset this
14091 binding can be done only inside one CU. Such referenced DIE
14092 therefore cannot be even moved to DW_TAG_partial_unit. */
14093 complaint (&symfile_complaints,
216f72a1 14094 _("DW_AT_call_parameter offset is not in CU for "
9d8780f0
SM
14095 "DW_TAG_call_site child DIE %s [in module %s]"),
14096 sect_offset_str (child_die->sect_off),
9c541725 14097 objfile_name (objfile));
d76b7dbc
JK
14098 continue;
14099 }
9c541725
PA
14100 parameter->u.param_cu_off
14101 = (cu_offset) (sect_off - cu->header.sect_off);
1788b2d3
JK
14102 }
14103 else if (loc == NULL || origin != NULL || !attr_form_is_block (loc))
96408a79
SA
14104 {
14105 complaint (&symfile_complaints,
14106 _("No DW_FORM_block* DW_AT_location for "
9d8780f0
SM
14107 "DW_TAG_call_site child DIE %s [in module %s]"),
14108 sect_offset_str (child_die->sect_off), objfile_name (objfile));
96408a79
SA
14109 continue;
14110 }
24c5c679 14111 else
96408a79 14112 {
24c5c679
JK
14113 parameter->u.dwarf_reg = dwarf_block_to_dwarf_reg
14114 (DW_BLOCK (loc)->data, &DW_BLOCK (loc)->data[DW_BLOCK (loc)->size]);
14115 if (parameter->u.dwarf_reg != -1)
14116 parameter->kind = CALL_SITE_PARAMETER_DWARF_REG;
14117 else if (dwarf_block_to_sp_offset (gdbarch, DW_BLOCK (loc)->data,
14118 &DW_BLOCK (loc)->data[DW_BLOCK (loc)->size],
14119 &parameter->u.fb_offset))
14120 parameter->kind = CALL_SITE_PARAMETER_FB_OFFSET;
14121 else
14122 {
14123 complaint (&symfile_complaints,
14124 _("Only single DW_OP_reg or DW_OP_fbreg is supported "
14125 "for DW_FORM_block* DW_AT_location is supported for "
9d8780f0 14126 "DW_TAG_call_site child DIE %s "
24c5c679 14127 "[in module %s]"),
9d8780f0 14128 sect_offset_str (child_die->sect_off),
9c541725 14129 objfile_name (objfile));
24c5c679
JK
14130 continue;
14131 }
96408a79
SA
14132 }
14133
216f72a1
JK
14134 attr = dwarf2_attr (child_die, DW_AT_call_value, cu);
14135 if (attr == NULL)
14136 attr = dwarf2_attr (child_die, DW_AT_GNU_call_site_value, cu);
96408a79
SA
14137 if (!attr_form_is_block (attr))
14138 {
14139 complaint (&symfile_complaints,
216f72a1 14140 _("No DW_FORM_block* DW_AT_call_value for "
9d8780f0
SM
14141 "DW_TAG_call_site child DIE %s [in module %s]"),
14142 sect_offset_str (child_die->sect_off),
9c541725 14143 objfile_name (objfile));
96408a79
SA
14144 continue;
14145 }
14146 parameter->value = DW_BLOCK (attr)->data;
14147 parameter->value_size = DW_BLOCK (attr)->size;
14148
14149 /* Parameters are not pre-cleared by memset above. */
14150 parameter->data_value = NULL;
14151 parameter->data_value_size = 0;
14152 call_site->parameter_count++;
14153
216f72a1
JK
14154 attr = dwarf2_attr (child_die, DW_AT_call_data_value, cu);
14155 if (attr == NULL)
14156 attr = dwarf2_attr (child_die, DW_AT_GNU_call_site_data_value, cu);
96408a79
SA
14157 if (attr)
14158 {
14159 if (!attr_form_is_block (attr))
14160 complaint (&symfile_complaints,
216f72a1 14161 _("No DW_FORM_block* DW_AT_call_data_value for "
9d8780f0
SM
14162 "DW_TAG_call_site child DIE %s [in module %s]"),
14163 sect_offset_str (child_die->sect_off),
9c541725 14164 objfile_name (objfile));
96408a79
SA
14165 else
14166 {
14167 parameter->data_value = DW_BLOCK (attr)->data;
14168 parameter->data_value_size = DW_BLOCK (attr)->size;
14169 }
14170 }
14171 }
14172}
14173
71a3c369
TT
14174/* Helper function for read_variable. If DIE represents a virtual
14175 table, then return the type of the concrete object that is
14176 associated with the virtual table. Otherwise, return NULL. */
14177
14178static struct type *
14179rust_containing_type (struct die_info *die, struct dwarf2_cu *cu)
14180{
14181 struct attribute *attr = dwarf2_attr (die, DW_AT_type, cu);
14182 if (attr == NULL)
14183 return NULL;
14184
14185 /* Find the type DIE. */
14186 struct die_info *type_die = NULL;
14187 struct dwarf2_cu *type_cu = cu;
14188
14189 if (attr_form_is_ref (attr))
14190 type_die = follow_die_ref (die, attr, &type_cu);
14191 if (type_die == NULL)
14192 return NULL;
14193
14194 if (dwarf2_attr (type_die, DW_AT_containing_type, type_cu) == NULL)
14195 return NULL;
14196 return die_containing_type (type_die, type_cu);
14197}
14198
14199/* Read a variable (DW_TAG_variable) DIE and create a new symbol. */
14200
14201static void
14202read_variable (struct die_info *die, struct dwarf2_cu *cu)
14203{
14204 struct rust_vtable_symbol *storage = NULL;
14205
14206 if (cu->language == language_rust)
14207 {
14208 struct type *containing_type = rust_containing_type (die, cu);
14209
14210 if (containing_type != NULL)
14211 {
518817b3 14212 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
71a3c369
TT
14213
14214 storage = OBSTACK_ZALLOC (&objfile->objfile_obstack,
14215 struct rust_vtable_symbol);
14216 initialize_objfile_symbol (storage);
14217 storage->concrete_type = containing_type;
cf724bc9 14218 storage->subclass = SYMBOL_RUST_VTABLE;
71a3c369
TT
14219 }
14220 }
14221
5e2db402 14222 new_symbol (die, NULL, cu, storage);
71a3c369
TT
14223}
14224
43988095
JK
14225/* Call CALLBACK from DW_AT_ranges attribute value OFFSET
14226 reading .debug_rnglists.
14227 Callback's type should be:
14228 void (CORE_ADDR range_beginning, CORE_ADDR range_end)
14229 Return true if the attributes are present and valid, otherwise,
14230 return false. */
14231
14232template <typename Callback>
14233static bool
14234dwarf2_rnglists_process (unsigned offset, struct dwarf2_cu *cu,
14235 Callback &&callback)
14236{
ed2dc618 14237 struct dwarf2_per_objfile *dwarf2_per_objfile
518817b3 14238 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 14239 struct objfile *objfile = dwarf2_per_objfile->objfile;
43988095 14240 bfd *obfd = objfile->obfd;
43988095
JK
14241 /* Base address selection entry. */
14242 CORE_ADDR base;
14243 int found_base;
43988095 14244 const gdb_byte *buffer;
43988095
JK
14245 CORE_ADDR baseaddr;
14246 bool overflow = false;
14247
14248 found_base = cu->base_known;
14249 base = cu->base_address;
14250
14251 dwarf2_read_section (objfile, &dwarf2_per_objfile->rnglists);
14252 if (offset >= dwarf2_per_objfile->rnglists.size)
14253 {
14254 complaint (&symfile_complaints,
14255 _("Offset %d out of bounds for DW_AT_ranges attribute"),
14256 offset);
14257 return false;
14258 }
14259 buffer = dwarf2_per_objfile->rnglists.buffer + offset;
14260
14261 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
14262
14263 while (1)
14264 {
7814882a
JK
14265 /* Initialize it due to a false compiler warning. */
14266 CORE_ADDR range_beginning = 0, range_end = 0;
43988095
JK
14267 const gdb_byte *buf_end = (dwarf2_per_objfile->rnglists.buffer
14268 + dwarf2_per_objfile->rnglists.size);
14269 unsigned int bytes_read;
14270
14271 if (buffer == buf_end)
14272 {
14273 overflow = true;
14274 break;
14275 }
14276 const auto rlet = static_cast<enum dwarf_range_list_entry>(*buffer++);
14277 switch (rlet)
14278 {
14279 case DW_RLE_end_of_list:
14280 break;
14281 case DW_RLE_base_address:
14282 if (buffer + cu->header.addr_size > buf_end)
14283 {
14284 overflow = true;
14285 break;
14286 }
14287 base = read_address (obfd, buffer, cu, &bytes_read);
14288 found_base = 1;
14289 buffer += bytes_read;
14290 break;
14291 case DW_RLE_start_length:
14292 if (buffer + cu->header.addr_size > buf_end)
14293 {
14294 overflow = true;
14295 break;
14296 }
14297 range_beginning = read_address (obfd, buffer, cu, &bytes_read);
14298 buffer += bytes_read;
14299 range_end = (range_beginning
14300 + read_unsigned_leb128 (obfd, buffer, &bytes_read));
14301 buffer += bytes_read;
14302 if (buffer > buf_end)
14303 {
14304 overflow = true;
14305 break;
14306 }
14307 break;
14308 case DW_RLE_offset_pair:
14309 range_beginning = read_unsigned_leb128 (obfd, buffer, &bytes_read);
14310 buffer += bytes_read;
14311 if (buffer > buf_end)
14312 {
14313 overflow = true;
14314 break;
14315 }
14316 range_end = read_unsigned_leb128 (obfd, buffer, &bytes_read);
14317 buffer += bytes_read;
14318 if (buffer > buf_end)
14319 {
14320 overflow = true;
14321 break;
14322 }
14323 break;
14324 case DW_RLE_start_end:
14325 if (buffer + 2 * cu->header.addr_size > buf_end)
14326 {
14327 overflow = true;
14328 break;
14329 }
14330 range_beginning = read_address (obfd, buffer, cu, &bytes_read);
14331 buffer += bytes_read;
14332 range_end = read_address (obfd, buffer, cu, &bytes_read);
14333 buffer += bytes_read;
14334 break;
14335 default:
14336 complaint (&symfile_complaints,
14337 _("Invalid .debug_rnglists data (no base address)"));
14338 return false;
14339 }
14340 if (rlet == DW_RLE_end_of_list || overflow)
14341 break;
14342 if (rlet == DW_RLE_base_address)
14343 continue;
14344
14345 if (!found_base)
14346 {
14347 /* We have no valid base address for the ranges
14348 data. */
14349 complaint (&symfile_complaints,
14350 _("Invalid .debug_rnglists data (no base address)"));
14351 return false;
14352 }
14353
14354 if (range_beginning > range_end)
14355 {
14356 /* Inverted range entries are invalid. */
14357 complaint (&symfile_complaints,
14358 _("Invalid .debug_rnglists data (inverted range)"));
14359 return false;
14360 }
14361
14362 /* Empty range entries have no effect. */
14363 if (range_beginning == range_end)
14364 continue;
14365
14366 range_beginning += base;
14367 range_end += base;
14368
14369 /* A not-uncommon case of bad debug info.
14370 Don't pollute the addrmap with bad data. */
14371 if (range_beginning + baseaddr == 0
14372 && !dwarf2_per_objfile->has_section_at_zero)
14373 {
14374 complaint (&symfile_complaints,
14375 _(".debug_rnglists entry has start address of zero"
14376 " [in module %s]"), objfile_name (objfile));
14377 continue;
14378 }
14379
14380 callback (range_beginning, range_end);
14381 }
14382
14383 if (overflow)
14384 {
14385 complaint (&symfile_complaints,
14386 _("Offset %d is not terminated "
14387 "for DW_AT_ranges attribute"),
14388 offset);
14389 return false;
14390 }
14391
14392 return true;
14393}
14394
14395/* Call CALLBACK from DW_AT_ranges attribute value OFFSET reading .debug_ranges.
14396 Callback's type should be:
14397 void (CORE_ADDR range_beginning, CORE_ADDR range_end)
5f46c5a5 14398 Return 1 if the attributes are present and valid, otherwise, return 0. */
43039443 14399
43988095 14400template <typename Callback>
43039443 14401static int
5f46c5a5 14402dwarf2_ranges_process (unsigned offset, struct dwarf2_cu *cu,
43988095 14403 Callback &&callback)
43039443 14404{
ed2dc618 14405 struct dwarf2_per_objfile *dwarf2_per_objfile
518817b3 14406 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 14407 struct objfile *objfile = dwarf2_per_objfile->objfile;
43039443
JK
14408 struct comp_unit_head *cu_header = &cu->header;
14409 bfd *obfd = objfile->obfd;
14410 unsigned int addr_size = cu_header->addr_size;
14411 CORE_ADDR mask = ~(~(CORE_ADDR)1 << (addr_size * 8 - 1));
14412 /* Base address selection entry. */
14413 CORE_ADDR base;
14414 int found_base;
14415 unsigned int dummy;
d521ce57 14416 const gdb_byte *buffer;
ff013f42 14417 CORE_ADDR baseaddr;
43039443 14418
43988095
JK
14419 if (cu_header->version >= 5)
14420 return dwarf2_rnglists_process (offset, cu, callback);
14421
d00adf39
DE
14422 found_base = cu->base_known;
14423 base = cu->base_address;
43039443 14424
be391dca 14425 dwarf2_read_section (objfile, &dwarf2_per_objfile->ranges);
dce234bc 14426 if (offset >= dwarf2_per_objfile->ranges.size)
43039443
JK
14427 {
14428 complaint (&symfile_complaints,
14429 _("Offset %d out of bounds for DW_AT_ranges attribute"),
14430 offset);
14431 return 0;
14432 }
dce234bc 14433 buffer = dwarf2_per_objfile->ranges.buffer + offset;
43039443 14434
e7030f15 14435 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
ff013f42 14436
43039443
JK
14437 while (1)
14438 {
14439 CORE_ADDR range_beginning, range_end;
14440
14441 range_beginning = read_address (obfd, buffer, cu, &dummy);
14442 buffer += addr_size;
14443 range_end = read_address (obfd, buffer, cu, &dummy);
14444 buffer += addr_size;
14445 offset += 2 * addr_size;
14446
14447 /* An end of list marker is a pair of zero addresses. */
14448 if (range_beginning == 0 && range_end == 0)
14449 /* Found the end of list entry. */
14450 break;
14451
14452 /* Each base address selection entry is a pair of 2 values.
14453 The first is the largest possible address, the second is
14454 the base address. Check for a base address here. */
14455 if ((range_beginning & mask) == mask)
14456 {
28d2bfb9
AB
14457 /* If we found the largest possible address, then we already
14458 have the base address in range_end. */
14459 base = range_end;
43039443
JK
14460 found_base = 1;
14461 continue;
14462 }
14463
14464 if (!found_base)
14465 {
14466 /* We have no valid base address for the ranges
14467 data. */
14468 complaint (&symfile_complaints,
14469 _("Invalid .debug_ranges data (no base address)"));
14470 return 0;
14471 }
14472
9277c30c
UW
14473 if (range_beginning > range_end)
14474 {
14475 /* Inverted range entries are invalid. */
14476 complaint (&symfile_complaints,
14477 _("Invalid .debug_ranges data (inverted range)"));
14478 return 0;
14479 }
14480
14481 /* Empty range entries have no effect. */
14482 if (range_beginning == range_end)
14483 continue;
14484
43039443
JK
14485 range_beginning += base;
14486 range_end += base;
14487
01093045
DE
14488 /* A not-uncommon case of bad debug info.
14489 Don't pollute the addrmap with bad data. */
14490 if (range_beginning + baseaddr == 0
14491 && !dwarf2_per_objfile->has_section_at_zero)
14492 {
14493 complaint (&symfile_complaints,
14494 _(".debug_ranges entry has start address of zero"
4262abfb 14495 " [in module %s]"), objfile_name (objfile));
01093045
DE
14496 continue;
14497 }
14498
5f46c5a5
JK
14499 callback (range_beginning, range_end);
14500 }
14501
14502 return 1;
14503}
14504
14505/* Get low and high pc attributes from DW_AT_ranges attribute value OFFSET.
14506 Return 1 if the attributes are present and valid, otherwise, return 0.
14507 If RANGES_PST is not NULL we should setup `objfile->psymtabs_addrmap'. */
14508
14509static int
14510dwarf2_ranges_read (unsigned offset, CORE_ADDR *low_return,
14511 CORE_ADDR *high_return, struct dwarf2_cu *cu,
14512 struct partial_symtab *ranges_pst)
14513{
518817b3 14514 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
5f46c5a5
JK
14515 struct gdbarch *gdbarch = get_objfile_arch (objfile);
14516 const CORE_ADDR baseaddr = ANOFFSET (objfile->section_offsets,
14517 SECT_OFF_TEXT (objfile));
14518 int low_set = 0;
14519 CORE_ADDR low = 0;
14520 CORE_ADDR high = 0;
14521 int retval;
14522
14523 retval = dwarf2_ranges_process (offset, cu,
14524 [&] (CORE_ADDR range_beginning, CORE_ADDR range_end)
14525 {
9277c30c 14526 if (ranges_pst != NULL)
3e29f34a
MR
14527 {
14528 CORE_ADDR lowpc;
14529 CORE_ADDR highpc;
14530
14531 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch,
14532 range_beginning + baseaddr);
14533 highpc = gdbarch_adjust_dwarf2_addr (gdbarch,
14534 range_end + baseaddr);
14535 addrmap_set_empty (objfile->psymtabs_addrmap, lowpc, highpc - 1,
14536 ranges_pst);
14537 }
ff013f42 14538
43039443
JK
14539 /* FIXME: This is recording everything as a low-high
14540 segment of consecutive addresses. We should have a
14541 data structure for discontiguous block ranges
14542 instead. */
14543 if (! low_set)
14544 {
14545 low = range_beginning;
14546 high = range_end;
14547 low_set = 1;
14548 }
14549 else
14550 {
14551 if (range_beginning < low)
14552 low = range_beginning;
14553 if (range_end > high)
14554 high = range_end;
14555 }
5f46c5a5
JK
14556 });
14557 if (!retval)
14558 return 0;
43039443
JK
14559
14560 if (! low_set)
14561 /* If the first entry is an end-of-list marker, the range
14562 describes an empty scope, i.e. no instructions. */
14563 return 0;
14564
14565 if (low_return)
14566 *low_return = low;
14567 if (high_return)
14568 *high_return = high;
14569 return 1;
14570}
14571
3a2b436a
JK
14572/* Get low and high pc attributes from a die. See enum pc_bounds_kind
14573 definition for the return value. *LOWPC and *HIGHPC are set iff
e385593e 14574 neither PC_BOUNDS_NOT_PRESENT nor PC_BOUNDS_INVALID are returned. */
380bca97 14575
3a2b436a 14576static enum pc_bounds_kind
af34e669 14577dwarf2_get_pc_bounds (struct die_info *die, CORE_ADDR *lowpc,
d85a05f0
DJ
14578 CORE_ADDR *highpc, struct dwarf2_cu *cu,
14579 struct partial_symtab *pst)
c906108c 14580{
518817b3
SM
14581 struct dwarf2_per_objfile *dwarf2_per_objfile
14582 = cu->per_cu->dwarf2_per_objfile;
c906108c 14583 struct attribute *attr;
91da1414 14584 struct attribute *attr_high;
af34e669
DJ
14585 CORE_ADDR low = 0;
14586 CORE_ADDR high = 0;
e385593e 14587 enum pc_bounds_kind ret;
c906108c 14588
91da1414
MW
14589 attr_high = dwarf2_attr (die, DW_AT_high_pc, cu);
14590 if (attr_high)
af34e669 14591 {
e142c38c 14592 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
af34e669 14593 if (attr)
91da1414 14594 {
31aa7e4e
JB
14595 low = attr_value_as_address (attr);
14596 high = attr_value_as_address (attr_high);
14597 if (cu->header.version >= 4 && attr_form_is_constant (attr_high))
14598 high += low;
91da1414 14599 }
af34e669
DJ
14600 else
14601 /* Found high w/o low attribute. */
e385593e 14602 return PC_BOUNDS_INVALID;
af34e669
DJ
14603
14604 /* Found consecutive range of addresses. */
3a2b436a 14605 ret = PC_BOUNDS_HIGH_LOW;
af34e669 14606 }
c906108c 14607 else
af34e669 14608 {
e142c38c 14609 attr = dwarf2_attr (die, DW_AT_ranges, cu);
af34e669
DJ
14610 if (attr != NULL)
14611 {
ab435259
DE
14612 /* DW_AT_ranges_base does not apply to DIEs from the DWO skeleton.
14613 We take advantage of the fact that DW_AT_ranges does not appear
14614 in DW_TAG_compile_unit of DWO files. */
14615 int need_ranges_base = die->tag != DW_TAG_compile_unit;
14616 unsigned int ranges_offset = (DW_UNSND (attr)
14617 + (need_ranges_base
14618 ? cu->ranges_base
14619 : 0));
2e3cf129 14620
af34e669 14621 /* Value of the DW_AT_ranges attribute is the offset in the
a604369a 14622 .debug_ranges section. */
2e3cf129 14623 if (!dwarf2_ranges_read (ranges_offset, &low, &high, cu, pst))
e385593e 14624 return PC_BOUNDS_INVALID;
43039443 14625 /* Found discontinuous range of addresses. */
3a2b436a 14626 ret = PC_BOUNDS_RANGES;
af34e669 14627 }
e385593e
JK
14628 else
14629 return PC_BOUNDS_NOT_PRESENT;
af34e669 14630 }
c906108c 14631
48fbe735 14632 /* partial_die_info::read has also the strict LOW < HIGH requirement. */
9373cf26 14633 if (high <= low)
e385593e 14634 return PC_BOUNDS_INVALID;
c906108c
SS
14635
14636 /* When using the GNU linker, .gnu.linkonce. sections are used to
14637 eliminate duplicate copies of functions and vtables and such.
14638 The linker will arbitrarily choose one and discard the others.
14639 The AT_*_pc values for such functions refer to local labels in
14640 these sections. If the section from that file was discarded, the
14641 labels are not in the output, so the relocs get a value of 0.
14642 If this is a discarded function, mark the pc bounds as invalid,
14643 so that GDB will ignore it. */
72dca2f5 14644 if (low == 0 && !dwarf2_per_objfile->has_section_at_zero)
e385593e 14645 return PC_BOUNDS_INVALID;
c906108c
SS
14646
14647 *lowpc = low;
96408a79
SA
14648 if (highpc)
14649 *highpc = high;
af34e669 14650 return ret;
c906108c
SS
14651}
14652
b084d499
JB
14653/* Assuming that DIE represents a subprogram DIE or a lexical block, get
14654 its low and high PC addresses. Do nothing if these addresses could not
14655 be determined. Otherwise, set LOWPC to the low address if it is smaller,
14656 and HIGHPC to the high address if greater than HIGHPC. */
14657
14658static void
14659dwarf2_get_subprogram_pc_bounds (struct die_info *die,
14660 CORE_ADDR *lowpc, CORE_ADDR *highpc,
14661 struct dwarf2_cu *cu)
14662{
14663 CORE_ADDR low, high;
14664 struct die_info *child = die->child;
14665
e385593e 14666 if (dwarf2_get_pc_bounds (die, &low, &high, cu, NULL) >= PC_BOUNDS_RANGES)
b084d499 14667 {
325fac50
PA
14668 *lowpc = std::min (*lowpc, low);
14669 *highpc = std::max (*highpc, high);
b084d499
JB
14670 }
14671
14672 /* If the language does not allow nested subprograms (either inside
14673 subprograms or lexical blocks), we're done. */
14674 if (cu->language != language_ada)
14675 return;
6e70227d 14676
b084d499
JB
14677 /* Check all the children of the given DIE. If it contains nested
14678 subprograms, then check their pc bounds. Likewise, we need to
14679 check lexical blocks as well, as they may also contain subprogram
14680 definitions. */
14681 while (child && child->tag)
14682 {
14683 if (child->tag == DW_TAG_subprogram
14684 || child->tag == DW_TAG_lexical_block)
14685 dwarf2_get_subprogram_pc_bounds (child, lowpc, highpc, cu);
14686 child = sibling_die (child);
14687 }
14688}
14689
fae299cd
DC
14690/* Get the low and high pc's represented by the scope DIE, and store
14691 them in *LOWPC and *HIGHPC. If the correct values can't be
14692 determined, set *LOWPC to -1 and *HIGHPC to 0. */
14693
14694static void
14695get_scope_pc_bounds (struct die_info *die,
14696 CORE_ADDR *lowpc, CORE_ADDR *highpc,
14697 struct dwarf2_cu *cu)
14698{
14699 CORE_ADDR best_low = (CORE_ADDR) -1;
14700 CORE_ADDR best_high = (CORE_ADDR) 0;
14701 CORE_ADDR current_low, current_high;
14702
3a2b436a 14703 if (dwarf2_get_pc_bounds (die, &current_low, &current_high, cu, NULL)
e385593e 14704 >= PC_BOUNDS_RANGES)
fae299cd
DC
14705 {
14706 best_low = current_low;
14707 best_high = current_high;
14708 }
14709 else
14710 {
14711 struct die_info *child = die->child;
14712
14713 while (child && child->tag)
14714 {
14715 switch (child->tag) {
14716 case DW_TAG_subprogram:
b084d499 14717 dwarf2_get_subprogram_pc_bounds (child, &best_low, &best_high, cu);
fae299cd
DC
14718 break;
14719 case DW_TAG_namespace:
f55ee35c 14720 case DW_TAG_module:
fae299cd
DC
14721 /* FIXME: carlton/2004-01-16: Should we do this for
14722 DW_TAG_class_type/DW_TAG_structure_type, too? I think
14723 that current GCC's always emit the DIEs corresponding
14724 to definitions of methods of classes as children of a
14725 DW_TAG_compile_unit or DW_TAG_namespace (as opposed to
14726 the DIEs giving the declarations, which could be
14727 anywhere). But I don't see any reason why the
14728 standards says that they have to be there. */
14729 get_scope_pc_bounds (child, &current_low, &current_high, cu);
14730
14731 if (current_low != ((CORE_ADDR) -1))
14732 {
325fac50
PA
14733 best_low = std::min (best_low, current_low);
14734 best_high = std::max (best_high, current_high);
fae299cd
DC
14735 }
14736 break;
14737 default:
0963b4bd 14738 /* Ignore. */
fae299cd
DC
14739 break;
14740 }
14741
14742 child = sibling_die (child);
14743 }
14744 }
14745
14746 *lowpc = best_low;
14747 *highpc = best_high;
14748}
14749
801e3a5b
JB
14750/* Record the address ranges for BLOCK, offset by BASEADDR, as given
14751 in DIE. */
380bca97 14752
801e3a5b
JB
14753static void
14754dwarf2_record_block_ranges (struct die_info *die, struct block *block,
14755 CORE_ADDR baseaddr, struct dwarf2_cu *cu)
14756{
518817b3 14757 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a 14758 struct gdbarch *gdbarch = get_objfile_arch (objfile);
801e3a5b 14759 struct attribute *attr;
91da1414 14760 struct attribute *attr_high;
801e3a5b 14761
91da1414
MW
14762 attr_high = dwarf2_attr (die, DW_AT_high_pc, cu);
14763 if (attr_high)
801e3a5b 14764 {
801e3a5b
JB
14765 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
14766 if (attr)
14767 {
31aa7e4e
JB
14768 CORE_ADDR low = attr_value_as_address (attr);
14769 CORE_ADDR high = attr_value_as_address (attr_high);
14770
14771 if (cu->header.version >= 4 && attr_form_is_constant (attr_high))
14772 high += low;
9a619af0 14773
3e29f34a
MR
14774 low = gdbarch_adjust_dwarf2_addr (gdbarch, low + baseaddr);
14775 high = gdbarch_adjust_dwarf2_addr (gdbarch, high + baseaddr);
14776 record_block_range (block, low, high - 1);
801e3a5b
JB
14777 }
14778 }
14779
14780 attr = dwarf2_attr (die, DW_AT_ranges, cu);
14781 if (attr)
14782 {
ab435259
DE
14783 /* DW_AT_ranges_base does not apply to DIEs from the DWO skeleton.
14784 We take advantage of the fact that DW_AT_ranges does not appear
14785 in DW_TAG_compile_unit of DWO files. */
14786 int need_ranges_base = die->tag != DW_TAG_compile_unit;
801e3a5b
JB
14787
14788 /* The value of the DW_AT_ranges attribute is the offset of the
14789 address range list in the .debug_ranges section. */
ab435259
DE
14790 unsigned long offset = (DW_UNSND (attr)
14791 + (need_ranges_base ? cu->ranges_base : 0));
801e3a5b 14792
5f46c5a5
JK
14793 dwarf2_ranges_process (offset, cu,
14794 [&] (CORE_ADDR start, CORE_ADDR end)
14795 {
58fdfd2c
JK
14796 start += baseaddr;
14797 end += baseaddr;
5f46c5a5
JK
14798 start = gdbarch_adjust_dwarf2_addr (gdbarch, start);
14799 end = gdbarch_adjust_dwarf2_addr (gdbarch, end);
14800 record_block_range (block, start, end - 1);
14801 });
801e3a5b
JB
14802 }
14803}
14804
685b1105
JK
14805/* Check whether the producer field indicates either of GCC < 4.6, or the
14806 Intel C/C++ compiler, and cache the result in CU. */
60d5a603 14807
685b1105
JK
14808static void
14809check_producer (struct dwarf2_cu *cu)
60d5a603 14810{
38360086 14811 int major, minor;
60d5a603
JK
14812
14813 if (cu->producer == NULL)
14814 {
14815 /* For unknown compilers expect their behavior is DWARF version
14816 compliant.
14817
14818 GCC started to support .debug_types sections by -gdwarf-4 since
14819 gcc-4.5.x. As the .debug_types sections are missing DW_AT_producer
14820 for their space efficiency GDB cannot workaround gcc-4.5.x -gdwarf-4
14821 combination. gcc-4.5.x -gdwarf-4 binaries have DW_AT_accessibility
14822 interpreted incorrectly by GDB now - GCC PR debug/48229. */
60d5a603 14823 }
b1ffba5a 14824 else if (producer_is_gcc (cu->producer, &major, &minor))
60d5a603 14825 {
38360086
MW
14826 cu->producer_is_gxx_lt_4_6 = major < 4 || (major == 4 && minor < 6);
14827 cu->producer_is_gcc_lt_4_3 = major < 4 || (major == 4 && minor < 3);
685b1105 14828 }
5230b05a
WT
14829 else if (producer_is_icc (cu->producer, &major, &minor))
14830 cu->producer_is_icc_lt_14 = major < 14;
685b1105
JK
14831 else
14832 {
14833 /* For other non-GCC compilers, expect their behavior is DWARF version
14834 compliant. */
60d5a603
JK
14835 }
14836
ba919b58 14837 cu->checked_producer = 1;
685b1105 14838}
ba919b58 14839
685b1105
JK
14840/* Check for GCC PR debug/45124 fix which is not present in any G++ version up
14841 to 4.5.any while it is present already in G++ 4.6.0 - the PR has been fixed
14842 during 4.6.0 experimental. */
14843
14844static int
14845producer_is_gxx_lt_4_6 (struct dwarf2_cu *cu)
14846{
14847 if (!cu->checked_producer)
14848 check_producer (cu);
14849
14850 return cu->producer_is_gxx_lt_4_6;
60d5a603
JK
14851}
14852
14853/* Return the default accessibility type if it is not overriden by
14854 DW_AT_accessibility. */
14855
14856static enum dwarf_access_attribute
14857dwarf2_default_access_attribute (struct die_info *die, struct dwarf2_cu *cu)
14858{
14859 if (cu->header.version < 3 || producer_is_gxx_lt_4_6 (cu))
14860 {
14861 /* The default DWARF 2 accessibility for members is public, the default
14862 accessibility for inheritance is private. */
14863
14864 if (die->tag != DW_TAG_inheritance)
14865 return DW_ACCESS_public;
14866 else
14867 return DW_ACCESS_private;
14868 }
14869 else
14870 {
14871 /* DWARF 3+ defines the default accessibility a different way. The same
14872 rules apply now for DW_TAG_inheritance as for the members and it only
14873 depends on the container kind. */
14874
14875 if (die->parent->tag == DW_TAG_class_type)
14876 return DW_ACCESS_private;
14877 else
14878 return DW_ACCESS_public;
14879 }
14880}
14881
74ac6d43
TT
14882/* Look for DW_AT_data_member_location. Set *OFFSET to the byte
14883 offset. If the attribute was not found return 0, otherwise return
14884 1. If it was found but could not properly be handled, set *OFFSET
14885 to 0. */
14886
14887static int
14888handle_data_member_location (struct die_info *die, struct dwarf2_cu *cu,
14889 LONGEST *offset)
14890{
14891 struct attribute *attr;
14892
14893 attr = dwarf2_attr (die, DW_AT_data_member_location, cu);
14894 if (attr != NULL)
14895 {
14896 *offset = 0;
14897
14898 /* Note that we do not check for a section offset first here.
14899 This is because DW_AT_data_member_location is new in DWARF 4,
14900 so if we see it, we can assume that a constant form is really
14901 a constant and not a section offset. */
14902 if (attr_form_is_constant (attr))
14903 *offset = dwarf2_get_attr_constant_value (attr, 0);
14904 else if (attr_form_is_section_offset (attr))
14905 dwarf2_complex_location_expr_complaint ();
14906 else if (attr_form_is_block (attr))
14907 *offset = decode_locdesc (DW_BLOCK (attr), cu);
14908 else
14909 dwarf2_complex_location_expr_complaint ();
14910
14911 return 1;
14912 }
14913
14914 return 0;
14915}
14916
c906108c
SS
14917/* Add an aggregate field to the field list. */
14918
14919static void
107d2387 14920dwarf2_add_field (struct field_info *fip, struct die_info *die,
e7c27a73 14921 struct dwarf2_cu *cu)
6e70227d 14922{
518817b3 14923 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
5e2b427d 14924 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c
SS
14925 struct nextfield *new_field;
14926 struct attribute *attr;
14927 struct field *fp;
15d034d0 14928 const char *fieldname = "";
c906108c 14929
7d0ccb61
DJ
14930 if (die->tag == DW_TAG_inheritance)
14931 {
be2daae6
TT
14932 fip->baseclasses.emplace_back ();
14933 new_field = &fip->baseclasses.back ();
7d0ccb61
DJ
14934 }
14935 else
14936 {
be2daae6
TT
14937 fip->fields.emplace_back ();
14938 new_field = &fip->fields.back ();
7d0ccb61 14939 }
be2daae6 14940
c906108c
SS
14941 fip->nfields++;
14942
e142c38c 14943 attr = dwarf2_attr (die, DW_AT_accessibility, cu);
c906108c
SS
14944 if (attr)
14945 new_field->accessibility = DW_UNSND (attr);
60d5a603
JK
14946 else
14947 new_field->accessibility = dwarf2_default_access_attribute (die, cu);
c906108c
SS
14948 if (new_field->accessibility != DW_ACCESS_public)
14949 fip->non_public_fields = 1;
60d5a603 14950
e142c38c 14951 attr = dwarf2_attr (die, DW_AT_virtuality, cu);
c906108c
SS
14952 if (attr)
14953 new_field->virtuality = DW_UNSND (attr);
60d5a603
JK
14954 else
14955 new_field->virtuality = DW_VIRTUALITY_none;
c906108c
SS
14956
14957 fp = &new_field->field;
a9a9bd0f 14958
e142c38c 14959 if (die->tag == DW_TAG_member && ! die_is_declaration (die, cu))
c906108c 14960 {
74ac6d43
TT
14961 LONGEST offset;
14962
a9a9bd0f 14963 /* Data member other than a C++ static data member. */
6e70227d 14964
c906108c 14965 /* Get type of field. */
e7c27a73 14966 fp->type = die_type (die, cu);
c906108c 14967
d6a843b5 14968 SET_FIELD_BITPOS (*fp, 0);
01ad7f36 14969
c906108c 14970 /* Get bit size of field (zero if none). */
e142c38c 14971 attr = dwarf2_attr (die, DW_AT_bit_size, cu);
c906108c
SS
14972 if (attr)
14973 {
14974 FIELD_BITSIZE (*fp) = DW_UNSND (attr);
14975 }
14976 else
14977 {
14978 FIELD_BITSIZE (*fp) = 0;
14979 }
14980
14981 /* Get bit offset of field. */
74ac6d43
TT
14982 if (handle_data_member_location (die, cu, &offset))
14983 SET_FIELD_BITPOS (*fp, offset * bits_per_byte);
e142c38c 14984 attr = dwarf2_attr (die, DW_AT_bit_offset, cu);
c906108c
SS
14985 if (attr)
14986 {
5e2b427d 14987 if (gdbarch_bits_big_endian (gdbarch))
c906108c
SS
14988 {
14989 /* For big endian bits, the DW_AT_bit_offset gives the
c5aa993b
JM
14990 additional bit offset from the MSB of the containing
14991 anonymous object to the MSB of the field. We don't
14992 have to do anything special since we don't need to
14993 know the size of the anonymous object. */
f41f5e61 14994 SET_FIELD_BITPOS (*fp, FIELD_BITPOS (*fp) + DW_UNSND (attr));
c906108c
SS
14995 }
14996 else
14997 {
14998 /* For little endian bits, compute the bit offset to the
c5aa993b
JM
14999 MSB of the anonymous object, subtract off the number of
15000 bits from the MSB of the field to the MSB of the
15001 object, and then subtract off the number of bits of
15002 the field itself. The result is the bit offset of
15003 the LSB of the field. */
c906108c
SS
15004 int anonymous_size;
15005 int bit_offset = DW_UNSND (attr);
15006
e142c38c 15007 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
15008 if (attr)
15009 {
15010 /* The size of the anonymous object containing
15011 the bit field is explicit, so use the
15012 indicated size (in bytes). */
15013 anonymous_size = DW_UNSND (attr);
15014 }
15015 else
15016 {
15017 /* The size of the anonymous object containing
15018 the bit field must be inferred from the type
15019 attribute of the data member containing the
15020 bit field. */
15021 anonymous_size = TYPE_LENGTH (fp->type);
15022 }
f41f5e61
PA
15023 SET_FIELD_BITPOS (*fp,
15024 (FIELD_BITPOS (*fp)
15025 + anonymous_size * bits_per_byte
15026 - bit_offset - FIELD_BITSIZE (*fp)));
c906108c
SS
15027 }
15028 }
da5b30da
AA
15029 attr = dwarf2_attr (die, DW_AT_data_bit_offset, cu);
15030 if (attr != NULL)
15031 SET_FIELD_BITPOS (*fp, (FIELD_BITPOS (*fp)
15032 + dwarf2_get_attr_constant_value (attr, 0)));
c906108c
SS
15033
15034 /* Get name of field. */
39cbfefa
DJ
15035 fieldname = dwarf2_name (die, cu);
15036 if (fieldname == NULL)
15037 fieldname = "";
d8151005
DJ
15038
15039 /* The name is already allocated along with this objfile, so we don't
15040 need to duplicate it for the type. */
15041 fp->name = fieldname;
c906108c
SS
15042
15043 /* Change accessibility for artificial fields (e.g. virtual table
c5aa993b 15044 pointer or virtual base class pointer) to private. */
e142c38c 15045 if (dwarf2_attr (die, DW_AT_artificial, cu))
c906108c 15046 {
d48cc9dd 15047 FIELD_ARTIFICIAL (*fp) = 1;
c906108c
SS
15048 new_field->accessibility = DW_ACCESS_private;
15049 fip->non_public_fields = 1;
15050 }
15051 }
a9a9bd0f 15052 else if (die->tag == DW_TAG_member || die->tag == DW_TAG_variable)
c906108c 15053 {
a9a9bd0f
DC
15054 /* C++ static member. */
15055
15056 /* NOTE: carlton/2002-11-05: It should be a DW_TAG_member that
15057 is a declaration, but all versions of G++ as of this writing
15058 (so through at least 3.2.1) incorrectly generate
15059 DW_TAG_variable tags. */
6e70227d 15060
ff355380 15061 const char *physname;
c906108c 15062
a9a9bd0f 15063 /* Get name of field. */
39cbfefa
DJ
15064 fieldname = dwarf2_name (die, cu);
15065 if (fieldname == NULL)
c906108c
SS
15066 return;
15067
254e6b9e 15068 attr = dwarf2_attr (die, DW_AT_const_value, cu);
3863f96c
DE
15069 if (attr
15070 /* Only create a symbol if this is an external value.
15071 new_symbol checks this and puts the value in the global symbol
15072 table, which we want. If it is not external, new_symbol
15073 will try to put the value in cu->list_in_scope which is wrong. */
15074 && dwarf2_flag_true_p (die, DW_AT_external, cu))
254e6b9e
DE
15075 {
15076 /* A static const member, not much different than an enum as far as
15077 we're concerned, except that we can support more types. */
15078 new_symbol (die, NULL, cu);
15079 }
15080
2df3850c 15081 /* Get physical name. */
ff355380 15082 physname = dwarf2_physname (fieldname, die, cu);
c906108c 15083
d8151005
DJ
15084 /* The name is already allocated along with this objfile, so we don't
15085 need to duplicate it for the type. */
15086 SET_FIELD_PHYSNAME (*fp, physname ? physname : "");
e7c27a73 15087 FIELD_TYPE (*fp) = die_type (die, cu);
d8151005 15088 FIELD_NAME (*fp) = fieldname;
c906108c
SS
15089 }
15090 else if (die->tag == DW_TAG_inheritance)
15091 {
74ac6d43 15092 LONGEST offset;
d4b96c9a 15093
74ac6d43
TT
15094 /* C++ base class field. */
15095 if (handle_data_member_location (die, cu, &offset))
15096 SET_FIELD_BITPOS (*fp, offset * bits_per_byte);
c906108c 15097 FIELD_BITSIZE (*fp) = 0;
e7c27a73 15098 FIELD_TYPE (*fp) = die_type (die, cu);
c906108c 15099 FIELD_NAME (*fp) = type_name_no_tag (fp->type);
c906108c 15100 }
2ddeaf8a
TT
15101 else if (die->tag == DW_TAG_variant_part)
15102 {
15103 /* process_structure_scope will treat this DIE as a union. */
15104 process_structure_scope (die, cu);
15105
15106 /* The variant part is relative to the start of the enclosing
15107 structure. */
15108 SET_FIELD_BITPOS (*fp, 0);
15109 fp->type = get_die_type (die, cu);
15110 fp->artificial = 1;
15111 fp->name = "<<variant>>";
15112 }
15113 else
15114 gdb_assert_not_reached ("missing case in dwarf2_add_field");
c906108c
SS
15115}
15116
883fd55a
KS
15117/* Can the type given by DIE define another type? */
15118
15119static bool
15120type_can_define_types (const struct die_info *die)
15121{
15122 switch (die->tag)
15123 {
15124 case DW_TAG_typedef:
15125 case DW_TAG_class_type:
15126 case DW_TAG_structure_type:
15127 case DW_TAG_union_type:
15128 case DW_TAG_enumeration_type:
15129 return true;
15130
15131 default:
15132 return false;
15133 }
15134}
15135
15136/* Add a type definition defined in the scope of the FIP's class. */
98751a41
JK
15137
15138static void
883fd55a
KS
15139dwarf2_add_type_defn (struct field_info *fip, struct die_info *die,
15140 struct dwarf2_cu *cu)
6e70227d 15141{
be2daae6
TT
15142 struct decl_field fp;
15143 memset (&fp, 0, sizeof (fp));
98751a41 15144
883fd55a 15145 gdb_assert (type_can_define_types (die));
98751a41 15146
883fd55a 15147 /* Get name of field. NULL is okay here, meaning an anonymous type. */
be2daae6
TT
15148 fp.name = dwarf2_name (die, cu);
15149 fp.type = read_type_die (die, cu);
98751a41 15150
c191a687
KS
15151 /* Save accessibility. */
15152 enum dwarf_access_attribute accessibility;
15153 struct attribute *attr = dwarf2_attr (die, DW_AT_accessibility, cu);
15154 if (attr != NULL)
15155 accessibility = (enum dwarf_access_attribute) DW_UNSND (attr);
15156 else
15157 accessibility = dwarf2_default_access_attribute (die, cu);
15158 switch (accessibility)
15159 {
15160 case DW_ACCESS_public:
15161 /* The assumed value if neither private nor protected. */
15162 break;
15163 case DW_ACCESS_private:
be2daae6 15164 fp.is_private = 1;
c191a687
KS
15165 break;
15166 case DW_ACCESS_protected:
be2daae6 15167 fp.is_protected = 1;
c191a687
KS
15168 break;
15169 default:
37534686
KS
15170 complaint (&symfile_complaints,
15171 _("Unhandled DW_AT_accessibility value (%x)"), accessibility);
c191a687
KS
15172 }
15173
883fd55a 15174 if (die->tag == DW_TAG_typedef)
be2daae6 15175 fip->typedef_field_list.push_back (fp);
883fd55a 15176 else
be2daae6 15177 fip->nested_types_list.push_back (fp);
98751a41
JK
15178}
15179
c906108c
SS
15180/* Create the vector of fields, and attach it to the type. */
15181
15182static void
fba45db2 15183dwarf2_attach_fields_to_type (struct field_info *fip, struct type *type,
e7c27a73 15184 struct dwarf2_cu *cu)
c906108c
SS
15185{
15186 int nfields = fip->nfields;
15187
15188 /* Record the field count, allocate space for the array of fields,
15189 and create blank accessibility bitfields if necessary. */
15190 TYPE_NFIELDS (type) = nfields;
15191 TYPE_FIELDS (type) = (struct field *)
be2daae6 15192 TYPE_ZALLOC (type, sizeof (struct field) * nfields);
c906108c 15193
b4ba55a1 15194 if (fip->non_public_fields && cu->language != language_ada)
c906108c
SS
15195 {
15196 ALLOCATE_CPLUS_STRUCT_TYPE (type);
15197
15198 TYPE_FIELD_PRIVATE_BITS (type) =
15199 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
15200 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields);
15201
15202 TYPE_FIELD_PROTECTED_BITS (type) =
15203 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
15204 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields);
15205
774b6a14
TT
15206 TYPE_FIELD_IGNORE_BITS (type) =
15207 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
15208 B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields);
c906108c
SS
15209 }
15210
15211 /* If the type has baseclasses, allocate and clear a bit vector for
15212 TYPE_FIELD_VIRTUAL_BITS. */
be2daae6 15213 if (!fip->baseclasses.empty () && cu->language != language_ada)
c906108c 15214 {
be2daae6 15215 int num_bytes = B_BYTES (fip->baseclasses.size ());
fe1b8b76 15216 unsigned char *pointer;
c906108c
SS
15217
15218 ALLOCATE_CPLUS_STRUCT_TYPE (type);
224c3ddb 15219 pointer = (unsigned char *) TYPE_ALLOC (type, num_bytes);
fe1b8b76 15220 TYPE_FIELD_VIRTUAL_BITS (type) = pointer;
be2daae6
TT
15221 B_CLRALL (TYPE_FIELD_VIRTUAL_BITS (type), fip->baseclasses.size ());
15222 TYPE_N_BASECLASSES (type) = fip->baseclasses.size ();
c906108c
SS
15223 }
15224
2ddeaf8a
TT
15225 if (TYPE_FLAG_DISCRIMINATED_UNION (type))
15226 {
15227 struct discriminant_info *di = alloc_discriminant_info (type, -1, -1);
15228
be2daae6 15229 for (int index = 0; index < nfields; ++index)
2ddeaf8a 15230 {
be2daae6
TT
15231 struct nextfield &field = fip->fields[index];
15232
15233 if (field.variant.is_discriminant)
2ddeaf8a 15234 di->discriminant_index = index;
be2daae6 15235 else if (field.variant.default_branch)
2ddeaf8a
TT
15236 di->default_index = index;
15237 else
be2daae6 15238 di->discriminants[index] = field.variant.discriminant_value;
2ddeaf8a
TT
15239 }
15240 }
15241
be2daae6
TT
15242 /* Copy the saved-up fields into the field vector. */
15243 for (int i = 0; i < nfields; ++i)
c906108c 15244 {
be2daae6
TT
15245 struct nextfield &field
15246 = ((i < fip->baseclasses.size ()) ? fip->baseclasses[i]
15247 : fip->fields[i - fip->baseclasses.size ()]);
7d0ccb61 15248
be2daae6
TT
15249 TYPE_FIELD (type, i) = field.field;
15250 switch (field.accessibility)
c906108c 15251 {
c5aa993b 15252 case DW_ACCESS_private:
b4ba55a1 15253 if (cu->language != language_ada)
be2daae6 15254 SET_TYPE_FIELD_PRIVATE (type, i);
c5aa993b 15255 break;
c906108c 15256
c5aa993b 15257 case DW_ACCESS_protected:
b4ba55a1 15258 if (cu->language != language_ada)
be2daae6 15259 SET_TYPE_FIELD_PROTECTED (type, i);
c5aa993b 15260 break;
c906108c 15261
c5aa993b
JM
15262 case DW_ACCESS_public:
15263 break;
c906108c 15264
c5aa993b
JM
15265 default:
15266 /* Unknown accessibility. Complain and treat it as public. */
15267 {
e2e0b3e5 15268 complaint (&symfile_complaints, _("unsupported accessibility %d"),
be2daae6 15269 field.accessibility);
c5aa993b
JM
15270 }
15271 break;
c906108c 15272 }
be2daae6 15273 if (i < fip->baseclasses.size ())
c906108c 15274 {
be2daae6 15275 switch (field.virtuality)
c906108c 15276 {
c5aa993b
JM
15277 case DW_VIRTUALITY_virtual:
15278 case DW_VIRTUALITY_pure_virtual:
b4ba55a1 15279 if (cu->language == language_ada)
a73c6dcd 15280 error (_("unexpected virtuality in component of Ada type"));
be2daae6 15281 SET_TYPE_FIELD_VIRTUAL (type, i);
c5aa993b 15282 break;
c906108c
SS
15283 }
15284 }
c906108c
SS
15285 }
15286}
15287
7d27a96d
TT
15288/* Return true if this member function is a constructor, false
15289 otherwise. */
15290
15291static int
15292dwarf2_is_constructor (struct die_info *die, struct dwarf2_cu *cu)
15293{
15294 const char *fieldname;
fe978cb0 15295 const char *type_name;
7d27a96d
TT
15296 int len;
15297
15298 if (die->parent == NULL)
15299 return 0;
15300
15301 if (die->parent->tag != DW_TAG_structure_type
15302 && die->parent->tag != DW_TAG_union_type
15303 && die->parent->tag != DW_TAG_class_type)
15304 return 0;
15305
15306 fieldname = dwarf2_name (die, cu);
fe978cb0
PA
15307 type_name = dwarf2_name (die->parent, cu);
15308 if (fieldname == NULL || type_name == NULL)
7d27a96d
TT
15309 return 0;
15310
15311 len = strlen (fieldname);
fe978cb0
PA
15312 return (strncmp (fieldname, type_name, len) == 0
15313 && (type_name[len] == '\0' || type_name[len] == '<'));
7d27a96d
TT
15314}
15315
c906108c
SS
15316/* Add a member function to the proper fieldlist. */
15317
15318static void
107d2387 15319dwarf2_add_member_fn (struct field_info *fip, struct die_info *die,
e7c27a73 15320 struct type *type, struct dwarf2_cu *cu)
c906108c 15321{
518817b3 15322 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 15323 struct attribute *attr;
c906108c 15324 int i;
be2daae6 15325 struct fnfieldlist *flp = nullptr;
c906108c 15326 struct fn_field *fnp;
15d034d0 15327 const char *fieldname;
f792889a 15328 struct type *this_type;
60d5a603 15329 enum dwarf_access_attribute accessibility;
c906108c 15330
b4ba55a1 15331 if (cu->language == language_ada)
a73c6dcd 15332 error (_("unexpected member function in Ada type"));
b4ba55a1 15333
2df3850c 15334 /* Get name of member function. */
39cbfefa
DJ
15335 fieldname = dwarf2_name (die, cu);
15336 if (fieldname == NULL)
2df3850c 15337 return;
c906108c 15338
c906108c 15339 /* Look up member function name in fieldlist. */
be2daae6 15340 for (i = 0; i < fip->fnfieldlists.size (); i++)
c906108c 15341 {
27bfe10e 15342 if (strcmp (fip->fnfieldlists[i].name, fieldname) == 0)
be2daae6
TT
15343 {
15344 flp = &fip->fnfieldlists[i];
15345 break;
15346 }
c906108c
SS
15347 }
15348
be2daae6
TT
15349 /* Create a new fnfieldlist if necessary. */
15350 if (flp == nullptr)
c906108c 15351 {
be2daae6
TT
15352 fip->fnfieldlists.emplace_back ();
15353 flp = &fip->fnfieldlists.back ();
c906108c 15354 flp->name = fieldname;
be2daae6 15355 i = fip->fnfieldlists.size () - 1;
c906108c
SS
15356 }
15357
be2daae6
TT
15358 /* Create a new member function field and add it to the vector of
15359 fnfieldlists. */
15360 flp->fnfields.emplace_back ();
15361 fnp = &flp->fnfields.back ();
3da10d80
KS
15362
15363 /* Delay processing of the physname until later. */
9c37b5ae 15364 if (cu->language == language_cplus)
be2daae6
TT
15365 add_to_method_list (type, i, flp->fnfields.size () - 1, fieldname,
15366 die, cu);
3da10d80
KS
15367 else
15368 {
1d06ead6 15369 const char *physname = dwarf2_physname (fieldname, die, cu);
3da10d80
KS
15370 fnp->physname = physname ? physname : "";
15371 }
15372
c906108c 15373 fnp->type = alloc_type (objfile);
f792889a
DJ
15374 this_type = read_type_die (die, cu);
15375 if (this_type && TYPE_CODE (this_type) == TYPE_CODE_FUNC)
c906108c 15376 {
f792889a 15377 int nparams = TYPE_NFIELDS (this_type);
c906108c 15378
f792889a 15379 /* TYPE is the domain of this method, and THIS_TYPE is the type
e26fb1d7
DC
15380 of the method itself (TYPE_CODE_METHOD). */
15381 smash_to_method_type (fnp->type, type,
f792889a
DJ
15382 TYPE_TARGET_TYPE (this_type),
15383 TYPE_FIELDS (this_type),
15384 TYPE_NFIELDS (this_type),
15385 TYPE_VARARGS (this_type));
c906108c
SS
15386
15387 /* Handle static member functions.
c5aa993b 15388 Dwarf2 has no clean way to discern C++ static and non-static
0963b4bd
MS
15389 member functions. G++ helps GDB by marking the first
15390 parameter for non-static member functions (which is the this
15391 pointer) as artificial. We obtain this information from
15392 read_subroutine_type via TYPE_FIELD_ARTIFICIAL. */
f792889a 15393 if (nparams == 0 || TYPE_FIELD_ARTIFICIAL (this_type, 0) == 0)
c906108c
SS
15394 fnp->voffset = VOFFSET_STATIC;
15395 }
15396 else
e2e0b3e5 15397 complaint (&symfile_complaints, _("member function type missing for '%s'"),
3da10d80 15398 dwarf2_full_name (fieldname, die, cu));
c906108c
SS
15399
15400 /* Get fcontext from DW_AT_containing_type if present. */
e142c38c 15401 if (dwarf2_attr (die, DW_AT_containing_type, cu) != NULL)
e7c27a73 15402 fnp->fcontext = die_containing_type (die, cu);
c906108c 15403
3e43a32a
MS
15404 /* dwarf2 doesn't have stubbed physical names, so the setting of is_const and
15405 is_volatile is irrelevant, as it is needed by gdb_mangle_name only. */
c906108c
SS
15406
15407 /* Get accessibility. */
e142c38c 15408 attr = dwarf2_attr (die, DW_AT_accessibility, cu);
c906108c 15409 if (attr)
aead7601 15410 accessibility = (enum dwarf_access_attribute) DW_UNSND (attr);
60d5a603
JK
15411 else
15412 accessibility = dwarf2_default_access_attribute (die, cu);
15413 switch (accessibility)
c906108c 15414 {
60d5a603
JK
15415 case DW_ACCESS_private:
15416 fnp->is_private = 1;
15417 break;
15418 case DW_ACCESS_protected:
15419 fnp->is_protected = 1;
15420 break;
c906108c
SS
15421 }
15422
b02dede2 15423 /* Check for artificial methods. */
e142c38c 15424 attr = dwarf2_attr (die, DW_AT_artificial, cu);
b02dede2
DJ
15425 if (attr && DW_UNSND (attr) != 0)
15426 fnp->is_artificial = 1;
15427
7d27a96d
TT
15428 fnp->is_constructor = dwarf2_is_constructor (die, cu);
15429
0d564a31 15430 /* Get index in virtual function table if it is a virtual member
aec5aa8b
TT
15431 function. For older versions of GCC, this is an offset in the
15432 appropriate virtual table, as specified by DW_AT_containing_type.
15433 For everyone else, it is an expression to be evaluated relative
0d564a31
DJ
15434 to the object address. */
15435
e142c38c 15436 attr = dwarf2_attr (die, DW_AT_vtable_elem_location, cu);
aec5aa8b 15437 if (attr)
8e19ed76 15438 {
aec5aa8b 15439 if (attr_form_is_block (attr) && DW_BLOCK (attr)->size > 0)
8e19ed76 15440 {
aec5aa8b
TT
15441 if (DW_BLOCK (attr)->data[0] == DW_OP_constu)
15442 {
15443 /* Old-style GCC. */
15444 fnp->voffset = decode_locdesc (DW_BLOCK (attr), cu) + 2;
15445 }
15446 else if (DW_BLOCK (attr)->data[0] == DW_OP_deref
15447 || (DW_BLOCK (attr)->size > 1
15448 && DW_BLOCK (attr)->data[0] == DW_OP_deref_size
15449 && DW_BLOCK (attr)->data[1] == cu->header.addr_size))
15450 {
aec5aa8b
TT
15451 fnp->voffset = decode_locdesc (DW_BLOCK (attr), cu);
15452 if ((fnp->voffset % cu->header.addr_size) != 0)
15453 dwarf2_complex_location_expr_complaint ();
15454 else
15455 fnp->voffset /= cu->header.addr_size;
15456 fnp->voffset += 2;
15457 }
15458 else
15459 dwarf2_complex_location_expr_complaint ();
15460
15461 if (!fnp->fcontext)
7e993ebf
KS
15462 {
15463 /* If there is no `this' field and no DW_AT_containing_type,
15464 we cannot actually find a base class context for the
15465 vtable! */
15466 if (TYPE_NFIELDS (this_type) == 0
15467 || !TYPE_FIELD_ARTIFICIAL (this_type, 0))
15468 {
15469 complaint (&symfile_complaints,
15470 _("cannot determine context for virtual member "
9d8780f0
SM
15471 "function \"%s\" (offset %s)"),
15472 fieldname, sect_offset_str (die->sect_off));
7e993ebf
KS
15473 }
15474 else
15475 {
15476 fnp->fcontext
15477 = TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (this_type, 0));
15478 }
15479 }
aec5aa8b 15480 }
3690dd37 15481 else if (attr_form_is_section_offset (attr))
8e19ed76 15482 {
4d3c2250 15483 dwarf2_complex_location_expr_complaint ();
8e19ed76
PS
15484 }
15485 else
15486 {
4d3c2250
KB
15487 dwarf2_invalid_attrib_class_complaint ("DW_AT_vtable_elem_location",
15488 fieldname);
8e19ed76 15489 }
0d564a31 15490 }
d48cc9dd
DJ
15491 else
15492 {
15493 attr = dwarf2_attr (die, DW_AT_virtuality, cu);
15494 if (attr && DW_UNSND (attr))
15495 {
15496 /* GCC does this, as of 2008-08-25; PR debug/37237. */
15497 complaint (&symfile_complaints,
9d8780f0 15498 _("Member function \"%s\" (offset %s) is virtual "
3e43a32a 15499 "but the vtable offset is not specified"),
9d8780f0 15500 fieldname, sect_offset_str (die->sect_off));
9655fd1a 15501 ALLOCATE_CPLUS_STRUCT_TYPE (type);
d48cc9dd
DJ
15502 TYPE_CPLUS_DYNAMIC (type) = 1;
15503 }
15504 }
c906108c
SS
15505}
15506
15507/* Create the vector of member function fields, and attach it to the type. */
15508
15509static void
fba45db2 15510dwarf2_attach_fn_fields_to_type (struct field_info *fip, struct type *type,
e7c27a73 15511 struct dwarf2_cu *cu)
c906108c 15512{
b4ba55a1 15513 if (cu->language == language_ada)
a73c6dcd 15514 error (_("unexpected member functions in Ada type"));
b4ba55a1 15515
c906108c
SS
15516 ALLOCATE_CPLUS_STRUCT_TYPE (type);
15517 TYPE_FN_FIELDLISTS (type) = (struct fn_fieldlist *)
be2daae6
TT
15518 TYPE_ALLOC (type,
15519 sizeof (struct fn_fieldlist) * fip->fnfieldlists.size ());
c906108c 15520
be2daae6 15521 for (int i = 0; i < fip->fnfieldlists.size (); i++)
c906108c 15522 {
be2daae6 15523 struct fnfieldlist &nf = fip->fnfieldlists[i];
c906108c 15524 struct fn_fieldlist *fn_flp = &TYPE_FN_FIELDLIST (type, i);
c906108c 15525
be2daae6
TT
15526 TYPE_FN_FIELDLIST_NAME (type, i) = nf.name;
15527 TYPE_FN_FIELDLIST_LENGTH (type, i) = nf.fnfields.size ();
c906108c 15528 fn_flp->fn_fields = (struct fn_field *)
be2daae6
TT
15529 TYPE_ALLOC (type, sizeof (struct fn_field) * nf.fnfields.size ());
15530
15531 for (int k = 0; k < nf.fnfields.size (); ++k)
15532 fn_flp->fn_fields[k] = nf.fnfields[k];
c906108c
SS
15533 }
15534
be2daae6 15535 TYPE_NFN_FIELDS (type) = fip->fnfieldlists.size ();
c906108c
SS
15536}
15537
1168df01
JB
15538/* Returns non-zero if NAME is the name of a vtable member in CU's
15539 language, zero otherwise. */
15540static int
15541is_vtable_name (const char *name, struct dwarf2_cu *cu)
15542{
15543 static const char vptr[] = "_vptr";
15544
9c37b5ae
TT
15545 /* Look for the C++ form of the vtable. */
15546 if (startswith (name, vptr) && is_cplus_marker (name[sizeof (vptr) - 1]))
1168df01
JB
15547 return 1;
15548
15549 return 0;
15550}
15551
c0dd20ea 15552/* GCC outputs unnamed structures that are really pointers to member
0b92b5bb
TT
15553 functions, with the ABI-specified layout. If TYPE describes
15554 such a structure, smash it into a member function type.
61049d3b
DJ
15555
15556 GCC shouldn't do this; it should just output pointer to member DIEs.
15557 This is GCC PR debug/28767. */
c0dd20ea 15558
0b92b5bb
TT
15559static void
15560quirk_gcc_member_function_pointer (struct type *type, struct objfile *objfile)
c0dd20ea 15561{
09e2d7c7 15562 struct type *pfn_type, *self_type, *new_type;
c0dd20ea
DJ
15563
15564 /* Check for a structure with no name and two children. */
0b92b5bb
TT
15565 if (TYPE_CODE (type) != TYPE_CODE_STRUCT || TYPE_NFIELDS (type) != 2)
15566 return;
c0dd20ea
DJ
15567
15568 /* Check for __pfn and __delta members. */
0b92b5bb
TT
15569 if (TYPE_FIELD_NAME (type, 0) == NULL
15570 || strcmp (TYPE_FIELD_NAME (type, 0), "__pfn") != 0
15571 || TYPE_FIELD_NAME (type, 1) == NULL
15572 || strcmp (TYPE_FIELD_NAME (type, 1), "__delta") != 0)
15573 return;
c0dd20ea
DJ
15574
15575 /* Find the type of the method. */
0b92b5bb 15576 pfn_type = TYPE_FIELD_TYPE (type, 0);
c0dd20ea
DJ
15577 if (pfn_type == NULL
15578 || TYPE_CODE (pfn_type) != TYPE_CODE_PTR
15579 || TYPE_CODE (TYPE_TARGET_TYPE (pfn_type)) != TYPE_CODE_FUNC)
0b92b5bb 15580 return;
c0dd20ea
DJ
15581
15582 /* Look for the "this" argument. */
15583 pfn_type = TYPE_TARGET_TYPE (pfn_type);
15584 if (TYPE_NFIELDS (pfn_type) == 0
0b92b5bb 15585 /* || TYPE_FIELD_TYPE (pfn_type, 0) == NULL */
c0dd20ea 15586 || TYPE_CODE (TYPE_FIELD_TYPE (pfn_type, 0)) != TYPE_CODE_PTR)
0b92b5bb 15587 return;
c0dd20ea 15588
09e2d7c7 15589 self_type = TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (pfn_type, 0));
0b92b5bb 15590 new_type = alloc_type (objfile);
09e2d7c7 15591 smash_to_method_type (new_type, self_type, TYPE_TARGET_TYPE (pfn_type),
c0dd20ea
DJ
15592 TYPE_FIELDS (pfn_type), TYPE_NFIELDS (pfn_type),
15593 TYPE_VARARGS (pfn_type));
0b92b5bb 15594 smash_to_methodptr_type (type, new_type);
c0dd20ea 15595}
1168df01 15596
2b4424c3
TT
15597/* If the DIE has a DW_AT_alignment attribute, return its value, doing
15598 appropriate error checking and issuing complaints if there is a
15599 problem. */
15600
15601static ULONGEST
15602get_alignment (struct dwarf2_cu *cu, struct die_info *die)
15603{
15604 struct attribute *attr = dwarf2_attr (die, DW_AT_alignment, cu);
15605
15606 if (attr == nullptr)
15607 return 0;
15608
15609 if (!attr_form_is_constant (attr))
15610 {
15611 complaint (&symfile_complaints,
15612 _("DW_AT_alignment must have constant form"
15613 " - DIE at %s [in module %s]"),
15614 sect_offset_str (die->sect_off),
15615 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15616 return 0;
15617 }
15618
15619 ULONGEST align;
15620 if (attr->form == DW_FORM_sdata)
15621 {
15622 LONGEST val = DW_SND (attr);
15623 if (val < 0)
15624 {
15625 complaint (&symfile_complaints,
15626 _("DW_AT_alignment value must not be negative"
15627 " - DIE at %s [in module %s]"),
15628 sect_offset_str (die->sect_off),
15629 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15630 return 0;
15631 }
15632 align = val;
15633 }
15634 else
15635 align = DW_UNSND (attr);
15636
15637 if (align == 0)
15638 {
15639 complaint (&symfile_complaints,
15640 _("DW_AT_alignment value must not be zero"
15641 " - DIE at %s [in module %s]"),
15642 sect_offset_str (die->sect_off),
15643 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15644 return 0;
15645 }
15646 if ((align & (align - 1)) != 0)
15647 {
15648 complaint (&symfile_complaints,
15649 _("DW_AT_alignment value must be a power of 2"
15650 " - DIE at %s [in module %s]"),
15651 sect_offset_str (die->sect_off),
15652 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15653 return 0;
15654 }
15655
15656 return align;
15657}
15658
15659/* If the DIE has a DW_AT_alignment attribute, use its value to set
15660 the alignment for TYPE. */
15661
15662static void
15663maybe_set_alignment (struct dwarf2_cu *cu, struct die_info *die,
15664 struct type *type)
15665{
15666 if (!set_type_align (type, get_alignment (cu, die)))
15667 complaint (&symfile_complaints,
15668 _("DW_AT_alignment value too large"
15669 " - DIE at %s [in module %s]"),
15670 sect_offset_str (die->sect_off),
15671 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15672}
685b1105 15673
c906108c 15674/* Called when we find the DIE that starts a structure or union scope
c767944b
DJ
15675 (definition) to create a type for the structure or union. Fill in
15676 the type's name and general properties; the members will not be
83655187
DE
15677 processed until process_structure_scope. A symbol table entry for
15678 the type will also not be done until process_structure_scope (assuming
15679 the type has a name).
c906108c 15680
c767944b
DJ
15681 NOTE: we need to call these functions regardless of whether or not the
15682 DIE has a DW_AT_name attribute, since it might be an anonymous
c906108c 15683 structure or union. This gets the type entered into our set of
83655187 15684 user defined types. */
c906108c 15685
f792889a 15686static struct type *
134d01f1 15687read_structure_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 15688{
518817b3 15689 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c
SS
15690 struct type *type;
15691 struct attribute *attr;
15d034d0 15692 const char *name;
c906108c 15693
348e048f
DE
15694 /* If the definition of this type lives in .debug_types, read that type.
15695 Don't follow DW_AT_specification though, that will take us back up
15696 the chain and we want to go down. */
45e58e77 15697 attr = dwarf2_attr_no_follow (die, DW_AT_signature);
348e048f
DE
15698 if (attr)
15699 {
ac9ec31b 15700 type = get_DW_AT_signature_type (die, attr, cu);
9dc481d3 15701
ac9ec31b 15702 /* The type's CU may not be the same as CU.
02142a6c 15703 Ensure TYPE is recorded with CU in die_type_hash. */
348e048f
DE
15704 return set_die_type (die, type, cu);
15705 }
15706
c0dd20ea 15707 type = alloc_type (objfile);
c906108c 15708 INIT_CPLUS_SPECIFIC (type);
93311388 15709
39cbfefa
DJ
15710 name = dwarf2_name (die, cu);
15711 if (name != NULL)
c906108c 15712 {
987504bb 15713 if (cu->language == language_cplus
c44af4eb
TT
15714 || cu->language == language_d
15715 || cu->language == language_rust)
63d06c5c 15716 {
15d034d0 15717 const char *full_name = dwarf2_full_name (name, die, cu);
3da10d80
KS
15718
15719 /* dwarf2_full_name might have already finished building the DIE's
15720 type. If so, there is no need to continue. */
15721 if (get_die_type (die, cu) != NULL)
15722 return get_die_type (die, cu);
15723
15724 TYPE_TAG_NAME (type) = full_name;
94af9270
KS
15725 if (die->tag == DW_TAG_structure_type
15726 || die->tag == DW_TAG_class_type)
15727 TYPE_NAME (type) = TYPE_TAG_NAME (type);
63d06c5c
DC
15728 }
15729 else
15730 {
d8151005
DJ
15731 /* The name is already allocated along with this objfile, so
15732 we don't need to duplicate it for the type. */
7d455152 15733 TYPE_TAG_NAME (type) = name;
94af9270
KS
15734 if (die->tag == DW_TAG_class_type)
15735 TYPE_NAME (type) = TYPE_TAG_NAME (type);
63d06c5c 15736 }
c906108c
SS
15737 }
15738
15739 if (die->tag == DW_TAG_structure_type)
15740 {
15741 TYPE_CODE (type) = TYPE_CODE_STRUCT;
15742 }
15743 else if (die->tag == DW_TAG_union_type)
15744 {
15745 TYPE_CODE (type) = TYPE_CODE_UNION;
15746 }
2ddeaf8a
TT
15747 else if (die->tag == DW_TAG_variant_part)
15748 {
15749 TYPE_CODE (type) = TYPE_CODE_UNION;
15750 TYPE_FLAG_DISCRIMINATED_UNION (type) = 1;
15751 }
c906108c
SS
15752 else
15753 {
4753d33b 15754 TYPE_CODE (type) = TYPE_CODE_STRUCT;
c906108c
SS
15755 }
15756
0cc2414c
TT
15757 if (cu->language == language_cplus && die->tag == DW_TAG_class_type)
15758 TYPE_DECLARED_CLASS (type) = 1;
15759
e142c38c 15760 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
15761 if (attr)
15762 {
155bfbd3
JB
15763 if (attr_form_is_constant (attr))
15764 TYPE_LENGTH (type) = DW_UNSND (attr);
15765 else
15766 {
15767 /* For the moment, dynamic type sizes are not supported
15768 by GDB's struct type. The actual size is determined
15769 on-demand when resolving the type of a given object,
15770 so set the type's length to zero for now. Otherwise,
15771 we record an expression as the length, and that expression
15772 could lead to a very large value, which could eventually
15773 lead to us trying to allocate that much memory when creating
15774 a value of that type. */
15775 TYPE_LENGTH (type) = 0;
15776 }
c906108c
SS
15777 }
15778 else
15779 {
15780 TYPE_LENGTH (type) = 0;
15781 }
15782
2b4424c3
TT
15783 maybe_set_alignment (cu, die, type);
15784
5230b05a 15785 if (producer_is_icc_lt_14 (cu) && (TYPE_LENGTH (type) == 0))
685b1105 15786 {
5230b05a
WT
15787 /* ICC<14 does not output the required DW_AT_declaration on
15788 incomplete types, but gives them a size of zero. */
422b1cb0 15789 TYPE_STUB (type) = 1;
685b1105
JK
15790 }
15791 else
15792 TYPE_STUB_SUPPORTED (type) = 1;
15793
dc718098 15794 if (die_is_declaration (die, cu))
876cecd0 15795 TYPE_STUB (type) = 1;
a6c727b2
DJ
15796 else if (attr == NULL && die->child == NULL
15797 && producer_is_realview (cu->producer))
15798 /* RealView does not output the required DW_AT_declaration
15799 on incomplete types. */
15800 TYPE_STUB (type) = 1;
dc718098 15801
c906108c
SS
15802 /* We need to add the type field to the die immediately so we don't
15803 infinitely recurse when dealing with pointers to the structure
0963b4bd 15804 type within the structure itself. */
1c379e20 15805 set_die_type (die, type, cu);
c906108c 15806
7e314c57
JK
15807 /* set_die_type should be already done. */
15808 set_descriptive_type (type, die, cu);
15809
c767944b
DJ
15810 return type;
15811}
15812
2ddeaf8a
TT
15813/* A helper for process_structure_scope that handles a single member
15814 DIE. */
15815
15816static void
15817handle_struct_member_die (struct die_info *child_die, struct type *type,
15818 struct field_info *fi,
15819 std::vector<struct symbol *> *template_args,
15820 struct dwarf2_cu *cu)
15821{
15822 if (child_die->tag == DW_TAG_member
15823 || child_die->tag == DW_TAG_variable
15824 || child_die->tag == DW_TAG_variant_part)
15825 {
15826 /* NOTE: carlton/2002-11-05: A C++ static data member
15827 should be a DW_TAG_member that is a declaration, but
15828 all versions of G++ as of this writing (so through at
15829 least 3.2.1) incorrectly generate DW_TAG_variable
15830 tags for them instead. */
15831 dwarf2_add_field (fi, child_die, cu);
15832 }
15833 else if (child_die->tag == DW_TAG_subprogram)
15834 {
15835 /* Rust doesn't have member functions in the C++ sense.
15836 However, it does emit ordinary functions as children
15837 of a struct DIE. */
15838 if (cu->language == language_rust)
15839 read_func_scope (child_die, cu);
15840 else
15841 {
15842 /* C++ member function. */
15843 dwarf2_add_member_fn (fi, child_die, type, cu);
15844 }
15845 }
15846 else if (child_die->tag == DW_TAG_inheritance)
15847 {
15848 /* C++ base class field. */
15849 dwarf2_add_field (fi, child_die, cu);
15850 }
15851 else if (type_can_define_types (child_die))
15852 dwarf2_add_type_defn (fi, child_die, cu);
15853 else if (child_die->tag == DW_TAG_template_type_param
15854 || child_die->tag == DW_TAG_template_value_param)
15855 {
15856 struct symbol *arg = new_symbol (child_die, NULL, cu);
15857
15858 if (arg != NULL)
15859 template_args->push_back (arg);
15860 }
15861 else if (child_die->tag == DW_TAG_variant)
15862 {
15863 /* In a variant we want to get the discriminant and also add a
15864 field for our sole member child. */
15865 struct attribute *discr = dwarf2_attr (child_die, DW_AT_discr_value, cu);
15866
15867 for (struct die_info *variant_child = child_die->child;
15868 variant_child != NULL;
15869 variant_child = sibling_die (variant_child))
15870 {
15871 if (variant_child->tag == DW_TAG_member)
15872 {
15873 handle_struct_member_die (variant_child, type, fi,
15874 template_args, cu);
15875 /* Only handle the one. */
15876 break;
15877 }
15878 }
15879
15880 /* We don't handle this but we might as well report it if we see
15881 it. */
15882 if (dwarf2_attr (child_die, DW_AT_discr_list, cu) != nullptr)
15883 complaint (&symfile_complaints,
15884 _("DW_AT_discr_list is not supported yet"
15885 " - DIE at %s [in module %s]"),
15886 sect_offset_str (child_die->sect_off),
15887 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15888
15889 /* The first field was just added, so we can stash the
15890 discriminant there. */
be2daae6 15891 gdb_assert (!fi->fields.empty ());
2ddeaf8a 15892 if (discr == NULL)
be2daae6 15893 fi->fields.back ().variant.default_branch = true;
2ddeaf8a 15894 else
be2daae6 15895 fi->fields.back ().variant.discriminant_value = DW_UNSND (discr);
2ddeaf8a
TT
15896 }
15897}
15898
c767944b
DJ
15899/* Finish creating a structure or union type, including filling in
15900 its members and creating a symbol for it. */
15901
15902static void
15903process_structure_scope (struct die_info *die, struct dwarf2_cu *cu)
15904{
518817b3 15905 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
ca040673 15906 struct die_info *child_die;
c767944b
DJ
15907 struct type *type;
15908
15909 type = get_die_type (die, cu);
15910 if (type == NULL)
15911 type = read_structure_type (die, cu);
15912
2ddeaf8a
TT
15913 /* When reading a DW_TAG_variant_part, we need to notice when we
15914 read the discriminant member, so we can record it later in the
15915 discriminant_info. */
15916 bool is_variant_part = TYPE_FLAG_DISCRIMINATED_UNION (type);
15917 sect_offset discr_offset;
15918
15919 if (is_variant_part)
15920 {
15921 struct attribute *discr = dwarf2_attr (die, DW_AT_discr, cu);
15922 if (discr == NULL)
15923 {
15924 /* Maybe it's a univariant form, an extension we support.
15925 In this case arrange not to check the offset. */
15926 is_variant_part = false;
15927 }
15928 else if (attr_form_is_ref (discr))
15929 {
15930 struct dwarf2_cu *target_cu = cu;
15931 struct die_info *target_die = follow_die_ref (die, discr, &target_cu);
15932
15933 discr_offset = target_die->sect_off;
15934 }
15935 else
15936 {
15937 complaint (&symfile_complaints,
15938 _("DW_AT_discr does not have DIE reference form"
15939 " - DIE at %s [in module %s]"),
15940 sect_offset_str (die->sect_off),
15941 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15942 is_variant_part = false;
15943 }
15944 }
15945
e142c38c 15946 if (die->child != NULL && ! die_is_declaration (die, cu))
c906108c
SS
15947 {
15948 struct field_info fi;
2f4732b0 15949 std::vector<struct symbol *> template_args;
c906108c 15950
639d11d3 15951 child_die = die->child;
c906108c
SS
15952
15953 while (child_die && child_die->tag)
15954 {
2ddeaf8a 15955 handle_struct_member_die (child_die, type, &fi, &template_args, cu);
34eaf542 15956
2ddeaf8a 15957 if (is_variant_part && discr_offset == child_die->sect_off)
be2daae6 15958 fi.fields.back ().variant.is_discriminant = true;
34eaf542 15959
c906108c
SS
15960 child_die = sibling_die (child_die);
15961 }
15962
34eaf542 15963 /* Attach template arguments to type. */
2f4732b0 15964 if (!template_args.empty ())
34eaf542
TT
15965 {
15966 ALLOCATE_CPLUS_STRUCT_TYPE (type);
2f4732b0 15967 TYPE_N_TEMPLATE_ARGUMENTS (type) = template_args.size ();
34eaf542 15968 TYPE_TEMPLATE_ARGUMENTS (type)
8d749320
SM
15969 = XOBNEWVEC (&objfile->objfile_obstack,
15970 struct symbol *,
15971 TYPE_N_TEMPLATE_ARGUMENTS (type));
34eaf542 15972 memcpy (TYPE_TEMPLATE_ARGUMENTS (type),
2f4732b0 15973 template_args.data (),
34eaf542
TT
15974 (TYPE_N_TEMPLATE_ARGUMENTS (type)
15975 * sizeof (struct symbol *)));
34eaf542
TT
15976 }
15977
c906108c
SS
15978 /* Attach fields and member functions to the type. */
15979 if (fi.nfields)
e7c27a73 15980 dwarf2_attach_fields_to_type (&fi, type, cu);
be2daae6 15981 if (!fi.fnfieldlists.empty ())
c906108c 15982 {
e7c27a73 15983 dwarf2_attach_fn_fields_to_type (&fi, type, cu);
c906108c 15984
c5aa993b 15985 /* Get the type which refers to the base class (possibly this
c906108c 15986 class itself) which contains the vtable pointer for the current
0d564a31
DJ
15987 class from the DW_AT_containing_type attribute. This use of
15988 DW_AT_containing_type is a GNU extension. */
c906108c 15989
e142c38c 15990 if (dwarf2_attr (die, DW_AT_containing_type, cu) != NULL)
c906108c 15991 {
e7c27a73 15992 struct type *t = die_containing_type (die, cu);
c906108c 15993
ae6ae975 15994 set_type_vptr_basetype (type, t);
c906108c
SS
15995 if (type == t)
15996 {
c906108c
SS
15997 int i;
15998
15999 /* Our own class provides vtbl ptr. */
16000 for (i = TYPE_NFIELDS (t) - 1;
16001 i >= TYPE_N_BASECLASSES (t);
16002 --i)
16003 {
0d5cff50 16004 const char *fieldname = TYPE_FIELD_NAME (t, i);
c906108c 16005
1168df01 16006 if (is_vtable_name (fieldname, cu))
c906108c 16007 {
ae6ae975 16008 set_type_vptr_fieldno (type, i);
c906108c
SS
16009 break;
16010 }
16011 }
16012
16013 /* Complain if virtual function table field not found. */
16014 if (i < TYPE_N_BASECLASSES (t))
4d3c2250 16015 complaint (&symfile_complaints,
3e43a32a
MS
16016 _("virtual function table pointer "
16017 "not found when defining class '%s'"),
4d3c2250
KB
16018 TYPE_TAG_NAME (type) ? TYPE_TAG_NAME (type) :
16019 "");
c906108c
SS
16020 }
16021 else
16022 {
ae6ae975 16023 set_type_vptr_fieldno (type, TYPE_VPTR_FIELDNO (t));
c906108c
SS
16024 }
16025 }
f6235d4c 16026 else if (cu->producer
61012eef 16027 && startswith (cu->producer, "IBM(R) XL C/C++ Advanced Edition"))
f6235d4c
EZ
16028 {
16029 /* The IBM XLC compiler does not provide direct indication
16030 of the containing type, but the vtable pointer is
16031 always named __vfp. */
16032
16033 int i;
16034
16035 for (i = TYPE_NFIELDS (type) - 1;
16036 i >= TYPE_N_BASECLASSES (type);
16037 --i)
16038 {
16039 if (strcmp (TYPE_FIELD_NAME (type, i), "__vfp") == 0)
16040 {
ae6ae975
DE
16041 set_type_vptr_fieldno (type, i);
16042 set_type_vptr_basetype (type, type);
f6235d4c
EZ
16043 break;
16044 }
16045 }
16046 }
c906108c 16047 }
98751a41
JK
16048
16049 /* Copy fi.typedef_field_list linked list elements content into the
16050 allocated array TYPE_TYPEDEF_FIELD_ARRAY (type). */
be2daae6 16051 if (!fi.typedef_field_list.empty ())
98751a41 16052 {
be2daae6 16053 int count = fi.typedef_field_list.size ();
98751a41 16054
a0d7a4ff 16055 ALLOCATE_CPLUS_STRUCT_TYPE (type);
98751a41 16056 TYPE_TYPEDEF_FIELD_ARRAY (type)
883fd55a 16057 = ((struct decl_field *)
be2daae6
TT
16058 TYPE_ALLOC (type,
16059 sizeof (TYPE_TYPEDEF_FIELD (type, 0)) * count));
16060 TYPE_TYPEDEF_FIELD_COUNT (type) = count;
6e70227d 16061
be2daae6
TT
16062 for (int i = 0; i < fi.typedef_field_list.size (); ++i)
16063 TYPE_TYPEDEF_FIELD (type, i) = fi.typedef_field_list[i];
98751a41 16064 }
c767944b 16065
883fd55a
KS
16066 /* Copy fi.nested_types_list linked list elements content into the
16067 allocated array TYPE_NESTED_TYPES_ARRAY (type). */
be2daae6 16068 if (!fi.nested_types_list.empty () && cu->language != language_ada)
883fd55a 16069 {
be2daae6 16070 int count = fi.nested_types_list.size ();
883fd55a
KS
16071
16072 ALLOCATE_CPLUS_STRUCT_TYPE (type);
16073 TYPE_NESTED_TYPES_ARRAY (type)
16074 = ((struct decl_field *)
be2daae6
TT
16075 TYPE_ALLOC (type, sizeof (struct decl_field) * count));
16076 TYPE_NESTED_TYPES_COUNT (type) = count;
883fd55a 16077
be2daae6
TT
16078 for (int i = 0; i < fi.nested_types_list.size (); ++i)
16079 TYPE_NESTED_TYPES_FIELD (type, i) = fi.nested_types_list[i];
883fd55a 16080 }
c906108c 16081 }
63d06c5c 16082
bb5ed363 16083 quirk_gcc_member_function_pointer (type, objfile);
c9317f21
TT
16084 if (cu->language == language_rust && die->tag == DW_TAG_union_type)
16085 cu->rust_unions.push_back (type);
0b92b5bb 16086
90aeadfc
DC
16087 /* NOTE: carlton/2004-03-16: GCC 3.4 (or at least one of its
16088 snapshots) has been known to create a die giving a declaration
16089 for a class that has, as a child, a die giving a definition for a
16090 nested class. So we have to process our children even if the
16091 current die is a declaration. Normally, of course, a declaration
16092 won't have any children at all. */
134d01f1 16093
ca040673
DE
16094 child_die = die->child;
16095
90aeadfc
DC
16096 while (child_die != NULL && child_die->tag)
16097 {
16098 if (child_die->tag == DW_TAG_member
16099 || child_die->tag == DW_TAG_variable
34eaf542
TT
16100 || child_die->tag == DW_TAG_inheritance
16101 || child_die->tag == DW_TAG_template_value_param
16102 || child_die->tag == DW_TAG_template_type_param)
134d01f1 16103 {
90aeadfc 16104 /* Do nothing. */
134d01f1 16105 }
90aeadfc
DC
16106 else
16107 process_die (child_die, cu);
134d01f1 16108
90aeadfc 16109 child_die = sibling_die (child_die);
134d01f1
DJ
16110 }
16111
fa4028e9
JB
16112 /* Do not consider external references. According to the DWARF standard,
16113 these DIEs are identified by the fact that they have no byte_size
16114 attribute, and a declaration attribute. */
16115 if (dwarf2_attr (die, DW_AT_byte_size, cu) != NULL
16116 || !die_is_declaration (die, cu))
c767944b 16117 new_symbol (die, type, cu);
134d01f1
DJ
16118}
16119
55426c9d
JB
16120/* Assuming DIE is an enumeration type, and TYPE is its associated type,
16121 update TYPE using some information only available in DIE's children. */
16122
16123static void
16124update_enumeration_type_from_children (struct die_info *die,
16125 struct type *type,
16126 struct dwarf2_cu *cu)
16127{
60f7655a 16128 struct die_info *child_die;
55426c9d
JB
16129 int unsigned_enum = 1;
16130 int flag_enum = 1;
16131 ULONGEST mask = 0;
55426c9d 16132
8268c778 16133 auto_obstack obstack;
55426c9d 16134
60f7655a
DE
16135 for (child_die = die->child;
16136 child_die != NULL && child_die->tag;
16137 child_die = sibling_die (child_die))
55426c9d
JB
16138 {
16139 struct attribute *attr;
16140 LONGEST value;
16141 const gdb_byte *bytes;
16142 struct dwarf2_locexpr_baton *baton;
16143 const char *name;
60f7655a 16144
55426c9d
JB
16145 if (child_die->tag != DW_TAG_enumerator)
16146 continue;
16147
16148 attr = dwarf2_attr (child_die, DW_AT_const_value, cu);
16149 if (attr == NULL)
16150 continue;
16151
16152 name = dwarf2_name (child_die, cu);
16153 if (name == NULL)
16154 name = "<anonymous enumerator>";
16155
16156 dwarf2_const_value_attr (attr, type, name, &obstack, cu,
16157 &value, &bytes, &baton);
16158 if (value < 0)
16159 {
16160 unsigned_enum = 0;
16161 flag_enum = 0;
16162 }
16163 else if ((mask & value) != 0)
16164 flag_enum = 0;
16165 else
16166 mask |= value;
16167
16168 /* If we already know that the enum type is neither unsigned, nor
16169 a flag type, no need to look at the rest of the enumerates. */
16170 if (!unsigned_enum && !flag_enum)
16171 break;
55426c9d
JB
16172 }
16173
16174 if (unsigned_enum)
16175 TYPE_UNSIGNED (type) = 1;
16176 if (flag_enum)
16177 TYPE_FLAG_ENUM (type) = 1;
55426c9d
JB
16178}
16179
134d01f1
DJ
16180/* Given a DW_AT_enumeration_type die, set its type. We do not
16181 complete the type's fields yet, or create any symbols. */
c906108c 16182
f792889a 16183static struct type *
134d01f1 16184read_enumeration_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 16185{
518817b3 16186 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 16187 struct type *type;
c906108c 16188 struct attribute *attr;
0114d602 16189 const char *name;
134d01f1 16190
348e048f
DE
16191 /* If the definition of this type lives in .debug_types, read that type.
16192 Don't follow DW_AT_specification though, that will take us back up
16193 the chain and we want to go down. */
45e58e77 16194 attr = dwarf2_attr_no_follow (die, DW_AT_signature);
348e048f
DE
16195 if (attr)
16196 {
ac9ec31b 16197 type = get_DW_AT_signature_type (die, attr, cu);
9dc481d3 16198
ac9ec31b 16199 /* The type's CU may not be the same as CU.
02142a6c 16200 Ensure TYPE is recorded with CU in die_type_hash. */
348e048f
DE
16201 return set_die_type (die, type, cu);
16202 }
16203
c906108c
SS
16204 type = alloc_type (objfile);
16205
16206 TYPE_CODE (type) = TYPE_CODE_ENUM;
94af9270 16207 name = dwarf2_full_name (NULL, die, cu);
39cbfefa 16208 if (name != NULL)
7d455152 16209 TYPE_TAG_NAME (type) = name;
c906108c 16210
0626fc76
TT
16211 attr = dwarf2_attr (die, DW_AT_type, cu);
16212 if (attr != NULL)
16213 {
16214 struct type *underlying_type = die_type (die, cu);
16215
16216 TYPE_TARGET_TYPE (type) = underlying_type;
16217 }
16218
e142c38c 16219 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
16220 if (attr)
16221 {
16222 TYPE_LENGTH (type) = DW_UNSND (attr);
16223 }
16224 else
16225 {
16226 TYPE_LENGTH (type) = 0;
16227 }
16228
2b4424c3
TT
16229 maybe_set_alignment (cu, die, type);
16230
137033e9
JB
16231 /* The enumeration DIE can be incomplete. In Ada, any type can be
16232 declared as private in the package spec, and then defined only
16233 inside the package body. Such types are known as Taft Amendment
16234 Types. When another package uses such a type, an incomplete DIE
16235 may be generated by the compiler. */
02eb380e 16236 if (die_is_declaration (die, cu))
876cecd0 16237 TYPE_STUB (type) = 1;
02eb380e 16238
0626fc76
TT
16239 /* Finish the creation of this type by using the enum's children.
16240 We must call this even when the underlying type has been provided
16241 so that we can determine if we're looking at a "flag" enum. */
55426c9d
JB
16242 update_enumeration_type_from_children (die, type, cu);
16243
0626fc76
TT
16244 /* If this type has an underlying type that is not a stub, then we
16245 may use its attributes. We always use the "unsigned" attribute
16246 in this situation, because ordinarily we guess whether the type
16247 is unsigned -- but the guess can be wrong and the underlying type
16248 can tell us the reality. However, we defer to a local size
16249 attribute if one exists, because this lets the compiler override
16250 the underlying type if needed. */
16251 if (TYPE_TARGET_TYPE (type) != NULL && !TYPE_STUB (TYPE_TARGET_TYPE (type)))
16252 {
16253 TYPE_UNSIGNED (type) = TYPE_UNSIGNED (TYPE_TARGET_TYPE (type));
16254 if (TYPE_LENGTH (type) == 0)
16255 TYPE_LENGTH (type) = TYPE_LENGTH (TYPE_TARGET_TYPE (type));
2b4424c3
TT
16256 if (TYPE_RAW_ALIGN (type) == 0
16257 && TYPE_RAW_ALIGN (TYPE_TARGET_TYPE (type)) != 0)
16258 set_type_align (type, TYPE_RAW_ALIGN (TYPE_TARGET_TYPE (type)));
0626fc76
TT
16259 }
16260
3d567982
TT
16261 TYPE_DECLARED_CLASS (type) = dwarf2_flag_true_p (die, DW_AT_enum_class, cu);
16262
f792889a 16263 return set_die_type (die, type, cu);
134d01f1
DJ
16264}
16265
16266/* Given a pointer to a die which begins an enumeration, process all
16267 the dies that define the members of the enumeration, and create the
16268 symbol for the enumeration type.
16269
16270 NOTE: We reverse the order of the element list. */
16271
16272static void
16273process_enumeration_scope (struct die_info *die, struct dwarf2_cu *cu)
16274{
f792889a 16275 struct type *this_type;
134d01f1 16276
f792889a
DJ
16277 this_type = get_die_type (die, cu);
16278 if (this_type == NULL)
16279 this_type = read_enumeration_type (die, cu);
9dc481d3 16280
639d11d3 16281 if (die->child != NULL)
c906108c 16282 {
9dc481d3
DE
16283 struct die_info *child_die;
16284 struct symbol *sym;
16285 struct field *fields = NULL;
16286 int num_fields = 0;
15d034d0 16287 const char *name;
9dc481d3 16288
639d11d3 16289 child_die = die->child;
c906108c
SS
16290 while (child_die && child_die->tag)
16291 {
16292 if (child_die->tag != DW_TAG_enumerator)
16293 {
e7c27a73 16294 process_die (child_die, cu);
c906108c
SS
16295 }
16296 else
16297 {
39cbfefa
DJ
16298 name = dwarf2_name (child_die, cu);
16299 if (name)
c906108c 16300 {
f792889a 16301 sym = new_symbol (child_die, this_type, cu);
c906108c
SS
16302
16303 if ((num_fields % DW_FIELD_ALLOC_CHUNK) == 0)
16304 {
16305 fields = (struct field *)
16306 xrealloc (fields,
16307 (num_fields + DW_FIELD_ALLOC_CHUNK)
c5aa993b 16308 * sizeof (struct field));
c906108c
SS
16309 }
16310
3567439c 16311 FIELD_NAME (fields[num_fields]) = SYMBOL_LINKAGE_NAME (sym);
c906108c 16312 FIELD_TYPE (fields[num_fields]) = NULL;
14e75d8e 16313 SET_FIELD_ENUMVAL (fields[num_fields], SYMBOL_VALUE (sym));
c906108c
SS
16314 FIELD_BITSIZE (fields[num_fields]) = 0;
16315
16316 num_fields++;
16317 }
16318 }
16319
16320 child_die = sibling_die (child_die);
16321 }
16322
16323 if (num_fields)
16324 {
f792889a
DJ
16325 TYPE_NFIELDS (this_type) = num_fields;
16326 TYPE_FIELDS (this_type) = (struct field *)
16327 TYPE_ALLOC (this_type, sizeof (struct field) * num_fields);
16328 memcpy (TYPE_FIELDS (this_type), fields,
c906108c 16329 sizeof (struct field) * num_fields);
b8c9b27d 16330 xfree (fields);
c906108c 16331 }
c906108c 16332 }
134d01f1 16333
6c83ed52
TT
16334 /* If we are reading an enum from a .debug_types unit, and the enum
16335 is a declaration, and the enum is not the signatured type in the
16336 unit, then we do not want to add a symbol for it. Adding a
16337 symbol would in some cases obscure the true definition of the
16338 enum, giving users an incomplete type when the definition is
16339 actually available. Note that we do not want to do this for all
16340 enums which are just declarations, because C++0x allows forward
16341 enum declarations. */
3019eac3 16342 if (cu->per_cu->is_debug_types
6c83ed52
TT
16343 && die_is_declaration (die, cu))
16344 {
52dc124a 16345 struct signatured_type *sig_type;
6c83ed52 16346
c0f78cd4 16347 sig_type = (struct signatured_type *) cu->per_cu;
9c541725
PA
16348 gdb_assert (to_underlying (sig_type->type_offset_in_section) != 0);
16349 if (sig_type->type_offset_in_section != die->sect_off)
6c83ed52
TT
16350 return;
16351 }
16352
f792889a 16353 new_symbol (die, this_type, cu);
c906108c
SS
16354}
16355
16356/* Extract all information from a DW_TAG_array_type DIE and put it in
16357 the DIE's type field. For now, this only handles one dimensional
16358 arrays. */
16359
f792889a 16360static struct type *
e7c27a73 16361read_array_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 16362{
518817b3 16363 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 16364 struct die_info *child_die;
7e314c57 16365 struct type *type;
c906108c 16366 struct type *element_type, *range_type, *index_type;
c906108c 16367 struct attribute *attr;
15d034d0 16368 const char *name;
a405673c 16369 struct dynamic_prop *byte_stride_prop = NULL;
dc53a7ad 16370 unsigned int bit_stride = 0;
c906108c 16371
e7c27a73 16372 element_type = die_type (die, cu);
c906108c 16373
7e314c57
JK
16374 /* The die_type call above may have already set the type for this DIE. */
16375 type = get_die_type (die, cu);
16376 if (type)
16377 return type;
16378
dc53a7ad
JB
16379 attr = dwarf2_attr (die, DW_AT_byte_stride, cu);
16380 if (attr != NULL)
a405673c
JB
16381 {
16382 int stride_ok;
16383
16384 byte_stride_prop
16385 = (struct dynamic_prop *) alloca (sizeof (struct dynamic_prop));
16386 stride_ok = attr_to_dynamic_prop (attr, die, cu, byte_stride_prop);
16387 if (!stride_ok)
16388 {
16389 complaint (&symfile_complaints,
16390 _("unable to read array DW_AT_byte_stride "
9d8780f0
SM
16391 " - DIE at %s [in module %s]"),
16392 sect_offset_str (die->sect_off),
518817b3 16393 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
a405673c
JB
16394 /* Ignore this attribute. We will likely not be able to print
16395 arrays of this type correctly, but there is little we can do
16396 to help if we cannot read the attribute's value. */
16397 byte_stride_prop = NULL;
16398 }
16399 }
dc53a7ad
JB
16400
16401 attr = dwarf2_attr (die, DW_AT_bit_stride, cu);
16402 if (attr != NULL)
16403 bit_stride = DW_UNSND (attr);
16404
c906108c
SS
16405 /* Irix 6.2 native cc creates array types without children for
16406 arrays with unspecified length. */
639d11d3 16407 if (die->child == NULL)
c906108c 16408 {
46bf5051 16409 index_type = objfile_type (objfile)->builtin_int;
0c9c3474 16410 range_type = create_static_range_type (NULL, index_type, 0, -1);
dc53a7ad 16411 type = create_array_type_with_stride (NULL, element_type, range_type,
a405673c 16412 byte_stride_prop, bit_stride);
f792889a 16413 return set_die_type (die, type, cu);
c906108c
SS
16414 }
16415
791afaa2 16416 std::vector<struct type *> range_types;
639d11d3 16417 child_die = die->child;
c906108c
SS
16418 while (child_die && child_die->tag)
16419 {
16420 if (child_die->tag == DW_TAG_subrange_type)
16421 {
f792889a 16422 struct type *child_type = read_type_die (child_die, cu);
9a619af0 16423
f792889a 16424 if (child_type != NULL)
a02abb62 16425 {
0963b4bd
MS
16426 /* The range type was succesfully read. Save it for the
16427 array type creation. */
791afaa2 16428 range_types.push_back (child_type);
a02abb62 16429 }
c906108c
SS
16430 }
16431 child_die = sibling_die (child_die);
16432 }
16433
16434 /* Dwarf2 dimensions are output from left to right, create the
16435 necessary array types in backwards order. */
7ca2d3a3 16436
c906108c 16437 type = element_type;
7ca2d3a3
DL
16438
16439 if (read_array_order (die, cu) == DW_ORD_col_major)
16440 {
16441 int i = 0;
9a619af0 16442
791afaa2 16443 while (i < range_types.size ())
dc53a7ad 16444 type = create_array_type_with_stride (NULL, type, range_types[i++],
a405673c 16445 byte_stride_prop, bit_stride);
7ca2d3a3
DL
16446 }
16447 else
16448 {
791afaa2 16449 size_t ndim = range_types.size ();
7ca2d3a3 16450 while (ndim-- > 0)
dc53a7ad 16451 type = create_array_type_with_stride (NULL, type, range_types[ndim],
a405673c 16452 byte_stride_prop, bit_stride);
7ca2d3a3 16453 }
c906108c 16454
f5f8a009
EZ
16455 /* Understand Dwarf2 support for vector types (like they occur on
16456 the PowerPC w/ AltiVec). Gcc just adds another attribute to the
16457 array type. This is not part of the Dwarf2/3 standard yet, but a
16458 custom vendor extension. The main difference between a regular
16459 array and the vector variant is that vectors are passed by value
16460 to functions. */
e142c38c 16461 attr = dwarf2_attr (die, DW_AT_GNU_vector, cu);
f5f8a009 16462 if (attr)
ea37ba09 16463 make_vector_type (type);
f5f8a009 16464
dbc98a8b
KW
16465 /* The DIE may have DW_AT_byte_size set. For example an OpenCL
16466 implementation may choose to implement triple vectors using this
16467 attribute. */
16468 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
16469 if (attr)
16470 {
16471 if (DW_UNSND (attr) >= TYPE_LENGTH (type))
16472 TYPE_LENGTH (type) = DW_UNSND (attr);
16473 else
3e43a32a
MS
16474 complaint (&symfile_complaints,
16475 _("DW_AT_byte_size for array type smaller "
16476 "than the total size of elements"));
dbc98a8b
KW
16477 }
16478
39cbfefa
DJ
16479 name = dwarf2_name (die, cu);
16480 if (name)
16481 TYPE_NAME (type) = name;
6e70227d 16482
2b4424c3
TT
16483 maybe_set_alignment (cu, die, type);
16484
0963b4bd 16485 /* Install the type in the die. */
7e314c57
JK
16486 set_die_type (die, type, cu);
16487
16488 /* set_die_type should be already done. */
b4ba55a1
JB
16489 set_descriptive_type (type, die, cu);
16490
7e314c57 16491 return type;
c906108c
SS
16492}
16493
7ca2d3a3 16494static enum dwarf_array_dim_ordering
6e70227d 16495read_array_order (struct die_info *die, struct dwarf2_cu *cu)
7ca2d3a3
DL
16496{
16497 struct attribute *attr;
16498
16499 attr = dwarf2_attr (die, DW_AT_ordering, cu);
16500
aead7601
SM
16501 if (attr)
16502 return (enum dwarf_array_dim_ordering) DW_SND (attr);
7ca2d3a3 16503
0963b4bd
MS
16504 /* GNU F77 is a special case, as at 08/2004 array type info is the
16505 opposite order to the dwarf2 specification, but data is still
16506 laid out as per normal fortran.
7ca2d3a3 16507
0963b4bd
MS
16508 FIXME: dsl/2004-8-20: If G77 is ever fixed, this will also need
16509 version checking. */
7ca2d3a3 16510
905e0470
PM
16511 if (cu->language == language_fortran
16512 && cu->producer && strstr (cu->producer, "GNU F77"))
7ca2d3a3
DL
16513 {
16514 return DW_ORD_row_major;
16515 }
16516
6e70227d 16517 switch (cu->language_defn->la_array_ordering)
7ca2d3a3
DL
16518 {
16519 case array_column_major:
16520 return DW_ORD_col_major;
16521 case array_row_major:
16522 default:
16523 return DW_ORD_row_major;
16524 };
16525}
16526
72019c9c 16527/* Extract all information from a DW_TAG_set_type DIE and put it in
0963b4bd 16528 the DIE's type field. */
72019c9c 16529
f792889a 16530static struct type *
72019c9c
GM
16531read_set_type (struct die_info *die, struct dwarf2_cu *cu)
16532{
7e314c57
JK
16533 struct type *domain_type, *set_type;
16534 struct attribute *attr;
f792889a 16535
7e314c57
JK
16536 domain_type = die_type (die, cu);
16537
16538 /* The die_type call above may have already set the type for this DIE. */
16539 set_type = get_die_type (die, cu);
16540 if (set_type)
16541 return set_type;
16542
16543 set_type = create_set_type (NULL, domain_type);
16544
16545 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
d09039dd
PM
16546 if (attr)
16547 TYPE_LENGTH (set_type) = DW_UNSND (attr);
7e314c57 16548
2b4424c3
TT
16549 maybe_set_alignment (cu, die, set_type);
16550
f792889a 16551 return set_die_type (die, set_type, cu);
72019c9c 16552}
7ca2d3a3 16553
0971de02
TT
16554/* A helper for read_common_block that creates a locexpr baton.
16555 SYM is the symbol which we are marking as computed.
16556 COMMON_DIE is the DIE for the common block.
16557 COMMON_LOC is the location expression attribute for the common
16558 block itself.
16559 MEMBER_LOC is the location expression attribute for the particular
16560 member of the common block that we are processing.
16561 CU is the CU from which the above come. */
16562
16563static void
16564mark_common_block_symbol_computed (struct symbol *sym,
16565 struct die_info *common_die,
16566 struct attribute *common_loc,
16567 struct attribute *member_loc,
16568 struct dwarf2_cu *cu)
16569{
518817b3
SM
16570 struct dwarf2_per_objfile *dwarf2_per_objfile
16571 = cu->per_cu->dwarf2_per_objfile;
0971de02
TT
16572 struct objfile *objfile = dwarf2_per_objfile->objfile;
16573 struct dwarf2_locexpr_baton *baton;
16574 gdb_byte *ptr;
16575 unsigned int cu_off;
16576 enum bfd_endian byte_order = gdbarch_byte_order (get_objfile_arch (objfile));
16577 LONGEST offset = 0;
16578
16579 gdb_assert (common_loc && member_loc);
16580 gdb_assert (attr_form_is_block (common_loc));
16581 gdb_assert (attr_form_is_block (member_loc)
16582 || attr_form_is_constant (member_loc));
16583
8d749320 16584 baton = XOBNEW (&objfile->objfile_obstack, struct dwarf2_locexpr_baton);
0971de02
TT
16585 baton->per_cu = cu->per_cu;
16586 gdb_assert (baton->per_cu);
16587
16588 baton->size = 5 /* DW_OP_call4 */ + 1 /* DW_OP_plus */;
16589
16590 if (attr_form_is_constant (member_loc))
16591 {
16592 offset = dwarf2_get_attr_constant_value (member_loc, 0);
16593 baton->size += 1 /* DW_OP_addr */ + cu->header.addr_size;
16594 }
16595 else
16596 baton->size += DW_BLOCK (member_loc)->size;
16597
224c3ddb 16598 ptr = (gdb_byte *) obstack_alloc (&objfile->objfile_obstack, baton->size);
0971de02
TT
16599 baton->data = ptr;
16600
16601 *ptr++ = DW_OP_call4;
9c541725 16602 cu_off = common_die->sect_off - cu->per_cu->sect_off;
0971de02
TT
16603 store_unsigned_integer (ptr, 4, byte_order, cu_off);
16604 ptr += 4;
16605
16606 if (attr_form_is_constant (member_loc))
16607 {
16608 *ptr++ = DW_OP_addr;
16609 store_unsigned_integer (ptr, cu->header.addr_size, byte_order, offset);
16610 ptr += cu->header.addr_size;
16611 }
16612 else
16613 {
16614 /* We have to copy the data here, because DW_OP_call4 will only
16615 use a DW_AT_location attribute. */
16616 memcpy (ptr, DW_BLOCK (member_loc)->data, DW_BLOCK (member_loc)->size);
16617 ptr += DW_BLOCK (member_loc)->size;
16618 }
16619
16620 *ptr++ = DW_OP_plus;
16621 gdb_assert (ptr - baton->data == baton->size);
16622
0971de02 16623 SYMBOL_LOCATION_BATON (sym) = baton;
f1e6e072 16624 SYMBOL_ACLASS_INDEX (sym) = dwarf2_locexpr_index;
0971de02
TT
16625}
16626
4357ac6c
TT
16627/* Create appropriate locally-scoped variables for all the
16628 DW_TAG_common_block entries. Also create a struct common_block
16629 listing all such variables for `info common'. COMMON_BLOCK_DOMAIN
16630 is used to sepate the common blocks name namespace from regular
16631 variable names. */
c906108c
SS
16632
16633static void
e7c27a73 16634read_common_block (struct die_info *die, struct dwarf2_cu *cu)
c906108c 16635{
0971de02
TT
16636 struct attribute *attr;
16637
16638 attr = dwarf2_attr (die, DW_AT_location, cu);
16639 if (attr)
16640 {
16641 /* Support the .debug_loc offsets. */
16642 if (attr_form_is_block (attr))
16643 {
16644 /* Ok. */
16645 }
16646 else if (attr_form_is_section_offset (attr))
16647 {
16648 dwarf2_complex_location_expr_complaint ();
16649 attr = NULL;
16650 }
16651 else
16652 {
16653 dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
16654 "common block member");
16655 attr = NULL;
16656 }
16657 }
16658
639d11d3 16659 if (die->child != NULL)
c906108c 16660 {
518817b3 16661 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
4357ac6c
TT
16662 struct die_info *child_die;
16663 size_t n_entries = 0, size;
16664 struct common_block *common_block;
16665 struct symbol *sym;
74ac6d43 16666
4357ac6c
TT
16667 for (child_die = die->child;
16668 child_die && child_die->tag;
16669 child_die = sibling_die (child_die))
16670 ++n_entries;
16671
16672 size = (sizeof (struct common_block)
16673 + (n_entries - 1) * sizeof (struct symbol *));
224c3ddb
SM
16674 common_block
16675 = (struct common_block *) obstack_alloc (&objfile->objfile_obstack,
16676 size);
4357ac6c
TT
16677 memset (common_block->contents, 0, n_entries * sizeof (struct symbol *));
16678 common_block->n_entries = 0;
16679
16680 for (child_die = die->child;
16681 child_die && child_die->tag;
16682 child_die = sibling_die (child_die))
16683 {
16684 /* Create the symbol in the DW_TAG_common_block block in the current
16685 symbol scope. */
e7c27a73 16686 sym = new_symbol (child_die, NULL, cu);
0971de02
TT
16687 if (sym != NULL)
16688 {
16689 struct attribute *member_loc;
16690
16691 common_block->contents[common_block->n_entries++] = sym;
16692
16693 member_loc = dwarf2_attr (child_die, DW_AT_data_member_location,
16694 cu);
16695 if (member_loc)
16696 {
16697 /* GDB has handled this for a long time, but it is
16698 not specified by DWARF. It seems to have been
16699 emitted by gfortran at least as recently as:
16700 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23057. */
16701 complaint (&symfile_complaints,
16702 _("Variable in common block has "
16703 "DW_AT_data_member_location "
9d8780f0
SM
16704 "- DIE at %s [in module %s]"),
16705 sect_offset_str (child_die->sect_off),
518817b3 16706 objfile_name (objfile));
0971de02
TT
16707
16708 if (attr_form_is_section_offset (member_loc))
16709 dwarf2_complex_location_expr_complaint ();
16710 else if (attr_form_is_constant (member_loc)
16711 || attr_form_is_block (member_loc))
16712 {
16713 if (attr)
16714 mark_common_block_symbol_computed (sym, die, attr,
16715 member_loc, cu);
16716 }
16717 else
16718 dwarf2_complex_location_expr_complaint ();
16719 }
16720 }
c906108c 16721 }
4357ac6c
TT
16722
16723 sym = new_symbol (die, objfile_type (objfile)->builtin_void, cu);
16724 SYMBOL_VALUE_COMMON_BLOCK (sym) = common_block;
c906108c
SS
16725 }
16726}
16727
0114d602 16728/* Create a type for a C++ namespace. */
d9fa45fe 16729
0114d602
DJ
16730static struct type *
16731read_namespace_type (struct die_info *die, struct dwarf2_cu *cu)
d9fa45fe 16732{
518817b3 16733 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
0114d602 16734 const char *previous_prefix, *name;
9219021c 16735 int is_anonymous;
0114d602
DJ
16736 struct type *type;
16737
16738 /* For extensions, reuse the type of the original namespace. */
16739 if (dwarf2_attr (die, DW_AT_extension, cu) != NULL)
16740 {
16741 struct die_info *ext_die;
16742 struct dwarf2_cu *ext_cu = cu;
9a619af0 16743
0114d602
DJ
16744 ext_die = dwarf2_extension (die, &ext_cu);
16745 type = read_type_die (ext_die, ext_cu);
9dc481d3
DE
16746
16747 /* EXT_CU may not be the same as CU.
02142a6c 16748 Ensure TYPE is recorded with CU in die_type_hash. */
0114d602
DJ
16749 return set_die_type (die, type, cu);
16750 }
9219021c 16751
e142c38c 16752 name = namespace_name (die, &is_anonymous, cu);
9219021c
DC
16753
16754 /* Now build the name of the current namespace. */
16755
0114d602
DJ
16756 previous_prefix = determine_prefix (die, cu);
16757 if (previous_prefix[0] != '\0')
16758 name = typename_concat (&objfile->objfile_obstack,
f55ee35c 16759 previous_prefix, name, 0, cu);
0114d602
DJ
16760
16761 /* Create the type. */
19f392bc 16762 type = init_type (objfile, TYPE_CODE_NAMESPACE, 0, name);
0114d602
DJ
16763 TYPE_TAG_NAME (type) = TYPE_NAME (type);
16764
60531b24 16765 return set_die_type (die, type, cu);
0114d602
DJ
16766}
16767
22cee43f 16768/* Read a namespace scope. */
0114d602
DJ
16769
16770static void
16771read_namespace (struct die_info *die, struct dwarf2_cu *cu)
16772{
518817b3 16773 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
0114d602 16774 int is_anonymous;
9219021c 16775
5c4e30ca
DC
16776 /* Add a symbol associated to this if we haven't seen the namespace
16777 before. Also, add a using directive if it's an anonymous
16778 namespace. */
9219021c 16779
f2f0e013 16780 if (dwarf2_attr (die, DW_AT_extension, cu) == NULL)
5c4e30ca
DC
16781 {
16782 struct type *type;
16783
0114d602 16784 type = read_type_die (die, cu);
e7c27a73 16785 new_symbol (die, type, cu);
5c4e30ca 16786
e8e80198 16787 namespace_name (die, &is_anonymous, cu);
5c4e30ca 16788 if (is_anonymous)
0114d602
DJ
16789 {
16790 const char *previous_prefix = determine_prefix (die, cu);
9a619af0 16791
eb1e02fd 16792 std::vector<const char *> excludes;
22cee43f
PMR
16793 add_using_directive (using_directives (cu->language),
16794 previous_prefix, TYPE_NAME (type), NULL,
eb1e02fd 16795 NULL, excludes, 0, &objfile->objfile_obstack);
0114d602 16796 }
5c4e30ca 16797 }
9219021c 16798
639d11d3 16799 if (die->child != NULL)
d9fa45fe 16800 {
639d11d3 16801 struct die_info *child_die = die->child;
6e70227d 16802
d9fa45fe
DC
16803 while (child_die && child_die->tag)
16804 {
e7c27a73 16805 process_die (child_die, cu);
d9fa45fe
DC
16806 child_die = sibling_die (child_die);
16807 }
16808 }
38d518c9
EZ
16809}
16810
f55ee35c
JK
16811/* Read a Fortran module as type. This DIE can be only a declaration used for
16812 imported module. Still we need that type as local Fortran "use ... only"
16813 declaration imports depend on the created type in determine_prefix. */
16814
16815static struct type *
16816read_module_type (struct die_info *die, struct dwarf2_cu *cu)
16817{
518817b3 16818 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
15d034d0 16819 const char *module_name;
f55ee35c
JK
16820 struct type *type;
16821
16822 module_name = dwarf2_name (die, cu);
16823 if (!module_name)
3e43a32a 16824 complaint (&symfile_complaints,
9d8780f0
SM
16825 _("DW_TAG_module has no name, offset %s"),
16826 sect_offset_str (die->sect_off));
19f392bc 16827 type = init_type (objfile, TYPE_CODE_MODULE, 0, module_name);
f55ee35c
JK
16828
16829 /* determine_prefix uses TYPE_TAG_NAME. */
16830 TYPE_TAG_NAME (type) = TYPE_NAME (type);
16831
16832 return set_die_type (die, type, cu);
16833}
16834
5d7cb8df
JK
16835/* Read a Fortran module. */
16836
16837static void
16838read_module (struct die_info *die, struct dwarf2_cu *cu)
16839{
16840 struct die_info *child_die = die->child;
530e8392
KB
16841 struct type *type;
16842
16843 type = read_type_die (die, cu);
16844 new_symbol (die, type, cu);
5d7cb8df 16845
5d7cb8df
JK
16846 while (child_die && child_die->tag)
16847 {
16848 process_die (child_die, cu);
16849 child_die = sibling_die (child_die);
16850 }
16851}
16852
38d518c9
EZ
16853/* Return the name of the namespace represented by DIE. Set
16854 *IS_ANONYMOUS to tell whether or not the namespace is an anonymous
16855 namespace. */
16856
16857static const char *
e142c38c 16858namespace_name (struct die_info *die, int *is_anonymous, struct dwarf2_cu *cu)
38d518c9
EZ
16859{
16860 struct die_info *current_die;
16861 const char *name = NULL;
16862
16863 /* Loop through the extensions until we find a name. */
16864
16865 for (current_die = die;
16866 current_die != NULL;
f2f0e013 16867 current_die = dwarf2_extension (die, &cu))
38d518c9 16868 {
96553a0c
DE
16869 /* We don't use dwarf2_name here so that we can detect the absence
16870 of a name -> anonymous namespace. */
7d45c7c3 16871 name = dwarf2_string_attr (die, DW_AT_name, cu);
96553a0c 16872
38d518c9
EZ
16873 if (name != NULL)
16874 break;
16875 }
16876
16877 /* Is it an anonymous namespace? */
16878
16879 *is_anonymous = (name == NULL);
16880 if (*is_anonymous)
2b1dbab0 16881 name = CP_ANONYMOUS_NAMESPACE_STR;
38d518c9
EZ
16882
16883 return name;
d9fa45fe
DC
16884}
16885
c906108c
SS
16886/* Extract all information from a DW_TAG_pointer_type DIE and add to
16887 the user defined type vector. */
16888
f792889a 16889static struct type *
e7c27a73 16890read_tag_pointer_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 16891{
518817b3
SM
16892 struct gdbarch *gdbarch
16893 = get_objfile_arch (cu->per_cu->dwarf2_per_objfile->objfile);
e7c27a73 16894 struct comp_unit_head *cu_header = &cu->header;
c906108c 16895 struct type *type;
8b2dbe47
KB
16896 struct attribute *attr_byte_size;
16897 struct attribute *attr_address_class;
16898 int byte_size, addr_class;
7e314c57
JK
16899 struct type *target_type;
16900
16901 target_type = die_type (die, cu);
c906108c 16902
7e314c57
JK
16903 /* The die_type call above may have already set the type for this DIE. */
16904 type = get_die_type (die, cu);
16905 if (type)
16906 return type;
16907
16908 type = lookup_pointer_type (target_type);
8b2dbe47 16909
e142c38c 16910 attr_byte_size = dwarf2_attr (die, DW_AT_byte_size, cu);
8b2dbe47
KB
16911 if (attr_byte_size)
16912 byte_size = DW_UNSND (attr_byte_size);
c906108c 16913 else
8b2dbe47
KB
16914 byte_size = cu_header->addr_size;
16915
e142c38c 16916 attr_address_class = dwarf2_attr (die, DW_AT_address_class, cu);
8b2dbe47
KB
16917 if (attr_address_class)
16918 addr_class = DW_UNSND (attr_address_class);
16919 else
16920 addr_class = DW_ADDR_none;
16921
2b4424c3
TT
16922 ULONGEST alignment = get_alignment (cu, die);
16923
16924 /* If the pointer size, alignment, or address class is different
16925 than the default, create a type variant marked as such and set
16926 the length accordingly. */
16927 if (TYPE_LENGTH (type) != byte_size
16928 || (alignment != 0 && TYPE_RAW_ALIGN (type) != 0
16929 && alignment != TYPE_RAW_ALIGN (type))
16930 || addr_class != DW_ADDR_none)
c906108c 16931 {
5e2b427d 16932 if (gdbarch_address_class_type_flags_p (gdbarch))
8b2dbe47
KB
16933 {
16934 int type_flags;
16935
849957d9 16936 type_flags = gdbarch_address_class_type_flags
5e2b427d 16937 (gdbarch, byte_size, addr_class);
876cecd0
TT
16938 gdb_assert ((type_flags & ~TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL)
16939 == 0);
8b2dbe47
KB
16940 type = make_type_with_address_space (type, type_flags);
16941 }
16942 else if (TYPE_LENGTH (type) != byte_size)
16943 {
3e43a32a
MS
16944 complaint (&symfile_complaints,
16945 _("invalid pointer size %d"), byte_size);
8b2dbe47 16946 }
2b4424c3
TT
16947 else if (TYPE_RAW_ALIGN (type) != alignment)
16948 {
16949 complaint (&symfile_complaints,
16950 _("Invalid DW_AT_alignment"
16951 " - DIE at %s [in module %s]"),
16952 sect_offset_str (die->sect_off),
16953 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
16954 }
6e70227d 16955 else
9a619af0
MS
16956 {
16957 /* Should we also complain about unhandled address classes? */
16958 }
c906108c 16959 }
8b2dbe47
KB
16960
16961 TYPE_LENGTH (type) = byte_size;
2b4424c3 16962 set_type_align (type, alignment);
f792889a 16963 return set_die_type (die, type, cu);
c906108c
SS
16964}
16965
16966/* Extract all information from a DW_TAG_ptr_to_member_type DIE and add to
16967 the user defined type vector. */
16968
f792889a 16969static struct type *
e7c27a73 16970read_tag_ptr_to_member_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c
SS
16971{
16972 struct type *type;
16973 struct type *to_type;
16974 struct type *domain;
16975
e7c27a73
DJ
16976 to_type = die_type (die, cu);
16977 domain = die_containing_type (die, cu);
0d5de010 16978
7e314c57
JK
16979 /* The calls above may have already set the type for this DIE. */
16980 type = get_die_type (die, cu);
16981 if (type)
16982 return type;
16983
0d5de010
DJ
16984 if (TYPE_CODE (check_typedef (to_type)) == TYPE_CODE_METHOD)
16985 type = lookup_methodptr_type (to_type);
7078baeb
TT
16986 else if (TYPE_CODE (check_typedef (to_type)) == TYPE_CODE_FUNC)
16987 {
518817b3
SM
16988 struct type *new_type
16989 = alloc_type (cu->per_cu->dwarf2_per_objfile->objfile);
7078baeb
TT
16990
16991 smash_to_method_type (new_type, domain, TYPE_TARGET_TYPE (to_type),
16992 TYPE_FIELDS (to_type), TYPE_NFIELDS (to_type),
16993 TYPE_VARARGS (to_type));
16994 type = lookup_methodptr_type (new_type);
16995 }
0d5de010
DJ
16996 else
16997 type = lookup_memberptr_type (to_type, domain);
c906108c 16998
f792889a 16999 return set_die_type (die, type, cu);
c906108c
SS
17000}
17001
4297a3f0 17002/* Extract all information from a DW_TAG_{rvalue_,}reference_type DIE and add to
c906108c
SS
17003 the user defined type vector. */
17004
f792889a 17005static struct type *
4297a3f0
AV
17006read_tag_reference_type (struct die_info *die, struct dwarf2_cu *cu,
17007 enum type_code refcode)
c906108c 17008{
e7c27a73 17009 struct comp_unit_head *cu_header = &cu->header;
7e314c57 17010 struct type *type, *target_type;
c906108c
SS
17011 struct attribute *attr;
17012
4297a3f0
AV
17013 gdb_assert (refcode == TYPE_CODE_REF || refcode == TYPE_CODE_RVALUE_REF);
17014
7e314c57
JK
17015 target_type = die_type (die, cu);
17016
17017 /* The die_type call above may have already set the type for this DIE. */
17018 type = get_die_type (die, cu);
17019 if (type)
17020 return type;
17021
4297a3f0 17022 type = lookup_reference_type (target_type, refcode);
e142c38c 17023 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
17024 if (attr)
17025 {
17026 TYPE_LENGTH (type) = DW_UNSND (attr);
17027 }
17028 else
17029 {
107d2387 17030 TYPE_LENGTH (type) = cu_header->addr_size;
c906108c 17031 }
2b4424c3 17032 maybe_set_alignment (cu, die, type);
f792889a 17033 return set_die_type (die, type, cu);
c906108c
SS
17034}
17035
cf363f18
MW
17036/* Add the given cv-qualifiers to the element type of the array. GCC
17037 outputs DWARF type qualifiers that apply to an array, not the
17038 element type. But GDB relies on the array element type to carry
17039 the cv-qualifiers. This mimics section 6.7.3 of the C99
17040 specification. */
17041
17042static struct type *
17043add_array_cv_type (struct die_info *die, struct dwarf2_cu *cu,
17044 struct type *base_type, int cnst, int voltl)
17045{
17046 struct type *el_type, *inner_array;
17047
17048 base_type = copy_type (base_type);
17049 inner_array = base_type;
17050
17051 while (TYPE_CODE (TYPE_TARGET_TYPE (inner_array)) == TYPE_CODE_ARRAY)
17052 {
17053 TYPE_TARGET_TYPE (inner_array) =
17054 copy_type (TYPE_TARGET_TYPE (inner_array));
17055 inner_array = TYPE_TARGET_TYPE (inner_array);
17056 }
17057
17058 el_type = TYPE_TARGET_TYPE (inner_array);
17059 cnst |= TYPE_CONST (el_type);
17060 voltl |= TYPE_VOLATILE (el_type);
17061 TYPE_TARGET_TYPE (inner_array) = make_cv_type (cnst, voltl, el_type, NULL);
17062
17063 return set_die_type (die, base_type, cu);
17064}
17065
f792889a 17066static struct type *
e7c27a73 17067read_tag_const_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17068{
f792889a 17069 struct type *base_type, *cv_type;
c906108c 17070
e7c27a73 17071 base_type = die_type (die, cu);
7e314c57
JK
17072
17073 /* The die_type call above may have already set the type for this DIE. */
17074 cv_type = get_die_type (die, cu);
17075 if (cv_type)
17076 return cv_type;
17077
2f608a3a
KW
17078 /* In case the const qualifier is applied to an array type, the element type
17079 is so qualified, not the array type (section 6.7.3 of C99). */
17080 if (TYPE_CODE (base_type) == TYPE_CODE_ARRAY)
cf363f18 17081 return add_array_cv_type (die, cu, base_type, 1, 0);
2f608a3a 17082
f792889a
DJ
17083 cv_type = make_cv_type (1, TYPE_VOLATILE (base_type), base_type, 0);
17084 return set_die_type (die, cv_type, cu);
c906108c
SS
17085}
17086
f792889a 17087static struct type *
e7c27a73 17088read_tag_volatile_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17089{
f792889a 17090 struct type *base_type, *cv_type;
c906108c 17091
e7c27a73 17092 base_type = die_type (die, cu);
7e314c57
JK
17093
17094 /* The die_type call above may have already set the type for this DIE. */
17095 cv_type = get_die_type (die, cu);
17096 if (cv_type)
17097 return cv_type;
17098
cf363f18
MW
17099 /* In case the volatile qualifier is applied to an array type, the
17100 element type is so qualified, not the array type (section 6.7.3
17101 of C99). */
17102 if (TYPE_CODE (base_type) == TYPE_CODE_ARRAY)
17103 return add_array_cv_type (die, cu, base_type, 0, 1);
17104
f792889a
DJ
17105 cv_type = make_cv_type (TYPE_CONST (base_type), 1, base_type, 0);
17106 return set_die_type (die, cv_type, cu);
c906108c
SS
17107}
17108
06d66ee9
TT
17109/* Handle DW_TAG_restrict_type. */
17110
17111static struct type *
17112read_tag_restrict_type (struct die_info *die, struct dwarf2_cu *cu)
17113{
17114 struct type *base_type, *cv_type;
17115
17116 base_type = die_type (die, cu);
17117
17118 /* The die_type call above may have already set the type for this DIE. */
17119 cv_type = get_die_type (die, cu);
17120 if (cv_type)
17121 return cv_type;
17122
17123 cv_type = make_restrict_type (base_type);
17124 return set_die_type (die, cv_type, cu);
17125}
17126
a2c2acaf
MW
17127/* Handle DW_TAG_atomic_type. */
17128
17129static struct type *
17130read_tag_atomic_type (struct die_info *die, struct dwarf2_cu *cu)
17131{
17132 struct type *base_type, *cv_type;
17133
17134 base_type = die_type (die, cu);
17135
17136 /* The die_type call above may have already set the type for this DIE. */
17137 cv_type = get_die_type (die, cu);
17138 if (cv_type)
17139 return cv_type;
17140
17141 cv_type = make_atomic_type (base_type);
17142 return set_die_type (die, cv_type, cu);
17143}
17144
c906108c
SS
17145/* Extract all information from a DW_TAG_string_type DIE and add to
17146 the user defined type vector. It isn't really a user defined type,
17147 but it behaves like one, with other DIE's using an AT_user_def_type
17148 attribute to reference it. */
17149
f792889a 17150static struct type *
e7c27a73 17151read_tag_string_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17152{
518817b3 17153 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3b7538c0 17154 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c
SS
17155 struct type *type, *range_type, *index_type, *char_type;
17156 struct attribute *attr;
17157 unsigned int length;
17158
e142c38c 17159 attr = dwarf2_attr (die, DW_AT_string_length, cu);
c906108c
SS
17160 if (attr)
17161 {
17162 length = DW_UNSND (attr);
17163 }
17164 else
17165 {
0963b4bd 17166 /* Check for the DW_AT_byte_size attribute. */
e142c38c 17167 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
b21b22e0
PS
17168 if (attr)
17169 {
17170 length = DW_UNSND (attr);
17171 }
17172 else
17173 {
17174 length = 1;
17175 }
c906108c 17176 }
6ccb9162 17177
46bf5051 17178 index_type = objfile_type (objfile)->builtin_int;
0c9c3474 17179 range_type = create_static_range_type (NULL, index_type, 1, length);
3b7538c0
UW
17180 char_type = language_string_char_type (cu->language_defn, gdbarch);
17181 type = create_string_type (NULL, char_type, range_type);
6ccb9162 17182
f792889a 17183 return set_die_type (die, type, cu);
c906108c
SS
17184}
17185
4d804846
JB
17186/* Assuming that DIE corresponds to a function, returns nonzero
17187 if the function is prototyped. */
17188
17189static int
17190prototyped_function_p (struct die_info *die, struct dwarf2_cu *cu)
17191{
17192 struct attribute *attr;
17193
17194 attr = dwarf2_attr (die, DW_AT_prototyped, cu);
17195 if (attr && (DW_UNSND (attr) != 0))
17196 return 1;
17197
17198 /* The DWARF standard implies that the DW_AT_prototyped attribute
17199 is only meaninful for C, but the concept also extends to other
17200 languages that allow unprototyped functions (Eg: Objective C).
17201 For all other languages, assume that functions are always
17202 prototyped. */
17203 if (cu->language != language_c
17204 && cu->language != language_objc
17205 && cu->language != language_opencl)
17206 return 1;
17207
17208 /* RealView does not emit DW_AT_prototyped. We can not distinguish
17209 prototyped and unprototyped functions; default to prototyped,
17210 since that is more common in modern code (and RealView warns
17211 about unprototyped functions). */
17212 if (producer_is_realview (cu->producer))
17213 return 1;
17214
17215 return 0;
17216}
17217
c906108c
SS
17218/* Handle DIES due to C code like:
17219
17220 struct foo
c5aa993b
JM
17221 {
17222 int (*funcp)(int a, long l);
17223 int b;
17224 };
c906108c 17225
0963b4bd 17226 ('funcp' generates a DW_TAG_subroutine_type DIE). */
c906108c 17227
f792889a 17228static struct type *
e7c27a73 17229read_subroutine_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17230{
518817b3 17231 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
0963b4bd
MS
17232 struct type *type; /* Type that this function returns. */
17233 struct type *ftype; /* Function that returns above type. */
c906108c
SS
17234 struct attribute *attr;
17235
e7c27a73 17236 type = die_type (die, cu);
7e314c57
JK
17237
17238 /* The die_type call above may have already set the type for this DIE. */
17239 ftype = get_die_type (die, cu);
17240 if (ftype)
17241 return ftype;
17242
0c8b41f1 17243 ftype = lookup_function_type (type);
c906108c 17244
4d804846 17245 if (prototyped_function_p (die, cu))
a6c727b2 17246 TYPE_PROTOTYPED (ftype) = 1;
c906108c 17247
c055b101
CV
17248 /* Store the calling convention in the type if it's available in
17249 the subroutine die. Otherwise set the calling convention to
17250 the default value DW_CC_normal. */
17251 attr = dwarf2_attr (die, DW_AT_calling_convention, cu);
54fcddd0
UW
17252 if (attr)
17253 TYPE_CALLING_CONVENTION (ftype) = DW_UNSND (attr);
17254 else if (cu->producer && strstr (cu->producer, "IBM XL C for OpenCL"))
17255 TYPE_CALLING_CONVENTION (ftype) = DW_CC_GDB_IBM_OpenCL;
17256 else
17257 TYPE_CALLING_CONVENTION (ftype) = DW_CC_normal;
76c10ea2 17258
743649fd
MW
17259 /* Record whether the function returns normally to its caller or not
17260 if the DWARF producer set that information. */
17261 attr = dwarf2_attr (die, DW_AT_noreturn, cu);
17262 if (attr && (DW_UNSND (attr) != 0))
17263 TYPE_NO_RETURN (ftype) = 1;
17264
76c10ea2
GM
17265 /* We need to add the subroutine type to the die immediately so
17266 we don't infinitely recurse when dealing with parameters
0963b4bd 17267 declared as the same subroutine type. */
76c10ea2 17268 set_die_type (die, ftype, cu);
6e70227d 17269
639d11d3 17270 if (die->child != NULL)
c906108c 17271 {
bb5ed363 17272 struct type *void_type = objfile_type (objfile)->builtin_void;
c906108c 17273 struct die_info *child_die;
8072405b 17274 int nparams, iparams;
c906108c
SS
17275
17276 /* Count the number of parameters.
17277 FIXME: GDB currently ignores vararg functions, but knows about
17278 vararg member functions. */
8072405b 17279 nparams = 0;
639d11d3 17280 child_die = die->child;
c906108c
SS
17281 while (child_die && child_die->tag)
17282 {
17283 if (child_die->tag == DW_TAG_formal_parameter)
17284 nparams++;
17285 else if (child_die->tag == DW_TAG_unspecified_parameters)
876cecd0 17286 TYPE_VARARGS (ftype) = 1;
c906108c
SS
17287 child_die = sibling_die (child_die);
17288 }
17289
17290 /* Allocate storage for parameters and fill them in. */
17291 TYPE_NFIELDS (ftype) = nparams;
17292 TYPE_FIELDS (ftype) = (struct field *)
ae5a43e0 17293 TYPE_ZALLOC (ftype, nparams * sizeof (struct field));
c906108c 17294
8072405b
JK
17295 /* TYPE_FIELD_TYPE must never be NULL. Pre-fill the array to ensure it
17296 even if we error out during the parameters reading below. */
17297 for (iparams = 0; iparams < nparams; iparams++)
17298 TYPE_FIELD_TYPE (ftype, iparams) = void_type;
17299
17300 iparams = 0;
639d11d3 17301 child_die = die->child;
c906108c
SS
17302 while (child_die && child_die->tag)
17303 {
17304 if (child_die->tag == DW_TAG_formal_parameter)
17305 {
3ce3b1ba
PA
17306 struct type *arg_type;
17307
17308 /* DWARF version 2 has no clean way to discern C++
17309 static and non-static member functions. G++ helps
17310 GDB by marking the first parameter for non-static
17311 member functions (which is the this pointer) as
17312 artificial. We pass this information to
17313 dwarf2_add_member_fn via TYPE_FIELD_ARTIFICIAL.
17314
17315 DWARF version 3 added DW_AT_object_pointer, which GCC
17316 4.5 does not yet generate. */
e142c38c 17317 attr = dwarf2_attr (child_die, DW_AT_artificial, cu);
c906108c
SS
17318 if (attr)
17319 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = DW_UNSND (attr);
17320 else
9c37b5ae 17321 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0;
3ce3b1ba
PA
17322 arg_type = die_type (child_die, cu);
17323
17324 /* RealView does not mark THIS as const, which the testsuite
17325 expects. GCC marks THIS as const in method definitions,
17326 but not in the class specifications (GCC PR 43053). */
17327 if (cu->language == language_cplus && !TYPE_CONST (arg_type)
17328 && TYPE_FIELD_ARTIFICIAL (ftype, iparams))
17329 {
17330 int is_this = 0;
17331 struct dwarf2_cu *arg_cu = cu;
17332 const char *name = dwarf2_name (child_die, cu);
17333
17334 attr = dwarf2_attr (die, DW_AT_object_pointer, cu);
17335 if (attr)
17336 {
17337 /* If the compiler emits this, use it. */
17338 if (follow_die_ref (die, attr, &arg_cu) == child_die)
17339 is_this = 1;
17340 }
17341 else if (name && strcmp (name, "this") == 0)
17342 /* Function definitions will have the argument names. */
17343 is_this = 1;
17344 else if (name == NULL && iparams == 0)
17345 /* Declarations may not have the names, so like
17346 elsewhere in GDB, assume an artificial first
17347 argument is "this". */
17348 is_this = 1;
17349
17350 if (is_this)
17351 arg_type = make_cv_type (1, TYPE_VOLATILE (arg_type),
17352 arg_type, 0);
17353 }
17354
17355 TYPE_FIELD_TYPE (ftype, iparams) = arg_type;
c906108c
SS
17356 iparams++;
17357 }
17358 child_die = sibling_die (child_die);
17359 }
17360 }
17361
76c10ea2 17362 return ftype;
c906108c
SS
17363}
17364
f792889a 17365static struct type *
e7c27a73 17366read_typedef (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17367{
518817b3 17368 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
0114d602 17369 const char *name = NULL;
3c8e0968 17370 struct type *this_type, *target_type;
c906108c 17371
94af9270 17372 name = dwarf2_full_name (NULL, die, cu);
19f392bc
UW
17373 this_type = init_type (objfile, TYPE_CODE_TYPEDEF, 0, name);
17374 TYPE_TARGET_STUB (this_type) = 1;
f792889a 17375 set_die_type (die, this_type, cu);
3c8e0968
DE
17376 target_type = die_type (die, cu);
17377 if (target_type != this_type)
17378 TYPE_TARGET_TYPE (this_type) = target_type;
17379 else
17380 {
17381 /* Self-referential typedefs are, it seems, not allowed by the DWARF
17382 spec and cause infinite loops in GDB. */
17383 complaint (&symfile_complaints,
17384 _("Self-referential DW_TAG_typedef "
9d8780f0
SM
17385 "- DIE at %s [in module %s]"),
17386 sect_offset_str (die->sect_off), objfile_name (objfile));
3c8e0968
DE
17387 TYPE_TARGET_TYPE (this_type) = NULL;
17388 }
f792889a 17389 return this_type;
c906108c
SS
17390}
17391
9b790ce7
UW
17392/* Allocate a floating-point type of size BITS and name NAME. Pass NAME_HINT
17393 (which may be different from NAME) to the architecture back-end to allow
17394 it to guess the correct format if necessary. */
17395
17396static struct type *
17397dwarf2_init_float_type (struct objfile *objfile, int bits, const char *name,
17398 const char *name_hint)
17399{
17400 struct gdbarch *gdbarch = get_objfile_arch (objfile);
17401 const struct floatformat **format;
17402 struct type *type;
17403
17404 format = gdbarch_floatformat_for_type (gdbarch, name_hint, bits);
17405 if (format)
17406 type = init_float_type (objfile, bits, name, format);
17407 else
77b7c781 17408 type = init_type (objfile, TYPE_CODE_ERROR, bits, name);
9b790ce7
UW
17409
17410 return type;
17411}
17412
c906108c
SS
17413/* Find a representation of a given base type and install
17414 it in the TYPE field of the die. */
17415
f792889a 17416static struct type *
e7c27a73 17417read_base_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17418{
518817b3 17419 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c
SS
17420 struct type *type;
17421 struct attribute *attr;
19f392bc 17422 int encoding = 0, bits = 0;
15d034d0 17423 const char *name;
c906108c 17424
e142c38c 17425 attr = dwarf2_attr (die, DW_AT_encoding, cu);
c906108c
SS
17426 if (attr)
17427 {
17428 encoding = DW_UNSND (attr);
17429 }
e142c38c 17430 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
17431 if (attr)
17432 {
19f392bc 17433 bits = DW_UNSND (attr) * TARGET_CHAR_BIT;
c906108c 17434 }
39cbfefa 17435 name = dwarf2_name (die, cu);
6ccb9162 17436 if (!name)
c906108c 17437 {
6ccb9162
UW
17438 complaint (&symfile_complaints,
17439 _("DW_AT_name missing from DW_TAG_base_type"));
c906108c 17440 }
6ccb9162
UW
17441
17442 switch (encoding)
c906108c 17443 {
6ccb9162
UW
17444 case DW_ATE_address:
17445 /* Turn DW_ATE_address into a void * pointer. */
77b7c781 17446 type = init_type (objfile, TYPE_CODE_VOID, TARGET_CHAR_BIT, NULL);
19f392bc 17447 type = init_pointer_type (objfile, bits, name, type);
6ccb9162
UW
17448 break;
17449 case DW_ATE_boolean:
19f392bc 17450 type = init_boolean_type (objfile, bits, 1, name);
6ccb9162
UW
17451 break;
17452 case DW_ATE_complex_float:
9b790ce7 17453 type = dwarf2_init_float_type (objfile, bits / 2, NULL, name);
19f392bc 17454 type = init_complex_type (objfile, name, type);
6ccb9162
UW
17455 break;
17456 case DW_ATE_decimal_float:
19f392bc 17457 type = init_decfloat_type (objfile, bits, name);
6ccb9162
UW
17458 break;
17459 case DW_ATE_float:
9b790ce7 17460 type = dwarf2_init_float_type (objfile, bits, name, name);
6ccb9162
UW
17461 break;
17462 case DW_ATE_signed:
19f392bc 17463 type = init_integer_type (objfile, bits, 0, name);
6ccb9162
UW
17464 break;
17465 case DW_ATE_unsigned:
3b2b8fea
TT
17466 if (cu->language == language_fortran
17467 && name
61012eef 17468 && startswith (name, "character("))
19f392bc
UW
17469 type = init_character_type (objfile, bits, 1, name);
17470 else
17471 type = init_integer_type (objfile, bits, 1, name);
6ccb9162
UW
17472 break;
17473 case DW_ATE_signed_char:
6e70227d 17474 if (cu->language == language_ada || cu->language == language_m2
3b2b8fea
TT
17475 || cu->language == language_pascal
17476 || cu->language == language_fortran)
19f392bc
UW
17477 type = init_character_type (objfile, bits, 0, name);
17478 else
17479 type = init_integer_type (objfile, bits, 0, name);
6ccb9162
UW
17480 break;
17481 case DW_ATE_unsigned_char:
868a0084 17482 if (cu->language == language_ada || cu->language == language_m2
3b2b8fea 17483 || cu->language == language_pascal
c44af4eb
TT
17484 || cu->language == language_fortran
17485 || cu->language == language_rust)
19f392bc
UW
17486 type = init_character_type (objfile, bits, 1, name);
17487 else
17488 type = init_integer_type (objfile, bits, 1, name);
6ccb9162 17489 break;
75079b2b 17490 case DW_ATE_UTF:
53e710ac
PA
17491 {
17492 gdbarch *arch = get_objfile_arch (objfile);
17493
17494 if (bits == 16)
17495 type = builtin_type (arch)->builtin_char16;
17496 else if (bits == 32)
17497 type = builtin_type (arch)->builtin_char32;
17498 else
17499 {
17500 complaint (&symfile_complaints,
17501 _("unsupported DW_ATE_UTF bit size: '%d'"),
17502 bits);
17503 type = init_integer_type (objfile, bits, 1, name);
17504 }
17505 return set_die_type (die, type, cu);
17506 }
75079b2b
TT
17507 break;
17508
6ccb9162
UW
17509 default:
17510 complaint (&symfile_complaints, _("unsupported DW_AT_encoding: '%s'"),
17511 dwarf_type_encoding_name (encoding));
77b7c781 17512 type = init_type (objfile, TYPE_CODE_ERROR, bits, name);
6ccb9162 17513 break;
c906108c 17514 }
6ccb9162 17515
0114d602 17516 if (name && strcmp (name, "char") == 0)
876cecd0 17517 TYPE_NOSIGN (type) = 1;
0114d602 17518
2b4424c3
TT
17519 maybe_set_alignment (cu, die, type);
17520
f792889a 17521 return set_die_type (die, type, cu);
c906108c
SS
17522}
17523
80180f79
SA
17524/* Parse dwarf attribute if it's a block, reference or constant and put the
17525 resulting value of the attribute into struct bound_prop.
17526 Returns 1 if ATTR could be resolved into PROP, 0 otherwise. */
17527
17528static int
17529attr_to_dynamic_prop (const struct attribute *attr, struct die_info *die,
17530 struct dwarf2_cu *cu, struct dynamic_prop *prop)
17531{
17532 struct dwarf2_property_baton *baton;
518817b3
SM
17533 struct obstack *obstack
17534 = &cu->per_cu->dwarf2_per_objfile->objfile->objfile_obstack;
80180f79
SA
17535
17536 if (attr == NULL || prop == NULL)
17537 return 0;
17538
17539 if (attr_form_is_block (attr))
17540 {
8d749320 17541 baton = XOBNEW (obstack, struct dwarf2_property_baton);
80180f79
SA
17542 baton->referenced_type = NULL;
17543 baton->locexpr.per_cu = cu->per_cu;
17544 baton->locexpr.size = DW_BLOCK (attr)->size;
17545 baton->locexpr.data = DW_BLOCK (attr)->data;
17546 prop->data.baton = baton;
17547 prop->kind = PROP_LOCEXPR;
17548 gdb_assert (prop->data.baton != NULL);
17549 }
17550 else if (attr_form_is_ref (attr))
17551 {
17552 struct dwarf2_cu *target_cu = cu;
17553 struct die_info *target_die;
17554 struct attribute *target_attr;
17555
17556 target_die = follow_die_ref (die, attr, &target_cu);
17557 target_attr = dwarf2_attr (target_die, DW_AT_location, target_cu);
df25ebbd
JB
17558 if (target_attr == NULL)
17559 target_attr = dwarf2_attr (target_die, DW_AT_data_member_location,
17560 target_cu);
80180f79
SA
17561 if (target_attr == NULL)
17562 return 0;
17563
df25ebbd 17564 switch (target_attr->name)
80180f79 17565 {
df25ebbd
JB
17566 case DW_AT_location:
17567 if (attr_form_is_section_offset (target_attr))
17568 {
8d749320 17569 baton = XOBNEW (obstack, struct dwarf2_property_baton);
df25ebbd
JB
17570 baton->referenced_type = die_type (target_die, target_cu);
17571 fill_in_loclist_baton (cu, &baton->loclist, target_attr);
17572 prop->data.baton = baton;
17573 prop->kind = PROP_LOCLIST;
17574 gdb_assert (prop->data.baton != NULL);
17575 }
17576 else if (attr_form_is_block (target_attr))
17577 {
8d749320 17578 baton = XOBNEW (obstack, struct dwarf2_property_baton);
df25ebbd
JB
17579 baton->referenced_type = die_type (target_die, target_cu);
17580 baton->locexpr.per_cu = cu->per_cu;
17581 baton->locexpr.size = DW_BLOCK (target_attr)->size;
17582 baton->locexpr.data = DW_BLOCK (target_attr)->data;
17583 prop->data.baton = baton;
17584 prop->kind = PROP_LOCEXPR;
17585 gdb_assert (prop->data.baton != NULL);
17586 }
17587 else
17588 {
17589 dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
17590 "dynamic property");
17591 return 0;
17592 }
17593 break;
17594 case DW_AT_data_member_location:
17595 {
17596 LONGEST offset;
17597
17598 if (!handle_data_member_location (target_die, target_cu,
17599 &offset))
17600 return 0;
17601
8d749320 17602 baton = XOBNEW (obstack, struct dwarf2_property_baton);
6ad395a7
JB
17603 baton->referenced_type = read_type_die (target_die->parent,
17604 target_cu);
df25ebbd
JB
17605 baton->offset_info.offset = offset;
17606 baton->offset_info.type = die_type (target_die, target_cu);
17607 prop->data.baton = baton;
17608 prop->kind = PROP_ADDR_OFFSET;
17609 break;
17610 }
80180f79
SA
17611 }
17612 }
17613 else if (attr_form_is_constant (attr))
17614 {
17615 prop->data.const_val = dwarf2_get_attr_constant_value (attr, 0);
17616 prop->kind = PROP_CONST;
17617 }
17618 else
17619 {
17620 dwarf2_invalid_attrib_class_complaint (dwarf_form_name (attr->form),
17621 dwarf2_name (die, cu));
17622 return 0;
17623 }
17624
17625 return 1;
17626}
17627
a02abb62
JB
17628/* Read the given DW_AT_subrange DIE. */
17629
f792889a 17630static struct type *
a02abb62
JB
17631read_subrange_type (struct die_info *die, struct dwarf2_cu *cu)
17632{
4c9ad8c2 17633 struct type *base_type, *orig_base_type;
a02abb62
JB
17634 struct type *range_type;
17635 struct attribute *attr;
729efb13 17636 struct dynamic_prop low, high;
4fae6e18 17637 int low_default_is_valid;
c451ebe5 17638 int high_bound_is_count = 0;
15d034d0 17639 const char *name;
43bbcdc2 17640 LONGEST negative_mask;
e77813c8 17641
4c9ad8c2
TT
17642 orig_base_type = die_type (die, cu);
17643 /* If ORIG_BASE_TYPE is a typedef, it will not be TYPE_UNSIGNED,
17644 whereas the real type might be. So, we use ORIG_BASE_TYPE when
17645 creating the range type, but we use the result of check_typedef
17646 when examining properties of the type. */
17647 base_type = check_typedef (orig_base_type);
a02abb62 17648
7e314c57
JK
17649 /* The die_type call above may have already set the type for this DIE. */
17650 range_type = get_die_type (die, cu);
17651 if (range_type)
17652 return range_type;
17653
729efb13
SA
17654 low.kind = PROP_CONST;
17655 high.kind = PROP_CONST;
17656 high.data.const_val = 0;
17657
4fae6e18
JK
17658 /* Set LOW_DEFAULT_IS_VALID if current language and DWARF version allow
17659 omitting DW_AT_lower_bound. */
17660 switch (cu->language)
6e70227d 17661 {
4fae6e18
JK
17662 case language_c:
17663 case language_cplus:
729efb13 17664 low.data.const_val = 0;
4fae6e18
JK
17665 low_default_is_valid = 1;
17666 break;
17667 case language_fortran:
729efb13 17668 low.data.const_val = 1;
4fae6e18
JK
17669 low_default_is_valid = 1;
17670 break;
17671 case language_d:
4fae6e18 17672 case language_objc:
c44af4eb 17673 case language_rust:
729efb13 17674 low.data.const_val = 0;
4fae6e18
JK
17675 low_default_is_valid = (cu->header.version >= 4);
17676 break;
17677 case language_ada:
17678 case language_m2:
17679 case language_pascal:
729efb13 17680 low.data.const_val = 1;
4fae6e18
JK
17681 low_default_is_valid = (cu->header.version >= 4);
17682 break;
17683 default:
729efb13 17684 low.data.const_val = 0;
4fae6e18
JK
17685 low_default_is_valid = 0;
17686 break;
a02abb62
JB
17687 }
17688
e142c38c 17689 attr = dwarf2_attr (die, DW_AT_lower_bound, cu);
a02abb62 17690 if (attr)
11c1ba78 17691 attr_to_dynamic_prop (attr, die, cu, &low);
4fae6e18
JK
17692 else if (!low_default_is_valid)
17693 complaint (&symfile_complaints, _("Missing DW_AT_lower_bound "
9d8780f0
SM
17694 "- DIE at %s [in module %s]"),
17695 sect_offset_str (die->sect_off),
518817b3 17696 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
a02abb62 17697
e142c38c 17698 attr = dwarf2_attr (die, DW_AT_upper_bound, cu);
80180f79 17699 if (!attr_to_dynamic_prop (attr, die, cu, &high))
e77813c8
PM
17700 {
17701 attr = dwarf2_attr (die, DW_AT_count, cu);
c451ebe5 17702 if (attr_to_dynamic_prop (attr, die, cu, &high))
6b662e19 17703 {
c451ebe5
SA
17704 /* If bounds are constant do the final calculation here. */
17705 if (low.kind == PROP_CONST && high.kind == PROP_CONST)
17706 high.data.const_val = low.data.const_val + high.data.const_val - 1;
17707 else
17708 high_bound_is_count = 1;
c2ff108b 17709 }
e77813c8
PM
17710 }
17711
17712 /* Dwarf-2 specifications explicitly allows to create subrange types
17713 without specifying a base type.
17714 In that case, the base type must be set to the type of
17715 the lower bound, upper bound or count, in that order, if any of these
17716 three attributes references an object that has a type.
17717 If no base type is found, the Dwarf-2 specifications say that
17718 a signed integer type of size equal to the size of an address should
17719 be used.
17720 For the following C code: `extern char gdb_int [];'
17721 GCC produces an empty range DIE.
17722 FIXME: muller/2010-05-28: Possible references to object for low bound,
0963b4bd 17723 high bound or count are not yet handled by this code. */
e77813c8
PM
17724 if (TYPE_CODE (base_type) == TYPE_CODE_VOID)
17725 {
518817b3 17726 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
e77813c8
PM
17727 struct gdbarch *gdbarch = get_objfile_arch (objfile);
17728 int addr_size = gdbarch_addr_bit (gdbarch) /8;
17729 struct type *int_type = objfile_type (objfile)->builtin_int;
17730
17731 /* Test "int", "long int", and "long long int" objfile types,
17732 and select the first one having a size above or equal to the
17733 architecture address size. */
17734 if (int_type && TYPE_LENGTH (int_type) >= addr_size)
17735 base_type = int_type;
17736 else
17737 {
17738 int_type = objfile_type (objfile)->builtin_long;
17739 if (int_type && TYPE_LENGTH (int_type) >= addr_size)
17740 base_type = int_type;
17741 else
17742 {
17743 int_type = objfile_type (objfile)->builtin_long_long;
17744 if (int_type && TYPE_LENGTH (int_type) >= addr_size)
17745 base_type = int_type;
17746 }
17747 }
17748 }
a02abb62 17749
dbb9c2b1
JB
17750 /* Normally, the DWARF producers are expected to use a signed
17751 constant form (Eg. DW_FORM_sdata) to express negative bounds.
17752 But this is unfortunately not always the case, as witnessed
17753 with GCC, for instance, where the ambiguous DW_FORM_dataN form
17754 is used instead. To work around that ambiguity, we treat
17755 the bounds as signed, and thus sign-extend their values, when
17756 the base type is signed. */
6e70227d 17757 negative_mask =
66c6502d 17758 -((LONGEST) 1 << (TYPE_LENGTH (base_type) * TARGET_CHAR_BIT - 1));
729efb13
SA
17759 if (low.kind == PROP_CONST
17760 && !TYPE_UNSIGNED (base_type) && (low.data.const_val & negative_mask))
17761 low.data.const_val |= negative_mask;
17762 if (high.kind == PROP_CONST
17763 && !TYPE_UNSIGNED (base_type) && (high.data.const_val & negative_mask))
17764 high.data.const_val |= negative_mask;
43bbcdc2 17765
729efb13 17766 range_type = create_range_type (NULL, orig_base_type, &low, &high);
a02abb62 17767
c451ebe5
SA
17768 if (high_bound_is_count)
17769 TYPE_RANGE_DATA (range_type)->flag_upper_bound_is_count = 1;
17770
c2ff108b
JK
17771 /* Ada expects an empty array on no boundary attributes. */
17772 if (attr == NULL && cu->language != language_ada)
729efb13 17773 TYPE_HIGH_BOUND_KIND (range_type) = PROP_UNDEFINED;
c2ff108b 17774
39cbfefa
DJ
17775 name = dwarf2_name (die, cu);
17776 if (name)
17777 TYPE_NAME (range_type) = name;
6e70227d 17778
e142c38c 17779 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
a02abb62
JB
17780 if (attr)
17781 TYPE_LENGTH (range_type) = DW_UNSND (attr);
17782
2b4424c3
TT
17783 maybe_set_alignment (cu, die, range_type);
17784
7e314c57
JK
17785 set_die_type (die, range_type, cu);
17786
17787 /* set_die_type should be already done. */
b4ba55a1
JB
17788 set_descriptive_type (range_type, die, cu);
17789
7e314c57 17790 return range_type;
a02abb62 17791}
6e70227d 17792
f792889a 17793static struct type *
81a17f79
JB
17794read_unspecified_type (struct die_info *die, struct dwarf2_cu *cu)
17795{
17796 struct type *type;
81a17f79 17797
518817b3
SM
17798 type = init_type (cu->per_cu->dwarf2_per_objfile->objfile, TYPE_CODE_VOID,0,
17799 NULL);
0114d602 17800 TYPE_NAME (type) = dwarf2_name (die, cu);
81a17f79 17801
74a2f8ff
JB
17802 /* In Ada, an unspecified type is typically used when the description
17803 of the type is defered to a different unit. When encountering
17804 such a type, we treat it as a stub, and try to resolve it later on,
17805 when needed. */
17806 if (cu->language == language_ada)
17807 TYPE_STUB (type) = 1;
17808
f792889a 17809 return set_die_type (die, type, cu);
81a17f79 17810}
a02abb62 17811
639d11d3
DC
17812/* Read a single die and all its descendents. Set the die's sibling
17813 field to NULL; set other fields in the die correctly, and set all
17814 of the descendents' fields correctly. Set *NEW_INFO_PTR to the
17815 location of the info_ptr after reading all of those dies. PARENT
17816 is the parent of the die in question. */
17817
17818static struct die_info *
dee91e82 17819read_die_and_children (const struct die_reader_specs *reader,
d521ce57
TT
17820 const gdb_byte *info_ptr,
17821 const gdb_byte **new_info_ptr,
dee91e82 17822 struct die_info *parent)
639d11d3
DC
17823{
17824 struct die_info *die;
d521ce57 17825 const gdb_byte *cur_ptr;
639d11d3
DC
17826 int has_children;
17827
bf6af496 17828 cur_ptr = read_full_die_1 (reader, &die, info_ptr, &has_children, 0);
1d325ec1
DJ
17829 if (die == NULL)
17830 {
17831 *new_info_ptr = cur_ptr;
17832 return NULL;
17833 }
93311388 17834 store_in_ref_table (die, reader->cu);
639d11d3
DC
17835
17836 if (has_children)
bf6af496 17837 die->child = read_die_and_siblings_1 (reader, cur_ptr, new_info_ptr, die);
639d11d3
DC
17838 else
17839 {
17840 die->child = NULL;
17841 *new_info_ptr = cur_ptr;
17842 }
17843
17844 die->sibling = NULL;
17845 die->parent = parent;
17846 return die;
17847}
17848
17849/* Read a die, all of its descendents, and all of its siblings; set
17850 all of the fields of all of the dies correctly. Arguments are as
17851 in read_die_and_children. */
17852
17853static struct die_info *
bf6af496 17854read_die_and_siblings_1 (const struct die_reader_specs *reader,
d521ce57
TT
17855 const gdb_byte *info_ptr,
17856 const gdb_byte **new_info_ptr,
bf6af496 17857 struct die_info *parent)
639d11d3
DC
17858{
17859 struct die_info *first_die, *last_sibling;
d521ce57 17860 const gdb_byte *cur_ptr;
639d11d3 17861
c906108c 17862 cur_ptr = info_ptr;
639d11d3
DC
17863 first_die = last_sibling = NULL;
17864
17865 while (1)
c906108c 17866 {
639d11d3 17867 struct die_info *die
dee91e82 17868 = read_die_and_children (reader, cur_ptr, &cur_ptr, parent);
639d11d3 17869
1d325ec1 17870 if (die == NULL)
c906108c 17871 {
639d11d3
DC
17872 *new_info_ptr = cur_ptr;
17873 return first_die;
c906108c 17874 }
1d325ec1
DJ
17875
17876 if (!first_die)
17877 first_die = die;
c906108c 17878 else
1d325ec1
DJ
17879 last_sibling->sibling = die;
17880
17881 last_sibling = die;
c906108c 17882 }
c906108c
SS
17883}
17884
bf6af496
DE
17885/* Read a die, all of its descendents, and all of its siblings; set
17886 all of the fields of all of the dies correctly. Arguments are as
17887 in read_die_and_children.
17888 This the main entry point for reading a DIE and all its children. */
17889
17890static struct die_info *
17891read_die_and_siblings (const struct die_reader_specs *reader,
d521ce57
TT
17892 const gdb_byte *info_ptr,
17893 const gdb_byte **new_info_ptr,
bf6af496
DE
17894 struct die_info *parent)
17895{
17896 struct die_info *die = read_die_and_siblings_1 (reader, info_ptr,
17897 new_info_ptr, parent);
17898
b4f54984 17899 if (dwarf_die_debug)
bf6af496
DE
17900 {
17901 fprintf_unfiltered (gdb_stdlog,
17902 "Read die from %s@0x%x of %s:\n",
a32a8923 17903 get_section_name (reader->die_section),
bf6af496
DE
17904 (unsigned) (info_ptr - reader->die_section->buffer),
17905 bfd_get_filename (reader->abfd));
b4f54984 17906 dump_die (die, dwarf_die_debug);
bf6af496
DE
17907 }
17908
17909 return die;
17910}
17911
3019eac3
DE
17912/* Read a die and all its attributes, leave space for NUM_EXTRA_ATTRS
17913 attributes.
17914 The caller is responsible for filling in the extra attributes
17915 and updating (*DIEP)->num_attrs.
17916 Set DIEP to point to a newly allocated die with its information,
17917 except for its child, sibling, and parent fields.
17918 Set HAS_CHILDREN to tell whether the die has children or not. */
93311388 17919
d521ce57 17920static const gdb_byte *
3019eac3 17921read_full_die_1 (const struct die_reader_specs *reader,
d521ce57 17922 struct die_info **diep, const gdb_byte *info_ptr,
3019eac3 17923 int *has_children, int num_extra_attrs)
93311388 17924{
b64f50a1 17925 unsigned int abbrev_number, bytes_read, i;
93311388
DE
17926 struct abbrev_info *abbrev;
17927 struct die_info *die;
17928 struct dwarf2_cu *cu = reader->cu;
17929 bfd *abfd = reader->abfd;
17930
9c541725 17931 sect_offset sect_off = (sect_offset) (info_ptr - reader->buffer);
93311388
DE
17932 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
17933 info_ptr += bytes_read;
17934 if (!abbrev_number)
17935 {
17936 *diep = NULL;
17937 *has_children = 0;
17938 return info_ptr;
17939 }
17940
685af9cd 17941 abbrev = reader->abbrev_table->lookup_abbrev (abbrev_number);
93311388 17942 if (!abbrev)
348e048f
DE
17943 error (_("Dwarf Error: could not find abbrev number %d [in module %s]"),
17944 abbrev_number,
17945 bfd_get_filename (abfd));
17946
3019eac3 17947 die = dwarf_alloc_die (cu, abbrev->num_attrs + num_extra_attrs);
9c541725 17948 die->sect_off = sect_off;
93311388
DE
17949 die->tag = abbrev->tag;
17950 die->abbrev = abbrev_number;
17951
3019eac3
DE
17952 /* Make the result usable.
17953 The caller needs to update num_attrs after adding the extra
17954 attributes. */
93311388
DE
17955 die->num_attrs = abbrev->num_attrs;
17956
17957 for (i = 0; i < abbrev->num_attrs; ++i)
dee91e82
DE
17958 info_ptr = read_attribute (reader, &die->attrs[i], &abbrev->attrs[i],
17959 info_ptr);
93311388
DE
17960
17961 *diep = die;
17962 *has_children = abbrev->has_children;
17963 return info_ptr;
17964}
17965
3019eac3
DE
17966/* Read a die and all its attributes.
17967 Set DIEP to point to a newly allocated die with its information,
17968 except for its child, sibling, and parent fields.
17969 Set HAS_CHILDREN to tell whether the die has children or not. */
17970
d521ce57 17971static const gdb_byte *
3019eac3 17972read_full_die (const struct die_reader_specs *reader,
d521ce57 17973 struct die_info **diep, const gdb_byte *info_ptr,
3019eac3
DE
17974 int *has_children)
17975{
d521ce57 17976 const gdb_byte *result;
bf6af496
DE
17977
17978 result = read_full_die_1 (reader, diep, info_ptr, has_children, 0);
17979
b4f54984 17980 if (dwarf_die_debug)
bf6af496
DE
17981 {
17982 fprintf_unfiltered (gdb_stdlog,
17983 "Read die from %s@0x%x of %s:\n",
a32a8923 17984 get_section_name (reader->die_section),
bf6af496
DE
17985 (unsigned) (info_ptr - reader->die_section->buffer),
17986 bfd_get_filename (reader->abfd));
b4f54984 17987 dump_die (*diep, dwarf_die_debug);
bf6af496
DE
17988 }
17989
17990 return result;
3019eac3 17991}
433df2d4
DE
17992\f
17993/* Abbreviation tables.
3019eac3 17994
433df2d4 17995 In DWARF version 2, the description of the debugging information is
c906108c
SS
17996 stored in a separate .debug_abbrev section. Before we read any
17997 dies from a section we read in all abbreviations and install them
433df2d4
DE
17998 in a hash table. */
17999
18000/* Allocate space for a struct abbrev_info object in ABBREV_TABLE. */
18001
685af9cd
TT
18002struct abbrev_info *
18003abbrev_table::alloc_abbrev ()
433df2d4
DE
18004{
18005 struct abbrev_info *abbrev;
18006
685af9cd 18007 abbrev = XOBNEW (&abbrev_obstack, struct abbrev_info);
433df2d4 18008 memset (abbrev, 0, sizeof (struct abbrev_info));
8d749320 18009
433df2d4
DE
18010 return abbrev;
18011}
18012
18013/* Add an abbreviation to the table. */
c906108c 18014
685af9cd
TT
18015void
18016abbrev_table::add_abbrev (unsigned int abbrev_number,
18017 struct abbrev_info *abbrev)
433df2d4
DE
18018{
18019 unsigned int hash_number;
18020
18021 hash_number = abbrev_number % ABBREV_HASH_SIZE;
4a17f768
YQ
18022 abbrev->next = m_abbrevs[hash_number];
18023 m_abbrevs[hash_number] = abbrev;
433df2d4 18024}
dee91e82 18025
433df2d4
DE
18026/* Look up an abbrev in the table.
18027 Returns NULL if the abbrev is not found. */
18028
685af9cd
TT
18029struct abbrev_info *
18030abbrev_table::lookup_abbrev (unsigned int abbrev_number)
c906108c 18031{
433df2d4
DE
18032 unsigned int hash_number;
18033 struct abbrev_info *abbrev;
18034
18035 hash_number = abbrev_number % ABBREV_HASH_SIZE;
4a17f768 18036 abbrev = m_abbrevs[hash_number];
433df2d4
DE
18037
18038 while (abbrev)
18039 {
18040 if (abbrev->number == abbrev_number)
18041 return abbrev;
18042 abbrev = abbrev->next;
18043 }
18044 return NULL;
18045}
18046
18047/* Read in an abbrev table. */
18048
685af9cd 18049static abbrev_table_up
ed2dc618
SM
18050abbrev_table_read_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
18051 struct dwarf2_section_info *section,
9c541725 18052 sect_offset sect_off)
433df2d4
DE
18053{
18054 struct objfile *objfile = dwarf2_per_objfile->objfile;
a32a8923 18055 bfd *abfd = get_section_bfd_owner (section);
d521ce57 18056 const gdb_byte *abbrev_ptr;
c906108c
SS
18057 struct abbrev_info *cur_abbrev;
18058 unsigned int abbrev_number, bytes_read, abbrev_name;
433df2d4 18059 unsigned int abbrev_form;
f3dd6933
DJ
18060 struct attr_abbrev *cur_attrs;
18061 unsigned int allocated_attrs;
c906108c 18062
685af9cd 18063 abbrev_table_up abbrev_table (new struct abbrev_table (sect_off));
c906108c 18064
433df2d4 18065 dwarf2_read_section (objfile, section);
9c541725 18066 abbrev_ptr = section->buffer + to_underlying (sect_off);
c906108c
SS
18067 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
18068 abbrev_ptr += bytes_read;
18069
f3dd6933 18070 allocated_attrs = ATTR_ALLOC_CHUNK;
8d749320 18071 cur_attrs = XNEWVEC (struct attr_abbrev, allocated_attrs);
6e70227d 18072
0963b4bd 18073 /* Loop until we reach an abbrev number of 0. */
c906108c
SS
18074 while (abbrev_number)
18075 {
685af9cd 18076 cur_abbrev = abbrev_table->alloc_abbrev ();
c906108c
SS
18077
18078 /* read in abbrev header */
18079 cur_abbrev->number = abbrev_number;
aead7601
SM
18080 cur_abbrev->tag
18081 = (enum dwarf_tag) read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
c906108c
SS
18082 abbrev_ptr += bytes_read;
18083 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr);
18084 abbrev_ptr += 1;
18085
18086 /* now read in declarations */
22d2f3ab 18087 for (;;)
c906108c 18088 {
43988095
JK
18089 LONGEST implicit_const;
18090
22d2f3ab
JK
18091 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
18092 abbrev_ptr += bytes_read;
18093 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
18094 abbrev_ptr += bytes_read;
43988095
JK
18095 if (abbrev_form == DW_FORM_implicit_const)
18096 {
18097 implicit_const = read_signed_leb128 (abfd, abbrev_ptr,
18098 &bytes_read);
18099 abbrev_ptr += bytes_read;
18100 }
18101 else
18102 {
18103 /* Initialize it due to a false compiler warning. */
18104 implicit_const = -1;
18105 }
22d2f3ab
JK
18106
18107 if (abbrev_name == 0)
18108 break;
18109
f3dd6933 18110 if (cur_abbrev->num_attrs == allocated_attrs)
c906108c 18111 {
f3dd6933
DJ
18112 allocated_attrs += ATTR_ALLOC_CHUNK;
18113 cur_attrs
224c3ddb 18114 = XRESIZEVEC (struct attr_abbrev, cur_attrs, allocated_attrs);
c906108c 18115 }
ae038cb0 18116
aead7601
SM
18117 cur_attrs[cur_abbrev->num_attrs].name
18118 = (enum dwarf_attribute) abbrev_name;
22d2f3ab 18119 cur_attrs[cur_abbrev->num_attrs].form
aead7601 18120 = (enum dwarf_form) abbrev_form;
43988095 18121 cur_attrs[cur_abbrev->num_attrs].implicit_const = implicit_const;
22d2f3ab 18122 ++cur_abbrev->num_attrs;
c906108c
SS
18123 }
18124
8d749320
SM
18125 cur_abbrev->attrs =
18126 XOBNEWVEC (&abbrev_table->abbrev_obstack, struct attr_abbrev,
18127 cur_abbrev->num_attrs);
f3dd6933
DJ
18128 memcpy (cur_abbrev->attrs, cur_attrs,
18129 cur_abbrev->num_attrs * sizeof (struct attr_abbrev));
18130
685af9cd 18131 abbrev_table->add_abbrev (abbrev_number, cur_abbrev);
c906108c
SS
18132
18133 /* Get next abbreviation.
18134 Under Irix6 the abbreviations for a compilation unit are not
c5aa993b
JM
18135 always properly terminated with an abbrev number of 0.
18136 Exit loop if we encounter an abbreviation which we have
18137 already read (which means we are about to read the abbreviations
18138 for the next compile unit) or if the end of the abbreviation
18139 table is reached. */
433df2d4 18140 if ((unsigned int) (abbrev_ptr - section->buffer) >= section->size)
c906108c
SS
18141 break;
18142 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
18143 abbrev_ptr += bytes_read;
685af9cd 18144 if (abbrev_table->lookup_abbrev (abbrev_number) != NULL)
c906108c
SS
18145 break;
18146 }
f3dd6933
DJ
18147
18148 xfree (cur_attrs);
433df2d4 18149 return abbrev_table;
c906108c
SS
18150}
18151
72bf9492
DJ
18152/* Returns nonzero if TAG represents a type that we might generate a partial
18153 symbol for. */
18154
18155static int
18156is_type_tag_for_partial (int tag)
18157{
18158 switch (tag)
18159 {
18160#if 0
18161 /* Some types that would be reasonable to generate partial symbols for,
18162 that we don't at present. */
18163 case DW_TAG_array_type:
18164 case DW_TAG_file_type:
18165 case DW_TAG_ptr_to_member_type:
18166 case DW_TAG_set_type:
18167 case DW_TAG_string_type:
18168 case DW_TAG_subroutine_type:
18169#endif
18170 case DW_TAG_base_type:
18171 case DW_TAG_class_type:
680b30c7 18172 case DW_TAG_interface_type:
72bf9492
DJ
18173 case DW_TAG_enumeration_type:
18174 case DW_TAG_structure_type:
18175 case DW_TAG_subrange_type:
18176 case DW_TAG_typedef:
18177 case DW_TAG_union_type:
18178 return 1;
18179 default:
18180 return 0;
18181 }
18182}
18183
18184/* Load all DIEs that are interesting for partial symbols into memory. */
18185
18186static struct partial_die_info *
dee91e82 18187load_partial_dies (const struct die_reader_specs *reader,
d521ce57 18188 const gdb_byte *info_ptr, int building_psymtab)
72bf9492 18189{
dee91e82 18190 struct dwarf2_cu *cu = reader->cu;
518817b3 18191 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
72bf9492 18192 struct partial_die_info *parent_die, *last_die, *first_die = NULL;
72bf9492 18193 unsigned int bytes_read;
5afb4e99 18194 unsigned int load_all = 0;
72bf9492
DJ
18195 int nesting_level = 1;
18196
18197 parent_die = NULL;
18198 last_die = NULL;
18199
7adf1e79
DE
18200 gdb_assert (cu->per_cu != NULL);
18201 if (cu->per_cu->load_all_dies)
5afb4e99
DJ
18202 load_all = 1;
18203
72bf9492
DJ
18204 cu->partial_dies
18205 = htab_create_alloc_ex (cu->header.length / 12,
18206 partial_die_hash,
18207 partial_die_eq,
18208 NULL,
18209 &cu->comp_unit_obstack,
18210 hashtab_obstack_allocate,
18211 dummy_obstack_deallocate);
18212
72bf9492
DJ
18213 while (1)
18214 {
685af9cd 18215 abbrev_info *abbrev = peek_die_abbrev (*reader, info_ptr, &bytes_read);
72bf9492
DJ
18216
18217 /* A NULL abbrev means the end of a series of children. */
18218 if (abbrev == NULL)
18219 {
18220 if (--nesting_level == 0)
cd9983dd
YQ
18221 return first_die;
18222
72bf9492
DJ
18223 info_ptr += bytes_read;
18224 last_die = parent_die;
18225 parent_die = parent_die->die_parent;
18226 continue;
18227 }
18228
98bfdba5
PA
18229 /* Check for template arguments. We never save these; if
18230 they're seen, we just mark the parent, and go on our way. */
18231 if (parent_die != NULL
18232 && cu->language == language_cplus
18233 && (abbrev->tag == DW_TAG_template_type_param
18234 || abbrev->tag == DW_TAG_template_value_param))
18235 {
18236 parent_die->has_template_arguments = 1;
18237
18238 if (!load_all)
18239 {
18240 /* We don't need a partial DIE for the template argument. */
dee91e82 18241 info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
98bfdba5
PA
18242 continue;
18243 }
18244 }
18245
0d99eb77 18246 /* We only recurse into c++ subprograms looking for template arguments.
98bfdba5
PA
18247 Skip their other children. */
18248 if (!load_all
18249 && cu->language == language_cplus
18250 && parent_die != NULL
18251 && parent_die->tag == DW_TAG_subprogram)
18252 {
dee91e82 18253 info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
98bfdba5
PA
18254 continue;
18255 }
18256
5afb4e99
DJ
18257 /* Check whether this DIE is interesting enough to save. Normally
18258 we would not be interested in members here, but there may be
18259 later variables referencing them via DW_AT_specification (for
18260 static members). */
18261 if (!load_all
18262 && !is_type_tag_for_partial (abbrev->tag)
72929c62 18263 && abbrev->tag != DW_TAG_constant
72bf9492
DJ
18264 && abbrev->tag != DW_TAG_enumerator
18265 && abbrev->tag != DW_TAG_subprogram
b1dc1806 18266 && abbrev->tag != DW_TAG_inlined_subroutine
bc30ff58 18267 && abbrev->tag != DW_TAG_lexical_block
72bf9492 18268 && abbrev->tag != DW_TAG_variable
5afb4e99 18269 && abbrev->tag != DW_TAG_namespace
f55ee35c 18270 && abbrev->tag != DW_TAG_module
95554aad 18271 && abbrev->tag != DW_TAG_member
74921315
KS
18272 && abbrev->tag != DW_TAG_imported_unit
18273 && abbrev->tag != DW_TAG_imported_declaration)
72bf9492
DJ
18274 {
18275 /* Otherwise we skip to the next sibling, if any. */
dee91e82 18276 info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
72bf9492
DJ
18277 continue;
18278 }
18279
6f06d47b
YQ
18280 struct partial_die_info pdi ((sect_offset) (info_ptr - reader->buffer),
18281 abbrev);
cd9983dd 18282
48fbe735 18283 info_ptr = pdi.read (reader, *abbrev, info_ptr + bytes_read);
72bf9492
DJ
18284
18285 /* This two-pass algorithm for processing partial symbols has a
18286 high cost in cache pressure. Thus, handle some simple cases
18287 here which cover the majority of C partial symbols. DIEs
18288 which neither have specification tags in them, nor could have
18289 specification tags elsewhere pointing at them, can simply be
18290 processed and discarded.
18291
18292 This segment is also optional; scan_partial_symbols and
18293 add_partial_symbol will handle these DIEs if we chain
18294 them in normally. When compilers which do not emit large
18295 quantities of duplicate debug information are more common,
18296 this code can probably be removed. */
18297
18298 /* Any complete simple types at the top level (pretty much all
18299 of them, for a language without namespaces), can be processed
18300 directly. */
18301 if (parent_die == NULL
cd9983dd
YQ
18302 && pdi.has_specification == 0
18303 && pdi.is_declaration == 0
18304 && ((pdi.tag == DW_TAG_typedef && !pdi.has_children)
18305 || pdi.tag == DW_TAG_base_type
18306 || pdi.tag == DW_TAG_subrange_type))
72bf9492 18307 {
cd9983dd
YQ
18308 if (building_psymtab && pdi.name != NULL)
18309 add_psymbol_to_list (pdi.name, strlen (pdi.name), 0,
72bf9492 18310 VAR_DOMAIN, LOC_TYPEDEF,
bb5ed363 18311 &objfile->static_psymbols,
1762568f 18312 0, cu->language, objfile);
cd9983dd 18313 info_ptr = locate_pdi_sibling (reader, &pdi, info_ptr);
72bf9492
DJ
18314 continue;
18315 }
18316
d8228535
JK
18317 /* The exception for DW_TAG_typedef with has_children above is
18318 a workaround of GCC PR debug/47510. In the case of this complaint
18319 type_name_no_tag_or_error will error on such types later.
18320
18321 GDB skipped children of DW_TAG_typedef by the shortcut above and then
18322 it could not find the child DIEs referenced later, this is checked
18323 above. In correct DWARF DW_TAG_typedef should have no children. */
18324
cd9983dd 18325 if (pdi.tag == DW_TAG_typedef && pdi.has_children)
d8228535
JK
18326 complaint (&symfile_complaints,
18327 _("DW_TAG_typedef has childen - GCC PR debug/47510 bug "
9d8780f0 18328 "- DIE at %s [in module %s]"),
cd9983dd 18329 sect_offset_str (pdi.sect_off), objfile_name (objfile));
d8228535 18330
72bf9492
DJ
18331 /* If we're at the second level, and we're an enumerator, and
18332 our parent has no specification (meaning possibly lives in a
18333 namespace elsewhere), then we can add the partial symbol now
18334 instead of queueing it. */
cd9983dd 18335 if (pdi.tag == DW_TAG_enumerator
72bf9492
DJ
18336 && parent_die != NULL
18337 && parent_die->die_parent == NULL
18338 && parent_die->tag == DW_TAG_enumeration_type
18339 && parent_die->has_specification == 0)
18340 {
cd9983dd 18341 if (pdi.name == NULL)
3e43a32a
MS
18342 complaint (&symfile_complaints,
18343 _("malformed enumerator DIE ignored"));
72bf9492 18344 else if (building_psymtab)
cd9983dd 18345 add_psymbol_to_list (pdi.name, strlen (pdi.name), 0,
72bf9492 18346 VAR_DOMAIN, LOC_CONST,
9c37b5ae 18347 cu->language == language_cplus
bb5ed363
DE
18348 ? &objfile->global_psymbols
18349 : &objfile->static_psymbols,
1762568f 18350 0, cu->language, objfile);
72bf9492 18351
cd9983dd 18352 info_ptr = locate_pdi_sibling (reader, &pdi, info_ptr);
72bf9492
DJ
18353 continue;
18354 }
18355
cd9983dd 18356 struct partial_die_info *part_die
6f06d47b 18357 = new (&cu->comp_unit_obstack) partial_die_info (pdi);
cd9983dd 18358
72bf9492
DJ
18359 /* We'll save this DIE so link it in. */
18360 part_die->die_parent = parent_die;
18361 part_die->die_sibling = NULL;
18362 part_die->die_child = NULL;
18363
18364 if (last_die && last_die == parent_die)
18365 last_die->die_child = part_die;
18366 else if (last_die)
18367 last_die->die_sibling = part_die;
18368
18369 last_die = part_die;
18370
18371 if (first_die == NULL)
18372 first_die = part_die;
18373
18374 /* Maybe add the DIE to the hash table. Not all DIEs that we
18375 find interesting need to be in the hash table, because we
18376 also have the parent/sibling/child chains; only those that we
18377 might refer to by offset later during partial symbol reading.
18378
18379 For now this means things that might have be the target of a
18380 DW_AT_specification, DW_AT_abstract_origin, or
18381 DW_AT_extension. DW_AT_extension will refer only to
18382 namespaces; DW_AT_abstract_origin refers to functions (and
18383 many things under the function DIE, but we do not recurse
18384 into function DIEs during partial symbol reading) and
18385 possibly variables as well; DW_AT_specification refers to
18386 declarations. Declarations ought to have the DW_AT_declaration
18387 flag. It happens that GCC forgets to put it in sometimes, but
18388 only for functions, not for types.
18389
18390 Adding more things than necessary to the hash table is harmless
18391 except for the performance cost. Adding too few will result in
5afb4e99
DJ
18392 wasted time in find_partial_die, when we reread the compilation
18393 unit with load_all_dies set. */
72bf9492 18394
5afb4e99 18395 if (load_all
72929c62 18396 || abbrev->tag == DW_TAG_constant
5afb4e99 18397 || abbrev->tag == DW_TAG_subprogram
72bf9492
DJ
18398 || abbrev->tag == DW_TAG_variable
18399 || abbrev->tag == DW_TAG_namespace
18400 || part_die->is_declaration)
18401 {
18402 void **slot;
18403
18404 slot = htab_find_slot_with_hash (cu->partial_dies, part_die,
9c541725
PA
18405 to_underlying (part_die->sect_off),
18406 INSERT);
72bf9492
DJ
18407 *slot = part_die;
18408 }
18409
72bf9492 18410 /* For some DIEs we want to follow their children (if any). For C
bc30ff58 18411 we have no reason to follow the children of structures; for other
98bfdba5
PA
18412 languages we have to, so that we can get at method physnames
18413 to infer fully qualified class names, for DW_AT_specification,
18414 and for C++ template arguments. For C++, we also look one level
18415 inside functions to find template arguments (if the name of the
18416 function does not already contain the template arguments).
bc30ff58
JB
18417
18418 For Ada, we need to scan the children of subprograms and lexical
18419 blocks as well because Ada allows the definition of nested
18420 entities that could be interesting for the debugger, such as
18421 nested subprograms for instance. */
72bf9492 18422 if (last_die->has_children
5afb4e99
DJ
18423 && (load_all
18424 || last_die->tag == DW_TAG_namespace
f55ee35c 18425 || last_die->tag == DW_TAG_module
72bf9492 18426 || last_die->tag == DW_TAG_enumeration_type
98bfdba5
PA
18427 || (cu->language == language_cplus
18428 && last_die->tag == DW_TAG_subprogram
18429 && (last_die->name == NULL
18430 || strchr (last_die->name, '<') == NULL))
72bf9492
DJ
18431 || (cu->language != language_c
18432 && (last_die->tag == DW_TAG_class_type
680b30c7 18433 || last_die->tag == DW_TAG_interface_type
72bf9492 18434 || last_die->tag == DW_TAG_structure_type
bc30ff58
JB
18435 || last_die->tag == DW_TAG_union_type))
18436 || (cu->language == language_ada
18437 && (last_die->tag == DW_TAG_subprogram
18438 || last_die->tag == DW_TAG_lexical_block))))
72bf9492
DJ
18439 {
18440 nesting_level++;
18441 parent_die = last_die;
18442 continue;
18443 }
18444
18445 /* Otherwise we skip to the next sibling, if any. */
dee91e82 18446 info_ptr = locate_pdi_sibling (reader, last_die, info_ptr);
72bf9492
DJ
18447
18448 /* Back to the top, do it again. */
18449 }
18450}
18451
6f06d47b
YQ
18452partial_die_info::partial_die_info (sect_offset sect_off_,
18453 struct abbrev_info *abbrev)
18454 : partial_die_info (sect_off_, abbrev->tag, abbrev->has_children)
18455{
18456}
18457
35cc7ed7
YQ
18458/* Read a minimal amount of information into the minimal die structure.
18459 INFO_PTR should point just after the initial uleb128 of a DIE. */
c906108c 18460
48fbe735
YQ
18461const gdb_byte *
18462partial_die_info::read (const struct die_reader_specs *reader,
18463 const struct abbrev_info &abbrev, const gdb_byte *info_ptr)
c906108c 18464{
dee91e82 18465 struct dwarf2_cu *cu = reader->cu;
518817b3
SM
18466 struct dwarf2_per_objfile *dwarf2_per_objfile
18467 = cu->per_cu->dwarf2_per_objfile;
fa238c03 18468 unsigned int i;
c5aa993b 18469 int has_low_pc_attr = 0;
c906108c 18470 int has_high_pc_attr = 0;
91da1414 18471 int high_pc_relative = 0;
c906108c 18472
fd0a254f 18473 for (i = 0; i < abbrev.num_attrs; ++i)
c906108c 18474 {
48fbe735
YQ
18475 struct attribute attr;
18476
fd0a254f 18477 info_ptr = read_attribute (reader, &attr, &abbrev.attrs[i], info_ptr);
c906108c
SS
18478
18479 /* Store the data if it is of an attribute we want to keep in a
c5aa993b 18480 partial symbol table. */
c906108c
SS
18481 switch (attr.name)
18482 {
18483 case DW_AT_name:
48fbe735 18484 switch (tag)
71c25dea
TT
18485 {
18486 case DW_TAG_compile_unit:
95554aad 18487 case DW_TAG_partial_unit:
348e048f 18488 case DW_TAG_type_unit:
71c25dea
TT
18489 /* Compilation units have a DW_AT_name that is a filename, not
18490 a source language identifier. */
18491 case DW_TAG_enumeration_type:
18492 case DW_TAG_enumerator:
18493 /* These tags always have simple identifiers already; no need
18494 to canonicalize them. */
48fbe735 18495 name = DW_STRING (&attr);
71c25dea
TT
18496 break;
18497 default:
48fbe735
YQ
18498 {
18499 struct objfile *objfile = dwarf2_per_objfile->objfile;
18500
18501 name
18502 = dwarf2_canonicalize_name (DW_STRING (&attr), cu,
18503 &objfile->per_bfd->storage_obstack);
18504 }
71c25dea
TT
18505 break;
18506 }
c906108c 18507 break;
31ef98ae 18508 case DW_AT_linkage_name:
c906108c 18509 case DW_AT_MIPS_linkage_name:
31ef98ae
TT
18510 /* Note that both forms of linkage name might appear. We
18511 assume they will be the same, and we only store the last
18512 one we see. */
94af9270 18513 if (cu->language == language_ada)
48fbe735
YQ
18514 name = DW_STRING (&attr);
18515 linkage_name = DW_STRING (&attr);
c906108c
SS
18516 break;
18517 case DW_AT_low_pc:
18518 has_low_pc_attr = 1;
48fbe735 18519 lowpc = attr_value_as_address (&attr);
c906108c
SS
18520 break;
18521 case DW_AT_high_pc:
18522 has_high_pc_attr = 1;
48fbe735 18523 highpc = attr_value_as_address (&attr);
31aa7e4e
JB
18524 if (cu->header.version >= 4 && attr_form_is_constant (&attr))
18525 high_pc_relative = 1;
c906108c
SS
18526 break;
18527 case DW_AT_location:
0963b4bd 18528 /* Support the .debug_loc offsets. */
8e19ed76
PS
18529 if (attr_form_is_block (&attr))
18530 {
48fbe735 18531 d.locdesc = DW_BLOCK (&attr);
8e19ed76 18532 }
3690dd37 18533 else if (attr_form_is_section_offset (&attr))
8e19ed76 18534 {
4d3c2250 18535 dwarf2_complex_location_expr_complaint ();
8e19ed76
PS
18536 }
18537 else
18538 {
4d3c2250
KB
18539 dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
18540 "partial symbol information");
8e19ed76 18541 }
c906108c 18542 break;
c906108c 18543 case DW_AT_external:
48fbe735 18544 is_external = DW_UNSND (&attr);
c906108c
SS
18545 break;
18546 case DW_AT_declaration:
48fbe735 18547 is_declaration = DW_UNSND (&attr);
c906108c
SS
18548 break;
18549 case DW_AT_type:
48fbe735 18550 has_type = 1;
c906108c
SS
18551 break;
18552 case DW_AT_abstract_origin:
18553 case DW_AT_specification:
72bf9492 18554 case DW_AT_extension:
48fbe735
YQ
18555 has_specification = 1;
18556 spec_offset = dwarf2_get_ref_die_offset (&attr);
18557 spec_is_dwz = (attr.form == DW_FORM_GNU_ref_alt
36586728 18558 || cu->per_cu->is_dwz);
c906108c
SS
18559 break;
18560 case DW_AT_sibling:
18561 /* Ignore absolute siblings, they might point outside of
18562 the current compile unit. */
18563 if (attr.form == DW_FORM_ref_addr)
3e43a32a
MS
18564 complaint (&symfile_complaints,
18565 _("ignoring absolute DW_AT_sibling"));
c906108c 18566 else
b9502d3f 18567 {
48fbe735 18568 const gdb_byte *buffer = reader->buffer;
9c541725
PA
18569 sect_offset off = dwarf2_get_ref_die_offset (&attr);
18570 const gdb_byte *sibling_ptr = buffer + to_underlying (off);
b9502d3f
WN
18571
18572 if (sibling_ptr < info_ptr)
18573 complaint (&symfile_complaints,
18574 _("DW_AT_sibling points backwards"));
22869d73
KS
18575 else if (sibling_ptr > reader->buffer_end)
18576 dwarf2_section_buffer_overflow_complaint (reader->die_section);
b9502d3f 18577 else
48fbe735 18578 sibling = sibling_ptr;
b9502d3f 18579 }
c906108c 18580 break;
fa4028e9 18581 case DW_AT_byte_size:
48fbe735 18582 has_byte_size = 1;
fa4028e9 18583 break;
ff908ebf 18584 case DW_AT_const_value:
48fbe735 18585 has_const_value = 1;
ff908ebf 18586 break;
68511cec
CES
18587 case DW_AT_calling_convention:
18588 /* DWARF doesn't provide a way to identify a program's source-level
18589 entry point. DW_AT_calling_convention attributes are only meant
18590 to describe functions' calling conventions.
18591
18592 However, because it's a necessary piece of information in
0c1b455e
TT
18593 Fortran, and before DWARF 4 DW_CC_program was the only
18594 piece of debugging information whose definition refers to
18595 a 'main program' at all, several compilers marked Fortran
18596 main programs with DW_CC_program --- even when those
18597 functions use the standard calling conventions.
18598
18599 Although DWARF now specifies a way to provide this
18600 information, we support this practice for backward
18601 compatibility. */
68511cec 18602 if (DW_UNSND (&attr) == DW_CC_program
0c1b455e 18603 && cu->language == language_fortran)
48fbe735 18604 main_subprogram = 1;
68511cec 18605 break;
481860b3
GB
18606 case DW_AT_inline:
18607 if (DW_UNSND (&attr) == DW_INL_inlined
18608 || DW_UNSND (&attr) == DW_INL_declared_inlined)
48fbe735 18609 may_be_inlined = 1;
481860b3 18610 break;
95554aad
TT
18611
18612 case DW_AT_import:
48fbe735 18613 if (tag == DW_TAG_imported_unit)
36586728 18614 {
48fbe735
YQ
18615 d.sect_off = dwarf2_get_ref_die_offset (&attr);
18616 is_dwz = (attr.form == DW_FORM_GNU_ref_alt
36586728
TT
18617 || cu->per_cu->is_dwz);
18618 }
95554aad
TT
18619 break;
18620
0c1b455e 18621 case DW_AT_main_subprogram:
48fbe735 18622 main_subprogram = DW_UNSND (&attr);
0c1b455e
TT
18623 break;
18624
c906108c
SS
18625 default:
18626 break;
18627 }
18628 }
18629
91da1414 18630 if (high_pc_relative)
48fbe735 18631 highpc += lowpc;
91da1414 18632
9373cf26
JK
18633 if (has_low_pc_attr && has_high_pc_attr)
18634 {
18635 /* When using the GNU linker, .gnu.linkonce. sections are used to
18636 eliminate duplicate copies of functions and vtables and such.
18637 The linker will arbitrarily choose one and discard the others.
18638 The AT_*_pc values for such functions refer to local labels in
18639 these sections. If the section from that file was discarded, the
18640 labels are not in the output, so the relocs get a value of 0.
18641 If this is a discarded function, mark the pc bounds as invalid,
18642 so that GDB will ignore it. */
48fbe735 18643 if (lowpc == 0 && !dwarf2_per_objfile->has_section_at_zero)
9373cf26 18644 {
48fbe735 18645 struct objfile *objfile = dwarf2_per_objfile->objfile;
bb5ed363 18646 struct gdbarch *gdbarch = get_objfile_arch (objfile);
9373cf26
JK
18647
18648 complaint (&symfile_complaints,
18649 _("DW_AT_low_pc %s is zero "
9d8780f0 18650 "for DIE at %s [in module %s]"),
48fbe735
YQ
18651 paddress (gdbarch, lowpc),
18652 sect_offset_str (sect_off),
9d8780f0 18653 objfile_name (objfile));
9373cf26
JK
18654 }
18655 /* dwarf2_get_pc_bounds has also the strict low < high requirement. */
48fbe735 18656 else if (lowpc >= highpc)
9373cf26 18657 {
48fbe735 18658 struct objfile *objfile = dwarf2_per_objfile->objfile;
bb5ed363 18659 struct gdbarch *gdbarch = get_objfile_arch (objfile);
9373cf26
JK
18660
18661 complaint (&symfile_complaints,
18662 _("DW_AT_low_pc %s is not < DW_AT_high_pc %s "
9d8780f0 18663 "for DIE at %s [in module %s]"),
48fbe735
YQ
18664 paddress (gdbarch, lowpc),
18665 paddress (gdbarch, highpc),
18666 sect_offset_str (sect_off),
9c541725 18667 objfile_name (objfile));
9373cf26
JK
18668 }
18669 else
48fbe735 18670 has_pc_info = 1;
9373cf26 18671 }
85cbf3d3 18672
c906108c
SS
18673 return info_ptr;
18674}
18675
72bf9492
DJ
18676/* Find a cached partial DIE at OFFSET in CU. */
18677
d590ff25
YQ
18678struct partial_die_info *
18679dwarf2_cu::find_partial_die (sect_offset sect_off)
72bf9492
DJ
18680{
18681 struct partial_die_info *lookup_die = NULL;
6f06d47b 18682 struct partial_die_info part_die (sect_off);
72bf9492 18683
9a3c8263 18684 lookup_die = ((struct partial_die_info *)
d590ff25 18685 htab_find_with_hash (partial_dies, &part_die,
9c541725 18686 to_underlying (sect_off)));
72bf9492 18687
72bf9492
DJ
18688 return lookup_die;
18689}
18690
348e048f
DE
18691/* Find a partial DIE at OFFSET, which may or may not be in CU,
18692 except in the case of .debug_types DIEs which do not reference
18693 outside their CU (they do however referencing other types via
55f1336d 18694 DW_FORM_ref_sig8). */
72bf9492
DJ
18695
18696static struct partial_die_info *
9c541725 18697find_partial_die (sect_offset sect_off, int offset_in_dwz, struct dwarf2_cu *cu)
72bf9492 18698{
518817b3
SM
18699 struct dwarf2_per_objfile *dwarf2_per_objfile
18700 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 18701 struct objfile *objfile = dwarf2_per_objfile->objfile;
5afb4e99
DJ
18702 struct dwarf2_per_cu_data *per_cu = NULL;
18703 struct partial_die_info *pd = NULL;
72bf9492 18704
36586728 18705 if (offset_in_dwz == cu->per_cu->is_dwz
9c541725 18706 && offset_in_cu_p (&cu->header, sect_off))
5afb4e99 18707 {
d590ff25 18708 pd = cu->find_partial_die (sect_off);
5afb4e99
DJ
18709 if (pd != NULL)
18710 return pd;
0d99eb77
DE
18711 /* We missed recording what we needed.
18712 Load all dies and try again. */
18713 per_cu = cu->per_cu;
5afb4e99 18714 }
0d99eb77
DE
18715 else
18716 {
18717 /* TUs don't reference other CUs/TUs (except via type signatures). */
3019eac3 18718 if (cu->per_cu->is_debug_types)
0d99eb77 18719 {
9d8780f0
SM
18720 error (_("Dwarf Error: Type Unit at offset %s contains"
18721 " external reference to offset %s [in module %s].\n"),
18722 sect_offset_str (cu->header.sect_off), sect_offset_str (sect_off),
0d99eb77
DE
18723 bfd_get_filename (objfile->obfd));
18724 }
9c541725 18725 per_cu = dwarf2_find_containing_comp_unit (sect_off, offset_in_dwz,
ed2dc618 18726 dwarf2_per_objfile);
72bf9492 18727
0d99eb77
DE
18728 if (per_cu->cu == NULL || per_cu->cu->partial_dies == NULL)
18729 load_partial_comp_unit (per_cu);
ae038cb0 18730
0d99eb77 18731 per_cu->cu->last_used = 0;
d590ff25 18732 pd = per_cu->cu->find_partial_die (sect_off);
0d99eb77 18733 }
5afb4e99 18734
dee91e82
DE
18735 /* If we didn't find it, and not all dies have been loaded,
18736 load them all and try again. */
18737
5afb4e99
DJ
18738 if (pd == NULL && per_cu->load_all_dies == 0)
18739 {
5afb4e99 18740 per_cu->load_all_dies = 1;
fd820528
DE
18741
18742 /* This is nasty. When we reread the DIEs, somewhere up the call chain
18743 THIS_CU->cu may already be in use. So we can't just free it and
18744 replace its DIEs with the ones we read in. Instead, we leave those
18745 DIEs alone (which can still be in use, e.g. in scan_partial_symbols),
18746 and clobber THIS_CU->cu->partial_dies with the hash table for the new
18747 set. */
dee91e82 18748 load_partial_comp_unit (per_cu);
5afb4e99 18749
d590ff25 18750 pd = per_cu->cu->find_partial_die (sect_off);
5afb4e99
DJ
18751 }
18752
18753 if (pd == NULL)
18754 internal_error (__FILE__, __LINE__,
9d8780f0 18755 _("could not find partial DIE %s "
3e43a32a 18756 "in cache [from module %s]\n"),
9d8780f0 18757 sect_offset_str (sect_off), bfd_get_filename (objfile->obfd));
5afb4e99 18758 return pd;
72bf9492
DJ
18759}
18760
abc72ce4
DE
18761/* See if we can figure out if the class lives in a namespace. We do
18762 this by looking for a member function; its demangled name will
18763 contain namespace info, if there is any. */
18764
18765static void
18766guess_partial_die_structure_name (struct partial_die_info *struct_pdi,
18767 struct dwarf2_cu *cu)
18768{
18769 /* NOTE: carlton/2003-10-07: Getting the info this way changes
18770 what template types look like, because the demangler
18771 frequently doesn't give the same name as the debug info. We
18772 could fix this by only using the demangled name to get the
18773 prefix (but see comment in read_structure_type). */
18774
18775 struct partial_die_info *real_pdi;
18776 struct partial_die_info *child_pdi;
18777
18778 /* If this DIE (this DIE's specification, if any) has a parent, then
18779 we should not do this. We'll prepend the parent's fully qualified
18780 name when we create the partial symbol. */
18781
18782 real_pdi = struct_pdi;
18783 while (real_pdi->has_specification)
36586728
TT
18784 real_pdi = find_partial_die (real_pdi->spec_offset,
18785 real_pdi->spec_is_dwz, cu);
abc72ce4
DE
18786
18787 if (real_pdi->die_parent != NULL)
18788 return;
18789
18790 for (child_pdi = struct_pdi->die_child;
18791 child_pdi != NULL;
18792 child_pdi = child_pdi->die_sibling)
18793 {
18794 if (child_pdi->tag == DW_TAG_subprogram
18795 && child_pdi->linkage_name != NULL)
18796 {
18797 char *actual_class_name
18798 = language_class_name_from_physname (cu->language_defn,
18799 child_pdi->linkage_name);
18800 if (actual_class_name != NULL)
18801 {
518817b3 18802 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
abc72ce4 18803 struct_pdi->name
224c3ddb 18804 = ((const char *)
e3b94546 18805 obstack_copy0 (&objfile->per_bfd->storage_obstack,
224c3ddb
SM
18806 actual_class_name,
18807 strlen (actual_class_name)));
abc72ce4
DE
18808 xfree (actual_class_name);
18809 }
18810 break;
18811 }
18812 }
18813}
18814
52356b79
YQ
18815void
18816partial_die_info::fixup (struct dwarf2_cu *cu)
72bf9492 18817{
abc72ce4
DE
18818 /* Once we've fixed up a die, there's no point in doing so again.
18819 This also avoids a memory leak if we were to call
18820 guess_partial_die_structure_name multiple times. */
52356b79 18821 if (fixup_called)
abc72ce4
DE
18822 return;
18823
72bf9492
DJ
18824 /* If we found a reference attribute and the DIE has no name, try
18825 to find a name in the referred to DIE. */
18826
52356b79 18827 if (name == NULL && has_specification)
72bf9492
DJ
18828 {
18829 struct partial_die_info *spec_die;
72bf9492 18830
52356b79 18831 spec_die = find_partial_die (spec_offset, spec_is_dwz, cu);
72bf9492 18832
52356b79 18833 spec_die->fixup (cu);
72bf9492
DJ
18834
18835 if (spec_die->name)
18836 {
52356b79 18837 name = spec_die->name;
72bf9492
DJ
18838
18839 /* Copy DW_AT_external attribute if it is set. */
18840 if (spec_die->is_external)
52356b79 18841 is_external = spec_die->is_external;
72bf9492
DJ
18842 }
18843 }
18844
18845 /* Set default names for some unnamed DIEs. */
72bf9492 18846
52356b79
YQ
18847 if (name == NULL && tag == DW_TAG_namespace)
18848 name = CP_ANONYMOUS_NAMESPACE_STR;
72bf9492 18849
abc72ce4
DE
18850 /* If there is no parent die to provide a namespace, and there are
18851 children, see if we can determine the namespace from their linkage
122d1940 18852 name. */
abc72ce4 18853 if (cu->language == language_cplus
518817b3
SM
18854 && !VEC_empty (dwarf2_section_info_def,
18855 cu->per_cu->dwarf2_per_objfile->types)
52356b79
YQ
18856 && die_parent == NULL
18857 && has_children
18858 && (tag == DW_TAG_class_type
18859 || tag == DW_TAG_structure_type
18860 || tag == DW_TAG_union_type))
18861 guess_partial_die_structure_name (this, cu);
abc72ce4 18862
53832f31
TT
18863 /* GCC might emit a nameless struct or union that has a linkage
18864 name. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510. */
52356b79
YQ
18865 if (name == NULL
18866 && (tag == DW_TAG_class_type
18867 || tag == DW_TAG_interface_type
18868 || tag == DW_TAG_structure_type
18869 || tag == DW_TAG_union_type)
18870 && linkage_name != NULL)
53832f31
TT
18871 {
18872 char *demangled;
18873
52356b79 18874 demangled = gdb_demangle (linkage_name, DMGL_TYPES);
53832f31
TT
18875 if (demangled)
18876 {
96408a79
SA
18877 const char *base;
18878
18879 /* Strip any leading namespaces/classes, keep only the base name.
18880 DW_AT_name for named DIEs does not contain the prefixes. */
18881 base = strrchr (demangled, ':');
18882 if (base && base > demangled && base[-1] == ':')
18883 base++;
18884 else
18885 base = demangled;
18886
518817b3 18887 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
52356b79 18888 name
224c3ddb 18889 = ((const char *)
e3b94546 18890 obstack_copy0 (&objfile->per_bfd->storage_obstack,
224c3ddb 18891 base, strlen (base)));
53832f31
TT
18892 xfree (demangled);
18893 }
18894 }
18895
52356b79 18896 fixup_called = 1;
72bf9492
DJ
18897}
18898
a8329558 18899/* Read an attribute value described by an attribute form. */
c906108c 18900
d521ce57 18901static const gdb_byte *
dee91e82
DE
18902read_attribute_value (const struct die_reader_specs *reader,
18903 struct attribute *attr, unsigned form,
43988095 18904 LONGEST implicit_const, const gdb_byte *info_ptr)
c906108c 18905{
dee91e82 18906 struct dwarf2_cu *cu = reader->cu;
518817b3
SM
18907 struct dwarf2_per_objfile *dwarf2_per_objfile
18908 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 18909 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 18910 struct gdbarch *gdbarch = get_objfile_arch (objfile);
dee91e82 18911 bfd *abfd = reader->abfd;
e7c27a73 18912 struct comp_unit_head *cu_header = &cu->header;
c906108c
SS
18913 unsigned int bytes_read;
18914 struct dwarf_block *blk;
18915
aead7601 18916 attr->form = (enum dwarf_form) form;
a8329558 18917 switch (form)
c906108c 18918 {
c906108c 18919 case DW_FORM_ref_addr:
ae411497 18920 if (cu->header.version == 2)
4568ecf9 18921 DW_UNSND (attr) = read_address (abfd, info_ptr, cu, &bytes_read);
ae411497 18922 else
4568ecf9
DE
18923 DW_UNSND (attr) = read_offset (abfd, info_ptr,
18924 &cu->header, &bytes_read);
ae411497
TT
18925 info_ptr += bytes_read;
18926 break;
36586728
TT
18927 case DW_FORM_GNU_ref_alt:
18928 DW_UNSND (attr) = read_offset (abfd, info_ptr, &cu->header, &bytes_read);
18929 info_ptr += bytes_read;
18930 break;
ae411497 18931 case DW_FORM_addr:
e7c27a73 18932 DW_ADDR (attr) = read_address (abfd, info_ptr, cu, &bytes_read);
3e29f34a 18933 DW_ADDR (attr) = gdbarch_adjust_dwarf2_addr (gdbarch, DW_ADDR (attr));
107d2387 18934 info_ptr += bytes_read;
c906108c
SS
18935 break;
18936 case DW_FORM_block2:
7b5a2f43 18937 blk = dwarf_alloc_block (cu);
c906108c
SS
18938 blk->size = read_2_bytes (abfd, info_ptr);
18939 info_ptr += 2;
18940 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
18941 info_ptr += blk->size;
18942 DW_BLOCK (attr) = blk;
18943 break;
18944 case DW_FORM_block4:
7b5a2f43 18945 blk = dwarf_alloc_block (cu);
c906108c
SS
18946 blk->size = read_4_bytes (abfd, info_ptr);
18947 info_ptr += 4;
18948 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
18949 info_ptr += blk->size;
18950 DW_BLOCK (attr) = blk;
18951 break;
18952 case DW_FORM_data2:
18953 DW_UNSND (attr) = read_2_bytes (abfd, info_ptr);
18954 info_ptr += 2;
18955 break;
18956 case DW_FORM_data4:
18957 DW_UNSND (attr) = read_4_bytes (abfd, info_ptr);
18958 info_ptr += 4;
18959 break;
18960 case DW_FORM_data8:
18961 DW_UNSND (attr) = read_8_bytes (abfd, info_ptr);
18962 info_ptr += 8;
18963 break;
0224619f
JK
18964 case DW_FORM_data16:
18965 blk = dwarf_alloc_block (cu);
18966 blk->size = 16;
18967 blk->data = read_n_bytes (abfd, info_ptr, 16);
18968 info_ptr += 16;
18969 DW_BLOCK (attr) = blk;
18970 break;
2dc7f7b3
TT
18971 case DW_FORM_sec_offset:
18972 DW_UNSND (attr) = read_offset (abfd, info_ptr, &cu->header, &bytes_read);
18973 info_ptr += bytes_read;
18974 break;
c906108c 18975 case DW_FORM_string:
9b1c24c8 18976 DW_STRING (attr) = read_direct_string (abfd, info_ptr, &bytes_read);
8285870a 18977 DW_STRING_IS_CANONICAL (attr) = 0;
c906108c
SS
18978 info_ptr += bytes_read;
18979 break;
4bdf3d34 18980 case DW_FORM_strp:
36586728
TT
18981 if (!cu->per_cu->is_dwz)
18982 {
ed2dc618
SM
18983 DW_STRING (attr) = read_indirect_string (dwarf2_per_objfile,
18984 abfd, info_ptr, cu_header,
36586728
TT
18985 &bytes_read);
18986 DW_STRING_IS_CANONICAL (attr) = 0;
18987 info_ptr += bytes_read;
18988 break;
18989 }
18990 /* FALLTHROUGH */
43988095
JK
18991 case DW_FORM_line_strp:
18992 if (!cu->per_cu->is_dwz)
18993 {
ed2dc618
SM
18994 DW_STRING (attr) = read_indirect_line_string (dwarf2_per_objfile,
18995 abfd, info_ptr,
43988095
JK
18996 cu_header, &bytes_read);
18997 DW_STRING_IS_CANONICAL (attr) = 0;
18998 info_ptr += bytes_read;
18999 break;
19000 }
19001 /* FALLTHROUGH */
36586728
TT
19002 case DW_FORM_GNU_strp_alt:
19003 {
ed2dc618 19004 struct dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
36586728
TT
19005 LONGEST str_offset = read_offset (abfd, info_ptr, cu_header,
19006 &bytes_read);
19007
ed2dc618
SM
19008 DW_STRING (attr) = read_indirect_string_from_dwz (objfile,
19009 dwz, str_offset);
36586728
TT
19010 DW_STRING_IS_CANONICAL (attr) = 0;
19011 info_ptr += bytes_read;
19012 }
4bdf3d34 19013 break;
2dc7f7b3 19014 case DW_FORM_exprloc:
c906108c 19015 case DW_FORM_block:
7b5a2f43 19016 blk = dwarf_alloc_block (cu);
c906108c
SS
19017 blk->size = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
19018 info_ptr += bytes_read;
19019 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
19020 info_ptr += blk->size;
19021 DW_BLOCK (attr) = blk;
19022 break;
19023 case DW_FORM_block1:
7b5a2f43 19024 blk = dwarf_alloc_block (cu);
c906108c
SS
19025 blk->size = read_1_byte (abfd, info_ptr);
19026 info_ptr += 1;
19027 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
19028 info_ptr += blk->size;
19029 DW_BLOCK (attr) = blk;
19030 break;
19031 case DW_FORM_data1:
19032 DW_UNSND (attr) = read_1_byte (abfd, info_ptr);
19033 info_ptr += 1;
19034 break;
19035 case DW_FORM_flag:
19036 DW_UNSND (attr) = read_1_byte (abfd, info_ptr);
19037 info_ptr += 1;
19038 break;
2dc7f7b3
TT
19039 case DW_FORM_flag_present:
19040 DW_UNSND (attr) = 1;
19041 break;
c906108c
SS
19042 case DW_FORM_sdata:
19043 DW_SND (attr) = read_signed_leb128 (abfd, info_ptr, &bytes_read);
19044 info_ptr += bytes_read;
19045 break;
19046 case DW_FORM_udata:
19047 DW_UNSND (attr) = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
19048 info_ptr += bytes_read;
19049 break;
19050 case DW_FORM_ref1:
9c541725 19051 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19052 + read_1_byte (abfd, info_ptr));
c906108c
SS
19053 info_ptr += 1;
19054 break;
19055 case DW_FORM_ref2:
9c541725 19056 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19057 + read_2_bytes (abfd, info_ptr));
c906108c
SS
19058 info_ptr += 2;
19059 break;
19060 case DW_FORM_ref4:
9c541725 19061 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19062 + read_4_bytes (abfd, info_ptr));
c906108c
SS
19063 info_ptr += 4;
19064 break;
613e1657 19065 case DW_FORM_ref8:
9c541725 19066 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19067 + read_8_bytes (abfd, info_ptr));
613e1657
KB
19068 info_ptr += 8;
19069 break;
55f1336d 19070 case DW_FORM_ref_sig8:
ac9ec31b 19071 DW_SIGNATURE (attr) = read_8_bytes (abfd, info_ptr);
348e048f
DE
19072 info_ptr += 8;
19073 break;
c906108c 19074 case DW_FORM_ref_udata:
9c541725 19075 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19076 + read_unsigned_leb128 (abfd, info_ptr, &bytes_read));
c906108c
SS
19077 info_ptr += bytes_read;
19078 break;
c906108c 19079 case DW_FORM_indirect:
a8329558
KW
19080 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
19081 info_ptr += bytes_read;
43988095
JK
19082 if (form == DW_FORM_implicit_const)
19083 {
19084 implicit_const = read_signed_leb128 (abfd, info_ptr, &bytes_read);
19085 info_ptr += bytes_read;
19086 }
19087 info_ptr = read_attribute_value (reader, attr, form, implicit_const,
19088 info_ptr);
19089 break;
19090 case DW_FORM_implicit_const:
19091 DW_SND (attr) = implicit_const;
a8329558 19092 break;
3019eac3
DE
19093 case DW_FORM_GNU_addr_index:
19094 if (reader->dwo_file == NULL)
19095 {
19096 /* For now flag a hard error.
19097 Later we can turn this into a complaint. */
19098 error (_("Dwarf Error: %s found in non-DWO CU [in module %s]"),
19099 dwarf_form_name (form),
19100 bfd_get_filename (abfd));
19101 }
19102 DW_ADDR (attr) = read_addr_index_from_leb128 (cu, info_ptr, &bytes_read);
19103 info_ptr += bytes_read;
19104 break;
19105 case DW_FORM_GNU_str_index:
19106 if (reader->dwo_file == NULL)
19107 {
19108 /* For now flag a hard error.
19109 Later we can turn this into a complaint if warranted. */
19110 error (_("Dwarf Error: %s found in non-DWO CU [in module %s]"),
19111 dwarf_form_name (form),
19112 bfd_get_filename (abfd));
19113 }
19114 {
19115 ULONGEST str_index =
19116 read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
19117
342587c4 19118 DW_STRING (attr) = read_str_index (reader, str_index);
3019eac3
DE
19119 DW_STRING_IS_CANONICAL (attr) = 0;
19120 info_ptr += bytes_read;
19121 }
19122 break;
c906108c 19123 default:
8a3fe4f8 19124 error (_("Dwarf Error: Cannot handle %s in DWARF reader [in module %s]"),
659b0389
ML
19125 dwarf_form_name (form),
19126 bfd_get_filename (abfd));
c906108c 19127 }
28e94949 19128
36586728 19129 /* Super hack. */
7771576e 19130 if (cu->per_cu->is_dwz && attr_form_is_ref (attr))
36586728
TT
19131 attr->form = DW_FORM_GNU_ref_alt;
19132
28e94949
JB
19133 /* We have seen instances where the compiler tried to emit a byte
19134 size attribute of -1 which ended up being encoded as an unsigned
19135 0xffffffff. Although 0xffffffff is technically a valid size value,
19136 an object of this size seems pretty unlikely so we can relatively
19137 safely treat these cases as if the size attribute was invalid and
19138 treat them as zero by default. */
19139 if (attr->name == DW_AT_byte_size
19140 && form == DW_FORM_data4
19141 && DW_UNSND (attr) >= 0xffffffff)
01c66ae6
JB
19142 {
19143 complaint
19144 (&symfile_complaints,
43bbcdc2
PH
19145 _("Suspicious DW_AT_byte_size value treated as zero instead of %s"),
19146 hex_string (DW_UNSND (attr)));
01c66ae6
JB
19147 DW_UNSND (attr) = 0;
19148 }
28e94949 19149
c906108c
SS
19150 return info_ptr;
19151}
19152
a8329558
KW
19153/* Read an attribute described by an abbreviated attribute. */
19154
d521ce57 19155static const gdb_byte *
dee91e82
DE
19156read_attribute (const struct die_reader_specs *reader,
19157 struct attribute *attr, struct attr_abbrev *abbrev,
d521ce57 19158 const gdb_byte *info_ptr)
a8329558
KW
19159{
19160 attr->name = abbrev->name;
43988095
JK
19161 return read_attribute_value (reader, attr, abbrev->form,
19162 abbrev->implicit_const, info_ptr);
a8329558
KW
19163}
19164
0963b4bd 19165/* Read dwarf information from a buffer. */
c906108c
SS
19166
19167static unsigned int
a1855c1d 19168read_1_byte (bfd *abfd, const gdb_byte *buf)
c906108c 19169{
fe1b8b76 19170 return bfd_get_8 (abfd, buf);
c906108c
SS
19171}
19172
19173static int
a1855c1d 19174read_1_signed_byte (bfd *abfd, const gdb_byte *buf)
c906108c 19175{
fe1b8b76 19176 return bfd_get_signed_8 (abfd, buf);
c906108c
SS
19177}
19178
19179static unsigned int
a1855c1d 19180read_2_bytes (bfd *abfd, const gdb_byte *buf)
c906108c 19181{
fe1b8b76 19182 return bfd_get_16 (abfd, buf);
c906108c
SS
19183}
19184
21ae7a4d 19185static int
a1855c1d 19186read_2_signed_bytes (bfd *abfd, const gdb_byte *buf)
21ae7a4d
JK
19187{
19188 return bfd_get_signed_16 (abfd, buf);
19189}
19190
c906108c 19191static unsigned int
a1855c1d 19192read_4_bytes (bfd *abfd, const gdb_byte *buf)
c906108c 19193{
fe1b8b76 19194 return bfd_get_32 (abfd, buf);
c906108c
SS
19195}
19196
21ae7a4d 19197static int
a1855c1d 19198read_4_signed_bytes (bfd *abfd, const gdb_byte *buf)
21ae7a4d
JK
19199{
19200 return bfd_get_signed_32 (abfd, buf);
19201}
19202
93311388 19203static ULONGEST
a1855c1d 19204read_8_bytes (bfd *abfd, const gdb_byte *buf)
c906108c 19205{
fe1b8b76 19206 return bfd_get_64 (abfd, buf);
c906108c
SS
19207}
19208
19209static CORE_ADDR
d521ce57 19210read_address (bfd *abfd, const gdb_byte *buf, struct dwarf2_cu *cu,
891d2f0b 19211 unsigned int *bytes_read)
c906108c 19212{
e7c27a73 19213 struct comp_unit_head *cu_header = &cu->header;
c906108c
SS
19214 CORE_ADDR retval = 0;
19215
107d2387 19216 if (cu_header->signed_addr_p)
c906108c 19217 {
107d2387
AC
19218 switch (cu_header->addr_size)
19219 {
19220 case 2:
fe1b8b76 19221 retval = bfd_get_signed_16 (abfd, buf);
107d2387
AC
19222 break;
19223 case 4:
fe1b8b76 19224 retval = bfd_get_signed_32 (abfd, buf);
107d2387
AC
19225 break;
19226 case 8:
fe1b8b76 19227 retval = bfd_get_signed_64 (abfd, buf);
107d2387
AC
19228 break;
19229 default:
8e65ff28 19230 internal_error (__FILE__, __LINE__,
e2e0b3e5 19231 _("read_address: bad switch, signed [in module %s]"),
659b0389 19232 bfd_get_filename (abfd));
107d2387
AC
19233 }
19234 }
19235 else
19236 {
19237 switch (cu_header->addr_size)
19238 {
19239 case 2:
fe1b8b76 19240 retval = bfd_get_16 (abfd, buf);
107d2387
AC
19241 break;
19242 case 4:
fe1b8b76 19243 retval = bfd_get_32 (abfd, buf);
107d2387
AC
19244 break;
19245 case 8:
fe1b8b76 19246 retval = bfd_get_64 (abfd, buf);
107d2387
AC
19247 break;
19248 default:
8e65ff28 19249 internal_error (__FILE__, __LINE__,
a73c6dcd
MS
19250 _("read_address: bad switch, "
19251 "unsigned [in module %s]"),
659b0389 19252 bfd_get_filename (abfd));
107d2387 19253 }
c906108c 19254 }
64367e0a 19255
107d2387
AC
19256 *bytes_read = cu_header->addr_size;
19257 return retval;
c906108c
SS
19258}
19259
f7ef9339 19260/* Read the initial length from a section. The (draft) DWARF 3
613e1657
KB
19261 specification allows the initial length to take up either 4 bytes
19262 or 12 bytes. If the first 4 bytes are 0xffffffff, then the next 8
19263 bytes describe the length and all offsets will be 8 bytes in length
19264 instead of 4.
19265
f7ef9339
KB
19266 An older, non-standard 64-bit format is also handled by this
19267 function. The older format in question stores the initial length
19268 as an 8-byte quantity without an escape value. Lengths greater
19269 than 2^32 aren't very common which means that the initial 4 bytes
19270 is almost always zero. Since a length value of zero doesn't make
19271 sense for the 32-bit format, this initial zero can be considered to
19272 be an escape value which indicates the presence of the older 64-bit
19273 format. As written, the code can't detect (old format) lengths
917c78fc
MK
19274 greater than 4GB. If it becomes necessary to handle lengths
19275 somewhat larger than 4GB, we could allow other small values (such
19276 as the non-sensical values of 1, 2, and 3) to also be used as
19277 escape values indicating the presence of the old format.
f7ef9339 19278
917c78fc
MK
19279 The value returned via bytes_read should be used to increment the
19280 relevant pointer after calling read_initial_length().
c764a876 19281
613e1657
KB
19282 [ Note: read_initial_length() and read_offset() are based on the
19283 document entitled "DWARF Debugging Information Format", revision
f7ef9339 19284 3, draft 8, dated November 19, 2001. This document was obtained
613e1657
KB
19285 from:
19286
f7ef9339 19287 http://reality.sgiweb.org/davea/dwarf3-draft8-011125.pdf
6e70227d 19288
613e1657
KB
19289 This document is only a draft and is subject to change. (So beware.)
19290
f7ef9339 19291 Details regarding the older, non-standard 64-bit format were
917c78fc
MK
19292 determined empirically by examining 64-bit ELF files produced by
19293 the SGI toolchain on an IRIX 6.5 machine.
f7ef9339
KB
19294
19295 - Kevin, July 16, 2002
613e1657
KB
19296 ] */
19297
19298static LONGEST
d521ce57 19299read_initial_length (bfd *abfd, const gdb_byte *buf, unsigned int *bytes_read)
613e1657 19300{
fe1b8b76 19301 LONGEST length = bfd_get_32 (abfd, buf);
613e1657 19302
dd373385 19303 if (length == 0xffffffff)
613e1657 19304 {
fe1b8b76 19305 length = bfd_get_64 (abfd, buf + 4);
613e1657 19306 *bytes_read = 12;
613e1657 19307 }
dd373385 19308 else if (length == 0)
f7ef9339 19309 {
dd373385 19310 /* Handle the (non-standard) 64-bit DWARF2 format used by IRIX. */
fe1b8b76 19311 length = bfd_get_64 (abfd, buf);
f7ef9339 19312 *bytes_read = 8;
f7ef9339 19313 }
613e1657
KB
19314 else
19315 {
19316 *bytes_read = 4;
613e1657
KB
19317 }
19318
c764a876
DE
19319 return length;
19320}
dd373385 19321
c764a876
DE
19322/* Cover function for read_initial_length.
19323 Returns the length of the object at BUF, and stores the size of the
19324 initial length in *BYTES_READ and stores the size that offsets will be in
19325 *OFFSET_SIZE.
19326 If the initial length size is not equivalent to that specified in
19327 CU_HEADER then issue a complaint.
19328 This is useful when reading non-comp-unit headers. */
dd373385 19329
c764a876 19330static LONGEST
d521ce57 19331read_checked_initial_length_and_offset (bfd *abfd, const gdb_byte *buf,
c764a876
DE
19332 const struct comp_unit_head *cu_header,
19333 unsigned int *bytes_read,
19334 unsigned int *offset_size)
19335{
19336 LONGEST length = read_initial_length (abfd, buf, bytes_read);
19337
19338 gdb_assert (cu_header->initial_length_size == 4
19339 || cu_header->initial_length_size == 8
19340 || cu_header->initial_length_size == 12);
19341
19342 if (cu_header->initial_length_size != *bytes_read)
19343 complaint (&symfile_complaints,
19344 _("intermixed 32-bit and 64-bit DWARF sections"));
dd373385 19345
c764a876 19346 *offset_size = (*bytes_read == 4) ? 4 : 8;
dd373385 19347 return length;
613e1657
KB
19348}
19349
19350/* Read an offset from the data stream. The size of the offset is
917c78fc 19351 given by cu_header->offset_size. */
613e1657
KB
19352
19353static LONGEST
d521ce57
TT
19354read_offset (bfd *abfd, const gdb_byte *buf,
19355 const struct comp_unit_head *cu_header,
891d2f0b 19356 unsigned int *bytes_read)
c764a876
DE
19357{
19358 LONGEST offset = read_offset_1 (abfd, buf, cu_header->offset_size);
9a619af0 19359
c764a876
DE
19360 *bytes_read = cu_header->offset_size;
19361 return offset;
19362}
19363
19364/* Read an offset from the data stream. */
19365
19366static LONGEST
d521ce57 19367read_offset_1 (bfd *abfd, const gdb_byte *buf, unsigned int offset_size)
613e1657
KB
19368{
19369 LONGEST retval = 0;
19370
c764a876 19371 switch (offset_size)
613e1657
KB
19372 {
19373 case 4:
fe1b8b76 19374 retval = bfd_get_32 (abfd, buf);
613e1657
KB
19375 break;
19376 case 8:
fe1b8b76 19377 retval = bfd_get_64 (abfd, buf);
613e1657
KB
19378 break;
19379 default:
8e65ff28 19380 internal_error (__FILE__, __LINE__,
c764a876 19381 _("read_offset_1: bad switch [in module %s]"),
659b0389 19382 bfd_get_filename (abfd));
613e1657
KB
19383 }
19384
917c78fc 19385 return retval;
613e1657
KB
19386}
19387
d521ce57
TT
19388static const gdb_byte *
19389read_n_bytes (bfd *abfd, const gdb_byte *buf, unsigned int size)
c906108c
SS
19390{
19391 /* If the size of a host char is 8 bits, we can return a pointer
19392 to the buffer, otherwise we have to copy the data to a buffer
19393 allocated on the temporary obstack. */
4bdf3d34 19394 gdb_assert (HOST_CHAR_BIT == 8);
c906108c 19395 return buf;
c906108c
SS
19396}
19397
d521ce57
TT
19398static const char *
19399read_direct_string (bfd *abfd, const gdb_byte *buf,
19400 unsigned int *bytes_read_ptr)
c906108c
SS
19401{
19402 /* If the size of a host char is 8 bits, we can return a pointer
19403 to the string, otherwise we have to copy the string to a buffer
19404 allocated on the temporary obstack. */
4bdf3d34 19405 gdb_assert (HOST_CHAR_BIT == 8);
c906108c
SS
19406 if (*buf == '\0')
19407 {
19408 *bytes_read_ptr = 1;
19409 return NULL;
19410 }
d521ce57
TT
19411 *bytes_read_ptr = strlen ((const char *) buf) + 1;
19412 return (const char *) buf;
4bdf3d34
JJ
19413}
19414
43988095
JK
19415/* Return pointer to string at section SECT offset STR_OFFSET with error
19416 reporting strings FORM_NAME and SECT_NAME. */
19417
d521ce57 19418static const char *
ed2dc618
SM
19419read_indirect_string_at_offset_from (struct objfile *objfile,
19420 bfd *abfd, LONGEST str_offset,
43988095
JK
19421 struct dwarf2_section_info *sect,
19422 const char *form_name,
19423 const char *sect_name)
19424{
ed2dc618 19425 dwarf2_read_section (objfile, sect);
43988095
JK
19426 if (sect->buffer == NULL)
19427 error (_("%s used without %s section [in module %s]"),
19428 form_name, sect_name, bfd_get_filename (abfd));
19429 if (str_offset >= sect->size)
19430 error (_("%s pointing outside of %s section [in module %s]"),
19431 form_name, sect_name, bfd_get_filename (abfd));
4bdf3d34 19432 gdb_assert (HOST_CHAR_BIT == 8);
43988095 19433 if (sect->buffer[str_offset] == '\0')
4bdf3d34 19434 return NULL;
43988095
JK
19435 return (const char *) (sect->buffer + str_offset);
19436}
19437
19438/* Return pointer to string at .debug_str offset STR_OFFSET. */
19439
19440static const char *
ed2dc618
SM
19441read_indirect_string_at_offset (struct dwarf2_per_objfile *dwarf2_per_objfile,
19442 bfd *abfd, LONGEST str_offset)
43988095 19443{
ed2dc618
SM
19444 return read_indirect_string_at_offset_from (dwarf2_per_objfile->objfile,
19445 abfd, str_offset,
43988095
JK
19446 &dwarf2_per_objfile->str,
19447 "DW_FORM_strp", ".debug_str");
19448}
19449
19450/* Return pointer to string at .debug_line_str offset STR_OFFSET. */
19451
19452static const char *
ed2dc618
SM
19453read_indirect_line_string_at_offset (struct dwarf2_per_objfile *dwarf2_per_objfile,
19454 bfd *abfd, LONGEST str_offset)
43988095 19455{
ed2dc618
SM
19456 return read_indirect_string_at_offset_from (dwarf2_per_objfile->objfile,
19457 abfd, str_offset,
43988095
JK
19458 &dwarf2_per_objfile->line_str,
19459 "DW_FORM_line_strp",
19460 ".debug_line_str");
c906108c
SS
19461}
19462
36586728
TT
19463/* Read a string at offset STR_OFFSET in the .debug_str section from
19464 the .dwz file DWZ. Throw an error if the offset is too large. If
19465 the string consists of a single NUL byte, return NULL; otherwise
19466 return a pointer to the string. */
19467
d521ce57 19468static const char *
ed2dc618
SM
19469read_indirect_string_from_dwz (struct objfile *objfile, struct dwz_file *dwz,
19470 LONGEST str_offset)
36586728 19471{
ed2dc618 19472 dwarf2_read_section (objfile, &dwz->str);
36586728
TT
19473
19474 if (dwz->str.buffer == NULL)
19475 error (_("DW_FORM_GNU_strp_alt used without .debug_str "
19476 "section [in module %s]"),
19477 bfd_get_filename (dwz->dwz_bfd));
19478 if (str_offset >= dwz->str.size)
19479 error (_("DW_FORM_GNU_strp_alt pointing outside of "
19480 ".debug_str section [in module %s]"),
19481 bfd_get_filename (dwz->dwz_bfd));
19482 gdb_assert (HOST_CHAR_BIT == 8);
19483 if (dwz->str.buffer[str_offset] == '\0')
19484 return NULL;
d521ce57 19485 return (const char *) (dwz->str.buffer + str_offset);
36586728
TT
19486}
19487
43988095
JK
19488/* Return pointer to string at .debug_str offset as read from BUF.
19489 BUF is assumed to be in a compilation unit described by CU_HEADER.
19490 Return *BYTES_READ_PTR count of bytes read from BUF. */
19491
d521ce57 19492static const char *
ed2dc618
SM
19493read_indirect_string (struct dwarf2_per_objfile *dwarf2_per_objfile, bfd *abfd,
19494 const gdb_byte *buf,
cf2c3c16
TT
19495 const struct comp_unit_head *cu_header,
19496 unsigned int *bytes_read_ptr)
19497{
19498 LONGEST str_offset = read_offset (abfd, buf, cu_header, bytes_read_ptr);
19499
ed2dc618 19500 return read_indirect_string_at_offset (dwarf2_per_objfile, abfd, str_offset);
cf2c3c16
TT
19501}
19502
43988095
JK
19503/* Return pointer to string at .debug_line_str offset as read from BUF.
19504 BUF is assumed to be in a compilation unit described by CU_HEADER.
19505 Return *BYTES_READ_PTR count of bytes read from BUF. */
19506
19507static const char *
ed2dc618
SM
19508read_indirect_line_string (struct dwarf2_per_objfile *dwarf2_per_objfile,
19509 bfd *abfd, const gdb_byte *buf,
43988095
JK
19510 const struct comp_unit_head *cu_header,
19511 unsigned int *bytes_read_ptr)
19512{
19513 LONGEST str_offset = read_offset (abfd, buf, cu_header, bytes_read_ptr);
19514
ed2dc618
SM
19515 return read_indirect_line_string_at_offset (dwarf2_per_objfile, abfd,
19516 str_offset);
43988095
JK
19517}
19518
19519ULONGEST
d521ce57 19520read_unsigned_leb128 (bfd *abfd, const gdb_byte *buf,
43988095 19521 unsigned int *bytes_read_ptr)
c906108c 19522{
12df843f 19523 ULONGEST result;
ce5d95e1 19524 unsigned int num_read;
870f88f7 19525 int shift;
c906108c
SS
19526 unsigned char byte;
19527
19528 result = 0;
19529 shift = 0;
19530 num_read = 0;
c906108c
SS
19531 while (1)
19532 {
fe1b8b76 19533 byte = bfd_get_8 (abfd, buf);
c906108c
SS
19534 buf++;
19535 num_read++;
12df843f 19536 result |= ((ULONGEST) (byte & 127) << shift);
c906108c
SS
19537 if ((byte & 128) == 0)
19538 {
19539 break;
19540 }
19541 shift += 7;
19542 }
19543 *bytes_read_ptr = num_read;
19544 return result;
19545}
19546
12df843f 19547static LONGEST
d521ce57
TT
19548read_signed_leb128 (bfd *abfd, const gdb_byte *buf,
19549 unsigned int *bytes_read_ptr)
c906108c 19550{
12df843f 19551 LONGEST result;
870f88f7 19552 int shift, num_read;
c906108c
SS
19553 unsigned char byte;
19554
19555 result = 0;
19556 shift = 0;
c906108c 19557 num_read = 0;
c906108c
SS
19558 while (1)
19559 {
fe1b8b76 19560 byte = bfd_get_8 (abfd, buf);
c906108c
SS
19561 buf++;
19562 num_read++;
12df843f 19563 result |= ((LONGEST) (byte & 127) << shift);
c906108c
SS
19564 shift += 7;
19565 if ((byte & 128) == 0)
19566 {
19567 break;
19568 }
19569 }
77e0b926 19570 if ((shift < 8 * sizeof (result)) && (byte & 0x40))
12df843f 19571 result |= -(((LONGEST) 1) << shift);
c906108c
SS
19572 *bytes_read_ptr = num_read;
19573 return result;
19574}
19575
3019eac3
DE
19576/* Given index ADDR_INDEX in .debug_addr, fetch the value.
19577 ADDR_BASE is the DW_AT_GNU_addr_base attribute or zero.
19578 ADDR_SIZE is the size of addresses from the CU header. */
19579
19580static CORE_ADDR
ed2dc618
SM
19581read_addr_index_1 (struct dwarf2_per_objfile *dwarf2_per_objfile,
19582 unsigned int addr_index, ULONGEST addr_base, int addr_size)
3019eac3
DE
19583{
19584 struct objfile *objfile = dwarf2_per_objfile->objfile;
19585 bfd *abfd = objfile->obfd;
19586 const gdb_byte *info_ptr;
19587
19588 dwarf2_read_section (objfile, &dwarf2_per_objfile->addr);
19589 if (dwarf2_per_objfile->addr.buffer == NULL)
19590 error (_("DW_FORM_addr_index used without .debug_addr section [in module %s]"),
4262abfb 19591 objfile_name (objfile));
3019eac3
DE
19592 if (addr_base + addr_index * addr_size >= dwarf2_per_objfile->addr.size)
19593 error (_("DW_FORM_addr_index pointing outside of "
19594 ".debug_addr section [in module %s]"),
4262abfb 19595 objfile_name (objfile));
3019eac3
DE
19596 info_ptr = (dwarf2_per_objfile->addr.buffer
19597 + addr_base + addr_index * addr_size);
19598 if (addr_size == 4)
19599 return bfd_get_32 (abfd, info_ptr);
19600 else
19601 return bfd_get_64 (abfd, info_ptr);
19602}
19603
19604/* Given index ADDR_INDEX in .debug_addr, fetch the value. */
19605
19606static CORE_ADDR
19607read_addr_index (struct dwarf2_cu *cu, unsigned int addr_index)
19608{
518817b3
SM
19609 return read_addr_index_1 (cu->per_cu->dwarf2_per_objfile, addr_index,
19610 cu->addr_base, cu->header.addr_size);
3019eac3
DE
19611}
19612
19613/* Given a pointer to an leb128 value, fetch the value from .debug_addr. */
19614
19615static CORE_ADDR
d521ce57 19616read_addr_index_from_leb128 (struct dwarf2_cu *cu, const gdb_byte *info_ptr,
3019eac3
DE
19617 unsigned int *bytes_read)
19618{
518817b3 19619 bfd *abfd = cu->per_cu->dwarf2_per_objfile->objfile->obfd;
3019eac3
DE
19620 unsigned int addr_index = read_unsigned_leb128 (abfd, info_ptr, bytes_read);
19621
19622 return read_addr_index (cu, addr_index);
19623}
19624
19625/* Data structure to pass results from dwarf2_read_addr_index_reader
19626 back to dwarf2_read_addr_index. */
19627
19628struct dwarf2_read_addr_index_data
19629{
19630 ULONGEST addr_base;
19631 int addr_size;
19632};
19633
19634/* die_reader_func for dwarf2_read_addr_index. */
19635
19636static void
19637dwarf2_read_addr_index_reader (const struct die_reader_specs *reader,
d521ce57 19638 const gdb_byte *info_ptr,
3019eac3
DE
19639 struct die_info *comp_unit_die,
19640 int has_children,
19641 void *data)
19642{
19643 struct dwarf2_cu *cu = reader->cu;
19644 struct dwarf2_read_addr_index_data *aidata =
19645 (struct dwarf2_read_addr_index_data *) data;
19646
19647 aidata->addr_base = cu->addr_base;
19648 aidata->addr_size = cu->header.addr_size;
19649}
19650
19651/* Given an index in .debug_addr, fetch the value.
19652 NOTE: This can be called during dwarf expression evaluation,
19653 long after the debug information has been read, and thus per_cu->cu
19654 may no longer exist. */
19655
19656CORE_ADDR
19657dwarf2_read_addr_index (struct dwarf2_per_cu_data *per_cu,
19658 unsigned int addr_index)
19659{
ed2dc618 19660 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
3019eac3
DE
19661 struct dwarf2_cu *cu = per_cu->cu;
19662 ULONGEST addr_base;
19663 int addr_size;
19664
3019eac3
DE
19665 /* We need addr_base and addr_size.
19666 If we don't have PER_CU->cu, we have to get it.
19667 Nasty, but the alternative is storing the needed info in PER_CU,
19668 which at this point doesn't seem justified: it's not clear how frequently
19669 it would get used and it would increase the size of every PER_CU.
19670 Entry points like dwarf2_per_cu_addr_size do a similar thing
19671 so we're not in uncharted territory here.
19672 Alas we need to be a bit more complicated as addr_base is contained
19673 in the DIE.
19674
19675 We don't need to read the entire CU(/TU).
19676 We just need the header and top level die.
a1b64ce1 19677
3019eac3 19678 IWBN to use the aging mechanism to let us lazily later discard the CU.
a1b64ce1 19679 For now we skip this optimization. */
3019eac3
DE
19680
19681 if (cu != NULL)
19682 {
19683 addr_base = cu->addr_base;
19684 addr_size = cu->header.addr_size;
19685 }
19686 else
19687 {
19688 struct dwarf2_read_addr_index_data aidata;
19689
a1b64ce1
DE
19690 /* Note: We can't use init_cutu_and_read_dies_simple here,
19691 we need addr_base. */
58f0c718 19692 init_cutu_and_read_dies (per_cu, NULL, 0, 0, false,
a1b64ce1 19693 dwarf2_read_addr_index_reader, &aidata);
3019eac3
DE
19694 addr_base = aidata.addr_base;
19695 addr_size = aidata.addr_size;
19696 }
19697
ed2dc618
SM
19698 return read_addr_index_1 (dwarf2_per_objfile, addr_index, addr_base,
19699 addr_size);
3019eac3
DE
19700}
19701
57d63ce2
DE
19702/* Given a DW_FORM_GNU_str_index, fetch the string.
19703 This is only used by the Fission support. */
3019eac3 19704
d521ce57 19705static const char *
342587c4 19706read_str_index (const struct die_reader_specs *reader, ULONGEST str_index)
3019eac3 19707{
ed2dc618 19708 struct dwarf2_cu *cu = reader->cu;
518817b3
SM
19709 struct dwarf2_per_objfile *dwarf2_per_objfile
19710 = cu->per_cu->dwarf2_per_objfile;
3019eac3 19711 struct objfile *objfile = dwarf2_per_objfile->objfile;
c5164cbc 19712 const char *objf_name = objfile_name (objfile);
3019eac3 19713 bfd *abfd = objfile->obfd;
73869dc2
DE
19714 struct dwarf2_section_info *str_section = &reader->dwo_file->sections.str;
19715 struct dwarf2_section_info *str_offsets_section =
19716 &reader->dwo_file->sections.str_offsets;
d521ce57 19717 const gdb_byte *info_ptr;
3019eac3 19718 ULONGEST str_offset;
57d63ce2 19719 static const char form_name[] = "DW_FORM_GNU_str_index";
3019eac3 19720
73869dc2
DE
19721 dwarf2_read_section (objfile, str_section);
19722 dwarf2_read_section (objfile, str_offsets_section);
19723 if (str_section->buffer == NULL)
57d63ce2 19724 error (_("%s used without .debug_str.dwo section"
9d8780f0
SM
19725 " in CU at offset %s [in module %s]"),
19726 form_name, sect_offset_str (cu->header.sect_off), objf_name);
73869dc2 19727 if (str_offsets_section->buffer == NULL)
57d63ce2 19728 error (_("%s used without .debug_str_offsets.dwo section"
9d8780f0
SM
19729 " in CU at offset %s [in module %s]"),
19730 form_name, sect_offset_str (cu->header.sect_off), objf_name);
73869dc2 19731 if (str_index * cu->header.offset_size >= str_offsets_section->size)
57d63ce2 19732 error (_("%s pointing outside of .debug_str_offsets.dwo"
9d8780f0
SM
19733 " section in CU at offset %s [in module %s]"),
19734 form_name, sect_offset_str (cu->header.sect_off), objf_name);
73869dc2 19735 info_ptr = (str_offsets_section->buffer
3019eac3
DE
19736 + str_index * cu->header.offset_size);
19737 if (cu->header.offset_size == 4)
19738 str_offset = bfd_get_32 (abfd, info_ptr);
19739 else
19740 str_offset = bfd_get_64 (abfd, info_ptr);
73869dc2 19741 if (str_offset >= str_section->size)
57d63ce2 19742 error (_("Offset from %s pointing outside of"
9d8780f0
SM
19743 " .debug_str.dwo section in CU at offset %s [in module %s]"),
19744 form_name, sect_offset_str (cu->header.sect_off), objf_name);
73869dc2 19745 return (const char *) (str_section->buffer + str_offset);
3019eac3
DE
19746}
19747
3019eac3
DE
19748/* Return the length of an LEB128 number in BUF. */
19749
19750static int
19751leb128_size (const gdb_byte *buf)
19752{
19753 const gdb_byte *begin = buf;
19754 gdb_byte byte;
19755
19756 while (1)
19757 {
19758 byte = *buf++;
19759 if ((byte & 128) == 0)
19760 return buf - begin;
19761 }
19762}
19763
c906108c 19764static void
e142c38c 19765set_cu_language (unsigned int lang, struct dwarf2_cu *cu)
c906108c
SS
19766{
19767 switch (lang)
19768 {
19769 case DW_LANG_C89:
76bee0cc 19770 case DW_LANG_C99:
0cfd832f 19771 case DW_LANG_C11:
c906108c 19772 case DW_LANG_C:
d1be3247 19773 case DW_LANG_UPC:
e142c38c 19774 cu->language = language_c;
c906108c 19775 break;
9c37b5ae 19776 case DW_LANG_Java:
c906108c 19777 case DW_LANG_C_plus_plus:
0cfd832f
MW
19778 case DW_LANG_C_plus_plus_11:
19779 case DW_LANG_C_plus_plus_14:
e142c38c 19780 cu->language = language_cplus;
c906108c 19781 break;
6aecb9c2
JB
19782 case DW_LANG_D:
19783 cu->language = language_d;
19784 break;
c906108c
SS
19785 case DW_LANG_Fortran77:
19786 case DW_LANG_Fortran90:
b21b22e0 19787 case DW_LANG_Fortran95:
f7de9aab
MW
19788 case DW_LANG_Fortran03:
19789 case DW_LANG_Fortran08:
e142c38c 19790 cu->language = language_fortran;
c906108c 19791 break;
a766d390
DE
19792 case DW_LANG_Go:
19793 cu->language = language_go;
19794 break;
c906108c 19795 case DW_LANG_Mips_Assembler:
e142c38c 19796 cu->language = language_asm;
c906108c
SS
19797 break;
19798 case DW_LANG_Ada83:
8aaf0b47 19799 case DW_LANG_Ada95:
bc5f45f8
JB
19800 cu->language = language_ada;
19801 break;
72019c9c
GM
19802 case DW_LANG_Modula2:
19803 cu->language = language_m2;
19804 break;
fe8e67fd
PM
19805 case DW_LANG_Pascal83:
19806 cu->language = language_pascal;
19807 break;
22566fbd
DJ
19808 case DW_LANG_ObjC:
19809 cu->language = language_objc;
19810 break;
c44af4eb
TT
19811 case DW_LANG_Rust:
19812 case DW_LANG_Rust_old:
19813 cu->language = language_rust;
19814 break;
c906108c
SS
19815 case DW_LANG_Cobol74:
19816 case DW_LANG_Cobol85:
c906108c 19817 default:
e142c38c 19818 cu->language = language_minimal;
c906108c
SS
19819 break;
19820 }
e142c38c 19821 cu->language_defn = language_def (cu->language);
c906108c
SS
19822}
19823
19824/* Return the named attribute or NULL if not there. */
19825
19826static struct attribute *
e142c38c 19827dwarf2_attr (struct die_info *die, unsigned int name, struct dwarf2_cu *cu)
c906108c 19828{
a48e046c 19829 for (;;)
c906108c 19830 {
a48e046c
TT
19831 unsigned int i;
19832 struct attribute *spec = NULL;
19833
19834 for (i = 0; i < die->num_attrs; ++i)
19835 {
19836 if (die->attrs[i].name == name)
19837 return &die->attrs[i];
19838 if (die->attrs[i].name == DW_AT_specification
19839 || die->attrs[i].name == DW_AT_abstract_origin)
19840 spec = &die->attrs[i];
19841 }
19842
19843 if (!spec)
19844 break;
c906108c 19845
f2f0e013 19846 die = follow_die_ref (die, spec, &cu);
f2f0e013 19847 }
c5aa993b 19848
c906108c
SS
19849 return NULL;
19850}
19851
348e048f
DE
19852/* Return the named attribute or NULL if not there,
19853 but do not follow DW_AT_specification, etc.
19854 This is for use in contexts where we're reading .debug_types dies.
19855 Following DW_AT_specification, DW_AT_abstract_origin will take us
19856 back up the chain, and we want to go down. */
19857
19858static struct attribute *
45e58e77 19859dwarf2_attr_no_follow (struct die_info *die, unsigned int name)
348e048f
DE
19860{
19861 unsigned int i;
19862
19863 for (i = 0; i < die->num_attrs; ++i)
19864 if (die->attrs[i].name == name)
19865 return &die->attrs[i];
19866
19867 return NULL;
19868}
19869
7d45c7c3
KB
19870/* Return the string associated with a string-typed attribute, or NULL if it
19871 is either not found or is of an incorrect type. */
19872
19873static const char *
19874dwarf2_string_attr (struct die_info *die, unsigned int name, struct dwarf2_cu *cu)
19875{
19876 struct attribute *attr;
19877 const char *str = NULL;
19878
19879 attr = dwarf2_attr (die, name, cu);
19880
19881 if (attr != NULL)
19882 {
43988095 19883 if (attr->form == DW_FORM_strp || attr->form == DW_FORM_line_strp
b3340438
L
19884 || attr->form == DW_FORM_string
19885 || attr->form == DW_FORM_GNU_str_index
16eb6b2d 19886 || attr->form == DW_FORM_GNU_strp_alt)
7d45c7c3
KB
19887 str = DW_STRING (attr);
19888 else
19889 complaint (&symfile_complaints,
19890 _("string type expected for attribute %s for "
9d8780f0
SM
19891 "DIE at %s in module %s"),
19892 dwarf_attr_name (name), sect_offset_str (die->sect_off),
518817b3 19893 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
7d45c7c3
KB
19894 }
19895
19896 return str;
19897}
19898
05cf31d1
JB
19899/* Return non-zero iff the attribute NAME is defined for the given DIE,
19900 and holds a non-zero value. This function should only be used for
2dc7f7b3 19901 DW_FORM_flag or DW_FORM_flag_present attributes. */
05cf31d1
JB
19902
19903static int
19904dwarf2_flag_true_p (struct die_info *die, unsigned name, struct dwarf2_cu *cu)
19905{
19906 struct attribute *attr = dwarf2_attr (die, name, cu);
19907
19908 return (attr && DW_UNSND (attr));
19909}
19910
3ca72b44 19911static int
e142c38c 19912die_is_declaration (struct die_info *die, struct dwarf2_cu *cu)
3ca72b44 19913{
05cf31d1
JB
19914 /* A DIE is a declaration if it has a DW_AT_declaration attribute
19915 which value is non-zero. However, we have to be careful with
19916 DIEs having a DW_AT_specification attribute, because dwarf2_attr()
19917 (via dwarf2_flag_true_p) follows this attribute. So we may
19918 end up accidently finding a declaration attribute that belongs
19919 to a different DIE referenced by the specification attribute,
19920 even though the given DIE does not have a declaration attribute. */
19921 return (dwarf2_flag_true_p (die, DW_AT_declaration, cu)
19922 && dwarf2_attr (die, DW_AT_specification, cu) == NULL);
3ca72b44
AC
19923}
19924
63d06c5c 19925/* Return the die giving the specification for DIE, if there is
f2f0e013 19926 one. *SPEC_CU is the CU containing DIE on input, and the CU
edb3359d
DJ
19927 containing the return value on output. If there is no
19928 specification, but there is an abstract origin, that is
19929 returned. */
63d06c5c
DC
19930
19931static struct die_info *
f2f0e013 19932die_specification (struct die_info *die, struct dwarf2_cu **spec_cu)
63d06c5c 19933{
f2f0e013
DJ
19934 struct attribute *spec_attr = dwarf2_attr (die, DW_AT_specification,
19935 *spec_cu);
63d06c5c 19936
edb3359d
DJ
19937 if (spec_attr == NULL)
19938 spec_attr = dwarf2_attr (die, DW_AT_abstract_origin, *spec_cu);
19939
63d06c5c
DC
19940 if (spec_attr == NULL)
19941 return NULL;
19942 else
f2f0e013 19943 return follow_die_ref (die, spec_attr, spec_cu);
63d06c5c 19944}
c906108c 19945
527f3840
JK
19946/* Stub for free_line_header to match void * callback types. */
19947
19948static void
19949free_line_header_voidp (void *arg)
19950{
9a3c8263 19951 struct line_header *lh = (struct line_header *) arg;
527f3840 19952
fff8551c 19953 delete lh;
527f3840
JK
19954}
19955
fff8551c
PA
19956void
19957line_header::add_include_dir (const char *include_dir)
c906108c 19958{
27e0867f 19959 if (dwarf_line_debug >= 2)
fff8551c
PA
19960 fprintf_unfiltered (gdb_stdlog, "Adding dir %zu: %s\n",
19961 include_dirs.size () + 1, include_dir);
27e0867f 19962
fff8551c 19963 include_dirs.push_back (include_dir);
debd256d 19964}
6e70227d 19965
fff8551c
PA
19966void
19967line_header::add_file_name (const char *name,
ecfb656c 19968 dir_index d_index,
fff8551c
PA
19969 unsigned int mod_time,
19970 unsigned int length)
debd256d 19971{
27e0867f
DE
19972 if (dwarf_line_debug >= 2)
19973 fprintf_unfiltered (gdb_stdlog, "Adding file %u: %s\n",
fff8551c 19974 (unsigned) file_names.size () + 1, name);
27e0867f 19975
ecfb656c 19976 file_names.emplace_back (name, d_index, mod_time, length);
debd256d 19977}
6e70227d 19978
83769d0b 19979/* A convenience function to find the proper .debug_line section for a CU. */
36586728
TT
19980
19981static struct dwarf2_section_info *
19982get_debug_line_section (struct dwarf2_cu *cu)
19983{
19984 struct dwarf2_section_info *section;
518817b3
SM
19985 struct dwarf2_per_objfile *dwarf2_per_objfile
19986 = cu->per_cu->dwarf2_per_objfile;
36586728
TT
19987
19988 /* For TUs in DWO files, the DW_AT_stmt_list attribute lives in the
19989 DWO file. */
19990 if (cu->dwo_unit && cu->per_cu->is_debug_types)
19991 section = &cu->dwo_unit->dwo_file->sections.line;
19992 else if (cu->per_cu->is_dwz)
19993 {
ed2dc618 19994 struct dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
36586728
TT
19995
19996 section = &dwz->line;
19997 }
19998 else
19999 section = &dwarf2_per_objfile->line;
20000
20001 return section;
20002}
20003
43988095
JK
20004/* Read directory or file name entry format, starting with byte of
20005 format count entries, ULEB128 pairs of entry formats, ULEB128 of
20006 entries count and the entries themselves in the described entry
20007 format. */
20008
20009static void
ed2dc618
SM
20010read_formatted_entries (struct dwarf2_per_objfile *dwarf2_per_objfile,
20011 bfd *abfd, const gdb_byte **bufp,
43988095
JK
20012 struct line_header *lh,
20013 const struct comp_unit_head *cu_header,
20014 void (*callback) (struct line_header *lh,
20015 const char *name,
ecfb656c 20016 dir_index d_index,
43988095
JK
20017 unsigned int mod_time,
20018 unsigned int length))
20019{
20020 gdb_byte format_count, formati;
20021 ULONGEST data_count, datai;
20022 const gdb_byte *buf = *bufp;
20023 const gdb_byte *format_header_data;
43988095
JK
20024 unsigned int bytes_read;
20025
20026 format_count = read_1_byte (abfd, buf);
20027 buf += 1;
20028 format_header_data = buf;
20029 for (formati = 0; formati < format_count; formati++)
20030 {
20031 read_unsigned_leb128 (abfd, buf, &bytes_read);
20032 buf += bytes_read;
20033 read_unsigned_leb128 (abfd, buf, &bytes_read);
20034 buf += bytes_read;
20035 }
20036
20037 data_count = read_unsigned_leb128 (abfd, buf, &bytes_read);
20038 buf += bytes_read;
20039 for (datai = 0; datai < data_count; datai++)
20040 {
20041 const gdb_byte *format = format_header_data;
20042 struct file_entry fe;
20043
43988095
JK
20044 for (formati = 0; formati < format_count; formati++)
20045 {
ecfb656c 20046 ULONGEST content_type = read_unsigned_leb128 (abfd, format, &bytes_read);
43988095 20047 format += bytes_read;
43988095 20048
ecfb656c 20049 ULONGEST form = read_unsigned_leb128 (abfd, format, &bytes_read);
43988095 20050 format += bytes_read;
ecfb656c
PA
20051
20052 gdb::optional<const char *> string;
20053 gdb::optional<unsigned int> uint;
20054
43988095
JK
20055 switch (form)
20056 {
20057 case DW_FORM_string:
ecfb656c 20058 string.emplace (read_direct_string (abfd, buf, &bytes_read));
43988095
JK
20059 buf += bytes_read;
20060 break;
20061
20062 case DW_FORM_line_strp:
ed2dc618
SM
20063 string.emplace (read_indirect_line_string (dwarf2_per_objfile,
20064 abfd, buf,
ecfb656c
PA
20065 cu_header,
20066 &bytes_read));
43988095
JK
20067 buf += bytes_read;
20068 break;
20069
20070 case DW_FORM_data1:
ecfb656c 20071 uint.emplace (read_1_byte (abfd, buf));
43988095
JK
20072 buf += 1;
20073 break;
20074
20075 case DW_FORM_data2:
ecfb656c 20076 uint.emplace (read_2_bytes (abfd, buf));
43988095
JK
20077 buf += 2;
20078 break;
20079
20080 case DW_FORM_data4:
ecfb656c 20081 uint.emplace (read_4_bytes (abfd, buf));
43988095
JK
20082 buf += 4;
20083 break;
20084
20085 case DW_FORM_data8:
ecfb656c 20086 uint.emplace (read_8_bytes (abfd, buf));
43988095
JK
20087 buf += 8;
20088 break;
20089
20090 case DW_FORM_udata:
ecfb656c 20091 uint.emplace (read_unsigned_leb128 (abfd, buf, &bytes_read));
43988095
JK
20092 buf += bytes_read;
20093 break;
20094
20095 case DW_FORM_block:
20096 /* It is valid only for DW_LNCT_timestamp which is ignored by
20097 current GDB. */
20098 break;
20099 }
ecfb656c
PA
20100
20101 switch (content_type)
20102 {
20103 case DW_LNCT_path:
20104 if (string.has_value ())
20105 fe.name = *string;
20106 break;
20107 case DW_LNCT_directory_index:
20108 if (uint.has_value ())
20109 fe.d_index = (dir_index) *uint;
20110 break;
20111 case DW_LNCT_timestamp:
20112 if (uint.has_value ())
20113 fe.mod_time = *uint;
20114 break;
20115 case DW_LNCT_size:
20116 if (uint.has_value ())
20117 fe.length = *uint;
20118 break;
20119 case DW_LNCT_MD5:
20120 break;
20121 default:
20122 complaint (&symfile_complaints,
20123 _("Unknown format content type %s"),
20124 pulongest (content_type));
20125 }
43988095
JK
20126 }
20127
ecfb656c 20128 callback (lh, fe.name, fe.d_index, fe.mod_time, fe.length);
43988095
JK
20129 }
20130
20131 *bufp = buf;
20132}
20133
debd256d 20134/* Read the statement program header starting at OFFSET in
3019eac3 20135 .debug_line, or .debug_line.dwo. Return a pointer
6502dd73 20136 to a struct line_header, allocated using xmalloc.
cd366ee8
DE
20137 Returns NULL if there is a problem reading the header, e.g., if it
20138 has a version we don't understand.
debd256d
JB
20139
20140 NOTE: the strings in the include directory and file name tables of
3019eac3
DE
20141 the returned object point into the dwarf line section buffer,
20142 and must not be freed. */
ae2de4f8 20143
fff8551c 20144static line_header_up
9c541725 20145dwarf_decode_line_header (sect_offset sect_off, struct dwarf2_cu *cu)
debd256d 20146{
d521ce57 20147 const gdb_byte *line_ptr;
c764a876 20148 unsigned int bytes_read, offset_size;
debd256d 20149 int i;
d521ce57 20150 const char *cur_dir, *cur_file;
3019eac3
DE
20151 struct dwarf2_section_info *section;
20152 bfd *abfd;
518817b3
SM
20153 struct dwarf2_per_objfile *dwarf2_per_objfile
20154 = cu->per_cu->dwarf2_per_objfile;
3019eac3 20155
36586728 20156 section = get_debug_line_section (cu);
3019eac3
DE
20157 dwarf2_read_section (dwarf2_per_objfile->objfile, section);
20158 if (section->buffer == NULL)
debd256d 20159 {
3019eac3
DE
20160 if (cu->dwo_unit && cu->per_cu->is_debug_types)
20161 complaint (&symfile_complaints, _("missing .debug_line.dwo section"));
20162 else
20163 complaint (&symfile_complaints, _("missing .debug_line section"));
debd256d
JB
20164 return 0;
20165 }
20166
fceca515
DE
20167 /* We can't do this until we know the section is non-empty.
20168 Only then do we know we have such a section. */
a32a8923 20169 abfd = get_section_bfd_owner (section);
fceca515 20170
a738430d
MK
20171 /* Make sure that at least there's room for the total_length field.
20172 That could be 12 bytes long, but we're just going to fudge that. */
9c541725 20173 if (to_underlying (sect_off) + 4 >= section->size)
debd256d 20174 {
4d3c2250 20175 dwarf2_statement_list_fits_in_line_number_section_complaint ();
debd256d
JB
20176 return 0;
20177 }
20178
fff8551c 20179 line_header_up lh (new line_header ());
debd256d 20180
9c541725 20181 lh->sect_off = sect_off;
527f3840
JK
20182 lh->offset_in_dwz = cu->per_cu->is_dwz;
20183
9c541725 20184 line_ptr = section->buffer + to_underlying (sect_off);
debd256d 20185
a738430d 20186 /* Read in the header. */
6e70227d 20187 lh->total_length =
c764a876
DE
20188 read_checked_initial_length_and_offset (abfd, line_ptr, &cu->header,
20189 &bytes_read, &offset_size);
debd256d 20190 line_ptr += bytes_read;
3019eac3 20191 if (line_ptr + lh->total_length > (section->buffer + section->size))
debd256d 20192 {
4d3c2250 20193 dwarf2_statement_list_fits_in_line_number_section_complaint ();
debd256d
JB
20194 return 0;
20195 }
20196 lh->statement_program_end = line_ptr + lh->total_length;
20197 lh->version = read_2_bytes (abfd, line_ptr);
20198 line_ptr += 2;
43988095 20199 if (lh->version > 5)
cd366ee8
DE
20200 {
20201 /* This is a version we don't understand. The format could have
20202 changed in ways we don't handle properly so just punt. */
20203 complaint (&symfile_complaints,
20204 _("unsupported version in .debug_line section"));
20205 return NULL;
20206 }
43988095
JK
20207 if (lh->version >= 5)
20208 {
20209 gdb_byte segment_selector_size;
20210
20211 /* Skip address size. */
20212 read_1_byte (abfd, line_ptr);
20213 line_ptr += 1;
20214
20215 segment_selector_size = read_1_byte (abfd, line_ptr);
20216 line_ptr += 1;
20217 if (segment_selector_size != 0)
20218 {
20219 complaint (&symfile_complaints,
20220 _("unsupported segment selector size %u "
20221 "in .debug_line section"),
20222 segment_selector_size);
20223 return NULL;
20224 }
20225 }
c764a876
DE
20226 lh->header_length = read_offset_1 (abfd, line_ptr, offset_size);
20227 line_ptr += offset_size;
debd256d
JB
20228 lh->minimum_instruction_length = read_1_byte (abfd, line_ptr);
20229 line_ptr += 1;
2dc7f7b3
TT
20230 if (lh->version >= 4)
20231 {
20232 lh->maximum_ops_per_instruction = read_1_byte (abfd, line_ptr);
20233 line_ptr += 1;
20234 }
20235 else
20236 lh->maximum_ops_per_instruction = 1;
20237
20238 if (lh->maximum_ops_per_instruction == 0)
20239 {
20240 lh->maximum_ops_per_instruction = 1;
20241 complaint (&symfile_complaints,
3e43a32a
MS
20242 _("invalid maximum_ops_per_instruction "
20243 "in `.debug_line' section"));
2dc7f7b3
TT
20244 }
20245
debd256d
JB
20246 lh->default_is_stmt = read_1_byte (abfd, line_ptr);
20247 line_ptr += 1;
20248 lh->line_base = read_1_signed_byte (abfd, line_ptr);
20249 line_ptr += 1;
20250 lh->line_range = read_1_byte (abfd, line_ptr);
20251 line_ptr += 1;
20252 lh->opcode_base = read_1_byte (abfd, line_ptr);
20253 line_ptr += 1;
fff8551c 20254 lh->standard_opcode_lengths.reset (new unsigned char[lh->opcode_base]);
debd256d
JB
20255
20256 lh->standard_opcode_lengths[0] = 1; /* This should never be used anyway. */
20257 for (i = 1; i < lh->opcode_base; ++i)
20258 {
20259 lh->standard_opcode_lengths[i] = read_1_byte (abfd, line_ptr);
20260 line_ptr += 1;
20261 }
20262
43988095 20263 if (lh->version >= 5)
debd256d 20264 {
43988095 20265 /* Read directory table. */
ed2dc618
SM
20266 read_formatted_entries (dwarf2_per_objfile, abfd, &line_ptr, lh.get (),
20267 &cu->header,
fff8551c 20268 [] (struct line_header *lh, const char *name,
ecfb656c 20269 dir_index d_index, unsigned int mod_time,
fff8551c
PA
20270 unsigned int length)
20271 {
20272 lh->add_include_dir (name);
20273 });
debd256d 20274
43988095 20275 /* Read file name table. */
ed2dc618
SM
20276 read_formatted_entries (dwarf2_per_objfile, abfd, &line_ptr, lh.get (),
20277 &cu->header,
fff8551c 20278 [] (struct line_header *lh, const char *name,
ecfb656c 20279 dir_index d_index, unsigned int mod_time,
fff8551c
PA
20280 unsigned int length)
20281 {
ecfb656c 20282 lh->add_file_name (name, d_index, mod_time, length);
fff8551c 20283 });
43988095
JK
20284 }
20285 else
debd256d 20286 {
43988095
JK
20287 /* Read directory table. */
20288 while ((cur_dir = read_direct_string (abfd, line_ptr, &bytes_read)) != NULL)
20289 {
20290 line_ptr += bytes_read;
fff8551c 20291 lh->add_include_dir (cur_dir);
43988095 20292 }
debd256d
JB
20293 line_ptr += bytes_read;
20294
43988095
JK
20295 /* Read file name table. */
20296 while ((cur_file = read_direct_string (abfd, line_ptr, &bytes_read)) != NULL)
20297 {
ecfb656c
PA
20298 unsigned int mod_time, length;
20299 dir_index d_index;
43988095
JK
20300
20301 line_ptr += bytes_read;
ecfb656c 20302 d_index = (dir_index) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
43988095
JK
20303 line_ptr += bytes_read;
20304 mod_time = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
20305 line_ptr += bytes_read;
20306 length = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
20307 line_ptr += bytes_read;
20308
ecfb656c 20309 lh->add_file_name (cur_file, d_index, mod_time, length);
43988095
JK
20310 }
20311 line_ptr += bytes_read;
debd256d 20312 }
6e70227d 20313 lh->statement_program_start = line_ptr;
debd256d 20314
3019eac3 20315 if (line_ptr > (section->buffer + section->size))
4d3c2250 20316 complaint (&symfile_complaints,
3e43a32a
MS
20317 _("line number info header doesn't "
20318 "fit in `.debug_line' section"));
debd256d 20319
debd256d
JB
20320 return lh;
20321}
c906108c 20322
c6da4cef
DE
20323/* Subroutine of dwarf_decode_lines to simplify it.
20324 Return the file name of the psymtab for included file FILE_INDEX
20325 in line header LH of PST.
20326 COMP_DIR is the compilation directory (DW_AT_comp_dir) or NULL if unknown.
c89b44cd
TT
20327 If space for the result is malloc'd, *NAME_HOLDER will be set.
20328 Returns NULL if FILE_INDEX should be ignored, i.e., it is pst->filename. */
c6da4cef 20329
d521ce57 20330static const char *
c6da4cef
DE
20331psymtab_include_file_name (const struct line_header *lh, int file_index,
20332 const struct partial_symtab *pst,
c89b44cd
TT
20333 const char *comp_dir,
20334 gdb::unique_xmalloc_ptr<char> *name_holder)
c6da4cef 20335{
8c43009f 20336 const file_entry &fe = lh->file_names[file_index];
d521ce57
TT
20337 const char *include_name = fe.name;
20338 const char *include_name_to_compare = include_name;
72b9f47f 20339 const char *pst_filename;
c6da4cef
DE
20340 int file_is_pst;
20341
8c43009f 20342 const char *dir_name = fe.include_dir (lh);
c6da4cef 20343
c89b44cd 20344 gdb::unique_xmalloc_ptr<char> hold_compare;
c6da4cef
DE
20345 if (!IS_ABSOLUTE_PATH (include_name)
20346 && (dir_name != NULL || comp_dir != NULL))
20347 {
20348 /* Avoid creating a duplicate psymtab for PST.
20349 We do this by comparing INCLUDE_NAME and PST_FILENAME.
20350 Before we do the comparison, however, we need to account
20351 for DIR_NAME and COMP_DIR.
20352 First prepend dir_name (if non-NULL). If we still don't
20353 have an absolute path prepend comp_dir (if non-NULL).
20354 However, the directory we record in the include-file's
20355 psymtab does not contain COMP_DIR (to match the
20356 corresponding symtab(s)).
20357
20358 Example:
20359
20360 bash$ cd /tmp
20361 bash$ gcc -g ./hello.c
20362 include_name = "hello.c"
20363 dir_name = "."
20364 DW_AT_comp_dir = comp_dir = "/tmp"
5f52445b
YQ
20365 DW_AT_name = "./hello.c"
20366
20367 */
c6da4cef
DE
20368
20369 if (dir_name != NULL)
20370 {
c89b44cd
TT
20371 name_holder->reset (concat (dir_name, SLASH_STRING,
20372 include_name, (char *) NULL));
20373 include_name = name_holder->get ();
c6da4cef 20374 include_name_to_compare = include_name;
c6da4cef
DE
20375 }
20376 if (!IS_ABSOLUTE_PATH (include_name) && comp_dir != NULL)
20377 {
c89b44cd
TT
20378 hold_compare.reset (concat (comp_dir, SLASH_STRING,
20379 include_name, (char *) NULL));
20380 include_name_to_compare = hold_compare.get ();
c6da4cef
DE
20381 }
20382 }
20383
20384 pst_filename = pst->filename;
c89b44cd 20385 gdb::unique_xmalloc_ptr<char> copied_name;
c6da4cef
DE
20386 if (!IS_ABSOLUTE_PATH (pst_filename) && pst->dirname != NULL)
20387 {
c89b44cd
TT
20388 copied_name.reset (concat (pst->dirname, SLASH_STRING,
20389 pst_filename, (char *) NULL));
20390 pst_filename = copied_name.get ();
c6da4cef
DE
20391 }
20392
1e3fad37 20393 file_is_pst = FILENAME_CMP (include_name_to_compare, pst_filename) == 0;
c6da4cef 20394
c6da4cef
DE
20395 if (file_is_pst)
20396 return NULL;
20397 return include_name;
20398}
20399
d9b3de22
DE
20400/* State machine to track the state of the line number program. */
20401
6f77053d 20402class lnp_state_machine
d9b3de22 20403{
6f77053d
PA
20404public:
20405 /* Initialize a machine state for the start of a line number
20406 program. */
20407 lnp_state_machine (gdbarch *arch, line_header *lh, bool record_lines_p);
20408
8c43009f
PA
20409 file_entry *current_file ()
20410 {
20411 /* lh->file_names is 0-based, but the file name numbers in the
20412 statement program are 1-based. */
6f77053d
PA
20413 return m_line_header->file_name_at (m_file);
20414 }
20415
20416 /* Record the line in the state machine. END_SEQUENCE is true if
20417 we're processing the end of a sequence. */
20418 void record_line (bool end_sequence);
20419
20420 /* Check address and if invalid nop-out the rest of the lines in this
20421 sequence. */
20422 void check_line_address (struct dwarf2_cu *cu,
20423 const gdb_byte *line_ptr,
20424 CORE_ADDR lowpc, CORE_ADDR address);
20425
20426 void handle_set_discriminator (unsigned int discriminator)
20427 {
20428 m_discriminator = discriminator;
20429 m_line_has_non_zero_discriminator |= discriminator != 0;
20430 }
20431
20432 /* Handle DW_LNE_set_address. */
20433 void handle_set_address (CORE_ADDR baseaddr, CORE_ADDR address)
20434 {
20435 m_op_index = 0;
20436 address += baseaddr;
20437 m_address = gdbarch_adjust_dwarf2_line (m_gdbarch, address, false);
20438 }
20439
20440 /* Handle DW_LNS_advance_pc. */
20441 void handle_advance_pc (CORE_ADDR adjust);
20442
20443 /* Handle a special opcode. */
20444 void handle_special_opcode (unsigned char op_code);
20445
20446 /* Handle DW_LNS_advance_line. */
20447 void handle_advance_line (int line_delta)
20448 {
20449 advance_line (line_delta);
20450 }
20451
20452 /* Handle DW_LNS_set_file. */
20453 void handle_set_file (file_name_index file);
20454
20455 /* Handle DW_LNS_negate_stmt. */
20456 void handle_negate_stmt ()
20457 {
20458 m_is_stmt = !m_is_stmt;
20459 }
20460
20461 /* Handle DW_LNS_const_add_pc. */
20462 void handle_const_add_pc ();
20463
20464 /* Handle DW_LNS_fixed_advance_pc. */
20465 void handle_fixed_advance_pc (CORE_ADDR addr_adj)
20466 {
20467 m_address += gdbarch_adjust_dwarf2_line (m_gdbarch, addr_adj, true);
20468 m_op_index = 0;
20469 }
20470
20471 /* Handle DW_LNS_copy. */
20472 void handle_copy ()
20473 {
20474 record_line (false);
20475 m_discriminator = 0;
20476 }
20477
20478 /* Handle DW_LNE_end_sequence. */
20479 void handle_end_sequence ()
20480 {
20481 m_record_line_callback = ::record_line;
20482 }
20483
20484private:
20485 /* Advance the line by LINE_DELTA. */
20486 void advance_line (int line_delta)
20487 {
20488 m_line += line_delta;
20489
20490 if (line_delta != 0)
20491 m_line_has_non_zero_discriminator = m_discriminator != 0;
8c43009f
PA
20492 }
20493
6f77053d
PA
20494 gdbarch *m_gdbarch;
20495
20496 /* True if we're recording lines.
20497 Otherwise we're building partial symtabs and are just interested in
20498 finding include files mentioned by the line number program. */
20499 bool m_record_lines_p;
20500
8c43009f 20501 /* The line number header. */
6f77053d 20502 line_header *m_line_header;
8c43009f 20503
6f77053d
PA
20504 /* These are part of the standard DWARF line number state machine,
20505 and initialized according to the DWARF spec. */
d9b3de22 20506
6f77053d 20507 unsigned char m_op_index = 0;
8c43009f 20508 /* The line table index (1-based) of the current file. */
6f77053d
PA
20509 file_name_index m_file = (file_name_index) 1;
20510 unsigned int m_line = 1;
20511
20512 /* These are initialized in the constructor. */
20513
20514 CORE_ADDR m_address;
20515 bool m_is_stmt;
20516 unsigned int m_discriminator;
d9b3de22
DE
20517
20518 /* Additional bits of state we need to track. */
20519
20520 /* The last file that we called dwarf2_start_subfile for.
20521 This is only used for TLLs. */
6f77053d 20522 unsigned int m_last_file = 0;
d9b3de22 20523 /* The last file a line number was recorded for. */
6f77053d 20524 struct subfile *m_last_subfile = NULL;
d9b3de22
DE
20525
20526 /* The function to call to record a line. */
6f77053d 20527 record_line_ftype *m_record_line_callback = NULL;
d9b3de22
DE
20528
20529 /* The last line number that was recorded, used to coalesce
20530 consecutive entries for the same line. This can happen, for
20531 example, when discriminators are present. PR 17276. */
6f77053d
PA
20532 unsigned int m_last_line = 0;
20533 bool m_line_has_non_zero_discriminator = false;
8c43009f 20534};
d9b3de22 20535
6f77053d
PA
20536void
20537lnp_state_machine::handle_advance_pc (CORE_ADDR adjust)
20538{
20539 CORE_ADDR addr_adj = (((m_op_index + adjust)
20540 / m_line_header->maximum_ops_per_instruction)
20541 * m_line_header->minimum_instruction_length);
20542 m_address += gdbarch_adjust_dwarf2_line (m_gdbarch, addr_adj, true);
20543 m_op_index = ((m_op_index + adjust)
20544 % m_line_header->maximum_ops_per_instruction);
20545}
d9b3de22 20546
6f77053d
PA
20547void
20548lnp_state_machine::handle_special_opcode (unsigned char op_code)
d9b3de22 20549{
6f77053d
PA
20550 unsigned char adj_opcode = op_code - m_line_header->opcode_base;
20551 CORE_ADDR addr_adj = (((m_op_index
20552 + (adj_opcode / m_line_header->line_range))
20553 / m_line_header->maximum_ops_per_instruction)
20554 * m_line_header->minimum_instruction_length);
20555 m_address += gdbarch_adjust_dwarf2_line (m_gdbarch, addr_adj, true);
20556 m_op_index = ((m_op_index + (adj_opcode / m_line_header->line_range))
20557 % m_line_header->maximum_ops_per_instruction);
d9b3de22 20558
6f77053d
PA
20559 int line_delta = (m_line_header->line_base
20560 + (adj_opcode % m_line_header->line_range));
20561 advance_line (line_delta);
20562 record_line (false);
20563 m_discriminator = 0;
20564}
d9b3de22 20565
6f77053d
PA
20566void
20567lnp_state_machine::handle_set_file (file_name_index file)
20568{
20569 m_file = file;
20570
20571 const file_entry *fe = current_file ();
20572 if (fe == NULL)
20573 dwarf2_debug_line_missing_file_complaint ();
20574 else if (m_record_lines_p)
20575 {
20576 const char *dir = fe->include_dir (m_line_header);
20577
20578 m_last_subfile = current_subfile;
20579 m_line_has_non_zero_discriminator = m_discriminator != 0;
20580 dwarf2_start_subfile (fe->name, dir);
20581 }
20582}
20583
20584void
20585lnp_state_machine::handle_const_add_pc ()
20586{
20587 CORE_ADDR adjust
20588 = (255 - m_line_header->opcode_base) / m_line_header->line_range;
20589
20590 CORE_ADDR addr_adj
20591 = (((m_op_index + adjust)
20592 / m_line_header->maximum_ops_per_instruction)
20593 * m_line_header->minimum_instruction_length);
20594
20595 m_address += gdbarch_adjust_dwarf2_line (m_gdbarch, addr_adj, true);
20596 m_op_index = ((m_op_index + adjust)
20597 % m_line_header->maximum_ops_per_instruction);
20598}
d9b3de22 20599
c91513d8
PP
20600/* Ignore this record_line request. */
20601
20602static void
20603noop_record_line (struct subfile *subfile, int line, CORE_ADDR pc)
20604{
20605 return;
20606}
20607
a05a36a5
DE
20608/* Return non-zero if we should add LINE to the line number table.
20609 LINE is the line to add, LAST_LINE is the last line that was added,
20610 LAST_SUBFILE is the subfile for LAST_LINE.
20611 LINE_HAS_NON_ZERO_DISCRIMINATOR is non-zero if LINE has ever
20612 had a non-zero discriminator.
20613
20614 We have to be careful in the presence of discriminators.
20615 E.g., for this line:
20616
20617 for (i = 0; i < 100000; i++);
20618
20619 clang can emit four line number entries for that one line,
20620 each with a different discriminator.
20621 See gdb.dwarf2/dw2-single-line-discriminators.exp for an example.
20622
20623 However, we want gdb to coalesce all four entries into one.
20624 Otherwise the user could stepi into the middle of the line and
20625 gdb would get confused about whether the pc really was in the
20626 middle of the line.
20627
20628 Things are further complicated by the fact that two consecutive
20629 line number entries for the same line is a heuristic used by gcc
20630 to denote the end of the prologue. So we can't just discard duplicate
20631 entries, we have to be selective about it. The heuristic we use is
20632 that we only collapse consecutive entries for the same line if at least
20633 one of those entries has a non-zero discriminator. PR 17276.
20634
20635 Note: Addresses in the line number state machine can never go backwards
20636 within one sequence, thus this coalescing is ok. */
20637
20638static int
20639dwarf_record_line_p (unsigned int line, unsigned int last_line,
20640 int line_has_non_zero_discriminator,
20641 struct subfile *last_subfile)
20642{
20643 if (current_subfile != last_subfile)
20644 return 1;
20645 if (line != last_line)
20646 return 1;
20647 /* Same line for the same file that we've seen already.
20648 As a last check, for pr 17276, only record the line if the line
20649 has never had a non-zero discriminator. */
20650 if (!line_has_non_zero_discriminator)
20651 return 1;
20652 return 0;
20653}
20654
252a6764
DE
20655/* Use P_RECORD_LINE to record line number LINE beginning at address ADDRESS
20656 in the line table of subfile SUBFILE. */
20657
20658static void
d9b3de22
DE
20659dwarf_record_line_1 (struct gdbarch *gdbarch, struct subfile *subfile,
20660 unsigned int line, CORE_ADDR address,
20661 record_line_ftype p_record_line)
252a6764
DE
20662{
20663 CORE_ADDR addr = gdbarch_addr_bits_remove (gdbarch, address);
20664
27e0867f
DE
20665 if (dwarf_line_debug)
20666 {
20667 fprintf_unfiltered (gdb_stdlog,
20668 "Recording line %u, file %s, address %s\n",
20669 line, lbasename (subfile->name),
20670 paddress (gdbarch, address));
20671 }
20672
d5962de5 20673 (*p_record_line) (subfile, line, addr);
252a6764
DE
20674}
20675
20676/* Subroutine of dwarf_decode_lines_1 to simplify it.
20677 Mark the end of a set of line number records.
d9b3de22 20678 The arguments are the same as for dwarf_record_line_1.
252a6764
DE
20679 If SUBFILE is NULL the request is ignored. */
20680
20681static void
20682dwarf_finish_line (struct gdbarch *gdbarch, struct subfile *subfile,
20683 CORE_ADDR address, record_line_ftype p_record_line)
20684{
27e0867f
DE
20685 if (subfile == NULL)
20686 return;
20687
20688 if (dwarf_line_debug)
20689 {
20690 fprintf_unfiltered (gdb_stdlog,
20691 "Finishing current line, file %s, address %s\n",
20692 lbasename (subfile->name),
20693 paddress (gdbarch, address));
20694 }
20695
d9b3de22
DE
20696 dwarf_record_line_1 (gdbarch, subfile, 0, address, p_record_line);
20697}
20698
6f77053d
PA
20699void
20700lnp_state_machine::record_line (bool end_sequence)
d9b3de22 20701{
d9b3de22
DE
20702 if (dwarf_line_debug)
20703 {
20704 fprintf_unfiltered (gdb_stdlog,
20705 "Processing actual line %u: file %u,"
20706 " address %s, is_stmt %u, discrim %u\n",
6f77053d
PA
20707 m_line, to_underlying (m_file),
20708 paddress (m_gdbarch, m_address),
20709 m_is_stmt, m_discriminator);
d9b3de22
DE
20710 }
20711
6f77053d 20712 file_entry *fe = current_file ();
8c43009f
PA
20713
20714 if (fe == NULL)
d9b3de22
DE
20715 dwarf2_debug_line_missing_file_complaint ();
20716 /* For now we ignore lines not starting on an instruction boundary.
20717 But not when processing end_sequence for compatibility with the
20718 previous version of the code. */
6f77053d 20719 else if (m_op_index == 0 || end_sequence)
d9b3de22 20720 {
8c43009f 20721 fe->included_p = 1;
6f77053d 20722 if (m_record_lines_p && m_is_stmt)
d9b3de22 20723 {
6f77053d 20724 if (m_last_subfile != current_subfile || end_sequence)
d9b3de22 20725 {
6f77053d
PA
20726 dwarf_finish_line (m_gdbarch, m_last_subfile,
20727 m_address, m_record_line_callback);
d9b3de22
DE
20728 }
20729
20730 if (!end_sequence)
20731 {
6f77053d
PA
20732 if (dwarf_record_line_p (m_line, m_last_line,
20733 m_line_has_non_zero_discriminator,
20734 m_last_subfile))
d9b3de22 20735 {
6f77053d
PA
20736 dwarf_record_line_1 (m_gdbarch, current_subfile,
20737 m_line, m_address,
20738 m_record_line_callback);
d9b3de22 20739 }
6f77053d
PA
20740 m_last_subfile = current_subfile;
20741 m_last_line = m_line;
d9b3de22
DE
20742 }
20743 }
20744 }
20745}
20746
6f77053d
PA
20747lnp_state_machine::lnp_state_machine (gdbarch *arch, line_header *lh,
20748 bool record_lines_p)
d9b3de22 20749{
6f77053d
PA
20750 m_gdbarch = arch;
20751 m_record_lines_p = record_lines_p;
20752 m_line_header = lh;
d9b3de22 20753
6f77053d 20754 m_record_line_callback = ::record_line;
d9b3de22 20755
d9b3de22
DE
20756 /* Call `gdbarch_adjust_dwarf2_line' on the initial 0 address as if there
20757 was a line entry for it so that the backend has a chance to adjust it
20758 and also record it in case it needs it. This is currently used by MIPS
20759 code, cf. `mips_adjust_dwarf2_line'. */
6f77053d
PA
20760 m_address = gdbarch_adjust_dwarf2_line (arch, 0, 0);
20761 m_is_stmt = lh->default_is_stmt;
20762 m_discriminator = 0;
252a6764
DE
20763}
20764
6f77053d
PA
20765void
20766lnp_state_machine::check_line_address (struct dwarf2_cu *cu,
20767 const gdb_byte *line_ptr,
20768 CORE_ADDR lowpc, CORE_ADDR address)
924c2928
DE
20769{
20770 /* If address < lowpc then it's not a usable value, it's outside the
20771 pc range of the CU. However, we restrict the test to only address
20772 values of zero to preserve GDB's previous behaviour which is to
20773 handle the specific case of a function being GC'd by the linker. */
20774
20775 if (address == 0 && address < lowpc)
20776 {
20777 /* This line table is for a function which has been
20778 GCd by the linker. Ignore it. PR gdb/12528 */
20779
518817b3 20780 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
924c2928
DE
20781 long line_offset = line_ptr - get_debug_line_section (cu)->buffer;
20782
20783 complaint (&symfile_complaints,
20784 _(".debug_line address at offset 0x%lx is 0 [in module %s]"),
20785 line_offset, objfile_name (objfile));
6f77053d
PA
20786 m_record_line_callback = noop_record_line;
20787 /* Note: record_line_callback is left as noop_record_line until
20788 we see DW_LNE_end_sequence. */
924c2928
DE
20789 }
20790}
20791
f3f5162e 20792/* Subroutine of dwarf_decode_lines to simplify it.
d9b3de22
DE
20793 Process the line number information in LH.
20794 If DECODE_FOR_PST_P is non-zero, all we do is process the line number
20795 program in order to set included_p for every referenced header. */
debd256d 20796
c906108c 20797static void
43f3e411
DE
20798dwarf_decode_lines_1 (struct line_header *lh, struct dwarf2_cu *cu,
20799 const int decode_for_pst_p, CORE_ADDR lowpc)
c906108c 20800{
d521ce57
TT
20801 const gdb_byte *line_ptr, *extended_end;
20802 const gdb_byte *line_end;
a8c50c1f 20803 unsigned int bytes_read, extended_len;
699ca60a 20804 unsigned char op_code, extended_op;
e142c38c 20805 CORE_ADDR baseaddr;
518817b3 20806 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
f3f5162e 20807 bfd *abfd = objfile->obfd;
fbf65064 20808 struct gdbarch *gdbarch = get_objfile_arch (objfile);
6f77053d
PA
20809 /* True if we're recording line info (as opposed to building partial
20810 symtabs and just interested in finding include files mentioned by
20811 the line number program). */
20812 bool record_lines_p = !decode_for_pst_p;
e142c38c
DJ
20813
20814 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c 20815
debd256d
JB
20816 line_ptr = lh->statement_program_start;
20817 line_end = lh->statement_program_end;
c906108c
SS
20818
20819 /* Read the statement sequences until there's nothing left. */
20820 while (line_ptr < line_end)
20821 {
6f77053d
PA
20822 /* The DWARF line number program state machine. Reset the state
20823 machine at the start of each sequence. */
20824 lnp_state_machine state_machine (gdbarch, lh, record_lines_p);
20825 bool end_sequence = false;
d9b3de22 20826
8c43009f 20827 if (record_lines_p)
c906108c 20828 {
8c43009f
PA
20829 /* Start a subfile for the current file of the state
20830 machine. */
20831 const file_entry *fe = state_machine.current_file ();
20832
20833 if (fe != NULL)
20834 dwarf2_start_subfile (fe->name, fe->include_dir (lh));
c906108c
SS
20835 }
20836
a738430d 20837 /* Decode the table. */
d9b3de22 20838 while (line_ptr < line_end && !end_sequence)
c906108c
SS
20839 {
20840 op_code = read_1_byte (abfd, line_ptr);
20841 line_ptr += 1;
9aa1fe7e 20842
debd256d 20843 if (op_code >= lh->opcode_base)
6e70227d 20844 {
8e07a239 20845 /* Special opcode. */
6f77053d 20846 state_machine.handle_special_opcode (op_code);
9aa1fe7e
GK
20847 }
20848 else switch (op_code)
c906108c
SS
20849 {
20850 case DW_LNS_extended_op:
3e43a32a
MS
20851 extended_len = read_unsigned_leb128 (abfd, line_ptr,
20852 &bytes_read);
473b7be6 20853 line_ptr += bytes_read;
a8c50c1f 20854 extended_end = line_ptr + extended_len;
c906108c
SS
20855 extended_op = read_1_byte (abfd, line_ptr);
20856 line_ptr += 1;
20857 switch (extended_op)
20858 {
20859 case DW_LNE_end_sequence:
6f77053d
PA
20860 state_machine.handle_end_sequence ();
20861 end_sequence = true;
c906108c
SS
20862 break;
20863 case DW_LNE_set_address:
d9b3de22
DE
20864 {
20865 CORE_ADDR address
20866 = read_address (abfd, line_ptr, cu, &bytes_read);
d9b3de22 20867 line_ptr += bytes_read;
6f77053d
PA
20868
20869 state_machine.check_line_address (cu, line_ptr,
20870 lowpc, address);
20871 state_machine.handle_set_address (baseaddr, address);
d9b3de22 20872 }
c906108c
SS
20873 break;
20874 case DW_LNE_define_file:
debd256d 20875 {
d521ce57 20876 const char *cur_file;
ecfb656c
PA
20877 unsigned int mod_time, length;
20878 dir_index dindex;
6e70227d 20879
3e43a32a
MS
20880 cur_file = read_direct_string (abfd, line_ptr,
20881 &bytes_read);
debd256d 20882 line_ptr += bytes_read;
ecfb656c 20883 dindex = (dir_index)
debd256d
JB
20884 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
20885 line_ptr += bytes_read;
20886 mod_time =
20887 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
20888 line_ptr += bytes_read;
20889 length =
20890 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
20891 line_ptr += bytes_read;
ecfb656c 20892 lh->add_file_name (cur_file, dindex, mod_time, length);
debd256d 20893 }
c906108c 20894 break;
d0c6ba3d 20895 case DW_LNE_set_discriminator:
6f77053d
PA
20896 {
20897 /* The discriminator is not interesting to the
20898 debugger; just ignore it. We still need to
20899 check its value though:
20900 if there are consecutive entries for the same
20901 (non-prologue) line we want to coalesce them.
20902 PR 17276. */
20903 unsigned int discr
20904 = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
20905 line_ptr += bytes_read;
20906
20907 state_machine.handle_set_discriminator (discr);
20908 }
d0c6ba3d 20909 break;
c906108c 20910 default:
4d3c2250 20911 complaint (&symfile_complaints,
e2e0b3e5 20912 _("mangled .debug_line section"));
debd256d 20913 return;
c906108c 20914 }
a8c50c1f
DJ
20915 /* Make sure that we parsed the extended op correctly. If e.g.
20916 we expected a different address size than the producer used,
20917 we may have read the wrong number of bytes. */
20918 if (line_ptr != extended_end)
20919 {
20920 complaint (&symfile_complaints,
20921 _("mangled .debug_line section"));
20922 return;
20923 }
c906108c
SS
20924 break;
20925 case DW_LNS_copy:
6f77053d 20926 state_machine.handle_copy ();
c906108c
SS
20927 break;
20928 case DW_LNS_advance_pc:
2dc7f7b3
TT
20929 {
20930 CORE_ADDR adjust
20931 = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
2dc7f7b3 20932 line_ptr += bytes_read;
6f77053d
PA
20933
20934 state_machine.handle_advance_pc (adjust);
2dc7f7b3 20935 }
c906108c
SS
20936 break;
20937 case DW_LNS_advance_line:
a05a36a5
DE
20938 {
20939 int line_delta
20940 = read_signed_leb128 (abfd, line_ptr, &bytes_read);
a05a36a5 20941 line_ptr += bytes_read;
6f77053d
PA
20942
20943 state_machine.handle_advance_line (line_delta);
a05a36a5 20944 }
c906108c
SS
20945 break;
20946 case DW_LNS_set_file:
d9b3de22 20947 {
6f77053d 20948 file_name_index file
ecfb656c
PA
20949 = (file_name_index) read_unsigned_leb128 (abfd, line_ptr,
20950 &bytes_read);
d9b3de22 20951 line_ptr += bytes_read;
8c43009f 20952
6f77053d 20953 state_machine.handle_set_file (file);
d9b3de22 20954 }
c906108c
SS
20955 break;
20956 case DW_LNS_set_column:
0ad93d4f 20957 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
c906108c
SS
20958 line_ptr += bytes_read;
20959 break;
20960 case DW_LNS_negate_stmt:
6f77053d 20961 state_machine.handle_negate_stmt ();
c906108c
SS
20962 break;
20963 case DW_LNS_set_basic_block:
c906108c 20964 break;
c2c6d25f
JM
20965 /* Add to the address register of the state machine the
20966 address increment value corresponding to special opcode
a738430d
MK
20967 255. I.e., this value is scaled by the minimum
20968 instruction length since special opcode 255 would have
b021a221 20969 scaled the increment. */
c906108c 20970 case DW_LNS_const_add_pc:
6f77053d 20971 state_machine.handle_const_add_pc ();
c906108c
SS
20972 break;
20973 case DW_LNS_fixed_advance_pc:
3e29f34a 20974 {
6f77053d 20975 CORE_ADDR addr_adj = read_2_bytes (abfd, line_ptr);
3e29f34a 20976 line_ptr += 2;
6f77053d
PA
20977
20978 state_machine.handle_fixed_advance_pc (addr_adj);
3e29f34a 20979 }
c906108c 20980 break;
9aa1fe7e 20981 default:
a738430d
MK
20982 {
20983 /* Unknown standard opcode, ignore it. */
9aa1fe7e 20984 int i;
a738430d 20985
debd256d 20986 for (i = 0; i < lh->standard_opcode_lengths[op_code]; i++)
9aa1fe7e
GK
20987 {
20988 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
20989 line_ptr += bytes_read;
20990 }
20991 }
c906108c
SS
20992 }
20993 }
d9b3de22
DE
20994
20995 if (!end_sequence)
20996 dwarf2_debug_line_missing_end_sequence_complaint ();
20997
20998 /* We got a DW_LNE_end_sequence (or we ran off the end of the buffer,
20999 in which case we still finish recording the last line). */
6f77053d 21000 state_machine.record_line (true);
c906108c 21001 }
f3f5162e
DE
21002}
21003
21004/* Decode the Line Number Program (LNP) for the given line_header
21005 structure and CU. The actual information extracted and the type
21006 of structures created from the LNP depends on the value of PST.
21007
21008 1. If PST is NULL, then this procedure uses the data from the program
21009 to create all necessary symbol tables, and their linetables.
21010
21011 2. If PST is not NULL, this procedure reads the program to determine
21012 the list of files included by the unit represented by PST, and
21013 builds all the associated partial symbol tables.
21014
21015 COMP_DIR is the compilation directory (DW_AT_comp_dir) or NULL if unknown.
21016 It is used for relative paths in the line table.
21017 NOTE: When processing partial symtabs (pst != NULL),
21018 comp_dir == pst->dirname.
21019
21020 NOTE: It is important that psymtabs have the same file name (via strcmp)
21021 as the corresponding symtab. Since COMP_DIR is not used in the name of the
21022 symtab we don't use it in the name of the psymtabs we create.
21023 E.g. expand_line_sal requires this when finding psymtabs to expand.
c3b7b696
YQ
21024 A good testcase for this is mb-inline.exp.
21025
527f3840
JK
21026 LOWPC is the lowest address in CU (or 0 if not known).
21027
21028 Boolean DECODE_MAPPING specifies we need to fully decode .debug_line
21029 for its PC<->lines mapping information. Otherwise only the filename
21030 table is read in. */
f3f5162e
DE
21031
21032static void
21033dwarf_decode_lines (struct line_header *lh, const char *comp_dir,
c3b7b696 21034 struct dwarf2_cu *cu, struct partial_symtab *pst,
527f3840 21035 CORE_ADDR lowpc, int decode_mapping)
f3f5162e 21036{
518817b3 21037 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
f3f5162e 21038 const int decode_for_pst_p = (pst != NULL);
f3f5162e 21039
527f3840
JK
21040 if (decode_mapping)
21041 dwarf_decode_lines_1 (lh, cu, decode_for_pst_p, lowpc);
aaa75496
JB
21042
21043 if (decode_for_pst_p)
21044 {
21045 int file_index;
21046
21047 /* Now that we're done scanning the Line Header Program, we can
21048 create the psymtab of each included file. */
fff8551c 21049 for (file_index = 0; file_index < lh->file_names.size (); file_index++)
aaa75496
JB
21050 if (lh->file_names[file_index].included_p == 1)
21051 {
c89b44cd 21052 gdb::unique_xmalloc_ptr<char> name_holder;
d521ce57 21053 const char *include_name =
c89b44cd
TT
21054 psymtab_include_file_name (lh, file_index, pst, comp_dir,
21055 &name_holder);
c6da4cef 21056 if (include_name != NULL)
aaa75496
JB
21057 dwarf2_create_include_psymtab (include_name, pst, objfile);
21058 }
21059 }
cb1df416
DJ
21060 else
21061 {
21062 /* Make sure a symtab is created for every file, even files
21063 which contain only variables (i.e. no code with associated
21064 line numbers). */
43f3e411 21065 struct compunit_symtab *cust = buildsym_compunit_symtab ();
cb1df416 21066 int i;
cb1df416 21067
fff8551c 21068 for (i = 0; i < lh->file_names.size (); i++)
cb1df416 21069 {
8c43009f 21070 file_entry &fe = lh->file_names[i];
9a619af0 21071
8c43009f 21072 dwarf2_start_subfile (fe.name, fe.include_dir (lh));
cb1df416 21073
cb1df416 21074 if (current_subfile->symtab == NULL)
43f3e411
DE
21075 {
21076 current_subfile->symtab
21077 = allocate_symtab (cust, current_subfile->name);
21078 }
8c43009f 21079 fe.symtab = current_subfile->symtab;
cb1df416
DJ
21080 }
21081 }
c906108c
SS
21082}
21083
21084/* Start a subfile for DWARF. FILENAME is the name of the file and
21085 DIRNAME the name of the source directory which contains FILENAME
4d663531 21086 or NULL if not known.
c906108c
SS
21087 This routine tries to keep line numbers from identical absolute and
21088 relative file names in a common subfile.
21089
21090 Using the `list' example from the GDB testsuite, which resides in
21091 /srcdir and compiling it with Irix6.2 cc in /compdir using a filename
21092 of /srcdir/list0.c yields the following debugging information for list0.c:
21093
c5aa993b 21094 DW_AT_name: /srcdir/list0.c
4d663531 21095 DW_AT_comp_dir: /compdir
357e46e7 21096 files.files[0].name: list0.h
c5aa993b 21097 files.files[0].dir: /srcdir
357e46e7 21098 files.files[1].name: list0.c
c5aa993b 21099 files.files[1].dir: /srcdir
c906108c
SS
21100
21101 The line number information for list0.c has to end up in a single
4f1520fb
FR
21102 subfile, so that `break /srcdir/list0.c:1' works as expected.
21103 start_subfile will ensure that this happens provided that we pass the
21104 concatenation of files.files[1].dir and files.files[1].name as the
21105 subfile's name. */
c906108c
SS
21106
21107static void
4d663531 21108dwarf2_start_subfile (const char *filename, const char *dirname)
c906108c 21109{
d521ce57 21110 char *copy = NULL;
4f1520fb 21111
4d663531 21112 /* In order not to lose the line information directory,
4f1520fb
FR
21113 we concatenate it to the filename when it makes sense.
21114 Note that the Dwarf3 standard says (speaking of filenames in line
21115 information): ``The directory index is ignored for file names
21116 that represent full path names''. Thus ignoring dirname in the
21117 `else' branch below isn't an issue. */
c906108c 21118
d5166ae1 21119 if (!IS_ABSOLUTE_PATH (filename) && dirname != NULL)
d521ce57
TT
21120 {
21121 copy = concat (dirname, SLASH_STRING, filename, (char *)NULL);
21122 filename = copy;
21123 }
c906108c 21124
4d663531 21125 start_subfile (filename);
4f1520fb 21126
d521ce57
TT
21127 if (copy != NULL)
21128 xfree (copy);
c906108c
SS
21129}
21130
f4dc4d17
DE
21131/* Start a symtab for DWARF.
21132 NAME, COMP_DIR, LOW_PC are passed to start_symtab. */
21133
43f3e411 21134static struct compunit_symtab *
f4dc4d17 21135dwarf2_start_symtab (struct dwarf2_cu *cu,
15d034d0 21136 const char *name, const char *comp_dir, CORE_ADDR low_pc)
f4dc4d17 21137{
43f3e411 21138 struct compunit_symtab *cust
518817b3
SM
21139 = start_symtab (cu->per_cu->dwarf2_per_objfile->objfile, name, comp_dir,
21140 low_pc, cu->language);
43f3e411 21141
f4dc4d17
DE
21142 record_debugformat ("DWARF 2");
21143 record_producer (cu->producer);
21144
21145 /* We assume that we're processing GCC output. */
21146 processing_gcc_compilation = 2;
21147
4d4ec4e5 21148 cu->processing_has_namespace_info = 0;
43f3e411
DE
21149
21150 return cust;
f4dc4d17
DE
21151}
21152
4c2df51b
DJ
21153static void
21154var_decode_location (struct attribute *attr, struct symbol *sym,
e7c27a73 21155 struct dwarf2_cu *cu)
4c2df51b 21156{
518817b3 21157 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
e7c27a73
DJ
21158 struct comp_unit_head *cu_header = &cu->header;
21159
4c2df51b
DJ
21160 /* NOTE drow/2003-01-30: There used to be a comment and some special
21161 code here to turn a symbol with DW_AT_external and a
21162 SYMBOL_VALUE_ADDRESS of 0 into a LOC_UNRESOLVED symbol. This was
21163 necessary for platforms (maybe Alpha, certainly PowerPC GNU/Linux
21164 with some versions of binutils) where shared libraries could have
21165 relocations against symbols in their debug information - the
21166 minimal symbol would have the right address, but the debug info
21167 would not. It's no longer necessary, because we will explicitly
21168 apply relocations when we read in the debug information now. */
21169
21170 /* A DW_AT_location attribute with no contents indicates that a
21171 variable has been optimized away. */
21172 if (attr_form_is_block (attr) && DW_BLOCK (attr)->size == 0)
21173 {
f1e6e072 21174 SYMBOL_ACLASS_INDEX (sym) = LOC_OPTIMIZED_OUT;
4c2df51b
DJ
21175 return;
21176 }
21177
21178 /* Handle one degenerate form of location expression specially, to
21179 preserve GDB's previous behavior when section offsets are
3019eac3
DE
21180 specified. If this is just a DW_OP_addr or DW_OP_GNU_addr_index
21181 then mark this symbol as LOC_STATIC. */
4c2df51b
DJ
21182
21183 if (attr_form_is_block (attr)
3019eac3
DE
21184 && ((DW_BLOCK (attr)->data[0] == DW_OP_addr
21185 && DW_BLOCK (attr)->size == 1 + cu_header->addr_size)
21186 || (DW_BLOCK (attr)->data[0] == DW_OP_GNU_addr_index
21187 && (DW_BLOCK (attr)->size
21188 == 1 + leb128_size (&DW_BLOCK (attr)->data[1])))))
4c2df51b 21189 {
891d2f0b 21190 unsigned int dummy;
4c2df51b 21191
3019eac3
DE
21192 if (DW_BLOCK (attr)->data[0] == DW_OP_addr)
21193 SYMBOL_VALUE_ADDRESS (sym) =
21194 read_address (objfile->obfd, DW_BLOCK (attr)->data + 1, cu, &dummy);
21195 else
21196 SYMBOL_VALUE_ADDRESS (sym) =
21197 read_addr_index_from_leb128 (cu, DW_BLOCK (attr)->data + 1, &dummy);
f1e6e072 21198 SYMBOL_ACLASS_INDEX (sym) = LOC_STATIC;
4c2df51b
DJ
21199 fixup_symbol_section (sym, objfile);
21200 SYMBOL_VALUE_ADDRESS (sym) += ANOFFSET (objfile->section_offsets,
21201 SYMBOL_SECTION (sym));
4c2df51b
DJ
21202 return;
21203 }
21204
21205 /* NOTE drow/2002-01-30: It might be worthwhile to have a static
21206 expression evaluator, and use LOC_COMPUTED only when necessary
21207 (i.e. when the value of a register or memory location is
21208 referenced, or a thread-local block, etc.). Then again, it might
21209 not be worthwhile. I'm assuming that it isn't unless performance
21210 or memory numbers show me otherwise. */
21211
f1e6e072 21212 dwarf2_symbol_mark_computed (attr, sym, cu, 0);
8be455d7 21213
f1e6e072 21214 if (SYMBOL_COMPUTED_OPS (sym)->location_has_loclist)
8be455d7 21215 cu->has_loclist = 1;
4c2df51b
DJ
21216}
21217
c906108c
SS
21218/* Given a pointer to a DWARF information entry, figure out if we need
21219 to make a symbol table entry for it, and if so, create a new entry
21220 and return a pointer to it.
21221 If TYPE is NULL, determine symbol type from the die, otherwise
34eaf542
TT
21222 used the passed type.
21223 If SPACE is not NULL, use it to hold the new symbol. If it is
21224 NULL, allocate a new symbol on the objfile's obstack. */
c906108c
SS
21225
21226static struct symbol *
5e2db402
TT
21227new_symbol (struct die_info *die, struct type *type, struct dwarf2_cu *cu,
21228 struct symbol *space)
c906108c 21229{
518817b3
SM
21230 struct dwarf2_per_objfile *dwarf2_per_objfile
21231 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 21232 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 21233 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c 21234 struct symbol *sym = NULL;
15d034d0 21235 const char *name;
c906108c
SS
21236 struct attribute *attr = NULL;
21237 struct attribute *attr2 = NULL;
e142c38c 21238 CORE_ADDR baseaddr;
e37fd15a
SW
21239 struct pending **list_to_add = NULL;
21240
edb3359d 21241 int inlined_func = (die->tag == DW_TAG_inlined_subroutine);
e142c38c
DJ
21242
21243 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c 21244
94af9270 21245 name = dwarf2_name (die, cu);
c906108c
SS
21246 if (name)
21247 {
94af9270 21248 const char *linkagename;
34eaf542 21249 int suppress_add = 0;
94af9270 21250
34eaf542
TT
21251 if (space)
21252 sym = space;
21253 else
e623cf5d 21254 sym = allocate_symbol (objfile);
c906108c 21255 OBJSTAT (objfile, n_syms++);
2de7ced7
DJ
21256
21257 /* Cache this symbol's name and the name's demangled form (if any). */
f85f34ed 21258 SYMBOL_SET_LANGUAGE (sym, cu->language, &objfile->objfile_obstack);
94af9270
KS
21259 linkagename = dwarf2_physname (name, die, cu);
21260 SYMBOL_SET_NAMES (sym, linkagename, strlen (linkagename), 0, objfile);
c906108c 21261
f55ee35c
JK
21262 /* Fortran does not have mangling standard and the mangling does differ
21263 between gfortran, iFort etc. */
21264 if (cu->language == language_fortran
b250c185 21265 && symbol_get_demangled_name (&(sym->ginfo)) == NULL)
29df156d 21266 symbol_set_demangled_name (&(sym->ginfo),
cfc594ee 21267 dwarf2_full_name (name, die, cu),
29df156d 21268 NULL);
f55ee35c 21269
c906108c 21270 /* Default assumptions.
c5aa993b 21271 Use the passed type or decode it from the die. */
176620f1 21272 SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
f1e6e072 21273 SYMBOL_ACLASS_INDEX (sym) = LOC_OPTIMIZED_OUT;
c906108c
SS
21274 if (type != NULL)
21275 SYMBOL_TYPE (sym) = type;
21276 else
e7c27a73 21277 SYMBOL_TYPE (sym) = die_type (die, cu);
edb3359d
DJ
21278 attr = dwarf2_attr (die,
21279 inlined_func ? DW_AT_call_line : DW_AT_decl_line,
21280 cu);
c906108c
SS
21281 if (attr)
21282 {
21283 SYMBOL_LINE (sym) = DW_UNSND (attr);
21284 }
cb1df416 21285
edb3359d
DJ
21286 attr = dwarf2_attr (die,
21287 inlined_func ? DW_AT_call_file : DW_AT_decl_file,
21288 cu);
cb1df416
DJ
21289 if (attr)
21290 {
ecfb656c 21291 file_name_index file_index = (file_name_index) DW_UNSND (attr);
8c43009f 21292 struct file_entry *fe;
9a619af0 21293
ecfb656c
PA
21294 if (cu->line_header != NULL)
21295 fe = cu->line_header->file_name_at (file_index);
8c43009f
PA
21296 else
21297 fe = NULL;
21298
21299 if (fe == NULL)
cb1df416
DJ
21300 complaint (&symfile_complaints,
21301 _("file index out of range"));
8c43009f
PA
21302 else
21303 symbol_set_symtab (sym, fe->symtab);
cb1df416
DJ
21304 }
21305
c906108c
SS
21306 switch (die->tag)
21307 {
21308 case DW_TAG_label:
e142c38c 21309 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
c906108c 21310 if (attr)
3e29f34a
MR
21311 {
21312 CORE_ADDR addr;
21313
21314 addr = attr_value_as_address (attr);
21315 addr = gdbarch_adjust_dwarf2_addr (gdbarch, addr + baseaddr);
21316 SYMBOL_VALUE_ADDRESS (sym) = addr;
21317 }
0f5238ed
TT
21318 SYMBOL_TYPE (sym) = objfile_type (objfile)->builtin_core_addr;
21319 SYMBOL_DOMAIN (sym) = LABEL_DOMAIN;
f1e6e072 21320 SYMBOL_ACLASS_INDEX (sym) = LOC_LABEL;
0f5238ed 21321 add_symbol_to_list (sym, cu->list_in_scope);
c906108c
SS
21322 break;
21323 case DW_TAG_subprogram:
21324 /* SYMBOL_BLOCK_VALUE (sym) will be filled in later by
21325 finish_block. */
f1e6e072 21326 SYMBOL_ACLASS_INDEX (sym) = LOC_BLOCK;
e142c38c 21327 attr2 = dwarf2_attr (die, DW_AT_external, cu);
2cfa0c8d
JB
21328 if ((attr2 && (DW_UNSND (attr2) != 0))
21329 || cu->language == language_ada)
c906108c 21330 {
2cfa0c8d
JB
21331 /* Subprograms marked external are stored as a global symbol.
21332 Ada subprograms, whether marked external or not, are always
21333 stored as a global symbol, because we want to be able to
21334 access them globally. For instance, we want to be able
21335 to break on a nested subprogram without having to
21336 specify the context. */
e37fd15a 21337 list_to_add = &global_symbols;
c906108c
SS
21338 }
21339 else
21340 {
e37fd15a 21341 list_to_add = cu->list_in_scope;
c906108c
SS
21342 }
21343 break;
edb3359d
DJ
21344 case DW_TAG_inlined_subroutine:
21345 /* SYMBOL_BLOCK_VALUE (sym) will be filled in later by
21346 finish_block. */
f1e6e072 21347 SYMBOL_ACLASS_INDEX (sym) = LOC_BLOCK;
edb3359d 21348 SYMBOL_INLINED (sym) = 1;
481860b3 21349 list_to_add = cu->list_in_scope;
edb3359d 21350 break;
34eaf542
TT
21351 case DW_TAG_template_value_param:
21352 suppress_add = 1;
21353 /* Fall through. */
72929c62 21354 case DW_TAG_constant:
c906108c 21355 case DW_TAG_variable:
254e6b9e 21356 case DW_TAG_member:
0963b4bd
MS
21357 /* Compilation with minimal debug info may result in
21358 variables with missing type entries. Change the
21359 misleading `void' type to something sensible. */
c906108c 21360 if (TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_VOID)
46a4882b 21361 SYMBOL_TYPE (sym) = objfile_type (objfile)->builtin_int;
64c50499 21362
e142c38c 21363 attr = dwarf2_attr (die, DW_AT_const_value, cu);
254e6b9e
DE
21364 /* In the case of DW_TAG_member, we should only be called for
21365 static const members. */
21366 if (die->tag == DW_TAG_member)
21367 {
3863f96c
DE
21368 /* dwarf2_add_field uses die_is_declaration,
21369 so we do the same. */
254e6b9e
DE
21370 gdb_assert (die_is_declaration (die, cu));
21371 gdb_assert (attr);
21372 }
c906108c
SS
21373 if (attr)
21374 {
e7c27a73 21375 dwarf2_const_value (attr, sym, cu);
e142c38c 21376 attr2 = dwarf2_attr (die, DW_AT_external, cu);
e37fd15a 21377 if (!suppress_add)
34eaf542
TT
21378 {
21379 if (attr2 && (DW_UNSND (attr2) != 0))
e37fd15a 21380 list_to_add = &global_symbols;
34eaf542 21381 else
e37fd15a 21382 list_to_add = cu->list_in_scope;
34eaf542 21383 }
c906108c
SS
21384 break;
21385 }
e142c38c 21386 attr = dwarf2_attr (die, DW_AT_location, cu);
c906108c
SS
21387 if (attr)
21388 {
e7c27a73 21389 var_decode_location (attr, sym, cu);
e142c38c 21390 attr2 = dwarf2_attr (die, DW_AT_external, cu);
4357ac6c
TT
21391
21392 /* Fortran explicitly imports any global symbols to the local
21393 scope by DW_TAG_common_block. */
21394 if (cu->language == language_fortran && die->parent
21395 && die->parent->tag == DW_TAG_common_block)
21396 attr2 = NULL;
21397
caac4577
JG
21398 if (SYMBOL_CLASS (sym) == LOC_STATIC
21399 && SYMBOL_VALUE_ADDRESS (sym) == 0
21400 && !dwarf2_per_objfile->has_section_at_zero)
21401 {
21402 /* When a static variable is eliminated by the linker,
21403 the corresponding debug information is not stripped
21404 out, but the variable address is set to null;
21405 do not add such variables into symbol table. */
21406 }
21407 else if (attr2 && (DW_UNSND (attr2) != 0))
1c809c68 21408 {
f55ee35c
JK
21409 /* Workaround gfortran PR debug/40040 - it uses
21410 DW_AT_location for variables in -fPIC libraries which may
21411 get overriden by other libraries/executable and get
21412 a different address. Resolve it by the minimal symbol
21413 which may come from inferior's executable using copy
21414 relocation. Make this workaround only for gfortran as for
21415 other compilers GDB cannot guess the minimal symbol
21416 Fortran mangling kind. */
21417 if (cu->language == language_fortran && die->parent
21418 && die->parent->tag == DW_TAG_module
21419 && cu->producer
28586665 21420 && startswith (cu->producer, "GNU Fortran"))
f1e6e072 21421 SYMBOL_ACLASS_INDEX (sym) = LOC_UNRESOLVED;
f55ee35c 21422
1c809c68
TT
21423 /* A variable with DW_AT_external is never static,
21424 but it may be block-scoped. */
21425 list_to_add = (cu->list_in_scope == &file_symbols
21426 ? &global_symbols : cu->list_in_scope);
1c809c68 21427 }
c906108c 21428 else
e37fd15a 21429 list_to_add = cu->list_in_scope;
c906108c
SS
21430 }
21431 else
21432 {
21433 /* We do not know the address of this symbol.
c5aa993b
JM
21434 If it is an external symbol and we have type information
21435 for it, enter the symbol as a LOC_UNRESOLVED symbol.
21436 The address of the variable will then be determined from
21437 the minimal symbol table whenever the variable is
21438 referenced. */
e142c38c 21439 attr2 = dwarf2_attr (die, DW_AT_external, cu);
0971de02
TT
21440
21441 /* Fortran explicitly imports any global symbols to the local
21442 scope by DW_TAG_common_block. */
21443 if (cu->language == language_fortran && die->parent
21444 && die->parent->tag == DW_TAG_common_block)
21445 {
21446 /* SYMBOL_CLASS doesn't matter here because
21447 read_common_block is going to reset it. */
21448 if (!suppress_add)
21449 list_to_add = cu->list_in_scope;
21450 }
21451 else if (attr2 && (DW_UNSND (attr2) != 0)
21452 && dwarf2_attr (die, DW_AT_type, cu) != NULL)
c906108c 21453 {
0fe7935b
DJ
21454 /* A variable with DW_AT_external is never static, but it
21455 may be block-scoped. */
21456 list_to_add = (cu->list_in_scope == &file_symbols
21457 ? &global_symbols : cu->list_in_scope);
21458
f1e6e072 21459 SYMBOL_ACLASS_INDEX (sym) = LOC_UNRESOLVED;
c906108c 21460 }
442ddf59
JK
21461 else if (!die_is_declaration (die, cu))
21462 {
21463 /* Use the default LOC_OPTIMIZED_OUT class. */
21464 gdb_assert (SYMBOL_CLASS (sym) == LOC_OPTIMIZED_OUT);
e37fd15a
SW
21465 if (!suppress_add)
21466 list_to_add = cu->list_in_scope;
442ddf59 21467 }
c906108c
SS
21468 }
21469 break;
21470 case DW_TAG_formal_parameter:
edb3359d
DJ
21471 /* If we are inside a function, mark this as an argument. If
21472 not, we might be looking at an argument to an inlined function
21473 when we do not have enough information to show inlined frames;
21474 pretend it's a local variable in that case so that the user can
21475 still see it. */
21476 if (context_stack_depth > 0
21477 && context_stack[context_stack_depth - 1].name != NULL)
21478 SYMBOL_IS_ARGUMENT (sym) = 1;
e142c38c 21479 attr = dwarf2_attr (die, DW_AT_location, cu);
c906108c
SS
21480 if (attr)
21481 {
e7c27a73 21482 var_decode_location (attr, sym, cu);
c906108c 21483 }
e142c38c 21484 attr = dwarf2_attr (die, DW_AT_const_value, cu);
c906108c
SS
21485 if (attr)
21486 {
e7c27a73 21487 dwarf2_const_value (attr, sym, cu);
c906108c 21488 }
f346a30d 21489
e37fd15a 21490 list_to_add = cu->list_in_scope;
c906108c
SS
21491 break;
21492 case DW_TAG_unspecified_parameters:
21493 /* From varargs functions; gdb doesn't seem to have any
21494 interest in this information, so just ignore it for now.
21495 (FIXME?) */
21496 break;
34eaf542
TT
21497 case DW_TAG_template_type_param:
21498 suppress_add = 1;
21499 /* Fall through. */
c906108c 21500 case DW_TAG_class_type:
680b30c7 21501 case DW_TAG_interface_type:
c906108c
SS
21502 case DW_TAG_structure_type:
21503 case DW_TAG_union_type:
72019c9c 21504 case DW_TAG_set_type:
c906108c 21505 case DW_TAG_enumeration_type:
f1e6e072 21506 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
176620f1 21507 SYMBOL_DOMAIN (sym) = STRUCT_DOMAIN;
c906108c 21508
63d06c5c 21509 {
9c37b5ae 21510 /* NOTE: carlton/2003-11-10: C++ class symbols shouldn't
63d06c5c
DC
21511 really ever be static objects: otherwise, if you try
21512 to, say, break of a class's method and you're in a file
21513 which doesn't mention that class, it won't work unless
21514 the check for all static symbols in lookup_symbol_aux
21515 saves you. See the OtherFileClass tests in
21516 gdb.c++/namespace.exp. */
21517
e37fd15a 21518 if (!suppress_add)
34eaf542 21519 {
34eaf542 21520 list_to_add = (cu->list_in_scope == &file_symbols
9c37b5ae 21521 && cu->language == language_cplus
34eaf542 21522 ? &global_symbols : cu->list_in_scope);
63d06c5c 21523
64382290 21524 /* The semantics of C++ state that "struct foo {
9c37b5ae 21525 ... }" also defines a typedef for "foo". */
64382290 21526 if (cu->language == language_cplus
45280282 21527 || cu->language == language_ada
c44af4eb
TT
21528 || cu->language == language_d
21529 || cu->language == language_rust)
64382290
TT
21530 {
21531 /* The symbol's name is already allocated along
21532 with this objfile, so we don't need to
21533 duplicate it for the type. */
21534 if (TYPE_NAME (SYMBOL_TYPE (sym)) == 0)
21535 TYPE_NAME (SYMBOL_TYPE (sym)) = SYMBOL_SEARCH_NAME (sym);
21536 }
63d06c5c
DC
21537 }
21538 }
c906108c
SS
21539 break;
21540 case DW_TAG_typedef:
f1e6e072 21541 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
63d06c5c 21542 SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
e37fd15a 21543 list_to_add = cu->list_in_scope;
63d06c5c 21544 break;
c906108c 21545 case DW_TAG_base_type:
a02abb62 21546 case DW_TAG_subrange_type:
f1e6e072 21547 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
176620f1 21548 SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
e37fd15a 21549 list_to_add = cu->list_in_scope;
c906108c
SS
21550 break;
21551 case DW_TAG_enumerator:
e142c38c 21552 attr = dwarf2_attr (die, DW_AT_const_value, cu);
c906108c
SS
21553 if (attr)
21554 {
e7c27a73 21555 dwarf2_const_value (attr, sym, cu);
c906108c 21556 }
63d06c5c
DC
21557 {
21558 /* NOTE: carlton/2003-11-10: See comment above in the
21559 DW_TAG_class_type, etc. block. */
21560
e142c38c 21561 list_to_add = (cu->list_in_scope == &file_symbols
9c37b5ae 21562 && cu->language == language_cplus
e142c38c 21563 ? &global_symbols : cu->list_in_scope);
63d06c5c 21564 }
c906108c 21565 break;
74921315 21566 case DW_TAG_imported_declaration:
5c4e30ca 21567 case DW_TAG_namespace:
f1e6e072 21568 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
e37fd15a 21569 list_to_add = &global_symbols;
5c4e30ca 21570 break;
530e8392
KB
21571 case DW_TAG_module:
21572 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
21573 SYMBOL_DOMAIN (sym) = MODULE_DOMAIN;
21574 list_to_add = &global_symbols;
21575 break;
4357ac6c 21576 case DW_TAG_common_block:
f1e6e072 21577 SYMBOL_ACLASS_INDEX (sym) = LOC_COMMON_BLOCK;
4357ac6c
TT
21578 SYMBOL_DOMAIN (sym) = COMMON_BLOCK_DOMAIN;
21579 add_symbol_to_list (sym, cu->list_in_scope);
21580 break;
c906108c
SS
21581 default:
21582 /* Not a tag we recognize. Hopefully we aren't processing
21583 trash data, but since we must specifically ignore things
21584 we don't recognize, there is nothing else we should do at
0963b4bd 21585 this point. */
e2e0b3e5 21586 complaint (&symfile_complaints, _("unsupported tag: '%s'"),
4d3c2250 21587 dwarf_tag_name (die->tag));
c906108c
SS
21588 break;
21589 }
df8a16a1 21590
e37fd15a
SW
21591 if (suppress_add)
21592 {
21593 sym->hash_next = objfile->template_symbols;
21594 objfile->template_symbols = sym;
21595 list_to_add = NULL;
21596 }
21597
21598 if (list_to_add != NULL)
21599 add_symbol_to_list (sym, list_to_add);
21600
df8a16a1
DJ
21601 /* For the benefit of old versions of GCC, check for anonymous
21602 namespaces based on the demangled name. */
4d4ec4e5 21603 if (!cu->processing_has_namespace_info
94af9270 21604 && cu->language == language_cplus)
a10964d1 21605 cp_scan_for_anonymous_namespaces (sym, objfile);
c906108c
SS
21606 }
21607 return (sym);
21608}
21609
98bfdba5
PA
21610/* Given an attr with a DW_FORM_dataN value in host byte order,
21611 zero-extend it as appropriate for the symbol's type. The DWARF
21612 standard (v4) is not entirely clear about the meaning of using
21613 DW_FORM_dataN for a constant with a signed type, where the type is
21614 wider than the data. The conclusion of a discussion on the DWARF
21615 list was that this is unspecified. We choose to always zero-extend
21616 because that is the interpretation long in use by GCC. */
c906108c 21617
98bfdba5 21618static gdb_byte *
ff39bb5e 21619dwarf2_const_value_data (const struct attribute *attr, struct obstack *obstack,
12df843f 21620 struct dwarf2_cu *cu, LONGEST *value, int bits)
c906108c 21621{
518817b3 21622 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
e17a4113
UW
21623 enum bfd_endian byte_order = bfd_big_endian (objfile->obfd) ?
21624 BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE;
98bfdba5
PA
21625 LONGEST l = DW_UNSND (attr);
21626
21627 if (bits < sizeof (*value) * 8)
21628 {
21629 l &= ((LONGEST) 1 << bits) - 1;
21630 *value = l;
21631 }
21632 else if (bits == sizeof (*value) * 8)
21633 *value = l;
21634 else
21635 {
224c3ddb 21636 gdb_byte *bytes = (gdb_byte *) obstack_alloc (obstack, bits / 8);
98bfdba5
PA
21637 store_unsigned_integer (bytes, bits / 8, byte_order, l);
21638 return bytes;
21639 }
21640
21641 return NULL;
21642}
21643
21644/* Read a constant value from an attribute. Either set *VALUE, or if
21645 the value does not fit in *VALUE, set *BYTES - either already
21646 allocated on the objfile obstack, or newly allocated on OBSTACK,
21647 or, set *BATON, if we translated the constant to a location
21648 expression. */
21649
21650static void
ff39bb5e 21651dwarf2_const_value_attr (const struct attribute *attr, struct type *type,
98bfdba5
PA
21652 const char *name, struct obstack *obstack,
21653 struct dwarf2_cu *cu,
d521ce57 21654 LONGEST *value, const gdb_byte **bytes,
98bfdba5
PA
21655 struct dwarf2_locexpr_baton **baton)
21656{
518817b3 21657 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
98bfdba5 21658 struct comp_unit_head *cu_header = &cu->header;
c906108c 21659 struct dwarf_block *blk;
98bfdba5
PA
21660 enum bfd_endian byte_order = (bfd_big_endian (objfile->obfd) ?
21661 BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE);
21662
21663 *value = 0;
21664 *bytes = NULL;
21665 *baton = NULL;
c906108c
SS
21666
21667 switch (attr->form)
21668 {
21669 case DW_FORM_addr:
3019eac3 21670 case DW_FORM_GNU_addr_index:
ac56253d 21671 {
ac56253d
TT
21672 gdb_byte *data;
21673
98bfdba5
PA
21674 if (TYPE_LENGTH (type) != cu_header->addr_size)
21675 dwarf2_const_value_length_mismatch_complaint (name,
ac56253d 21676 cu_header->addr_size,
98bfdba5 21677 TYPE_LENGTH (type));
ac56253d
TT
21678 /* Symbols of this form are reasonably rare, so we just
21679 piggyback on the existing location code rather than writing
21680 a new implementation of symbol_computed_ops. */
8d749320 21681 *baton = XOBNEW (obstack, struct dwarf2_locexpr_baton);
98bfdba5
PA
21682 (*baton)->per_cu = cu->per_cu;
21683 gdb_assert ((*baton)->per_cu);
ac56253d 21684
98bfdba5 21685 (*baton)->size = 2 + cu_header->addr_size;
224c3ddb 21686 data = (gdb_byte *) obstack_alloc (obstack, (*baton)->size);
98bfdba5 21687 (*baton)->data = data;
ac56253d
TT
21688
21689 data[0] = DW_OP_addr;
21690 store_unsigned_integer (&data[1], cu_header->addr_size,
21691 byte_order, DW_ADDR (attr));
21692 data[cu_header->addr_size + 1] = DW_OP_stack_value;
ac56253d 21693 }
c906108c 21694 break;
4ac36638 21695 case DW_FORM_string:
93b5768b 21696 case DW_FORM_strp:
3019eac3 21697 case DW_FORM_GNU_str_index:
36586728 21698 case DW_FORM_GNU_strp_alt:
98bfdba5
PA
21699 /* DW_STRING is already allocated on the objfile obstack, point
21700 directly to it. */
d521ce57 21701 *bytes = (const gdb_byte *) DW_STRING (attr);
93b5768b 21702 break;
c906108c
SS
21703 case DW_FORM_block1:
21704 case DW_FORM_block2:
21705 case DW_FORM_block4:
21706 case DW_FORM_block:
2dc7f7b3 21707 case DW_FORM_exprloc:
0224619f 21708 case DW_FORM_data16:
c906108c 21709 blk = DW_BLOCK (attr);
98bfdba5
PA
21710 if (TYPE_LENGTH (type) != blk->size)
21711 dwarf2_const_value_length_mismatch_complaint (name, blk->size,
21712 TYPE_LENGTH (type));
21713 *bytes = blk->data;
c906108c 21714 break;
2df3850c
JM
21715
21716 /* The DW_AT_const_value attributes are supposed to carry the
21717 symbol's value "represented as it would be on the target
21718 architecture." By the time we get here, it's already been
21719 converted to host endianness, so we just need to sign- or
21720 zero-extend it as appropriate. */
21721 case DW_FORM_data1:
3aef2284 21722 *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 8);
2df3850c 21723 break;
c906108c 21724 case DW_FORM_data2:
3aef2284 21725 *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 16);
2df3850c 21726 break;
c906108c 21727 case DW_FORM_data4:
3aef2284 21728 *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 32);
2df3850c 21729 break;
c906108c 21730 case DW_FORM_data8:
3aef2284 21731 *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 64);
2df3850c
JM
21732 break;
21733
c906108c 21734 case DW_FORM_sdata:
663c44ac 21735 case DW_FORM_implicit_const:
98bfdba5 21736 *value = DW_SND (attr);
2df3850c
JM
21737 break;
21738
c906108c 21739 case DW_FORM_udata:
98bfdba5 21740 *value = DW_UNSND (attr);
c906108c 21741 break;
2df3850c 21742
c906108c 21743 default:
4d3c2250 21744 complaint (&symfile_complaints,
e2e0b3e5 21745 _("unsupported const value attribute form: '%s'"),
4d3c2250 21746 dwarf_form_name (attr->form));
98bfdba5 21747 *value = 0;
c906108c
SS
21748 break;
21749 }
21750}
21751
2df3850c 21752
98bfdba5
PA
21753/* Copy constant value from an attribute to a symbol. */
21754
2df3850c 21755static void
ff39bb5e 21756dwarf2_const_value (const struct attribute *attr, struct symbol *sym,
98bfdba5 21757 struct dwarf2_cu *cu)
2df3850c 21758{
518817b3 21759 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
12df843f 21760 LONGEST value;
d521ce57 21761 const gdb_byte *bytes;
98bfdba5 21762 struct dwarf2_locexpr_baton *baton;
2df3850c 21763
98bfdba5
PA
21764 dwarf2_const_value_attr (attr, SYMBOL_TYPE (sym),
21765 SYMBOL_PRINT_NAME (sym),
21766 &objfile->objfile_obstack, cu,
21767 &value, &bytes, &baton);
2df3850c 21768
98bfdba5
PA
21769 if (baton != NULL)
21770 {
98bfdba5 21771 SYMBOL_LOCATION_BATON (sym) = baton;
f1e6e072 21772 SYMBOL_ACLASS_INDEX (sym) = dwarf2_locexpr_index;
98bfdba5
PA
21773 }
21774 else if (bytes != NULL)
21775 {
21776 SYMBOL_VALUE_BYTES (sym) = bytes;
f1e6e072 21777 SYMBOL_ACLASS_INDEX (sym) = LOC_CONST_BYTES;
98bfdba5
PA
21778 }
21779 else
21780 {
21781 SYMBOL_VALUE (sym) = value;
f1e6e072 21782 SYMBOL_ACLASS_INDEX (sym) = LOC_CONST;
98bfdba5 21783 }
2df3850c
JM
21784}
21785
c906108c
SS
21786/* Return the type of the die in question using its DW_AT_type attribute. */
21787
21788static struct type *
e7c27a73 21789die_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 21790{
c906108c 21791 struct attribute *type_attr;
c906108c 21792
e142c38c 21793 type_attr = dwarf2_attr (die, DW_AT_type, cu);
c906108c
SS
21794 if (!type_attr)
21795 {
518817b3 21796 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 21797 /* A missing DW_AT_type represents a void type. */
518817b3 21798 return objfile_type (objfile)->builtin_void;
c906108c 21799 }
348e048f 21800
673bfd45 21801 return lookup_die_type (die, type_attr, cu);
c906108c
SS
21802}
21803
b4ba55a1
JB
21804/* True iff CU's producer generates GNAT Ada auxiliary information
21805 that allows to find parallel types through that information instead
21806 of having to do expensive parallel lookups by type name. */
21807
21808static int
21809need_gnat_info (struct dwarf2_cu *cu)
21810{
de4cb04a
JB
21811 /* Assume that the Ada compiler was GNAT, which always produces
21812 the auxiliary information. */
21813 return (cu->language == language_ada);
b4ba55a1
JB
21814}
21815
b4ba55a1
JB
21816/* Return the auxiliary type of the die in question using its
21817 DW_AT_GNAT_descriptive_type attribute. Returns NULL if the
21818 attribute is not present. */
21819
21820static struct type *
21821die_descriptive_type (struct die_info *die, struct dwarf2_cu *cu)
21822{
b4ba55a1 21823 struct attribute *type_attr;
b4ba55a1
JB
21824
21825 type_attr = dwarf2_attr (die, DW_AT_GNAT_descriptive_type, cu);
21826 if (!type_attr)
21827 return NULL;
21828
673bfd45 21829 return lookup_die_type (die, type_attr, cu);
b4ba55a1
JB
21830}
21831
21832/* If DIE has a descriptive_type attribute, then set the TYPE's
21833 descriptive type accordingly. */
21834
21835static void
21836set_descriptive_type (struct type *type, struct die_info *die,
21837 struct dwarf2_cu *cu)
21838{
21839 struct type *descriptive_type = die_descriptive_type (die, cu);
21840
21841 if (descriptive_type)
21842 {
21843 ALLOCATE_GNAT_AUX_TYPE (type);
21844 TYPE_DESCRIPTIVE_TYPE (type) = descriptive_type;
21845 }
21846}
21847
c906108c
SS
21848/* Return the containing type of the die in question using its
21849 DW_AT_containing_type attribute. */
21850
21851static struct type *
e7c27a73 21852die_containing_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 21853{
c906108c 21854 struct attribute *type_attr;
518817b3 21855 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 21856
e142c38c 21857 type_attr = dwarf2_attr (die, DW_AT_containing_type, cu);
33ac96f0
JK
21858 if (!type_attr)
21859 error (_("Dwarf Error: Problem turning containing type into gdb type "
518817b3 21860 "[in module %s]"), objfile_name (objfile));
33ac96f0 21861
673bfd45 21862 return lookup_die_type (die, type_attr, cu);
c906108c
SS
21863}
21864
ac9ec31b
DE
21865/* Return an error marker type to use for the ill formed type in DIE/CU. */
21866
21867static struct type *
21868build_error_marker_type (struct dwarf2_cu *cu, struct die_info *die)
21869{
518817b3
SM
21870 struct dwarf2_per_objfile *dwarf2_per_objfile
21871 = cu->per_cu->dwarf2_per_objfile;
ac9ec31b
DE
21872 struct objfile *objfile = dwarf2_per_objfile->objfile;
21873 char *message, *saved;
21874
9d8780f0 21875 message = xstrprintf (_("<unknown type in %s, CU %s, DIE %s>"),
4262abfb 21876 objfile_name (objfile),
9d8780f0
SM
21877 sect_offset_str (cu->header.sect_off),
21878 sect_offset_str (die->sect_off));
224c3ddb
SM
21879 saved = (char *) obstack_copy0 (&objfile->objfile_obstack,
21880 message, strlen (message));
ac9ec31b
DE
21881 xfree (message);
21882
19f392bc 21883 return init_type (objfile, TYPE_CODE_ERROR, 0, saved);
ac9ec31b
DE
21884}
21885
673bfd45 21886/* Look up the type of DIE in CU using its type attribute ATTR.
ac9ec31b
DE
21887 ATTR must be one of: DW_AT_type, DW_AT_GNAT_descriptive_type,
21888 DW_AT_containing_type.
673bfd45
DE
21889 If there is no type substitute an error marker. */
21890
c906108c 21891static struct type *
ff39bb5e 21892lookup_die_type (struct die_info *die, const struct attribute *attr,
673bfd45 21893 struct dwarf2_cu *cu)
c906108c 21894{
518817b3
SM
21895 struct dwarf2_per_objfile *dwarf2_per_objfile
21896 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 21897 struct objfile *objfile = dwarf2_per_objfile->objfile;
f792889a
DJ
21898 struct type *this_type;
21899
ac9ec31b
DE
21900 gdb_assert (attr->name == DW_AT_type
21901 || attr->name == DW_AT_GNAT_descriptive_type
21902 || attr->name == DW_AT_containing_type);
21903
673bfd45
DE
21904 /* First see if we have it cached. */
21905
36586728
TT
21906 if (attr->form == DW_FORM_GNU_ref_alt)
21907 {
21908 struct dwarf2_per_cu_data *per_cu;
9c541725 21909 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
36586728 21910
ed2dc618
SM
21911 per_cu = dwarf2_find_containing_comp_unit (sect_off, 1,
21912 dwarf2_per_objfile);
9c541725 21913 this_type = get_die_type_at_offset (sect_off, per_cu);
36586728 21914 }
7771576e 21915 else if (attr_form_is_ref (attr))
673bfd45 21916 {
9c541725 21917 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
673bfd45 21918
9c541725 21919 this_type = get_die_type_at_offset (sect_off, cu->per_cu);
673bfd45 21920 }
55f1336d 21921 else if (attr->form == DW_FORM_ref_sig8)
673bfd45 21922 {
ac9ec31b 21923 ULONGEST signature = DW_SIGNATURE (attr);
673bfd45 21924
ac9ec31b 21925 return get_signatured_type (die, signature, cu);
673bfd45
DE
21926 }
21927 else
21928 {
ac9ec31b
DE
21929 complaint (&symfile_complaints,
21930 _("Dwarf Error: Bad type attribute %s in DIE"
9d8780f0
SM
21931 " at %s [in module %s]"),
21932 dwarf_attr_name (attr->name), sect_offset_str (die->sect_off),
4262abfb 21933 objfile_name (objfile));
ac9ec31b 21934 return build_error_marker_type (cu, die);
673bfd45
DE
21935 }
21936
21937 /* If not cached we need to read it in. */
21938
21939 if (this_type == NULL)
21940 {
ac9ec31b 21941 struct die_info *type_die = NULL;
673bfd45
DE
21942 struct dwarf2_cu *type_cu = cu;
21943
7771576e 21944 if (attr_form_is_ref (attr))
ac9ec31b
DE
21945 type_die = follow_die_ref (die, attr, &type_cu);
21946 if (type_die == NULL)
21947 return build_error_marker_type (cu, die);
21948 /* If we find the type now, it's probably because the type came
3019eac3
DE
21949 from an inter-CU reference and the type's CU got expanded before
21950 ours. */
ac9ec31b 21951 this_type = read_type_die (type_die, type_cu);
673bfd45
DE
21952 }
21953
21954 /* If we still don't have a type use an error marker. */
21955
21956 if (this_type == NULL)
ac9ec31b 21957 return build_error_marker_type (cu, die);
673bfd45 21958
f792889a 21959 return this_type;
c906108c
SS
21960}
21961
673bfd45
DE
21962/* Return the type in DIE, CU.
21963 Returns NULL for invalid types.
21964
02142a6c 21965 This first does a lookup in die_type_hash,
673bfd45
DE
21966 and only reads the die in if necessary.
21967
21968 NOTE: This can be called when reading in partial or full symbols. */
21969
f792889a 21970static struct type *
e7c27a73 21971read_type_die (struct die_info *die, struct dwarf2_cu *cu)
c906108c 21972{
f792889a
DJ
21973 struct type *this_type;
21974
21975 this_type = get_die_type (die, cu);
21976 if (this_type)
21977 return this_type;
21978
673bfd45
DE
21979 return read_type_die_1 (die, cu);
21980}
21981
21982/* Read the type in DIE, CU.
21983 Returns NULL for invalid types. */
21984
21985static struct type *
21986read_type_die_1 (struct die_info *die, struct dwarf2_cu *cu)
21987{
21988 struct type *this_type = NULL;
21989
c906108c
SS
21990 switch (die->tag)
21991 {
21992 case DW_TAG_class_type:
680b30c7 21993 case DW_TAG_interface_type:
c906108c
SS
21994 case DW_TAG_structure_type:
21995 case DW_TAG_union_type:
f792889a 21996 this_type = read_structure_type (die, cu);
c906108c
SS
21997 break;
21998 case DW_TAG_enumeration_type:
f792889a 21999 this_type = read_enumeration_type (die, cu);
c906108c
SS
22000 break;
22001 case DW_TAG_subprogram:
22002 case DW_TAG_subroutine_type:
edb3359d 22003 case DW_TAG_inlined_subroutine:
f792889a 22004 this_type = read_subroutine_type (die, cu);
c906108c
SS
22005 break;
22006 case DW_TAG_array_type:
f792889a 22007 this_type = read_array_type (die, cu);
c906108c 22008 break;
72019c9c 22009 case DW_TAG_set_type:
f792889a 22010 this_type = read_set_type (die, cu);
72019c9c 22011 break;
c906108c 22012 case DW_TAG_pointer_type:
f792889a 22013 this_type = read_tag_pointer_type (die, cu);
c906108c
SS
22014 break;
22015 case DW_TAG_ptr_to_member_type:
f792889a 22016 this_type = read_tag_ptr_to_member_type (die, cu);
c906108c
SS
22017 break;
22018 case DW_TAG_reference_type:
4297a3f0
AV
22019 this_type = read_tag_reference_type (die, cu, TYPE_CODE_REF);
22020 break;
22021 case DW_TAG_rvalue_reference_type:
22022 this_type = read_tag_reference_type (die, cu, TYPE_CODE_RVALUE_REF);
c906108c
SS
22023 break;
22024 case DW_TAG_const_type:
f792889a 22025 this_type = read_tag_const_type (die, cu);
c906108c
SS
22026 break;
22027 case DW_TAG_volatile_type:
f792889a 22028 this_type = read_tag_volatile_type (die, cu);
c906108c 22029 break;
06d66ee9
TT
22030 case DW_TAG_restrict_type:
22031 this_type = read_tag_restrict_type (die, cu);
22032 break;
c906108c 22033 case DW_TAG_string_type:
f792889a 22034 this_type = read_tag_string_type (die, cu);
c906108c
SS
22035 break;
22036 case DW_TAG_typedef:
f792889a 22037 this_type = read_typedef (die, cu);
c906108c 22038 break;
a02abb62 22039 case DW_TAG_subrange_type:
f792889a 22040 this_type = read_subrange_type (die, cu);
a02abb62 22041 break;
c906108c 22042 case DW_TAG_base_type:
f792889a 22043 this_type = read_base_type (die, cu);
c906108c 22044 break;
81a17f79 22045 case DW_TAG_unspecified_type:
f792889a 22046 this_type = read_unspecified_type (die, cu);
81a17f79 22047 break;
0114d602
DJ
22048 case DW_TAG_namespace:
22049 this_type = read_namespace_type (die, cu);
22050 break;
f55ee35c
JK
22051 case DW_TAG_module:
22052 this_type = read_module_type (die, cu);
22053 break;
a2c2acaf
MW
22054 case DW_TAG_atomic_type:
22055 this_type = read_tag_atomic_type (die, cu);
22056 break;
c906108c 22057 default:
3e43a32a
MS
22058 complaint (&symfile_complaints,
22059 _("unexpected tag in read_type_die: '%s'"),
4d3c2250 22060 dwarf_tag_name (die->tag));
c906108c
SS
22061 break;
22062 }
63d06c5c 22063
f792889a 22064 return this_type;
63d06c5c
DC
22065}
22066
abc72ce4
DE
22067/* See if we can figure out if the class lives in a namespace. We do
22068 this by looking for a member function; its demangled name will
22069 contain namespace info, if there is any.
22070 Return the computed name or NULL.
22071 Space for the result is allocated on the objfile's obstack.
22072 This is the full-die version of guess_partial_die_structure_name.
22073 In this case we know DIE has no useful parent. */
22074
22075static char *
22076guess_full_die_structure_name (struct die_info *die, struct dwarf2_cu *cu)
22077{
22078 struct die_info *spec_die;
22079 struct dwarf2_cu *spec_cu;
22080 struct die_info *child;
518817b3 22081 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
abc72ce4
DE
22082
22083 spec_cu = cu;
22084 spec_die = die_specification (die, &spec_cu);
22085 if (spec_die != NULL)
22086 {
22087 die = spec_die;
22088 cu = spec_cu;
22089 }
22090
22091 for (child = die->child;
22092 child != NULL;
22093 child = child->sibling)
22094 {
22095 if (child->tag == DW_TAG_subprogram)
22096 {
73b9be8b 22097 const char *linkage_name = dw2_linkage_name (child, cu);
abc72ce4 22098
7d45c7c3 22099 if (linkage_name != NULL)
abc72ce4
DE
22100 {
22101 char *actual_name
22102 = language_class_name_from_physname (cu->language_defn,
7d45c7c3 22103 linkage_name);
abc72ce4
DE
22104 char *name = NULL;
22105
22106 if (actual_name != NULL)
22107 {
15d034d0 22108 const char *die_name = dwarf2_name (die, cu);
abc72ce4
DE
22109
22110 if (die_name != NULL
22111 && strcmp (die_name, actual_name) != 0)
22112 {
22113 /* Strip off the class name from the full name.
22114 We want the prefix. */
22115 int die_name_len = strlen (die_name);
22116 int actual_name_len = strlen (actual_name);
22117
22118 /* Test for '::' as a sanity check. */
22119 if (actual_name_len > die_name_len + 2
3e43a32a
MS
22120 && actual_name[actual_name_len
22121 - die_name_len - 1] == ':')
224c3ddb 22122 name = (char *) obstack_copy0 (
e3b94546 22123 &objfile->per_bfd->storage_obstack,
224c3ddb 22124 actual_name, actual_name_len - die_name_len - 2);
abc72ce4
DE
22125 }
22126 }
22127 xfree (actual_name);
22128 return name;
22129 }
22130 }
22131 }
22132
22133 return NULL;
22134}
22135
96408a79
SA
22136/* GCC might emit a nameless typedef that has a linkage name. Determine the
22137 prefix part in such case. See
22138 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510. */
22139
a121b7c1 22140static const char *
96408a79
SA
22141anonymous_struct_prefix (struct die_info *die, struct dwarf2_cu *cu)
22142{
22143 struct attribute *attr;
e6a959d6 22144 const char *base;
96408a79
SA
22145
22146 if (die->tag != DW_TAG_class_type && die->tag != DW_TAG_interface_type
22147 && die->tag != DW_TAG_structure_type && die->tag != DW_TAG_union_type)
22148 return NULL;
22149
7d45c7c3 22150 if (dwarf2_string_attr (die, DW_AT_name, cu) != NULL)
96408a79
SA
22151 return NULL;
22152
73b9be8b 22153 attr = dw2_linkage_name_attr (die, cu);
96408a79
SA
22154 if (attr == NULL || DW_STRING (attr) == NULL)
22155 return NULL;
22156
22157 /* dwarf2_name had to be already called. */
22158 gdb_assert (DW_STRING_IS_CANONICAL (attr));
22159
22160 /* Strip the base name, keep any leading namespaces/classes. */
22161 base = strrchr (DW_STRING (attr), ':');
22162 if (base == NULL || base == DW_STRING (attr) || base[-1] != ':')
22163 return "";
22164
518817b3 22165 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
e3b94546 22166 return (char *) obstack_copy0 (&objfile->per_bfd->storage_obstack,
224c3ddb
SM
22167 DW_STRING (attr),
22168 &base[-1] - DW_STRING (attr));
96408a79
SA
22169}
22170
fdde2d81 22171/* Return the name of the namespace/class that DIE is defined within,
0114d602 22172 or "" if we can't tell. The caller should not xfree the result.
fdde2d81 22173
0114d602
DJ
22174 For example, if we're within the method foo() in the following
22175 code:
22176
22177 namespace N {
22178 class C {
22179 void foo () {
22180 }
22181 };
22182 }
22183
22184 then determine_prefix on foo's die will return "N::C". */
fdde2d81 22185
0d5cff50 22186static const char *
e142c38c 22187determine_prefix (struct die_info *die, struct dwarf2_cu *cu)
63d06c5c 22188{
518817b3
SM
22189 struct dwarf2_per_objfile *dwarf2_per_objfile
22190 = cu->per_cu->dwarf2_per_objfile;
0114d602
DJ
22191 struct die_info *parent, *spec_die;
22192 struct dwarf2_cu *spec_cu;
22193 struct type *parent_type;
a121b7c1 22194 const char *retval;
63d06c5c 22195
9c37b5ae 22196 if (cu->language != language_cplus
c44af4eb
TT
22197 && cu->language != language_fortran && cu->language != language_d
22198 && cu->language != language_rust)
0114d602
DJ
22199 return "";
22200
96408a79
SA
22201 retval = anonymous_struct_prefix (die, cu);
22202 if (retval)
22203 return retval;
22204
0114d602
DJ
22205 /* We have to be careful in the presence of DW_AT_specification.
22206 For example, with GCC 3.4, given the code
22207
22208 namespace N {
22209 void foo() {
22210 // Definition of N::foo.
22211 }
22212 }
22213
22214 then we'll have a tree of DIEs like this:
22215
22216 1: DW_TAG_compile_unit
22217 2: DW_TAG_namespace // N
22218 3: DW_TAG_subprogram // declaration of N::foo
22219 4: DW_TAG_subprogram // definition of N::foo
22220 DW_AT_specification // refers to die #3
22221
22222 Thus, when processing die #4, we have to pretend that we're in
22223 the context of its DW_AT_specification, namely the contex of die
22224 #3. */
22225 spec_cu = cu;
22226 spec_die = die_specification (die, &spec_cu);
22227 if (spec_die == NULL)
22228 parent = die->parent;
22229 else
63d06c5c 22230 {
0114d602
DJ
22231 parent = spec_die->parent;
22232 cu = spec_cu;
63d06c5c 22233 }
0114d602
DJ
22234
22235 if (parent == NULL)
22236 return "";
98bfdba5
PA
22237 else if (parent->building_fullname)
22238 {
22239 const char *name;
22240 const char *parent_name;
22241
22242 /* It has been seen on RealView 2.2 built binaries,
22243 DW_TAG_template_type_param types actually _defined_ as
22244 children of the parent class:
22245
22246 enum E {};
22247 template class <class Enum> Class{};
22248 Class<enum E> class_e;
22249
22250 1: DW_TAG_class_type (Class)
22251 2: DW_TAG_enumeration_type (E)
22252 3: DW_TAG_enumerator (enum1:0)
22253 3: DW_TAG_enumerator (enum2:1)
22254 ...
22255 2: DW_TAG_template_type_param
22256 DW_AT_type DW_FORM_ref_udata (E)
22257
22258 Besides being broken debug info, it can put GDB into an
22259 infinite loop. Consider:
22260
22261 When we're building the full name for Class<E>, we'll start
22262 at Class, and go look over its template type parameters,
22263 finding E. We'll then try to build the full name of E, and
22264 reach here. We're now trying to build the full name of E,
22265 and look over the parent DIE for containing scope. In the
22266 broken case, if we followed the parent DIE of E, we'd again
22267 find Class, and once again go look at its template type
22268 arguments, etc., etc. Simply don't consider such parent die
22269 as source-level parent of this die (it can't be, the language
22270 doesn't allow it), and break the loop here. */
22271 name = dwarf2_name (die, cu);
22272 parent_name = dwarf2_name (parent, cu);
22273 complaint (&symfile_complaints,
22274 _("template param type '%s' defined within parent '%s'"),
22275 name ? name : "<unknown>",
22276 parent_name ? parent_name : "<unknown>");
22277 return "";
22278 }
63d06c5c 22279 else
0114d602
DJ
22280 switch (parent->tag)
22281 {
63d06c5c 22282 case DW_TAG_namespace:
0114d602 22283 parent_type = read_type_die (parent, cu);
acebe513
UW
22284 /* GCC 4.0 and 4.1 had a bug (PR c++/28460) where they generated bogus
22285 DW_TAG_namespace DIEs with a name of "::" for the global namespace.
22286 Work around this problem here. */
22287 if (cu->language == language_cplus
22288 && strcmp (TYPE_TAG_NAME (parent_type), "::") == 0)
22289 return "";
0114d602
DJ
22290 /* We give a name to even anonymous namespaces. */
22291 return TYPE_TAG_NAME (parent_type);
63d06c5c 22292 case DW_TAG_class_type:
680b30c7 22293 case DW_TAG_interface_type:
63d06c5c 22294 case DW_TAG_structure_type:
0114d602 22295 case DW_TAG_union_type:
f55ee35c 22296 case DW_TAG_module:
0114d602
DJ
22297 parent_type = read_type_die (parent, cu);
22298 if (TYPE_TAG_NAME (parent_type) != NULL)
22299 return TYPE_TAG_NAME (parent_type);
22300 else
22301 /* An anonymous structure is only allowed non-static data
22302 members; no typedefs, no member functions, et cetera.
22303 So it does not need a prefix. */
22304 return "";
abc72ce4 22305 case DW_TAG_compile_unit:
95554aad 22306 case DW_TAG_partial_unit:
abc72ce4
DE
22307 /* gcc-4.5 -gdwarf-4 can drop the enclosing namespace. Cope. */
22308 if (cu->language == language_cplus
8b70b953 22309 && !VEC_empty (dwarf2_section_info_def, dwarf2_per_objfile->types)
abc72ce4
DE
22310 && die->child != NULL
22311 && (die->tag == DW_TAG_class_type
22312 || die->tag == DW_TAG_structure_type
22313 || die->tag == DW_TAG_union_type))
22314 {
22315 char *name = guess_full_die_structure_name (die, cu);
22316 if (name != NULL)
22317 return name;
22318 }
22319 return "";
3d567982
TT
22320 case DW_TAG_enumeration_type:
22321 parent_type = read_type_die (parent, cu);
22322 if (TYPE_DECLARED_CLASS (parent_type))
22323 {
22324 if (TYPE_TAG_NAME (parent_type) != NULL)
22325 return TYPE_TAG_NAME (parent_type);
22326 return "";
22327 }
22328 /* Fall through. */
63d06c5c 22329 default:
8176b9b8 22330 return determine_prefix (parent, cu);
63d06c5c 22331 }
63d06c5c
DC
22332}
22333
3e43a32a
MS
22334/* Return a newly-allocated string formed by concatenating PREFIX and SUFFIX
22335 with appropriate separator. If PREFIX or SUFFIX is NULL or empty, then
22336 simply copy the SUFFIX or PREFIX, respectively. If OBS is non-null, perform
22337 an obconcat, otherwise allocate storage for the result. The CU argument is
22338 used to determine the language and hence, the appropriate separator. */
987504bb 22339
f55ee35c 22340#define MAX_SEP_LEN 7 /* strlen ("__") + strlen ("_MOD_") */
63d06c5c
DC
22341
22342static char *
f55ee35c
JK
22343typename_concat (struct obstack *obs, const char *prefix, const char *suffix,
22344 int physname, struct dwarf2_cu *cu)
63d06c5c 22345{
f55ee35c 22346 const char *lead = "";
5c315b68 22347 const char *sep;
63d06c5c 22348
3e43a32a
MS
22349 if (suffix == NULL || suffix[0] == '\0'
22350 || prefix == NULL || prefix[0] == '\0')
987504bb 22351 sep = "";
45280282
IB
22352 else if (cu->language == language_d)
22353 {
22354 /* For D, the 'main' function could be defined in any module, but it
22355 should never be prefixed. */
22356 if (strcmp (suffix, "D main") == 0)
22357 {
22358 prefix = "";
22359 sep = "";
22360 }
22361 else
22362 sep = ".";
22363 }
f55ee35c
JK
22364 else if (cu->language == language_fortran && physname)
22365 {
22366 /* This is gfortran specific mangling. Normally DW_AT_linkage_name or
22367 DW_AT_MIPS_linkage_name is preferred and used instead. */
22368
22369 lead = "__";
22370 sep = "_MOD_";
22371 }
987504bb
JJ
22372 else
22373 sep = "::";
63d06c5c 22374
6dd47d34
DE
22375 if (prefix == NULL)
22376 prefix = "";
22377 if (suffix == NULL)
22378 suffix = "";
22379
987504bb
JJ
22380 if (obs == NULL)
22381 {
3e43a32a 22382 char *retval
224c3ddb
SM
22383 = ((char *)
22384 xmalloc (strlen (prefix) + MAX_SEP_LEN + strlen (suffix) + 1));
9a619af0 22385
f55ee35c
JK
22386 strcpy (retval, lead);
22387 strcat (retval, prefix);
6dd47d34
DE
22388 strcat (retval, sep);
22389 strcat (retval, suffix);
63d06c5c
DC
22390 return retval;
22391 }
987504bb
JJ
22392 else
22393 {
22394 /* We have an obstack. */
f55ee35c 22395 return obconcat (obs, lead, prefix, sep, suffix, (char *) NULL);
987504bb 22396 }
63d06c5c
DC
22397}
22398
c906108c
SS
22399/* Return sibling of die, NULL if no sibling. */
22400
f9aca02d 22401static struct die_info *
fba45db2 22402sibling_die (struct die_info *die)
c906108c 22403{
639d11d3 22404 return die->sibling;
c906108c
SS
22405}
22406
71c25dea
TT
22407/* Get name of a die, return NULL if not found. */
22408
15d034d0
TT
22409static const char *
22410dwarf2_canonicalize_name (const char *name, struct dwarf2_cu *cu,
71c25dea
TT
22411 struct obstack *obstack)
22412{
22413 if (name && cu->language == language_cplus)
22414 {
2f408ecb 22415 std::string canon_name = cp_canonicalize_string (name);
71c25dea 22416
2f408ecb 22417 if (!canon_name.empty ())
71c25dea 22418 {
2f408ecb
PA
22419 if (canon_name != name)
22420 name = (const char *) obstack_copy0 (obstack,
22421 canon_name.c_str (),
22422 canon_name.length ());
71c25dea
TT
22423 }
22424 }
22425
22426 return name;
c906108c
SS
22427}
22428
96553a0c
DE
22429/* Get name of a die, return NULL if not found.
22430 Anonymous namespaces are converted to their magic string. */
9219021c 22431
15d034d0 22432static const char *
e142c38c 22433dwarf2_name (struct die_info *die, struct dwarf2_cu *cu)
9219021c
DC
22434{
22435 struct attribute *attr;
518817b3 22436 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
9219021c 22437
e142c38c 22438 attr = dwarf2_attr (die, DW_AT_name, cu);
53832f31 22439 if ((!attr || !DW_STRING (attr))
96553a0c 22440 && die->tag != DW_TAG_namespace
53832f31
TT
22441 && die->tag != DW_TAG_class_type
22442 && die->tag != DW_TAG_interface_type
22443 && die->tag != DW_TAG_structure_type
22444 && die->tag != DW_TAG_union_type)
71c25dea
TT
22445 return NULL;
22446
22447 switch (die->tag)
22448 {
22449 case DW_TAG_compile_unit:
95554aad 22450 case DW_TAG_partial_unit:
71c25dea
TT
22451 /* Compilation units have a DW_AT_name that is a filename, not
22452 a source language identifier. */
22453 case DW_TAG_enumeration_type:
22454 case DW_TAG_enumerator:
22455 /* These tags always have simple identifiers already; no need
22456 to canonicalize them. */
22457 return DW_STRING (attr);
907af001 22458
96553a0c
DE
22459 case DW_TAG_namespace:
22460 if (attr != NULL && DW_STRING (attr) != NULL)
22461 return DW_STRING (attr);
22462 return CP_ANONYMOUS_NAMESPACE_STR;
22463
907af001
UW
22464 case DW_TAG_class_type:
22465 case DW_TAG_interface_type:
22466 case DW_TAG_structure_type:
22467 case DW_TAG_union_type:
22468 /* Some GCC versions emit spurious DW_AT_name attributes for unnamed
22469 structures or unions. These were of the form "._%d" in GCC 4.1,
22470 or simply "<anonymous struct>" or "<anonymous union>" in GCC 4.3
22471 and GCC 4.4. We work around this problem by ignoring these. */
53832f31 22472 if (attr && DW_STRING (attr)
61012eef
GB
22473 && (startswith (DW_STRING (attr), "._")
22474 || startswith (DW_STRING (attr), "<anonymous")))
907af001 22475 return NULL;
53832f31
TT
22476
22477 /* GCC might emit a nameless typedef that has a linkage name. See
22478 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510. */
22479 if (!attr || DW_STRING (attr) == NULL)
22480 {
df5c6c50 22481 char *demangled = NULL;
53832f31 22482
73b9be8b 22483 attr = dw2_linkage_name_attr (die, cu);
53832f31
TT
22484 if (attr == NULL || DW_STRING (attr) == NULL)
22485 return NULL;
22486
df5c6c50
JK
22487 /* Avoid demangling DW_STRING (attr) the second time on a second
22488 call for the same DIE. */
22489 if (!DW_STRING_IS_CANONICAL (attr))
8de20a37 22490 demangled = gdb_demangle (DW_STRING (attr), DMGL_TYPES);
53832f31
TT
22491
22492 if (demangled)
22493 {
e6a959d6 22494 const char *base;
96408a79 22495
53832f31 22496 /* FIXME: we already did this for the partial symbol... */
34a68019 22497 DW_STRING (attr)
224c3ddb 22498 = ((const char *)
e3b94546 22499 obstack_copy0 (&objfile->per_bfd->storage_obstack,
224c3ddb 22500 demangled, strlen (demangled)));
53832f31
TT
22501 DW_STRING_IS_CANONICAL (attr) = 1;
22502 xfree (demangled);
96408a79
SA
22503
22504 /* Strip any leading namespaces/classes, keep only the base name.
22505 DW_AT_name for named DIEs does not contain the prefixes. */
22506 base = strrchr (DW_STRING (attr), ':');
22507 if (base && base > DW_STRING (attr) && base[-1] == ':')
22508 return &base[1];
22509 else
22510 return DW_STRING (attr);
53832f31
TT
22511 }
22512 }
907af001
UW
22513 break;
22514
71c25dea 22515 default:
907af001
UW
22516 break;
22517 }
22518
22519 if (!DW_STRING_IS_CANONICAL (attr))
22520 {
22521 DW_STRING (attr)
22522 = dwarf2_canonicalize_name (DW_STRING (attr), cu,
e3b94546 22523 &objfile->per_bfd->storage_obstack);
907af001 22524 DW_STRING_IS_CANONICAL (attr) = 1;
71c25dea 22525 }
907af001 22526 return DW_STRING (attr);
9219021c
DC
22527}
22528
22529/* Return the die that this die in an extension of, or NULL if there
f2f0e013
DJ
22530 is none. *EXT_CU is the CU containing DIE on input, and the CU
22531 containing the return value on output. */
9219021c
DC
22532
22533static struct die_info *
f2f0e013 22534dwarf2_extension (struct die_info *die, struct dwarf2_cu **ext_cu)
9219021c
DC
22535{
22536 struct attribute *attr;
9219021c 22537
f2f0e013 22538 attr = dwarf2_attr (die, DW_AT_extension, *ext_cu);
9219021c
DC
22539 if (attr == NULL)
22540 return NULL;
22541
f2f0e013 22542 return follow_die_ref (die, attr, ext_cu);
9219021c
DC
22543}
22544
c906108c
SS
22545/* Convert a DIE tag into its string name. */
22546
f39c6ffd 22547static const char *
aa1ee363 22548dwarf_tag_name (unsigned tag)
c906108c 22549{
f39c6ffd
TT
22550 const char *name = get_DW_TAG_name (tag);
22551
22552 if (name == NULL)
22553 return "DW_TAG_<unknown>";
22554
22555 return name;
c906108c
SS
22556}
22557
22558/* Convert a DWARF attribute code into its string name. */
22559
f39c6ffd 22560static const char *
aa1ee363 22561dwarf_attr_name (unsigned attr)
c906108c 22562{
f39c6ffd
TT
22563 const char *name;
22564
c764a876 22565#ifdef MIPS /* collides with DW_AT_HP_block_index */
f39c6ffd
TT
22566 if (attr == DW_AT_MIPS_fde)
22567 return "DW_AT_MIPS_fde";
22568#else
22569 if (attr == DW_AT_HP_block_index)
22570 return "DW_AT_HP_block_index";
c764a876 22571#endif
f39c6ffd
TT
22572
22573 name = get_DW_AT_name (attr);
22574
22575 if (name == NULL)
22576 return "DW_AT_<unknown>";
22577
22578 return name;
c906108c
SS
22579}
22580
22581/* Convert a DWARF value form code into its string name. */
22582
f39c6ffd 22583static const char *
aa1ee363 22584dwarf_form_name (unsigned form)
c906108c 22585{
f39c6ffd
TT
22586 const char *name = get_DW_FORM_name (form);
22587
22588 if (name == NULL)
22589 return "DW_FORM_<unknown>";
22590
22591 return name;
c906108c
SS
22592}
22593
a121b7c1 22594static const char *
fba45db2 22595dwarf_bool_name (unsigned mybool)
c906108c
SS
22596{
22597 if (mybool)
22598 return "TRUE";
22599 else
22600 return "FALSE";
22601}
22602
22603/* Convert a DWARF type code into its string name. */
22604
f39c6ffd 22605static const char *
aa1ee363 22606dwarf_type_encoding_name (unsigned enc)
c906108c 22607{
f39c6ffd 22608 const char *name = get_DW_ATE_name (enc);
c906108c 22609
f39c6ffd
TT
22610 if (name == NULL)
22611 return "DW_ATE_<unknown>";
c906108c 22612
f39c6ffd 22613 return name;
c906108c 22614}
c906108c 22615
f9aca02d 22616static void
d97bc12b 22617dump_die_shallow (struct ui_file *f, int indent, struct die_info *die)
c906108c
SS
22618{
22619 unsigned int i;
22620
d97bc12b 22621 print_spaces (indent, f);
9d8780f0 22622 fprintf_unfiltered (f, "Die: %s (abbrev %d, offset %s)\n",
9c541725 22623 dwarf_tag_name (die->tag), die->abbrev,
9d8780f0 22624 sect_offset_str (die->sect_off));
d97bc12b
DE
22625
22626 if (die->parent != NULL)
22627 {
22628 print_spaces (indent, f);
9d8780f0
SM
22629 fprintf_unfiltered (f, " parent at offset: %s\n",
22630 sect_offset_str (die->parent->sect_off));
d97bc12b
DE
22631 }
22632
22633 print_spaces (indent, f);
22634 fprintf_unfiltered (f, " has children: %s\n",
639d11d3 22635 dwarf_bool_name (die->child != NULL));
c906108c 22636
d97bc12b
DE
22637 print_spaces (indent, f);
22638 fprintf_unfiltered (f, " attributes:\n");
22639
c906108c
SS
22640 for (i = 0; i < die->num_attrs; ++i)
22641 {
d97bc12b
DE
22642 print_spaces (indent, f);
22643 fprintf_unfiltered (f, " %s (%s) ",
c906108c
SS
22644 dwarf_attr_name (die->attrs[i].name),
22645 dwarf_form_name (die->attrs[i].form));
d97bc12b 22646
c906108c
SS
22647 switch (die->attrs[i].form)
22648 {
c906108c 22649 case DW_FORM_addr:
3019eac3 22650 case DW_FORM_GNU_addr_index:
d97bc12b 22651 fprintf_unfiltered (f, "address: ");
5af949e3 22652 fputs_filtered (hex_string (DW_ADDR (&die->attrs[i])), f);
c906108c
SS
22653 break;
22654 case DW_FORM_block2:
22655 case DW_FORM_block4:
22656 case DW_FORM_block:
22657 case DW_FORM_block1:
56eb65bd
SP
22658 fprintf_unfiltered (f, "block: size %s",
22659 pulongest (DW_BLOCK (&die->attrs[i])->size));
c906108c 22660 break;
2dc7f7b3 22661 case DW_FORM_exprloc:
56eb65bd
SP
22662 fprintf_unfiltered (f, "expression: size %s",
22663 pulongest (DW_BLOCK (&die->attrs[i])->size));
2dc7f7b3 22664 break;
0224619f
JK
22665 case DW_FORM_data16:
22666 fprintf_unfiltered (f, "constant of 16 bytes");
22667 break;
4568ecf9
DE
22668 case DW_FORM_ref_addr:
22669 fprintf_unfiltered (f, "ref address: ");
22670 fputs_filtered (hex_string (DW_UNSND (&die->attrs[i])), f);
22671 break;
36586728
TT
22672 case DW_FORM_GNU_ref_alt:
22673 fprintf_unfiltered (f, "alt ref address: ");
22674 fputs_filtered (hex_string (DW_UNSND (&die->attrs[i])), f);
22675 break;
10b3939b
DJ
22676 case DW_FORM_ref1:
22677 case DW_FORM_ref2:
22678 case DW_FORM_ref4:
4568ecf9
DE
22679 case DW_FORM_ref8:
22680 case DW_FORM_ref_udata:
d97bc12b 22681 fprintf_unfiltered (f, "constant ref: 0x%lx (adjusted)",
4568ecf9 22682 (long) (DW_UNSND (&die->attrs[i])));
10b3939b 22683 break;
c906108c
SS
22684 case DW_FORM_data1:
22685 case DW_FORM_data2:
22686 case DW_FORM_data4:
ce5d95e1 22687 case DW_FORM_data8:
c906108c
SS
22688 case DW_FORM_udata:
22689 case DW_FORM_sdata:
43bbcdc2
PH
22690 fprintf_unfiltered (f, "constant: %s",
22691 pulongest (DW_UNSND (&die->attrs[i])));
c906108c 22692 break;
2dc7f7b3
TT
22693 case DW_FORM_sec_offset:
22694 fprintf_unfiltered (f, "section offset: %s",
22695 pulongest (DW_UNSND (&die->attrs[i])));
22696 break;
55f1336d 22697 case DW_FORM_ref_sig8:
ac9ec31b
DE
22698 fprintf_unfiltered (f, "signature: %s",
22699 hex_string (DW_SIGNATURE (&die->attrs[i])));
348e048f 22700 break;
c906108c 22701 case DW_FORM_string:
4bdf3d34 22702 case DW_FORM_strp:
43988095 22703 case DW_FORM_line_strp:
3019eac3 22704 case DW_FORM_GNU_str_index:
36586728 22705 case DW_FORM_GNU_strp_alt:
8285870a 22706 fprintf_unfiltered (f, "string: \"%s\" (%s canonicalized)",
c906108c 22707 DW_STRING (&die->attrs[i])
8285870a
JK
22708 ? DW_STRING (&die->attrs[i]) : "",
22709 DW_STRING_IS_CANONICAL (&die->attrs[i]) ? "is" : "not");
c906108c
SS
22710 break;
22711 case DW_FORM_flag:
22712 if (DW_UNSND (&die->attrs[i]))
d97bc12b 22713 fprintf_unfiltered (f, "flag: TRUE");
c906108c 22714 else
d97bc12b 22715 fprintf_unfiltered (f, "flag: FALSE");
c906108c 22716 break;
2dc7f7b3
TT
22717 case DW_FORM_flag_present:
22718 fprintf_unfiltered (f, "flag: TRUE");
22719 break;
a8329558 22720 case DW_FORM_indirect:
0963b4bd
MS
22721 /* The reader will have reduced the indirect form to
22722 the "base form" so this form should not occur. */
3e43a32a
MS
22723 fprintf_unfiltered (f,
22724 "unexpected attribute form: DW_FORM_indirect");
a8329558 22725 break;
663c44ac
JK
22726 case DW_FORM_implicit_const:
22727 fprintf_unfiltered (f, "constant: %s",
22728 plongest (DW_SND (&die->attrs[i])));
22729 break;
c906108c 22730 default:
d97bc12b 22731 fprintf_unfiltered (f, "unsupported attribute form: %d.",
c5aa993b 22732 die->attrs[i].form);
d97bc12b 22733 break;
c906108c 22734 }
d97bc12b 22735 fprintf_unfiltered (f, "\n");
c906108c
SS
22736 }
22737}
22738
f9aca02d 22739static void
d97bc12b 22740dump_die_for_error (struct die_info *die)
c906108c 22741{
d97bc12b
DE
22742 dump_die_shallow (gdb_stderr, 0, die);
22743}
22744
22745static void
22746dump_die_1 (struct ui_file *f, int level, int max_level, struct die_info *die)
22747{
22748 int indent = level * 4;
22749
22750 gdb_assert (die != NULL);
22751
22752 if (level >= max_level)
22753 return;
22754
22755 dump_die_shallow (f, indent, die);
22756
22757 if (die->child != NULL)
c906108c 22758 {
d97bc12b
DE
22759 print_spaces (indent, f);
22760 fprintf_unfiltered (f, " Children:");
22761 if (level + 1 < max_level)
22762 {
22763 fprintf_unfiltered (f, "\n");
22764 dump_die_1 (f, level + 1, max_level, die->child);
22765 }
22766 else
22767 {
3e43a32a
MS
22768 fprintf_unfiltered (f,
22769 " [not printed, max nesting level reached]\n");
d97bc12b
DE
22770 }
22771 }
22772
22773 if (die->sibling != NULL && level > 0)
22774 {
22775 dump_die_1 (f, level, max_level, die->sibling);
c906108c
SS
22776 }
22777}
22778
d97bc12b
DE
22779/* This is called from the pdie macro in gdbinit.in.
22780 It's not static so gcc will keep a copy callable from gdb. */
22781
22782void
22783dump_die (struct die_info *die, int max_level)
22784{
22785 dump_die_1 (gdb_stdlog, 0, max_level, die);
22786}
22787
f9aca02d 22788static void
51545339 22789store_in_ref_table (struct die_info *die, struct dwarf2_cu *cu)
c906108c 22790{
51545339 22791 void **slot;
c906108c 22792
9c541725
PA
22793 slot = htab_find_slot_with_hash (cu->die_hash, die,
22794 to_underlying (die->sect_off),
b64f50a1 22795 INSERT);
51545339
DJ
22796
22797 *slot = die;
c906108c
SS
22798}
22799
b64f50a1
JK
22800/* Return DIE offset of ATTR. Return 0 with complaint if ATTR is not of the
22801 required kind. */
22802
22803static sect_offset
ff39bb5e 22804dwarf2_get_ref_die_offset (const struct attribute *attr)
93311388 22805{
7771576e 22806 if (attr_form_is_ref (attr))
9c541725 22807 return (sect_offset) DW_UNSND (attr);
93311388
DE
22808
22809 complaint (&symfile_complaints,
22810 _("unsupported die ref attribute form: '%s'"),
22811 dwarf_form_name (attr->form));
9c541725 22812 return {};
c906108c
SS
22813}
22814
43bbcdc2
PH
22815/* Return the constant value held by ATTR. Return DEFAULT_VALUE if
22816 * the value held by the attribute is not constant. */
a02abb62 22817
43bbcdc2 22818static LONGEST
ff39bb5e 22819dwarf2_get_attr_constant_value (const struct attribute *attr, int default_value)
a02abb62 22820{
663c44ac 22821 if (attr->form == DW_FORM_sdata || attr->form == DW_FORM_implicit_const)
a02abb62
JB
22822 return DW_SND (attr);
22823 else if (attr->form == DW_FORM_udata
22824 || attr->form == DW_FORM_data1
22825 || attr->form == DW_FORM_data2
22826 || attr->form == DW_FORM_data4
22827 || attr->form == DW_FORM_data8)
22828 return DW_UNSND (attr);
22829 else
22830 {
0224619f 22831 /* For DW_FORM_data16 see attr_form_is_constant. */
3e43a32a
MS
22832 complaint (&symfile_complaints,
22833 _("Attribute value is not a constant (%s)"),
a02abb62
JB
22834 dwarf_form_name (attr->form));
22835 return default_value;
22836 }
22837}
22838
348e048f
DE
22839/* Follow reference or signature attribute ATTR of SRC_DIE.
22840 On entry *REF_CU is the CU of SRC_DIE.
22841 On exit *REF_CU is the CU of the result. */
22842
22843static struct die_info *
ff39bb5e 22844follow_die_ref_or_sig (struct die_info *src_die, const struct attribute *attr,
348e048f
DE
22845 struct dwarf2_cu **ref_cu)
22846{
22847 struct die_info *die;
22848
7771576e 22849 if (attr_form_is_ref (attr))
348e048f 22850 die = follow_die_ref (src_die, attr, ref_cu);
55f1336d 22851 else if (attr->form == DW_FORM_ref_sig8)
348e048f
DE
22852 die = follow_die_sig (src_die, attr, ref_cu);
22853 else
22854 {
22855 dump_die_for_error (src_die);
22856 error (_("Dwarf Error: Expected reference attribute [in module %s]"),
518817b3 22857 objfile_name ((*ref_cu)->per_cu->dwarf2_per_objfile->objfile));
348e048f
DE
22858 }
22859
22860 return die;
03dd20cc
DJ
22861}
22862
5c631832 22863/* Follow reference OFFSET.
673bfd45
DE
22864 On entry *REF_CU is the CU of the source die referencing OFFSET.
22865 On exit *REF_CU is the CU of the result.
22866 Returns NULL if OFFSET is invalid. */
f504f079 22867
f9aca02d 22868static struct die_info *
9c541725 22869follow_die_offset (sect_offset sect_off, int offset_in_dwz,
36586728 22870 struct dwarf2_cu **ref_cu)
c906108c 22871{
10b3939b 22872 struct die_info temp_die;
f2f0e013 22873 struct dwarf2_cu *target_cu, *cu = *ref_cu;
518817b3
SM
22874 struct dwarf2_per_objfile *dwarf2_per_objfile
22875 = cu->per_cu->dwarf2_per_objfile;
10b3939b 22876
348e048f
DE
22877 gdb_assert (cu->per_cu != NULL);
22878
98bfdba5
PA
22879 target_cu = cu;
22880
3019eac3 22881 if (cu->per_cu->is_debug_types)
348e048f
DE
22882 {
22883 /* .debug_types CUs cannot reference anything outside their CU.
22884 If they need to, they have to reference a signatured type via
55f1336d 22885 DW_FORM_ref_sig8. */
9c541725 22886 if (!offset_in_cu_p (&cu->header, sect_off))
5c631832 22887 return NULL;
348e048f 22888 }
36586728 22889 else if (offset_in_dwz != cu->per_cu->is_dwz
9c541725 22890 || !offset_in_cu_p (&cu->header, sect_off))
10b3939b
DJ
22891 {
22892 struct dwarf2_per_cu_data *per_cu;
9a619af0 22893
9c541725 22894 per_cu = dwarf2_find_containing_comp_unit (sect_off, offset_in_dwz,
ed2dc618 22895 dwarf2_per_objfile);
03dd20cc
DJ
22896
22897 /* If necessary, add it to the queue and load its DIEs. */
95554aad 22898 if (maybe_queue_comp_unit (cu, per_cu, cu->language))
58f0c718 22899 load_full_comp_unit (per_cu, false, cu->language);
03dd20cc 22900
10b3939b
DJ
22901 target_cu = per_cu->cu;
22902 }
98bfdba5
PA
22903 else if (cu->dies == NULL)
22904 {
22905 /* We're loading full DIEs during partial symbol reading. */
22906 gdb_assert (dwarf2_per_objfile->reading_partial_symbols);
58f0c718 22907 load_full_comp_unit (cu->per_cu, false, language_minimal);
98bfdba5 22908 }
c906108c 22909
f2f0e013 22910 *ref_cu = target_cu;
9c541725 22911 temp_die.sect_off = sect_off;
9a3c8263 22912 return (struct die_info *) htab_find_with_hash (target_cu->die_hash,
9c541725
PA
22913 &temp_die,
22914 to_underlying (sect_off));
5c631832 22915}
10b3939b 22916
5c631832
JK
22917/* Follow reference attribute ATTR of SRC_DIE.
22918 On entry *REF_CU is the CU of SRC_DIE.
22919 On exit *REF_CU is the CU of the result. */
22920
22921static struct die_info *
ff39bb5e 22922follow_die_ref (struct die_info *src_die, const struct attribute *attr,
5c631832
JK
22923 struct dwarf2_cu **ref_cu)
22924{
9c541725 22925 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
5c631832
JK
22926 struct dwarf2_cu *cu = *ref_cu;
22927 struct die_info *die;
22928
9c541725 22929 die = follow_die_offset (sect_off,
36586728
TT
22930 (attr->form == DW_FORM_GNU_ref_alt
22931 || cu->per_cu->is_dwz),
22932 ref_cu);
5c631832 22933 if (!die)
9d8780f0
SM
22934 error (_("Dwarf Error: Cannot find DIE at %s referenced from DIE "
22935 "at %s [in module %s]"),
22936 sect_offset_str (sect_off), sect_offset_str (src_die->sect_off),
518817b3 22937 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
348e048f 22938
5c631832
JK
22939 return die;
22940}
22941
9c541725 22942/* Return DWARF block referenced by DW_AT_location of DIE at SECT_OFF at PER_CU.
d83e736b 22943 Returned value is intended for DW_OP_call*. Returned
e3b94546
SM
22944 dwarf2_locexpr_baton->data has lifetime of
22945 PER_CU->DWARF2_PER_OBJFILE->OBJFILE. */
5c631832
JK
22946
22947struct dwarf2_locexpr_baton
9c541725 22948dwarf2_fetch_die_loc_sect_off (sect_offset sect_off,
8b9737bf
TT
22949 struct dwarf2_per_cu_data *per_cu,
22950 CORE_ADDR (*get_frame_pc) (void *baton),
22951 void *baton)
5c631832 22952{
918dd910 22953 struct dwarf2_cu *cu;
5c631832
JK
22954 struct die_info *die;
22955 struct attribute *attr;
22956 struct dwarf2_locexpr_baton retval;
12359b5e
SM
22957 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
22958 struct objfile *objfile = dwarf2_per_objfile->objfile;
8cf6f0b1 22959
918dd910 22960 if (per_cu->cu == NULL)
58f0c718 22961 load_cu (per_cu, false);
918dd910 22962 cu = per_cu->cu;
cc12ce38
DE
22963 if (cu == NULL)
22964 {
22965 /* We shouldn't get here for a dummy CU, but don't crash on the user.
22966 Instead just throw an error, not much else we can do. */
9d8780f0
SM
22967 error (_("Dwarf Error: Dummy CU at %s referenced in module %s"),
22968 sect_offset_str (sect_off), objfile_name (objfile));
cc12ce38 22969 }
918dd910 22970
9c541725 22971 die = follow_die_offset (sect_off, per_cu->is_dwz, &cu);
5c631832 22972 if (!die)
9d8780f0
SM
22973 error (_("Dwarf Error: Cannot find DIE at %s referenced in module %s"),
22974 sect_offset_str (sect_off), objfile_name (objfile));
5c631832
JK
22975
22976 attr = dwarf2_attr (die, DW_AT_location, cu);
22977 if (!attr)
22978 {
e103e986
JK
22979 /* DWARF: "If there is no such attribute, then there is no effect.".
22980 DATA is ignored if SIZE is 0. */
5c631832 22981
e103e986 22982 retval.data = NULL;
5c631832
JK
22983 retval.size = 0;
22984 }
8cf6f0b1
TT
22985 else if (attr_form_is_section_offset (attr))
22986 {
22987 struct dwarf2_loclist_baton loclist_baton;
22988 CORE_ADDR pc = (*get_frame_pc) (baton);
22989 size_t size;
22990
22991 fill_in_loclist_baton (cu, &loclist_baton, attr);
22992
22993 retval.data = dwarf2_find_location_expression (&loclist_baton,
22994 &size, pc);
22995 retval.size = size;
22996 }
5c631832
JK
22997 else
22998 {
22999 if (!attr_form_is_block (attr))
9d8780f0 23000 error (_("Dwarf Error: DIE at %s referenced in module %s "
5c631832 23001 "is neither DW_FORM_block* nor DW_FORM_exprloc"),
9d8780f0 23002 sect_offset_str (sect_off), objfile_name (objfile));
5c631832
JK
23003
23004 retval.data = DW_BLOCK (attr)->data;
23005 retval.size = DW_BLOCK (attr)->size;
23006 }
23007 retval.per_cu = cu->per_cu;
918dd910 23008
ed2dc618 23009 age_cached_comp_units (dwarf2_per_objfile);
918dd910 23010
5c631832 23011 return retval;
348e048f
DE
23012}
23013
8b9737bf
TT
23014/* Like dwarf2_fetch_die_loc_sect_off, but take a CU
23015 offset. */
23016
23017struct dwarf2_locexpr_baton
23018dwarf2_fetch_die_loc_cu_off (cu_offset offset_in_cu,
23019 struct dwarf2_per_cu_data *per_cu,
23020 CORE_ADDR (*get_frame_pc) (void *baton),
23021 void *baton)
23022{
9c541725 23023 sect_offset sect_off = per_cu->sect_off + to_underlying (offset_in_cu);
8b9737bf 23024
9c541725 23025 return dwarf2_fetch_die_loc_sect_off (sect_off, per_cu, get_frame_pc, baton);
8b9737bf
TT
23026}
23027
b6807d98
TT
23028/* Write a constant of a given type as target-ordered bytes into
23029 OBSTACK. */
23030
23031static const gdb_byte *
23032write_constant_as_bytes (struct obstack *obstack,
23033 enum bfd_endian byte_order,
23034 struct type *type,
23035 ULONGEST value,
23036 LONGEST *len)
23037{
23038 gdb_byte *result;
23039
23040 *len = TYPE_LENGTH (type);
224c3ddb 23041 result = (gdb_byte *) obstack_alloc (obstack, *len);
b6807d98
TT
23042 store_unsigned_integer (result, *len, byte_order, value);
23043
23044 return result;
23045}
23046
23047/* If the DIE at OFFSET in PER_CU has a DW_AT_const_value, return a
23048 pointer to the constant bytes and set LEN to the length of the
23049 data. If memory is needed, allocate it on OBSTACK. If the DIE
23050 does not have a DW_AT_const_value, return NULL. */
23051
23052const gdb_byte *
9c541725 23053dwarf2_fetch_constant_bytes (sect_offset sect_off,
b6807d98
TT
23054 struct dwarf2_per_cu_data *per_cu,
23055 struct obstack *obstack,
23056 LONGEST *len)
23057{
23058 struct dwarf2_cu *cu;
23059 struct die_info *die;
23060 struct attribute *attr;
23061 const gdb_byte *result = NULL;
23062 struct type *type;
23063 LONGEST value;
23064 enum bfd_endian byte_order;
e3b94546 23065 struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
b6807d98 23066
b6807d98 23067 if (per_cu->cu == NULL)
58f0c718 23068 load_cu (per_cu, false);
b6807d98 23069 cu = per_cu->cu;
cc12ce38
DE
23070 if (cu == NULL)
23071 {
23072 /* We shouldn't get here for a dummy CU, but don't crash on the user.
23073 Instead just throw an error, not much else we can do. */
9d8780f0
SM
23074 error (_("Dwarf Error: Dummy CU at %s referenced in module %s"),
23075 sect_offset_str (sect_off), objfile_name (objfile));
cc12ce38 23076 }
b6807d98 23077
9c541725 23078 die = follow_die_offset (sect_off, per_cu->is_dwz, &cu);
b6807d98 23079 if (!die)
9d8780f0
SM
23080 error (_("Dwarf Error: Cannot find DIE at %s referenced in module %s"),
23081 sect_offset_str (sect_off), objfile_name (objfile));
b6807d98
TT
23082
23083 attr = dwarf2_attr (die, DW_AT_const_value, cu);
23084 if (attr == NULL)
23085 return NULL;
23086
e3b94546 23087 byte_order = (bfd_big_endian (objfile->obfd)
b6807d98
TT
23088 ? BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE);
23089
23090 switch (attr->form)
23091 {
23092 case DW_FORM_addr:
23093 case DW_FORM_GNU_addr_index:
23094 {
23095 gdb_byte *tem;
23096
23097 *len = cu->header.addr_size;
224c3ddb 23098 tem = (gdb_byte *) obstack_alloc (obstack, *len);
b6807d98
TT
23099 store_unsigned_integer (tem, *len, byte_order, DW_ADDR (attr));
23100 result = tem;
23101 }
23102 break;
23103 case DW_FORM_string:
23104 case DW_FORM_strp:
23105 case DW_FORM_GNU_str_index:
23106 case DW_FORM_GNU_strp_alt:
23107 /* DW_STRING is already allocated on the objfile obstack, point
23108 directly to it. */
23109 result = (const gdb_byte *) DW_STRING (attr);
23110 *len = strlen (DW_STRING (attr));
23111 break;
23112 case DW_FORM_block1:
23113 case DW_FORM_block2:
23114 case DW_FORM_block4:
23115 case DW_FORM_block:
23116 case DW_FORM_exprloc:
0224619f 23117 case DW_FORM_data16:
b6807d98
TT
23118 result = DW_BLOCK (attr)->data;
23119 *len = DW_BLOCK (attr)->size;
23120 break;
23121
23122 /* The DW_AT_const_value attributes are supposed to carry the
23123 symbol's value "represented as it would be on the target
23124 architecture." By the time we get here, it's already been
23125 converted to host endianness, so we just need to sign- or
23126 zero-extend it as appropriate. */
23127 case DW_FORM_data1:
23128 type = die_type (die, cu);
23129 result = dwarf2_const_value_data (attr, obstack, cu, &value, 8);
23130 if (result == NULL)
23131 result = write_constant_as_bytes (obstack, byte_order,
23132 type, value, len);
23133 break;
23134 case DW_FORM_data2:
23135 type = die_type (die, cu);
23136 result = dwarf2_const_value_data (attr, obstack, cu, &value, 16);
23137 if (result == NULL)
23138 result = write_constant_as_bytes (obstack, byte_order,
23139 type, value, len);
23140 break;
23141 case DW_FORM_data4:
23142 type = die_type (die, cu);
23143 result = dwarf2_const_value_data (attr, obstack, cu, &value, 32);
23144 if (result == NULL)
23145 result = write_constant_as_bytes (obstack, byte_order,
23146 type, value, len);
23147 break;
23148 case DW_FORM_data8:
23149 type = die_type (die, cu);
23150 result = dwarf2_const_value_data (attr, obstack, cu, &value, 64);
23151 if (result == NULL)
23152 result = write_constant_as_bytes (obstack, byte_order,
23153 type, value, len);
23154 break;
23155
23156 case DW_FORM_sdata:
663c44ac 23157 case DW_FORM_implicit_const:
b6807d98
TT
23158 type = die_type (die, cu);
23159 result = write_constant_as_bytes (obstack, byte_order,
23160 type, DW_SND (attr), len);
23161 break;
23162
23163 case DW_FORM_udata:
23164 type = die_type (die, cu);
23165 result = write_constant_as_bytes (obstack, byte_order,
23166 type, DW_UNSND (attr), len);
23167 break;
23168
23169 default:
23170 complaint (&symfile_complaints,
23171 _("unsupported const value attribute form: '%s'"),
23172 dwarf_form_name (attr->form));
23173 break;
23174 }
23175
23176 return result;
23177}
23178
7942e96e
AA
23179/* Return the type of the die at OFFSET in PER_CU. Return NULL if no
23180 valid type for this die is found. */
23181
23182struct type *
9c541725 23183dwarf2_fetch_die_type_sect_off (sect_offset sect_off,
7942e96e
AA
23184 struct dwarf2_per_cu_data *per_cu)
23185{
23186 struct dwarf2_cu *cu;
23187 struct die_info *die;
23188
7942e96e 23189 if (per_cu->cu == NULL)
58f0c718 23190 load_cu (per_cu, false);
7942e96e
AA
23191 cu = per_cu->cu;
23192 if (!cu)
23193 return NULL;
23194
9c541725 23195 die = follow_die_offset (sect_off, per_cu->is_dwz, &cu);
7942e96e
AA
23196 if (!die)
23197 return NULL;
23198
23199 return die_type (die, cu);
23200}
23201
8a9b8146
TT
23202/* Return the type of the DIE at DIE_OFFSET in the CU named by
23203 PER_CU. */
23204
23205struct type *
b64f50a1 23206dwarf2_get_die_type (cu_offset die_offset,
8a9b8146
TT
23207 struct dwarf2_per_cu_data *per_cu)
23208{
9c541725 23209 sect_offset die_offset_sect = per_cu->sect_off + to_underlying (die_offset);
b64f50a1 23210 return get_die_type_at_offset (die_offset_sect, per_cu);
8a9b8146
TT
23211}
23212
ac9ec31b 23213/* Follow type unit SIG_TYPE referenced by SRC_DIE.
348e048f 23214 On entry *REF_CU is the CU of SRC_DIE.
ac9ec31b
DE
23215 On exit *REF_CU is the CU of the result.
23216 Returns NULL if the referenced DIE isn't found. */
348e048f
DE
23217
23218static struct die_info *
ac9ec31b
DE
23219follow_die_sig_1 (struct die_info *src_die, struct signatured_type *sig_type,
23220 struct dwarf2_cu **ref_cu)
348e048f 23221{
348e048f 23222 struct die_info temp_die;
348e048f
DE
23223 struct dwarf2_cu *sig_cu;
23224 struct die_info *die;
23225
ac9ec31b
DE
23226 /* While it might be nice to assert sig_type->type == NULL here,
23227 we can get here for DW_AT_imported_declaration where we need
23228 the DIE not the type. */
348e048f
DE
23229
23230 /* If necessary, add it to the queue and load its DIEs. */
23231
95554aad 23232 if (maybe_queue_comp_unit (*ref_cu, &sig_type->per_cu, language_minimal))
a0f42c21 23233 read_signatured_type (sig_type);
348e048f 23234
348e048f 23235 sig_cu = sig_type->per_cu.cu;
69d751e3 23236 gdb_assert (sig_cu != NULL);
9c541725
PA
23237 gdb_assert (to_underlying (sig_type->type_offset_in_section) != 0);
23238 temp_die.sect_off = sig_type->type_offset_in_section;
9a3c8263 23239 die = (struct die_info *) htab_find_with_hash (sig_cu->die_hash, &temp_die,
9c541725 23240 to_underlying (temp_die.sect_off));
348e048f
DE
23241 if (die)
23242 {
ed2dc618 23243 struct dwarf2_per_objfile *dwarf2_per_objfile
518817b3 23244 = (*ref_cu)->per_cu->dwarf2_per_objfile;
ed2dc618 23245
796a7ff8
DE
23246 /* For .gdb_index version 7 keep track of included TUs.
23247 http://sourceware.org/bugzilla/show_bug.cgi?id=15021. */
23248 if (dwarf2_per_objfile->index_table != NULL
23249 && dwarf2_per_objfile->index_table->version <= 7)
23250 {
23251 VEC_safe_push (dwarf2_per_cu_ptr,
23252 (*ref_cu)->per_cu->imported_symtabs,
23253 sig_cu->per_cu);
23254 }
23255
348e048f
DE
23256 *ref_cu = sig_cu;
23257 return die;
23258 }
23259
ac9ec31b
DE
23260 return NULL;
23261}
23262
23263/* Follow signatured type referenced by ATTR in SRC_DIE.
23264 On entry *REF_CU is the CU of SRC_DIE.
23265 On exit *REF_CU is the CU of the result.
23266 The result is the DIE of the type.
23267 If the referenced type cannot be found an error is thrown. */
23268
23269static struct die_info *
ff39bb5e 23270follow_die_sig (struct die_info *src_die, const struct attribute *attr,
ac9ec31b
DE
23271 struct dwarf2_cu **ref_cu)
23272{
23273 ULONGEST signature = DW_SIGNATURE (attr);
23274 struct signatured_type *sig_type;
23275 struct die_info *die;
23276
23277 gdb_assert (attr->form == DW_FORM_ref_sig8);
23278
a2ce51a0 23279 sig_type = lookup_signatured_type (*ref_cu, signature);
ac9ec31b
DE
23280 /* sig_type will be NULL if the signatured type is missing from
23281 the debug info. */
23282 if (sig_type == NULL)
23283 {
23284 error (_("Dwarf Error: Cannot find signatured DIE %s referenced"
9d8780f0
SM
23285 " from DIE at %s [in module %s]"),
23286 hex_string (signature), sect_offset_str (src_die->sect_off),
518817b3 23287 objfile_name ((*ref_cu)->per_cu->dwarf2_per_objfile->objfile));
ac9ec31b
DE
23288 }
23289
23290 die = follow_die_sig_1 (src_die, sig_type, ref_cu);
23291 if (die == NULL)
23292 {
23293 dump_die_for_error (src_die);
23294 error (_("Dwarf Error: Problem reading signatured DIE %s referenced"
9d8780f0
SM
23295 " from DIE at %s [in module %s]"),
23296 hex_string (signature), sect_offset_str (src_die->sect_off),
518817b3 23297 objfile_name ((*ref_cu)->per_cu->dwarf2_per_objfile->objfile));
ac9ec31b
DE
23298 }
23299
23300 return die;
23301}
23302
23303/* Get the type specified by SIGNATURE referenced in DIE/CU,
23304 reading in and processing the type unit if necessary. */
23305
23306static struct type *
23307get_signatured_type (struct die_info *die, ULONGEST signature,
23308 struct dwarf2_cu *cu)
23309{
518817b3
SM
23310 struct dwarf2_per_objfile *dwarf2_per_objfile
23311 = cu->per_cu->dwarf2_per_objfile;
ac9ec31b
DE
23312 struct signatured_type *sig_type;
23313 struct dwarf2_cu *type_cu;
23314 struct die_info *type_die;
23315 struct type *type;
23316
a2ce51a0 23317 sig_type = lookup_signatured_type (cu, signature);
ac9ec31b
DE
23318 /* sig_type will be NULL if the signatured type is missing from
23319 the debug info. */
23320 if (sig_type == NULL)
23321 {
23322 complaint (&symfile_complaints,
23323 _("Dwarf Error: Cannot find signatured DIE %s referenced"
9d8780f0
SM
23324 " from DIE at %s [in module %s]"),
23325 hex_string (signature), sect_offset_str (die->sect_off),
4262abfb 23326 objfile_name (dwarf2_per_objfile->objfile));
ac9ec31b
DE
23327 return build_error_marker_type (cu, die);
23328 }
23329
23330 /* If we already know the type we're done. */
23331 if (sig_type->type != NULL)
23332 return sig_type->type;
23333
23334 type_cu = cu;
23335 type_die = follow_die_sig_1 (die, sig_type, &type_cu);
23336 if (type_die != NULL)
23337 {
23338 /* N.B. We need to call get_die_type to ensure only one type for this DIE
23339 is created. This is important, for example, because for c++ classes
23340 we need TYPE_NAME set which is only done by new_symbol. Blech. */
23341 type = read_type_die (type_die, type_cu);
23342 if (type == NULL)
23343 {
23344 complaint (&symfile_complaints,
23345 _("Dwarf Error: Cannot build signatured type %s"
9d8780f0
SM
23346 " referenced from DIE at %s [in module %s]"),
23347 hex_string (signature), sect_offset_str (die->sect_off),
4262abfb 23348 objfile_name (dwarf2_per_objfile->objfile));
ac9ec31b
DE
23349 type = build_error_marker_type (cu, die);
23350 }
23351 }
23352 else
23353 {
23354 complaint (&symfile_complaints,
23355 _("Dwarf Error: Problem reading signatured DIE %s referenced"
9d8780f0
SM
23356 " from DIE at %s [in module %s]"),
23357 hex_string (signature), sect_offset_str (die->sect_off),
4262abfb 23358 objfile_name (dwarf2_per_objfile->objfile));
ac9ec31b
DE
23359 type = build_error_marker_type (cu, die);
23360 }
23361 sig_type->type = type;
23362
23363 return type;
23364}
23365
23366/* Get the type specified by the DW_AT_signature ATTR in DIE/CU,
23367 reading in and processing the type unit if necessary. */
23368
23369static struct type *
ff39bb5e 23370get_DW_AT_signature_type (struct die_info *die, const struct attribute *attr,
b385a60d 23371 struct dwarf2_cu *cu) /* ARI: editCase function */
ac9ec31b
DE
23372{
23373 /* Yes, DW_AT_signature can use a non-ref_sig8 reference. */
7771576e 23374 if (attr_form_is_ref (attr))
ac9ec31b
DE
23375 {
23376 struct dwarf2_cu *type_cu = cu;
23377 struct die_info *type_die = follow_die_ref (die, attr, &type_cu);
23378
23379 return read_type_die (type_die, type_cu);
23380 }
23381 else if (attr->form == DW_FORM_ref_sig8)
23382 {
23383 return get_signatured_type (die, DW_SIGNATURE (attr), cu);
23384 }
23385 else
23386 {
518817b3
SM
23387 struct dwarf2_per_objfile *dwarf2_per_objfile
23388 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 23389
ac9ec31b
DE
23390 complaint (&symfile_complaints,
23391 _("Dwarf Error: DW_AT_signature has bad form %s in DIE"
9d8780f0
SM
23392 " at %s [in module %s]"),
23393 dwarf_form_name (attr->form), sect_offset_str (die->sect_off),
4262abfb 23394 objfile_name (dwarf2_per_objfile->objfile));
ac9ec31b
DE
23395 return build_error_marker_type (cu, die);
23396 }
348e048f
DE
23397}
23398
e5fe5e75 23399/* Load the DIEs associated with type unit PER_CU into memory. */
348e048f
DE
23400
23401static void
e5fe5e75 23402load_full_type_unit (struct dwarf2_per_cu_data *per_cu)
348e048f 23403{
52dc124a 23404 struct signatured_type *sig_type;
348e048f 23405
f4dc4d17
DE
23406 /* Caller is responsible for ensuring type_unit_groups don't get here. */
23407 gdb_assert (! IS_TYPE_UNIT_GROUP (per_cu));
23408
6721b2ec
DE
23409 /* We have the per_cu, but we need the signatured_type.
23410 Fortunately this is an easy translation. */
23411 gdb_assert (per_cu->is_debug_types);
23412 sig_type = (struct signatured_type *) per_cu;
348e048f 23413
6721b2ec 23414 gdb_assert (per_cu->cu == NULL);
348e048f 23415
52dc124a 23416 read_signatured_type (sig_type);
348e048f 23417
6721b2ec 23418 gdb_assert (per_cu->cu != NULL);
348e048f
DE
23419}
23420
dee91e82
DE
23421/* die_reader_func for read_signatured_type.
23422 This is identical to load_full_comp_unit_reader,
23423 but is kept separate for now. */
348e048f
DE
23424
23425static void
dee91e82 23426read_signatured_type_reader (const struct die_reader_specs *reader,
d521ce57 23427 const gdb_byte *info_ptr,
dee91e82
DE
23428 struct die_info *comp_unit_die,
23429 int has_children,
23430 void *data)
348e048f 23431{
dee91e82 23432 struct dwarf2_cu *cu = reader->cu;
348e048f 23433
dee91e82
DE
23434 gdb_assert (cu->die_hash == NULL);
23435 cu->die_hash =
23436 htab_create_alloc_ex (cu->header.length / 12,
23437 die_hash,
23438 die_eq,
23439 NULL,
23440 &cu->comp_unit_obstack,
23441 hashtab_obstack_allocate,
23442 dummy_obstack_deallocate);
348e048f 23443
dee91e82
DE
23444 if (has_children)
23445 comp_unit_die->child = read_die_and_siblings (reader, info_ptr,
23446 &info_ptr, comp_unit_die);
23447 cu->dies = comp_unit_die;
23448 /* comp_unit_die is not stored in die_hash, no need. */
348e048f
DE
23449
23450 /* We try not to read any attributes in this function, because not
9cdd5dbd 23451 all CUs needed for references have been loaded yet, and symbol
348e048f 23452 table processing isn't initialized. But we have to set the CU language,
dee91e82
DE
23453 or we won't be able to build types correctly.
23454 Similarly, if we do not read the producer, we can not apply
23455 producer-specific interpretation. */
95554aad 23456 prepare_one_comp_unit (cu, cu->dies, language_minimal);
dee91e82 23457}
348e048f 23458
3019eac3
DE
23459/* Read in a signatured type and build its CU and DIEs.
23460 If the type is a stub for the real type in a DWO file,
23461 read in the real type from the DWO file as well. */
dee91e82
DE
23462
23463static void
23464read_signatured_type (struct signatured_type *sig_type)
23465{
23466 struct dwarf2_per_cu_data *per_cu = &sig_type->per_cu;
348e048f 23467
3019eac3 23468 gdb_assert (per_cu->is_debug_types);
dee91e82 23469 gdb_assert (per_cu->cu == NULL);
348e048f 23470
58f0c718 23471 init_cutu_and_read_dies (per_cu, NULL, 0, 1, false,
f4dc4d17 23472 read_signatured_type_reader, NULL);
7ee85ab1 23473 sig_type->per_cu.tu_read = 1;
c906108c
SS
23474}
23475
c906108c
SS
23476/* Decode simple location descriptions.
23477 Given a pointer to a dwarf block that defines a location, compute
23478 the location and return the value.
23479
4cecd739
DJ
23480 NOTE drow/2003-11-18: This function is called in two situations
23481 now: for the address of static or global variables (partial symbols
23482 only) and for offsets into structures which are expected to be
23483 (more or less) constant. The partial symbol case should go away,
23484 and only the constant case should remain. That will let this
23485 function complain more accurately. A few special modes are allowed
23486 without complaint for global variables (for instance, global
23487 register values and thread-local values).
c906108c
SS
23488
23489 A location description containing no operations indicates that the
4cecd739 23490 object is optimized out. The return value is 0 for that case.
6b992462
DJ
23491 FIXME drow/2003-11-16: No callers check for this case any more; soon all
23492 callers will only want a very basic result and this can become a
21ae7a4d
JK
23493 complaint.
23494
23495 Note that stack[0] is unused except as a default error return. */
c906108c
SS
23496
23497static CORE_ADDR
e7c27a73 23498decode_locdesc (struct dwarf_block *blk, struct dwarf2_cu *cu)
c906108c 23499{
518817b3 23500 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
56eb65bd
SP
23501 size_t i;
23502 size_t size = blk->size;
d521ce57 23503 const gdb_byte *data = blk->data;
21ae7a4d
JK
23504 CORE_ADDR stack[64];
23505 int stacki;
23506 unsigned int bytes_read, unsnd;
23507 gdb_byte op;
c906108c 23508
21ae7a4d
JK
23509 i = 0;
23510 stacki = 0;
23511 stack[stacki] = 0;
23512 stack[++stacki] = 0;
23513
23514 while (i < size)
23515 {
23516 op = data[i++];
23517 switch (op)
23518 {
23519 case DW_OP_lit0:
23520 case DW_OP_lit1:
23521 case DW_OP_lit2:
23522 case DW_OP_lit3:
23523 case DW_OP_lit4:
23524 case DW_OP_lit5:
23525 case DW_OP_lit6:
23526 case DW_OP_lit7:
23527 case DW_OP_lit8:
23528 case DW_OP_lit9:
23529 case DW_OP_lit10:
23530 case DW_OP_lit11:
23531 case DW_OP_lit12:
23532 case DW_OP_lit13:
23533 case DW_OP_lit14:
23534 case DW_OP_lit15:
23535 case DW_OP_lit16:
23536 case DW_OP_lit17:
23537 case DW_OP_lit18:
23538 case DW_OP_lit19:
23539 case DW_OP_lit20:
23540 case DW_OP_lit21:
23541 case DW_OP_lit22:
23542 case DW_OP_lit23:
23543 case DW_OP_lit24:
23544 case DW_OP_lit25:
23545 case DW_OP_lit26:
23546 case DW_OP_lit27:
23547 case DW_OP_lit28:
23548 case DW_OP_lit29:
23549 case DW_OP_lit30:
23550 case DW_OP_lit31:
23551 stack[++stacki] = op - DW_OP_lit0;
23552 break;
f1bea926 23553
21ae7a4d
JK
23554 case DW_OP_reg0:
23555 case DW_OP_reg1:
23556 case DW_OP_reg2:
23557 case DW_OP_reg3:
23558 case DW_OP_reg4:
23559 case DW_OP_reg5:
23560 case DW_OP_reg6:
23561 case DW_OP_reg7:
23562 case DW_OP_reg8:
23563 case DW_OP_reg9:
23564 case DW_OP_reg10:
23565 case DW_OP_reg11:
23566 case DW_OP_reg12:
23567 case DW_OP_reg13:
23568 case DW_OP_reg14:
23569 case DW_OP_reg15:
23570 case DW_OP_reg16:
23571 case DW_OP_reg17:
23572 case DW_OP_reg18:
23573 case DW_OP_reg19:
23574 case DW_OP_reg20:
23575 case DW_OP_reg21:
23576 case DW_OP_reg22:
23577 case DW_OP_reg23:
23578 case DW_OP_reg24:
23579 case DW_OP_reg25:
23580 case DW_OP_reg26:
23581 case DW_OP_reg27:
23582 case DW_OP_reg28:
23583 case DW_OP_reg29:
23584 case DW_OP_reg30:
23585 case DW_OP_reg31:
23586 stack[++stacki] = op - DW_OP_reg0;
23587 if (i < size)
23588 dwarf2_complex_location_expr_complaint ();
23589 break;
c906108c 23590
21ae7a4d
JK
23591 case DW_OP_regx:
23592 unsnd = read_unsigned_leb128 (NULL, (data + i), &bytes_read);
23593 i += bytes_read;
23594 stack[++stacki] = unsnd;
23595 if (i < size)
23596 dwarf2_complex_location_expr_complaint ();
23597 break;
c906108c 23598
21ae7a4d
JK
23599 case DW_OP_addr:
23600 stack[++stacki] = read_address (objfile->obfd, &data[i],
23601 cu, &bytes_read);
23602 i += bytes_read;
23603 break;
d53d4ac5 23604
21ae7a4d
JK
23605 case DW_OP_const1u:
23606 stack[++stacki] = read_1_byte (objfile->obfd, &data[i]);
23607 i += 1;
23608 break;
23609
23610 case DW_OP_const1s:
23611 stack[++stacki] = read_1_signed_byte (objfile->obfd, &data[i]);
23612 i += 1;
23613 break;
23614
23615 case DW_OP_const2u:
23616 stack[++stacki] = read_2_bytes (objfile->obfd, &data[i]);
23617 i += 2;
23618 break;
23619
23620 case DW_OP_const2s:
23621 stack[++stacki] = read_2_signed_bytes (objfile->obfd, &data[i]);
23622 i += 2;
23623 break;
d53d4ac5 23624
21ae7a4d
JK
23625 case DW_OP_const4u:
23626 stack[++stacki] = read_4_bytes (objfile->obfd, &data[i]);
23627 i += 4;
23628 break;
23629
23630 case DW_OP_const4s:
23631 stack[++stacki] = read_4_signed_bytes (objfile->obfd, &data[i]);
23632 i += 4;
23633 break;
23634
585861ea
JK
23635 case DW_OP_const8u:
23636 stack[++stacki] = read_8_bytes (objfile->obfd, &data[i]);
23637 i += 8;
23638 break;
23639
21ae7a4d
JK
23640 case DW_OP_constu:
23641 stack[++stacki] = read_unsigned_leb128 (NULL, (data + i),
23642 &bytes_read);
23643 i += bytes_read;
23644 break;
23645
23646 case DW_OP_consts:
23647 stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);
23648 i += bytes_read;
23649 break;
23650
23651 case DW_OP_dup:
23652 stack[stacki + 1] = stack[stacki];
23653 stacki++;
23654 break;
23655
23656 case DW_OP_plus:
23657 stack[stacki - 1] += stack[stacki];
23658 stacki--;
23659 break;
23660
23661 case DW_OP_plus_uconst:
23662 stack[stacki] += read_unsigned_leb128 (NULL, (data + i),
23663 &bytes_read);
23664 i += bytes_read;
23665 break;
23666
23667 case DW_OP_minus:
23668 stack[stacki - 1] -= stack[stacki];
23669 stacki--;
23670 break;
23671
23672 case DW_OP_deref:
23673 /* If we're not the last op, then we definitely can't encode
23674 this using GDB's address_class enum. This is valid for partial
23675 global symbols, although the variable's address will be bogus
23676 in the psymtab. */
23677 if (i < size)
23678 dwarf2_complex_location_expr_complaint ();
23679 break;
23680
23681 case DW_OP_GNU_push_tls_address:
4aa4e28b 23682 case DW_OP_form_tls_address:
21ae7a4d
JK
23683 /* The top of the stack has the offset from the beginning
23684 of the thread control block at which the variable is located. */
23685 /* Nothing should follow this operator, so the top of stack would
23686 be returned. */
23687 /* This is valid for partial global symbols, but the variable's
585861ea
JK
23688 address will be bogus in the psymtab. Make it always at least
23689 non-zero to not look as a variable garbage collected by linker
23690 which have DW_OP_addr 0. */
21ae7a4d
JK
23691 if (i < size)
23692 dwarf2_complex_location_expr_complaint ();
585861ea 23693 stack[stacki]++;
21ae7a4d
JK
23694 break;
23695
23696 case DW_OP_GNU_uninit:
23697 break;
23698
3019eac3 23699 case DW_OP_GNU_addr_index:
49f6c839 23700 case DW_OP_GNU_const_index:
3019eac3
DE
23701 stack[++stacki] = read_addr_index_from_leb128 (cu, &data[i],
23702 &bytes_read);
23703 i += bytes_read;
23704 break;
23705
21ae7a4d
JK
23706 default:
23707 {
f39c6ffd 23708 const char *name = get_DW_OP_name (op);
21ae7a4d
JK
23709
23710 if (name)
23711 complaint (&symfile_complaints, _("unsupported stack op: '%s'"),
23712 name);
23713 else
23714 complaint (&symfile_complaints, _("unsupported stack op: '%02x'"),
23715 op);
23716 }
23717
23718 return (stack[stacki]);
d53d4ac5 23719 }
3c6e0cb3 23720
21ae7a4d
JK
23721 /* Enforce maximum stack depth of SIZE-1 to avoid writing
23722 outside of the allocated space. Also enforce minimum>0. */
23723 if (stacki >= ARRAY_SIZE (stack) - 1)
23724 {
23725 complaint (&symfile_complaints,
23726 _("location description stack overflow"));
23727 return 0;
23728 }
23729
23730 if (stacki <= 0)
23731 {
23732 complaint (&symfile_complaints,
23733 _("location description stack underflow"));
23734 return 0;
23735 }
23736 }
23737 return (stack[stacki]);
c906108c
SS
23738}
23739
23740/* memory allocation interface */
23741
c906108c 23742static struct dwarf_block *
7b5a2f43 23743dwarf_alloc_block (struct dwarf2_cu *cu)
c906108c 23744{
8d749320 23745 return XOBNEW (&cu->comp_unit_obstack, struct dwarf_block);
c906108c
SS
23746}
23747
c906108c 23748static struct die_info *
b60c80d6 23749dwarf_alloc_die (struct dwarf2_cu *cu, int num_attrs)
c906108c
SS
23750{
23751 struct die_info *die;
b60c80d6
DJ
23752 size_t size = sizeof (struct die_info);
23753
23754 if (num_attrs > 1)
23755 size += (num_attrs - 1) * sizeof (struct attribute);
c906108c 23756
b60c80d6 23757 die = (struct die_info *) obstack_alloc (&cu->comp_unit_obstack, size);
c906108c
SS
23758 memset (die, 0, sizeof (struct die_info));
23759 return (die);
23760}
2e276125
JB
23761
23762\f
23763/* Macro support. */
23764
233d95b5
JK
23765/* Return file name relative to the compilation directory of file number I in
23766 *LH's file name table. The result is allocated using xmalloc; the caller is
2e276125 23767 responsible for freeing it. */
233d95b5 23768
2e276125 23769static char *
233d95b5 23770file_file_name (int file, struct line_header *lh)
2e276125 23771{
6a83a1e6
EZ
23772 /* Is the file number a valid index into the line header's file name
23773 table? Remember that file numbers start with one, not zero. */
fff8551c 23774 if (1 <= file && file <= lh->file_names.size ())
6a83a1e6 23775 {
8c43009f 23776 const file_entry &fe = lh->file_names[file - 1];
6e70227d 23777
8c43009f
PA
23778 if (!IS_ABSOLUTE_PATH (fe.name))
23779 {
23780 const char *dir = fe.include_dir (lh);
23781 if (dir != NULL)
23782 return concat (dir, SLASH_STRING, fe.name, (char *) NULL);
23783 }
23784 return xstrdup (fe.name);
6a83a1e6 23785 }
2e276125
JB
23786 else
23787 {
6a83a1e6
EZ
23788 /* The compiler produced a bogus file number. We can at least
23789 record the macro definitions made in the file, even if we
23790 won't be able to find the file by name. */
23791 char fake_name[80];
9a619af0 23792
8c042590
PM
23793 xsnprintf (fake_name, sizeof (fake_name),
23794 "<bad macro file number %d>", file);
2e276125 23795
6e70227d 23796 complaint (&symfile_complaints,
6a83a1e6
EZ
23797 _("bad file number in macro information (%d)"),
23798 file);
2e276125 23799
6a83a1e6 23800 return xstrdup (fake_name);
2e276125
JB
23801 }
23802}
23803
233d95b5
JK
23804/* Return the full name of file number I in *LH's file name table.
23805 Use COMP_DIR as the name of the current directory of the
23806 compilation. The result is allocated using xmalloc; the caller is
23807 responsible for freeing it. */
23808static char *
23809file_full_name (int file, struct line_header *lh, const char *comp_dir)
23810{
23811 /* Is the file number a valid index into the line header's file name
23812 table? Remember that file numbers start with one, not zero. */
fff8551c 23813 if (1 <= file && file <= lh->file_names.size ())
233d95b5
JK
23814 {
23815 char *relative = file_file_name (file, lh);
23816
23817 if (IS_ABSOLUTE_PATH (relative) || comp_dir == NULL)
23818 return relative;
b36cec19
PA
23819 return reconcat (relative, comp_dir, SLASH_STRING,
23820 relative, (char *) NULL);
233d95b5
JK
23821 }
23822 else
23823 return file_file_name (file, lh);
23824}
23825
2e276125
JB
23826
23827static struct macro_source_file *
23828macro_start_file (int file, int line,
23829 struct macro_source_file *current_file,
43f3e411 23830 struct line_header *lh)
2e276125 23831{
233d95b5
JK
23832 /* File name relative to the compilation directory of this source file. */
23833 char *file_name = file_file_name (file, lh);
2e276125 23834
2e276125 23835 if (! current_file)
abc9d0dc 23836 {
fc474241
DE
23837 /* Note: We don't create a macro table for this compilation unit
23838 at all until we actually get a filename. */
43f3e411 23839 struct macro_table *macro_table = get_macro_table ();
fc474241 23840
abc9d0dc
TT
23841 /* If we have no current file, then this must be the start_file
23842 directive for the compilation unit's main source file. */
fc474241
DE
23843 current_file = macro_set_main (macro_table, file_name);
23844 macro_define_special (macro_table);
abc9d0dc 23845 }
2e276125 23846 else
233d95b5 23847 current_file = macro_include (current_file, line, file_name);
2e276125 23848
233d95b5 23849 xfree (file_name);
6e70227d 23850
2e276125
JB
23851 return current_file;
23852}
23853
2e276125
JB
23854static const char *
23855consume_improper_spaces (const char *p, const char *body)
23856{
23857 if (*p == ' ')
23858 {
4d3c2250 23859 complaint (&symfile_complaints,
3e43a32a
MS
23860 _("macro definition contains spaces "
23861 "in formal argument list:\n`%s'"),
4d3c2250 23862 body);
2e276125
JB
23863
23864 while (*p == ' ')
23865 p++;
23866 }
23867
23868 return p;
23869}
23870
23871
23872static void
23873parse_macro_definition (struct macro_source_file *file, int line,
23874 const char *body)
23875{
23876 const char *p;
23877
23878 /* The body string takes one of two forms. For object-like macro
23879 definitions, it should be:
23880
23881 <macro name> " " <definition>
23882
23883 For function-like macro definitions, it should be:
23884
23885 <macro name> "() " <definition>
23886 or
23887 <macro name> "(" <arg name> ( "," <arg name> ) * ") " <definition>
23888
23889 Spaces may appear only where explicitly indicated, and in the
23890 <definition>.
23891
23892 The Dwarf 2 spec says that an object-like macro's name is always
23893 followed by a space, but versions of GCC around March 2002 omit
6e70227d 23894 the space when the macro's definition is the empty string.
2e276125
JB
23895
23896 The Dwarf 2 spec says that there should be no spaces between the
23897 formal arguments in a function-like macro's formal argument list,
23898 but versions of GCC around March 2002 include spaces after the
23899 commas. */
23900
23901
23902 /* Find the extent of the macro name. The macro name is terminated
23903 by either a space or null character (for an object-like macro) or
23904 an opening paren (for a function-like macro). */
23905 for (p = body; *p; p++)
23906 if (*p == ' ' || *p == '(')
23907 break;
23908
23909 if (*p == ' ' || *p == '\0')
23910 {
23911 /* It's an object-like macro. */
23912 int name_len = p - body;
3f8a7804 23913 char *name = savestring (body, name_len);
2e276125
JB
23914 const char *replacement;
23915
23916 if (*p == ' ')
23917 replacement = body + name_len + 1;
23918 else
23919 {
4d3c2250 23920 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
23921 replacement = body + name_len;
23922 }
6e70227d 23923
2e276125
JB
23924 macro_define_object (file, line, name, replacement);
23925
23926 xfree (name);
23927 }
23928 else if (*p == '(')
23929 {
23930 /* It's a function-like macro. */
3f8a7804 23931 char *name = savestring (body, p - body);
2e276125
JB
23932 int argc = 0;
23933 int argv_size = 1;
8d749320 23934 char **argv = XNEWVEC (char *, argv_size);
2e276125
JB
23935
23936 p++;
23937
23938 p = consume_improper_spaces (p, body);
23939
23940 /* Parse the formal argument list. */
23941 while (*p && *p != ')')
23942 {
23943 /* Find the extent of the current argument name. */
23944 const char *arg_start = p;
23945
23946 while (*p && *p != ',' && *p != ')' && *p != ' ')
23947 p++;
23948
23949 if (! *p || p == arg_start)
4d3c2250 23950 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
23951 else
23952 {
23953 /* Make sure argv has room for the new argument. */
23954 if (argc >= argv_size)
23955 {
23956 argv_size *= 2;
224c3ddb 23957 argv = XRESIZEVEC (char *, argv, argv_size);
2e276125
JB
23958 }
23959
3f8a7804 23960 argv[argc++] = savestring (arg_start, p - arg_start);
2e276125
JB
23961 }
23962
23963 p = consume_improper_spaces (p, body);
23964
23965 /* Consume the comma, if present. */
23966 if (*p == ',')
23967 {
23968 p++;
23969
23970 p = consume_improper_spaces (p, body);
23971 }
23972 }
23973
23974 if (*p == ')')
23975 {
23976 p++;
23977
23978 if (*p == ' ')
23979 /* Perfectly formed definition, no complaints. */
23980 macro_define_function (file, line, name,
6e70227d 23981 argc, (const char **) argv,
2e276125
JB
23982 p + 1);
23983 else if (*p == '\0')
23984 {
23985 /* Complain, but do define it. */
4d3c2250 23986 dwarf2_macro_malformed_definition_complaint (body);
2e276125 23987 macro_define_function (file, line, name,
6e70227d 23988 argc, (const char **) argv,
2e276125
JB
23989 p);
23990 }
23991 else
23992 /* Just complain. */
4d3c2250 23993 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
23994 }
23995 else
23996 /* Just complain. */
4d3c2250 23997 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
23998
23999 xfree (name);
24000 {
24001 int i;
24002
24003 for (i = 0; i < argc; i++)
24004 xfree (argv[i]);
24005 }
24006 xfree (argv);
24007 }
24008 else
4d3c2250 24009 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
24010}
24011
cf2c3c16
TT
24012/* Skip some bytes from BYTES according to the form given in FORM.
24013 Returns the new pointer. */
2e276125 24014
d521ce57
TT
24015static const gdb_byte *
24016skip_form_bytes (bfd *abfd, const gdb_byte *bytes, const gdb_byte *buffer_end,
cf2c3c16
TT
24017 enum dwarf_form form,
24018 unsigned int offset_size,
24019 struct dwarf2_section_info *section)
2e276125 24020{
cf2c3c16 24021 unsigned int bytes_read;
2e276125 24022
cf2c3c16 24023 switch (form)
2e276125 24024 {
cf2c3c16
TT
24025 case DW_FORM_data1:
24026 case DW_FORM_flag:
24027 ++bytes;
24028 break;
24029
24030 case DW_FORM_data2:
24031 bytes += 2;
24032 break;
24033
24034 case DW_FORM_data4:
24035 bytes += 4;
24036 break;
24037
24038 case DW_FORM_data8:
24039 bytes += 8;
24040 break;
24041
0224619f
JK
24042 case DW_FORM_data16:
24043 bytes += 16;
24044 break;
24045
cf2c3c16
TT
24046 case DW_FORM_string:
24047 read_direct_string (abfd, bytes, &bytes_read);
24048 bytes += bytes_read;
24049 break;
24050
24051 case DW_FORM_sec_offset:
24052 case DW_FORM_strp:
36586728 24053 case DW_FORM_GNU_strp_alt:
cf2c3c16
TT
24054 bytes += offset_size;
24055 break;
24056
24057 case DW_FORM_block:
24058 bytes += read_unsigned_leb128 (abfd, bytes, &bytes_read);
24059 bytes += bytes_read;
24060 break;
24061
24062 case DW_FORM_block1:
24063 bytes += 1 + read_1_byte (abfd, bytes);
24064 break;
24065 case DW_FORM_block2:
24066 bytes += 2 + read_2_bytes (abfd, bytes);
24067 break;
24068 case DW_FORM_block4:
24069 bytes += 4 + read_4_bytes (abfd, bytes);
24070 break;
24071
24072 case DW_FORM_sdata:
24073 case DW_FORM_udata:
3019eac3
DE
24074 case DW_FORM_GNU_addr_index:
24075 case DW_FORM_GNU_str_index:
d521ce57 24076 bytes = gdb_skip_leb128 (bytes, buffer_end);
f664829e
DE
24077 if (bytes == NULL)
24078 {
24079 dwarf2_section_buffer_overflow_complaint (section);
24080 return NULL;
24081 }
cf2c3c16
TT
24082 break;
24083
663c44ac
JK
24084 case DW_FORM_implicit_const:
24085 break;
24086
cf2c3c16
TT
24087 default:
24088 {
cf2c3c16
TT
24089 complaint (&symfile_complaints,
24090 _("invalid form 0x%x in `%s'"),
a32a8923 24091 form, get_section_name (section));
cf2c3c16
TT
24092 return NULL;
24093 }
2e276125
JB
24094 }
24095
cf2c3c16
TT
24096 return bytes;
24097}
757a13d0 24098
cf2c3c16
TT
24099/* A helper for dwarf_decode_macros that handles skipping an unknown
24100 opcode. Returns an updated pointer to the macro data buffer; or,
24101 on error, issues a complaint and returns NULL. */
757a13d0 24102
d521ce57 24103static const gdb_byte *
cf2c3c16 24104skip_unknown_opcode (unsigned int opcode,
d521ce57
TT
24105 const gdb_byte **opcode_definitions,
24106 const gdb_byte *mac_ptr, const gdb_byte *mac_end,
cf2c3c16
TT
24107 bfd *abfd,
24108 unsigned int offset_size,
24109 struct dwarf2_section_info *section)
24110{
24111 unsigned int bytes_read, i;
24112 unsigned long arg;
d521ce57 24113 const gdb_byte *defn;
2e276125 24114
cf2c3c16 24115 if (opcode_definitions[opcode] == NULL)
2e276125 24116 {
cf2c3c16
TT
24117 complaint (&symfile_complaints,
24118 _("unrecognized DW_MACFINO opcode 0x%x"),
24119 opcode);
24120 return NULL;
24121 }
2e276125 24122
cf2c3c16
TT
24123 defn = opcode_definitions[opcode];
24124 arg = read_unsigned_leb128 (abfd, defn, &bytes_read);
24125 defn += bytes_read;
2e276125 24126
cf2c3c16
TT
24127 for (i = 0; i < arg; ++i)
24128 {
aead7601
SM
24129 mac_ptr = skip_form_bytes (abfd, mac_ptr, mac_end,
24130 (enum dwarf_form) defn[i], offset_size,
f664829e 24131 section);
cf2c3c16
TT
24132 if (mac_ptr == NULL)
24133 {
24134 /* skip_form_bytes already issued the complaint. */
24135 return NULL;
24136 }
24137 }
757a13d0 24138
cf2c3c16
TT
24139 return mac_ptr;
24140}
757a13d0 24141
cf2c3c16
TT
24142/* A helper function which parses the header of a macro section.
24143 If the macro section is the extended (for now called "GNU") type,
24144 then this updates *OFFSET_SIZE. Returns a pointer to just after
24145 the header, or issues a complaint and returns NULL on error. */
757a13d0 24146
d521ce57
TT
24147static const gdb_byte *
24148dwarf_parse_macro_header (const gdb_byte **opcode_definitions,
cf2c3c16 24149 bfd *abfd,
d521ce57 24150 const gdb_byte *mac_ptr,
cf2c3c16
TT
24151 unsigned int *offset_size,
24152 int section_is_gnu)
24153{
24154 memset (opcode_definitions, 0, 256 * sizeof (gdb_byte *));
757a13d0 24155
cf2c3c16
TT
24156 if (section_is_gnu)
24157 {
24158 unsigned int version, flags;
757a13d0 24159
cf2c3c16 24160 version = read_2_bytes (abfd, mac_ptr);
0af92d60 24161 if (version != 4 && version != 5)
cf2c3c16
TT
24162 {
24163 complaint (&symfile_complaints,
24164 _("unrecognized version `%d' in .debug_macro section"),
24165 version);
24166 return NULL;
24167 }
24168 mac_ptr += 2;
757a13d0 24169
cf2c3c16
TT
24170 flags = read_1_byte (abfd, mac_ptr);
24171 ++mac_ptr;
24172 *offset_size = (flags & 1) ? 8 : 4;
757a13d0 24173
cf2c3c16
TT
24174 if ((flags & 2) != 0)
24175 /* We don't need the line table offset. */
24176 mac_ptr += *offset_size;
757a13d0 24177
cf2c3c16
TT
24178 /* Vendor opcode descriptions. */
24179 if ((flags & 4) != 0)
24180 {
24181 unsigned int i, count;
757a13d0 24182
cf2c3c16
TT
24183 count = read_1_byte (abfd, mac_ptr);
24184 ++mac_ptr;
24185 for (i = 0; i < count; ++i)
24186 {
24187 unsigned int opcode, bytes_read;
24188 unsigned long arg;
24189
24190 opcode = read_1_byte (abfd, mac_ptr);
24191 ++mac_ptr;
24192 opcode_definitions[opcode] = mac_ptr;
24193 arg = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24194 mac_ptr += bytes_read;
24195 mac_ptr += arg;
24196 }
757a13d0 24197 }
cf2c3c16 24198 }
757a13d0 24199
cf2c3c16
TT
24200 return mac_ptr;
24201}
757a13d0 24202
cf2c3c16 24203/* A helper for dwarf_decode_macros that handles the GNU extensions,
0af92d60 24204 including DW_MACRO_import. */
cf2c3c16
TT
24205
24206static void
ed2dc618
SM
24207dwarf_decode_macro_bytes (struct dwarf2_per_objfile *dwarf2_per_objfile,
24208 bfd *abfd,
d521ce57 24209 const gdb_byte *mac_ptr, const gdb_byte *mac_end,
cf2c3c16 24210 struct macro_source_file *current_file,
43f3e411 24211 struct line_header *lh,
cf2c3c16 24212 struct dwarf2_section_info *section,
36586728 24213 int section_is_gnu, int section_is_dwz,
cf2c3c16 24214 unsigned int offset_size,
8fc3fc34 24215 htab_t include_hash)
cf2c3c16 24216{
4d663531 24217 struct objfile *objfile = dwarf2_per_objfile->objfile;
cf2c3c16
TT
24218 enum dwarf_macro_record_type macinfo_type;
24219 int at_commandline;
d521ce57 24220 const gdb_byte *opcode_definitions[256];
757a13d0 24221
cf2c3c16
TT
24222 mac_ptr = dwarf_parse_macro_header (opcode_definitions, abfd, mac_ptr,
24223 &offset_size, section_is_gnu);
24224 if (mac_ptr == NULL)
24225 {
24226 /* We already issued a complaint. */
24227 return;
24228 }
757a13d0
JK
24229
24230 /* Determines if GDB is still before first DW_MACINFO_start_file. If true
24231 GDB is still reading the definitions from command line. First
24232 DW_MACINFO_start_file will need to be ignored as it was already executed
24233 to create CURRENT_FILE for the main source holding also the command line
24234 definitions. On first met DW_MACINFO_start_file this flag is reset to
24235 normally execute all the remaining DW_MACINFO_start_file macinfos. */
24236
24237 at_commandline = 1;
24238
24239 do
24240 {
24241 /* Do we at least have room for a macinfo type byte? */
24242 if (mac_ptr >= mac_end)
24243 {
f664829e 24244 dwarf2_section_buffer_overflow_complaint (section);
757a13d0
JK
24245 break;
24246 }
24247
aead7601 24248 macinfo_type = (enum dwarf_macro_record_type) read_1_byte (abfd, mac_ptr);
757a13d0
JK
24249 mac_ptr++;
24250
cf2c3c16
TT
24251 /* Note that we rely on the fact that the corresponding GNU and
24252 DWARF constants are the same. */
132448f8
SM
24253 DIAGNOSTIC_PUSH
24254 DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES
757a13d0
JK
24255 switch (macinfo_type)
24256 {
24257 /* A zero macinfo type indicates the end of the macro
24258 information. */
24259 case 0:
24260 break;
2e276125 24261
0af92d60
JK
24262 case DW_MACRO_define:
24263 case DW_MACRO_undef:
24264 case DW_MACRO_define_strp:
24265 case DW_MACRO_undef_strp:
24266 case DW_MACRO_define_sup:
24267 case DW_MACRO_undef_sup:
2e276125 24268 {
891d2f0b 24269 unsigned int bytes_read;
2e276125 24270 int line;
d521ce57 24271 const char *body;
cf2c3c16 24272 int is_define;
2e276125 24273
cf2c3c16
TT
24274 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24275 mac_ptr += bytes_read;
24276
0af92d60
JK
24277 if (macinfo_type == DW_MACRO_define
24278 || macinfo_type == DW_MACRO_undef)
cf2c3c16
TT
24279 {
24280 body = read_direct_string (abfd, mac_ptr, &bytes_read);
24281 mac_ptr += bytes_read;
24282 }
24283 else
24284 {
24285 LONGEST str_offset;
24286
24287 str_offset = read_offset_1 (abfd, mac_ptr, offset_size);
24288 mac_ptr += offset_size;
2e276125 24289
0af92d60
JK
24290 if (macinfo_type == DW_MACRO_define_sup
24291 || macinfo_type == DW_MACRO_undef_sup
f7a35f02 24292 || section_is_dwz)
36586728 24293 {
ed2dc618
SM
24294 struct dwz_file *dwz
24295 = dwarf2_get_dwz_file (dwarf2_per_objfile);
36586728 24296
ed2dc618
SM
24297 body = read_indirect_string_from_dwz (objfile,
24298 dwz, str_offset);
36586728
TT
24299 }
24300 else
ed2dc618
SM
24301 body = read_indirect_string_at_offset (dwarf2_per_objfile,
24302 abfd, str_offset);
cf2c3c16
TT
24303 }
24304
0af92d60
JK
24305 is_define = (macinfo_type == DW_MACRO_define
24306 || macinfo_type == DW_MACRO_define_strp
24307 || macinfo_type == DW_MACRO_define_sup);
2e276125 24308 if (! current_file)
757a13d0
JK
24309 {
24310 /* DWARF violation as no main source is present. */
24311 complaint (&symfile_complaints,
24312 _("debug info with no main source gives macro %s "
24313 "on line %d: %s"),
cf2c3c16
TT
24314 is_define ? _("definition") : _("undefinition"),
24315 line, body);
757a13d0
JK
24316 break;
24317 }
3e43a32a
MS
24318 if ((line == 0 && !at_commandline)
24319 || (line != 0 && at_commandline))
4d3c2250 24320 complaint (&symfile_complaints,
757a13d0
JK
24321 _("debug info gives %s macro %s with %s line %d: %s"),
24322 at_commandline ? _("command-line") : _("in-file"),
cf2c3c16 24323 is_define ? _("definition") : _("undefinition"),
757a13d0
JK
24324 line == 0 ? _("zero") : _("non-zero"), line, body);
24325
cf2c3c16 24326 if (is_define)
757a13d0 24327 parse_macro_definition (current_file, line, body);
cf2c3c16
TT
24328 else
24329 {
0af92d60
JK
24330 gdb_assert (macinfo_type == DW_MACRO_undef
24331 || macinfo_type == DW_MACRO_undef_strp
24332 || macinfo_type == DW_MACRO_undef_sup);
cf2c3c16
TT
24333 macro_undef (current_file, line, body);
24334 }
2e276125
JB
24335 }
24336 break;
24337
0af92d60 24338 case DW_MACRO_start_file:
2e276125 24339 {
891d2f0b 24340 unsigned int bytes_read;
2e276125
JB
24341 int line, file;
24342
24343 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24344 mac_ptr += bytes_read;
24345 file = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24346 mac_ptr += bytes_read;
24347
3e43a32a
MS
24348 if ((line == 0 && !at_commandline)
24349 || (line != 0 && at_commandline))
757a13d0
JK
24350 complaint (&symfile_complaints,
24351 _("debug info gives source %d included "
24352 "from %s at %s line %d"),
24353 file, at_commandline ? _("command-line") : _("file"),
24354 line == 0 ? _("zero") : _("non-zero"), line);
24355
24356 if (at_commandline)
24357 {
0af92d60 24358 /* This DW_MACRO_start_file was executed in the
cf2c3c16 24359 pass one. */
757a13d0
JK
24360 at_commandline = 0;
24361 }
24362 else
43f3e411 24363 current_file = macro_start_file (file, line, current_file, lh);
2e276125
JB
24364 }
24365 break;
24366
0af92d60 24367 case DW_MACRO_end_file:
2e276125 24368 if (! current_file)
4d3c2250 24369 complaint (&symfile_complaints,
3e43a32a
MS
24370 _("macro debug info has an unmatched "
24371 "`close_file' directive"));
2e276125
JB
24372 else
24373 {
24374 current_file = current_file->included_by;
24375 if (! current_file)
24376 {
cf2c3c16 24377 enum dwarf_macro_record_type next_type;
2e276125
JB
24378
24379 /* GCC circa March 2002 doesn't produce the zero
24380 type byte marking the end of the compilation
24381 unit. Complain if it's not there, but exit no
24382 matter what. */
24383
24384 /* Do we at least have room for a macinfo type byte? */
24385 if (mac_ptr >= mac_end)
24386 {
f664829e 24387 dwarf2_section_buffer_overflow_complaint (section);
2e276125
JB
24388 return;
24389 }
24390
24391 /* We don't increment mac_ptr here, so this is just
24392 a look-ahead. */
aead7601
SM
24393 next_type
24394 = (enum dwarf_macro_record_type) read_1_byte (abfd,
24395 mac_ptr);
2e276125 24396 if (next_type != 0)
4d3c2250 24397 complaint (&symfile_complaints,
3e43a32a
MS
24398 _("no terminating 0-type entry for "
24399 "macros in `.debug_macinfo' section"));
2e276125
JB
24400
24401 return;
24402 }
24403 }
24404 break;
24405
0af92d60
JK
24406 case DW_MACRO_import:
24407 case DW_MACRO_import_sup:
cf2c3c16
TT
24408 {
24409 LONGEST offset;
8fc3fc34 24410 void **slot;
a036ba48
TT
24411 bfd *include_bfd = abfd;
24412 struct dwarf2_section_info *include_section = section;
d521ce57 24413 const gdb_byte *include_mac_end = mac_end;
a036ba48 24414 int is_dwz = section_is_dwz;
d521ce57 24415 const gdb_byte *new_mac_ptr;
cf2c3c16
TT
24416
24417 offset = read_offset_1 (abfd, mac_ptr, offset_size);
24418 mac_ptr += offset_size;
24419
0af92d60 24420 if (macinfo_type == DW_MACRO_import_sup)
a036ba48 24421 {
ed2dc618 24422 struct dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
a036ba48 24423
4d663531 24424 dwarf2_read_section (objfile, &dwz->macro);
a036ba48 24425
a036ba48 24426 include_section = &dwz->macro;
a32a8923 24427 include_bfd = get_section_bfd_owner (include_section);
a036ba48
TT
24428 include_mac_end = dwz->macro.buffer + dwz->macro.size;
24429 is_dwz = 1;
24430 }
24431
24432 new_mac_ptr = include_section->buffer + offset;
24433 slot = htab_find_slot (include_hash, new_mac_ptr, INSERT);
24434
8fc3fc34
TT
24435 if (*slot != NULL)
24436 {
24437 /* This has actually happened; see
24438 http://sourceware.org/bugzilla/show_bug.cgi?id=13568. */
24439 complaint (&symfile_complaints,
0af92d60 24440 _("recursive DW_MACRO_import in "
8fc3fc34
TT
24441 ".debug_macro section"));
24442 }
24443 else
24444 {
d521ce57 24445 *slot = (void *) new_mac_ptr;
36586728 24446
ed2dc618
SM
24447 dwarf_decode_macro_bytes (dwarf2_per_objfile,
24448 include_bfd, new_mac_ptr,
43f3e411 24449 include_mac_end, current_file, lh,
36586728 24450 section, section_is_gnu, is_dwz,
4d663531 24451 offset_size, include_hash);
8fc3fc34 24452
d521ce57 24453 htab_remove_elt (include_hash, (void *) new_mac_ptr);
8fc3fc34 24454 }
cf2c3c16
TT
24455 }
24456 break;
24457
2e276125 24458 case DW_MACINFO_vendor_ext:
cf2c3c16
TT
24459 if (!section_is_gnu)
24460 {
24461 unsigned int bytes_read;
2e276125 24462
ac298888
TT
24463 /* This reads the constant, but since we don't recognize
24464 any vendor extensions, we ignore it. */
24465 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
cf2c3c16
TT
24466 mac_ptr += bytes_read;
24467 read_direct_string (abfd, mac_ptr, &bytes_read);
24468 mac_ptr += bytes_read;
2e276125 24469
cf2c3c16
TT
24470 /* We don't recognize any vendor extensions. */
24471 break;
24472 }
24473 /* FALLTHROUGH */
24474
24475 default:
24476 mac_ptr = skip_unknown_opcode (macinfo_type, opcode_definitions,
f664829e 24477 mac_ptr, mac_end, abfd, offset_size,
cf2c3c16
TT
24478 section);
24479 if (mac_ptr == NULL)
24480 return;
24481 break;
2e276125 24482 }
132448f8 24483 DIAGNOSTIC_POP
757a13d0 24484 } while (macinfo_type != 0);
2e276125 24485}
8e19ed76 24486
cf2c3c16 24487static void
09262596 24488dwarf_decode_macros (struct dwarf2_cu *cu, unsigned int offset,
43f3e411 24489 int section_is_gnu)
cf2c3c16 24490{
518817b3
SM
24491 struct dwarf2_per_objfile *dwarf2_per_objfile
24492 = cu->per_cu->dwarf2_per_objfile;
bb5ed363 24493 struct objfile *objfile = dwarf2_per_objfile->objfile;
09262596
DE
24494 struct line_header *lh = cu->line_header;
24495 bfd *abfd;
d521ce57 24496 const gdb_byte *mac_ptr, *mac_end;
cf2c3c16
TT
24497 struct macro_source_file *current_file = 0;
24498 enum dwarf_macro_record_type macinfo_type;
24499 unsigned int offset_size = cu->header.offset_size;
d521ce57 24500 const gdb_byte *opcode_definitions[256];
8fc3fc34 24501 void **slot;
09262596
DE
24502 struct dwarf2_section_info *section;
24503 const char *section_name;
24504
24505 if (cu->dwo_unit != NULL)
24506 {
24507 if (section_is_gnu)
24508 {
24509 section = &cu->dwo_unit->dwo_file->sections.macro;
24510 section_name = ".debug_macro.dwo";
24511 }
24512 else
24513 {
24514 section = &cu->dwo_unit->dwo_file->sections.macinfo;
24515 section_name = ".debug_macinfo.dwo";
24516 }
24517 }
24518 else
24519 {
24520 if (section_is_gnu)
24521 {
24522 section = &dwarf2_per_objfile->macro;
24523 section_name = ".debug_macro";
24524 }
24525 else
24526 {
24527 section = &dwarf2_per_objfile->macinfo;
24528 section_name = ".debug_macinfo";
24529 }
24530 }
cf2c3c16 24531
bb5ed363 24532 dwarf2_read_section (objfile, section);
cf2c3c16
TT
24533 if (section->buffer == NULL)
24534 {
fceca515 24535 complaint (&symfile_complaints, _("missing %s section"), section_name);
cf2c3c16
TT
24536 return;
24537 }
a32a8923 24538 abfd = get_section_bfd_owner (section);
cf2c3c16
TT
24539
24540 /* First pass: Find the name of the base filename.
24541 This filename is needed in order to process all macros whose definition
24542 (or undefinition) comes from the command line. These macros are defined
24543 before the first DW_MACINFO_start_file entry, and yet still need to be
24544 associated to the base file.
24545
24546 To determine the base file name, we scan the macro definitions until we
24547 reach the first DW_MACINFO_start_file entry. We then initialize
24548 CURRENT_FILE accordingly so that any macro definition found before the
24549 first DW_MACINFO_start_file can still be associated to the base file. */
24550
24551 mac_ptr = section->buffer + offset;
24552 mac_end = section->buffer + section->size;
24553
24554 mac_ptr = dwarf_parse_macro_header (opcode_definitions, abfd, mac_ptr,
24555 &offset_size, section_is_gnu);
24556 if (mac_ptr == NULL)
24557 {
24558 /* We already issued a complaint. */
24559 return;
24560 }
24561
24562 do
24563 {
24564 /* Do we at least have room for a macinfo type byte? */
24565 if (mac_ptr >= mac_end)
24566 {
24567 /* Complaint is printed during the second pass as GDB will probably
24568 stop the first pass earlier upon finding
24569 DW_MACINFO_start_file. */
24570 break;
24571 }
24572
aead7601 24573 macinfo_type = (enum dwarf_macro_record_type) read_1_byte (abfd, mac_ptr);
cf2c3c16
TT
24574 mac_ptr++;
24575
24576 /* Note that we rely on the fact that the corresponding GNU and
24577 DWARF constants are the same. */
132448f8
SM
24578 DIAGNOSTIC_PUSH
24579 DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES
cf2c3c16
TT
24580 switch (macinfo_type)
24581 {
24582 /* A zero macinfo type indicates the end of the macro
24583 information. */
24584 case 0:
24585 break;
24586
0af92d60
JK
24587 case DW_MACRO_define:
24588 case DW_MACRO_undef:
cf2c3c16
TT
24589 /* Only skip the data by MAC_PTR. */
24590 {
24591 unsigned int bytes_read;
24592
24593 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24594 mac_ptr += bytes_read;
24595 read_direct_string (abfd, mac_ptr, &bytes_read);
24596 mac_ptr += bytes_read;
24597 }
24598 break;
24599
0af92d60 24600 case DW_MACRO_start_file:
cf2c3c16
TT
24601 {
24602 unsigned int bytes_read;
24603 int line, file;
24604
24605 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24606 mac_ptr += bytes_read;
24607 file = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24608 mac_ptr += bytes_read;
24609
43f3e411 24610 current_file = macro_start_file (file, line, current_file, lh);
cf2c3c16
TT
24611 }
24612 break;
24613
0af92d60 24614 case DW_MACRO_end_file:
cf2c3c16
TT
24615 /* No data to skip by MAC_PTR. */
24616 break;
24617
0af92d60
JK
24618 case DW_MACRO_define_strp:
24619 case DW_MACRO_undef_strp:
24620 case DW_MACRO_define_sup:
24621 case DW_MACRO_undef_sup:
cf2c3c16
TT
24622 {
24623 unsigned int bytes_read;
24624
24625 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24626 mac_ptr += bytes_read;
24627 mac_ptr += offset_size;
24628 }
24629 break;
24630
0af92d60
JK
24631 case DW_MACRO_import:
24632 case DW_MACRO_import_sup:
cf2c3c16 24633 /* Note that, according to the spec, a transparent include
0af92d60 24634 chain cannot call DW_MACRO_start_file. So, we can just
cf2c3c16
TT
24635 skip this opcode. */
24636 mac_ptr += offset_size;
24637 break;
24638
24639 case DW_MACINFO_vendor_ext:
24640 /* Only skip the data by MAC_PTR. */
24641 if (!section_is_gnu)
24642 {
24643 unsigned int bytes_read;
24644
24645 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24646 mac_ptr += bytes_read;
24647 read_direct_string (abfd, mac_ptr, &bytes_read);
24648 mac_ptr += bytes_read;
24649 }
24650 /* FALLTHROUGH */
24651
24652 default:
24653 mac_ptr = skip_unknown_opcode (macinfo_type, opcode_definitions,
f664829e 24654 mac_ptr, mac_end, abfd, offset_size,
cf2c3c16
TT
24655 section);
24656 if (mac_ptr == NULL)
24657 return;
24658 break;
24659 }
132448f8 24660 DIAGNOSTIC_POP
cf2c3c16
TT
24661 } while (macinfo_type != 0 && current_file == NULL);
24662
24663 /* Second pass: Process all entries.
24664
24665 Use the AT_COMMAND_LINE flag to determine whether we are still processing
24666 command-line macro definitions/undefinitions. This flag is unset when we
24667 reach the first DW_MACINFO_start_file entry. */
24668
fc4007c9
TT
24669 htab_up include_hash (htab_create_alloc (1, htab_hash_pointer,
24670 htab_eq_pointer,
24671 NULL, xcalloc, xfree));
8fc3fc34 24672 mac_ptr = section->buffer + offset;
fc4007c9 24673 slot = htab_find_slot (include_hash.get (), mac_ptr, INSERT);
d521ce57 24674 *slot = (void *) mac_ptr;
ed2dc618
SM
24675 dwarf_decode_macro_bytes (dwarf2_per_objfile,
24676 abfd, mac_ptr, mac_end,
43f3e411 24677 current_file, lh, section,
fc4007c9
TT
24678 section_is_gnu, 0, offset_size,
24679 include_hash.get ());
cf2c3c16
TT
24680}
24681
8e19ed76 24682/* Check if the attribute's form is a DW_FORM_block*
0963b4bd 24683 if so return true else false. */
380bca97 24684
8e19ed76 24685static int
6e5a29e1 24686attr_form_is_block (const struct attribute *attr)
8e19ed76
PS
24687{
24688 return (attr == NULL ? 0 :
24689 attr->form == DW_FORM_block1
24690 || attr->form == DW_FORM_block2
24691 || attr->form == DW_FORM_block4
2dc7f7b3
TT
24692 || attr->form == DW_FORM_block
24693 || attr->form == DW_FORM_exprloc);
8e19ed76 24694}
4c2df51b 24695
c6a0999f
JB
24696/* Return non-zero if ATTR's value is a section offset --- classes
24697 lineptr, loclistptr, macptr or rangelistptr --- or zero, otherwise.
24698 You may use DW_UNSND (attr) to retrieve such offsets.
24699
24700 Section 7.5.4, "Attribute Encodings", explains that no attribute
24701 may have a value that belongs to more than one of these classes; it
24702 would be ambiguous if we did, because we use the same forms for all
24703 of them. */
380bca97 24704
3690dd37 24705static int
6e5a29e1 24706attr_form_is_section_offset (const struct attribute *attr)
3690dd37
JB
24707{
24708 return (attr->form == DW_FORM_data4
2dc7f7b3
TT
24709 || attr->form == DW_FORM_data8
24710 || attr->form == DW_FORM_sec_offset);
3690dd37
JB
24711}
24712
3690dd37
JB
24713/* Return non-zero if ATTR's value falls in the 'constant' class, or
24714 zero otherwise. When this function returns true, you can apply
24715 dwarf2_get_attr_constant_value to it.
24716
24717 However, note that for some attributes you must check
24718 attr_form_is_section_offset before using this test. DW_FORM_data4
24719 and DW_FORM_data8 are members of both the constant class, and of
24720 the classes that contain offsets into other debug sections
24721 (lineptr, loclistptr, macptr or rangelistptr). The DWARF spec says
24722 that, if an attribute's can be either a constant or one of the
24723 section offset classes, DW_FORM_data4 and DW_FORM_data8 should be
0224619f
JK
24724 taken as section offsets, not constants.
24725
24726 DW_FORM_data16 is not considered as dwarf2_get_attr_constant_value
24727 cannot handle that. */
380bca97 24728
3690dd37 24729static int
6e5a29e1 24730attr_form_is_constant (const struct attribute *attr)
3690dd37
JB
24731{
24732 switch (attr->form)
24733 {
24734 case DW_FORM_sdata:
24735 case DW_FORM_udata:
24736 case DW_FORM_data1:
24737 case DW_FORM_data2:
24738 case DW_FORM_data4:
24739 case DW_FORM_data8:
663c44ac 24740 case DW_FORM_implicit_const:
3690dd37
JB
24741 return 1;
24742 default:
24743 return 0;
24744 }
24745}
24746
7771576e
SA
24747
24748/* DW_ADDR is always stored already as sect_offset; despite for the forms
24749 besides DW_FORM_ref_addr it is stored as cu_offset in the DWARF file. */
24750
24751static int
6e5a29e1 24752attr_form_is_ref (const struct attribute *attr)
7771576e
SA
24753{
24754 switch (attr->form)
24755 {
24756 case DW_FORM_ref_addr:
24757 case DW_FORM_ref1:
24758 case DW_FORM_ref2:
24759 case DW_FORM_ref4:
24760 case DW_FORM_ref8:
24761 case DW_FORM_ref_udata:
24762 case DW_FORM_GNU_ref_alt:
24763 return 1;
24764 default:
24765 return 0;
24766 }
24767}
24768
3019eac3
DE
24769/* Return the .debug_loc section to use for CU.
24770 For DWO files use .debug_loc.dwo. */
24771
24772static struct dwarf2_section_info *
24773cu_debug_loc_section (struct dwarf2_cu *cu)
24774{
518817b3
SM
24775 struct dwarf2_per_objfile *dwarf2_per_objfile
24776 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 24777
3019eac3 24778 if (cu->dwo_unit)
43988095
JK
24779 {
24780 struct dwo_sections *sections = &cu->dwo_unit->dwo_file->sections;
24781
24782 return cu->header.version >= 5 ? &sections->loclists : &sections->loc;
24783 }
24784 return (cu->header.version >= 5 ? &dwarf2_per_objfile->loclists
24785 : &dwarf2_per_objfile->loc);
3019eac3
DE
24786}
24787
8cf6f0b1
TT
24788/* A helper function that fills in a dwarf2_loclist_baton. */
24789
24790static void
24791fill_in_loclist_baton (struct dwarf2_cu *cu,
24792 struct dwarf2_loclist_baton *baton,
ff39bb5e 24793 const struct attribute *attr)
8cf6f0b1 24794{
518817b3
SM
24795 struct dwarf2_per_objfile *dwarf2_per_objfile
24796 = cu->per_cu->dwarf2_per_objfile;
3019eac3
DE
24797 struct dwarf2_section_info *section = cu_debug_loc_section (cu);
24798
24799 dwarf2_read_section (dwarf2_per_objfile->objfile, section);
8cf6f0b1
TT
24800
24801 baton->per_cu = cu->per_cu;
24802 gdb_assert (baton->per_cu);
24803 /* We don't know how long the location list is, but make sure we
24804 don't run off the edge of the section. */
3019eac3
DE
24805 baton->size = section->size - DW_UNSND (attr);
24806 baton->data = section->buffer + DW_UNSND (attr);
8cf6f0b1 24807 baton->base_address = cu->base_address;
f664829e 24808 baton->from_dwo = cu->dwo_unit != NULL;
8cf6f0b1
TT
24809}
24810
4c2df51b 24811static void
ff39bb5e 24812dwarf2_symbol_mark_computed (const struct attribute *attr, struct symbol *sym,
f1e6e072 24813 struct dwarf2_cu *cu, int is_block)
4c2df51b 24814{
518817b3
SM
24815 struct dwarf2_per_objfile *dwarf2_per_objfile
24816 = cu->per_cu->dwarf2_per_objfile;
bb5ed363 24817 struct objfile *objfile = dwarf2_per_objfile->objfile;
3019eac3 24818 struct dwarf2_section_info *section = cu_debug_loc_section (cu);
bb5ed363 24819
3690dd37 24820 if (attr_form_is_section_offset (attr)
3019eac3 24821 /* .debug_loc{,.dwo} may not exist at all, or the offset may be outside
99bcc461
DJ
24822 the section. If so, fall through to the complaint in the
24823 other branch. */
3019eac3 24824 && DW_UNSND (attr) < dwarf2_section_size (objfile, section))
4c2df51b 24825 {
0d53c4c4 24826 struct dwarf2_loclist_baton *baton;
4c2df51b 24827
8d749320 24828 baton = XOBNEW (&objfile->objfile_obstack, struct dwarf2_loclist_baton);
4c2df51b 24829
8cf6f0b1 24830 fill_in_loclist_baton (cu, baton, attr);
be391dca 24831
d00adf39 24832 if (cu->base_known == 0)
0d53c4c4 24833 complaint (&symfile_complaints,
3e43a32a
MS
24834 _("Location list used without "
24835 "specifying the CU base address."));
4c2df51b 24836
f1e6e072
TT
24837 SYMBOL_ACLASS_INDEX (sym) = (is_block
24838 ? dwarf2_loclist_block_index
24839 : dwarf2_loclist_index);
0d53c4c4
DJ
24840 SYMBOL_LOCATION_BATON (sym) = baton;
24841 }
24842 else
24843 {
24844 struct dwarf2_locexpr_baton *baton;
24845
8d749320 24846 baton = XOBNEW (&objfile->objfile_obstack, struct dwarf2_locexpr_baton);
ae0d2f24
UW
24847 baton->per_cu = cu->per_cu;
24848 gdb_assert (baton->per_cu);
0d53c4c4
DJ
24849
24850 if (attr_form_is_block (attr))
24851 {
24852 /* Note that we're just copying the block's data pointer
24853 here, not the actual data. We're still pointing into the
6502dd73
DJ
24854 info_buffer for SYM's objfile; right now we never release
24855 that buffer, but when we do clean up properly this may
24856 need to change. */
0d53c4c4
DJ
24857 baton->size = DW_BLOCK (attr)->size;
24858 baton->data = DW_BLOCK (attr)->data;
24859 }
24860 else
24861 {
24862 dwarf2_invalid_attrib_class_complaint ("location description",
24863 SYMBOL_NATURAL_NAME (sym));
24864 baton->size = 0;
0d53c4c4 24865 }
6e70227d 24866
f1e6e072
TT
24867 SYMBOL_ACLASS_INDEX (sym) = (is_block
24868 ? dwarf2_locexpr_block_index
24869 : dwarf2_locexpr_index);
0d53c4c4
DJ
24870 SYMBOL_LOCATION_BATON (sym) = baton;
24871 }
4c2df51b 24872}
6502dd73 24873
9aa1f1e3
TT
24874/* Return the OBJFILE associated with the compilation unit CU. If CU
24875 came from a separate debuginfo file, then the master objfile is
24876 returned. */
ae0d2f24
UW
24877
24878struct objfile *
24879dwarf2_per_cu_objfile (struct dwarf2_per_cu_data *per_cu)
24880{
e3b94546 24881 struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
ae0d2f24
UW
24882
24883 /* Return the master objfile, so that we can report and look up the
24884 correct file containing this variable. */
24885 if (objfile->separate_debug_objfile_backlink)
24886 objfile = objfile->separate_debug_objfile_backlink;
24887
24888 return objfile;
24889}
24890
96408a79
SA
24891/* Return comp_unit_head for PER_CU, either already available in PER_CU->CU
24892 (CU_HEADERP is unused in such case) or prepare a temporary copy at
24893 CU_HEADERP first. */
24894
24895static const struct comp_unit_head *
24896per_cu_header_read_in (struct comp_unit_head *cu_headerp,
24897 struct dwarf2_per_cu_data *per_cu)
24898{
d521ce57 24899 const gdb_byte *info_ptr;
96408a79
SA
24900
24901 if (per_cu->cu)
24902 return &per_cu->cu->header;
24903
9c541725 24904 info_ptr = per_cu->section->buffer + to_underlying (per_cu->sect_off);
96408a79
SA
24905
24906 memset (cu_headerp, 0, sizeof (*cu_headerp));
43988095
JK
24907 read_comp_unit_head (cu_headerp, info_ptr, per_cu->section,
24908 rcuh_kind::COMPILE);
96408a79
SA
24909
24910 return cu_headerp;
24911}
24912
ae0d2f24
UW
24913/* Return the address size given in the compilation unit header for CU. */
24914
98714339 24915int
ae0d2f24
UW
24916dwarf2_per_cu_addr_size (struct dwarf2_per_cu_data *per_cu)
24917{
96408a79
SA
24918 struct comp_unit_head cu_header_local;
24919 const struct comp_unit_head *cu_headerp;
c471e790 24920
96408a79
SA
24921 cu_headerp = per_cu_header_read_in (&cu_header_local, per_cu);
24922
24923 return cu_headerp->addr_size;
ae0d2f24
UW
24924}
24925
9eae7c52
TT
24926/* Return the offset size given in the compilation unit header for CU. */
24927
24928int
24929dwarf2_per_cu_offset_size (struct dwarf2_per_cu_data *per_cu)
24930{
96408a79
SA
24931 struct comp_unit_head cu_header_local;
24932 const struct comp_unit_head *cu_headerp;
9c6c53f7 24933
96408a79
SA
24934 cu_headerp = per_cu_header_read_in (&cu_header_local, per_cu);
24935
24936 return cu_headerp->offset_size;
24937}
24938
24939/* See its dwarf2loc.h declaration. */
24940
24941int
24942dwarf2_per_cu_ref_addr_size (struct dwarf2_per_cu_data *per_cu)
24943{
24944 struct comp_unit_head cu_header_local;
24945 const struct comp_unit_head *cu_headerp;
24946
24947 cu_headerp = per_cu_header_read_in (&cu_header_local, per_cu);
24948
24949 if (cu_headerp->version == 2)
24950 return cu_headerp->addr_size;
24951 else
24952 return cu_headerp->offset_size;
181cebd4
JK
24953}
24954
9aa1f1e3
TT
24955/* Return the text offset of the CU. The returned offset comes from
24956 this CU's objfile. If this objfile came from a separate debuginfo
24957 file, then the offset may be different from the corresponding
24958 offset in the parent objfile. */
24959
24960CORE_ADDR
24961dwarf2_per_cu_text_offset (struct dwarf2_per_cu_data *per_cu)
24962{
e3b94546 24963 struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
9aa1f1e3
TT
24964
24965 return ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
24966}
24967
43988095
JK
24968/* Return DWARF version number of PER_CU. */
24969
24970short
24971dwarf2_version (struct dwarf2_per_cu_data *per_cu)
24972{
24973 return per_cu->dwarf_version;
24974}
24975
348e048f
DE
24976/* Locate the .debug_info compilation unit from CU's objfile which contains
24977 the DIE at OFFSET. Raises an error on failure. */
ae038cb0
DJ
24978
24979static struct dwarf2_per_cu_data *
9c541725 24980dwarf2_find_containing_comp_unit (sect_offset sect_off,
36586728 24981 unsigned int offset_in_dwz,
ed2dc618 24982 struct dwarf2_per_objfile *dwarf2_per_objfile)
ae038cb0
DJ
24983{
24984 struct dwarf2_per_cu_data *this_cu;
24985 int low, high;
36586728 24986 const sect_offset *cu_off;
ae038cb0 24987
ae038cb0 24988 low = 0;
b76e467d 24989 high = dwarf2_per_objfile->all_comp_units.size () - 1;
ae038cb0
DJ
24990 while (high > low)
24991 {
36586728 24992 struct dwarf2_per_cu_data *mid_cu;
ae038cb0 24993 int mid = low + (high - low) / 2;
9a619af0 24994
36586728 24995 mid_cu = dwarf2_per_objfile->all_comp_units[mid];
9c541725 24996 cu_off = &mid_cu->sect_off;
36586728 24997 if (mid_cu->is_dwz > offset_in_dwz
9c541725 24998 || (mid_cu->is_dwz == offset_in_dwz && *cu_off >= sect_off))
ae038cb0
DJ
24999 high = mid;
25000 else
25001 low = mid + 1;
25002 }
25003 gdb_assert (low == high);
36586728 25004 this_cu = dwarf2_per_objfile->all_comp_units[low];
9c541725
PA
25005 cu_off = &this_cu->sect_off;
25006 if (this_cu->is_dwz != offset_in_dwz || *cu_off > sect_off)
ae038cb0 25007 {
36586728 25008 if (low == 0 || this_cu->is_dwz != offset_in_dwz)
8a3fe4f8 25009 error (_("Dwarf Error: could not find partial DIE containing "
9d8780f0
SM
25010 "offset %s [in module %s]"),
25011 sect_offset_str (sect_off),
ed2dc618 25012 bfd_get_filename (dwarf2_per_objfile->objfile->obfd));
10b3939b 25013
9c541725
PA
25014 gdb_assert (dwarf2_per_objfile->all_comp_units[low-1]->sect_off
25015 <= sect_off);
ae038cb0
DJ
25016 return dwarf2_per_objfile->all_comp_units[low-1];
25017 }
25018 else
25019 {
25020 this_cu = dwarf2_per_objfile->all_comp_units[low];
b76e467d 25021 if (low == dwarf2_per_objfile->all_comp_units.size () - 1
9c541725 25022 && sect_off >= this_cu->sect_off + this_cu->length)
9d8780f0 25023 error (_("invalid dwarf2 offset %s"), sect_offset_str (sect_off));
9c541725 25024 gdb_assert (sect_off < this_cu->sect_off + this_cu->length);
ae038cb0
DJ
25025 return this_cu;
25026 }
25027}
25028
23745b47 25029/* Initialize dwarf2_cu CU, owned by PER_CU. */
93311388 25030
fcd3b13d
SM
25031dwarf2_cu::dwarf2_cu (struct dwarf2_per_cu_data *per_cu_)
25032 : per_cu (per_cu_),
25033 mark (0),
25034 has_loclist (0),
25035 checked_producer (0),
25036 producer_is_gxx_lt_4_6 (0),
25037 producer_is_gcc_lt_4_3 (0),
25038 producer_is_icc_lt_14 (0),
25039 processing_has_namespace_info (0)
93311388 25040{
fcd3b13d
SM
25041 per_cu->cu = this;
25042}
25043
25044/* Destroy a dwarf2_cu. */
25045
25046dwarf2_cu::~dwarf2_cu ()
25047{
25048 per_cu->cu = NULL;
9816fde3
JK
25049}
25050
25051/* Initialize basic fields of dwarf_cu CU according to DIE COMP_UNIT_DIE. */
25052
25053static void
95554aad
TT
25054prepare_one_comp_unit (struct dwarf2_cu *cu, struct die_info *comp_unit_die,
25055 enum language pretend_language)
9816fde3
JK
25056{
25057 struct attribute *attr;
25058
25059 /* Set the language we're debugging. */
25060 attr = dwarf2_attr (comp_unit_die, DW_AT_language, cu);
25061 if (attr)
25062 set_cu_language (DW_UNSND (attr), cu);
25063 else
9cded63f 25064 {
95554aad 25065 cu->language = pretend_language;
9cded63f
TT
25066 cu->language_defn = language_def (cu->language);
25067 }
dee91e82 25068
7d45c7c3 25069 cu->producer = dwarf2_string_attr (comp_unit_die, DW_AT_producer, cu);
93311388
DE
25070}
25071
ae038cb0
DJ
25072/* Increase the age counter on each cached compilation unit, and free
25073 any that are too old. */
25074
25075static void
ed2dc618 25076age_cached_comp_units (struct dwarf2_per_objfile *dwarf2_per_objfile)
ae038cb0
DJ
25077{
25078 struct dwarf2_per_cu_data *per_cu, **last_chain;
25079
25080 dwarf2_clear_marks (dwarf2_per_objfile->read_in_chain);
25081 per_cu = dwarf2_per_objfile->read_in_chain;
25082 while (per_cu != NULL)
25083 {
25084 per_cu->cu->last_used ++;
b4f54984 25085 if (per_cu->cu->last_used <= dwarf_max_cache_age)
ae038cb0
DJ
25086 dwarf2_mark (per_cu->cu);
25087 per_cu = per_cu->cu->read_in_chain;
25088 }
25089
25090 per_cu = dwarf2_per_objfile->read_in_chain;
25091 last_chain = &dwarf2_per_objfile->read_in_chain;
25092 while (per_cu != NULL)
25093 {
25094 struct dwarf2_per_cu_data *next_cu;
25095
25096 next_cu = per_cu->cu->read_in_chain;
25097
25098 if (!per_cu->cu->mark)
25099 {
fcd3b13d 25100 delete per_cu->cu;
ae038cb0
DJ
25101 *last_chain = next_cu;
25102 }
25103 else
25104 last_chain = &per_cu->cu->read_in_chain;
25105
25106 per_cu = next_cu;
25107 }
25108}
25109
25110/* Remove a single compilation unit from the cache. */
25111
25112static void
dee91e82 25113free_one_cached_comp_unit (struct dwarf2_per_cu_data *target_per_cu)
ae038cb0
DJ
25114{
25115 struct dwarf2_per_cu_data *per_cu, **last_chain;
ed2dc618
SM
25116 struct dwarf2_per_objfile *dwarf2_per_objfile
25117 = target_per_cu->dwarf2_per_objfile;
ae038cb0
DJ
25118
25119 per_cu = dwarf2_per_objfile->read_in_chain;
25120 last_chain = &dwarf2_per_objfile->read_in_chain;
25121 while (per_cu != NULL)
25122 {
25123 struct dwarf2_per_cu_data *next_cu;
25124
25125 next_cu = per_cu->cu->read_in_chain;
25126
dee91e82 25127 if (per_cu == target_per_cu)
ae038cb0 25128 {
fcd3b13d 25129 delete per_cu->cu;
dee91e82 25130 per_cu->cu = NULL;
ae038cb0
DJ
25131 *last_chain = next_cu;
25132 break;
25133 }
25134 else
25135 last_chain = &per_cu->cu->read_in_chain;
25136
25137 per_cu = next_cu;
25138 }
25139}
25140
fe3e1990
DJ
25141/* Release all extra memory associated with OBJFILE. */
25142
25143void
25144dwarf2_free_objfile (struct objfile *objfile)
25145{
ed2dc618
SM
25146 struct dwarf2_per_objfile *dwarf2_per_objfile
25147 = get_dwarf2_per_objfile (objfile);
fe3e1990 25148
fd90ace4 25149 delete dwarf2_per_objfile;
fe3e1990
DJ
25150}
25151
dee91e82
DE
25152/* A set of CU "per_cu" pointer, DIE offset, and GDB type pointer.
25153 We store these in a hash table separate from the DIEs, and preserve them
25154 when the DIEs are flushed out of cache.
25155
25156 The CU "per_cu" pointer is needed because offset alone is not enough to
3019eac3 25157 uniquely identify the type. A file may have multiple .debug_types sections,
c88ee1f0
DE
25158 or the type may come from a DWO file. Furthermore, while it's more logical
25159 to use per_cu->section+offset, with Fission the section with the data is in
25160 the DWO file but we don't know that section at the point we need it.
25161 We have to use something in dwarf2_per_cu_data (or the pointer to it)
25162 because we can enter the lookup routine, get_die_type_at_offset, from
25163 outside this file, and thus won't necessarily have PER_CU->cu.
25164 Fortunately, PER_CU is stable for the life of the objfile. */
1c379e20 25165
dee91e82 25166struct dwarf2_per_cu_offset_and_type
1c379e20 25167{
dee91e82 25168 const struct dwarf2_per_cu_data *per_cu;
9c541725 25169 sect_offset sect_off;
1c379e20
DJ
25170 struct type *type;
25171};
25172
dee91e82 25173/* Hash function for a dwarf2_per_cu_offset_and_type. */
1c379e20
DJ
25174
25175static hashval_t
dee91e82 25176per_cu_offset_and_type_hash (const void *item)
1c379e20 25177{
9a3c8263
SM
25178 const struct dwarf2_per_cu_offset_and_type *ofs
25179 = (const struct dwarf2_per_cu_offset_and_type *) item;
9a619af0 25180
9c541725 25181 return (uintptr_t) ofs->per_cu + to_underlying (ofs->sect_off);
1c379e20
DJ
25182}
25183
dee91e82 25184/* Equality function for a dwarf2_per_cu_offset_and_type. */
1c379e20
DJ
25185
25186static int
dee91e82 25187per_cu_offset_and_type_eq (const void *item_lhs, const void *item_rhs)
1c379e20 25188{
9a3c8263
SM
25189 const struct dwarf2_per_cu_offset_and_type *ofs_lhs
25190 = (const struct dwarf2_per_cu_offset_and_type *) item_lhs;
25191 const struct dwarf2_per_cu_offset_and_type *ofs_rhs
25192 = (const struct dwarf2_per_cu_offset_and_type *) item_rhs;
9a619af0 25193
dee91e82 25194 return (ofs_lhs->per_cu == ofs_rhs->per_cu
9c541725 25195 && ofs_lhs->sect_off == ofs_rhs->sect_off);
1c379e20
DJ
25196}
25197
25198/* Set the type associated with DIE to TYPE. Save it in CU's hash
7e314c57
JK
25199 table if necessary. For convenience, return TYPE.
25200
25201 The DIEs reading must have careful ordering to:
25202 * Not cause infite loops trying to read in DIEs as a prerequisite for
25203 reading current DIE.
25204 * Not trying to dereference contents of still incompletely read in types
25205 while reading in other DIEs.
25206 * Enable referencing still incompletely read in types just by a pointer to
25207 the type without accessing its fields.
25208
25209 Therefore caller should follow these rules:
25210 * Try to fetch any prerequisite types we may need to build this DIE type
25211 before building the type and calling set_die_type.
e71ec853 25212 * After building type call set_die_type for current DIE as soon as
7e314c57
JK
25213 possible before fetching more types to complete the current type.
25214 * Make the type as complete as possible before fetching more types. */
1c379e20 25215
f792889a 25216static struct type *
1c379e20
DJ
25217set_die_type (struct die_info *die, struct type *type, struct dwarf2_cu *cu)
25218{
518817b3
SM
25219 struct dwarf2_per_objfile *dwarf2_per_objfile
25220 = cu->per_cu->dwarf2_per_objfile;
dee91e82 25221 struct dwarf2_per_cu_offset_and_type **slot, ofs;
ed2dc618 25222 struct objfile *objfile = dwarf2_per_objfile->objfile;
3cdcd0ce
JB
25223 struct attribute *attr;
25224 struct dynamic_prop prop;
1c379e20 25225
b4ba55a1
JB
25226 /* For Ada types, make sure that the gnat-specific data is always
25227 initialized (if not already set). There are a few types where
25228 we should not be doing so, because the type-specific area is
25229 already used to hold some other piece of info (eg: TYPE_CODE_FLT
25230 where the type-specific area is used to store the floatformat).
25231 But this is not a problem, because the gnat-specific information
25232 is actually not needed for these types. */
25233 if (need_gnat_info (cu)
25234 && TYPE_CODE (type) != TYPE_CODE_FUNC
25235 && TYPE_CODE (type) != TYPE_CODE_FLT
09e2d7c7
DE
25236 && TYPE_CODE (type) != TYPE_CODE_METHODPTR
25237 && TYPE_CODE (type) != TYPE_CODE_MEMBERPTR
25238 && TYPE_CODE (type) != TYPE_CODE_METHOD
b4ba55a1
JB
25239 && !HAVE_GNAT_AUX_INFO (type))
25240 INIT_GNAT_SPECIFIC (type);
25241
3f2f83dd
KB
25242 /* Read DW_AT_allocated and set in type. */
25243 attr = dwarf2_attr (die, DW_AT_allocated, cu);
25244 if (attr_form_is_block (attr))
25245 {
25246 if (attr_to_dynamic_prop (attr, die, cu, &prop))
50a82047 25247 add_dyn_prop (DYN_PROP_ALLOCATED, prop, type);
3f2f83dd
KB
25248 }
25249 else if (attr != NULL)
25250 {
25251 complaint (&symfile_complaints,
9d8780f0 25252 _("DW_AT_allocated has the wrong form (%s) at DIE %s"),
9c541725 25253 (attr != NULL ? dwarf_form_name (attr->form) : "n/a"),
9d8780f0 25254 sect_offset_str (die->sect_off));
3f2f83dd
KB
25255 }
25256
25257 /* Read DW_AT_associated and set in type. */
25258 attr = dwarf2_attr (die, DW_AT_associated, cu);
25259 if (attr_form_is_block (attr))
25260 {
25261 if (attr_to_dynamic_prop (attr, die, cu, &prop))
50a82047 25262 add_dyn_prop (DYN_PROP_ASSOCIATED, prop, type);
3f2f83dd
KB
25263 }
25264 else if (attr != NULL)
25265 {
25266 complaint (&symfile_complaints,
9d8780f0 25267 _("DW_AT_associated has the wrong form (%s) at DIE %s"),
9c541725 25268 (attr != NULL ? dwarf_form_name (attr->form) : "n/a"),
9d8780f0 25269 sect_offset_str (die->sect_off));
3f2f83dd
KB
25270 }
25271
3cdcd0ce
JB
25272 /* Read DW_AT_data_location and set in type. */
25273 attr = dwarf2_attr (die, DW_AT_data_location, cu);
25274 if (attr_to_dynamic_prop (attr, die, cu, &prop))
50a82047 25275 add_dyn_prop (DYN_PROP_DATA_LOCATION, prop, type);
3cdcd0ce 25276
dee91e82 25277 if (dwarf2_per_objfile->die_type_hash == NULL)
f792889a 25278 {
dee91e82
DE
25279 dwarf2_per_objfile->die_type_hash =
25280 htab_create_alloc_ex (127,
25281 per_cu_offset_and_type_hash,
25282 per_cu_offset_and_type_eq,
25283 NULL,
25284 &objfile->objfile_obstack,
25285 hashtab_obstack_allocate,
25286 dummy_obstack_deallocate);
f792889a 25287 }
1c379e20 25288
dee91e82 25289 ofs.per_cu = cu->per_cu;
9c541725 25290 ofs.sect_off = die->sect_off;
1c379e20 25291 ofs.type = type;
dee91e82
DE
25292 slot = (struct dwarf2_per_cu_offset_and_type **)
25293 htab_find_slot (dwarf2_per_objfile->die_type_hash, &ofs, INSERT);
7e314c57
JK
25294 if (*slot)
25295 complaint (&symfile_complaints,
9d8780f0
SM
25296 _("A problem internal to GDB: DIE %s has type already set"),
25297 sect_offset_str (die->sect_off));
8d749320
SM
25298 *slot = XOBNEW (&objfile->objfile_obstack,
25299 struct dwarf2_per_cu_offset_and_type);
1c379e20 25300 **slot = ofs;
f792889a 25301 return type;
1c379e20
DJ
25302}
25303
9c541725 25304/* Look up the type for the die at SECT_OFF in PER_CU in die_type_hash,
02142a6c 25305 or return NULL if the die does not have a saved type. */
1c379e20
DJ
25306
25307static struct type *
9c541725 25308get_die_type_at_offset (sect_offset sect_off,
673bfd45 25309 struct dwarf2_per_cu_data *per_cu)
1c379e20 25310{
dee91e82 25311 struct dwarf2_per_cu_offset_and_type *slot, ofs;
ed2dc618 25312 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
f792889a 25313
dee91e82 25314 if (dwarf2_per_objfile->die_type_hash == NULL)
f792889a 25315 return NULL;
1c379e20 25316
dee91e82 25317 ofs.per_cu = per_cu;
9c541725 25318 ofs.sect_off = sect_off;
9a3c8263
SM
25319 slot = ((struct dwarf2_per_cu_offset_and_type *)
25320 htab_find (dwarf2_per_objfile->die_type_hash, &ofs));
1c379e20
DJ
25321 if (slot)
25322 return slot->type;
25323 else
25324 return NULL;
25325}
25326
02142a6c 25327/* Look up the type for DIE in CU in die_type_hash,
673bfd45
DE
25328 or return NULL if DIE does not have a saved type. */
25329
25330static struct type *
25331get_die_type (struct die_info *die, struct dwarf2_cu *cu)
25332{
9c541725 25333 return get_die_type_at_offset (die->sect_off, cu->per_cu);
673bfd45
DE
25334}
25335
10b3939b
DJ
25336/* Add a dependence relationship from CU to REF_PER_CU. */
25337
25338static void
25339dwarf2_add_dependence (struct dwarf2_cu *cu,
25340 struct dwarf2_per_cu_data *ref_per_cu)
25341{
25342 void **slot;
25343
25344 if (cu->dependencies == NULL)
25345 cu->dependencies
25346 = htab_create_alloc_ex (5, htab_hash_pointer, htab_eq_pointer,
25347 NULL, &cu->comp_unit_obstack,
25348 hashtab_obstack_allocate,
25349 dummy_obstack_deallocate);
25350
25351 slot = htab_find_slot (cu->dependencies, ref_per_cu, INSERT);
25352 if (*slot == NULL)
25353 *slot = ref_per_cu;
25354}
1c379e20 25355
f504f079
DE
25356/* Subroutine of dwarf2_mark to pass to htab_traverse.
25357 Set the mark field in every compilation unit in the
ae038cb0
DJ
25358 cache that we must keep because we are keeping CU. */
25359
10b3939b
DJ
25360static int
25361dwarf2_mark_helper (void **slot, void *data)
25362{
25363 struct dwarf2_per_cu_data *per_cu;
25364
25365 per_cu = (struct dwarf2_per_cu_data *) *slot;
d07ed419
JK
25366
25367 /* cu->dependencies references may not yet have been ever read if QUIT aborts
25368 reading of the chain. As such dependencies remain valid it is not much
25369 useful to track and undo them during QUIT cleanups. */
25370 if (per_cu->cu == NULL)
25371 return 1;
25372
10b3939b
DJ
25373 if (per_cu->cu->mark)
25374 return 1;
25375 per_cu->cu->mark = 1;
25376
25377 if (per_cu->cu->dependencies != NULL)
25378 htab_traverse (per_cu->cu->dependencies, dwarf2_mark_helper, NULL);
25379
25380 return 1;
25381}
25382
f504f079
DE
25383/* Set the mark field in CU and in every other compilation unit in the
25384 cache that we must keep because we are keeping CU. */
25385
ae038cb0
DJ
25386static void
25387dwarf2_mark (struct dwarf2_cu *cu)
25388{
25389 if (cu->mark)
25390 return;
25391 cu->mark = 1;
10b3939b
DJ
25392 if (cu->dependencies != NULL)
25393 htab_traverse (cu->dependencies, dwarf2_mark_helper, NULL);
ae038cb0
DJ
25394}
25395
25396static void
25397dwarf2_clear_marks (struct dwarf2_per_cu_data *per_cu)
25398{
25399 while (per_cu)
25400 {
25401 per_cu->cu->mark = 0;
25402 per_cu = per_cu->cu->read_in_chain;
25403 }
72bf9492
DJ
25404}
25405
72bf9492
DJ
25406/* Trivial hash function for partial_die_info: the hash value of a DIE
25407 is its offset in .debug_info for this objfile. */
25408
25409static hashval_t
25410partial_die_hash (const void *item)
25411{
9a3c8263
SM
25412 const struct partial_die_info *part_die
25413 = (const struct partial_die_info *) item;
9a619af0 25414
9c541725 25415 return to_underlying (part_die->sect_off);
72bf9492
DJ
25416}
25417
25418/* Trivial comparison function for partial_die_info structures: two DIEs
25419 are equal if they have the same offset. */
25420
25421static int
25422partial_die_eq (const void *item_lhs, const void *item_rhs)
25423{
9a3c8263
SM
25424 const struct partial_die_info *part_die_lhs
25425 = (const struct partial_die_info *) item_lhs;
25426 const struct partial_die_info *part_die_rhs
25427 = (const struct partial_die_info *) item_rhs;
9a619af0 25428
9c541725 25429 return part_die_lhs->sect_off == part_die_rhs->sect_off;
72bf9492
DJ
25430}
25431
b4f54984
DE
25432static struct cmd_list_element *set_dwarf_cmdlist;
25433static struct cmd_list_element *show_dwarf_cmdlist;
ae038cb0
DJ
25434
25435static void
981a3fb3 25436set_dwarf_cmd (const char *args, int from_tty)
ae038cb0 25437{
b4f54984 25438 help_list (set_dwarf_cmdlist, "maintenance set dwarf ", all_commands,
635c7e8a 25439 gdb_stdout);
ae038cb0
DJ
25440}
25441
25442static void
981a3fb3 25443show_dwarf_cmd (const char *args, int from_tty)
6e70227d 25444{
b4f54984 25445 cmd_show_list (show_dwarf_cmdlist, from_tty, "");
ae038cb0
DJ
25446}
25447
cd4fb1b2 25448int dwarf_always_disassemble;
437afbb8 25449
437afbb8 25450static void
cd4fb1b2
SM
25451show_dwarf_always_disassemble (struct ui_file *file, int from_tty,
25452 struct cmd_list_element *c, const char *value)
9291a0cd 25453{
cd4fb1b2
SM
25454 fprintf_filtered (file,
25455 _("Whether to always disassemble "
25456 "DWARF expressions is %s.\n"),
25457 value);
9291a0cd
TT
25458}
25459
9291a0cd 25460static void
cd4fb1b2
SM
25461show_check_physname (struct ui_file *file, int from_tty,
25462 struct cmd_list_element *c, const char *value)
9291a0cd 25463{
cd4fb1b2
SM
25464 fprintf_filtered (file,
25465 _("Whether to check \"physname\" is %s.\n"),
25466 value);
9291a0cd
TT
25467}
25468
cd4fb1b2
SM
25469void
25470_initialize_dwarf2_read (void)
9291a0cd 25471{
9291a0cd 25472
cd4fb1b2 25473 dwarf2_objfile_data_key = register_objfile_data ();
156942c7 25474
cd4fb1b2
SM
25475 add_prefix_cmd ("dwarf", class_maintenance, set_dwarf_cmd, _("\
25476Set DWARF specific variables.\n\
25477Configure DWARF variables such as the cache size"),
25478 &set_dwarf_cmdlist, "maintenance set dwarf ",
25479 0/*allow-unknown*/, &maintenance_set_cmdlist);
156942c7 25480
cd4fb1b2
SM
25481 add_prefix_cmd ("dwarf", class_maintenance, show_dwarf_cmd, _("\
25482Show DWARF specific variables\n\
25483Show DWARF variables such as the cache size"),
25484 &show_dwarf_cmdlist, "maintenance show dwarf ",
25485 0/*allow-unknown*/, &maintenance_show_cmdlist);
156942c7 25486
cd4fb1b2
SM
25487 add_setshow_zinteger_cmd ("max-cache-age", class_obscure,
25488 &dwarf_max_cache_age, _("\
25489Set the upper bound on the age of cached DWARF compilation units."), _("\
25490Show the upper bound on the age of cached DWARF compilation units."), _("\
25491A higher limit means that cached compilation units will be stored\n\
25492in memory longer, and more total memory will be used. Zero disables\n\
25493caching, which can slow down startup."),
25494 NULL,
25495 show_dwarf_max_cache_age,
25496 &set_dwarf_cmdlist,
25497 &show_dwarf_cmdlist);
156942c7 25498
cd4fb1b2
SM
25499 add_setshow_boolean_cmd ("always-disassemble", class_obscure,
25500 &dwarf_always_disassemble, _("\
25501Set whether `info address' always disassembles DWARF expressions."), _("\
25502Show whether `info address' always disassembles DWARF expressions."), _("\
25503When enabled, DWARF expressions are always printed in an assembly-like\n\
25504syntax. When disabled, expressions will be printed in a more\n\
25505conversational style, when possible."),
25506 NULL,
25507 show_dwarf_always_disassemble,
25508 &set_dwarf_cmdlist,
25509 &show_dwarf_cmdlist);
9291a0cd 25510
cd4fb1b2
SM
25511 add_setshow_zuinteger_cmd ("dwarf-read", no_class, &dwarf_read_debug, _("\
25512Set debugging of the DWARF reader."), _("\
25513Show debugging of the DWARF reader."), _("\
25514When enabled (non-zero), debugging messages are printed during DWARF\n\
25515reading and symtab expansion. A value of 1 (one) provides basic\n\
25516information. A value greater than 1 provides more verbose information."),
25517 NULL,
25518 NULL,
25519 &setdebuglist, &showdebuglist);
9291a0cd 25520
cd4fb1b2
SM
25521 add_setshow_zuinteger_cmd ("dwarf-die", no_class, &dwarf_die_debug, _("\
25522Set debugging of the DWARF DIE reader."), _("\
25523Show debugging of the DWARF DIE reader."), _("\
25524When enabled (non-zero), DIEs are dumped after they are read in.\n\
25525The value is the maximum depth to print."),
25526 NULL,
25527 NULL,
25528 &setdebuglist, &showdebuglist);
9291a0cd 25529
cd4fb1b2
SM
25530 add_setshow_zuinteger_cmd ("dwarf-line", no_class, &dwarf_line_debug, _("\
25531Set debugging of the dwarf line reader."), _("\
25532Show debugging of the dwarf line reader."), _("\
25533When enabled (non-zero), line number entries are dumped as they are read in.\n\
25534A value of 1 (one) provides basic information.\n\
25535A value greater than 1 provides more verbose information."),
25536 NULL,
25537 NULL,
25538 &setdebuglist, &showdebuglist);
437afbb8 25539
cd4fb1b2
SM
25540 add_setshow_boolean_cmd ("check-physname", no_class, &check_physname, _("\
25541Set cross-checking of \"physname\" code against demangler."), _("\
25542Show cross-checking of \"physname\" code against demangler."), _("\
25543When enabled, GDB's internal \"physname\" code is checked against\n\
25544the demangler."),
25545 NULL, show_check_physname,
25546 &setdebuglist, &showdebuglist);
900e11f9 25547
e615022a
DE
25548 add_setshow_boolean_cmd ("use-deprecated-index-sections",
25549 no_class, &use_deprecated_index_sections, _("\
25550Set whether to use deprecated gdb_index sections."), _("\
25551Show whether to use deprecated gdb_index sections."), _("\
25552When enabled, deprecated .gdb_index sections are used anyway.\n\
25553Normally they are ignored either because of a missing feature or\n\
25554performance issue.\n\
25555Warning: This option must be enabled before gdb reads the file."),
25556 NULL,
25557 NULL,
25558 &setlist, &showlist);
25559
f1e6e072
TT
25560 dwarf2_locexpr_index = register_symbol_computed_impl (LOC_COMPUTED,
25561 &dwarf2_locexpr_funcs);
25562 dwarf2_loclist_index = register_symbol_computed_impl (LOC_COMPUTED,
25563 &dwarf2_loclist_funcs);
25564
25565 dwarf2_locexpr_block_index = register_symbol_block_impl (LOC_BLOCK,
25566 &dwarf2_block_frame_base_locexpr_funcs);
25567 dwarf2_loclist_block_index = register_symbol_block_impl (LOC_BLOCK,
25568 &dwarf2_block_frame_base_loclist_funcs);
c62446b1
PA
25569
25570#if GDB_SELF_TEST
25571 selftests::register_test ("dw2_expand_symtabs_matching",
25572 selftests::dw2_expand_symtabs_matching::run_test);
25573#endif
6502dd73 25574}
This page took 5.939027 seconds and 4 git commands to generate.