Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
CommitLineData
c906108c 1/* DWARF 2 debugging format support for GDB.
917c78fc 2
42a4f53d 3 Copyright (C) 1994-2019 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"
4de283e4 32#include "dwarf2read.h"
d55e5aa6
TT
33#include "dwarf-index-cache.h"
34#include "dwarf-index-common.h"
4de283e4
TT
35#include "bfd.h"
36#include "elf-bfd.h"
37#include "symtab.h"
38#include "gdbtypes.h"
39#include "objfiles.h"
d55e5aa6 40#include "dwarf2.h"
4de283e4
TT
41#include "buildsym.h"
42#include "demangle.h"
43#include "gdb-demangle.h"
44#include "expression.h"
45#include "filenames.h" /* for DOSish file names */
46#include "macrotab.h"
47#include "language.h"
48#include "complaints.h"
d55e5aa6
TT
49#include "dwarf2expr.h"
50#include "dwarf2loc.h"
4de283e4
TT
51#include "cp-support.h"
52#include "hashtab.h"
53#include "command.h"
d55e5aa6 54#include "gdbcmd.h"
4de283e4
TT
55#include "block.h"
56#include "addrmap.h"
57#include "typeprint.h"
58#include "psympriv.h"
59#include <sys/stat.h>
60#include "completer.h"
268a13a5 61#include "gdbsupport/vec.h"
4de283e4 62#include "c-lang.h"
d55e5aa6 63#include "go-lang.h"
4de283e4
TT
64#include "valprint.h"
65#include "gdbcore.h" /* for gnutarget */
66#include "gdb/gdb-index.h"
67#include <ctype.h>
68#include "gdb_bfd.h"
69#include "f-lang.h"
70#include "source.h"
268a13a5 71#include "gdbsupport/filestuff.h"
4de283e4 72#include "build-id.h"
d55e5aa6 73#include "namespace.h"
268a13a5
TT
74#include "gdbsupport/gdb_unlinker.h"
75#include "gdbsupport/function-view.h"
76#include "gdbsupport/gdb_optional.h"
77#include "gdbsupport/underlying.h"
78#include "gdbsupport/byte-vector.h"
79#include "gdbsupport/hash_enum.h"
4de283e4 80#include "filename-seen-cache.h"
b32b108a 81#include "producer.h"
4de283e4
TT
82#include <fcntl.h>
83#include <sys/types.h>
84#include <algorithm>
85#include <unordered_set>
86#include <unordered_map>
268a13a5 87#include "gdbsupport/selftest.h"
4de283e4
TT
88#include <cmath>
89#include <set>
90#include <forward_list>
c9317f21 91#include "rust-lang.h"
268a13a5 92#include "gdbsupport/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
5bfd760d 111static const struct objfile_key<dwarf2_per_objfile> dwarf2_objfile_data_key;
6502dd73 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{
22ca247e
TT
150 mapped_index_base () = default;
151 DISABLE_COPY_AND_ASSIGN (mapped_index_base);
152
44ed8f3e
PA
153 /* The name_component table (a sorted vector). See name_component's
154 description above. */
155 std::vector<name_component> name_components;
156
157 /* How NAME_COMPONENTS is sorted. */
158 enum case_sensitivity name_components_casing;
159
160 /* Return the number of names in the symbol table. */
161 virtual size_t symbol_name_count () const = 0;
162
163 /* Get the name of the symbol at IDX in the symbol table. */
164 virtual const char *symbol_name_at (offset_type idx) const = 0;
165
166 /* Return whether the name at IDX in the symbol table should be
167 ignored. */
168 virtual bool symbol_name_slot_invalid (offset_type idx) const
169 {
170 return false;
171 }
172
173 /* Build the symbol name component sorted vector, if we haven't
174 yet. */
175 void build_name_components ();
176
177 /* Returns the lower (inclusive) and upper (exclusive) bounds of the
178 possible matches for LN_NO_PARAMS in the name component
179 vector. */
180 std::pair<std::vector<name_component>::const_iterator,
181 std::vector<name_component>::const_iterator>
182 find_name_components_bounds (const lookup_name_info &ln_no_params) const;
183
184 /* Prevent deleting/destroying via a base class pointer. */
185protected:
186 ~mapped_index_base() = default;
187};
188
9291a0cd
TT
189/* A description of the mapped index. The file format is described in
190 a comment by the code that writes the index. */
fc898b42 191struct mapped_index final : public mapped_index_base
9291a0cd 192{
f00a2de2
PA
193 /* A slot/bucket in the symbol table hash. */
194 struct symbol_table_slot
195 {
196 const offset_type name;
197 const offset_type vec;
198 };
199
559a7a62 200 /* Index data format version. */
3063847f 201 int version = 0;
559a7a62 202
f00a2de2
PA
203 /* The address table data. */
204 gdb::array_view<const gdb_byte> address_table;
b11b1f88 205
3876f04e 206 /* The symbol table, implemented as a hash table. */
f00a2de2 207 gdb::array_view<symbol_table_slot> symbol_table;
b11b1f88 208
9291a0cd 209 /* A pointer to the constant pool. */
3063847f 210 const char *constant_pool = nullptr;
3f563c84 211
44ed8f3e
PA
212 bool symbol_name_slot_invalid (offset_type idx) const override
213 {
214 const auto &bucket = this->symbol_table[idx];
9ab08412 215 return bucket.name == 0 && bucket.vec == 0;
44ed8f3e 216 }
5c58de74 217
3f563c84
PA
218 /* Convenience method to get at the name of the symbol at IDX in the
219 symbol table. */
44ed8f3e 220 const char *symbol_name_at (offset_type idx) const override
f00a2de2 221 { return this->constant_pool + MAYBE_SWAP (this->symbol_table[idx].name); }
5c58de74 222
44ed8f3e
PA
223 size_t symbol_name_count () const override
224 { return this->symbol_table.size (); }
9291a0cd
TT
225};
226
927aa2e7
JK
227/* A description of the mapped .debug_names.
228 Uninitialized map has CU_COUNT 0. */
fc898b42 229struct mapped_debug_names final : public mapped_index_base
927aa2e7 230{
ed2dc618
SM
231 mapped_debug_names (struct dwarf2_per_objfile *dwarf2_per_objfile_)
232 : dwarf2_per_objfile (dwarf2_per_objfile_)
233 {}
234
235 struct dwarf2_per_objfile *dwarf2_per_objfile;
927aa2e7
JK
236 bfd_endian dwarf5_byte_order;
237 bool dwarf5_is_dwarf64;
238 bool augmentation_is_gdb;
239 uint8_t offset_size;
240 uint32_t cu_count = 0;
241 uint32_t tu_count, bucket_count, name_count;
242 const gdb_byte *cu_table_reordered, *tu_table_reordered;
243 const uint32_t *bucket_table_reordered, *hash_table_reordered;
244 const gdb_byte *name_table_string_offs_reordered;
245 const gdb_byte *name_table_entry_offs_reordered;
246 const gdb_byte *entry_pool;
247
248 struct index_val
249 {
250 ULONGEST dwarf_tag;
251 struct attr
252 {
253 /* Attribute name DW_IDX_*. */
254 ULONGEST dw_idx;
255
256 /* Attribute form DW_FORM_*. */
257 ULONGEST form;
258
259 /* Value if FORM is DW_FORM_implicit_const. */
260 LONGEST implicit_const;
261 };
262 std::vector<attr> attr_vec;
263 };
264
265 std::unordered_map<ULONGEST, index_val> abbrev_map;
266
267 const char *namei_to_name (uint32_t namei) const;
44ed8f3e
PA
268
269 /* Implementation of the mapped_index_base virtual interface, for
270 the name_components cache. */
271
272 const char *symbol_name_at (offset_type idx) const override
273 { return namei_to_name (idx); }
274
275 size_t symbol_name_count () const override
276 { return this->name_count; }
927aa2e7
JK
277};
278
cd4fb1b2 279/* See dwarf2read.h. */
ed2dc618 280
cd4fb1b2 281dwarf2_per_objfile *
ed2dc618
SM
282get_dwarf2_per_objfile (struct objfile *objfile)
283{
5bfd760d 284 return dwarf2_objfile_data_key.get (objfile);
ed2dc618 285}
c906108c 286
251d32d9 287/* Default names of the debugging sections. */
c906108c 288
233a11ab
CS
289/* Note that if the debugging section has been compressed, it might
290 have a name like .zdebug_info. */
291
9cdd5dbd
DE
292static const struct dwarf2_debug_sections dwarf2_elf_names =
293{
251d32d9
TG
294 { ".debug_info", ".zdebug_info" },
295 { ".debug_abbrev", ".zdebug_abbrev" },
296 { ".debug_line", ".zdebug_line" },
297 { ".debug_loc", ".zdebug_loc" },
43988095 298 { ".debug_loclists", ".zdebug_loclists" },
251d32d9 299 { ".debug_macinfo", ".zdebug_macinfo" },
cf2c3c16 300 { ".debug_macro", ".zdebug_macro" },
251d32d9 301 { ".debug_str", ".zdebug_str" },
43988095 302 { ".debug_line_str", ".zdebug_line_str" },
251d32d9 303 { ".debug_ranges", ".zdebug_ranges" },
43988095 304 { ".debug_rnglists", ".zdebug_rnglists" },
251d32d9 305 { ".debug_types", ".zdebug_types" },
3019eac3 306 { ".debug_addr", ".zdebug_addr" },
251d32d9
TG
307 { ".debug_frame", ".zdebug_frame" },
308 { ".eh_frame", NULL },
24d3216f 309 { ".gdb_index", ".zgdb_index" },
927aa2e7
JK
310 { ".debug_names", ".zdebug_names" },
311 { ".debug_aranges", ".zdebug_aranges" },
24d3216f 312 23
251d32d9 313};
c906108c 314
80626a55 315/* List of DWO/DWP sections. */
3019eac3 316
80626a55 317static const struct dwop_section_names
3019eac3
DE
318{
319 struct dwarf2_section_names abbrev_dwo;
320 struct dwarf2_section_names info_dwo;
321 struct dwarf2_section_names line_dwo;
322 struct dwarf2_section_names loc_dwo;
43988095 323 struct dwarf2_section_names loclists_dwo;
09262596
DE
324 struct dwarf2_section_names macinfo_dwo;
325 struct dwarf2_section_names macro_dwo;
3019eac3
DE
326 struct dwarf2_section_names str_dwo;
327 struct dwarf2_section_names str_offsets_dwo;
328 struct dwarf2_section_names types_dwo;
80626a55
DE
329 struct dwarf2_section_names cu_index;
330 struct dwarf2_section_names tu_index;
3019eac3 331}
80626a55 332dwop_section_names =
3019eac3
DE
333{
334 { ".debug_abbrev.dwo", ".zdebug_abbrev.dwo" },
335 { ".debug_info.dwo", ".zdebug_info.dwo" },
336 { ".debug_line.dwo", ".zdebug_line.dwo" },
337 { ".debug_loc.dwo", ".zdebug_loc.dwo" },
43988095 338 { ".debug_loclists.dwo", ".zdebug_loclists.dwo" },
09262596
DE
339 { ".debug_macinfo.dwo", ".zdebug_macinfo.dwo" },
340 { ".debug_macro.dwo", ".zdebug_macro.dwo" },
3019eac3
DE
341 { ".debug_str.dwo", ".zdebug_str.dwo" },
342 { ".debug_str_offsets.dwo", ".zdebug_str_offsets.dwo" },
343 { ".debug_types.dwo", ".zdebug_types.dwo" },
80626a55
DE
344 { ".debug_cu_index", ".zdebug_cu_index" },
345 { ".debug_tu_index", ".zdebug_tu_index" },
3019eac3
DE
346};
347
c906108c
SS
348/* local data types */
349
107d2387
AC
350/* The data in a compilation unit header, after target2host
351 translation, looks like this. */
c906108c 352struct comp_unit_head
a738430d 353{
c764a876 354 unsigned int length;
a738430d 355 short version;
a738430d
MK
356 unsigned char addr_size;
357 unsigned char signed_addr_p;
9c541725 358 sect_offset abbrev_sect_off;
57349743 359
a738430d
MK
360 /* Size of file offsets; either 4 or 8. */
361 unsigned int offset_size;
57349743 362
a738430d
MK
363 /* Size of the length field; either 4 or 12. */
364 unsigned int initial_length_size;
57349743 365
43988095
JK
366 enum dwarf_unit_type unit_type;
367
a738430d
MK
368 /* Offset to the first byte of this compilation unit header in the
369 .debug_info section, for resolving relative reference dies. */
9c541725 370 sect_offset sect_off;
57349743 371
d00adf39
DE
372 /* Offset to first die in this cu from the start of the cu.
373 This will be the first byte following the compilation unit header. */
9c541725 374 cu_offset first_die_cu_offset;
43988095
JK
375
376 /* 64-bit signature of this type unit - it is valid only for
377 UNIT_TYPE DW_UT_type. */
378 ULONGEST signature;
379
380 /* For types, offset in the type's DIE of the type defined by this TU. */
9c541725 381 cu_offset type_cu_offset_in_tu;
a738430d 382};
c906108c 383
3da10d80
KS
384/* Type used for delaying computation of method physnames.
385 See comments for compute_delayed_physnames. */
386struct delayed_method_info
387{
388 /* The type to which the method is attached, i.e., its parent class. */
389 struct type *type;
390
391 /* The index of the method in the type's function fieldlists. */
392 int fnfield_index;
393
394 /* The index of the method in the fieldlist. */
395 int index;
396
397 /* The name of the DIE. */
398 const char *name;
399
400 /* The DIE associated with this method. */
401 struct die_info *die;
402};
403
e7c27a73
DJ
404/* Internal state when decoding a particular compilation unit. */
405struct dwarf2_cu
406{
fcd3b13d
SM
407 explicit dwarf2_cu (struct dwarf2_per_cu_data *per_cu);
408 ~dwarf2_cu ();
409
410 DISABLE_COPY_AND_ASSIGN (dwarf2_cu);
411
c24bdb02
KS
412 /* TU version of handle_DW_AT_stmt_list for read_type_unit_scope.
413 Create the set of symtabs used by this TU, or if this TU is sharing
414 symtabs with another TU and the symtabs have already been created
415 then restore those symtabs in the line header.
416 We don't need the pc/line-number mapping for type units. */
417 void setup_type_unit_groups (struct die_info *die);
418
419 /* Start a symtab for DWARF. NAME, COMP_DIR, LOW_PC are passed to the
420 buildsym_compunit constructor. */
421 struct compunit_symtab *start_symtab (const char *name,
422 const char *comp_dir,
423 CORE_ADDR low_pc);
424
425 /* Reset the builder. */
426 void reset_builder () { m_builder.reset (); }
427
d00adf39 428 /* The header of the compilation unit. */
fcd3b13d 429 struct comp_unit_head header {};
e142c38c 430
d00adf39 431 /* Base address of this compilation unit. */
fcd3b13d 432 CORE_ADDR base_address = 0;
d00adf39
DE
433
434 /* Non-zero if base_address has been set. */
fcd3b13d 435 int base_known = 0;
d00adf39 436
e142c38c 437 /* The language we are debugging. */
fcd3b13d
SM
438 enum language language = language_unknown;
439 const struct language_defn *language_defn = nullptr;
e142c38c 440
fcd3b13d 441 const char *producer = nullptr;
b0f35d58 442
c24bdb02 443private:
804d2729
TT
444 /* The symtab builder for this CU. This is only non-NULL when full
445 symbols are being read. */
c24bdb02 446 std::unique_ptr<buildsym_compunit> m_builder;
804d2729 447
c24bdb02 448public:
e142c38c
DJ
449 /* The generic symbol table building routines have separate lists for
450 file scope symbols and all all other scopes (local scopes). So
451 we need to select the right one to pass to add_symbol_to_list().
452 We do it by keeping a pointer to the correct list in list_in_scope.
453
454 FIXME: The original dwarf code just treated the file scope as the
455 first local scope, and all other local scopes as nested local
456 scopes, and worked fine. Check to see if we really need to
457 distinguish these in buildsym.c. */
fcd3b13d 458 struct pending **list_in_scope = nullptr;
e142c38c 459
b64f50a1
JK
460 /* Hash table holding all the loaded partial DIEs
461 with partial_die->offset.SECT_OFF as hash. */
fcd3b13d 462 htab_t partial_dies = nullptr;
72bf9492
DJ
463
464 /* Storage for things with the same lifetime as this read-in compilation
465 unit, including partial DIEs. */
fcd3b13d 466 auto_obstack comp_unit_obstack;
72bf9492 467
ae038cb0
DJ
468 /* When multiple dwarf2_cu structures are living in memory, this field
469 chains them all together, so that they can be released efficiently.
470 We will probably also want a generation counter so that most-recently-used
471 compilation units are cached... */
fcd3b13d 472 struct dwarf2_per_cu_data *read_in_chain = nullptr;
ae038cb0 473
69d751e3 474 /* Backlink to our per_cu entry. */
ae038cb0
DJ
475 struct dwarf2_per_cu_data *per_cu;
476
477 /* How many compilation units ago was this CU last referenced? */
fcd3b13d 478 int last_used = 0;
ae038cb0 479
b64f50a1
JK
480 /* A hash table of DIE cu_offset for following references with
481 die_info->offset.sect_off as hash. */
fcd3b13d 482 htab_t die_hash = nullptr;
10b3939b
DJ
483
484 /* Full DIEs if read in. */
fcd3b13d 485 struct die_info *dies = nullptr;
10b3939b
DJ
486
487 /* A set of pointers to dwarf2_per_cu_data objects for compilation
488 units referenced by this one. Only set during full symbol processing;
489 partial symbol tables do not have dependencies. */
fcd3b13d 490 htab_t dependencies = nullptr;
10b3939b 491
cb1df416 492 /* Header data from the line table, during full symbol processing. */
fcd3b13d 493 struct line_header *line_header = nullptr;
4c8aa72d
PA
494 /* Non-NULL if LINE_HEADER is owned by this DWARF_CU. Otherwise,
495 it's owned by dwarf2_per_objfile::line_header_hash. If non-NULL,
496 this is the DW_TAG_compile_unit die for this CU. We'll hold on
497 to the line header as long as this DIE is being processed. See
498 process_die_scope. */
fcd3b13d 499 die_info *line_header_die_owner = nullptr;
cb1df416 500
3da10d80
KS
501 /* A list of methods which need to have physnames computed
502 after all type information has been read. */
c89b44cd 503 std::vector<delayed_method_info> method_list;
3da10d80 504
96408a79 505 /* To be copied to symtab->call_site_htab. */
fcd3b13d 506 htab_t call_site_htab = nullptr;
96408a79 507
034e5797
DE
508 /* Non-NULL if this CU came from a DWO file.
509 There is an invariant here that is important to remember:
510 Except for attributes copied from the top level DIE in the "main"
511 (or "stub") file in preparation for reading the DWO file
512 (e.g., DW_AT_GNU_addr_base), we KISS: there is only *one* CU.
513 Either there isn't a DWO file (in which case this is NULL and the point
514 is moot), or there is and either we're not going to read it (in which
515 case this is NULL) or there is and we are reading it (in which case this
516 is non-NULL). */
fcd3b13d 517 struct dwo_unit *dwo_unit = nullptr;
3019eac3
DE
518
519 /* The DW_AT_addr_base attribute if present, zero otherwise
520 (zero is a valid value though).
1dbab08b 521 Note this value comes from the Fission stub CU/TU's DIE. */
fcd3b13d 522 ULONGEST addr_base = 0;
3019eac3 523
2e3cf129
DE
524 /* The DW_AT_ranges_base attribute if present, zero otherwise
525 (zero is a valid value though).
1dbab08b 526 Note this value comes from the Fission stub CU/TU's DIE.
2e3cf129 527 Also note that the value is zero in the non-DWO case so this value can
ab435259
DE
528 be used without needing to know whether DWO files are in use or not.
529 N.B. This does not apply to DW_AT_ranges appearing in
530 DW_TAG_compile_unit dies. This is a bit of a wart, consider if ever
531 DW_AT_ranges appeared in the DW_TAG_compile_unit of DWO DIEs: then
532 DW_AT_ranges_base *would* have to be applied, and we'd have to care
533 whether the DW_AT_ranges attribute came from the skeleton or DWO. */
fcd3b13d 534 ULONGEST ranges_base = 0;
2e3cf129 535
c9317f21
TT
536 /* When reading debug info generated by older versions of rustc, we
537 have to rewrite some union types to be struct types with a
538 variant part. This rewriting must be done after the CU is fully
539 read in, because otherwise at the point of rewriting some struct
540 type might not have been fully processed. So, we keep a list of
541 all such types here and process them after expansion. */
542 std::vector<struct type *> rust_unions;
543
ae038cb0 544 /* Mark used when releasing cached dies. */
9068261f 545 bool mark : 1;
ae038cb0 546
8be455d7
JK
547 /* This CU references .debug_loc. See the symtab->locations_valid field.
548 This test is imperfect as there may exist optimized debug code not using
549 any location list and still facing inlining issues if handled as
550 unoptimized code. For a future better test see GCC PR other/32998. */
9068261f 551 bool has_loclist : 1;
ba919b58 552
9068261f 553 /* These cache the results for producer_is_* fields. CHECKED_PRODUCER is true
1b80a9fa
JK
554 if all the producer_is_* fields are valid. This information is cached
555 because profiling CU expansion showed excessive time spent in
556 producer_is_gxx_lt_4_6. */
9068261f
AB
557 bool checked_producer : 1;
558 bool producer_is_gxx_lt_4_6 : 1;
559 bool producer_is_gcc_lt_4_3 : 1;
eb77c9df 560 bool producer_is_icc : 1;
9068261f 561 bool producer_is_icc_lt_14 : 1;
c258c396 562 bool producer_is_codewarrior : 1;
4d4ec4e5 563
9068261f 564 /* When true, the file that we're processing is known to have
4d4ec4e5
TT
565 debugging info for C++ namespaces. GCC 3.3.x did not produce
566 this information, but later versions do. */
567
9068261f 568 bool processing_has_namespace_info : 1;
d590ff25
YQ
569
570 struct partial_die_info *find_partial_die (sect_offset sect_off);
c24bdb02
KS
571
572 /* If this CU was inherited by another CU (via specification,
573 abstract_origin, etc), this is the ancestor CU. */
574 dwarf2_cu *ancestor;
575
576 /* Get the buildsym_compunit for this CU. */
577 buildsym_compunit *get_builder ()
578 {
579 /* If this CU has a builder associated with it, use that. */
580 if (m_builder != nullptr)
581 return m_builder.get ();
582
583 /* Otherwise, search ancestors for a valid builder. */
584 if (ancestor != nullptr)
585 return ancestor->get_builder ();
586
587 return nullptr;
588 }
e7c27a73
DJ
589};
590
094b34ac
DE
591/* A struct that can be used as a hash key for tables based on DW_AT_stmt_list.
592 This includes type_unit_group and quick_file_names. */
593
594struct stmt_list_hash
595{
596 /* The DWO unit this table is from or NULL if there is none. */
597 struct dwo_unit *dwo_unit;
598
599 /* Offset in .debug_line or .debug_line.dwo. */
9c541725 600 sect_offset line_sect_off;
094b34ac
DE
601};
602
f4dc4d17
DE
603/* Each element of dwarf2_per_objfile->type_unit_groups is a pointer to
604 an object of this type. */
605
606struct type_unit_group
607{
0186c6a7 608 /* dwarf2read.c's main "handle" on a TU symtab.
f4dc4d17
DE
609 To simplify things we create an artificial CU that "includes" all the
610 type units using this stmt_list so that the rest of the code still has
611 a "per_cu" handle on the symtab.
612 This PER_CU is recognized by having no section. */
8a0459fd 613#define IS_TYPE_UNIT_GROUP(per_cu) ((per_cu)->section == NULL)
094b34ac
DE
614 struct dwarf2_per_cu_data per_cu;
615
0186c6a7
DE
616 /* The TUs that share this DW_AT_stmt_list entry.
617 This is added to while parsing type units to build partial symtabs,
618 and is deleted afterwards and not used again. */
619 VEC (sig_type_ptr) *tus;
f4dc4d17 620
43f3e411 621 /* The compunit symtab.
094b34ac 622 Type units in a group needn't all be defined in the same source file,
43f3e411
DE
623 so we create an essentially anonymous symtab as the compunit symtab. */
624 struct compunit_symtab *compunit_symtab;
f4dc4d17 625
094b34ac
DE
626 /* The data used to construct the hash key. */
627 struct stmt_list_hash hash;
f4dc4d17
DE
628
629 /* The number of symtabs from the line header.
630 The value here must match line_header.num_file_names. */
631 unsigned int num_symtabs;
632
633 /* The symbol tables for this TU (obtained from the files listed in
634 DW_AT_stmt_list).
635 WARNING: The order of entries here must match the order of entries
636 in the line header. After the first TU using this type_unit_group, the
637 line header for the subsequent TUs is recreated from this. This is done
638 because we need to use the same symtabs for each TU using the same
639 DW_AT_stmt_list value. Also note that symtabs may be repeated here,
640 there's no guarantee the line header doesn't have duplicate entries. */
641 struct symtab **symtabs;
642};
643
73869dc2 644/* These sections are what may appear in a (real or virtual) DWO file. */
3019eac3
DE
645
646struct dwo_sections
647{
648 struct dwarf2_section_info abbrev;
3019eac3
DE
649 struct dwarf2_section_info line;
650 struct dwarf2_section_info loc;
43988095 651 struct dwarf2_section_info loclists;
09262596
DE
652 struct dwarf2_section_info macinfo;
653 struct dwarf2_section_info macro;
3019eac3
DE
654 struct dwarf2_section_info str;
655 struct dwarf2_section_info str_offsets;
80626a55
DE
656 /* In the case of a virtual DWO file, these two are unused. */
657 struct dwarf2_section_info info;
fd5866f6 658 std::vector<dwarf2_section_info> types;
3019eac3
DE
659};
660
c88ee1f0 661/* CUs/TUs in DWP/DWO files. */
3019eac3
DE
662
663struct dwo_unit
664{
665 /* Backlink to the containing struct dwo_file. */
666 struct dwo_file *dwo_file;
667
668 /* The "id" that distinguishes this CU/TU.
669 .debug_info calls this "dwo_id", .debug_types calls this "signature".
670 Since signatures came first, we stick with it for consistency. */
671 ULONGEST signature;
672
673 /* The section this CU/TU lives in, in the DWO file. */
8a0459fd 674 struct dwarf2_section_info *section;
3019eac3 675
9c541725
PA
676 /* Same as dwarf2_per_cu_data:{sect_off,length} but in the DWO section. */
677 sect_offset sect_off;
3019eac3
DE
678 unsigned int length;
679
680 /* For types, offset in the type's DIE of the type defined by this TU. */
681 cu_offset type_offset_in_tu;
682};
683
73869dc2
DE
684/* include/dwarf2.h defines the DWP section codes.
685 It defines a max value but it doesn't define a min value, which we
686 use for error checking, so provide one. */
687
688enum dwp_v2_section_ids
689{
690 DW_SECT_MIN = 1
691};
692
80626a55 693/* Data for one DWO file.
57d63ce2
DE
694
695 This includes virtual DWO files (a virtual DWO file is a DWO file as it
696 appears in a DWP file). DWP files don't really have DWO files per se -
697 comdat folding of types "loses" the DWO file they came from, and from
698 a high level view DWP files appear to contain a mass of random types.
699 However, to maintain consistency with the non-DWP case we pretend DWP
700 files contain virtual DWO files, and we assign each TU with one virtual
701 DWO file (generally based on the line and abbrev section offsets -
702 a heuristic that seems to work in practice). */
3019eac3
DE
703
704struct dwo_file
705{
51ac9db5
SM
706 dwo_file () = default;
707 DISABLE_COPY_AND_ASSIGN (dwo_file);
708
0ac5b59e 709 /* The DW_AT_GNU_dwo_name attribute.
80626a55
DE
710 For virtual DWO files the name is constructed from the section offsets
711 of abbrev,line,loc,str_offsets so that we combine virtual DWO files
712 from related CU+TUs. */
51ac9db5 713 const char *dwo_name = nullptr;
0ac5b59e
DE
714
715 /* The DW_AT_comp_dir attribute. */
51ac9db5 716 const char *comp_dir = nullptr;
3019eac3 717
80626a55
DE
718 /* The bfd, when the file is open. Otherwise this is NULL.
719 This is unused(NULL) for virtual DWO files where we use dwp_file.dbfd. */
fb1eb2f9 720 gdb_bfd_ref_ptr dbfd;
3019eac3 721
73869dc2
DE
722 /* The sections that make up this DWO file.
723 Remember that for virtual DWO files in DWP V2, these are virtual
724 sections (for lack of a better name). */
51ac9db5 725 struct dwo_sections sections {};
3019eac3 726
33c5cd75
DB
727 /* The CUs in the file.
728 Each element is a struct dwo_unit. Multiple CUs per DWO are supported as
729 an extension to handle LLVM's Link Time Optimization output (where
730 multiple source files may be compiled into a single object/dwo pair). */
51ac9db5 731 htab_t cus {};
3019eac3
DE
732
733 /* Table of TUs in the file.
734 Each element is a struct dwo_unit. */
51ac9db5 735 htab_t tus {};
3019eac3
DE
736};
737
80626a55
DE
738/* These sections are what may appear in a DWP file. */
739
740struct dwp_sections
741{
73869dc2 742 /* These are used by both DWP version 1 and 2. */
80626a55
DE
743 struct dwarf2_section_info str;
744 struct dwarf2_section_info cu_index;
745 struct dwarf2_section_info tu_index;
73869dc2
DE
746
747 /* These are only used by DWP version 2 files.
748 In DWP version 1 the .debug_info.dwo, .debug_types.dwo, and other
749 sections are referenced by section number, and are not recorded here.
750 In DWP version 2 there is at most one copy of all these sections, each
751 section being (effectively) comprised of the concatenation of all of the
752 individual sections that exist in the version 1 format.
753 To keep the code simple we treat each of these concatenated pieces as a
754 section itself (a virtual section?). */
755 struct dwarf2_section_info abbrev;
756 struct dwarf2_section_info info;
757 struct dwarf2_section_info line;
758 struct dwarf2_section_info loc;
759 struct dwarf2_section_info macinfo;
760 struct dwarf2_section_info macro;
761 struct dwarf2_section_info str_offsets;
762 struct dwarf2_section_info types;
80626a55
DE
763};
764
73869dc2
DE
765/* These sections are what may appear in a virtual DWO file in DWP version 1.
766 A virtual DWO file is a DWO file as it appears in a DWP file. */
80626a55 767
73869dc2 768struct virtual_v1_dwo_sections
80626a55
DE
769{
770 struct dwarf2_section_info abbrev;
771 struct dwarf2_section_info line;
772 struct dwarf2_section_info loc;
773 struct dwarf2_section_info macinfo;
774 struct dwarf2_section_info macro;
775 struct dwarf2_section_info str_offsets;
776 /* Each DWP hash table entry records one CU or one TU.
8a0459fd 777 That is recorded here, and copied to dwo_unit.section. */
80626a55
DE
778 struct dwarf2_section_info info_or_types;
779};
780
73869dc2
DE
781/* Similar to virtual_v1_dwo_sections, but for DWP version 2.
782 In version 2, the sections of the DWO files are concatenated together
783 and stored in one section of that name. Thus each ELF section contains
784 several "virtual" sections. */
785
786struct virtual_v2_dwo_sections
787{
788 bfd_size_type abbrev_offset;
789 bfd_size_type abbrev_size;
790
791 bfd_size_type line_offset;
792 bfd_size_type line_size;
793
794 bfd_size_type loc_offset;
795 bfd_size_type loc_size;
796
797 bfd_size_type macinfo_offset;
798 bfd_size_type macinfo_size;
799
800 bfd_size_type macro_offset;
801 bfd_size_type macro_size;
802
803 bfd_size_type str_offsets_offset;
804 bfd_size_type str_offsets_size;
805
806 /* Each DWP hash table entry records one CU or one TU.
807 That is recorded here, and copied to dwo_unit.section. */
808 bfd_size_type info_or_types_offset;
809 bfd_size_type info_or_types_size;
810};
811
80626a55
DE
812/* Contents of DWP hash tables. */
813
814struct dwp_hash_table
815{
73869dc2 816 uint32_t version, nr_columns;
80626a55 817 uint32_t nr_units, nr_slots;
73869dc2
DE
818 const gdb_byte *hash_table, *unit_table;
819 union
820 {
821 struct
822 {
823 const gdb_byte *indices;
824 } v1;
825 struct
826 {
827 /* This is indexed by column number and gives the id of the section
828 in that column. */
829#define MAX_NR_V2_DWO_SECTIONS \
830 (1 /* .debug_info or .debug_types */ \
831 + 1 /* .debug_abbrev */ \
832 + 1 /* .debug_line */ \
833 + 1 /* .debug_loc */ \
834 + 1 /* .debug_str_offsets */ \
835 + 1 /* .debug_macro or .debug_macinfo */)
836 int section_ids[MAX_NR_V2_DWO_SECTIONS];
837 const gdb_byte *offsets;
838 const gdb_byte *sizes;
839 } v2;
840 } section_pool;
80626a55
DE
841};
842
843/* Data for one DWP file. */
844
845struct dwp_file
846{
400174b1
TT
847 dwp_file (const char *name_, gdb_bfd_ref_ptr &&abfd)
848 : name (name_),
849 dbfd (std::move (abfd))
850 {
851 }
852
80626a55
DE
853 /* Name of the file. */
854 const char *name;
855
73869dc2 856 /* File format version. */
400174b1 857 int version = 0;
73869dc2 858
93417882 859 /* The bfd. */
400174b1 860 gdb_bfd_ref_ptr dbfd;
80626a55
DE
861
862 /* Section info for this file. */
400174b1 863 struct dwp_sections sections {};
80626a55 864
57d63ce2 865 /* Table of CUs in the file. */
400174b1 866 const struct dwp_hash_table *cus = nullptr;
80626a55
DE
867
868 /* Table of TUs in the file. */
400174b1 869 const struct dwp_hash_table *tus = nullptr;
80626a55 870
19ac8c2e 871 /* Tables of loaded CUs/TUs. Each entry is a struct dwo_unit *. */
400174b1
TT
872 htab_t loaded_cus {};
873 htab_t loaded_tus {};
80626a55 874
73869dc2
DE
875 /* Table to map ELF section numbers to their sections.
876 This is only needed for the DWP V1 file format. */
400174b1
TT
877 unsigned int num_sections = 0;
878 asection **elf_sections = nullptr;
80626a55
DE
879};
880
0963b4bd
MS
881/* Struct used to pass misc. parameters to read_die_and_children, et
882 al. which are used for both .debug_info and .debug_types dies.
883 All parameters here are unchanging for the life of the call. This
dee91e82 884 struct exists to abstract away the constant parameters of die reading. */
93311388
DE
885
886struct die_reader_specs
887{
a32a8923 888 /* The bfd of die_section. */
93311388
DE
889 bfd* abfd;
890
891 /* The CU of the DIE we are parsing. */
892 struct dwarf2_cu *cu;
893
80626a55 894 /* Non-NULL if reading a DWO file (including one packaged into a DWP). */
3019eac3
DE
895 struct dwo_file *dwo_file;
896
dee91e82 897 /* The section the die comes from.
3019eac3 898 This is either .debug_info or .debug_types, or the .dwo variants. */
dee91e82
DE
899 struct dwarf2_section_info *die_section;
900
901 /* die_section->buffer. */
d521ce57 902 const gdb_byte *buffer;
f664829e
DE
903
904 /* The end of the buffer. */
905 const gdb_byte *buffer_end;
a2ce51a0
DE
906
907 /* The value of the DW_AT_comp_dir attribute. */
908 const char *comp_dir;
685af9cd
TT
909
910 /* The abbreviation table to use when reading the DIEs. */
911 struct abbrev_table *abbrev_table;
93311388
DE
912};
913
fd820528 914/* Type of function passed to init_cutu_and_read_dies, et.al. */
dee91e82 915typedef void (die_reader_func_ftype) (const struct die_reader_specs *reader,
d521ce57 916 const gdb_byte *info_ptr,
dee91e82
DE
917 struct die_info *comp_unit_die,
918 int has_children,
919 void *data);
920
ecfb656c
PA
921/* A 1-based directory index. This is a strong typedef to prevent
922 accidentally using a directory index as a 0-based index into an
923 array/vector. */
924enum class dir_index : unsigned int {};
925
926/* Likewise, a 1-based file name index. */
927enum class file_name_index : unsigned int {};
928
52059ffd
TT
929struct file_entry
930{
fff8551c
PA
931 file_entry () = default;
932
ecfb656c 933 file_entry (const char *name_, dir_index d_index_,
fff8551c
PA
934 unsigned int mod_time_, unsigned int length_)
935 : name (name_),
ecfb656c 936 d_index (d_index_),
fff8551c
PA
937 mod_time (mod_time_),
938 length (length_)
939 {}
940
ecfb656c
PA
941 /* Return the include directory at D_INDEX stored in LH. Returns
942 NULL if D_INDEX is out of bounds. */
8c43009f
PA
943 const char *include_dir (const line_header *lh) const;
944
fff8551c
PA
945 /* The file name. Note this is an observing pointer. The memory is
946 owned by debug_line_buffer. */
947 const char *name {};
948
8c43009f 949 /* The directory index (1-based). */
ecfb656c 950 dir_index d_index {};
fff8551c
PA
951
952 unsigned int mod_time {};
953
954 unsigned int length {};
955
956 /* True if referenced by the Line Number Program. */
957 bool included_p {};
958
83769d0b 959 /* The associated symbol table, if any. */
fff8551c 960 struct symtab *symtab {};
52059ffd
TT
961};
962
debd256d
JB
963/* The line number information for a compilation unit (found in the
964 .debug_line section) begins with a "statement program header",
965 which contains the following information. */
966struct line_header
967{
fff8551c
PA
968 line_header ()
969 : offset_in_dwz {}
970 {}
971
972 /* Add an entry to the include directory table. */
973 void add_include_dir (const char *include_dir);
974
975 /* Add an entry to the file name table. */
ecfb656c 976 void add_file_name (const char *name, dir_index d_index,
fff8551c
PA
977 unsigned int mod_time, unsigned int length);
978
ecfb656c 979 /* Return the include dir at INDEX (1-based). Returns NULL if INDEX
8c43009f 980 is out of bounds. */
ecfb656c 981 const char *include_dir_at (dir_index index) const
8c43009f 982 {
ecfb656c
PA
983 /* Convert directory index number (1-based) to vector index
984 (0-based). */
985 size_t vec_index = to_underlying (index) - 1;
986
987 if (vec_index >= include_dirs.size ())
8c43009f 988 return NULL;
ecfb656c 989 return include_dirs[vec_index];
8c43009f
PA
990 }
991
ecfb656c 992 /* Return the file name at INDEX (1-based). Returns NULL if INDEX
8c43009f 993 is out of bounds. */
ecfb656c 994 file_entry *file_name_at (file_name_index index)
8c43009f 995 {
ecfb656c
PA
996 /* Convert file name index number (1-based) to vector index
997 (0-based). */
998 size_t vec_index = to_underlying (index) - 1;
999
1000 if (vec_index >= file_names.size ())
fff8551c 1001 return NULL;
ecfb656c 1002 return &file_names[vec_index];
fff8551c
PA
1003 }
1004
527f3840 1005 /* Offset of line number information in .debug_line section. */
9c541725 1006 sect_offset sect_off {};
527f3840
JK
1007
1008 /* OFFSET is for struct dwz_file associated with dwarf2_per_objfile. */
fff8551c
PA
1009 unsigned offset_in_dwz : 1; /* Can't initialize bitfields in-class. */
1010
1011 unsigned int total_length {};
1012 unsigned short version {};
1013 unsigned int header_length {};
1014 unsigned char minimum_instruction_length {};
1015 unsigned char maximum_ops_per_instruction {};
1016 unsigned char default_is_stmt {};
1017 int line_base {};
1018 unsigned char line_range {};
1019 unsigned char opcode_base {};
debd256d
JB
1020
1021 /* standard_opcode_lengths[i] is the number of operands for the
1022 standard opcode whose value is i. This means that
1023 standard_opcode_lengths[0] is unused, and the last meaningful
1024 element is standard_opcode_lengths[opcode_base - 1]. */
fff8551c 1025 std::unique_ptr<unsigned char[]> standard_opcode_lengths;
debd256d 1026
fff8551c
PA
1027 /* The include_directories table. Note these are observing
1028 pointers. The memory is owned by debug_line_buffer. */
1029 std::vector<const char *> include_dirs;
debd256d 1030
fff8551c
PA
1031 /* The file_names table. */
1032 std::vector<file_entry> file_names;
debd256d
JB
1033
1034 /* The start and end of the statement program following this
6502dd73 1035 header. These point into dwarf2_per_objfile->line_buffer. */
fff8551c 1036 const gdb_byte *statement_program_start {}, *statement_program_end {};
debd256d 1037};
c906108c 1038
fff8551c
PA
1039typedef std::unique_ptr<line_header> line_header_up;
1040
8c43009f
PA
1041const char *
1042file_entry::include_dir (const line_header *lh) const
1043{
ecfb656c 1044 return lh->include_dir_at (d_index);
8c43009f
PA
1045}
1046
c906108c 1047/* When we construct a partial symbol table entry we only
0963b4bd 1048 need this much information. */
6f06d47b 1049struct partial_die_info : public allocate_on_obstack
c906108c 1050 {
6f06d47b
YQ
1051 partial_die_info (sect_offset sect_off, struct abbrev_info *abbrev);
1052
1053 /* Disable assign but still keep copy ctor, which is needed
1054 load_partial_dies. */
1055 partial_die_info& operator=(const partial_die_info& rhs) = delete;
1056
52356b79
YQ
1057 /* Adjust the partial die before generating a symbol for it. This
1058 function may set the is_external flag or change the DIE's
1059 name. */
1060 void fixup (struct dwarf2_cu *cu);
1061
48fbe735
YQ
1062 /* Read a minimal amount of information into the minimal die
1063 structure. */
1064 const gdb_byte *read (const struct die_reader_specs *reader,
1065 const struct abbrev_info &abbrev,
1066 const gdb_byte *info_ptr);
1067
72bf9492 1068 /* Offset of this DIE. */
6f06d47b 1069 const sect_offset sect_off;
72bf9492
DJ
1070
1071 /* DWARF-2 tag for this DIE. */
6f06d47b 1072 const ENUM_BITFIELD(dwarf_tag) tag : 16;
72bf9492 1073
72bf9492 1074 /* Assorted flags describing the data found in this DIE. */
6f06d47b
YQ
1075 const unsigned int has_children : 1;
1076
72bf9492
DJ
1077 unsigned int is_external : 1;
1078 unsigned int is_declaration : 1;
1079 unsigned int has_type : 1;
1080 unsigned int has_specification : 1;
1081 unsigned int has_pc_info : 1;
481860b3 1082 unsigned int may_be_inlined : 1;
72bf9492 1083
0c1b455e
TT
1084 /* This DIE has been marked DW_AT_main_subprogram. */
1085 unsigned int main_subprogram : 1;
1086
72bf9492
DJ
1087 /* Flag set if the SCOPE field of this structure has been
1088 computed. */
1089 unsigned int scope_set : 1;
1090
fa4028e9
JB
1091 /* Flag set if the DIE has a byte_size attribute. */
1092 unsigned int has_byte_size : 1;
1093
ff908ebf
AW
1094 /* Flag set if the DIE has a DW_AT_const_value attribute. */
1095 unsigned int has_const_value : 1;
1096
98bfdba5
PA
1097 /* Flag set if any of the DIE's children are template arguments. */
1098 unsigned int has_template_arguments : 1;
1099
52356b79 1100 /* Flag set if fixup has been called on this die. */
abc72ce4
DE
1101 unsigned int fixup_called : 1;
1102
36586728
TT
1103 /* Flag set if DW_TAG_imported_unit uses DW_FORM_GNU_ref_alt. */
1104 unsigned int is_dwz : 1;
1105
1106 /* Flag set if spec_offset uses DW_FORM_GNU_ref_alt. */
1107 unsigned int spec_is_dwz : 1;
1108
72bf9492 1109 /* The name of this DIE. Normally the value of DW_AT_name, but
94af9270 1110 sometimes a default name for unnamed DIEs. */
6f06d47b 1111 const char *name = nullptr;
72bf9492 1112
abc72ce4 1113 /* The linkage name, if present. */
6f06d47b 1114 const char *linkage_name = nullptr;
abc72ce4 1115
72bf9492
DJ
1116 /* The scope to prepend to our children. This is generally
1117 allocated on the comp_unit_obstack, so will disappear
1118 when this compilation unit leaves the cache. */
6f06d47b 1119 const char *scope = nullptr;
72bf9492 1120
95554aad
TT
1121 /* Some data associated with the partial DIE. The tag determines
1122 which field is live. */
1123 union
1124 {
1125 /* The location description associated with this DIE, if any. */
1126 struct dwarf_block *locdesc;
1127 /* The offset of an import, for DW_TAG_imported_unit. */
9c541725 1128 sect_offset sect_off;
6f06d47b 1129 } d {};
72bf9492
DJ
1130
1131 /* If HAS_PC_INFO, the PC range associated with this DIE. */
6f06d47b
YQ
1132 CORE_ADDR lowpc = 0;
1133 CORE_ADDR highpc = 0;
72bf9492 1134
93311388 1135 /* Pointer into the info_buffer (or types_buffer) pointing at the target of
72bf9492 1136 DW_AT_sibling, if any. */
48fbe735
YQ
1137 /* NOTE: This member isn't strictly necessary, partial_die_info::read
1138 could return DW_AT_sibling values to its caller load_partial_dies. */
6f06d47b 1139 const gdb_byte *sibling = nullptr;
72bf9492
DJ
1140
1141 /* If HAS_SPECIFICATION, the offset of the DIE referred to by
1142 DW_AT_specification (or DW_AT_abstract_origin or
1143 DW_AT_extension). */
6f06d47b 1144 sect_offset spec_offset {};
72bf9492
DJ
1145
1146 /* Pointers to this DIE's parent, first child, and next sibling,
1147 if any. */
6f06d47b
YQ
1148 struct partial_die_info *die_parent = nullptr;
1149 struct partial_die_info *die_child = nullptr;
1150 struct partial_die_info *die_sibling = nullptr;
1151
1152 friend struct partial_die_info *
1153 dwarf2_cu::find_partial_die (sect_offset sect_off);
1154
1155 private:
1156 /* Only need to do look up in dwarf2_cu::find_partial_die. */
1157 partial_die_info (sect_offset sect_off)
1158 : partial_die_info (sect_off, DW_TAG_padding, 0)
1159 {
1160 }
1161
1162 partial_die_info (sect_offset sect_off_, enum dwarf_tag tag_,
1163 int has_children_)
1164 : sect_off (sect_off_), tag (tag_), has_children (has_children_)
1165 {
1166 is_external = 0;
1167 is_declaration = 0;
1168 has_type = 0;
1169 has_specification = 0;
1170 has_pc_info = 0;
1171 may_be_inlined = 0;
1172 main_subprogram = 0;
1173 scope_set = 0;
1174 has_byte_size = 0;
1175 has_const_value = 0;
1176 has_template_arguments = 0;
1177 fixup_called = 0;
1178 is_dwz = 0;
1179 spec_is_dwz = 0;
1180 }
c906108c
SS
1181 };
1182
0963b4bd 1183/* This data structure holds the information of an abbrev. */
c906108c
SS
1184struct abbrev_info
1185 {
1186 unsigned int number; /* number identifying abbrev */
1187 enum dwarf_tag tag; /* dwarf tag */
f3dd6933
DJ
1188 unsigned short has_children; /* boolean */
1189 unsigned short num_attrs; /* number of attributes */
c906108c
SS
1190 struct attr_abbrev *attrs; /* an array of attribute descriptions */
1191 struct abbrev_info *next; /* next in chain */
1192 };
1193
1194struct attr_abbrev
1195 {
9d25dd43
DE
1196 ENUM_BITFIELD(dwarf_attribute) name : 16;
1197 ENUM_BITFIELD(dwarf_form) form : 16;
43988095
JK
1198
1199 /* It is valid only if FORM is DW_FORM_implicit_const. */
1200 LONGEST implicit_const;
c906108c
SS
1201 };
1202
433df2d4
DE
1203/* Size of abbrev_table.abbrev_hash_table. */
1204#define ABBREV_HASH_SIZE 121
1205
1206/* Top level data structure to contain an abbreviation table. */
1207
1208struct abbrev_table
1209{
685af9cd
TT
1210 explicit abbrev_table (sect_offset off)
1211 : sect_off (off)
1212 {
4a17f768 1213 m_abbrevs =
685af9cd 1214 XOBNEWVEC (&abbrev_obstack, struct abbrev_info *, ABBREV_HASH_SIZE);
4a17f768 1215 memset (m_abbrevs, 0, ABBREV_HASH_SIZE * sizeof (struct abbrev_info *));
685af9cd
TT
1216 }
1217
1218 DISABLE_COPY_AND_ASSIGN (abbrev_table);
1219
1220 /* Allocate space for a struct abbrev_info object in
1221 ABBREV_TABLE. */
1222 struct abbrev_info *alloc_abbrev ();
1223
1224 /* Add an abbreviation to the table. */
1225 void add_abbrev (unsigned int abbrev_number, struct abbrev_info *abbrev);
1226
1227 /* Look up an abbrev in the table.
1228 Returns NULL if the abbrev is not found. */
1229
1230 struct abbrev_info *lookup_abbrev (unsigned int abbrev_number);
1231
1232
f4dc4d17
DE
1233 /* Where the abbrev table came from.
1234 This is used as a sanity check when the table is used. */
685af9cd 1235 const sect_offset sect_off;
433df2d4
DE
1236
1237 /* Storage for the abbrev table. */
685af9cd 1238 auto_obstack abbrev_obstack;
433df2d4 1239
4a17f768
YQ
1240private:
1241
433df2d4
DE
1242 /* Hash table of abbrevs.
1243 This is an array of size ABBREV_HASH_SIZE allocated in abbrev_obstack.
1244 It could be statically allocated, but the previous code didn't so we
1245 don't either. */
4a17f768 1246 struct abbrev_info **m_abbrevs;
433df2d4
DE
1247};
1248
685af9cd
TT
1249typedef std::unique_ptr<struct abbrev_table> abbrev_table_up;
1250
0963b4bd 1251/* Attributes have a name and a value. */
b60c80d6
DJ
1252struct attribute
1253 {
9d25dd43 1254 ENUM_BITFIELD(dwarf_attribute) name : 16;
8285870a
JK
1255 ENUM_BITFIELD(dwarf_form) form : 15;
1256
1257 /* Has DW_STRING already been updated by dwarf2_canonicalize_name? This
1258 field should be in u.str (existing only for DW_STRING) but it is kept
1259 here for better struct attribute alignment. */
1260 unsigned int string_is_canonical : 1;
1261
b60c80d6
DJ
1262 union
1263 {
15d034d0 1264 const char *str;
b60c80d6 1265 struct dwarf_block *blk;
43bbcdc2
PH
1266 ULONGEST unsnd;
1267 LONGEST snd;
b60c80d6 1268 CORE_ADDR addr;
ac9ec31b 1269 ULONGEST signature;
b60c80d6
DJ
1270 }
1271 u;
1272 };
1273
0963b4bd 1274/* This data structure holds a complete die structure. */
c906108c
SS
1275struct die_info
1276 {
76815b17
DE
1277 /* DWARF-2 tag for this DIE. */
1278 ENUM_BITFIELD(dwarf_tag) tag : 16;
1279
1280 /* Number of attributes */
98bfdba5
PA
1281 unsigned char num_attrs;
1282
1283 /* True if we're presently building the full type name for the
1284 type derived from this DIE. */
1285 unsigned char building_fullname : 1;
76815b17 1286
adde2bff
DE
1287 /* True if this die is in process. PR 16581. */
1288 unsigned char in_process : 1;
1289
76815b17
DE
1290 /* Abbrev number */
1291 unsigned int abbrev;
1292
93311388 1293 /* Offset in .debug_info or .debug_types section. */
9c541725 1294 sect_offset sect_off;
78ba4af6
JB
1295
1296 /* The dies in a compilation unit form an n-ary tree. PARENT
1297 points to this die's parent; CHILD points to the first child of
1298 this node; and all the children of a given node are chained
4950bc1c 1299 together via their SIBLING fields. */
639d11d3
DC
1300 struct die_info *child; /* Its first child, if any. */
1301 struct die_info *sibling; /* Its next sibling, if any. */
1302 struct die_info *parent; /* Its parent, if any. */
c906108c 1303
b60c80d6
DJ
1304 /* An array of attributes, with NUM_ATTRS elements. There may be
1305 zero, but it's not common and zero-sized arrays are not
1306 sufficiently portable C. */
1307 struct attribute attrs[1];
c906108c
SS
1308 };
1309
0963b4bd 1310/* Get at parts of an attribute structure. */
c906108c
SS
1311
1312#define DW_STRING(attr) ((attr)->u.str)
8285870a 1313#define DW_STRING_IS_CANONICAL(attr) ((attr)->string_is_canonical)
c906108c
SS
1314#define DW_UNSND(attr) ((attr)->u.unsnd)
1315#define DW_BLOCK(attr) ((attr)->u.blk)
1316#define DW_SND(attr) ((attr)->u.snd)
1317#define DW_ADDR(attr) ((attr)->u.addr)
ac9ec31b 1318#define DW_SIGNATURE(attr) ((attr)->u.signature)
c906108c 1319
0963b4bd 1320/* Blocks are a bunch of untyped bytes. */
c906108c
SS
1321struct dwarf_block
1322 {
56eb65bd 1323 size_t size;
1d6edc3c
JK
1324
1325 /* Valid only if SIZE is not zero. */
d521ce57 1326 const gdb_byte *data;
c906108c
SS
1327 };
1328
c906108c
SS
1329#ifndef ATTR_ALLOC_CHUNK
1330#define ATTR_ALLOC_CHUNK 4
1331#endif
1332
c906108c
SS
1333/* Allocate fields for structs, unions and enums in this size. */
1334#ifndef DW_FIELD_ALLOC_CHUNK
1335#define DW_FIELD_ALLOC_CHUNK 4
1336#endif
1337
c906108c
SS
1338/* FIXME: We might want to set this from BFD via bfd_arch_bits_per_byte,
1339 but this would require a corresponding change in unpack_field_as_long
1340 and friends. */
1341static int bits_per_byte = 8;
1342
2ddeaf8a
TT
1343/* When reading a variant or variant part, we track a bit more
1344 information about the field, and store it in an object of this
1345 type. */
1346
1347struct variant_field
1348{
1349 /* If we see a DW_TAG_variant, then this will be the discriminant
1350 value. */
1351 ULONGEST discriminant_value;
1352 /* If we see a DW_TAG_variant, then this will be set if this is the
1353 default branch. */
1354 bool default_branch;
1355 /* While reading a DW_TAG_variant_part, this will be set if this
1356 field is the discriminant. */
1357 bool is_discriminant;
1358};
1359
52059ffd
TT
1360struct nextfield
1361{
be2daae6
TT
1362 int accessibility = 0;
1363 int virtuality = 0;
2ddeaf8a 1364 /* Extra information to describe a variant or variant part. */
be2daae6
TT
1365 struct variant_field variant {};
1366 struct field field {};
52059ffd
TT
1367};
1368
1369struct fnfieldlist
1370{
be2daae6
TT
1371 const char *name = nullptr;
1372 std::vector<struct fn_field> fnfields;
52059ffd
TT
1373};
1374
c906108c
SS
1375/* The routines that read and process dies for a C struct or C++ class
1376 pass lists of data member fields and lists of member function fields
1377 in an instance of a field_info structure, as defined below. */
1378struct field_info
c5aa993b 1379 {
0963b4bd 1380 /* List of data member and baseclasses fields. */
be2daae6
TT
1381 std::vector<struct nextfield> fields;
1382 std::vector<struct nextfield> baseclasses;
c906108c 1383
7d0ccb61 1384 /* Number of fields (including baseclasses). */
be2daae6 1385 int nfields = 0;
c906108c 1386
c5aa993b 1387 /* Set if the accesibility of one of the fields is not public. */
be2daae6 1388 int non_public_fields = 0;
c906108c 1389
c5aa993b
JM
1390 /* Member function fieldlist array, contains name of possibly overloaded
1391 member function, number of overloaded member functions and a pointer
1392 to the head of the member function field chain. */
be2daae6 1393 std::vector<struct fnfieldlist> fnfieldlists;
98751a41
JK
1394
1395 /* typedefs defined inside this class. TYPEDEF_FIELD_LIST contains head of
1396 a NULL terminated list of TYPEDEF_FIELD_LIST_COUNT elements. */
be2daae6 1397 std::vector<struct decl_field> typedef_field_list;
883fd55a
KS
1398
1399 /* Nested types defined by this class and the number of elements in this
1400 list. */
be2daae6 1401 std::vector<struct decl_field> nested_types_list;
c5aa993b 1402 };
c906108c 1403
10b3939b
DJ
1404/* One item on the queue of compilation units to read in full symbols
1405 for. */
1406struct dwarf2_queue_item
1407{
1408 struct dwarf2_per_cu_data *per_cu;
95554aad 1409 enum language pretend_language;
10b3939b
DJ
1410 struct dwarf2_queue_item *next;
1411};
1412
1413/* The current queue. */
1414static struct dwarf2_queue_item *dwarf2_queue, *dwarf2_queue_tail;
1415
ae038cb0
DJ
1416/* Loaded secondary compilation units are kept in memory until they
1417 have not been referenced for the processing of this many
1418 compilation units. Set this to zero to disable caching. Cache
1419 sizes of up to at least twenty will improve startup time for
1420 typical inter-CU-reference binaries, at an obvious memory cost. */
b4f54984 1421static int dwarf_max_cache_age = 5;
920d2a44 1422static void
b4f54984
DE
1423show_dwarf_max_cache_age (struct ui_file *file, int from_tty,
1424 struct cmd_list_element *c, const char *value)
920d2a44 1425{
3e43a32a 1426 fprintf_filtered (file, _("The upper bound on the age of cached "
b4f54984 1427 "DWARF compilation units is %s.\n"),
920d2a44
AC
1428 value);
1429}
4390d890 1430\f
c906108c
SS
1431/* local function prototypes */
1432
a32a8923
DE
1433static const char *get_section_name (const struct dwarf2_section_info *);
1434
1435static const char *get_section_file_name (const struct dwarf2_section_info *);
1436
918dd910
JK
1437static void dwarf2_find_base_address (struct die_info *die,
1438 struct dwarf2_cu *cu);
1439
0018ea6f
DE
1440static struct partial_symtab *create_partial_symtab
1441 (struct dwarf2_per_cu_data *per_cu, const char *name);
1442
f1902523
JK
1443static void build_type_psymtabs_reader (const struct die_reader_specs *reader,
1444 const gdb_byte *info_ptr,
1445 struct die_info *type_unit_die,
1446 int has_children, void *data);
1447
ed2dc618
SM
1448static void dwarf2_build_psymtabs_hard
1449 (struct dwarf2_per_objfile *dwarf2_per_objfile);
c906108c 1450
72bf9492
DJ
1451static void scan_partial_symbols (struct partial_die_info *,
1452 CORE_ADDR *, CORE_ADDR *,
5734ee8b 1453 int, struct dwarf2_cu *);
c906108c 1454
72bf9492
DJ
1455static void add_partial_symbol (struct partial_die_info *,
1456 struct dwarf2_cu *);
63d06c5c 1457
72bf9492
DJ
1458static void add_partial_namespace (struct partial_die_info *pdi,
1459 CORE_ADDR *lowpc, CORE_ADDR *highpc,
cdc07690 1460 int set_addrmap, struct dwarf2_cu *cu);
63d06c5c 1461
5d7cb8df 1462static void add_partial_module (struct partial_die_info *pdi, CORE_ADDR *lowpc,
cdc07690 1463 CORE_ADDR *highpc, int set_addrmap,
5d7cb8df
JK
1464 struct dwarf2_cu *cu);
1465
72bf9492
DJ
1466static void add_partial_enumeration (struct partial_die_info *enum_pdi,
1467 struct dwarf2_cu *cu);
91c24f0a 1468
bc30ff58
JB
1469static void add_partial_subprogram (struct partial_die_info *pdi,
1470 CORE_ADDR *lowpc, CORE_ADDR *highpc,
5734ee8b 1471 int need_pc, struct dwarf2_cu *cu);
bc30ff58 1472
257e7a09
YQ
1473static void dwarf2_read_symtab (struct partial_symtab *,
1474 struct objfile *);
c906108c 1475
a14ed312 1476static void psymtab_to_symtab_1 (struct partial_symtab *);
c906108c 1477
685af9cd 1478static abbrev_table_up abbrev_table_read_table
ed2dc618
SM
1479 (struct dwarf2_per_objfile *dwarf2_per_objfile, struct dwarf2_section_info *,
1480 sect_offset);
433df2d4 1481
d521ce57 1482static unsigned int peek_abbrev_code (bfd *, const gdb_byte *);
6caca83c 1483
dee91e82 1484static struct partial_die_info *load_partial_dies
d521ce57 1485 (const struct die_reader_specs *, const gdb_byte *, int);
72bf9492 1486
fb816e8b
TV
1487/* A pair of partial_die_info and compilation unit. */
1488struct cu_partial_die_info
1489{
1490 /* The compilation unit of the partial_die_info. */
1491 struct dwarf2_cu *cu;
1492 /* A partial_die_info. */
1493 struct partial_die_info *pdi;
122cf0f2
AB
1494
1495 cu_partial_die_info (struct dwarf2_cu *cu, struct partial_die_info *pdi)
1496 : cu (cu),
1497 pdi (pdi)
1498 { /* Nothhing. */ }
1499
1500private:
1501 cu_partial_die_info () = delete;
fb816e8b
TV
1502};
1503
122cf0f2
AB
1504static const struct cu_partial_die_info find_partial_die (sect_offset, int,
1505 struct dwarf2_cu *);
72bf9492 1506
d521ce57
TT
1507static const gdb_byte *read_attribute (const struct die_reader_specs *,
1508 struct attribute *, struct attr_abbrev *,
1509 const gdb_byte *);
a8329558 1510
a1855c1d 1511static unsigned int read_1_byte (bfd *, const gdb_byte *);
c906108c 1512
a1855c1d 1513static int read_1_signed_byte (bfd *, const gdb_byte *);
c906108c 1514
a1855c1d 1515static unsigned int read_2_bytes (bfd *, const gdb_byte *);
c906108c 1516
15f18d14
AT
1517/* Read the next three bytes (little-endian order) as an unsigned integer. */
1518static unsigned int read_3_bytes (bfd *, const gdb_byte *);
1519
a1855c1d 1520static unsigned int read_4_bytes (bfd *, const gdb_byte *);
c906108c 1521
a1855c1d 1522static ULONGEST read_8_bytes (bfd *, const gdb_byte *);
c906108c 1523
d521ce57 1524static CORE_ADDR read_address (bfd *, const gdb_byte *ptr, struct dwarf2_cu *,
891d2f0b 1525 unsigned int *);
c906108c 1526
d521ce57 1527static LONGEST read_initial_length (bfd *, const gdb_byte *, unsigned int *);
c764a876
DE
1528
1529static LONGEST read_checked_initial_length_and_offset
d521ce57 1530 (bfd *, const gdb_byte *, const struct comp_unit_head *,
c764a876 1531 unsigned int *, unsigned int *);
613e1657 1532
d521ce57
TT
1533static LONGEST read_offset (bfd *, const gdb_byte *,
1534 const struct comp_unit_head *,
c764a876
DE
1535 unsigned int *);
1536
d521ce57 1537static LONGEST read_offset_1 (bfd *, const gdb_byte *, unsigned int);
613e1657 1538
ed2dc618
SM
1539static sect_offset read_abbrev_offset
1540 (struct dwarf2_per_objfile *dwarf2_per_objfile,
1541 struct dwarf2_section_info *, sect_offset);
f4dc4d17 1542
d521ce57 1543static const gdb_byte *read_n_bytes (bfd *, const gdb_byte *, unsigned int);
c906108c 1544
d521ce57 1545static const char *read_direct_string (bfd *, const gdb_byte *, unsigned int *);
c906108c 1546
ed2dc618
SM
1547static const char *read_indirect_string
1548 (struct dwarf2_per_objfile *dwarf2_per_objfile, bfd *, const gdb_byte *,
1549 const struct comp_unit_head *, unsigned int *);
4bdf3d34 1550
ed2dc618
SM
1551static const char *read_indirect_line_string
1552 (struct dwarf2_per_objfile *dwarf2_per_objfile, bfd *, const gdb_byte *,
1553 const struct comp_unit_head *, unsigned int *);
36586728 1554
ed2dc618
SM
1555static const char *read_indirect_string_at_offset
1556 (struct dwarf2_per_objfile *dwarf2_per_objfile, bfd *abfd,
1557 LONGEST str_offset);
927aa2e7 1558
ed2dc618
SM
1559static const char *read_indirect_string_from_dwz
1560 (struct objfile *objfile, struct dwz_file *, LONGEST);
c906108c 1561
d521ce57 1562static LONGEST read_signed_leb128 (bfd *, const gdb_byte *, unsigned int *);
c906108c 1563
d521ce57
TT
1564static CORE_ADDR read_addr_index_from_leb128 (struct dwarf2_cu *,
1565 const gdb_byte *,
3019eac3
DE
1566 unsigned int *);
1567
d521ce57 1568static const char *read_str_index (const struct die_reader_specs *reader,
342587c4 1569 ULONGEST str_index);
3019eac3 1570
e142c38c 1571static void set_cu_language (unsigned int, struct dwarf2_cu *);
c906108c 1572
e142c38c
DJ
1573static struct attribute *dwarf2_attr (struct die_info *, unsigned int,
1574 struct dwarf2_cu *);
c906108c 1575
348e048f 1576static struct attribute *dwarf2_attr_no_follow (struct die_info *,
45e58e77 1577 unsigned int);
348e048f 1578
7d45c7c3
KB
1579static const char *dwarf2_string_attr (struct die_info *die, unsigned int name,
1580 struct dwarf2_cu *cu);
1581
05cf31d1
JB
1582static int dwarf2_flag_true_p (struct die_info *die, unsigned name,
1583 struct dwarf2_cu *cu);
1584
e142c38c 1585static int die_is_declaration (struct die_info *, struct dwarf2_cu *cu);
3ca72b44 1586
e142c38c 1587static struct die_info *die_specification (struct die_info *die,
f2f0e013 1588 struct dwarf2_cu **);
63d06c5c 1589
9c541725 1590static line_header_up dwarf_decode_line_header (sect_offset sect_off,
fff8551c 1591 struct dwarf2_cu *cu);
debd256d 1592
f3f5162e 1593static void dwarf_decode_lines (struct line_header *, const char *,
c3b7b696 1594 struct dwarf2_cu *, struct partial_symtab *,
527f3840 1595 CORE_ADDR, int decode_mapping);
c906108c 1596
804d2729
TT
1597static void dwarf2_start_subfile (struct dwarf2_cu *, const char *,
1598 const char *);
c906108c 1599
a14ed312 1600static struct symbol *new_symbol (struct die_info *, struct type *,
5e2db402 1601 struct dwarf2_cu *, struct symbol * = NULL);
34eaf542 1602
ff39bb5e 1603static void dwarf2_const_value (const struct attribute *, struct symbol *,
e7c27a73 1604 struct dwarf2_cu *);
c906108c 1605
ff39bb5e 1606static void dwarf2_const_value_attr (const struct attribute *attr,
98bfdba5
PA
1607 struct type *type,
1608 const char *name,
1609 struct obstack *obstack,
12df843f 1610 struct dwarf2_cu *cu, LONGEST *value,
d521ce57 1611 const gdb_byte **bytes,
98bfdba5 1612 struct dwarf2_locexpr_baton **baton);
2df3850c 1613
e7c27a73 1614static struct type *die_type (struct die_info *, struct dwarf2_cu *);
c906108c 1615
b4ba55a1
JB
1616static int need_gnat_info (struct dwarf2_cu *);
1617
3e43a32a
MS
1618static struct type *die_descriptive_type (struct die_info *,
1619 struct dwarf2_cu *);
b4ba55a1
JB
1620
1621static void set_descriptive_type (struct type *, struct die_info *,
1622 struct dwarf2_cu *);
1623
e7c27a73
DJ
1624static struct type *die_containing_type (struct die_info *,
1625 struct dwarf2_cu *);
c906108c 1626
ff39bb5e 1627static struct type *lookup_die_type (struct die_info *, const struct attribute *,
673bfd45 1628 struct dwarf2_cu *);
c906108c 1629
f792889a 1630static struct type *read_type_die (struct die_info *, struct dwarf2_cu *);
c906108c 1631
673bfd45
DE
1632static struct type *read_type_die_1 (struct die_info *, struct dwarf2_cu *);
1633
0d5cff50 1634static const char *determine_prefix (struct die_info *die, struct dwarf2_cu *);
63d06c5c 1635
6e70227d 1636static char *typename_concat (struct obstack *obs, const char *prefix,
f55ee35c
JK
1637 const char *suffix, int physname,
1638 struct dwarf2_cu *cu);
63d06c5c 1639
e7c27a73 1640static void read_file_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1641
348e048f
DE
1642static void read_type_unit_scope (struct die_info *, struct dwarf2_cu *);
1643
e7c27a73 1644static void read_func_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1645
e7c27a73 1646static void read_lexical_block_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1647
96408a79
SA
1648static void read_call_site_scope (struct die_info *die, struct dwarf2_cu *cu);
1649
71a3c369
TT
1650static void read_variable (struct die_info *die, struct dwarf2_cu *cu);
1651
ff013f42
JK
1652static int dwarf2_ranges_read (unsigned, CORE_ADDR *, CORE_ADDR *,
1653 struct dwarf2_cu *, struct partial_symtab *);
1654
3a2b436a 1655/* How dwarf2_get_pc_bounds constructed its *LOWPC and *HIGHPC return
e385593e 1656 values. Keep the items ordered with increasing constraints compliance. */
3a2b436a
JK
1657enum pc_bounds_kind
1658{
e385593e 1659 /* No attribute DW_AT_low_pc, DW_AT_high_pc or DW_AT_ranges was found. */
3a2b436a
JK
1660 PC_BOUNDS_NOT_PRESENT,
1661
e385593e
JK
1662 /* Some of the attributes DW_AT_low_pc, DW_AT_high_pc or DW_AT_ranges
1663 were present but they do not form a valid range of PC addresses. */
1664 PC_BOUNDS_INVALID,
1665
3a2b436a
JK
1666 /* Discontiguous range was found - that is DW_AT_ranges was found. */
1667 PC_BOUNDS_RANGES,
1668
1669 /* Contiguous range was found - DW_AT_low_pc and DW_AT_high_pc were found. */
1670 PC_BOUNDS_HIGH_LOW,
1671};
1672
1673static enum pc_bounds_kind dwarf2_get_pc_bounds (struct die_info *,
1674 CORE_ADDR *, CORE_ADDR *,
1675 struct dwarf2_cu *,
1676 struct partial_symtab *);
c906108c 1677
fae299cd
DC
1678static void get_scope_pc_bounds (struct die_info *,
1679 CORE_ADDR *, CORE_ADDR *,
1680 struct dwarf2_cu *);
1681
801e3a5b
JB
1682static void dwarf2_record_block_ranges (struct die_info *, struct block *,
1683 CORE_ADDR, struct dwarf2_cu *);
1684
a14ed312 1685static void dwarf2_add_field (struct field_info *, struct die_info *,
e7c27a73 1686 struct dwarf2_cu *);
c906108c 1687
a14ed312 1688static void dwarf2_attach_fields_to_type (struct field_info *,
e7c27a73 1689 struct type *, struct dwarf2_cu *);
c906108c 1690
a14ed312 1691static void dwarf2_add_member_fn (struct field_info *,
e26fb1d7 1692 struct die_info *, struct type *,
e7c27a73 1693 struct dwarf2_cu *);
c906108c 1694
a14ed312 1695static void dwarf2_attach_fn_fields_to_type (struct field_info *,
3e43a32a
MS
1696 struct type *,
1697 struct dwarf2_cu *);
c906108c 1698
134d01f1 1699static void process_structure_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1700
e7c27a73 1701static void read_common_block (struct die_info *, struct dwarf2_cu *);
c906108c 1702
e7c27a73 1703static void read_namespace (struct die_info *die, struct dwarf2_cu *);
d9fa45fe 1704
5d7cb8df
JK
1705static void read_module (struct die_info *die, struct dwarf2_cu *cu);
1706
804d2729 1707static struct using_direct **using_directives (struct dwarf2_cu *cu);
22cee43f 1708
27aa8d6a
SW
1709static void read_import_statement (struct die_info *die, struct dwarf2_cu *);
1710
74921315
KS
1711static int read_namespace_alias (struct die_info *die, struct dwarf2_cu *cu);
1712
f55ee35c
JK
1713static struct type *read_module_type (struct die_info *die,
1714 struct dwarf2_cu *cu);
1715
38d518c9 1716static const char *namespace_name (struct die_info *die,
e142c38c 1717 int *is_anonymous, struct dwarf2_cu *);
38d518c9 1718
134d01f1 1719static void process_enumeration_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1720
e7c27a73 1721static CORE_ADDR decode_locdesc (struct dwarf_block *, struct dwarf2_cu *);
c906108c 1722
6e70227d 1723static enum dwarf_array_dim_ordering read_array_order (struct die_info *,
7ca2d3a3
DL
1724 struct dwarf2_cu *);
1725
bf6af496 1726static struct die_info *read_die_and_siblings_1
d521ce57 1727 (const struct die_reader_specs *, const gdb_byte *, const gdb_byte **,
bf6af496 1728 struct die_info *);
639d11d3 1729
dee91e82 1730static struct die_info *read_die_and_siblings (const struct die_reader_specs *,
d521ce57
TT
1731 const gdb_byte *info_ptr,
1732 const gdb_byte **new_info_ptr,
639d11d3
DC
1733 struct die_info *parent);
1734
d521ce57
TT
1735static const gdb_byte *read_full_die_1 (const struct die_reader_specs *,
1736 struct die_info **, const gdb_byte *,
1737 int *, int);
3019eac3 1738
d521ce57
TT
1739static const gdb_byte *read_full_die (const struct die_reader_specs *,
1740 struct die_info **, const gdb_byte *,
1741 int *);
93311388 1742
e7c27a73 1743static void process_die (struct die_info *, struct dwarf2_cu *);
c906108c 1744
15d034d0
TT
1745static const char *dwarf2_canonicalize_name (const char *, struct dwarf2_cu *,
1746 struct obstack *);
71c25dea 1747
15d034d0 1748static const char *dwarf2_name (struct die_info *die, struct dwarf2_cu *);
9219021c 1749
15d034d0 1750static const char *dwarf2_full_name (const char *name,
98bfdba5
PA
1751 struct die_info *die,
1752 struct dwarf2_cu *cu);
1753
ca69b9e6
DE
1754static const char *dwarf2_physname (const char *name, struct die_info *die,
1755 struct dwarf2_cu *cu);
1756
e142c38c 1757static struct die_info *dwarf2_extension (struct die_info *die,
f2f0e013 1758 struct dwarf2_cu **);
9219021c 1759
f39c6ffd 1760static const char *dwarf_tag_name (unsigned int);
c906108c 1761
f39c6ffd 1762static const char *dwarf_attr_name (unsigned int);
c906108c 1763
f39c6ffd 1764static const char *dwarf_form_name (unsigned int);
c906108c 1765
a121b7c1 1766static const char *dwarf_bool_name (unsigned int);
c906108c 1767
f39c6ffd 1768static const char *dwarf_type_encoding_name (unsigned int);
c906108c 1769
f9aca02d 1770static struct die_info *sibling_die (struct die_info *);
c906108c 1771
d97bc12b
DE
1772static void dump_die_shallow (struct ui_file *, int indent, struct die_info *);
1773
1774static void dump_die_for_error (struct die_info *);
1775
1776static void dump_die_1 (struct ui_file *, int level, int max_level,
1777 struct die_info *);
c906108c 1778
d97bc12b 1779/*static*/ void dump_die (struct die_info *, int max_level);
c906108c 1780
51545339 1781static void store_in_ref_table (struct die_info *,
10b3939b 1782 struct dwarf2_cu *);
c906108c 1783
ff39bb5e 1784static sect_offset dwarf2_get_ref_die_offset (const struct attribute *);
c906108c 1785
ff39bb5e 1786static LONGEST dwarf2_get_attr_constant_value (const struct attribute *, int);
a02abb62 1787
348e048f 1788static struct die_info *follow_die_ref_or_sig (struct die_info *,
ff39bb5e 1789 const struct attribute *,
348e048f
DE
1790 struct dwarf2_cu **);
1791
10b3939b 1792static struct die_info *follow_die_ref (struct die_info *,
ff39bb5e 1793 const struct attribute *,
f2f0e013 1794 struct dwarf2_cu **);
c906108c 1795
348e048f 1796static struct die_info *follow_die_sig (struct die_info *,
ff39bb5e 1797 const struct attribute *,
348e048f
DE
1798 struct dwarf2_cu **);
1799
ac9ec31b
DE
1800static struct type *get_signatured_type (struct die_info *, ULONGEST,
1801 struct dwarf2_cu *);
1802
1803static struct type *get_DW_AT_signature_type (struct die_info *,
ff39bb5e 1804 const struct attribute *,
ac9ec31b
DE
1805 struct dwarf2_cu *);
1806
e5fe5e75 1807static void load_full_type_unit (struct dwarf2_per_cu_data *per_cu);
348e048f 1808
52dc124a 1809static void read_signatured_type (struct signatured_type *);
348e048f 1810
63e43d3a
PMR
1811static int attr_to_dynamic_prop (const struct attribute *attr,
1812 struct die_info *die, struct dwarf2_cu *cu,
1813 struct dynamic_prop *prop);
1814
c906108c
SS
1815/* memory allocation interface */
1816
7b5a2f43 1817static struct dwarf_block *dwarf_alloc_block (struct dwarf2_cu *);
c906108c 1818
b60c80d6 1819static struct die_info *dwarf_alloc_die (struct dwarf2_cu *, int);
c906108c 1820
43f3e411 1821static void dwarf_decode_macros (struct dwarf2_cu *, unsigned int, int);
2e276125 1822
6e5a29e1 1823static int attr_form_is_block (const struct attribute *);
8e19ed76 1824
6e5a29e1 1825static int attr_form_is_section_offset (const struct attribute *);
3690dd37 1826
6e5a29e1 1827static int attr_form_is_constant (const struct attribute *);
3690dd37 1828
6e5a29e1 1829static int attr_form_is_ref (const struct attribute *);
7771576e 1830
8cf6f0b1
TT
1831static void fill_in_loclist_baton (struct dwarf2_cu *cu,
1832 struct dwarf2_loclist_baton *baton,
ff39bb5e 1833 const struct attribute *attr);
8cf6f0b1 1834
ff39bb5e 1835static void dwarf2_symbol_mark_computed (const struct attribute *attr,
93e7bd98 1836 struct symbol *sym,
f1e6e072
TT
1837 struct dwarf2_cu *cu,
1838 int is_block);
4c2df51b 1839
d521ce57
TT
1840static const gdb_byte *skip_one_die (const struct die_reader_specs *reader,
1841 const gdb_byte *info_ptr,
1842 struct abbrev_info *abbrev);
4bb7a0a7 1843
72bf9492
DJ
1844static hashval_t partial_die_hash (const void *item);
1845
1846static int partial_die_eq (const void *item_lhs, const void *item_rhs);
1847
ae038cb0 1848static struct dwarf2_per_cu_data *dwarf2_find_containing_comp_unit
ed2dc618
SM
1849 (sect_offset sect_off, unsigned int offset_in_dwz,
1850 struct dwarf2_per_objfile *dwarf2_per_objfile);
ae038cb0 1851
9816fde3 1852static void prepare_one_comp_unit (struct dwarf2_cu *cu,
95554aad
TT
1853 struct die_info *comp_unit_die,
1854 enum language pretend_language);
93311388 1855
ed2dc618 1856static void age_cached_comp_units (struct dwarf2_per_objfile *dwarf2_per_objfile);
ae038cb0 1857
dee91e82 1858static void free_one_cached_comp_unit (struct dwarf2_per_cu_data *);
ae038cb0 1859
f792889a
DJ
1860static struct type *set_die_type (struct die_info *, struct type *,
1861 struct dwarf2_cu *);
1c379e20 1862
ed2dc618 1863static void create_all_comp_units (struct dwarf2_per_objfile *dwarf2_per_objfile);
ae038cb0 1864
ed2dc618 1865static int create_all_type_units (struct dwarf2_per_objfile *dwarf2_per_objfile);
1fd400ff 1866
58f0c718 1867static void load_full_comp_unit (struct dwarf2_per_cu_data *, bool,
95554aad 1868 enum language);
10b3939b 1869
95554aad
TT
1870static void process_full_comp_unit (struct dwarf2_per_cu_data *,
1871 enum language);
10b3939b 1872
f4dc4d17
DE
1873static void process_full_type_unit (struct dwarf2_per_cu_data *,
1874 enum language);
1875
10b3939b
DJ
1876static void dwarf2_add_dependence (struct dwarf2_cu *,
1877 struct dwarf2_per_cu_data *);
1878
ae038cb0
DJ
1879static void dwarf2_mark (struct dwarf2_cu *);
1880
1881static void dwarf2_clear_marks (struct dwarf2_per_cu_data *);
1882
b64f50a1 1883static struct type *get_die_type_at_offset (sect_offset,
ac9ec31b 1884 struct dwarf2_per_cu_data *);
673bfd45 1885
f792889a 1886static struct type *get_die_type (struct die_info *die, struct dwarf2_cu *cu);
72019c9c 1887
95554aad
TT
1888static void queue_comp_unit (struct dwarf2_per_cu_data *per_cu,
1889 enum language pretend_language);
1890
ed2dc618 1891static void process_queue (struct dwarf2_per_objfile *dwarf2_per_objfile);
9291a0cd 1892
b303c6f6
AB
1893/* Class, the destructor of which frees all allocated queue entries. This
1894 will only have work to do if an error was thrown while processing the
1895 dwarf. If no error was thrown then the queue entries should have all
1896 been processed, and freed, as we went along. */
1897
1898class dwarf2_queue_guard
1899{
1900public:
1901 dwarf2_queue_guard () = default;
1902
1903 /* Free any entries remaining on the queue. There should only be
1904 entries left if we hit an error while processing the dwarf. */
1905 ~dwarf2_queue_guard ()
1906 {
1907 struct dwarf2_queue_item *item, *last;
1908
1909 item = dwarf2_queue;
1910 while (item)
1911 {
1912 /* Anything still marked queued is likely to be in an
1913 inconsistent state, so discard it. */
1914 if (item->per_cu->queued)
1915 {
1916 if (item->per_cu->cu != NULL)
1917 free_one_cached_comp_unit (item->per_cu);
1918 item->per_cu->queued = 0;
1919 }
1920
1921 last = item;
1922 item = item->next;
1923 xfree (last);
1924 }
1925
1926 dwarf2_queue = dwarf2_queue_tail = NULL;
1927 }
1928};
1929
d721ba37
PA
1930/* The return type of find_file_and_directory. Note, the enclosed
1931 string pointers are only valid while this object is valid. */
1932
1933struct file_and_directory
1934{
1935 /* The filename. This is never NULL. */
1936 const char *name;
1937
1938 /* The compilation directory. NULL if not known. If we needed to
1939 compute a new string, this points to COMP_DIR_STORAGE, otherwise,
1940 points directly to the DW_AT_comp_dir string attribute owned by
1941 the obstack that owns the DIE. */
1942 const char *comp_dir;
1943
1944 /* If we needed to build a new string for comp_dir, this is what
1945 owns the storage. */
1946 std::string comp_dir_storage;
1947};
1948
1949static file_and_directory find_file_and_directory (struct die_info *die,
1950 struct dwarf2_cu *cu);
9291a0cd
TT
1951
1952static char *file_full_name (int file, struct line_header *lh,
1953 const char *comp_dir);
1954
43988095
JK
1955/* Expected enum dwarf_unit_type for read_comp_unit_head. */
1956enum class rcuh_kind { COMPILE, TYPE };
1957
d521ce57 1958static const gdb_byte *read_and_check_comp_unit_head
ed2dc618
SM
1959 (struct dwarf2_per_objfile* dwarf2_per_objfile,
1960 struct comp_unit_head *header,
36586728 1961 struct dwarf2_section_info *section,
d521ce57 1962 struct dwarf2_section_info *abbrev_section, const gdb_byte *info_ptr,
43988095 1963 rcuh_kind section_kind);
36586728 1964
fd820528 1965static void init_cutu_and_read_dies
f4dc4d17 1966 (struct dwarf2_per_cu_data *this_cu, struct abbrev_table *abbrev_table,
58f0c718 1967 int use_existing_cu, int keep, bool skip_partial,
3019eac3
DE
1968 die_reader_func_ftype *die_reader_func, void *data);
1969
dee91e82
DE
1970static void init_cutu_and_read_dies_simple
1971 (struct dwarf2_per_cu_data *this_cu,
1972 die_reader_func_ftype *die_reader_func, void *data);
9291a0cd 1973
673bfd45 1974static htab_t allocate_signatured_type_table (struct objfile *objfile);
1fd400ff 1975
3019eac3
DE
1976static htab_t allocate_dwo_unit_table (struct objfile *objfile);
1977
57d63ce2 1978static struct dwo_unit *lookup_dwo_unit_in_dwp
ed2dc618
SM
1979 (struct dwarf2_per_objfile *dwarf2_per_objfile,
1980 struct dwp_file *dwp_file, const char *comp_dir,
57d63ce2 1981 ULONGEST signature, int is_debug_types);
a2ce51a0 1982
ed2dc618
SM
1983static struct dwp_file *get_dwp_file
1984 (struct dwarf2_per_objfile *dwarf2_per_objfile);
a2ce51a0 1985
3019eac3 1986static struct dwo_unit *lookup_dwo_comp_unit
a1855c1d 1987 (struct dwarf2_per_cu_data *, const char *, const char *, ULONGEST);
3019eac3
DE
1988
1989static struct dwo_unit *lookup_dwo_type_unit
a1855c1d 1990 (struct signatured_type *, const char *, const char *);
3019eac3 1991
89e63ee4
DE
1992static void queue_and_load_all_dwo_tus (struct dwarf2_per_cu_data *);
1993
263db9a1
TT
1994/* A unique pointer to a dwo_file. */
1995
51ac9db5 1996typedef std::unique_ptr<struct dwo_file> dwo_file_up;
263db9a1 1997
ed2dc618 1998static void process_cu_includes (struct dwarf2_per_objfile *dwarf2_per_objfile);
95554aad 1999
1b80a9fa 2000static void check_producer (struct dwarf2_cu *cu);
527f3840
JK
2001
2002static void free_line_header_voidp (void *arg);
4390d890
DE
2003\f
2004/* Various complaints about symbol reading that don't abort the process. */
2005
2006static void
2007dwarf2_statement_list_fits_in_line_number_section_complaint (void)
2008{
b98664d3 2009 complaint (_("statement list doesn't fit in .debug_line section"));
4390d890
DE
2010}
2011
2012static void
2013dwarf2_debug_line_missing_file_complaint (void)
2014{
b98664d3 2015 complaint (_(".debug_line section has line data without a file"));
4390d890
DE
2016}
2017
2018static void
2019dwarf2_debug_line_missing_end_sequence_complaint (void)
2020{
b98664d3 2021 complaint (_(".debug_line section has line "
4390d890
DE
2022 "program sequence without an end"));
2023}
2024
2025static void
2026dwarf2_complex_location_expr_complaint (void)
2027{
b98664d3 2028 complaint (_("location expression too complex"));
4390d890
DE
2029}
2030
2031static void
2032dwarf2_const_value_length_mismatch_complaint (const char *arg1, int arg2,
2033 int arg3)
2034{
b98664d3 2035 complaint (_("const value length mismatch for '%s', got %d, expected %d"),
4390d890
DE
2036 arg1, arg2, arg3);
2037}
2038
2039static void
2040dwarf2_section_buffer_overflow_complaint (struct dwarf2_section_info *section)
2041{
b98664d3 2042 complaint (_("debug info runs off end of %s section"
4390d890 2043 " [in module %s]"),
a32a8923
DE
2044 get_section_name (section),
2045 get_section_file_name (section));
4390d890 2046}
1b80a9fa 2047
4390d890
DE
2048static void
2049dwarf2_macro_malformed_definition_complaint (const char *arg1)
2050{
b98664d3 2051 complaint (_("macro debug info contains a "
4390d890
DE
2052 "malformed macro definition:\n`%s'"),
2053 arg1);
2054}
2055
2056static void
2057dwarf2_invalid_attrib_class_complaint (const char *arg1, const char *arg2)
2058{
b98664d3 2059 complaint (_("invalid attribute class or form for '%s' in '%s'"),
4390d890
DE
2060 arg1, arg2);
2061}
527f3840
JK
2062
2063/* Hash function for line_header_hash. */
2064
2065static hashval_t
2066line_header_hash (const struct line_header *ofs)
2067{
9c541725 2068 return to_underlying (ofs->sect_off) ^ ofs->offset_in_dwz;
527f3840
JK
2069}
2070
2071/* Hash function for htab_create_alloc_ex for line_header_hash. */
2072
2073static hashval_t
2074line_header_hash_voidp (const void *item)
2075{
9a3c8263 2076 const struct line_header *ofs = (const struct line_header *) item;
527f3840
JK
2077
2078 return line_header_hash (ofs);
2079}
2080
2081/* Equality function for line_header_hash. */
2082
2083static int
2084line_header_eq_voidp (const void *item_lhs, const void *item_rhs)
2085{
9a3c8263
SM
2086 const struct line_header *ofs_lhs = (const struct line_header *) item_lhs;
2087 const struct line_header *ofs_rhs = (const struct line_header *) item_rhs;
527f3840 2088
9c541725 2089 return (ofs_lhs->sect_off == ofs_rhs->sect_off
527f3840
JK
2090 && ofs_lhs->offset_in_dwz == ofs_rhs->offset_in_dwz);
2091}
2092
4390d890 2093\f
9291a0cd 2094
31aa7e4e
JB
2095/* Read the given attribute value as an address, taking the attribute's
2096 form into account. */
2097
2098static CORE_ADDR
2099attr_value_as_address (struct attribute *attr)
2100{
2101 CORE_ADDR addr;
2102
336d760d
AT
2103 if (attr->form != DW_FORM_addr && attr->form != DW_FORM_addrx
2104 && attr->form != DW_FORM_GNU_addr_index)
31aa7e4e
JB
2105 {
2106 /* Aside from a few clearly defined exceptions, attributes that
2107 contain an address must always be in DW_FORM_addr form.
2108 Unfortunately, some compilers happen to be violating this
2109 requirement by encoding addresses using other forms, such
2110 as DW_FORM_data4 for example. For those broken compilers,
2111 we try to do our best, without any guarantee of success,
2112 to interpret the address correctly. It would also be nice
2113 to generate a complaint, but that would require us to maintain
2114 a list of legitimate cases where a non-address form is allowed,
2115 as well as update callers to pass in at least the CU's DWARF
2116 version. This is more overhead than what we're willing to
2117 expand for a pretty rare case. */
2118 addr = DW_UNSND (attr);
2119 }
2120 else
2121 addr = DW_ADDR (attr);
2122
2123 return addr;
2124}
2125
330cdd98
PA
2126/* See declaration. */
2127
2128dwarf2_per_objfile::dwarf2_per_objfile (struct objfile *objfile_,
2129 const dwarf2_debug_sections *names)
2130 : objfile (objfile_)
2131{
2132 if (names == NULL)
2133 names = &dwarf2_elf_names;
2134
2135 bfd *obfd = objfile->obfd;
2136
2137 for (asection *sec = obfd->sections; sec != NULL; sec = sec->next)
2138 locate_sections (obfd, sec, *names);
2139}
2140
2141dwarf2_per_objfile::~dwarf2_per_objfile ()
2142{
2143 /* Cached DIE trees use xmalloc and the comp_unit_obstack. */
2144 free_cached_comp_units ();
2145
2146 if (quick_file_names_table)
2147 htab_delete (quick_file_names_table);
2148
2149 if (line_header_hash)
2150 htab_delete (line_header_hash);
2151
b76e467d
SM
2152 for (dwarf2_per_cu_data *per_cu : all_comp_units)
2153 VEC_free (dwarf2_per_cu_ptr, per_cu->imported_symtabs);
fc8e7e75 2154
b2bdb8cf
SM
2155 for (signatured_type *sig_type : all_type_units)
2156 VEC_free (dwarf2_per_cu_ptr, sig_type->per_cu.imported_symtabs);
fc8e7e75 2157
330cdd98
PA
2158 /* Everything else should be on the objfile obstack. */
2159}
2160
2161/* See declaration. */
2162
2163void
2164dwarf2_per_objfile::free_cached_comp_units ()
2165{
2166 dwarf2_per_cu_data *per_cu = read_in_chain;
2167 dwarf2_per_cu_data **last_chain = &read_in_chain;
2168 while (per_cu != NULL)
2169 {
2170 dwarf2_per_cu_data *next_cu = per_cu->cu->read_in_chain;
2171
fcd3b13d 2172 delete per_cu->cu;
330cdd98
PA
2173 *last_chain = next_cu;
2174 per_cu = next_cu;
2175 }
2176}
2177
11ed8cad
TT
2178/* A helper class that calls free_cached_comp_units on
2179 destruction. */
2180
2181class free_cached_comp_units
2182{
2183public:
2184
2185 explicit free_cached_comp_units (dwarf2_per_objfile *per_objfile)
2186 : m_per_objfile (per_objfile)
2187 {
2188 }
2189
2190 ~free_cached_comp_units ()
2191 {
2192 m_per_objfile->free_cached_comp_units ();
2193 }
2194
2195 DISABLE_COPY_AND_ASSIGN (free_cached_comp_units);
2196
2197private:
2198
2199 dwarf2_per_objfile *m_per_objfile;
2200};
2201
c906108c 2202/* Try to locate the sections we need for DWARF 2 debugging
251d32d9
TG
2203 information and return true if we have enough to do something.
2204 NAMES points to the dwarf2 section names, or is NULL if the standard
2205 ELF names are used. */
c906108c
SS
2206
2207int
251d32d9
TG
2208dwarf2_has_info (struct objfile *objfile,
2209 const struct dwarf2_debug_sections *names)
c906108c 2210{
97cbe998
SDJ
2211 if (objfile->flags & OBJF_READNEVER)
2212 return 0;
2213
ed2dc618
SM
2214 struct dwarf2_per_objfile *dwarf2_per_objfile
2215 = get_dwarf2_per_objfile (objfile);
2216
2217 if (dwarf2_per_objfile == NULL)
5bfd760d
TT
2218 dwarf2_per_objfile = dwarf2_objfile_data_key.emplace (objfile, objfile,
2219 names);
2220
73869dc2 2221 return (!dwarf2_per_objfile->info.is_virtual
049412e3 2222 && dwarf2_per_objfile->info.s.section != NULL
73869dc2 2223 && !dwarf2_per_objfile->abbrev.is_virtual
049412e3 2224 && dwarf2_per_objfile->abbrev.s.section != NULL);
73869dc2
DE
2225}
2226
2227/* Return the containing section of virtual section SECTION. */
2228
2229static struct dwarf2_section_info *
2230get_containing_section (const struct dwarf2_section_info *section)
2231{
2232 gdb_assert (section->is_virtual);
2233 return section->s.containing_section;
c906108c
SS
2234}
2235
a32a8923
DE
2236/* Return the bfd owner of SECTION. */
2237
2238static struct bfd *
2239get_section_bfd_owner (const struct dwarf2_section_info *section)
2240{
73869dc2
DE
2241 if (section->is_virtual)
2242 {
2243 section = get_containing_section (section);
2244 gdb_assert (!section->is_virtual);
2245 }
049412e3 2246 return section->s.section->owner;
a32a8923
DE
2247}
2248
2249/* Return the bfd section of SECTION.
2250 Returns NULL if the section is not present. */
2251
2252static asection *
2253get_section_bfd_section (const struct dwarf2_section_info *section)
2254{
73869dc2
DE
2255 if (section->is_virtual)
2256 {
2257 section = get_containing_section (section);
2258 gdb_assert (!section->is_virtual);
2259 }
049412e3 2260 return section->s.section;
a32a8923
DE
2261}
2262
2263/* Return the name of SECTION. */
2264
2265static const char *
2266get_section_name (const struct dwarf2_section_info *section)
2267{
2268 asection *sectp = get_section_bfd_section (section);
2269
2270 gdb_assert (sectp != NULL);
2271 return bfd_section_name (get_section_bfd_owner (section), sectp);
2272}
2273
2274/* Return the name of the file SECTION is in. */
2275
2276static const char *
2277get_section_file_name (const struct dwarf2_section_info *section)
2278{
2279 bfd *abfd = get_section_bfd_owner (section);
2280
2281 return bfd_get_filename (abfd);
2282}
2283
2284/* Return the id of SECTION.
2285 Returns 0 if SECTION doesn't exist. */
2286
2287static int
2288get_section_id (const struct dwarf2_section_info *section)
2289{
2290 asection *sectp = get_section_bfd_section (section);
2291
2292 if (sectp == NULL)
2293 return 0;
2294 return sectp->id;
2295}
2296
2297/* Return the flags of SECTION.
73869dc2 2298 SECTION (or containing section if this is a virtual section) must exist. */
a32a8923
DE
2299
2300static int
2301get_section_flags (const struct dwarf2_section_info *section)
2302{
2303 asection *sectp = get_section_bfd_section (section);
2304
2305 gdb_assert (sectp != NULL);
2306 return bfd_get_section_flags (sectp->owner, sectp);
2307}
2308
251d32d9
TG
2309/* When loading sections, we look either for uncompressed section or for
2310 compressed section names. */
233a11ab
CS
2311
2312static int
251d32d9
TG
2313section_is_p (const char *section_name,
2314 const struct dwarf2_section_names *names)
233a11ab 2315{
251d32d9
TG
2316 if (names->normal != NULL
2317 && strcmp (section_name, names->normal) == 0)
2318 return 1;
2319 if (names->compressed != NULL
2320 && strcmp (section_name, names->compressed) == 0)
2321 return 1;
2322 return 0;
233a11ab
CS
2323}
2324
330cdd98 2325/* See declaration. */
c906108c 2326
330cdd98
PA
2327void
2328dwarf2_per_objfile::locate_sections (bfd *abfd, asection *sectp,
2329 const dwarf2_debug_sections &names)
c906108c 2330{
dc7650b8 2331 flagword aflag = bfd_get_section_flags (abfd, sectp);
251d32d9 2332
dc7650b8
JK
2333 if ((aflag & SEC_HAS_CONTENTS) == 0)
2334 {
2335 }
330cdd98 2336 else if (section_is_p (sectp->name, &names.info))
c906108c 2337 {
330cdd98
PA
2338 this->info.s.section = sectp;
2339 this->info.size = bfd_get_section_size (sectp);
c906108c 2340 }
330cdd98 2341 else if (section_is_p (sectp->name, &names.abbrev))
c906108c 2342 {
330cdd98
PA
2343 this->abbrev.s.section = sectp;
2344 this->abbrev.size = bfd_get_section_size (sectp);
c906108c 2345 }
330cdd98 2346 else if (section_is_p (sectp->name, &names.line))
c906108c 2347 {
330cdd98
PA
2348 this->line.s.section = sectp;
2349 this->line.size = bfd_get_section_size (sectp);
c906108c 2350 }
330cdd98 2351 else if (section_is_p (sectp->name, &names.loc))
c906108c 2352 {
330cdd98
PA
2353 this->loc.s.section = sectp;
2354 this->loc.size = bfd_get_section_size (sectp);
c906108c 2355 }
330cdd98 2356 else if (section_is_p (sectp->name, &names.loclists))
43988095 2357 {
330cdd98
PA
2358 this->loclists.s.section = sectp;
2359 this->loclists.size = bfd_get_section_size (sectp);
43988095 2360 }
330cdd98 2361 else if (section_is_p (sectp->name, &names.macinfo))
c906108c 2362 {
330cdd98
PA
2363 this->macinfo.s.section = sectp;
2364 this->macinfo.size = bfd_get_section_size (sectp);
c906108c 2365 }
330cdd98 2366 else if (section_is_p (sectp->name, &names.macro))
cf2c3c16 2367 {
330cdd98
PA
2368 this->macro.s.section = sectp;
2369 this->macro.size = bfd_get_section_size (sectp);
cf2c3c16 2370 }
330cdd98 2371 else if (section_is_p (sectp->name, &names.str))
c906108c 2372 {
330cdd98
PA
2373 this->str.s.section = sectp;
2374 this->str.size = bfd_get_section_size (sectp);
c906108c 2375 }
330cdd98 2376 else if (section_is_p (sectp->name, &names.line_str))
43988095 2377 {
330cdd98
PA
2378 this->line_str.s.section = sectp;
2379 this->line_str.size = bfd_get_section_size (sectp);
43988095 2380 }
330cdd98 2381 else if (section_is_p (sectp->name, &names.addr))
3019eac3 2382 {
330cdd98
PA
2383 this->addr.s.section = sectp;
2384 this->addr.size = bfd_get_section_size (sectp);
3019eac3 2385 }
330cdd98 2386 else if (section_is_p (sectp->name, &names.frame))
b6af0555 2387 {
330cdd98
PA
2388 this->frame.s.section = sectp;
2389 this->frame.size = bfd_get_section_size (sectp);
b6af0555 2390 }
330cdd98 2391 else if (section_is_p (sectp->name, &names.eh_frame))
b6af0555 2392 {
330cdd98
PA
2393 this->eh_frame.s.section = sectp;
2394 this->eh_frame.size = bfd_get_section_size (sectp);
b6af0555 2395 }
330cdd98 2396 else if (section_is_p (sectp->name, &names.ranges))
af34e669 2397 {
330cdd98
PA
2398 this->ranges.s.section = sectp;
2399 this->ranges.size = bfd_get_section_size (sectp);
af34e669 2400 }
330cdd98 2401 else if (section_is_p (sectp->name, &names.rnglists))
43988095 2402 {
330cdd98
PA
2403 this->rnglists.s.section = sectp;
2404 this->rnglists.size = bfd_get_section_size (sectp);
43988095 2405 }
330cdd98 2406 else if (section_is_p (sectp->name, &names.types))
348e048f 2407 {
8b70b953
TT
2408 struct dwarf2_section_info type_section;
2409
2410 memset (&type_section, 0, sizeof (type_section));
049412e3 2411 type_section.s.section = sectp;
8b70b953
TT
2412 type_section.size = bfd_get_section_size (sectp);
2413
fd5866f6 2414 this->types.push_back (type_section);
348e048f 2415 }
330cdd98 2416 else if (section_is_p (sectp->name, &names.gdb_index))
9291a0cd 2417 {
330cdd98
PA
2418 this->gdb_index.s.section = sectp;
2419 this->gdb_index.size = bfd_get_section_size (sectp);
9291a0cd 2420 }
927aa2e7
JK
2421 else if (section_is_p (sectp->name, &names.debug_names))
2422 {
2423 this->debug_names.s.section = sectp;
2424 this->debug_names.size = bfd_get_section_size (sectp);
2425 }
2426 else if (section_is_p (sectp->name, &names.debug_aranges))
2427 {
2428 this->debug_aranges.s.section = sectp;
2429 this->debug_aranges.size = bfd_get_section_size (sectp);
2430 }
dce234bc 2431
b4e1fd61 2432 if ((bfd_get_section_flags (abfd, sectp) & (SEC_LOAD | SEC_ALLOC))
72dca2f5 2433 && bfd_section_vma (abfd, sectp) == 0)
330cdd98 2434 this->has_section_at_zero = true;
c906108c
SS
2435}
2436
fceca515
DE
2437/* A helper function that decides whether a section is empty,
2438 or not present. */
9e0ac564
TT
2439
2440static int
19ac8c2e 2441dwarf2_section_empty_p (const struct dwarf2_section_info *section)
9e0ac564 2442{
73869dc2
DE
2443 if (section->is_virtual)
2444 return section->size == 0;
049412e3 2445 return section->s.section == NULL || section->size == 0;
9e0ac564
TT
2446}
2447
cd4fb1b2 2448/* See dwarf2read.h. */
c906108c 2449
cd4fb1b2
SM
2450void
2451dwarf2_read_section (struct objfile *objfile, dwarf2_section_info *info)
c906108c 2452{
a32a8923 2453 asection *sectp;
3019eac3 2454 bfd *abfd;
dce234bc 2455 gdb_byte *buf, *retbuf;
c906108c 2456
be391dca
TT
2457 if (info->readin)
2458 return;
dce234bc 2459 info->buffer = NULL;
dc4ccb6f 2460 info->readin = true;
188dd5d6 2461
9e0ac564 2462 if (dwarf2_section_empty_p (info))
dce234bc 2463 return;
c906108c 2464
a32a8923 2465 sectp = get_section_bfd_section (info);
3019eac3 2466
73869dc2
DE
2467 /* If this is a virtual section we need to read in the real one first. */
2468 if (info->is_virtual)
2469 {
2470 struct dwarf2_section_info *containing_section =
2471 get_containing_section (info);
2472
2473 gdb_assert (sectp != NULL);
2474 if ((sectp->flags & SEC_RELOC) != 0)
2475 {
2476 error (_("Dwarf Error: DWP format V2 with relocations is not"
2477 " supported in section %s [in module %s]"),
2478 get_section_name (info), get_section_file_name (info));
2479 }
2480 dwarf2_read_section (objfile, containing_section);
2481 /* Other code should have already caught virtual sections that don't
2482 fit. */
2483 gdb_assert (info->virtual_offset + info->size
2484 <= containing_section->size);
2485 /* If the real section is empty or there was a problem reading the
2486 section we shouldn't get here. */
2487 gdb_assert (containing_section->buffer != NULL);
2488 info->buffer = containing_section->buffer + info->virtual_offset;
2489 return;
2490 }
2491
4bf44c1c
TT
2492 /* If the section has relocations, we must read it ourselves.
2493 Otherwise we attach it to the BFD. */
2494 if ((sectp->flags & SEC_RELOC) == 0)
dce234bc 2495 {
d521ce57 2496 info->buffer = gdb_bfd_map_section (sectp, &info->size);
4bf44c1c 2497 return;
dce234bc 2498 }
dce234bc 2499
224c3ddb 2500 buf = (gdb_byte *) obstack_alloc (&objfile->objfile_obstack, info->size);
4bf44c1c 2501 info->buffer = buf;
dce234bc
PP
2502
2503 /* When debugging .o files, we may need to apply relocations; see
2504 http://sourceware.org/ml/gdb-patches/2002-04/msg00136.html .
2505 We never compress sections in .o files, so we only need to
2506 try this when the section is not compressed. */
ac8035ab 2507 retbuf = symfile_relocate_debug_section (objfile, sectp, buf);
dce234bc
PP
2508 if (retbuf != NULL)
2509 {
2510 info->buffer = retbuf;
2511 return;
2512 }
2513
a32a8923
DE
2514 abfd = get_section_bfd_owner (info);
2515 gdb_assert (abfd != NULL);
2516
dce234bc
PP
2517 if (bfd_seek (abfd, sectp->filepos, SEEK_SET) != 0
2518 || bfd_bread (buf, info->size, abfd) != info->size)
19ac8c2e
DE
2519 {
2520 error (_("Dwarf Error: Can't read DWARF data"
2521 " in section %s [in module %s]"),
2522 bfd_section_name (abfd, sectp), bfd_get_filename (abfd));
2523 }
dce234bc
PP
2524}
2525
9e0ac564
TT
2526/* A helper function that returns the size of a section in a safe way.
2527 If you are positive that the section has been read before using the
2528 size, then it is safe to refer to the dwarf2_section_info object's
2529 "size" field directly. In other cases, you must call this
2530 function, because for compressed sections the size field is not set
2531 correctly until the section has been read. */
2532
2533static bfd_size_type
2534dwarf2_section_size (struct objfile *objfile,
2535 struct dwarf2_section_info *info)
2536{
2537 if (!info->readin)
2538 dwarf2_read_section (objfile, info);
2539 return info->size;
2540}
2541
dce234bc 2542/* Fill in SECTP, BUFP and SIZEP with section info, given OBJFILE and
0963b4bd 2543 SECTION_NAME. */
af34e669 2544
dce234bc 2545void
3017a003
TG
2546dwarf2_get_section_info (struct objfile *objfile,
2547 enum dwarf2_section_enum sect,
d521ce57 2548 asection **sectp, const gdb_byte **bufp,
dce234bc
PP
2549 bfd_size_type *sizep)
2550{
5bfd760d 2551 struct dwarf2_per_objfile *data = dwarf2_objfile_data_key.get (objfile);
dce234bc 2552 struct dwarf2_section_info *info;
a3b2a86b
TT
2553
2554 /* We may see an objfile without any DWARF, in which case we just
2555 return nothing. */
2556 if (data == NULL)
2557 {
2558 *sectp = NULL;
2559 *bufp = NULL;
2560 *sizep = 0;
2561 return;
2562 }
3017a003
TG
2563 switch (sect)
2564 {
2565 case DWARF2_DEBUG_FRAME:
2566 info = &data->frame;
2567 break;
2568 case DWARF2_EH_FRAME:
2569 info = &data->eh_frame;
2570 break;
2571 default:
2572 gdb_assert_not_reached ("unexpected section");
2573 }
dce234bc 2574
9e0ac564 2575 dwarf2_read_section (objfile, info);
dce234bc 2576
a32a8923 2577 *sectp = get_section_bfd_section (info);
dce234bc
PP
2578 *bufp = info->buffer;
2579 *sizep = info->size;
2580}
2581
36586728
TT
2582/* A helper function to find the sections for a .dwz file. */
2583
2584static void
2585locate_dwz_sections (bfd *abfd, asection *sectp, void *arg)
2586{
9a3c8263 2587 struct dwz_file *dwz_file = (struct dwz_file *) arg;
36586728
TT
2588
2589 /* Note that we only support the standard ELF names, because .dwz
2590 is ELF-only (at the time of writing). */
2591 if (section_is_p (sectp->name, &dwarf2_elf_names.abbrev))
2592 {
049412e3 2593 dwz_file->abbrev.s.section = sectp;
36586728
TT
2594 dwz_file->abbrev.size = bfd_get_section_size (sectp);
2595 }
2596 else if (section_is_p (sectp->name, &dwarf2_elf_names.info))
2597 {
049412e3 2598 dwz_file->info.s.section = sectp;
36586728
TT
2599 dwz_file->info.size = bfd_get_section_size (sectp);
2600 }
2601 else if (section_is_p (sectp->name, &dwarf2_elf_names.str))
2602 {
049412e3 2603 dwz_file->str.s.section = sectp;
36586728
TT
2604 dwz_file->str.size = bfd_get_section_size (sectp);
2605 }
2606 else if (section_is_p (sectp->name, &dwarf2_elf_names.line))
2607 {
049412e3 2608 dwz_file->line.s.section = sectp;
36586728
TT
2609 dwz_file->line.size = bfd_get_section_size (sectp);
2610 }
2611 else if (section_is_p (sectp->name, &dwarf2_elf_names.macro))
2612 {
049412e3 2613 dwz_file->macro.s.section = sectp;
36586728
TT
2614 dwz_file->macro.size = bfd_get_section_size (sectp);
2615 }
2ec9a5e0
TT
2616 else if (section_is_p (sectp->name, &dwarf2_elf_names.gdb_index))
2617 {
049412e3 2618 dwz_file->gdb_index.s.section = sectp;
2ec9a5e0
TT
2619 dwz_file->gdb_index.size = bfd_get_section_size (sectp);
2620 }
927aa2e7
JK
2621 else if (section_is_p (sectp->name, &dwarf2_elf_names.debug_names))
2622 {
2623 dwz_file->debug_names.s.section = sectp;
2624 dwz_file->debug_names.size = bfd_get_section_size (sectp);
2625 }
36586728
TT
2626}
2627
c4973306 2628/* See dwarf2read.h. */
36586728 2629
c4973306 2630struct dwz_file *
ed2dc618 2631dwarf2_get_dwz_file (struct dwarf2_per_objfile *dwarf2_per_objfile)
36586728 2632{
36586728 2633 const char *filename;
acd13123 2634 bfd_size_type buildid_len_arg;
dc294be5
TT
2635 size_t buildid_len;
2636 bfd_byte *buildid;
36586728
TT
2637
2638 if (dwarf2_per_objfile->dwz_file != NULL)
7ff8cb8c 2639 return dwarf2_per_objfile->dwz_file.get ();
36586728 2640
4db1a1dc 2641 bfd_set_error (bfd_error_no_error);
791afaa2
TT
2642 gdb::unique_xmalloc_ptr<char> data
2643 (bfd_get_alt_debug_link_info (dwarf2_per_objfile->objfile->obfd,
2644 &buildid_len_arg, &buildid));
4db1a1dc
TT
2645 if (data == NULL)
2646 {
2647 if (bfd_get_error () == bfd_error_no_error)
2648 return NULL;
2649 error (_("could not read '.gnu_debugaltlink' section: %s"),
2650 bfd_errmsg (bfd_get_error ()));
2651 }
791afaa2
TT
2652
2653 gdb::unique_xmalloc_ptr<bfd_byte> buildid_holder (buildid);
36586728 2654
acd13123
TT
2655 buildid_len = (size_t) buildid_len_arg;
2656
791afaa2 2657 filename = data.get ();
d721ba37
PA
2658
2659 std::string abs_storage;
36586728
TT
2660 if (!IS_ABSOLUTE_PATH (filename))
2661 {
14278e1f
TT
2662 gdb::unique_xmalloc_ptr<char> abs
2663 = gdb_realpath (objfile_name (dwarf2_per_objfile->objfile));
36586728 2664
14278e1f 2665 abs_storage = ldirname (abs.get ()) + SLASH_STRING + filename;
d721ba37 2666 filename = abs_storage.c_str ();
36586728
TT
2667 }
2668
dc294be5
TT
2669 /* First try the file name given in the section. If that doesn't
2670 work, try to use the build-id instead. */
192b62ce 2671 gdb_bfd_ref_ptr dwz_bfd (gdb_bfd_open (filename, gnutarget, -1));
dc294be5 2672 if (dwz_bfd != NULL)
36586728 2673 {
192b62ce 2674 if (!build_id_verify (dwz_bfd.get (), buildid_len, buildid))
0f58c9e8 2675 dwz_bfd.reset (nullptr);
36586728
TT
2676 }
2677
dc294be5
TT
2678 if (dwz_bfd == NULL)
2679 dwz_bfd = build_id_to_debug_bfd (buildid_len, buildid);
2680
2681 if (dwz_bfd == NULL)
2682 error (_("could not find '.gnu_debugaltlink' file for %s"),
2683 objfile_name (dwarf2_per_objfile->objfile));
2684
7ff8cb8c
TT
2685 std::unique_ptr<struct dwz_file> result
2686 (new struct dwz_file (std::move (dwz_bfd)));
36586728 2687
7ff8cb8c
TT
2688 bfd_map_over_sections (result->dwz_bfd.get (), locate_dwz_sections,
2689 result.get ());
36586728 2690
7ff8cb8c
TT
2691 gdb_bfd_record_inclusion (dwarf2_per_objfile->objfile->obfd,
2692 result->dwz_bfd.get ());
2693 dwarf2_per_objfile->dwz_file = std::move (result);
2694 return dwarf2_per_objfile->dwz_file.get ();
36586728 2695}
9291a0cd 2696\f
7b9f3c50
DE
2697/* DWARF quick_symbols_functions support. */
2698
2699/* TUs can share .debug_line entries, and there can be a lot more TUs than
2700 unique line tables, so we maintain a separate table of all .debug_line
2701 derived entries to support the sharing.
2702 All the quick functions need is the list of file names. We discard the
2703 line_header when we're done and don't need to record it here. */
2704struct quick_file_names
2705{
094b34ac
DE
2706 /* The data used to construct the hash key. */
2707 struct stmt_list_hash hash;
7b9f3c50
DE
2708
2709 /* The number of entries in file_names, real_names. */
2710 unsigned int num_file_names;
2711
2712 /* The file names from the line table, after being run through
2713 file_full_name. */
2714 const char **file_names;
2715
2716 /* The file names from the line table after being run through
2717 gdb_realpath. These are computed lazily. */
2718 const char **real_names;
2719};
2720
2721/* When using the index (and thus not using psymtabs), each CU has an
2722 object of this type. This is used to hold information needed by
2723 the various "quick" methods. */
2724struct dwarf2_per_cu_quick_data
2725{
2726 /* The file table. This can be NULL if there was no file table
2727 or it's currently not read in.
2728 NOTE: This points into dwarf2_per_objfile->quick_file_names_table. */
2729 struct quick_file_names *file_names;
2730
2731 /* The corresponding symbol table. This is NULL if symbols for this
2732 CU have not yet been read. */
43f3e411 2733 struct compunit_symtab *compunit_symtab;
7b9f3c50
DE
2734
2735 /* A temporary mark bit used when iterating over all CUs in
2736 expand_symtabs_matching. */
2737 unsigned int mark : 1;
2738
2739 /* True if we've tried to read the file table and found there isn't one.
2740 There will be no point in trying to read it again next time. */
2741 unsigned int no_file_data : 1;
2742};
2743
094b34ac
DE
2744/* Utility hash function for a stmt_list_hash. */
2745
2746static hashval_t
2747hash_stmt_list_entry (const struct stmt_list_hash *stmt_list_hash)
2748{
2749 hashval_t v = 0;
2750
2751 if (stmt_list_hash->dwo_unit != NULL)
2752 v += (uintptr_t) stmt_list_hash->dwo_unit->dwo_file;
9c541725 2753 v += to_underlying (stmt_list_hash->line_sect_off);
094b34ac
DE
2754 return v;
2755}
2756
2757/* Utility equality function for a stmt_list_hash. */
2758
2759static int
2760eq_stmt_list_entry (const struct stmt_list_hash *lhs,
2761 const struct stmt_list_hash *rhs)
2762{
2763 if ((lhs->dwo_unit != NULL) != (rhs->dwo_unit != NULL))
2764 return 0;
2765 if (lhs->dwo_unit != NULL
2766 && lhs->dwo_unit->dwo_file != rhs->dwo_unit->dwo_file)
2767 return 0;
2768
9c541725 2769 return lhs->line_sect_off == rhs->line_sect_off;
094b34ac
DE
2770}
2771
7b9f3c50
DE
2772/* Hash function for a quick_file_names. */
2773
2774static hashval_t
2775hash_file_name_entry (const void *e)
2776{
9a3c8263
SM
2777 const struct quick_file_names *file_data
2778 = (const struct quick_file_names *) e;
7b9f3c50 2779
094b34ac 2780 return hash_stmt_list_entry (&file_data->hash);
7b9f3c50
DE
2781}
2782
2783/* Equality function for a quick_file_names. */
2784
2785static int
2786eq_file_name_entry (const void *a, const void *b)
2787{
9a3c8263
SM
2788 const struct quick_file_names *ea = (const struct quick_file_names *) a;
2789 const struct quick_file_names *eb = (const struct quick_file_names *) b;
7b9f3c50 2790
094b34ac 2791 return eq_stmt_list_entry (&ea->hash, &eb->hash);
7b9f3c50
DE
2792}
2793
2794/* Delete function for a quick_file_names. */
2795
2796static void
2797delete_file_name_entry (void *e)
2798{
9a3c8263 2799 struct quick_file_names *file_data = (struct quick_file_names *) e;
7b9f3c50
DE
2800 int i;
2801
2802 for (i = 0; i < file_data->num_file_names; ++i)
2803 {
2804 xfree ((void*) file_data->file_names[i]);
2805 if (file_data->real_names)
2806 xfree ((void*) file_data->real_names[i]);
2807 }
2808
2809 /* The space for the struct itself lives on objfile_obstack,
2810 so we don't free it here. */
2811}
2812
2813/* Create a quick_file_names hash table. */
2814
2815static htab_t
2816create_quick_file_names_table (unsigned int nr_initial_entries)
2817{
2818 return htab_create_alloc (nr_initial_entries,
2819 hash_file_name_entry, eq_file_name_entry,
2820 delete_file_name_entry, xcalloc, xfree);
2821}
9291a0cd 2822
918dd910
JK
2823/* Read in PER_CU->CU. This function is unrelated to symtabs, symtab would
2824 have to be created afterwards. You should call age_cached_comp_units after
2825 processing PER_CU->CU. dw2_setup must have been already called. */
2826
2827static void
58f0c718 2828load_cu (struct dwarf2_per_cu_data *per_cu, bool skip_partial)
918dd910 2829{
3019eac3 2830 if (per_cu->is_debug_types)
e5fe5e75 2831 load_full_type_unit (per_cu);
918dd910 2832 else
58f0c718 2833 load_full_comp_unit (per_cu, skip_partial, language_minimal);
918dd910 2834
cc12ce38
DE
2835 if (per_cu->cu == NULL)
2836 return; /* Dummy CU. */
2dc860c0
DE
2837
2838 dwarf2_find_base_address (per_cu->cu->dies, per_cu->cu);
918dd910
JK
2839}
2840
a0f42c21 2841/* Read in the symbols for PER_CU. */
2fdf6df6 2842
9291a0cd 2843static void
58f0c718 2844dw2_do_instantiate_symtab (struct dwarf2_per_cu_data *per_cu, bool skip_partial)
9291a0cd 2845{
ed2dc618 2846 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
9291a0cd 2847
f4dc4d17
DE
2848 /* Skip type_unit_groups, reading the type units they contain
2849 is handled elsewhere. */
2850 if (IS_TYPE_UNIT_GROUP (per_cu))
2851 return;
2852
b303c6f6
AB
2853 /* The destructor of dwarf2_queue_guard frees any entries left on
2854 the queue. After this point we're guaranteed to leave this function
2855 with the dwarf queue empty. */
2856 dwarf2_queue_guard q_guard;
9291a0cd 2857
95554aad 2858 if (dwarf2_per_objfile->using_index
43f3e411 2859 ? per_cu->v.quick->compunit_symtab == NULL
95554aad
TT
2860 : (per_cu->v.psymtab == NULL || !per_cu->v.psymtab->readin))
2861 {
2862 queue_comp_unit (per_cu, language_minimal);
58f0c718 2863 load_cu (per_cu, skip_partial);
89e63ee4
DE
2864
2865 /* If we just loaded a CU from a DWO, and we're working with an index
2866 that may badly handle TUs, load all the TUs in that DWO as well.
2867 http://sourceware.org/bugzilla/show_bug.cgi?id=15021 */
2868 if (!per_cu->is_debug_types
cc12ce38 2869 && per_cu->cu != NULL
89e63ee4
DE
2870 && per_cu->cu->dwo_unit != NULL
2871 && dwarf2_per_objfile->index_table != NULL
2872 && dwarf2_per_objfile->index_table->version <= 7
2873 /* DWP files aren't supported yet. */
ed2dc618 2874 && get_dwp_file (dwarf2_per_objfile) == NULL)
89e63ee4 2875 queue_and_load_all_dwo_tus (per_cu);
95554aad 2876 }
9291a0cd 2877
ed2dc618 2878 process_queue (dwarf2_per_objfile);
9291a0cd
TT
2879
2880 /* Age the cache, releasing compilation units that have not
2881 been used recently. */
ed2dc618 2882 age_cached_comp_units (dwarf2_per_objfile);
9291a0cd
TT
2883}
2884
2885/* Ensure that the symbols for PER_CU have been read in. OBJFILE is
2886 the objfile from which this CU came. Returns the resulting symbol
2887 table. */
2fdf6df6 2888
43f3e411 2889static struct compunit_symtab *
58f0c718 2890dw2_instantiate_symtab (struct dwarf2_per_cu_data *per_cu, bool skip_partial)
9291a0cd 2891{
ed2dc618
SM
2892 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
2893
95554aad 2894 gdb_assert (dwarf2_per_objfile->using_index);
43f3e411 2895 if (!per_cu->v.quick->compunit_symtab)
9291a0cd 2896 {
11ed8cad 2897 free_cached_comp_units freer (dwarf2_per_objfile);
c83dd867 2898 scoped_restore decrementer = increment_reading_symtab ();
58f0c718 2899 dw2_do_instantiate_symtab (per_cu, skip_partial);
ed2dc618 2900 process_cu_includes (dwarf2_per_objfile);
9291a0cd 2901 }
f194fefb 2902
43f3e411 2903 return per_cu->v.quick->compunit_symtab;
9291a0cd
TT
2904}
2905
ff4c9fec 2906/* See declaration. */
f4dc4d17 2907
ff4c9fec
SM
2908dwarf2_per_cu_data *
2909dwarf2_per_objfile::get_cutu (int index)
2910{
b76e467d 2911 if (index >= this->all_comp_units.size ())
ff4c9fec 2912 {
b76e467d 2913 index -= this->all_comp_units.size ();
b2bdb8cf 2914 gdb_assert (index < this->all_type_units.size ());
ff4c9fec
SM
2915 return &this->all_type_units[index]->per_cu;
2916 }
f4dc4d17 2917
ff4c9fec
SM
2918 return this->all_comp_units[index];
2919}
f4dc4d17 2920
ff4c9fec 2921/* See declaration. */
2fdf6df6 2922
ff4c9fec
SM
2923dwarf2_per_cu_data *
2924dwarf2_per_objfile::get_cu (int index)
1fd400ff 2925{
b76e467d 2926 gdb_assert (index >= 0 && index < this->all_comp_units.size ());
f4dc4d17 2927
ff4c9fec 2928 return this->all_comp_units[index];
f4dc4d17
DE
2929}
2930
ff4c9fec 2931/* See declaration. */
f4dc4d17 2932
ff4c9fec
SM
2933signatured_type *
2934dwarf2_per_objfile::get_tu (int index)
f4dc4d17 2935{
b2bdb8cf 2936 gdb_assert (index >= 0 && index < this->all_type_units.size ());
f4dc4d17 2937
ff4c9fec 2938 return this->all_type_units[index];
1fd400ff
TT
2939}
2940
4b514bc8
JK
2941/* Return a new dwarf2_per_cu_data allocated on OBJFILE's
2942 objfile_obstack, and constructed with the specified field
2943 values. */
2944
2945static dwarf2_per_cu_data *
ed2dc618 2946create_cu_from_index_list (struct dwarf2_per_objfile *dwarf2_per_objfile,
4b514bc8
JK
2947 struct dwarf2_section_info *section,
2948 int is_dwz,
2949 sect_offset sect_off, ULONGEST length)
2950{
ed2dc618 2951 struct objfile *objfile = dwarf2_per_objfile->objfile;
4b514bc8
JK
2952 dwarf2_per_cu_data *the_cu
2953 = OBSTACK_ZALLOC (&objfile->objfile_obstack,
2954 struct dwarf2_per_cu_data);
2955 the_cu->sect_off = sect_off;
2956 the_cu->length = length;
e3b94546 2957 the_cu->dwarf2_per_objfile = dwarf2_per_objfile;
4b514bc8
JK
2958 the_cu->section = section;
2959 the_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack,
2960 struct dwarf2_per_cu_quick_data);
2961 the_cu->is_dwz = is_dwz;
2962 return the_cu;
2963}
2964
2ec9a5e0
TT
2965/* A helper for create_cus_from_index that handles a given list of
2966 CUs. */
2fdf6df6 2967
74a0d9f6 2968static void
12359b5e 2969create_cus_from_index_list (struct dwarf2_per_objfile *dwarf2_per_objfile,
2ec9a5e0
TT
2970 const gdb_byte *cu_list, offset_type n_elements,
2971 struct dwarf2_section_info *section,
b76e467d 2972 int is_dwz)
9291a0cd 2973{
12359b5e 2974 for (offset_type i = 0; i < n_elements; i += 2)
9291a0cd 2975 {
74a0d9f6 2976 gdb_static_assert (sizeof (ULONGEST) >= 8);
9c541725
PA
2977
2978 sect_offset sect_off
2979 = (sect_offset) extract_unsigned_integer (cu_list, 8, BFD_ENDIAN_LITTLE);
2980 ULONGEST length = extract_unsigned_integer (cu_list + 8, 8, BFD_ENDIAN_LITTLE);
9291a0cd
TT
2981 cu_list += 2 * 8;
2982
b76e467d 2983 dwarf2_per_cu_data *per_cu
ed2dc618
SM
2984 = create_cu_from_index_list (dwarf2_per_objfile, section, is_dwz,
2985 sect_off, length);
b76e467d 2986 dwarf2_per_objfile->all_comp_units.push_back (per_cu);
9291a0cd 2987 }
9291a0cd
TT
2988}
2989
2ec9a5e0 2990/* Read the CU list from the mapped index, and use it to create all
74a0d9f6 2991 the CU objects for this objfile. */
2ec9a5e0 2992
74a0d9f6 2993static void
12359b5e 2994create_cus_from_index (struct dwarf2_per_objfile *dwarf2_per_objfile,
2ec9a5e0
TT
2995 const gdb_byte *cu_list, offset_type cu_list_elements,
2996 const gdb_byte *dwz_list, offset_type dwz_elements)
2997{
b76e467d
SM
2998 gdb_assert (dwarf2_per_objfile->all_comp_units.empty ());
2999 dwarf2_per_objfile->all_comp_units.reserve
3000 ((cu_list_elements + dwz_elements) / 2);
2ec9a5e0 3001
12359b5e 3002 create_cus_from_index_list (dwarf2_per_objfile, cu_list, cu_list_elements,
b76e467d 3003 &dwarf2_per_objfile->info, 0);
2ec9a5e0
TT
3004
3005 if (dwz_elements == 0)
74a0d9f6 3006 return;
2ec9a5e0 3007
12359b5e
SM
3008 dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
3009 create_cus_from_index_list (dwarf2_per_objfile, dwz_list, dwz_elements,
b76e467d 3010 &dwz->info, 1);
2ec9a5e0
TT
3011}
3012
1fd400ff 3013/* Create the signatured type hash table from the index. */
673bfd45 3014
74a0d9f6 3015static void
12359b5e
SM
3016create_signatured_type_table_from_index
3017 (struct dwarf2_per_objfile *dwarf2_per_objfile,
3018 struct dwarf2_section_info *section,
3019 const gdb_byte *bytes,
3020 offset_type elements)
1fd400ff 3021{
12359b5e 3022 struct objfile *objfile = dwarf2_per_objfile->objfile;
1fd400ff 3023
b2bdb8cf
SM
3024 gdb_assert (dwarf2_per_objfile->all_type_units.empty ());
3025 dwarf2_per_objfile->all_type_units.reserve (elements / 3);
1fd400ff 3026
12359b5e 3027 htab_t sig_types_hash = allocate_signatured_type_table (objfile);
1fd400ff 3028
12359b5e 3029 for (offset_type i = 0; i < elements; i += 3)
1fd400ff 3030 {
52dc124a 3031 struct signatured_type *sig_type;
9c541725 3032 ULONGEST signature;
1fd400ff 3033 void **slot;
9c541725 3034 cu_offset type_offset_in_tu;
1fd400ff 3035
74a0d9f6 3036 gdb_static_assert (sizeof (ULONGEST) >= 8);
9c541725
PA
3037 sect_offset sect_off
3038 = (sect_offset) extract_unsigned_integer (bytes, 8, BFD_ENDIAN_LITTLE);
3039 type_offset_in_tu
3040 = (cu_offset) extract_unsigned_integer (bytes + 8, 8,
3041 BFD_ENDIAN_LITTLE);
1fd400ff
TT
3042 signature = extract_unsigned_integer (bytes + 16, 8, BFD_ENDIAN_LITTLE);
3043 bytes += 3 * 8;
3044
52dc124a 3045 sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
1fd400ff 3046 struct signatured_type);
52dc124a 3047 sig_type->signature = signature;
9c541725 3048 sig_type->type_offset_in_tu = type_offset_in_tu;
3019eac3 3049 sig_type->per_cu.is_debug_types = 1;
8a0459fd 3050 sig_type->per_cu.section = section;
9c541725 3051 sig_type->per_cu.sect_off = sect_off;
e3b94546 3052 sig_type->per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
52dc124a 3053 sig_type->per_cu.v.quick
1fd400ff
TT
3054 = OBSTACK_ZALLOC (&objfile->objfile_obstack,
3055 struct dwarf2_per_cu_quick_data);
3056
52dc124a
DE
3057 slot = htab_find_slot (sig_types_hash, sig_type, INSERT);
3058 *slot = sig_type;
1fd400ff 3059
b2bdb8cf 3060 dwarf2_per_objfile->all_type_units.push_back (sig_type);
1fd400ff
TT
3061 }
3062
673bfd45 3063 dwarf2_per_objfile->signatured_types = sig_types_hash;
1fd400ff
TT
3064}
3065
927aa2e7
JK
3066/* Create the signatured type hash table from .debug_names. */
3067
3068static void
3069create_signatured_type_table_from_debug_names
ed2dc618 3070 (struct dwarf2_per_objfile *dwarf2_per_objfile,
927aa2e7
JK
3071 const mapped_debug_names &map,
3072 struct dwarf2_section_info *section,
3073 struct dwarf2_section_info *abbrev_section)
3074{
ed2dc618
SM
3075 struct objfile *objfile = dwarf2_per_objfile->objfile;
3076
927aa2e7
JK
3077 dwarf2_read_section (objfile, section);
3078 dwarf2_read_section (objfile, abbrev_section);
3079
b2bdb8cf
SM
3080 gdb_assert (dwarf2_per_objfile->all_type_units.empty ());
3081 dwarf2_per_objfile->all_type_units.reserve (map.tu_count);
927aa2e7
JK
3082
3083 htab_t sig_types_hash = allocate_signatured_type_table (objfile);
3084
3085 for (uint32_t i = 0; i < map.tu_count; ++i)
3086 {
3087 struct signatured_type *sig_type;
927aa2e7 3088 void **slot;
927aa2e7
JK
3089
3090 sect_offset sect_off
3091 = (sect_offset) (extract_unsigned_integer
3092 (map.tu_table_reordered + i * map.offset_size,
3093 map.offset_size,
3094 map.dwarf5_byte_order));
3095
3096 comp_unit_head cu_header;
ed2dc618
SM
3097 read_and_check_comp_unit_head (dwarf2_per_objfile, &cu_header, section,
3098 abbrev_section,
927aa2e7
JK
3099 section->buffer + to_underlying (sect_off),
3100 rcuh_kind::TYPE);
3101
3102 sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
3103 struct signatured_type);
3104 sig_type->signature = cu_header.signature;
3105 sig_type->type_offset_in_tu = cu_header.type_cu_offset_in_tu;
3106 sig_type->per_cu.is_debug_types = 1;
3107 sig_type->per_cu.section = section;
3108 sig_type->per_cu.sect_off = sect_off;
e3b94546 3109 sig_type->per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
927aa2e7
JK
3110 sig_type->per_cu.v.quick
3111 = OBSTACK_ZALLOC (&objfile->objfile_obstack,
3112 struct dwarf2_per_cu_quick_data);
3113
3114 slot = htab_find_slot (sig_types_hash, sig_type, INSERT);
3115 *slot = sig_type;
3116
b2bdb8cf 3117 dwarf2_per_objfile->all_type_units.push_back (sig_type);
927aa2e7
JK
3118 }
3119
3120 dwarf2_per_objfile->signatured_types = sig_types_hash;
3121}
3122
9291a0cd
TT
3123/* Read the address map data from the mapped index, and use it to
3124 populate the objfile's psymtabs_addrmap. */
2fdf6df6 3125
9291a0cd 3126static void
ed2dc618
SM
3127create_addrmap_from_index (struct dwarf2_per_objfile *dwarf2_per_objfile,
3128 struct mapped_index *index)
9291a0cd 3129{
ed2dc618 3130 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 3131 struct gdbarch *gdbarch = get_objfile_arch (objfile);
9291a0cd 3132 const gdb_byte *iter, *end;
9291a0cd 3133 struct addrmap *mutable_map;
9291a0cd
TT
3134 CORE_ADDR baseaddr;
3135
8268c778
PA
3136 auto_obstack temp_obstack;
3137
9291a0cd
TT
3138 mutable_map = addrmap_create_mutable (&temp_obstack);
3139
f00a2de2
PA
3140 iter = index->address_table.data ();
3141 end = iter + index->address_table.size ();
9291a0cd
TT
3142
3143 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
3144
3145 while (iter < end)
3146 {
3147 ULONGEST hi, lo, cu_index;
3148 lo = extract_unsigned_integer (iter, 8, BFD_ENDIAN_LITTLE);
3149 iter += 8;
3150 hi = extract_unsigned_integer (iter, 8, BFD_ENDIAN_LITTLE);
3151 iter += 8;
3152 cu_index = extract_unsigned_integer (iter, 4, BFD_ENDIAN_LITTLE);
3153 iter += 4;
f652bce2 3154
24a55014 3155 if (lo > hi)
f652bce2 3156 {
b98664d3 3157 complaint (_(".gdb_index address table has invalid range (%s - %s)"),
c0cd8254 3158 hex_string (lo), hex_string (hi));
24a55014 3159 continue;
f652bce2 3160 }
24a55014 3161
b76e467d 3162 if (cu_index >= dwarf2_per_objfile->all_comp_units.size ())
f652bce2 3163 {
b98664d3 3164 complaint (_(".gdb_index address table has invalid CU number %u"),
f652bce2 3165 (unsigned) cu_index);
24a55014 3166 continue;
f652bce2 3167 }
24a55014 3168
79748972
TT
3169 lo = gdbarch_adjust_dwarf2_addr (gdbarch, lo + baseaddr) - baseaddr;
3170 hi = gdbarch_adjust_dwarf2_addr (gdbarch, hi + baseaddr) - baseaddr;
ed2dc618 3171 addrmap_set_empty (mutable_map, lo, hi - 1,
ff4c9fec 3172 dwarf2_per_objfile->get_cu (cu_index));
9291a0cd
TT
3173 }
3174
d320c2b5 3175 objfile->partial_symtabs->psymtabs_addrmap
5923a04c 3176 = addrmap_create_fixed (mutable_map, objfile->partial_symtabs->obstack ());
9291a0cd
TT
3177}
3178
927aa2e7
JK
3179/* Read the address map data from DWARF-5 .debug_aranges, and use it to
3180 populate the objfile's psymtabs_addrmap. */
3181
3182static void
ed2dc618 3183create_addrmap_from_aranges (struct dwarf2_per_objfile *dwarf2_per_objfile,
927aa2e7
JK
3184 struct dwarf2_section_info *section)
3185{
ed2dc618 3186 struct objfile *objfile = dwarf2_per_objfile->objfile;
927aa2e7
JK
3187 bfd *abfd = objfile->obfd;
3188 struct gdbarch *gdbarch = get_objfile_arch (objfile);
3189 const CORE_ADDR baseaddr = ANOFFSET (objfile->section_offsets,
3190 SECT_OFF_TEXT (objfile));
3191
3192 auto_obstack temp_obstack;
3193 addrmap *mutable_map = addrmap_create_mutable (&temp_obstack);
3194
3195 std::unordered_map<sect_offset,
3196 dwarf2_per_cu_data *,
3197 gdb::hash_enum<sect_offset>>
3198 debug_info_offset_to_per_cu;
b76e467d 3199 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
927aa2e7 3200 {
927aa2e7
JK
3201 const auto insertpair
3202 = debug_info_offset_to_per_cu.emplace (per_cu->sect_off, per_cu);
3203 if (!insertpair.second)
3204 {
3205 warning (_("Section .debug_aranges in %s has duplicate "
9d8780f0
SM
3206 "debug_info_offset %s, ignoring .debug_aranges."),
3207 objfile_name (objfile), sect_offset_str (per_cu->sect_off));
927aa2e7
JK
3208 return;
3209 }
3210 }
3211
3212 dwarf2_read_section (objfile, section);
3213
3214 const bfd_endian dwarf5_byte_order = gdbarch_byte_order (gdbarch);
3215
3216 const gdb_byte *addr = section->buffer;
3217
3218 while (addr < section->buffer + section->size)
3219 {
3220 const gdb_byte *const entry_addr = addr;
3221 unsigned int bytes_read;
3222
3223 const LONGEST entry_length = read_initial_length (abfd, addr,
3224 &bytes_read);
3225 addr += bytes_read;
3226
3227 const gdb_byte *const entry_end = addr + entry_length;
3228 const bool dwarf5_is_dwarf64 = bytes_read != 4;
3229 const uint8_t offset_size = dwarf5_is_dwarf64 ? 8 : 4;
3230 if (addr + entry_length > section->buffer + section->size)
3231 {
47e3f474 3232 warning (_("Section .debug_aranges in %s entry at offset %s "
927aa2e7
JK
3233 "length %s exceeds section length %s, "
3234 "ignoring .debug_aranges."),
47e3f474
TV
3235 objfile_name (objfile),
3236 plongest (entry_addr - section->buffer),
927aa2e7
JK
3237 plongest (bytes_read + entry_length),
3238 pulongest (section->size));
3239 return;
3240 }
3241
3242 /* The version number. */
3243 const uint16_t version = read_2_bytes (abfd, addr);
3244 addr += 2;
3245 if (version != 2)
3246 {
47e3f474 3247 warning (_("Section .debug_aranges in %s entry at offset %s "
927aa2e7 3248 "has unsupported version %d, ignoring .debug_aranges."),
47e3f474
TV
3249 objfile_name (objfile),
3250 plongest (entry_addr - section->buffer), version);
927aa2e7
JK
3251 return;
3252 }
3253
3254 const uint64_t debug_info_offset
3255 = extract_unsigned_integer (addr, offset_size, dwarf5_byte_order);
3256 addr += offset_size;
3257 const auto per_cu_it
3258 = debug_info_offset_to_per_cu.find (sect_offset (debug_info_offset));
3259 if (per_cu_it == debug_info_offset_to_per_cu.cend ())
3260 {
47e3f474 3261 warning (_("Section .debug_aranges in %s entry at offset %s "
927aa2e7
JK
3262 "debug_info_offset %s does not exists, "
3263 "ignoring .debug_aranges."),
47e3f474
TV
3264 objfile_name (objfile),
3265 plongest (entry_addr - section->buffer),
927aa2e7
JK
3266 pulongest (debug_info_offset));
3267 return;
3268 }
3269 dwarf2_per_cu_data *const per_cu = per_cu_it->second;
3270
3271 const uint8_t address_size = *addr++;
3272 if (address_size < 1 || address_size > 8)
3273 {
47e3f474 3274 warning (_("Section .debug_aranges in %s entry at offset %s "
927aa2e7 3275 "address_size %u is invalid, ignoring .debug_aranges."),
47e3f474
TV
3276 objfile_name (objfile),
3277 plongest (entry_addr - section->buffer), address_size);
927aa2e7
JK
3278 return;
3279 }
3280
3281 const uint8_t segment_selector_size = *addr++;
3282 if (segment_selector_size != 0)
3283 {
47e3f474 3284 warning (_("Section .debug_aranges in %s entry at offset %s "
927aa2e7
JK
3285 "segment_selector_size %u is not supported, "
3286 "ignoring .debug_aranges."),
47e3f474
TV
3287 objfile_name (objfile),
3288 plongest (entry_addr - section->buffer),
927aa2e7
JK
3289 segment_selector_size);
3290 return;
3291 }
3292
3293 /* Must pad to an alignment boundary that is twice the address
3294 size. It is undocumented by the DWARF standard but GCC does
3295 use it. */
3296 for (size_t padding = ((-(addr - section->buffer))
3297 & (2 * address_size - 1));
3298 padding > 0; padding--)
3299 if (*addr++ != 0)
3300 {
47e3f474 3301 warning (_("Section .debug_aranges in %s entry at offset %s "
927aa2e7 3302 "padding is not zero, ignoring .debug_aranges."),
47e3f474
TV
3303 objfile_name (objfile),
3304 plongest (entry_addr - section->buffer));
927aa2e7
JK
3305 return;
3306 }
3307
3308 for (;;)
3309 {
3310 if (addr + 2 * address_size > entry_end)
3311 {
47e3f474 3312 warning (_("Section .debug_aranges in %s entry at offset %s "
927aa2e7
JK
3313 "address list is not properly terminated, "
3314 "ignoring .debug_aranges."),
47e3f474
TV
3315 objfile_name (objfile),
3316 plongest (entry_addr - section->buffer));
927aa2e7
JK
3317 return;
3318 }
3319 ULONGEST start = extract_unsigned_integer (addr, address_size,
3320 dwarf5_byte_order);
3321 addr += address_size;
3322 ULONGEST length = extract_unsigned_integer (addr, address_size,
3323 dwarf5_byte_order);
3324 addr += address_size;
3325 if (start == 0 && length == 0)
3326 break;
3327 if (start == 0 && !dwarf2_per_objfile->has_section_at_zero)
3328 {
3329 /* Symbol was eliminated due to a COMDAT group. */
3330 continue;
3331 }
3332 ULONGEST end = start + length;
79748972
TT
3333 start = (gdbarch_adjust_dwarf2_addr (gdbarch, start + baseaddr)
3334 - baseaddr);
3335 end = (gdbarch_adjust_dwarf2_addr (gdbarch, end + baseaddr)
3336 - baseaddr);
927aa2e7
JK
3337 addrmap_set_empty (mutable_map, start, end - 1, per_cu);
3338 }
3339 }
3340
d320c2b5 3341 objfile->partial_symtabs->psymtabs_addrmap
5923a04c 3342 = addrmap_create_fixed (mutable_map, objfile->partial_symtabs->obstack ());
927aa2e7
JK
3343}
3344
9291a0cd
TT
3345/* Find a slot in the mapped index INDEX for the object named NAME.
3346 If NAME is found, set *VEC_OUT to point to the CU vector in the
109483d9
PA
3347 constant pool and return true. If NAME cannot be found, return
3348 false. */
2fdf6df6 3349
109483d9 3350static bool
9291a0cd
TT
3351find_slot_in_mapped_hash (struct mapped_index *index, const char *name,
3352 offset_type **vec_out)
3353{
0cf03b49 3354 offset_type hash;
9291a0cd 3355 offset_type slot, step;
559a7a62 3356 int (*cmp) (const char *, const char *);
9291a0cd 3357
791afaa2 3358 gdb::unique_xmalloc_ptr<char> without_params;
0cf03b49 3359 if (current_language->la_language == language_cplus
45280282
IB
3360 || current_language->la_language == language_fortran
3361 || current_language->la_language == language_d)
0cf03b49
JK
3362 {
3363 /* NAME is already canonical. Drop any qualifiers as .gdb_index does
3364 not contain any. */
a8719064 3365
72998fb3 3366 if (strchr (name, '(') != NULL)
0cf03b49 3367 {
109483d9 3368 without_params = cp_remove_params (name);
0cf03b49 3369
72998fb3 3370 if (without_params != NULL)
791afaa2 3371 name = without_params.get ();
0cf03b49
JK
3372 }
3373 }
3374
559a7a62 3375 /* Index version 4 did not support case insensitive searches. But the
feea76c2 3376 indices for case insensitive languages are built in lowercase, therefore
559a7a62
JK
3377 simulate our NAME being searched is also lowercased. */
3378 hash = mapped_index_string_hash ((index->version == 4
3379 && case_sensitivity == case_sensitive_off
3380 ? 5 : index->version),
3381 name);
3382
f00a2de2
PA
3383 slot = hash & (index->symbol_table.size () - 1);
3384 step = ((hash * 17) & (index->symbol_table.size () - 1)) | 1;
559a7a62 3385 cmp = (case_sensitivity == case_sensitive_on ? strcmp : strcasecmp);
9291a0cd
TT
3386
3387 for (;;)
3388 {
9291a0cd 3389 const char *str;
f00a2de2
PA
3390
3391 const auto &bucket = index->symbol_table[slot];
3392 if (bucket.name == 0 && bucket.vec == 0)
109483d9 3393 return false;
9291a0cd 3394
f00a2de2 3395 str = index->constant_pool + MAYBE_SWAP (bucket.name);
559a7a62 3396 if (!cmp (name, str))
9291a0cd
TT
3397 {
3398 *vec_out = (offset_type *) (index->constant_pool
f00a2de2 3399 + MAYBE_SWAP (bucket.vec));
109483d9 3400 return true;
9291a0cd
TT
3401 }
3402
f00a2de2 3403 slot = (slot + step) & (index->symbol_table.size () - 1);
9291a0cd
TT
3404 }
3405}
3406
4485a1c1
SM
3407/* A helper function that reads the .gdb_index from BUFFER and fills
3408 in MAP. FILENAME is the name of the file containing the data;
d33bc52e 3409 it is used for error reporting. DEPRECATED_OK is true if it is
2ec9a5e0
TT
3410 ok to use deprecated sections.
3411
3412 CU_LIST, CU_LIST_ELEMENTS, TYPES_LIST, and TYPES_LIST_ELEMENTS are
3413 out parameters that are filled in with information about the CU and
3414 TU lists in the section.
3415
4485a1c1 3416 Returns true if all went well, false otherwise. */
2fdf6df6 3417
d33bc52e 3418static bool
4485a1c1
SM
3419read_gdb_index_from_buffer (struct objfile *objfile,
3420 const char *filename,
3421 bool deprecated_ok,
3422 gdb::array_view<const gdb_byte> buffer,
3423 struct mapped_index *map,
3424 const gdb_byte **cu_list,
3425 offset_type *cu_list_elements,
3426 const gdb_byte **types_list,
3427 offset_type *types_list_elements)
3428{
3429 const gdb_byte *addr = &buffer[0];
82430852 3430
9291a0cd 3431 /* Version check. */
4485a1c1 3432 offset_type version = MAYBE_SWAP (*(offset_type *) addr);
987d643c 3433 /* Versions earlier than 3 emitted every copy of a psymbol. This
a6e293d1 3434 causes the index to behave very poorly for certain requests. Version 3
831adc1f 3435 contained incomplete addrmap. So, it seems better to just ignore such
481860b3 3436 indices. */
831adc1f 3437 if (version < 4)
481860b3
GB
3438 {
3439 static int warning_printed = 0;
3440 if (!warning_printed)
3441 {
3442 warning (_("Skipping obsolete .gdb_index section in %s."),
2ec9a5e0 3443 filename);
481860b3
GB
3444 warning_printed = 1;
3445 }
3446 return 0;
3447 }
3448 /* Index version 4 uses a different hash function than index version
3449 5 and later.
3450
3451 Versions earlier than 6 did not emit psymbols for inlined
3452 functions. Using these files will cause GDB not to be able to
3453 set breakpoints on inlined functions by name, so we ignore these
e615022a
DE
3454 indices unless the user has done
3455 "set use-deprecated-index-sections on". */
2ec9a5e0 3456 if (version < 6 && !deprecated_ok)
481860b3
GB
3457 {
3458 static int warning_printed = 0;
3459 if (!warning_printed)
3460 {
e615022a
DE
3461 warning (_("\
3462Skipping deprecated .gdb_index section in %s.\n\
3463Do \"set use-deprecated-index-sections on\" before the file is read\n\
3464to use the section anyway."),
2ec9a5e0 3465 filename);
481860b3
GB
3466 warning_printed = 1;
3467 }
3468 return 0;
3469 }
796a7ff8 3470 /* Version 7 indices generated by gold refer to the CU for a symbol instead
8943b874
DE
3471 of the TU (for symbols coming from TUs),
3472 http://sourceware.org/bugzilla/show_bug.cgi?id=15021.
3473 Plus gold-generated indices can have duplicate entries for global symbols,
3474 http://sourceware.org/bugzilla/show_bug.cgi?id=15646.
3475 These are just performance bugs, and we can't distinguish gdb-generated
3476 indices from gold-generated ones, so issue no warning here. */
796a7ff8 3477
481860b3 3478 /* Indexes with higher version than the one supported by GDB may be no
594e8718 3479 longer backward compatible. */
796a7ff8 3480 if (version > 8)
594e8718 3481 return 0;
9291a0cd 3482
559a7a62 3483 map->version = version;
9291a0cd 3484
4485a1c1 3485 offset_type *metadata = (offset_type *) (addr + sizeof (offset_type));
1fd400ff 3486
4485a1c1 3487 int i = 0;
2ec9a5e0
TT
3488 *cu_list = addr + MAYBE_SWAP (metadata[i]);
3489 *cu_list_elements = ((MAYBE_SWAP (metadata[i + 1]) - MAYBE_SWAP (metadata[i]))
3490 / 8);
1fd400ff
TT
3491 ++i;
3492
2ec9a5e0
TT
3493 *types_list = addr + MAYBE_SWAP (metadata[i]);
3494 *types_list_elements = ((MAYBE_SWAP (metadata[i + 1])
3495 - MAYBE_SWAP (metadata[i]))
3496 / 8);
987d643c 3497 ++i;
1fd400ff 3498
f00a2de2
PA
3499 const gdb_byte *address_table = addr + MAYBE_SWAP (metadata[i]);
3500 const gdb_byte *address_table_end = addr + MAYBE_SWAP (metadata[i + 1]);
3501 map->address_table
3502 = gdb::array_view<const gdb_byte> (address_table, address_table_end);
1fd400ff
TT
3503 ++i;
3504
f00a2de2
PA
3505 const gdb_byte *symbol_table = addr + MAYBE_SWAP (metadata[i]);
3506 const gdb_byte *symbol_table_end = addr + MAYBE_SWAP (metadata[i + 1]);
3507 map->symbol_table
3508 = gdb::array_view<mapped_index::symbol_table_slot>
3509 ((mapped_index::symbol_table_slot *) symbol_table,
3510 (mapped_index::symbol_table_slot *) symbol_table_end);
9291a0cd 3511
f00a2de2 3512 ++i;
f9d83a0b 3513 map->constant_pool = (char *) (addr + MAYBE_SWAP (metadata[i]));
1fd400ff 3514
2ec9a5e0
TT
3515 return 1;
3516}
3517
4485a1c1
SM
3518/* Callback types for dwarf2_read_gdb_index. */
3519
3520typedef gdb::function_view
3521 <gdb::array_view<const gdb_byte>(objfile *, dwarf2_per_objfile *)>
3522 get_gdb_index_contents_ftype;
3523typedef gdb::function_view
3524 <gdb::array_view<const gdb_byte>(objfile *, dwz_file *)>
3525 get_gdb_index_contents_dwz_ftype;
3526
927aa2e7 3527/* Read .gdb_index. If everything went ok, initialize the "quick"
2ec9a5e0
TT
3528 elements of all the CUs and return 1. Otherwise, return 0. */
3529
3530static int
4485a1c1
SM
3531dwarf2_read_gdb_index
3532 (struct dwarf2_per_objfile *dwarf2_per_objfile,
3533 get_gdb_index_contents_ftype get_gdb_index_contents,
3534 get_gdb_index_contents_dwz_ftype get_gdb_index_contents_dwz)
2ec9a5e0 3535{
2ec9a5e0
TT
3536 const gdb_byte *cu_list, *types_list, *dwz_list = NULL;
3537 offset_type cu_list_elements, types_list_elements, dwz_list_elements = 0;
4db1a1dc 3538 struct dwz_file *dwz;
12359b5e 3539 struct objfile *objfile = dwarf2_per_objfile->objfile;
2ec9a5e0 3540
4485a1c1
SM
3541 gdb::array_view<const gdb_byte> main_index_contents
3542 = get_gdb_index_contents (objfile, dwarf2_per_objfile);
3543
3544 if (main_index_contents.empty ())
3545 return 0;
3546
3063847f 3547 std::unique_ptr<struct mapped_index> map (new struct mapped_index);
4485a1c1
SM
3548 if (!read_gdb_index_from_buffer (objfile, objfile_name (objfile),
3549 use_deprecated_index_sections,
3550 main_index_contents, map.get (), &cu_list,
3551 &cu_list_elements, &types_list,
3552 &types_list_elements))
2ec9a5e0
TT
3553 return 0;
3554
0fefef59 3555 /* Don't use the index if it's empty. */
3063847f 3556 if (map->symbol_table.empty ())
0fefef59
DE
3557 return 0;
3558
2ec9a5e0
TT
3559 /* If there is a .dwz file, read it so we can get its CU list as
3560 well. */
ed2dc618 3561 dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
4db1a1dc 3562 if (dwz != NULL)
2ec9a5e0 3563 {
2ec9a5e0
TT
3564 struct mapped_index dwz_map;
3565 const gdb_byte *dwz_types_ignore;
3566 offset_type dwz_types_elements_ignore;
3567
4485a1c1
SM
3568 gdb::array_view<const gdb_byte> dwz_index_content
3569 = get_gdb_index_contents_dwz (objfile, dwz);
3570
3571 if (dwz_index_content.empty ())
3572 return 0;
3573
3574 if (!read_gdb_index_from_buffer (objfile,
3575 bfd_get_filename (dwz->dwz_bfd), 1,
3576 dwz_index_content, &dwz_map,
3577 &dwz_list, &dwz_list_elements,
3578 &dwz_types_ignore,
3579 &dwz_types_elements_ignore))
2ec9a5e0
TT
3580 {
3581 warning (_("could not read '.gdb_index' section from %s; skipping"),
3582 bfd_get_filename (dwz->dwz_bfd));
3583 return 0;
3584 }
3585 }
3586
12359b5e
SM
3587 create_cus_from_index (dwarf2_per_objfile, cu_list, cu_list_elements,
3588 dwz_list, dwz_list_elements);
1fd400ff 3589
8b70b953
TT
3590 if (types_list_elements)
3591 {
8b70b953
TT
3592 /* We can only handle a single .debug_types when we have an
3593 index. */
fd5866f6 3594 if (dwarf2_per_objfile->types.size () != 1)
8b70b953
TT
3595 return 0;
3596
fd5866f6 3597 dwarf2_section_info *section = &dwarf2_per_objfile->types[0];
8b70b953 3598
12359b5e
SM
3599 create_signatured_type_table_from_index (dwarf2_per_objfile, section,
3600 types_list, types_list_elements);
8b70b953 3601 }
9291a0cd 3602
3063847f 3603 create_addrmap_from_index (dwarf2_per_objfile, map.get ());
9291a0cd 3604
3063847f 3605 dwarf2_per_objfile->index_table = std::move (map);
9291a0cd 3606 dwarf2_per_objfile->using_index = 1;
7b9f3c50 3607 dwarf2_per_objfile->quick_file_names_table =
b76e467d 3608 create_quick_file_names_table (dwarf2_per_objfile->all_comp_units.size ());
9291a0cd
TT
3609
3610 return 1;
3611}
3612
dee91e82 3613/* die_reader_func for dw2_get_file_names. */
2fdf6df6 3614
dee91e82
DE
3615static void
3616dw2_get_file_names_reader (const struct die_reader_specs *reader,
d521ce57 3617 const gdb_byte *info_ptr,
dee91e82
DE
3618 struct die_info *comp_unit_die,
3619 int has_children,
3620 void *data)
9291a0cd 3621{
dee91e82 3622 struct dwarf2_cu *cu = reader->cu;
ed2dc618 3623 struct dwarf2_per_cu_data *this_cu = cu->per_cu;
518817b3
SM
3624 struct dwarf2_per_objfile *dwarf2_per_objfile
3625 = cu->per_cu->dwarf2_per_objfile;
dee91e82 3626 struct objfile *objfile = dwarf2_per_objfile->objfile;
094b34ac 3627 struct dwarf2_per_cu_data *lh_cu;
9291a0cd 3628 struct attribute *attr;
dee91e82 3629 int i;
7b9f3c50
DE
3630 void **slot;
3631 struct quick_file_names *qfn;
9291a0cd 3632
0186c6a7
DE
3633 gdb_assert (! this_cu->is_debug_types);
3634
07261596
TT
3635 /* Our callers never want to match partial units -- instead they
3636 will match the enclosing full CU. */
3637 if (comp_unit_die->tag == DW_TAG_partial_unit)
3638 {
3639 this_cu->v.quick->no_file_data = 1;
3640 return;
3641 }
3642
0186c6a7 3643 lh_cu = this_cu;
7b9f3c50 3644 slot = NULL;
dee91e82 3645
fff8551c 3646 line_header_up lh;
9c541725 3647 sect_offset line_offset {};
fff8551c 3648
dee91e82 3649 attr = dwarf2_attr (comp_unit_die, DW_AT_stmt_list, cu);
9291a0cd
TT
3650 if (attr)
3651 {
7b9f3c50
DE
3652 struct quick_file_names find_entry;
3653
9c541725 3654 line_offset = (sect_offset) DW_UNSND (attr);
7b9f3c50
DE
3655
3656 /* We may have already read in this line header (TU line header sharing).
3657 If we have we're done. */
094b34ac 3658 find_entry.hash.dwo_unit = cu->dwo_unit;
9c541725 3659 find_entry.hash.line_sect_off = line_offset;
7b9f3c50
DE
3660 slot = htab_find_slot (dwarf2_per_objfile->quick_file_names_table,
3661 &find_entry, INSERT);
3662 if (*slot != NULL)
3663 {
9a3c8263 3664 lh_cu->v.quick->file_names = (struct quick_file_names *) *slot;
dee91e82 3665 return;
7b9f3c50
DE
3666 }
3667
3019eac3 3668 lh = dwarf_decode_line_header (line_offset, cu);
9291a0cd
TT
3669 }
3670 if (lh == NULL)
3671 {
094b34ac 3672 lh_cu->v.quick->no_file_data = 1;
dee91e82 3673 return;
9291a0cd
TT
3674 }
3675
8d749320 3676 qfn = XOBNEW (&objfile->objfile_obstack, struct quick_file_names);
094b34ac 3677 qfn->hash.dwo_unit = cu->dwo_unit;
9c541725 3678 qfn->hash.line_sect_off = line_offset;
7b9f3c50
DE
3679 gdb_assert (slot != NULL);
3680 *slot = qfn;
9291a0cd 3681
d721ba37 3682 file_and_directory fnd = find_file_and_directory (comp_unit_die, cu);
9291a0cd 3683
fff8551c 3684 qfn->num_file_names = lh->file_names.size ();
8d749320 3685 qfn->file_names =
fff8551c
PA
3686 XOBNEWVEC (&objfile->objfile_obstack, const char *, lh->file_names.size ());
3687 for (i = 0; i < lh->file_names.size (); ++i)
3688 qfn->file_names[i] = file_full_name (i + 1, lh.get (), fnd.comp_dir);
7b9f3c50 3689 qfn->real_names = NULL;
9291a0cd 3690
094b34ac 3691 lh_cu->v.quick->file_names = qfn;
dee91e82
DE
3692}
3693
3694/* A helper for the "quick" functions which attempts to read the line
3695 table for THIS_CU. */
3696
3697static struct quick_file_names *
e4a48d9d 3698dw2_get_file_names (struct dwarf2_per_cu_data *this_cu)
dee91e82 3699{
0186c6a7
DE
3700 /* This should never be called for TUs. */
3701 gdb_assert (! this_cu->is_debug_types);
3702 /* Nor type unit groups. */
3703 gdb_assert (! IS_TYPE_UNIT_GROUP (this_cu));
f4dc4d17 3704
dee91e82
DE
3705 if (this_cu->v.quick->file_names != NULL)
3706 return this_cu->v.quick->file_names;
3707 /* If we know there is no line data, no point in looking again. */
3708 if (this_cu->v.quick->no_file_data)
3709 return NULL;
3710
0186c6a7 3711 init_cutu_and_read_dies_simple (this_cu, dw2_get_file_names_reader, NULL);
dee91e82
DE
3712
3713 if (this_cu->v.quick->no_file_data)
3714 return NULL;
3715 return this_cu->v.quick->file_names;
9291a0cd
TT
3716}
3717
3718/* A helper for the "quick" functions which computes and caches the
7b9f3c50 3719 real path for a given file name from the line table. */
2fdf6df6 3720
9291a0cd 3721static const char *
7b9f3c50
DE
3722dw2_get_real_path (struct objfile *objfile,
3723 struct quick_file_names *qfn, int index)
9291a0cd 3724{
7b9f3c50
DE
3725 if (qfn->real_names == NULL)
3726 qfn->real_names = OBSTACK_CALLOC (&objfile->objfile_obstack,
26f2dc30 3727 qfn->num_file_names, const char *);
9291a0cd 3728
7b9f3c50 3729 if (qfn->real_names[index] == NULL)
14278e1f 3730 qfn->real_names[index] = gdb_realpath (qfn->file_names[index]).release ();
9291a0cd 3731
7b9f3c50 3732 return qfn->real_names[index];
9291a0cd
TT
3733}
3734
3735static struct symtab *
3736dw2_find_last_source_symtab (struct objfile *objfile)
3737{
ed2dc618
SM
3738 struct dwarf2_per_objfile *dwarf2_per_objfile
3739 = get_dwarf2_per_objfile (objfile);
b76e467d 3740 dwarf2_per_cu_data *dwarf_cu = dwarf2_per_objfile->all_comp_units.back ();
58f0c718 3741 compunit_symtab *cust = dw2_instantiate_symtab (dwarf_cu, false);
ae2de4f8 3742
43f3e411
DE
3743 if (cust == NULL)
3744 return NULL;
ed2dc618 3745
43f3e411 3746 return compunit_primary_filetab (cust);
9291a0cd
TT
3747}
3748
7b9f3c50
DE
3749/* Traversal function for dw2_forget_cached_source_info. */
3750
3751static int
3752dw2_free_cached_file_names (void **slot, void *info)
9291a0cd 3753{
7b9f3c50 3754 struct quick_file_names *file_data = (struct quick_file_names *) *slot;
9291a0cd 3755
7b9f3c50 3756 if (file_data->real_names)
9291a0cd 3757 {
7b9f3c50 3758 int i;
9291a0cd 3759
7b9f3c50 3760 for (i = 0; i < file_data->num_file_names; ++i)
9291a0cd 3761 {
7b9f3c50
DE
3762 xfree ((void*) file_data->real_names[i]);
3763 file_data->real_names[i] = NULL;
9291a0cd
TT
3764 }
3765 }
7b9f3c50
DE
3766
3767 return 1;
3768}
3769
3770static void
3771dw2_forget_cached_source_info (struct objfile *objfile)
3772{
ed2dc618
SM
3773 struct dwarf2_per_objfile *dwarf2_per_objfile
3774 = get_dwarf2_per_objfile (objfile);
7b9f3c50
DE
3775
3776 htab_traverse_noresize (dwarf2_per_objfile->quick_file_names_table,
3777 dw2_free_cached_file_names, NULL);
9291a0cd
TT
3778}
3779
f8eba3c6
TT
3780/* Helper function for dw2_map_symtabs_matching_filename that expands
3781 the symtabs and calls the iterator. */
3782
3783static int
3784dw2_map_expand_apply (struct objfile *objfile,
3785 struct dwarf2_per_cu_data *per_cu,
f5b95b50 3786 const char *name, const char *real_path,
14bc53a8 3787 gdb::function_view<bool (symtab *)> callback)
f8eba3c6 3788{
43f3e411 3789 struct compunit_symtab *last_made = objfile->compunit_symtabs;
f8eba3c6
TT
3790
3791 /* Don't visit already-expanded CUs. */
43f3e411 3792 if (per_cu->v.quick->compunit_symtab)
f8eba3c6
TT
3793 return 0;
3794
3795 /* This may expand more than one symtab, and we want to iterate over
3796 all of them. */
58f0c718 3797 dw2_instantiate_symtab (per_cu, false);
f8eba3c6 3798
14bc53a8
PA
3799 return iterate_over_some_symtabs (name, real_path, objfile->compunit_symtabs,
3800 last_made, callback);
f8eba3c6
TT
3801}
3802
3803/* Implementation of the map_symtabs_matching_filename method. */
3804
14bc53a8
PA
3805static bool
3806dw2_map_symtabs_matching_filename
3807 (struct objfile *objfile, const char *name, const char *real_path,
3808 gdb::function_view<bool (symtab *)> callback)
9291a0cd 3809{
c011a4f4 3810 const char *name_basename = lbasename (name);
ed2dc618
SM
3811 struct dwarf2_per_objfile *dwarf2_per_objfile
3812 = get_dwarf2_per_objfile (objfile);
ae2de4f8 3813
848e3e78
DE
3814 /* The rule is CUs specify all the files, including those used by
3815 any TU, so there's no need to scan TUs here. */
f4dc4d17 3816
b76e467d 3817 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
9291a0cd 3818 {
3d7bb9d9 3819 /* We only need to look at symtabs not already expanded. */
43f3e411 3820 if (per_cu->v.quick->compunit_symtab)
9291a0cd
TT
3821 continue;
3822
b76e467d 3823 quick_file_names *file_data = dw2_get_file_names (per_cu);
7b9f3c50 3824 if (file_data == NULL)
9291a0cd
TT
3825 continue;
3826
b76e467d 3827 for (int j = 0; j < file_data->num_file_names; ++j)
9291a0cd 3828 {
7b9f3c50 3829 const char *this_name = file_data->file_names[j];
da235a7c 3830 const char *this_real_name;
9291a0cd 3831
af529f8f 3832 if (compare_filenames_for_search (this_name, name))
9291a0cd 3833 {
f5b95b50 3834 if (dw2_map_expand_apply (objfile, per_cu, name, real_path,
14bc53a8
PA
3835 callback))
3836 return true;
288e77a7 3837 continue;
4aac40c8 3838 }
9291a0cd 3839
c011a4f4
DE
3840 /* Before we invoke realpath, which can get expensive when many
3841 files are involved, do a quick comparison of the basenames. */
3842 if (! basenames_may_differ
3843 && FILENAME_CMP (lbasename (this_name), name_basename) != 0)
3844 continue;
3845
da235a7c
JK
3846 this_real_name = dw2_get_real_path (objfile, file_data, j);
3847 if (compare_filenames_for_search (this_real_name, name))
9291a0cd 3848 {
da235a7c 3849 if (dw2_map_expand_apply (objfile, per_cu, name, real_path,
14bc53a8
PA
3850 callback))
3851 return true;
288e77a7 3852 continue;
da235a7c 3853 }
9291a0cd 3854
da235a7c
JK
3855 if (real_path != NULL)
3856 {
af529f8f
JK
3857 gdb_assert (IS_ABSOLUTE_PATH (real_path));
3858 gdb_assert (IS_ABSOLUTE_PATH (name));
7b9f3c50 3859 if (this_real_name != NULL
af529f8f 3860 && FILENAME_CMP (real_path, this_real_name) == 0)
9291a0cd 3861 {
f5b95b50 3862 if (dw2_map_expand_apply (objfile, per_cu, name, real_path,
14bc53a8
PA
3863 callback))
3864 return true;
288e77a7 3865 continue;
9291a0cd
TT
3866 }
3867 }
3868 }
3869 }
3870
14bc53a8 3871 return false;
9291a0cd
TT
3872}
3873
da51c347
DE
3874/* Struct used to manage iterating over all CUs looking for a symbol. */
3875
3876struct dw2_symtab_iterator
9291a0cd 3877{
ed2dc618
SM
3878 /* The dwarf2_per_objfile owning the CUs we are iterating on. */
3879 struct dwarf2_per_objfile *dwarf2_per_objfile;
da51c347
DE
3880 /* If non-zero, only look for symbols that match BLOCK_INDEX. */
3881 int want_specific_block;
3882 /* One of GLOBAL_BLOCK or STATIC_BLOCK.
3883 Unused if !WANT_SPECIFIC_BLOCK. */
3884 int block_index;
3885 /* The kind of symbol we're looking for. */
3886 domain_enum domain;
3887 /* The list of CUs from the index entry of the symbol,
3888 or NULL if not found. */
3889 offset_type *vec;
3890 /* The next element in VEC to look at. */
3891 int next;
3892 /* The number of elements in VEC, or zero if there is no match. */
3893 int length;
8943b874
DE
3894 /* Have we seen a global version of the symbol?
3895 If so we can ignore all further global instances.
3896 This is to work around gold/15646, inefficient gold-generated
3897 indices. */
3898 int global_seen;
da51c347 3899};
9291a0cd 3900
da51c347
DE
3901/* Initialize the index symtab iterator ITER.
3902 If WANT_SPECIFIC_BLOCK is non-zero, only look for symbols
3903 in block BLOCK_INDEX. Otherwise BLOCK_INDEX is ignored. */
2fdf6df6 3904
9291a0cd 3905static void
da51c347 3906dw2_symtab_iter_init (struct dw2_symtab_iterator *iter,
ed2dc618 3907 struct dwarf2_per_objfile *dwarf2_per_objfile,
da51c347
DE
3908 int want_specific_block,
3909 int block_index,
3910 domain_enum domain,
3911 const char *name)
3912{
ed2dc618 3913 iter->dwarf2_per_objfile = dwarf2_per_objfile;
da51c347
DE
3914 iter->want_specific_block = want_specific_block;
3915 iter->block_index = block_index;
3916 iter->domain = domain;
3917 iter->next = 0;
8943b874 3918 iter->global_seen = 0;
da51c347 3919
3063847f 3920 mapped_index *index = dwarf2_per_objfile->index_table.get ();
ed2dc618
SM
3921
3922 /* index is NULL if OBJF_READNOW. */
3923 if (index != NULL && find_slot_in_mapped_hash (index, name, &iter->vec))
da51c347
DE
3924 iter->length = MAYBE_SWAP (*iter->vec);
3925 else
3926 {
3927 iter->vec = NULL;
3928 iter->length = 0;
3929 }
3930}
3931
3932/* Return the next matching CU or NULL if there are no more. */
3933
3934static struct dwarf2_per_cu_data *
3935dw2_symtab_iter_next (struct dw2_symtab_iterator *iter)
3936{
ed2dc618
SM
3937 struct dwarf2_per_objfile *dwarf2_per_objfile = iter->dwarf2_per_objfile;
3938
da51c347
DE
3939 for ( ; iter->next < iter->length; ++iter->next)
3940 {
3941 offset_type cu_index_and_attrs =
3942 MAYBE_SWAP (iter->vec[iter->next + 1]);
3943 offset_type cu_index = GDB_INDEX_CU_VALUE (cu_index_and_attrs);
da51c347
DE
3944 int want_static = iter->block_index != GLOBAL_BLOCK;
3945 /* This value is only valid for index versions >= 7. */
3946 int is_static = GDB_INDEX_SYMBOL_STATIC_VALUE (cu_index_and_attrs);
3947 gdb_index_symbol_kind symbol_kind =
3948 GDB_INDEX_SYMBOL_KIND_VALUE (cu_index_and_attrs);
3949 /* Only check the symbol attributes if they're present.
3950 Indices prior to version 7 don't record them,
3951 and indices >= 7 may elide them for certain symbols
3952 (gold does this). */
3953 int attrs_valid =
ed2dc618 3954 (dwarf2_per_objfile->index_table->version >= 7
da51c347
DE
3955 && symbol_kind != GDB_INDEX_SYMBOL_KIND_NONE);
3956
3190f0c6 3957 /* Don't crash on bad data. */
b76e467d 3958 if (cu_index >= (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 3959 + dwarf2_per_objfile->all_type_units.size ()))
3190f0c6 3960 {
b98664d3 3961 complaint (_(".gdb_index entry has bad CU index"
4262abfb
JK
3962 " [in module %s]"),
3963 objfile_name (dwarf2_per_objfile->objfile));
3190f0c6
DE
3964 continue;
3965 }
3966
ff4c9fec 3967 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (cu_index);
3190f0c6 3968
da51c347 3969 /* Skip if already read in. */
43f3e411 3970 if (per_cu->v.quick->compunit_symtab)
da51c347
DE
3971 continue;
3972
8943b874
DE
3973 /* Check static vs global. */
3974 if (attrs_valid)
3975 {
3976 if (iter->want_specific_block
3977 && want_static != is_static)
3978 continue;
3979 /* Work around gold/15646. */
3980 if (!is_static && iter->global_seen)
3981 continue;
3982 if (!is_static)
3983 iter->global_seen = 1;
3984 }
da51c347
DE
3985
3986 /* Only check the symbol's kind if it has one. */
3987 if (attrs_valid)
3988 {
3989 switch (iter->domain)
3990 {
3991 case VAR_DOMAIN:
3992 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_VARIABLE
3993 && symbol_kind != GDB_INDEX_SYMBOL_KIND_FUNCTION
3994 /* Some types are also in VAR_DOMAIN. */
3995 && symbol_kind != GDB_INDEX_SYMBOL_KIND_TYPE)
3996 continue;
3997 break;
3998 case STRUCT_DOMAIN:
3999 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_TYPE)
4000 continue;
4001 break;
4002 case LABEL_DOMAIN:
4003 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_OTHER)
4004 continue;
4005 break;
4006 default:
4007 break;
4008 }
4009 }
4010
4011 ++iter->next;
4012 return per_cu;
4013 }
4014
4015 return NULL;
4016}
4017
43f3e411 4018static struct compunit_symtab *
da51c347
DE
4019dw2_lookup_symbol (struct objfile *objfile, int block_index,
4020 const char *name, domain_enum domain)
9291a0cd 4021{
43f3e411 4022 struct compunit_symtab *stab_best = NULL;
ed2dc618
SM
4023 struct dwarf2_per_objfile *dwarf2_per_objfile
4024 = get_dwarf2_per_objfile (objfile);
9291a0cd 4025
b5ec771e
PA
4026 lookup_name_info lookup_name (name, symbol_name_match_type::FULL);
4027
ed2dc618
SM
4028 struct dw2_symtab_iterator iter;
4029 struct dwarf2_per_cu_data *per_cu;
da51c347 4030
ed2dc618 4031 dw2_symtab_iter_init (&iter, dwarf2_per_objfile, 1, block_index, domain, name);
9291a0cd 4032
ed2dc618
SM
4033 while ((per_cu = dw2_symtab_iter_next (&iter)) != NULL)
4034 {
4035 struct symbol *sym, *with_opaque = NULL;
58f0c718 4036 struct compunit_symtab *stab = dw2_instantiate_symtab (per_cu, false);
ed2dc618 4037 const struct blockvector *bv = COMPUNIT_BLOCKVECTOR (stab);
582942f4 4038 const struct block *block = BLOCKVECTOR_BLOCK (bv, block_index);
da51c347 4039
ed2dc618
SM
4040 sym = block_find_symbol (block, name, domain,
4041 block_find_non_opaque_type_preferred,
4042 &with_opaque);
b2e2f908 4043
ed2dc618
SM
4044 /* Some caution must be observed with overloaded functions
4045 and methods, since the index will not contain any overload
4046 information (but NAME might contain it). */
da51c347 4047
ed2dc618
SM
4048 if (sym != NULL
4049 && SYMBOL_MATCHES_SEARCH_NAME (sym, lookup_name))
4050 return stab;
4051 if (with_opaque != NULL
4052 && SYMBOL_MATCHES_SEARCH_NAME (with_opaque, lookup_name))
4053 stab_best = stab;
da51c347 4054
ed2dc618 4055 /* Keep looking through other CUs. */
9291a0cd 4056 }
9291a0cd 4057
da51c347 4058 return stab_best;
9291a0cd
TT
4059}
4060
4061static void
4062dw2_print_stats (struct objfile *objfile)
4063{
ed2dc618
SM
4064 struct dwarf2_per_objfile *dwarf2_per_objfile
4065 = get_dwarf2_per_objfile (objfile);
b76e467d 4066 int total = (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 4067 + dwarf2_per_objfile->all_type_units.size ());
ed2dc618 4068 int count = 0;
9291a0cd 4069
ed2dc618 4070 for (int i = 0; i < total; ++i)
9291a0cd 4071 {
ff4c9fec 4072 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (i);
9291a0cd 4073
43f3e411 4074 if (!per_cu->v.quick->compunit_symtab)
9291a0cd
TT
4075 ++count;
4076 }
e4a48d9d 4077 printf_filtered (_(" Number of read CUs: %d\n"), total - count);
9291a0cd
TT
4078 printf_filtered (_(" Number of unread CUs: %d\n"), count);
4079}
4080
779bd270
DE
4081/* This dumps minimal information about the index.
4082 It is called via "mt print objfiles".
4083 One use is to verify .gdb_index has been loaded by the
4084 gdb.dwarf2/gdb-index.exp testcase. */
4085
9291a0cd
TT
4086static void
4087dw2_dump (struct objfile *objfile)
4088{
ed2dc618
SM
4089 struct dwarf2_per_objfile *dwarf2_per_objfile
4090 = get_dwarf2_per_objfile (objfile);
4091
779bd270
DE
4092 gdb_assert (dwarf2_per_objfile->using_index);
4093 printf_filtered (".gdb_index:");
4094 if (dwarf2_per_objfile->index_table != NULL)
4095 {
4096 printf_filtered (" version %d\n",
4097 dwarf2_per_objfile->index_table->version);
4098 }
4099 else
4100 printf_filtered (" faked for \"readnow\"\n");
4101 printf_filtered ("\n");
9291a0cd
TT
4102}
4103
9291a0cd
TT
4104static void
4105dw2_expand_symtabs_for_function (struct objfile *objfile,
4106 const char *func_name)
4107{
ed2dc618
SM
4108 struct dwarf2_per_objfile *dwarf2_per_objfile
4109 = get_dwarf2_per_objfile (objfile);
da51c347 4110
ed2dc618
SM
4111 struct dw2_symtab_iterator iter;
4112 struct dwarf2_per_cu_data *per_cu;
da51c347 4113
ed2dc618
SM
4114 /* Note: It doesn't matter what we pass for block_index here. */
4115 dw2_symtab_iter_init (&iter, dwarf2_per_objfile, 0, GLOBAL_BLOCK, VAR_DOMAIN,
4116 func_name);
da51c347 4117
ed2dc618 4118 while ((per_cu = dw2_symtab_iter_next (&iter)) != NULL)
58f0c718 4119 dw2_instantiate_symtab (per_cu, false);
da51c347 4120
9291a0cd
TT
4121}
4122
4123static void
4124dw2_expand_all_symtabs (struct objfile *objfile)
4125{
ed2dc618
SM
4126 struct dwarf2_per_objfile *dwarf2_per_objfile
4127 = get_dwarf2_per_objfile (objfile);
b76e467d 4128 int total_units = (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 4129 + dwarf2_per_objfile->all_type_units.size ());
9291a0cd 4130
ed2dc618 4131 for (int i = 0; i < total_units; ++i)
9291a0cd 4132 {
ff4c9fec 4133 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (i);
9291a0cd 4134
58f0c718
TT
4135 /* We don't want to directly expand a partial CU, because if we
4136 read it with the wrong language, then assertion failures can
4137 be triggered later on. See PR symtab/23010. So, tell
4138 dw2_instantiate_symtab to skip partial CUs -- any important
4139 partial CU will be read via DW_TAG_imported_unit anyway. */
4140 dw2_instantiate_symtab (per_cu, true);
9291a0cd
TT
4141 }
4142}
4143
4144static void
652a8996
JK
4145dw2_expand_symtabs_with_fullname (struct objfile *objfile,
4146 const char *fullname)
9291a0cd 4147{
ed2dc618
SM
4148 struct dwarf2_per_objfile *dwarf2_per_objfile
4149 = get_dwarf2_per_objfile (objfile);
d4637a04
DE
4150
4151 /* We don't need to consider type units here.
4152 This is only called for examining code, e.g. expand_line_sal.
4153 There can be an order of magnitude (or more) more type units
4154 than comp units, and we avoid them if we can. */
4155
b76e467d 4156 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
9291a0cd 4157 {
3d7bb9d9 4158 /* We only need to look at symtabs not already expanded. */
43f3e411 4159 if (per_cu->v.quick->compunit_symtab)
9291a0cd
TT
4160 continue;
4161
b76e467d 4162 quick_file_names *file_data = dw2_get_file_names (per_cu);
7b9f3c50 4163 if (file_data == NULL)
9291a0cd
TT
4164 continue;
4165
b76e467d 4166 for (int j = 0; j < file_data->num_file_names; ++j)
9291a0cd 4167 {
652a8996
JK
4168 const char *this_fullname = file_data->file_names[j];
4169
4170 if (filename_cmp (this_fullname, fullname) == 0)
9291a0cd 4171 {
58f0c718 4172 dw2_instantiate_symtab (per_cu, false);
9291a0cd
TT
4173 break;
4174 }
4175 }
4176 }
4177}
4178
9291a0cd 4179static void
ade7ed9e 4180dw2_map_matching_symbols (struct objfile *objfile,
fe978cb0 4181 const char * name, domain_enum domain,
ade7ed9e 4182 int global,
582942f4 4183 int (*callback) (const struct block *,
40658b94 4184 struct symbol *, void *),
b5ec771e 4185 void *data, symbol_name_match_type match,
2edb89d3 4186 symbol_compare_ftype *ordered_compare)
9291a0cd 4187{
40658b94 4188 /* Currently unimplemented; used for Ada. The function can be called if the
a9e6a4bb
JK
4189 current language is Ada for a non-Ada objfile using GNU index. As Ada
4190 does not look for non-Ada symbols this function should just return. */
9291a0cd
TT
4191}
4192
b5ec771e
PA
4193/* Symbol name matcher for .gdb_index names.
4194
4195 Symbol names in .gdb_index have a few particularities:
4196
4197 - There's no indication of which is the language of each symbol.
4198
4199 Since each language has its own symbol name matching algorithm,
4200 and we don't know which language is the right one, we must match
3f563c84
PA
4201 each symbol against all languages. This would be a potential
4202 performance problem if it were not mitigated by the
4203 mapped_index::name_components lookup table, which significantly
4204 reduces the number of times we need to call into this matcher,
4205 making it a non-issue.
b5ec771e
PA
4206
4207 - Symbol names in the index have no overload (parameter)
4208 information. I.e., in C++, "foo(int)" and "foo(long)" both
4209 appear as "foo" in the index, for example.
4210
4211 This means that the lookup names passed to the symbol name
4212 matcher functions must have no parameter information either
4213 because (e.g.) symbol search name "foo" does not match
4214 lookup-name "foo(int)" [while swapping search name for lookup
4215 name would match].
4216*/
4217class gdb_index_symbol_name_matcher
4218{
4219public:
4220 /* Prepares the vector of comparison functions for LOOKUP_NAME. */
4221 gdb_index_symbol_name_matcher (const lookup_name_info &lookup_name);
4222
4223 /* Walk all the matcher routines and match SYMBOL_NAME against them.
4224 Returns true if any matcher matches. */
4225 bool matches (const char *symbol_name);
4226
4227private:
4228 /* A reference to the lookup name we're matching against. */
4229 const lookup_name_info &m_lookup_name;
4230
4231 /* A vector holding all the different symbol name matchers, for all
4232 languages. */
4233 std::vector<symbol_name_matcher_ftype *> m_symbol_name_matcher_funcs;
4234};
4235
4236gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher
4237 (const lookup_name_info &lookup_name)
4238 : m_lookup_name (lookup_name)
4239{
4240 /* Prepare the vector of comparison functions upfront, to avoid
4241 doing the same work for each symbol. Care is taken to avoid
4242 matching with the same matcher more than once if/when multiple
4243 languages use the same matcher function. */
4244 auto &matchers = m_symbol_name_matcher_funcs;
4245 matchers.reserve (nr_languages);
4246
4247 matchers.push_back (default_symbol_name_matcher);
4248
4249 for (int i = 0; i < nr_languages; i++)
4250 {
4251 const language_defn *lang = language_def ((enum language) i);
c63d3e8d 4252 symbol_name_matcher_ftype *name_matcher
618daa93 4253 = get_symbol_name_matcher (lang, m_lookup_name);
c63d3e8d
PA
4254
4255 /* Don't insert the same comparison routine more than once.
4256 Note that we do this linear walk instead of a seemingly
4257 cheaper sorted insert, or use a std::set or something like
4258 that, because relative order of function addresses is not
4259 stable. This is not a problem in practice because the number
4260 of supported languages is low, and the cost here is tiny
4261 compared to the number of searches we'll do afterwards using
4262 this object. */
4263 if (name_matcher != default_symbol_name_matcher
4264 && (std::find (matchers.begin (), matchers.end (), name_matcher)
4265 == matchers.end ()))
4266 matchers.push_back (name_matcher);
b5ec771e
PA
4267 }
4268}
4269
4270bool
4271gdb_index_symbol_name_matcher::matches (const char *symbol_name)
4272{
4273 for (auto matches_name : m_symbol_name_matcher_funcs)
4274 if (matches_name (symbol_name, m_lookup_name, NULL))
4275 return true;
4276
4277 return false;
4278}
4279
e1ef7d7a
PA
4280/* Starting from a search name, return the string that finds the upper
4281 bound of all strings that start with SEARCH_NAME in a sorted name
4282 list. Returns the empty string to indicate that the upper bound is
4283 the end of the list. */
4284
4285static std::string
4286make_sort_after_prefix_name (const char *search_name)
4287{
4288 /* When looking to complete "func", we find the upper bound of all
4289 symbols that start with "func" by looking for where we'd insert
4290 the closest string that would follow "func" in lexicographical
4291 order. Usually, that's "func"-with-last-character-incremented,
4292 i.e. "fund". Mind non-ASCII characters, though. Usually those
4293 will be UTF-8 multi-byte sequences, but we can't be certain.
4294 Especially mind the 0xff character, which is a valid character in
4295 non-UTF-8 source character sets (e.g. Latin1 'ÿ'), and we can't
4296 rule out compilers allowing it in identifiers. Note that
4297 conveniently, strcmp/strcasecmp are specified to compare
4298 characters interpreted as unsigned char. So what we do is treat
4299 the whole string as a base 256 number composed of a sequence of
4300 base 256 "digits" and add 1 to it. I.e., adding 1 to 0xff wraps
4301 to 0, and carries 1 to the following more-significant position.
4302 If the very first character in SEARCH_NAME ends up incremented
4303 and carries/overflows, then the upper bound is the end of the
4304 list. The string after the empty string is also the empty
4305 string.
4306
4307 Some examples of this operation:
4308
4309 SEARCH_NAME => "+1" RESULT
4310
4311 "abc" => "abd"
4312 "ab\xff" => "ac"
4313 "\xff" "a" "\xff" => "\xff" "b"
4314 "\xff" => ""
4315 "\xff\xff" => ""
4316 "" => ""
4317
4318 Then, with these symbols for example:
4319
4320 func
4321 func1
4322 fund
4323
4324 completing "func" looks for symbols between "func" and
4325 "func"-with-last-character-incremented, i.e. "fund" (exclusive),
4326 which finds "func" and "func1", but not "fund".
4327
4328 And with:
4329
4330 funcÿ (Latin1 'ÿ' [0xff])
4331 funcÿ1
4332 fund
4333
4334 completing "funcÿ" looks for symbols between "funcÿ" and "fund"
4335 (exclusive), which finds "funcÿ" and "funcÿ1", but not "fund".
4336
4337 And with:
4338
4339 ÿÿ (Latin1 'ÿ' [0xff])
4340 ÿÿ1
4341
4342 completing "ÿ" or "ÿÿ" looks for symbols between between "ÿÿ" and
4343 the end of the list.
4344 */
4345 std::string after = search_name;
4346 while (!after.empty () && (unsigned char) after.back () == 0xff)
4347 after.pop_back ();
4348 if (!after.empty ())
4349 after.back () = (unsigned char) after.back () + 1;
4350 return after;
4351}
4352
5c58de74 4353/* See declaration. */
61d96d7e 4354
5c58de74
PA
4355std::pair<std::vector<name_component>::const_iterator,
4356 std::vector<name_component>::const_iterator>
44ed8f3e 4357mapped_index_base::find_name_components_bounds
5c58de74 4358 (const lookup_name_info &lookup_name_without_params) const
3f563c84 4359{
5c58de74
PA
4360 auto *name_cmp
4361 = this->name_components_casing == case_sensitive_on ? strcmp : strcasecmp;
3f563c84
PA
4362
4363 const char *cplus
c62446b1 4364 = lookup_name_without_params.cplus ().lookup_name ().c_str ();
9291a0cd 4365
3f563c84
PA
4366 /* Comparison function object for lower_bound that matches against a
4367 given symbol name. */
4368 auto lookup_compare_lower = [&] (const name_component &elem,
4369 const char *name)
4370 {
5c58de74 4371 const char *elem_qualified = this->symbol_name_at (elem.idx);
3f563c84
PA
4372 const char *elem_name = elem_qualified + elem.name_offset;
4373 return name_cmp (elem_name, name) < 0;
4374 };
4375
4376 /* Comparison function object for upper_bound that matches against a
4377 given symbol name. */
4378 auto lookup_compare_upper = [&] (const char *name,
4379 const name_component &elem)
4380 {
5c58de74 4381 const char *elem_qualified = this->symbol_name_at (elem.idx);
3f563c84
PA
4382 const char *elem_name = elem_qualified + elem.name_offset;
4383 return name_cmp (name, elem_name) < 0;
4384 };
4385
5c58de74
PA
4386 auto begin = this->name_components.begin ();
4387 auto end = this->name_components.end ();
3f563c84
PA
4388
4389 /* Find the lower bound. */
4390 auto lower = [&] ()
4391 {
5c58de74 4392 if (lookup_name_without_params.completion_mode () && cplus[0] == '\0')
3f563c84
PA
4393 return begin;
4394 else
4395 return std::lower_bound (begin, end, cplus, lookup_compare_lower);
4396 } ();
4397
4398 /* Find the upper bound. */
4399 auto upper = [&] ()
4400 {
5c58de74 4401 if (lookup_name_without_params.completion_mode ())
3f563c84 4402 {
e1ef7d7a
PA
4403 /* In completion mode, we want UPPER to point past all
4404 symbols names that have the same prefix. I.e., with
4405 these symbols, and completing "func":
4406
4407 function << lower bound
4408 function1
4409 other_function << upper bound
4410
4411 We find the upper bound by looking for the insertion
4412 point of "func"-with-last-character-incremented,
4413 i.e. "fund". */
4414 std::string after = make_sort_after_prefix_name (cplus);
4415 if (after.empty ())
3f563c84 4416 return end;
e6b2f5ef
PA
4417 return std::lower_bound (lower, end, after.c_str (),
4418 lookup_compare_lower);
3f563c84
PA
4419 }
4420 else
4421 return std::upper_bound (lower, end, cplus, lookup_compare_upper);
4422 } ();
4423
5c58de74
PA
4424 return {lower, upper};
4425}
4426
4427/* See declaration. */
4428
4429void
44ed8f3e 4430mapped_index_base::build_name_components ()
5c58de74
PA
4431{
4432 if (!this->name_components.empty ())
4433 return;
4434
4435 this->name_components_casing = case_sensitivity;
4436 auto *name_cmp
4437 = this->name_components_casing == case_sensitive_on ? strcmp : strcasecmp;
4438
4439 /* The code below only knows how to break apart components of C++
4440 symbol names (and other languages that use '::' as
4441 namespace/module separator). If we add support for wild matching
4442 to some language that uses some other operator (E.g., Ada, Go and
4443 D use '.'), then we'll need to try splitting the symbol name
4444 according to that language too. Note that Ada does support wild
4445 matching, but doesn't currently support .gdb_index. */
44ed8f3e
PA
4446 auto count = this->symbol_name_count ();
4447 for (offset_type idx = 0; idx < count; idx++)
5c58de74 4448 {
44ed8f3e 4449 if (this->symbol_name_slot_invalid (idx))
5c58de74
PA
4450 continue;
4451
4452 const char *name = this->symbol_name_at (idx);
4453
4454 /* Add each name component to the name component table. */
4455 unsigned int previous_len = 0;
4456 for (unsigned int current_len = cp_find_first_component (name);
4457 name[current_len] != '\0';
4458 current_len += cp_find_first_component (name + current_len))
4459 {
4460 gdb_assert (name[current_len] == ':');
4461 this->name_components.push_back ({previous_len, idx});
4462 /* Skip the '::'. */
4463 current_len += 2;
4464 previous_len = current_len;
4465 }
4466 this->name_components.push_back ({previous_len, idx});
4467 }
4468
4469 /* Sort name_components elements by name. */
4470 auto name_comp_compare = [&] (const name_component &left,
4471 const name_component &right)
4472 {
4473 const char *left_qualified = this->symbol_name_at (left.idx);
4474 const char *right_qualified = this->symbol_name_at (right.idx);
4475
4476 const char *left_name = left_qualified + left.name_offset;
4477 const char *right_name = right_qualified + right.name_offset;
4478
4479 return name_cmp (left_name, right_name) < 0;
4480 };
4481
4482 std::sort (this->name_components.begin (),
4483 this->name_components.end (),
4484 name_comp_compare);
4485}
4486
4487/* Helper for dw2_expand_symtabs_matching that works with a
44ed8f3e
PA
4488 mapped_index_base instead of the containing objfile. This is split
4489 to a separate function in order to be able to unit test the
4490 name_components matching using a mock mapped_index_base. For each
5c58de74 4491 symbol name that matches, calls MATCH_CALLBACK, passing it the
44ed8f3e 4492 symbol's index in the mapped_index_base symbol table. */
5c58de74
PA
4493
4494static void
4495dw2_expand_symtabs_matching_symbol
44ed8f3e 4496 (mapped_index_base &index,
5c58de74
PA
4497 const lookup_name_info &lookup_name_in,
4498 gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher,
4499 enum search_domain kind,
4500 gdb::function_view<void (offset_type)> match_callback)
4501{
4502 lookup_name_info lookup_name_without_params
4503 = lookup_name_in.make_ignore_params ();
4504 gdb_index_symbol_name_matcher lookup_name_matcher
4505 (lookup_name_without_params);
4506
4507 /* Build the symbol name component sorted vector, if we haven't
4508 yet. */
4509 index.build_name_components ();
4510
4511 auto bounds = index.find_name_components_bounds (lookup_name_without_params);
4512
3f563c84
PA
4513 /* Now for each symbol name in range, check to see if we have a name
4514 match, and if so, call the MATCH_CALLBACK callback. */
4515
4516 /* The same symbol may appear more than once in the range though.
4517 E.g., if we're looking for symbols that complete "w", and we have
4518 a symbol named "w1::w2", we'll find the two name components for
4519 that same symbol in the range. To be sure we only call the
4520 callback once per symbol, we first collect the symbol name
4521 indexes that matched in a temporary vector and ignore
4522 duplicates. */
4523 std::vector<offset_type> matches;
5c58de74 4524 matches.reserve (std::distance (bounds.first, bounds.second));
3f563c84 4525
5c58de74 4526 for (; bounds.first != bounds.second; ++bounds.first)
3f563c84 4527 {
5c58de74 4528 const char *qualified = index.symbol_name_at (bounds.first->idx);
3f563c84
PA
4529
4530 if (!lookup_name_matcher.matches (qualified)
4531 || (symbol_matcher != NULL && !symbol_matcher (qualified)))
9291a0cd
TT
4532 continue;
4533
5c58de74 4534 matches.push_back (bounds.first->idx);
3f563c84
PA
4535 }
4536
4537 std::sort (matches.begin (), matches.end ());
4538
4539 /* Finally call the callback, once per match. */
4540 ULONGEST prev = -1;
4541 for (offset_type idx : matches)
4542 {
4543 if (prev != idx)
4544 {
4545 match_callback (idx);
4546 prev = idx;
4547 }
4548 }
4549
4550 /* Above we use a type wider than idx's for 'prev', since 0 and
4551 (offset_type)-1 are both possible values. */
4552 static_assert (sizeof (prev) > sizeof (offset_type), "");
4553}
4554
c62446b1
PA
4555#if GDB_SELF_TEST
4556
4557namespace selftests { namespace dw2_expand_symtabs_matching {
4558
a3c5fafd
PA
4559/* A mock .gdb_index/.debug_names-like name index table, enough to
4560 exercise dw2_expand_symtabs_matching_symbol, which works with the
4561 mapped_index_base interface. Builds an index from the symbol list
4562 passed as parameter to the constructor. */
4563class mock_mapped_index : public mapped_index_base
c62446b1
PA
4564{
4565public:
a3c5fafd
PA
4566 mock_mapped_index (gdb::array_view<const char *> symbols)
4567 : m_symbol_table (symbols)
c62446b1
PA
4568 {}
4569
a3c5fafd 4570 DISABLE_COPY_AND_ASSIGN (mock_mapped_index);
c62446b1 4571
a3c5fafd 4572 /* Return the number of names in the symbol table. */
632e107b 4573 size_t symbol_name_count () const override
c62446b1 4574 {
a3c5fafd 4575 return m_symbol_table.size ();
c62446b1
PA
4576 }
4577
a3c5fafd 4578 /* Get the name of the symbol at IDX in the symbol table. */
632e107b 4579 const char *symbol_name_at (offset_type idx) const override
a3c5fafd
PA
4580 {
4581 return m_symbol_table[idx];
4582 }
c62446b1 4583
a3c5fafd
PA
4584private:
4585 gdb::array_view<const char *> m_symbol_table;
c62446b1
PA
4586};
4587
4588/* Convenience function that converts a NULL pointer to a "<null>"
4589 string, to pass to print routines. */
4590
4591static const char *
4592string_or_null (const char *str)
4593{
4594 return str != NULL ? str : "<null>";
4595}
4596
4597/* Check if a lookup_name_info built from
4598 NAME/MATCH_TYPE/COMPLETION_MODE matches the symbols in the mock
4599 index. EXPECTED_LIST is the list of expected matches, in expected
4600 matching order. If no match expected, then an empty list is
4601 specified. Returns true on success. On failure prints a warning
4602 indicating the file:line that failed, and returns false. */
4603
4604static bool
4605check_match (const char *file, int line,
4606 mock_mapped_index &mock_index,
4607 const char *name, symbol_name_match_type match_type,
4608 bool completion_mode,
4609 std::initializer_list<const char *> expected_list)
4610{
4611 lookup_name_info lookup_name (name, match_type, completion_mode);
4612
4613 bool matched = true;
4614
4615 auto mismatch = [&] (const char *expected_str,
4616 const char *got)
4617 {
4618 warning (_("%s:%d: match_type=%s, looking-for=\"%s\", "
4619 "expected=\"%s\", got=\"%s\"\n"),
4620 file, line,
4621 (match_type == symbol_name_match_type::FULL
4622 ? "FULL" : "WILD"),
4623 name, string_or_null (expected_str), string_or_null (got));
4624 matched = false;
4625 };
4626
4627 auto expected_it = expected_list.begin ();
4628 auto expected_end = expected_list.end ();
4629
a3c5fafd 4630 dw2_expand_symtabs_matching_symbol (mock_index, lookup_name,
c62446b1
PA
4631 NULL, ALL_DOMAIN,
4632 [&] (offset_type idx)
4633 {
a3c5fafd 4634 const char *matched_name = mock_index.symbol_name_at (idx);
c62446b1
PA
4635 const char *expected_str
4636 = expected_it == expected_end ? NULL : *expected_it++;
4637
4638 if (expected_str == NULL || strcmp (expected_str, matched_name) != 0)
4639 mismatch (expected_str, matched_name);
4640 });
4641
4642 const char *expected_str
4643 = expected_it == expected_end ? NULL : *expected_it++;
4644 if (expected_str != NULL)
4645 mismatch (expected_str, NULL);
4646
4647 return matched;
4648}
4649
4650/* The symbols added to the mock mapped_index for testing (in
4651 canonical form). */
4652static const char *test_symbols[] = {
4653 "function",
4654 "std::bar",
4655 "std::zfunction",
4656 "std::zfunction2",
4657 "w1::w2",
4658 "ns::foo<char*>",
4659 "ns::foo<int>",
4660 "ns::foo<long>",
a20714ff
PA
4661 "ns2::tmpl<int>::foo2",
4662 "(anonymous namespace)::A::B::C",
c62446b1 4663
e1ef7d7a
PA
4664 /* These are used to check that the increment-last-char in the
4665 matching algorithm for completion doesn't match "t1_fund" when
4666 completing "t1_func". */
4667 "t1_func",
4668 "t1_func1",
4669 "t1_fund",
4670 "t1_fund1",
4671
4672 /* A UTF-8 name with multi-byte sequences to make sure that
4673 cp-name-parser understands this as a single identifier ("função"
4674 is "function" in PT). */
4675 u8"u8função",
4676
4677 /* \377 (0xff) is Latin1 'ÿ'. */
4678 "yfunc\377",
4679
4680 /* \377 (0xff) is Latin1 'ÿ'. */
4681 "\377",
4682 "\377\377123",
4683
c62446b1
PA
4684 /* A name with all sorts of complications. Starts with "z" to make
4685 it easier for the completion tests below. */
4686#define Z_SYM_NAME \
4687 "z::std::tuple<(anonymous namespace)::ui*, std::bar<(anonymous namespace)::ui> >" \
4688 "::tuple<(anonymous namespace)::ui*, " \
4689 "std::default_delete<(anonymous namespace)::ui>, void>"
4690
4691 Z_SYM_NAME
4692};
4693
a3c5fafd
PA
4694/* Returns true if the mapped_index_base::find_name_component_bounds
4695 method finds EXPECTED_SYMS in INDEX when looking for SEARCH_NAME,
4696 in completion mode. */
5c58de74
PA
4697
4698static bool
a3c5fafd 4699check_find_bounds_finds (mapped_index_base &index,
5c58de74
PA
4700 const char *search_name,
4701 gdb::array_view<const char *> expected_syms)
4702{
4703 lookup_name_info lookup_name (search_name,
4704 symbol_name_match_type::FULL, true);
4705
4706 auto bounds = index.find_name_components_bounds (lookup_name);
4707
4708 size_t distance = std::distance (bounds.first, bounds.second);
4709 if (distance != expected_syms.size ())
4710 return false;
4711
4712 for (size_t exp_elem = 0; exp_elem < distance; exp_elem++)
4713 {
4714 auto nc_elem = bounds.first + exp_elem;
4715 const char *qualified = index.symbol_name_at (nc_elem->idx);
4716 if (strcmp (qualified, expected_syms[exp_elem]) != 0)
4717 return false;
4718 }
4719
4720 return true;
4721}
4722
4723/* Test the lower-level mapped_index::find_name_component_bounds
4724 method. */
4725
c62446b1 4726static void
5c58de74
PA
4727test_mapped_index_find_name_component_bounds ()
4728{
4729 mock_mapped_index mock_index (test_symbols);
4730
a3c5fafd 4731 mock_index.build_name_components ();
5c58de74
PA
4732
4733 /* Test the lower-level mapped_index::find_name_component_bounds
4734 method in completion mode. */
4735 {
4736 static const char *expected_syms[] = {
4737 "t1_func",
4738 "t1_func1",
5c58de74
PA
4739 };
4740
a3c5fafd 4741 SELF_CHECK (check_find_bounds_finds (mock_index,
5c58de74
PA
4742 "t1_func", expected_syms));
4743 }
4744
4745 /* Check that the increment-last-char in the name matching algorithm
4746 for completion doesn't get confused with Ansi1 'ÿ' / 0xff. */
4747 {
4748 static const char *expected_syms1[] = {
4749 "\377",
4750 "\377\377123",
4751 };
a3c5fafd 4752 SELF_CHECK (check_find_bounds_finds (mock_index,
5c58de74
PA
4753 "\377", expected_syms1));
4754
4755 static const char *expected_syms2[] = {
4756 "\377\377123",
4757 };
a3c5fafd 4758 SELF_CHECK (check_find_bounds_finds (mock_index,
5c58de74
PA
4759 "\377\377", expected_syms2));
4760 }
4761}
4762
4763/* Test dw2_expand_symtabs_matching_symbol. */
4764
4765static void
4766test_dw2_expand_symtabs_matching_symbol ()
c62446b1
PA
4767{
4768 mock_mapped_index mock_index (test_symbols);
4769
4770 /* We let all tests run until the end even if some fails, for debug
4771 convenience. */
4772 bool any_mismatch = false;
4773
4774 /* Create the expected symbols list (an initializer_list). Needed
4775 because lists have commas, and we need to pass them to CHECK,
4776 which is a macro. */
4777#define EXPECT(...) { __VA_ARGS__ }
4778
4779 /* Wrapper for check_match that passes down the current
4780 __FILE__/__LINE__. */
4781#define CHECK_MATCH(NAME, MATCH_TYPE, COMPLETION_MODE, EXPECTED_LIST) \
4782 any_mismatch |= !check_match (__FILE__, __LINE__, \
4783 mock_index, \
4784 NAME, MATCH_TYPE, COMPLETION_MODE, \
4785 EXPECTED_LIST)
4786
4787 /* Identity checks. */
4788 for (const char *sym : test_symbols)
4789 {
4790 /* Should be able to match all existing symbols. */
4791 CHECK_MATCH (sym, symbol_name_match_type::FULL, false,
4792 EXPECT (sym));
4793
4794 /* Should be able to match all existing symbols with
4795 parameters. */
4796 std::string with_params = std::string (sym) + "(int)";
4797 CHECK_MATCH (with_params.c_str (), symbol_name_match_type::FULL, false,
4798 EXPECT (sym));
4799
4800 /* Should be able to match all existing symbols with
4801 parameters and qualifiers. */
4802 with_params = std::string (sym) + " ( int ) const";
4803 CHECK_MATCH (with_params.c_str (), symbol_name_match_type::FULL, false,
4804 EXPECT (sym));
4805
4806 /* This should really find sym, but cp-name-parser.y doesn't
4807 know about lvalue/rvalue qualifiers yet. */
4808 with_params = std::string (sym) + " ( int ) &&";
4809 CHECK_MATCH (with_params.c_str (), symbol_name_match_type::FULL, false,
4810 {});
4811 }
4812
e1ef7d7a
PA
4813 /* Check that the name matching algorithm for completion doesn't get
4814 confused with Latin1 'ÿ' / 0xff. */
4815 {
4816 static const char str[] = "\377";
4817 CHECK_MATCH (str, symbol_name_match_type::FULL, true,
4818 EXPECT ("\377", "\377\377123"));
4819 }
4820
4821 /* Check that the increment-last-char in the matching algorithm for
4822 completion doesn't match "t1_fund" when completing "t1_func". */
4823 {
4824 static const char str[] = "t1_func";
4825 CHECK_MATCH (str, symbol_name_match_type::FULL, true,
4826 EXPECT ("t1_func", "t1_func1"));
4827 }
4828
c62446b1
PA
4829 /* Check that completion mode works at each prefix of the expected
4830 symbol name. */
4831 {
4832 static const char str[] = "function(int)";
4833 size_t len = strlen (str);
4834 std::string lookup;
4835
4836 for (size_t i = 1; i < len; i++)
4837 {
4838 lookup.assign (str, i);
4839 CHECK_MATCH (lookup.c_str (), symbol_name_match_type::FULL, true,
4840 EXPECT ("function"));
4841 }
4842 }
4843
4844 /* While "w" is a prefix of both components, the match function
4845 should still only be called once. */
4846 {
4847 CHECK_MATCH ("w", symbol_name_match_type::FULL, true,
4848 EXPECT ("w1::w2"));
a20714ff
PA
4849 CHECK_MATCH ("w", symbol_name_match_type::WILD, true,
4850 EXPECT ("w1::w2"));
c62446b1
PA
4851 }
4852
4853 /* Same, with a "complicated" symbol. */
4854 {
4855 static const char str[] = Z_SYM_NAME;
4856 size_t len = strlen (str);
4857 std::string lookup;
4858
4859 for (size_t i = 1; i < len; i++)
4860 {
4861 lookup.assign (str, i);
4862 CHECK_MATCH (lookup.c_str (), symbol_name_match_type::FULL, true,
4863 EXPECT (Z_SYM_NAME));
4864 }
4865 }
4866
4867 /* In FULL mode, an incomplete symbol doesn't match. */
4868 {
4869 CHECK_MATCH ("std::zfunction(int", symbol_name_match_type::FULL, false,
4870 {});
4871 }
4872
4873 /* A complete symbol with parameters matches any overload, since the
4874 index has no overload info. */
4875 {
4876 CHECK_MATCH ("std::zfunction(int)", symbol_name_match_type::FULL, true,
4877 EXPECT ("std::zfunction", "std::zfunction2"));
a20714ff
PA
4878 CHECK_MATCH ("zfunction(int)", symbol_name_match_type::WILD, true,
4879 EXPECT ("std::zfunction", "std::zfunction2"));
4880 CHECK_MATCH ("zfunc", symbol_name_match_type::WILD, true,
4881 EXPECT ("std::zfunction", "std::zfunction2"));
c62446b1
PA
4882 }
4883
4884 /* Check that whitespace is ignored appropriately. A symbol with a
4885 template argument list. */
4886 {
4887 static const char expected[] = "ns::foo<int>";
4888 CHECK_MATCH ("ns :: foo < int > ", symbol_name_match_type::FULL, false,
4889 EXPECT (expected));
a20714ff
PA
4890 CHECK_MATCH ("foo < int > ", symbol_name_match_type::WILD, false,
4891 EXPECT (expected));
c62446b1
PA
4892 }
4893
4894 /* Check that whitespace is ignored appropriately. A symbol with a
4895 template argument list that includes a pointer. */
4896 {
4897 static const char expected[] = "ns::foo<char*>";
4898 /* Try both completion and non-completion modes. */
4899 static const bool completion_mode[2] = {false, true};
4900 for (size_t i = 0; i < 2; i++)
4901 {
4902 CHECK_MATCH ("ns :: foo < char * >", symbol_name_match_type::FULL,
4903 completion_mode[i], EXPECT (expected));
a20714ff
PA
4904 CHECK_MATCH ("foo < char * >", symbol_name_match_type::WILD,
4905 completion_mode[i], EXPECT (expected));
c62446b1
PA
4906
4907 CHECK_MATCH ("ns :: foo < char * > (int)", symbol_name_match_type::FULL,
4908 completion_mode[i], EXPECT (expected));
a20714ff
PA
4909 CHECK_MATCH ("foo < char * > (int)", symbol_name_match_type::WILD,
4910 completion_mode[i], EXPECT (expected));
c62446b1
PA
4911 }
4912 }
4913
4914 {
4915 /* Check method qualifiers are ignored. */
4916 static const char expected[] = "ns::foo<char*>";
4917 CHECK_MATCH ("ns :: foo < char * > ( int ) const",
4918 symbol_name_match_type::FULL, true, EXPECT (expected));
4919 CHECK_MATCH ("ns :: foo < char * > ( int ) &&",
4920 symbol_name_match_type::FULL, true, EXPECT (expected));
a20714ff
PA
4921 CHECK_MATCH ("foo < char * > ( int ) const",
4922 symbol_name_match_type::WILD, true, EXPECT (expected));
4923 CHECK_MATCH ("foo < char * > ( int ) &&",
4924 symbol_name_match_type::WILD, true, EXPECT (expected));
c62446b1
PA
4925 }
4926
4927 /* Test lookup names that don't match anything. */
4928 {
a20714ff
PA
4929 CHECK_MATCH ("bar2", symbol_name_match_type::WILD, false,
4930 {});
4931
c62446b1
PA
4932 CHECK_MATCH ("doesntexist", symbol_name_match_type::FULL, false,
4933 {});
4934 }
4935
a20714ff
PA
4936 /* Some wild matching tests, exercising "(anonymous namespace)",
4937 which should not be confused with a parameter list. */
4938 {
4939 static const char *syms[] = {
4940 "A::B::C",
4941 "B::C",
4942 "C",
4943 "A :: B :: C ( int )",
4944 "B :: C ( int )",
4945 "C ( int )",
4946 };
4947
4948 for (const char *s : syms)
4949 {
4950 CHECK_MATCH (s, symbol_name_match_type::WILD, false,
4951 EXPECT ("(anonymous namespace)::A::B::C"));
4952 }
4953 }
4954
4955 {
4956 static const char expected[] = "ns2::tmpl<int>::foo2";
4957 CHECK_MATCH ("tmp", symbol_name_match_type::WILD, true,
4958 EXPECT (expected));
4959 CHECK_MATCH ("tmpl<", symbol_name_match_type::WILD, true,
4960 EXPECT (expected));
4961 }
4962
c62446b1
PA
4963 SELF_CHECK (!any_mismatch);
4964
4965#undef EXPECT
4966#undef CHECK_MATCH
4967}
4968
5c58de74
PA
4969static void
4970run_test ()
4971{
4972 test_mapped_index_find_name_component_bounds ();
4973 test_dw2_expand_symtabs_matching_symbol ();
4974}
4975
c62446b1
PA
4976}} // namespace selftests::dw2_expand_symtabs_matching
4977
4978#endif /* GDB_SELF_TEST */
4979
4b514bc8
JK
4980/* If FILE_MATCHER is NULL or if PER_CU has
4981 dwarf2_per_cu_quick_data::MARK set (see
4982 dw_expand_symtabs_matching_file_matcher), expand the CU and call
4983 EXPANSION_NOTIFY on it. */
4984
4985static void
4986dw2_expand_symtabs_matching_one
4987 (struct dwarf2_per_cu_data *per_cu,
4988 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
4989 gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify)
4990{
4991 if (file_matcher == NULL || per_cu->v.quick->mark)
4992 {
4993 bool symtab_was_null
4994 = (per_cu->v.quick->compunit_symtab == NULL);
4995
58f0c718 4996 dw2_instantiate_symtab (per_cu, false);
4b514bc8
JK
4997
4998 if (expansion_notify != NULL
4999 && symtab_was_null
5000 && per_cu->v.quick->compunit_symtab != NULL)
5001 expansion_notify (per_cu->v.quick->compunit_symtab);
5002 }
5003}
5004
3f563c84
PA
5005/* Helper for dw2_expand_matching symtabs. Called on each symbol
5006 matched, to expand corresponding CUs that were marked. IDX is the
5007 index of the symbol name that matched. */
5008
5009static void
5010dw2_expand_marked_cus
ed2dc618 5011 (struct dwarf2_per_objfile *dwarf2_per_objfile, offset_type idx,
3f563c84
PA
5012 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
5013 gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify,
5014 search_domain kind)
5015{
3f563c84
PA
5016 offset_type *vec, vec_len, vec_idx;
5017 bool global_seen = false;
ed2dc618 5018 mapped_index &index = *dwarf2_per_objfile->index_table;
3f563c84 5019
61920122 5020 vec = (offset_type *) (index.constant_pool
f00a2de2 5021 + MAYBE_SWAP (index.symbol_table[idx].vec));
61920122
PA
5022 vec_len = MAYBE_SWAP (vec[0]);
5023 for (vec_idx = 0; vec_idx < vec_len; ++vec_idx)
5024 {
61920122
PA
5025 offset_type cu_index_and_attrs = MAYBE_SWAP (vec[vec_idx + 1]);
5026 /* This value is only valid for index versions >= 7. */
5027 int is_static = GDB_INDEX_SYMBOL_STATIC_VALUE (cu_index_and_attrs);
5028 gdb_index_symbol_kind symbol_kind =
5029 GDB_INDEX_SYMBOL_KIND_VALUE (cu_index_and_attrs);
5030 int cu_index = GDB_INDEX_CU_VALUE (cu_index_and_attrs);
5031 /* Only check the symbol attributes if they're present.
5032 Indices prior to version 7 don't record them,
5033 and indices >= 7 may elide them for certain symbols
5034 (gold does this). */
5035 int attrs_valid =
5036 (index.version >= 7
5037 && symbol_kind != GDB_INDEX_SYMBOL_KIND_NONE);
5038
5039 /* Work around gold/15646. */
5040 if (attrs_valid)
9291a0cd 5041 {
61920122
PA
5042 if (!is_static && global_seen)
5043 continue;
5044 if (!is_static)
5045 global_seen = true;
5046 }
3190f0c6 5047
61920122
PA
5048 /* Only check the symbol's kind if it has one. */
5049 if (attrs_valid)
5050 {
5051 switch (kind)
8943b874 5052 {
61920122
PA
5053 case VARIABLES_DOMAIN:
5054 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_VARIABLE)
5055 continue;
5056 break;
5057 case FUNCTIONS_DOMAIN:
5058 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_FUNCTION)
8943b874 5059 continue;
61920122
PA
5060 break;
5061 case TYPES_DOMAIN:
5062 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_TYPE)
5063 continue;
5064 break;
5065 default:
5066 break;
8943b874 5067 }
61920122 5068 }
8943b874 5069
61920122 5070 /* Don't crash on bad data. */
b76e467d 5071 if (cu_index >= (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 5072 + dwarf2_per_objfile->all_type_units.size ()))
61920122 5073 {
b98664d3 5074 complaint (_(".gdb_index entry has bad CU index"
ed2dc618
SM
5075 " [in module %s]"),
5076 objfile_name (dwarf2_per_objfile->objfile));
61920122
PA
5077 continue;
5078 }
5079
ff4c9fec 5080 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (cu_index);
4b514bc8
JK
5081 dw2_expand_symtabs_matching_one (per_cu, file_matcher,
5082 expansion_notify);
61920122
PA
5083 }
5084}
5085
4b514bc8
JK
5086/* If FILE_MATCHER is non-NULL, set all the
5087 dwarf2_per_cu_quick_data::MARK of the current DWARF2_PER_OBJFILE
5088 that match FILE_MATCHER. */
5089
61920122 5090static void
4b514bc8 5091dw_expand_symtabs_matching_file_matcher
ed2dc618
SM
5092 (struct dwarf2_per_objfile *dwarf2_per_objfile,
5093 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher)
61920122 5094{
4b514bc8 5095 if (file_matcher == NULL)
61920122
PA
5096 return;
5097
4b514bc8
JK
5098 objfile *const objfile = dwarf2_per_objfile->objfile;
5099
5100 htab_up visited_found (htab_create_alloc (10, htab_hash_pointer,
5101 htab_eq_pointer,
5102 NULL, xcalloc, xfree));
5103 htab_up visited_not_found (htab_create_alloc (10, htab_hash_pointer,
61920122
PA
5104 htab_eq_pointer,
5105 NULL, xcalloc, xfree));
61920122 5106
4b514bc8
JK
5107 /* The rule is CUs specify all the files, including those used by
5108 any TU, so there's no need to scan TUs here. */
61920122 5109
b76e467d 5110 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
927aa2e7 5111 {
927aa2e7
JK
5112 QUIT;
5113
5114 per_cu->v.quick->mark = 0;
5115
5116 /* We only need to look at symtabs not already expanded. */
5117 if (per_cu->v.quick->compunit_symtab)
5118 continue;
5119
b76e467d 5120 quick_file_names *file_data = dw2_get_file_names (per_cu);
927aa2e7
JK
5121 if (file_data == NULL)
5122 continue;
5123
5124 if (htab_find (visited_not_found.get (), file_data) != NULL)
5125 continue;
5126 else if (htab_find (visited_found.get (), file_data) != NULL)
5127 {
5128 per_cu->v.quick->mark = 1;
5129 continue;
5130 }
5131
b76e467d 5132 for (int j = 0; j < file_data->num_file_names; ++j)
927aa2e7
JK
5133 {
5134 const char *this_real_name;
5135
5136 if (file_matcher (file_data->file_names[j], false))
5137 {
5138 per_cu->v.quick->mark = 1;
5139 break;
5140 }
5141
5142 /* Before we invoke realpath, which can get expensive when many
5143 files are involved, do a quick comparison of the basenames. */
5144 if (!basenames_may_differ
5145 && !file_matcher (lbasename (file_data->file_names[j]),
5146 true))
5147 continue;
5148
5149 this_real_name = dw2_get_real_path (objfile, file_data, j);
5150 if (file_matcher (this_real_name, false))
5151 {
5152 per_cu->v.quick->mark = 1;
5153 break;
5154 }
5155 }
5156
b76e467d
SM
5157 void **slot = htab_find_slot (per_cu->v.quick->mark
5158 ? visited_found.get ()
5159 : visited_not_found.get (),
5160 file_data, INSERT);
927aa2e7
JK
5161 *slot = file_data;
5162 }
5163}
5164
5165static void
5166dw2_expand_symtabs_matching
5167 (struct objfile *objfile,
5168 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
5169 const lookup_name_info &lookup_name,
5170 gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher,
5171 gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify,
5172 enum search_domain kind)
5173{
ed2dc618
SM
5174 struct dwarf2_per_objfile *dwarf2_per_objfile
5175 = get_dwarf2_per_objfile (objfile);
927aa2e7
JK
5176
5177 /* index_table is NULL if OBJF_READNOW. */
5178 if (!dwarf2_per_objfile->index_table)
5179 return;
5180
ed2dc618 5181 dw_expand_symtabs_matching_file_matcher (dwarf2_per_objfile, file_matcher);
927aa2e7
JK
5182
5183 mapped_index &index = *dwarf2_per_objfile->index_table;
5184
5185 dw2_expand_symtabs_matching_symbol (index, lookup_name,
5186 symbol_matcher,
5187 kind, [&] (offset_type idx)
5188 {
ed2dc618 5189 dw2_expand_marked_cus (dwarf2_per_objfile, idx, file_matcher,
927aa2e7
JK
5190 expansion_notify, kind);
5191 });
5192}
5193
5194/* A helper for dw2_find_pc_sect_compunit_symtab which finds the most specific
5195 symtab. */
5196
5197static struct compunit_symtab *
5198recursively_find_pc_sect_compunit_symtab (struct compunit_symtab *cust,
5199 CORE_ADDR pc)
5200{
5201 int i;
5202
5203 if (COMPUNIT_BLOCKVECTOR (cust) != NULL
5204 && blockvector_contains_pc (COMPUNIT_BLOCKVECTOR (cust), pc))
5205 return cust;
5206
5207 if (cust->includes == NULL)
5208 return NULL;
5209
5210 for (i = 0; cust->includes[i]; ++i)
5211 {
5212 struct compunit_symtab *s = cust->includes[i];
5213
5214 s = recursively_find_pc_sect_compunit_symtab (s, pc);
5215 if (s != NULL)
5216 return s;
5217 }
5218
5219 return NULL;
5220}
5221
5222static struct compunit_symtab *
5223dw2_find_pc_sect_compunit_symtab (struct objfile *objfile,
5224 struct bound_minimal_symbol msymbol,
5225 CORE_ADDR pc,
5226 struct obj_section *section,
5227 int warn_if_readin)
5228{
5229 struct dwarf2_per_cu_data *data;
5230 struct compunit_symtab *result;
5231
d320c2b5 5232 if (!objfile->partial_symtabs->psymtabs_addrmap)
927aa2e7
JK
5233 return NULL;
5234
79748972
TT
5235 CORE_ADDR baseaddr = ANOFFSET (objfile->section_offsets,
5236 SECT_OFF_TEXT (objfile));
d320c2b5
TT
5237 data = (struct dwarf2_per_cu_data *) addrmap_find
5238 (objfile->partial_symtabs->psymtabs_addrmap, pc - baseaddr);
927aa2e7
JK
5239 if (!data)
5240 return NULL;
5241
5242 if (warn_if_readin && data->v.quick->compunit_symtab)
5243 warning (_("(Internal error: pc %s in read in CU, but not in symtab.)"),
5244 paddress (get_objfile_arch (objfile), pc));
5245
5246 result
58f0c718
TT
5247 = recursively_find_pc_sect_compunit_symtab (dw2_instantiate_symtab (data,
5248 false),
927aa2e7
JK
5249 pc);
5250 gdb_assert (result != NULL);
5251 return result;
5252}
5253
5254static void
5255dw2_map_symbol_filenames (struct objfile *objfile, symbol_filename_ftype *fun,
5256 void *data, int need_fullname)
5257{
ed2dc618
SM
5258 struct dwarf2_per_objfile *dwarf2_per_objfile
5259 = get_dwarf2_per_objfile (objfile);
927aa2e7
JK
5260
5261 if (!dwarf2_per_objfile->filenames_cache)
5262 {
5263 dwarf2_per_objfile->filenames_cache.emplace ();
5264
5265 htab_up visited (htab_create_alloc (10,
5266 htab_hash_pointer, htab_eq_pointer,
5267 NULL, xcalloc, xfree));
5268
5269 /* The rule is CUs specify all the files, including those used
5270 by any TU, so there's no need to scan TUs here. We can
5271 ignore file names coming from already-expanded CUs. */
5272
b76e467d 5273 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
927aa2e7 5274 {
927aa2e7
JK
5275 if (per_cu->v.quick->compunit_symtab)
5276 {
5277 void **slot = htab_find_slot (visited.get (),
5278 per_cu->v.quick->file_names,
5279 INSERT);
5280
5281 *slot = per_cu->v.quick->file_names;
5282 }
5283 }
5284
b76e467d 5285 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
927aa2e7 5286 {
927aa2e7
JK
5287 /* We only need to look at symtabs not already expanded. */
5288 if (per_cu->v.quick->compunit_symtab)
5289 continue;
5290
b76e467d 5291 quick_file_names *file_data = dw2_get_file_names (per_cu);
927aa2e7
JK
5292 if (file_data == NULL)
5293 continue;
5294
b76e467d 5295 void **slot = htab_find_slot (visited.get (), file_data, INSERT);
927aa2e7
JK
5296 if (*slot)
5297 {
5298 /* Already visited. */
5299 continue;
5300 }
5301 *slot = file_data;
5302
5303 for (int j = 0; j < file_data->num_file_names; ++j)
5304 {
5305 const char *filename = file_data->file_names[j];
5306 dwarf2_per_objfile->filenames_cache->seen (filename);
5307 }
5308 }
5309 }
5310
5311 dwarf2_per_objfile->filenames_cache->traverse ([&] (const char *filename)
5312 {
5313 gdb::unique_xmalloc_ptr<char> this_real_name;
5314
5315 if (need_fullname)
5316 this_real_name = gdb_realpath (filename);
5317 (*fun) (filename, this_real_name.get (), data);
5318 });
5319}
5320
5321static int
5322dw2_has_symbols (struct objfile *objfile)
5323{
5324 return 1;
5325}
5326
5327const struct quick_symbol_functions dwarf2_gdb_index_functions =
5328{
5329 dw2_has_symbols,
5330 dw2_find_last_source_symtab,
5331 dw2_forget_cached_source_info,
5332 dw2_map_symtabs_matching_filename,
5333 dw2_lookup_symbol,
5334 dw2_print_stats,
5335 dw2_dump,
927aa2e7
JK
5336 dw2_expand_symtabs_for_function,
5337 dw2_expand_all_symtabs,
5338 dw2_expand_symtabs_with_fullname,
5339 dw2_map_matching_symbols,
5340 dw2_expand_symtabs_matching,
5341 dw2_find_pc_sect_compunit_symtab,
5342 NULL,
5343 dw2_map_symbol_filenames
5344};
5345
5346/* DWARF-5 debug_names reader. */
5347
5348/* DWARF-5 augmentation string for GDB's DW_IDX_GNU_* extension. */
5349static const gdb_byte dwarf5_augmentation[] = { 'G', 'D', 'B', 0 };
5350
5351/* A helper function that reads the .debug_names section in SECTION
5352 and fills in MAP. FILENAME is the name of the file containing the
5353 section; it is used for error reporting.
5354
5355 Returns true if all went well, false otherwise. */
5356
5357static bool
5358read_debug_names_from_section (struct objfile *objfile,
5359 const char *filename,
5360 struct dwarf2_section_info *section,
5361 mapped_debug_names &map)
5362{
5363 if (dwarf2_section_empty_p (section))
5364 return false;
5365
5366 /* Older elfutils strip versions could keep the section in the main
5367 executable while splitting it for the separate debug info file. */
5368 if ((get_section_flags (section) & SEC_HAS_CONTENTS) == 0)
5369 return false;
5370
5371 dwarf2_read_section (objfile, section);
5372
5373 map.dwarf5_byte_order = gdbarch_byte_order (get_objfile_arch (objfile));
5374
5375 const gdb_byte *addr = section->buffer;
5376
5377 bfd *const abfd = get_section_bfd_owner (section);
5378
5379 unsigned int bytes_read;
5380 LONGEST length = read_initial_length (abfd, addr, &bytes_read);
5381 addr += bytes_read;
5382
5383 map.dwarf5_is_dwarf64 = bytes_read != 4;
5384 map.offset_size = map.dwarf5_is_dwarf64 ? 8 : 4;
5385 if (bytes_read + length != section->size)
5386 {
5387 /* There may be multiple per-CU indices. */
5388 warning (_("Section .debug_names in %s length %s does not match "
5389 "section length %s, ignoring .debug_names."),
5390 filename, plongest (bytes_read + length),
5391 pulongest (section->size));
5392 return false;
5393 }
5394
5395 /* The version number. */
5396 uint16_t version = read_2_bytes (abfd, addr);
5397 addr += 2;
5398 if (version != 5)
5399 {
5400 warning (_("Section .debug_names in %s has unsupported version %d, "
5401 "ignoring .debug_names."),
5402 filename, version);
5403 return false;
5404 }
5405
5406 /* Padding. */
5407 uint16_t padding = read_2_bytes (abfd, addr);
5408 addr += 2;
5409 if (padding != 0)
5410 {
5411 warning (_("Section .debug_names in %s has unsupported padding %d, "
5412 "ignoring .debug_names."),
5413 filename, padding);
5414 return false;
5415 }
5416
5417 /* comp_unit_count - The number of CUs in the CU list. */
5418 map.cu_count = read_4_bytes (abfd, addr);
5419 addr += 4;
5420
5421 /* local_type_unit_count - The number of TUs in the local TU
5422 list. */
5423 map.tu_count = read_4_bytes (abfd, addr);
5424 addr += 4;
5425
5426 /* foreign_type_unit_count - The number of TUs in the foreign TU
5427 list. */
5428 uint32_t foreign_tu_count = read_4_bytes (abfd, addr);
5429 addr += 4;
5430 if (foreign_tu_count != 0)
5431 {
5432 warning (_("Section .debug_names in %s has unsupported %lu foreign TUs, "
5433 "ignoring .debug_names."),
5434 filename, static_cast<unsigned long> (foreign_tu_count));
5435 return false;
5436 }
5437
5438 /* bucket_count - The number of hash buckets in the hash lookup
5439 table. */
5440 map.bucket_count = read_4_bytes (abfd, addr);
5441 addr += 4;
5442
5443 /* name_count - The number of unique names in the index. */
5444 map.name_count = read_4_bytes (abfd, addr);
5445 addr += 4;
5446
5447 /* abbrev_table_size - The size in bytes of the abbreviations
5448 table. */
5449 uint32_t abbrev_table_size = read_4_bytes (abfd, addr);
5450 addr += 4;
5451
5452 /* augmentation_string_size - The size in bytes of the augmentation
5453 string. This value is rounded up to a multiple of 4. */
5454 uint32_t augmentation_string_size = read_4_bytes (abfd, addr);
5455 addr += 4;
5456 map.augmentation_is_gdb = ((augmentation_string_size
5457 == sizeof (dwarf5_augmentation))
5458 && memcmp (addr, dwarf5_augmentation,
5459 sizeof (dwarf5_augmentation)) == 0);
5460 augmentation_string_size += (-augmentation_string_size) & 3;
5461 addr += augmentation_string_size;
5462
5463 /* List of CUs */
5464 map.cu_table_reordered = addr;
5465 addr += map.cu_count * map.offset_size;
5466
5467 /* List of Local TUs */
5468 map.tu_table_reordered = addr;
5469 addr += map.tu_count * map.offset_size;
5470
5471 /* Hash Lookup Table */
5472 map.bucket_table_reordered = reinterpret_cast<const uint32_t *> (addr);
5473 addr += map.bucket_count * 4;
5474 map.hash_table_reordered = reinterpret_cast<const uint32_t *> (addr);
5475 addr += map.name_count * 4;
5476
5477 /* Name Table */
5478 map.name_table_string_offs_reordered = addr;
5479 addr += map.name_count * map.offset_size;
5480 map.name_table_entry_offs_reordered = addr;
5481 addr += map.name_count * map.offset_size;
5482
5483 const gdb_byte *abbrev_table_start = addr;
5484 for (;;)
5485 {
927aa2e7
JK
5486 const ULONGEST index_num = read_unsigned_leb128 (abfd, addr, &bytes_read);
5487 addr += bytes_read;
5488 if (index_num == 0)
5489 break;
5490
5491 const auto insertpair
5492 = map.abbrev_map.emplace (index_num, mapped_debug_names::index_val ());
5493 if (!insertpair.second)
5494 {
5495 warning (_("Section .debug_names in %s has duplicate index %s, "
5496 "ignoring .debug_names."),
5497 filename, pulongest (index_num));
5498 return false;
5499 }
5500 mapped_debug_names::index_val &indexval = insertpair.first->second;
5501 indexval.dwarf_tag = read_unsigned_leb128 (abfd, addr, &bytes_read);
5502 addr += bytes_read;
5503
5504 for (;;)
5505 {
5506 mapped_debug_names::index_val::attr attr;
5507 attr.dw_idx = read_unsigned_leb128 (abfd, addr, &bytes_read);
5508 addr += bytes_read;
5509 attr.form = read_unsigned_leb128 (abfd, addr, &bytes_read);
5510 addr += bytes_read;
5511 if (attr.form == DW_FORM_implicit_const)
5512 {
5513 attr.implicit_const = read_signed_leb128 (abfd, addr,
5514 &bytes_read);
5515 addr += bytes_read;
5516 }
5517 if (attr.dw_idx == 0 && attr.form == 0)
5518 break;
5519 indexval.attr_vec.push_back (std::move (attr));
5520 }
5521 }
5522 if (addr != abbrev_table_start + abbrev_table_size)
5523 {
5524 warning (_("Section .debug_names in %s has abbreviation_table "
47e3f474
TV
5525 "of size %s vs. written as %u, ignoring .debug_names."),
5526 filename, plongest (addr - abbrev_table_start),
5527 abbrev_table_size);
927aa2e7
JK
5528 return false;
5529 }
5530 map.entry_pool = addr;
5531
5532 return true;
5533}
5534
5535/* A helper for create_cus_from_debug_names that handles the MAP's CU
5536 list. */
5537
5538static void
ed2dc618 5539create_cus_from_debug_names_list (struct dwarf2_per_objfile *dwarf2_per_objfile,
927aa2e7
JK
5540 const mapped_debug_names &map,
5541 dwarf2_section_info &section,
b76e467d 5542 bool is_dwz)
927aa2e7
JK
5543{
5544 sect_offset sect_off_prev;
5545 for (uint32_t i = 0; i <= map.cu_count; ++i)
5546 {
5547 sect_offset sect_off_next;
5548 if (i < map.cu_count)
5549 {
5550 sect_off_next
5551 = (sect_offset) (extract_unsigned_integer
5552 (map.cu_table_reordered + i * map.offset_size,
5553 map.offset_size,
5554 map.dwarf5_byte_order));
5555 }
5556 else
5557 sect_off_next = (sect_offset) section.size;
5558 if (i >= 1)
5559 {
5560 const ULONGEST length = sect_off_next - sect_off_prev;
b76e467d 5561 dwarf2_per_cu_data *per_cu
ed2dc618 5562 = create_cu_from_index_list (dwarf2_per_objfile, &section, is_dwz,
927aa2e7 5563 sect_off_prev, length);
b76e467d 5564 dwarf2_per_objfile->all_comp_units.push_back (per_cu);
927aa2e7
JK
5565 }
5566 sect_off_prev = sect_off_next;
5567 }
5568}
5569
5570/* Read the CU list from the mapped index, and use it to create all
ed2dc618 5571 the CU objects for this dwarf2_per_objfile. */
927aa2e7
JK
5572
5573static void
ed2dc618 5574create_cus_from_debug_names (struct dwarf2_per_objfile *dwarf2_per_objfile,
927aa2e7
JK
5575 const mapped_debug_names &map,
5576 const mapped_debug_names &dwz_map)
5577{
b76e467d
SM
5578 gdb_assert (dwarf2_per_objfile->all_comp_units.empty ());
5579 dwarf2_per_objfile->all_comp_units.reserve (map.cu_count + dwz_map.cu_count);
927aa2e7 5580
ed2dc618
SM
5581 create_cus_from_debug_names_list (dwarf2_per_objfile, map,
5582 dwarf2_per_objfile->info,
b76e467d 5583 false /* is_dwz */);
927aa2e7
JK
5584
5585 if (dwz_map.cu_count == 0)
5586 return;
5587
ed2dc618
SM
5588 dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
5589 create_cus_from_debug_names_list (dwarf2_per_objfile, dwz_map, dwz->info,
b76e467d 5590 true /* is_dwz */);
927aa2e7
JK
5591}
5592
5593/* Read .debug_names. If everything went ok, initialize the "quick"
5594 elements of all the CUs and return true. Otherwise, return false. */
5595
5596static bool
ed2dc618 5597dwarf2_read_debug_names (struct dwarf2_per_objfile *dwarf2_per_objfile)
927aa2e7 5598{
22ca247e
TT
5599 std::unique_ptr<mapped_debug_names> map
5600 (new mapped_debug_names (dwarf2_per_objfile));
ed2dc618
SM
5601 mapped_debug_names dwz_map (dwarf2_per_objfile);
5602 struct objfile *objfile = dwarf2_per_objfile->objfile;
927aa2e7
JK
5603
5604 if (!read_debug_names_from_section (objfile, objfile_name (objfile),
5605 &dwarf2_per_objfile->debug_names,
22ca247e 5606 *map))
927aa2e7
JK
5607 return false;
5608
5609 /* Don't use the index if it's empty. */
22ca247e 5610 if (map->name_count == 0)
927aa2e7
JK
5611 return false;
5612
5613 /* If there is a .dwz file, read it so we can get its CU list as
5614 well. */
ed2dc618 5615 dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
927aa2e7
JK
5616 if (dwz != NULL)
5617 {
5618 if (!read_debug_names_from_section (objfile,
5619 bfd_get_filename (dwz->dwz_bfd),
5620 &dwz->debug_names, dwz_map))
5621 {
5622 warning (_("could not read '.debug_names' section from %s; skipping"),
5623 bfd_get_filename (dwz->dwz_bfd));
5624 return false;
5625 }
5626 }
5627
22ca247e 5628 create_cus_from_debug_names (dwarf2_per_objfile, *map, dwz_map);
927aa2e7 5629
22ca247e 5630 if (map->tu_count != 0)
927aa2e7
JK
5631 {
5632 /* We can only handle a single .debug_types when we have an
5633 index. */
fd5866f6 5634 if (dwarf2_per_objfile->types.size () != 1)
927aa2e7
JK
5635 return false;
5636
fd5866f6 5637 dwarf2_section_info *section = &dwarf2_per_objfile->types[0];
927aa2e7
JK
5638
5639 create_signatured_type_table_from_debug_names
22ca247e 5640 (dwarf2_per_objfile, *map, section, &dwarf2_per_objfile->abbrev);
927aa2e7
JK
5641 }
5642
ed2dc618
SM
5643 create_addrmap_from_aranges (dwarf2_per_objfile,
5644 &dwarf2_per_objfile->debug_aranges);
927aa2e7 5645
22ca247e 5646 dwarf2_per_objfile->debug_names_table = std::move (map);
927aa2e7
JK
5647 dwarf2_per_objfile->using_index = 1;
5648 dwarf2_per_objfile->quick_file_names_table =
b76e467d 5649 create_quick_file_names_table (dwarf2_per_objfile->all_comp_units.size ());
927aa2e7
JK
5650
5651 return true;
5652}
5653
927aa2e7
JK
5654/* Type used to manage iterating over all CUs looking for a symbol for
5655 .debug_names. */
5656
5657class dw2_debug_names_iterator
5658{
5659public:
5660 /* If WANT_SPECIFIC_BLOCK is true, only look for symbols in block
5661 BLOCK_INDEX. Otherwise BLOCK_INDEX is ignored. */
5662 dw2_debug_names_iterator (const mapped_debug_names &map,
5663 bool want_specific_block,
5664 block_enum block_index, domain_enum domain,
5665 const char *name)
5666 : m_map (map), m_want_specific_block (want_specific_block),
5667 m_block_index (block_index), m_domain (domain),
5668 m_addr (find_vec_in_debug_names (map, name))
5669 {}
5670
5671 dw2_debug_names_iterator (const mapped_debug_names &map,
5672 search_domain search, uint32_t namei)
5673 : m_map (map),
5674 m_search (search),
5675 m_addr (find_vec_in_debug_names (map, namei))
5676 {}
5677
5678 /* Return the next matching CU or NULL if there are no more. */
5679 dwarf2_per_cu_data *next ();
5680
5681private:
5682 static const gdb_byte *find_vec_in_debug_names (const mapped_debug_names &map,
5683 const char *name);
5684 static const gdb_byte *find_vec_in_debug_names (const mapped_debug_names &map,
5685 uint32_t namei);
5686
5687 /* The internalized form of .debug_names. */
5688 const mapped_debug_names &m_map;
5689
5690 /* If true, only look for symbols that match BLOCK_INDEX. */
5691 const bool m_want_specific_block = false;
5692
5693 /* One of GLOBAL_BLOCK or STATIC_BLOCK.
5694 Unused if !WANT_SPECIFIC_BLOCK - FIRST_LOCAL_BLOCK is an invalid
5695 value. */
5696 const block_enum m_block_index = FIRST_LOCAL_BLOCK;
5697
5698 /* The kind of symbol we're looking for. */
5699 const domain_enum m_domain = UNDEF_DOMAIN;
5700 const search_domain m_search = ALL_DOMAIN;
5701
5702 /* The list of CUs from the index entry of the symbol, or NULL if
5703 not found. */
5704 const gdb_byte *m_addr;
5705};
5706
5707const char *
5708mapped_debug_names::namei_to_name (uint32_t namei) const
5709{
5710 const ULONGEST namei_string_offs
5711 = extract_unsigned_integer ((name_table_string_offs_reordered
5712 + namei * offset_size),
5713 offset_size,
5714 dwarf5_byte_order);
5715 return read_indirect_string_at_offset
ed2dc618 5716 (dwarf2_per_objfile, dwarf2_per_objfile->objfile->obfd, namei_string_offs);
927aa2e7
JK
5717}
5718
5719/* Find a slot in .debug_names for the object named NAME. If NAME is
5720 found, return pointer to its pool data. If NAME cannot be found,
5721 return NULL. */
5722
5723const gdb_byte *
5724dw2_debug_names_iterator::find_vec_in_debug_names
5725 (const mapped_debug_names &map, const char *name)
5726{
5727 int (*cmp) (const char *, const char *);
5728
54ee4252 5729 gdb::unique_xmalloc_ptr<char> without_params;
927aa2e7
JK
5730 if (current_language->la_language == language_cplus
5731 || current_language->la_language == language_fortran
5732 || current_language->la_language == language_d)
5733 {
5734 /* NAME is already canonical. Drop any qualifiers as
5735 .debug_names does not contain any. */
5736
5737 if (strchr (name, '(') != NULL)
5738 {
54ee4252 5739 without_params = cp_remove_params (name);
927aa2e7 5740 if (without_params != NULL)
54ee4252 5741 name = without_params.get ();
927aa2e7
JK
5742 }
5743 }
5744
5745 cmp = (case_sensitivity == case_sensitive_on ? strcmp : strcasecmp);
5746
5747 const uint32_t full_hash = dwarf5_djb_hash (name);
5748 uint32_t namei
5749 = extract_unsigned_integer (reinterpret_cast<const gdb_byte *>
5750 (map.bucket_table_reordered
5751 + (full_hash % map.bucket_count)), 4,
5752 map.dwarf5_byte_order);
5753 if (namei == 0)
5754 return NULL;
5755 --namei;
5756 if (namei >= map.name_count)
5757 {
b98664d3 5758 complaint (_("Wrong .debug_names with name index %u but name_count=%u "
927aa2e7
JK
5759 "[in module %s]"),
5760 namei, map.name_count,
ed2dc618 5761 objfile_name (map.dwarf2_per_objfile->objfile));
927aa2e7
JK
5762 return NULL;
5763 }
5764
5765 for (;;)
5766 {
5767 const uint32_t namei_full_hash
5768 = extract_unsigned_integer (reinterpret_cast<const gdb_byte *>
5769 (map.hash_table_reordered + namei), 4,
5770 map.dwarf5_byte_order);
5771 if (full_hash % map.bucket_count != namei_full_hash % map.bucket_count)
5772 return NULL;
5773
5774 if (full_hash == namei_full_hash)
5775 {
5776 const char *const namei_string = map.namei_to_name (namei);
5777
5778#if 0 /* An expensive sanity check. */
5779 if (namei_full_hash != dwarf5_djb_hash (namei_string))
5780 {
b98664d3 5781 complaint (_("Wrong .debug_names hash for string at index %u "
927aa2e7
JK
5782 "[in module %s]"),
5783 namei, objfile_name (dwarf2_per_objfile->objfile));
5784 return NULL;
5785 }
5786#endif
5787
5788 if (cmp (namei_string, name) == 0)
5789 {
5790 const ULONGEST namei_entry_offs
5791 = extract_unsigned_integer ((map.name_table_entry_offs_reordered
5792 + namei * map.offset_size),
5793 map.offset_size, map.dwarf5_byte_order);
5794 return map.entry_pool + namei_entry_offs;
5795 }
5796 }
5797
5798 ++namei;
5799 if (namei >= map.name_count)
5800 return NULL;
5801 }
5802}
5803
5804const gdb_byte *
5805dw2_debug_names_iterator::find_vec_in_debug_names
5806 (const mapped_debug_names &map, uint32_t namei)
5807{
5808 if (namei >= map.name_count)
5809 {
b98664d3 5810 complaint (_("Wrong .debug_names with name index %u but name_count=%u "
927aa2e7
JK
5811 "[in module %s]"),
5812 namei, map.name_count,
ed2dc618 5813 objfile_name (map.dwarf2_per_objfile->objfile));
927aa2e7
JK
5814 return NULL;
5815 }
5816
5817 const ULONGEST namei_entry_offs
5818 = extract_unsigned_integer ((map.name_table_entry_offs_reordered
5819 + namei * map.offset_size),
5820 map.offset_size, map.dwarf5_byte_order);
5821 return map.entry_pool + namei_entry_offs;
5822}
5823
5824/* See dw2_debug_names_iterator. */
5825
5826dwarf2_per_cu_data *
5827dw2_debug_names_iterator::next ()
5828{
5829 if (m_addr == NULL)
5830 return NULL;
5831
ed2dc618
SM
5832 struct dwarf2_per_objfile *dwarf2_per_objfile = m_map.dwarf2_per_objfile;
5833 struct objfile *objfile = dwarf2_per_objfile->objfile;
5834 bfd *const abfd = objfile->obfd;
927aa2e7
JK
5835
5836 again:
5837
5838 unsigned int bytes_read;
5839 const ULONGEST abbrev = read_unsigned_leb128 (abfd, m_addr, &bytes_read);
5840 m_addr += bytes_read;
5841 if (abbrev == 0)
5842 return NULL;
5843
5844 const auto indexval_it = m_map.abbrev_map.find (abbrev);
5845 if (indexval_it == m_map.abbrev_map.cend ())
5846 {
b98664d3 5847 complaint (_("Wrong .debug_names undefined abbrev code %s "
927aa2e7 5848 "[in module %s]"),
ed2dc618 5849 pulongest (abbrev), objfile_name (objfile));
927aa2e7
JK
5850 return NULL;
5851 }
5852 const mapped_debug_names::index_val &indexval = indexval_it->second;
5853 bool have_is_static = false;
5854 bool is_static;
5855 dwarf2_per_cu_data *per_cu = NULL;
5856 for (const mapped_debug_names::index_val::attr &attr : indexval.attr_vec)
5857 {
5858 ULONGEST ull;
5859 switch (attr.form)
5860 {
5861 case DW_FORM_implicit_const:
5862 ull = attr.implicit_const;
5863 break;
5864 case DW_FORM_flag_present:
5865 ull = 1;
5866 break;
5867 case DW_FORM_udata:
5868 ull = read_unsigned_leb128 (abfd, m_addr, &bytes_read);
5869 m_addr += bytes_read;
5870 break;
5871 default:
b98664d3 5872 complaint (_("Unsupported .debug_names form %s [in module %s]"),
927aa2e7 5873 dwarf_form_name (attr.form),
ed2dc618 5874 objfile_name (objfile));
927aa2e7
JK
5875 return NULL;
5876 }
5877 switch (attr.dw_idx)
5878 {
5879 case DW_IDX_compile_unit:
5880 /* Don't crash on bad data. */
b76e467d 5881 if (ull >= dwarf2_per_objfile->all_comp_units.size ())
927aa2e7 5882 {
b98664d3 5883 complaint (_(".debug_names entry has bad CU index %s"
927aa2e7
JK
5884 " [in module %s]"),
5885 pulongest (ull),
5886 objfile_name (dwarf2_per_objfile->objfile));
5887 continue;
5888 }
ff4c9fec 5889 per_cu = dwarf2_per_objfile->get_cutu (ull);
927aa2e7 5890 break;
8af5c486
JK
5891 case DW_IDX_type_unit:
5892 /* Don't crash on bad data. */
b2bdb8cf 5893 if (ull >= dwarf2_per_objfile->all_type_units.size ())
8af5c486 5894 {
b98664d3 5895 complaint (_(".debug_names entry has bad TU index %s"
8af5c486
JK
5896 " [in module %s]"),
5897 pulongest (ull),
5898 objfile_name (dwarf2_per_objfile->objfile));
5899 continue;
5900 }
ff4c9fec 5901 per_cu = &dwarf2_per_objfile->get_tu (ull)->per_cu;
8af5c486 5902 break;
927aa2e7
JK
5903 case DW_IDX_GNU_internal:
5904 if (!m_map.augmentation_is_gdb)
5905 break;
5906 have_is_static = true;
5907 is_static = true;
5908 break;
5909 case DW_IDX_GNU_external:
5910 if (!m_map.augmentation_is_gdb)
5911 break;
5912 have_is_static = true;
5913 is_static = false;
5914 break;
5915 }
5916 }
5917
5918 /* Skip if already read in. */
5919 if (per_cu->v.quick->compunit_symtab)
5920 goto again;
5921
5922 /* Check static vs global. */
5923 if (have_is_static)
5924 {
5925 const bool want_static = m_block_index != GLOBAL_BLOCK;
5926 if (m_want_specific_block && want_static != is_static)
5927 goto again;
5928 }
5929
5930 /* Match dw2_symtab_iter_next, symbol_kind
5931 and debug_names::psymbol_tag. */
5932 switch (m_domain)
5933 {
5934 case VAR_DOMAIN:
5935 switch (indexval.dwarf_tag)
5936 {
5937 case DW_TAG_variable:
5938 case DW_TAG_subprogram:
5939 /* Some types are also in VAR_DOMAIN. */
5940 case DW_TAG_typedef:
5941 case DW_TAG_structure_type:
5942 break;
5943 default:
5944 goto again;
5945 }
5946 break;
5947 case STRUCT_DOMAIN:
5948 switch (indexval.dwarf_tag)
5949 {
5950 case DW_TAG_typedef:
5951 case DW_TAG_structure_type:
5952 break;
5953 default:
5954 goto again;
5955 }
5956 break;
5957 case LABEL_DOMAIN:
5958 switch (indexval.dwarf_tag)
5959 {
5960 case 0:
5961 case DW_TAG_variable:
5962 break;
5963 default:
5964 goto again;
5965 }
5966 break;
5967 default:
5968 break;
5969 }
5970
5971 /* Match dw2_expand_symtabs_matching, symbol_kind and
5972 debug_names::psymbol_tag. */
5973 switch (m_search)
4b514bc8 5974 {
927aa2e7
JK
5975 case VARIABLES_DOMAIN:
5976 switch (indexval.dwarf_tag)
4b514bc8 5977 {
927aa2e7
JK
5978 case DW_TAG_variable:
5979 break;
5980 default:
5981 goto again;
4b514bc8 5982 }
927aa2e7
JK
5983 break;
5984 case FUNCTIONS_DOMAIN:
5985 switch (indexval.dwarf_tag)
4b514bc8 5986 {
927aa2e7
JK
5987 case DW_TAG_subprogram:
5988 break;
5989 default:
5990 goto again;
4b514bc8 5991 }
927aa2e7
JK
5992 break;
5993 case TYPES_DOMAIN:
5994 switch (indexval.dwarf_tag)
5995 {
5996 case DW_TAG_typedef:
5997 case DW_TAG_structure_type:
5998 break;
5999 default:
6000 goto again;
6001 }
6002 break;
6003 default:
6004 break;
4b514bc8 6005 }
927aa2e7
JK
6006
6007 return per_cu;
4b514bc8 6008}
61920122 6009
927aa2e7
JK
6010static struct compunit_symtab *
6011dw2_debug_names_lookup_symbol (struct objfile *objfile, int block_index_int,
6012 const char *name, domain_enum domain)
4b514bc8 6013{
927aa2e7 6014 const block_enum block_index = static_cast<block_enum> (block_index_int);
ed2dc618
SM
6015 struct dwarf2_per_objfile *dwarf2_per_objfile
6016 = get_dwarf2_per_objfile (objfile);
61920122 6017
927aa2e7
JK
6018 const auto &mapp = dwarf2_per_objfile->debug_names_table;
6019 if (!mapp)
61920122 6020 {
927aa2e7
JK
6021 /* index is NULL if OBJF_READNOW. */
6022 return NULL;
6023 }
6024 const auto &map = *mapp;
9291a0cd 6025
927aa2e7
JK
6026 dw2_debug_names_iterator iter (map, true /* want_specific_block */,
6027 block_index, domain, name);
9703b513 6028
927aa2e7
JK
6029 struct compunit_symtab *stab_best = NULL;
6030 struct dwarf2_per_cu_data *per_cu;
6031 while ((per_cu = iter.next ()) != NULL)
6032 {
6033 struct symbol *sym, *with_opaque = NULL;
58f0c718 6034 struct compunit_symtab *stab = dw2_instantiate_symtab (per_cu, false);
927aa2e7 6035 const struct blockvector *bv = COMPUNIT_BLOCKVECTOR (stab);
582942f4 6036 const struct block *block = BLOCKVECTOR_BLOCK (bv, block_index);
9703b513 6037
927aa2e7
JK
6038 sym = block_find_symbol (block, name, domain,
6039 block_find_non_opaque_type_preferred,
6040 &with_opaque);
9703b513 6041
927aa2e7
JK
6042 /* Some caution must be observed with overloaded functions and
6043 methods, since the index will not contain any overload
6044 information (but NAME might contain it). */
a3ec0bb1 6045
927aa2e7
JK
6046 if (sym != NULL
6047 && strcmp_iw (SYMBOL_SEARCH_NAME (sym), name) == 0)
6048 return stab;
6049 if (with_opaque != NULL
6050 && strcmp_iw (SYMBOL_SEARCH_NAME (with_opaque), name) == 0)
6051 stab_best = stab;
9703b513 6052
927aa2e7 6053 /* Keep looking through other CUs. */
9703b513
TT
6054 }
6055
927aa2e7 6056 return stab_best;
9703b513
TT
6057}
6058
927aa2e7
JK
6059/* This dumps minimal information about .debug_names. It is called
6060 via "mt print objfiles". The gdb.dwarf2/gdb-index.exp testcase
6061 uses this to verify that .debug_names has been loaded. */
9291a0cd 6062
927aa2e7
JK
6063static void
6064dw2_debug_names_dump (struct objfile *objfile)
6065{
ed2dc618
SM
6066 struct dwarf2_per_objfile *dwarf2_per_objfile
6067 = get_dwarf2_per_objfile (objfile);
6068
927aa2e7
JK
6069 gdb_assert (dwarf2_per_objfile->using_index);
6070 printf_filtered (".debug_names:");
6071 if (dwarf2_per_objfile->debug_names_table)
6072 printf_filtered (" exists\n");
6073 else
6074 printf_filtered (" faked for \"readnow\"\n");
6075 printf_filtered ("\n");
9291a0cd
TT
6076}
6077
9291a0cd 6078static void
927aa2e7
JK
6079dw2_debug_names_expand_symtabs_for_function (struct objfile *objfile,
6080 const char *func_name)
9291a0cd 6081{
ed2dc618
SM
6082 struct dwarf2_per_objfile *dwarf2_per_objfile
6083 = get_dwarf2_per_objfile (objfile);
ae2de4f8 6084
927aa2e7
JK
6085 /* dwarf2_per_objfile->debug_names_table is NULL if OBJF_READNOW. */
6086 if (dwarf2_per_objfile->debug_names_table)
24c79950 6087 {
927aa2e7 6088 const mapped_debug_names &map = *dwarf2_per_objfile->debug_names_table;
24c79950 6089
927aa2e7
JK
6090 /* Note: It doesn't matter what we pass for block_index here. */
6091 dw2_debug_names_iterator iter (map, false /* want_specific_block */,
6092 GLOBAL_BLOCK, VAR_DOMAIN, func_name);
24c79950 6093
927aa2e7
JK
6094 struct dwarf2_per_cu_data *per_cu;
6095 while ((per_cu = iter.next ()) != NULL)
58f0c718 6096 dw2_instantiate_symtab (per_cu, false);
927aa2e7
JK
6097 }
6098}
24c79950 6099
927aa2e7
JK
6100static void
6101dw2_debug_names_expand_symtabs_matching
6102 (struct objfile *objfile,
6103 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
6104 const lookup_name_info &lookup_name,
6105 gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher,
6106 gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify,
6107 enum search_domain kind)
6108{
ed2dc618
SM
6109 struct dwarf2_per_objfile *dwarf2_per_objfile
6110 = get_dwarf2_per_objfile (objfile);
9291a0cd 6111
927aa2e7
JK
6112 /* debug_names_table is NULL if OBJF_READNOW. */
6113 if (!dwarf2_per_objfile->debug_names_table)
6114 return;
9291a0cd 6115
ed2dc618 6116 dw_expand_symtabs_matching_file_matcher (dwarf2_per_objfile, file_matcher);
24c79950 6117
44ed8f3e 6118 mapped_debug_names &map = *dwarf2_per_objfile->debug_names_table;
bbf2f4df 6119
44ed8f3e
PA
6120 dw2_expand_symtabs_matching_symbol (map, lookup_name,
6121 symbol_matcher,
6122 kind, [&] (offset_type namei)
927aa2e7 6123 {
927aa2e7
JK
6124 /* The name was matched, now expand corresponding CUs that were
6125 marked. */
6126 dw2_debug_names_iterator iter (map, kind, namei);
bbf2f4df 6127
927aa2e7
JK
6128 struct dwarf2_per_cu_data *per_cu;
6129 while ((per_cu = iter.next ()) != NULL)
6130 dw2_expand_symtabs_matching_one (per_cu, file_matcher,
6131 expansion_notify);
44ed8f3e 6132 });
9291a0cd
TT
6133}
6134
927aa2e7 6135const struct quick_symbol_functions dwarf2_debug_names_functions =
9291a0cd
TT
6136{
6137 dw2_has_symbols,
6138 dw2_find_last_source_symtab,
6139 dw2_forget_cached_source_info,
f8eba3c6 6140 dw2_map_symtabs_matching_filename,
927aa2e7 6141 dw2_debug_names_lookup_symbol,
9291a0cd 6142 dw2_print_stats,
927aa2e7 6143 dw2_debug_names_dump,
927aa2e7 6144 dw2_debug_names_expand_symtabs_for_function,
9291a0cd 6145 dw2_expand_all_symtabs,
652a8996 6146 dw2_expand_symtabs_with_fullname,
40658b94 6147 dw2_map_matching_symbols,
927aa2e7 6148 dw2_debug_names_expand_symtabs_matching,
43f3e411 6149 dw2_find_pc_sect_compunit_symtab,
71a3c369 6150 NULL,
9291a0cd
TT
6151 dw2_map_symbol_filenames
6152};
6153
4485a1c1
SM
6154/* Get the content of the .gdb_index section of OBJ. SECTION_OWNER should point
6155 to either a dwarf2_per_objfile or dwz_file object. */
6156
6157template <typename T>
6158static gdb::array_view<const gdb_byte>
6159get_gdb_index_contents_from_section (objfile *obj, T *section_owner)
6160{
6161 dwarf2_section_info *section = &section_owner->gdb_index;
6162
6163 if (dwarf2_section_empty_p (section))
6164 return {};
6165
6166 /* Older elfutils strip versions could keep the section in the main
6167 executable while splitting it for the separate debug info file. */
6168 if ((get_section_flags (section) & SEC_HAS_CONTENTS) == 0)
6169 return {};
6170
6171 dwarf2_read_section (obj, section);
6172
8bebfcda
PA
6173 /* dwarf2_section_info::size is a bfd_size_type, while
6174 gdb::array_view works with size_t. On 32-bit hosts, with
6175 --enable-64-bit-bfd, bfd_size_type is a 64-bit type, while size_t
6176 is 32-bit. So we need an explicit narrowing conversion here.
6177 This is fine, because it's impossible to allocate or mmap an
6178 array/buffer larger than what size_t can represent. */
6179 return gdb::make_array_view (section->buffer, section->size);
4485a1c1
SM
6180}
6181
87d6a7aa
SM
6182/* Lookup the index cache for the contents of the index associated to
6183 DWARF2_OBJ. */
6184
6185static gdb::array_view<const gdb_byte>
6186get_gdb_index_contents_from_cache (objfile *obj, dwarf2_per_objfile *dwarf2_obj)
6187{
6188 const bfd_build_id *build_id = build_id_bfd_get (obj->obfd);
6189 if (build_id == nullptr)
6190 return {};
6191
6192 return global_index_cache.lookup_gdb_index (build_id,
6193 &dwarf2_obj->index_cache_res);
6194}
6195
6196/* Same as the above, but for DWZ. */
6197
6198static gdb::array_view<const gdb_byte>
6199get_gdb_index_contents_from_cache_dwz (objfile *obj, dwz_file *dwz)
6200{
6201 const bfd_build_id *build_id = build_id_bfd_get (dwz->dwz_bfd.get ());
6202 if (build_id == nullptr)
6203 return {};
6204
6205 return global_index_cache.lookup_gdb_index (build_id, &dwz->index_cache_res);
6206}
6207
3c0aa29a 6208/* See symfile.h. */
9291a0cd 6209
3c0aa29a
PA
6210bool
6211dwarf2_initialize_objfile (struct objfile *objfile, dw_index_kind *index_kind)
9291a0cd 6212{
ed2dc618
SM
6213 struct dwarf2_per_objfile *dwarf2_per_objfile
6214 = get_dwarf2_per_objfile (objfile);
6215
9291a0cd
TT
6216 /* If we're about to read full symbols, don't bother with the
6217 indices. In this case we also don't care if some other debug
6218 format is making psymtabs, because they are all about to be
6219 expanded anyway. */
6220 if ((objfile->flags & OBJF_READNOW))
6221 {
9291a0cd 6222 dwarf2_per_objfile->using_index = 1;
ed2dc618
SM
6223 create_all_comp_units (dwarf2_per_objfile);
6224 create_all_type_units (dwarf2_per_objfile);
b76e467d
SM
6225 dwarf2_per_objfile->quick_file_names_table
6226 = create_quick_file_names_table
6227 (dwarf2_per_objfile->all_comp_units.size ());
9291a0cd 6228
b76e467d 6229 for (int i = 0; i < (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 6230 + dwarf2_per_objfile->all_type_units.size ()); ++i)
9291a0cd 6231 {
ff4c9fec 6232 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (i);
9291a0cd 6233
e254ef6a
DE
6234 per_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack,
6235 struct dwarf2_per_cu_quick_data);
9291a0cd
TT
6236 }
6237
6238 /* Return 1 so that gdb sees the "quick" functions. However,
6239 these functions will be no-ops because we will have expanded
6240 all symtabs. */
3c0aa29a
PA
6241 *index_kind = dw_index_kind::GDB_INDEX;
6242 return true;
9291a0cd
TT
6243 }
6244
ed2dc618 6245 if (dwarf2_read_debug_names (dwarf2_per_objfile))
3c0aa29a
PA
6246 {
6247 *index_kind = dw_index_kind::DEBUG_NAMES;
6248 return true;
6249 }
927aa2e7 6250
4485a1c1
SM
6251 if (dwarf2_read_gdb_index (dwarf2_per_objfile,
6252 get_gdb_index_contents_from_section<struct dwarf2_per_objfile>,
6253 get_gdb_index_contents_from_section<dwz_file>))
3c0aa29a
PA
6254 {
6255 *index_kind = dw_index_kind::GDB_INDEX;
6256 return true;
6257 }
9291a0cd 6258
87d6a7aa
SM
6259 /* ... otherwise, try to find the index in the index cache. */
6260 if (dwarf2_read_gdb_index (dwarf2_per_objfile,
6261 get_gdb_index_contents_from_cache,
6262 get_gdb_index_contents_from_cache_dwz))
6263 {
6264 global_index_cache.hit ();
6265 *index_kind = dw_index_kind::GDB_INDEX;
6266 return true;
6267 }
6268
6269 global_index_cache.miss ();
3c0aa29a 6270 return false;
9291a0cd
TT
6271}
6272
6273\f
6274
dce234bc
PP
6275/* Build a partial symbol table. */
6276
6277void
f29dff0a 6278dwarf2_build_psymtabs (struct objfile *objfile)
dce234bc 6279{
ed2dc618
SM
6280 struct dwarf2_per_objfile *dwarf2_per_objfile
6281 = get_dwarf2_per_objfile (objfile);
c9bf0622 6282
6eee24ce 6283 init_psymbol_list (objfile, 1024);
c906108c 6284
a70b8144 6285 try
c9bf0622
TT
6286 {
6287 /* This isn't really ideal: all the data we allocate on the
6288 objfile's obstack is still uselessly kept around. However,
6289 freeing it seems unsafe. */
906768f9 6290 psymtab_discarder psymtabs (objfile);
ed2dc618 6291 dwarf2_build_psymtabs_hard (dwarf2_per_objfile);
906768f9 6292 psymtabs.keep ();
87d6a7aa
SM
6293
6294 /* (maybe) store an index in the cache. */
6295 global_index_cache.store (dwarf2_per_objfile);
c9bf0622 6296 }
230d2906 6297 catch (const gdb_exception_error &except)
492d29ea
PA
6298 {
6299 exception_print (gdb_stderr, except);
6300 }
c906108c 6301}
c906108c 6302
1ce1cefd
DE
6303/* Return the total length of the CU described by HEADER. */
6304
6305static unsigned int
6306get_cu_length (const struct comp_unit_head *header)
6307{
6308 return header->initial_length_size + header->length;
6309}
6310
9c541725 6311/* Return TRUE if SECT_OFF is within CU_HEADER. */
45452591 6312
9c541725
PA
6313static inline bool
6314offset_in_cu_p (const comp_unit_head *cu_header, sect_offset sect_off)
45452591 6315{
9c541725
PA
6316 sect_offset bottom = cu_header->sect_off;
6317 sect_offset top = cu_header->sect_off + get_cu_length (cu_header);
9a619af0 6318
9c541725 6319 return sect_off >= bottom && sect_off < top;
45452591
DE
6320}
6321
3b80fe9b
DE
6322/* Find the base address of the compilation unit for range lists and
6323 location lists. It will normally be specified by DW_AT_low_pc.
6324 In DWARF-3 draft 4, the base address could be overridden by
6325 DW_AT_entry_pc. It's been removed, but GCC still uses this for
6326 compilation units with discontinuous ranges. */
6327
6328static void
6329dwarf2_find_base_address (struct die_info *die, struct dwarf2_cu *cu)
6330{
6331 struct attribute *attr;
6332
6333 cu->base_known = 0;
6334 cu->base_address = 0;
6335
6336 attr = dwarf2_attr (die, DW_AT_entry_pc, cu);
6337 if (attr)
6338 {
31aa7e4e 6339 cu->base_address = attr_value_as_address (attr);
3b80fe9b
DE
6340 cu->base_known = 1;
6341 }
6342 else
6343 {
6344 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
6345 if (attr)
6346 {
31aa7e4e 6347 cu->base_address = attr_value_as_address (attr);
3b80fe9b
DE
6348 cu->base_known = 1;
6349 }
6350 }
6351}
6352
93311388 6353/* Read in the comp unit header information from the debug_info at info_ptr.
43988095 6354 Use rcuh_kind::COMPILE as the default type if not known by the caller.
93311388
DE
6355 NOTE: This leaves members offset, first_die_offset to be filled in
6356 by the caller. */
107d2387 6357
d521ce57 6358static const gdb_byte *
107d2387 6359read_comp_unit_head (struct comp_unit_head *cu_header,
43988095
JK
6360 const gdb_byte *info_ptr,
6361 struct dwarf2_section_info *section,
6362 rcuh_kind section_kind)
107d2387
AC
6363{
6364 int signed_addr;
891d2f0b 6365 unsigned int bytes_read;
43988095
JK
6366 const char *filename = get_section_file_name (section);
6367 bfd *abfd = get_section_bfd_owner (section);
c764a876
DE
6368
6369 cu_header->length = read_initial_length (abfd, info_ptr, &bytes_read);
6370 cu_header->initial_length_size = bytes_read;
6371 cu_header->offset_size = (bytes_read == 4) ? 4 : 8;
613e1657 6372 info_ptr += bytes_read;
107d2387 6373 cu_header->version = read_2_bytes (abfd, info_ptr);
1ea5da02
TV
6374 if (cu_header->version < 2 || cu_header->version > 5)
6375 error (_("Dwarf Error: wrong version in compilation unit header "
6376 "(is %d, should be 2, 3, 4 or 5) [in module %s]"),
6377 cu_header->version, filename);
107d2387 6378 info_ptr += 2;
43988095
JK
6379 if (cu_header->version < 5)
6380 switch (section_kind)
6381 {
6382 case rcuh_kind::COMPILE:
6383 cu_header->unit_type = DW_UT_compile;
6384 break;
6385 case rcuh_kind::TYPE:
6386 cu_header->unit_type = DW_UT_type;
6387 break;
6388 default:
6389 internal_error (__FILE__, __LINE__,
6390 _("read_comp_unit_head: invalid section_kind"));
6391 }
6392 else
6393 {
6394 cu_header->unit_type = static_cast<enum dwarf_unit_type>
6395 (read_1_byte (abfd, info_ptr));
6396 info_ptr += 1;
6397 switch (cu_header->unit_type)
6398 {
6399 case DW_UT_compile:
6400 if (section_kind != rcuh_kind::COMPILE)
6401 error (_("Dwarf Error: wrong unit_type in compilation unit header "
6402 "(is DW_UT_compile, should be DW_UT_type) [in module %s]"),
6403 filename);
6404 break;
6405 case DW_UT_type:
6406 section_kind = rcuh_kind::TYPE;
6407 break;
6408 default:
6409 error (_("Dwarf Error: wrong unit_type in compilation unit header "
6410 "(is %d, should be %d or %d) [in module %s]"),
6411 cu_header->unit_type, DW_UT_compile, DW_UT_type, filename);
6412 }
6413
6414 cu_header->addr_size = read_1_byte (abfd, info_ptr);
6415 info_ptr += 1;
6416 }
9c541725
PA
6417 cu_header->abbrev_sect_off = (sect_offset) read_offset (abfd, info_ptr,
6418 cu_header,
6419 &bytes_read);
613e1657 6420 info_ptr += bytes_read;
43988095
JK
6421 if (cu_header->version < 5)
6422 {
6423 cu_header->addr_size = read_1_byte (abfd, info_ptr);
6424 info_ptr += 1;
6425 }
107d2387
AC
6426 signed_addr = bfd_get_sign_extend_vma (abfd);
6427 if (signed_addr < 0)
8e65ff28 6428 internal_error (__FILE__, __LINE__,
e2e0b3e5 6429 _("read_comp_unit_head: dwarf from non elf file"));
107d2387 6430 cu_header->signed_addr_p = signed_addr;
c764a876 6431
43988095
JK
6432 if (section_kind == rcuh_kind::TYPE)
6433 {
6434 LONGEST type_offset;
6435
6436 cu_header->signature = read_8_bytes (abfd, info_ptr);
6437 info_ptr += 8;
6438
6439 type_offset = read_offset (abfd, info_ptr, cu_header, &bytes_read);
6440 info_ptr += bytes_read;
9c541725
PA
6441 cu_header->type_cu_offset_in_tu = (cu_offset) type_offset;
6442 if (to_underlying (cu_header->type_cu_offset_in_tu) != type_offset)
43988095
JK
6443 error (_("Dwarf Error: Too big type_offset in compilation unit "
6444 "header (is %s) [in module %s]"), plongest (type_offset),
6445 filename);
6446 }
6447
107d2387
AC
6448 return info_ptr;
6449}
6450
36586728
TT
6451/* Helper function that returns the proper abbrev section for
6452 THIS_CU. */
6453
6454static struct dwarf2_section_info *
6455get_abbrev_section_for_cu (struct dwarf2_per_cu_data *this_cu)
6456{
6457 struct dwarf2_section_info *abbrev;
ed2dc618 6458 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
36586728
TT
6459
6460 if (this_cu->is_dwz)
ed2dc618 6461 abbrev = &dwarf2_get_dwz_file (dwarf2_per_objfile)->abbrev;
36586728
TT
6462 else
6463 abbrev = &dwarf2_per_objfile->abbrev;
6464
6465 return abbrev;
6466}
6467
9ff913ba
DE
6468/* Subroutine of read_and_check_comp_unit_head and
6469 read_and_check_type_unit_head to simplify them.
6470 Perform various error checking on the header. */
6471
6472static void
ed2dc618
SM
6473error_check_comp_unit_head (struct dwarf2_per_objfile *dwarf2_per_objfile,
6474 struct comp_unit_head *header,
4bdcc0c1
DE
6475 struct dwarf2_section_info *section,
6476 struct dwarf2_section_info *abbrev_section)
9ff913ba 6477{
a32a8923 6478 const char *filename = get_section_file_name (section);
9ff913ba 6479
9c541725 6480 if (to_underlying (header->abbrev_sect_off)
36586728 6481 >= dwarf2_section_size (dwarf2_per_objfile->objfile, abbrev_section))
9d8780f0
SM
6482 error (_("Dwarf Error: bad offset (%s) in compilation unit header "
6483 "(offset %s + 6) [in module %s]"),
6484 sect_offset_str (header->abbrev_sect_off),
6485 sect_offset_str (header->sect_off),
9ff913ba
DE
6486 filename);
6487
9c541725 6488 /* Cast to ULONGEST to use 64-bit arithmetic when possible to
9ff913ba 6489 avoid potential 32-bit overflow. */
9c541725 6490 if (((ULONGEST) header->sect_off + get_cu_length (header))
9ff913ba 6491 > section->size)
9c541725 6492 error (_("Dwarf Error: bad length (0x%x) in compilation unit header "
9d8780f0
SM
6493 "(offset %s + 0) [in module %s]"),
6494 header->length, sect_offset_str (header->sect_off),
9ff913ba
DE
6495 filename);
6496}
6497
6498/* Read in a CU/TU header and perform some basic error checking.
6499 The contents of the header are stored in HEADER.
6500 The result is a pointer to the start of the first DIE. */
adabb602 6501
d521ce57 6502static const gdb_byte *
ed2dc618
SM
6503read_and_check_comp_unit_head (struct dwarf2_per_objfile *dwarf2_per_objfile,
6504 struct comp_unit_head *header,
9ff913ba 6505 struct dwarf2_section_info *section,
4bdcc0c1 6506 struct dwarf2_section_info *abbrev_section,
d521ce57 6507 const gdb_byte *info_ptr,
43988095 6508 rcuh_kind section_kind)
72bf9492 6509{
d521ce57 6510 const gdb_byte *beg_of_comp_unit = info_ptr;
72bf9492 6511
9c541725 6512 header->sect_off = (sect_offset) (beg_of_comp_unit - section->buffer);
adabb602 6513
43988095 6514 info_ptr = read_comp_unit_head (header, info_ptr, section, section_kind);
9ff913ba 6515
9c541725 6516 header->first_die_cu_offset = (cu_offset) (info_ptr - beg_of_comp_unit);
348e048f 6517
ed2dc618
SM
6518 error_check_comp_unit_head (dwarf2_per_objfile, header, section,
6519 abbrev_section);
9ff913ba
DE
6520
6521 return info_ptr;
348e048f
DE
6522}
6523
f4dc4d17
DE
6524/* Fetch the abbreviation table offset from a comp or type unit header. */
6525
6526static sect_offset
ed2dc618
SM
6527read_abbrev_offset (struct dwarf2_per_objfile *dwarf2_per_objfile,
6528 struct dwarf2_section_info *section,
9c541725 6529 sect_offset sect_off)
f4dc4d17 6530{
a32a8923 6531 bfd *abfd = get_section_bfd_owner (section);
d521ce57 6532 const gdb_byte *info_ptr;
ac298888 6533 unsigned int initial_length_size, offset_size;
43988095 6534 uint16_t version;
f4dc4d17
DE
6535
6536 dwarf2_read_section (dwarf2_per_objfile->objfile, section);
9c541725 6537 info_ptr = section->buffer + to_underlying (sect_off);
ac298888 6538 read_initial_length (abfd, info_ptr, &initial_length_size);
f4dc4d17 6539 offset_size = initial_length_size == 4 ? 4 : 8;
43988095
JK
6540 info_ptr += initial_length_size;
6541
6542 version = read_2_bytes (abfd, info_ptr);
6543 info_ptr += 2;
6544 if (version >= 5)
6545 {
6546 /* Skip unit type and address size. */
6547 info_ptr += 2;
6548 }
6549
9c541725 6550 return (sect_offset) read_offset_1 (abfd, info_ptr, offset_size);
f4dc4d17
DE
6551}
6552
aaa75496
JB
6553/* Allocate a new partial symtab for file named NAME and mark this new
6554 partial symtab as being an include of PST. */
6555
6556static void
d521ce57 6557dwarf2_create_include_psymtab (const char *name, struct partial_symtab *pst,
aaa75496
JB
6558 struct objfile *objfile)
6559{
6560 struct partial_symtab *subpst = allocate_psymtab (name, objfile);
6561
fbd9ab74
JK
6562 if (!IS_ABSOLUTE_PATH (subpst->filename))
6563 {
6564 /* It shares objfile->objfile_obstack. */
6565 subpst->dirname = pst->dirname;
6566 }
6567
a9342b62 6568 subpst->dependencies = objfile->partial_symtabs->allocate_dependencies (1);
aaa75496
JB
6569 subpst->dependencies[0] = pst;
6570 subpst->number_of_dependencies = 1;
6571
aaa75496 6572 subpst->read_symtab = pst->read_symtab;
aaa75496
JB
6573
6574 /* No private part is necessary for include psymtabs. This property
6575 can be used to differentiate between such include psymtabs and
10b3939b 6576 the regular ones. */
58a9656e 6577 subpst->read_symtab_private = NULL;
aaa75496
JB
6578}
6579
6580/* Read the Line Number Program data and extract the list of files
6581 included by the source file represented by PST. Build an include
d85a05f0 6582 partial symtab for each of these included files. */
aaa75496
JB
6583
6584static void
6585dwarf2_build_include_psymtabs (struct dwarf2_cu *cu,
dee91e82
DE
6586 struct die_info *die,
6587 struct partial_symtab *pst)
aaa75496 6588{
fff8551c 6589 line_header_up lh;
d85a05f0 6590 struct attribute *attr;
aaa75496 6591
d85a05f0
DJ
6592 attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
6593 if (attr)
9c541725 6594 lh = dwarf_decode_line_header ((sect_offset) DW_UNSND (attr), cu);
aaa75496
JB
6595 if (lh == NULL)
6596 return; /* No linetable, so no includes. */
6597
79748972
TT
6598 /* NOTE: pst->dirname is DW_AT_comp_dir (if present). Also note
6599 that we pass in the raw text_low here; that is ok because we're
6600 only decoding the line table to make include partial symtabs, and
6601 so the addresses aren't really used. */
4ae976d1 6602 dwarf_decode_lines (lh.get (), pst->dirname, cu, pst,
79748972 6603 pst->raw_text_low (), 1);
aaa75496
JB
6604}
6605
348e048f 6606static hashval_t
52dc124a 6607hash_signatured_type (const void *item)
348e048f 6608{
9a3c8263
SM
6609 const struct signatured_type *sig_type
6610 = (const struct signatured_type *) item;
9a619af0 6611
348e048f 6612 /* This drops the top 32 bits of the signature, but is ok for a hash. */
52dc124a 6613 return sig_type->signature;
348e048f
DE
6614}
6615
6616static int
52dc124a 6617eq_signatured_type (const void *item_lhs, const void *item_rhs)
348e048f 6618{
9a3c8263
SM
6619 const struct signatured_type *lhs = (const struct signatured_type *) item_lhs;
6620 const struct signatured_type *rhs = (const struct signatured_type *) item_rhs;
9a619af0 6621
348e048f
DE
6622 return lhs->signature == rhs->signature;
6623}
6624
1fd400ff
TT
6625/* Allocate a hash table for signatured types. */
6626
6627static htab_t
673bfd45 6628allocate_signatured_type_table (struct objfile *objfile)
1fd400ff
TT
6629{
6630 return htab_create_alloc_ex (41,
52dc124a
DE
6631 hash_signatured_type,
6632 eq_signatured_type,
1fd400ff
TT
6633 NULL,
6634 &objfile->objfile_obstack,
6635 hashtab_obstack_allocate,
6636 dummy_obstack_deallocate);
6637}
6638
d467dd73 6639/* A helper function to add a signatured type CU to a table. */
1fd400ff
TT
6640
6641static int
d467dd73 6642add_signatured_type_cu_to_table (void **slot, void *datum)
1fd400ff 6643{
9a3c8263 6644 struct signatured_type *sigt = (struct signatured_type *) *slot;
b2bdb8cf
SM
6645 std::vector<signatured_type *> *all_type_units
6646 = (std::vector<signatured_type *> *) datum;
1fd400ff 6647
b2bdb8cf 6648 all_type_units->push_back (sigt);
1fd400ff
TT
6649
6650 return 1;
6651}
6652
78d4d2c5 6653/* A helper for create_debug_types_hash_table. Read types from SECTION
43988095
JK
6654 and fill them into TYPES_HTAB. It will process only type units,
6655 therefore DW_UT_type. */
c88ee1f0 6656
78d4d2c5 6657static void
ed2dc618
SM
6658create_debug_type_hash_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
6659 struct dwo_file *dwo_file,
43988095
JK
6660 dwarf2_section_info *section, htab_t &types_htab,
6661 rcuh_kind section_kind)
348e048f 6662{
3019eac3 6663 struct objfile *objfile = dwarf2_per_objfile->objfile;
4bdcc0c1 6664 struct dwarf2_section_info *abbrev_section;
78d4d2c5
JK
6665 bfd *abfd;
6666 const gdb_byte *info_ptr, *end_ptr;
348e048f 6667
4bdcc0c1
DE
6668 abbrev_section = (dwo_file != NULL
6669 ? &dwo_file->sections.abbrev
6670 : &dwarf2_per_objfile->abbrev);
6671
b4f54984 6672 if (dwarf_read_debug)
43988095
JK
6673 fprintf_unfiltered (gdb_stdlog, "Reading %s for %s:\n",
6674 get_section_name (section),
a32a8923 6675 get_section_file_name (abbrev_section));
09406207 6676
78d4d2c5
JK
6677 dwarf2_read_section (objfile, section);
6678 info_ptr = section->buffer;
348e048f 6679
78d4d2c5
JK
6680 if (info_ptr == NULL)
6681 return;
348e048f 6682
78d4d2c5
JK
6683 /* We can't set abfd until now because the section may be empty or
6684 not present, in which case the bfd is unknown. */
6685 abfd = get_section_bfd_owner (section);
348e048f 6686
78d4d2c5
JK
6687 /* We don't use init_cutu_and_read_dies_simple, or some such, here
6688 because we don't need to read any dies: the signature is in the
6689 header. */
3019eac3 6690
78d4d2c5
JK
6691 end_ptr = info_ptr + section->size;
6692 while (info_ptr < end_ptr)
6693 {
78d4d2c5
JK
6694 struct signatured_type *sig_type;
6695 struct dwo_unit *dwo_tu;
6696 void **slot;
6697 const gdb_byte *ptr = info_ptr;
6698 struct comp_unit_head header;
6699 unsigned int length;
8b70b953 6700
9c541725 6701 sect_offset sect_off = (sect_offset) (ptr - section->buffer);
348e048f 6702
a49dd8dd
JK
6703 /* Initialize it due to a false compiler warning. */
6704 header.signature = -1;
9c541725 6705 header.type_cu_offset_in_tu = (cu_offset) -1;
a49dd8dd 6706
78d4d2c5
JK
6707 /* We need to read the type's signature in order to build the hash
6708 table, but we don't need anything else just yet. */
348e048f 6709
ed2dc618 6710 ptr = read_and_check_comp_unit_head (dwarf2_per_objfile, &header, section,
43988095 6711 abbrev_section, ptr, section_kind);
348e048f 6712
78d4d2c5 6713 length = get_cu_length (&header);
6caca83c 6714
78d4d2c5
JK
6715 /* Skip dummy type units. */
6716 if (ptr >= info_ptr + length
43988095
JK
6717 || peek_abbrev_code (abfd, ptr) == 0
6718 || header.unit_type != DW_UT_type)
78d4d2c5
JK
6719 {
6720 info_ptr += length;
6721 continue;
6722 }
dee91e82 6723
78d4d2c5
JK
6724 if (types_htab == NULL)
6725 {
6726 if (dwo_file)
6727 types_htab = allocate_dwo_unit_table (objfile);
6728 else
6729 types_htab = allocate_signatured_type_table (objfile);
6730 }
8b70b953 6731
78d4d2c5
JK
6732 if (dwo_file)
6733 {
6734 sig_type = NULL;
6735 dwo_tu = OBSTACK_ZALLOC (&objfile->objfile_obstack,
6736 struct dwo_unit);
6737 dwo_tu->dwo_file = dwo_file;
43988095 6738 dwo_tu->signature = header.signature;
9c541725 6739 dwo_tu->type_offset_in_tu = header.type_cu_offset_in_tu;
78d4d2c5 6740 dwo_tu->section = section;
9c541725 6741 dwo_tu->sect_off = sect_off;
78d4d2c5
JK
6742 dwo_tu->length = length;
6743 }
6744 else
6745 {
6746 /* N.B.: type_offset is not usable if this type uses a DWO file.
6747 The real type_offset is in the DWO file. */
6748 dwo_tu = NULL;
6749 sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
6750 struct signatured_type);
43988095 6751 sig_type->signature = header.signature;
9c541725 6752 sig_type->type_offset_in_tu = header.type_cu_offset_in_tu;
e3b94546 6753 sig_type->per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
78d4d2c5
JK
6754 sig_type->per_cu.is_debug_types = 1;
6755 sig_type->per_cu.section = section;
9c541725 6756 sig_type->per_cu.sect_off = sect_off;
78d4d2c5
JK
6757 sig_type->per_cu.length = length;
6758 }
6759
6760 slot = htab_find_slot (types_htab,
6761 dwo_file ? (void*) dwo_tu : (void *) sig_type,
6762 INSERT);
6763 gdb_assert (slot != NULL);
6764 if (*slot != NULL)
6765 {
9c541725 6766 sect_offset dup_sect_off;
0349ea22 6767
3019eac3
DE
6768 if (dwo_file)
6769 {
78d4d2c5
JK
6770 const struct dwo_unit *dup_tu
6771 = (const struct dwo_unit *) *slot;
6772
9c541725 6773 dup_sect_off = dup_tu->sect_off;
3019eac3
DE
6774 }
6775 else
6776 {
78d4d2c5
JK
6777 const struct signatured_type *dup_tu
6778 = (const struct signatured_type *) *slot;
6779
9c541725 6780 dup_sect_off = dup_tu->per_cu.sect_off;
3019eac3 6781 }
8b70b953 6782
b98664d3 6783 complaint (_("debug type entry at offset %s is duplicate to"
9d8780f0
SM
6784 " the entry at offset %s, signature %s"),
6785 sect_offset_str (sect_off), sect_offset_str (dup_sect_off),
43988095 6786 hex_string (header.signature));
78d4d2c5
JK
6787 }
6788 *slot = dwo_file ? (void *) dwo_tu : (void *) sig_type;
3019eac3 6789
78d4d2c5 6790 if (dwarf_read_debug > 1)
9d8780f0
SM
6791 fprintf_unfiltered (gdb_stdlog, " offset %s, signature %s\n",
6792 sect_offset_str (sect_off),
43988095 6793 hex_string (header.signature));
3019eac3 6794
78d4d2c5
JK
6795 info_ptr += length;
6796 }
6797}
3019eac3 6798
78d4d2c5
JK
6799/* Create the hash table of all entries in the .debug_types
6800 (or .debug_types.dwo) section(s).
6801 If reading a DWO file, then DWO_FILE is a pointer to the DWO file object,
6802 otherwise it is NULL.
b3c8eb43 6803
78d4d2c5 6804 The result is a pointer to the hash table or NULL if there are no types.
348e048f 6805
78d4d2c5 6806 Note: This function processes DWO files only, not DWP files. */
348e048f 6807
78d4d2c5 6808static void
ed2dc618
SM
6809create_debug_types_hash_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
6810 struct dwo_file *dwo_file,
fd5866f6 6811 gdb::array_view<dwarf2_section_info> type_sections,
78d4d2c5
JK
6812 htab_t &types_htab)
6813{
fd5866f6
SM
6814 for (dwarf2_section_info &section : type_sections)
6815 create_debug_type_hash_table (dwarf2_per_objfile, dwo_file, &section,
ed2dc618 6816 types_htab, rcuh_kind::TYPE);
3019eac3
DE
6817}
6818
6819/* Create the hash table of all entries in the .debug_types section,
6820 and initialize all_type_units.
6821 The result is zero if there is an error (e.g. missing .debug_types section),
6822 otherwise non-zero. */
6823
6824static int
ed2dc618 6825create_all_type_units (struct dwarf2_per_objfile *dwarf2_per_objfile)
3019eac3 6826{
78d4d2c5 6827 htab_t types_htab = NULL;
3019eac3 6828
ed2dc618
SM
6829 create_debug_type_hash_table (dwarf2_per_objfile, NULL,
6830 &dwarf2_per_objfile->info, types_htab,
43988095 6831 rcuh_kind::COMPILE);
ed2dc618
SM
6832 create_debug_types_hash_table (dwarf2_per_objfile, NULL,
6833 dwarf2_per_objfile->types, types_htab);
3019eac3
DE
6834 if (types_htab == NULL)
6835 {
6836 dwarf2_per_objfile->signatured_types = NULL;
6837 return 0;
6838 }
6839
348e048f
DE
6840 dwarf2_per_objfile->signatured_types = types_htab;
6841
b2bdb8cf
SM
6842 gdb_assert (dwarf2_per_objfile->all_type_units.empty ());
6843 dwarf2_per_objfile->all_type_units.reserve (htab_elements (types_htab));
6844
6845 htab_traverse_noresize (types_htab, add_signatured_type_cu_to_table,
6846 &dwarf2_per_objfile->all_type_units);
1fd400ff 6847
348e048f
DE
6848 return 1;
6849}
6850
6aa5f3a6
DE
6851/* Add an entry for signature SIG to dwarf2_per_objfile->signatured_types.
6852 If SLOT is non-NULL, it is the entry to use in the hash table.
6853 Otherwise we find one. */
6854
6855static struct signatured_type *
ed2dc618
SM
6856add_type_unit (struct dwarf2_per_objfile *dwarf2_per_objfile, ULONGEST sig,
6857 void **slot)
6aa5f3a6
DE
6858{
6859 struct objfile *objfile = dwarf2_per_objfile->objfile;
6aa5f3a6 6860
b2bdb8cf
SM
6861 if (dwarf2_per_objfile->all_type_units.size ()
6862 == dwarf2_per_objfile->all_type_units.capacity ())
6863 ++dwarf2_per_objfile->tu_stats.nr_all_type_units_reallocs;
6aa5f3a6 6864
b2bdb8cf
SM
6865 signatured_type *sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
6866 struct signatured_type);
6867
6868 dwarf2_per_objfile->all_type_units.push_back (sig_type);
6aa5f3a6
DE
6869 sig_type->signature = sig;
6870 sig_type->per_cu.is_debug_types = 1;
6871 if (dwarf2_per_objfile->using_index)
6872 {
6873 sig_type->per_cu.v.quick =
6874 OBSTACK_ZALLOC (&objfile->objfile_obstack,
6875 struct dwarf2_per_cu_quick_data);
6876 }
6877
6878 if (slot == NULL)
6879 {
6880 slot = htab_find_slot (dwarf2_per_objfile->signatured_types,
6881 sig_type, INSERT);
6882 }
6883 gdb_assert (*slot == NULL);
6884 *slot = sig_type;
6885 /* The rest of sig_type must be filled in by the caller. */
6886 return sig_type;
6887}
6888
a2ce51a0
DE
6889/* Subroutine of lookup_dwo_signatured_type and lookup_dwp_signatured_type.
6890 Fill in SIG_ENTRY with DWO_ENTRY. */
6891
6892static void
ed2dc618 6893fill_in_sig_entry_from_dwo_entry (struct dwarf2_per_objfile *dwarf2_per_objfile,
a2ce51a0
DE
6894 struct signatured_type *sig_entry,
6895 struct dwo_unit *dwo_entry)
6896{
7ee85ab1 6897 /* Make sure we're not clobbering something we don't expect to. */
a2ce51a0
DE
6898 gdb_assert (! sig_entry->per_cu.queued);
6899 gdb_assert (sig_entry->per_cu.cu == NULL);
6aa5f3a6
DE
6900 if (dwarf2_per_objfile->using_index)
6901 {
6902 gdb_assert (sig_entry->per_cu.v.quick != NULL);
43f3e411 6903 gdb_assert (sig_entry->per_cu.v.quick->compunit_symtab == NULL);
6aa5f3a6
DE
6904 }
6905 else
6906 gdb_assert (sig_entry->per_cu.v.psymtab == NULL);
a2ce51a0 6907 gdb_assert (sig_entry->signature == dwo_entry->signature);
9c541725 6908 gdb_assert (to_underlying (sig_entry->type_offset_in_section) == 0);
a2ce51a0 6909 gdb_assert (sig_entry->type_unit_group == NULL);
7ee85ab1
DE
6910 gdb_assert (sig_entry->dwo_unit == NULL);
6911
6912 sig_entry->per_cu.section = dwo_entry->section;
9c541725 6913 sig_entry->per_cu.sect_off = dwo_entry->sect_off;
7ee85ab1
DE
6914 sig_entry->per_cu.length = dwo_entry->length;
6915 sig_entry->per_cu.reading_dwo_directly = 1;
e3b94546 6916 sig_entry->per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
a2ce51a0
DE
6917 sig_entry->type_offset_in_tu = dwo_entry->type_offset_in_tu;
6918 sig_entry->dwo_unit = dwo_entry;
6919}
6920
6921/* Subroutine of lookup_signatured_type.
7ee85ab1
DE
6922 If we haven't read the TU yet, create the signatured_type data structure
6923 for a TU to be read in directly from a DWO file, bypassing the stub.
6924 This is the "Stay in DWO Optimization": When there is no DWP file and we're
6925 using .gdb_index, then when reading a CU we want to stay in the DWO file
6926 containing that CU. Otherwise we could end up reading several other DWO
6927 files (due to comdat folding) to process the transitive closure of all the
6928 mentioned TUs, and that can be slow. The current DWO file will have every
6929 type signature that it needs.
a2ce51a0
DE
6930 We only do this for .gdb_index because in the psymtab case we already have
6931 to read all the DWOs to build the type unit groups. */
6932
6933static struct signatured_type *
6934lookup_dwo_signatured_type (struct dwarf2_cu *cu, ULONGEST sig)
6935{
518817b3
SM
6936 struct dwarf2_per_objfile *dwarf2_per_objfile
6937 = cu->per_cu->dwarf2_per_objfile;
a2ce51a0
DE
6938 struct objfile *objfile = dwarf2_per_objfile->objfile;
6939 struct dwo_file *dwo_file;
6940 struct dwo_unit find_dwo_entry, *dwo_entry;
6941 struct signatured_type find_sig_entry, *sig_entry;
6aa5f3a6 6942 void **slot;
a2ce51a0
DE
6943
6944 gdb_assert (cu->dwo_unit && dwarf2_per_objfile->using_index);
6945
6aa5f3a6
DE
6946 /* If TU skeletons have been removed then we may not have read in any
6947 TUs yet. */
6948 if (dwarf2_per_objfile->signatured_types == NULL)
6949 {
6950 dwarf2_per_objfile->signatured_types
6951 = allocate_signatured_type_table (objfile);
6952 }
a2ce51a0
DE
6953
6954 /* We only ever need to read in one copy of a signatured type.
6aa5f3a6
DE
6955 Use the global signatured_types array to do our own comdat-folding
6956 of types. If this is the first time we're reading this TU, and
6957 the TU has an entry in .gdb_index, replace the recorded data from
6958 .gdb_index with this TU. */
a2ce51a0 6959
a2ce51a0 6960 find_sig_entry.signature = sig;
6aa5f3a6
DE
6961 slot = htab_find_slot (dwarf2_per_objfile->signatured_types,
6962 &find_sig_entry, INSERT);
9a3c8263 6963 sig_entry = (struct signatured_type *) *slot;
7ee85ab1
DE
6964
6965 /* We can get here with the TU already read, *or* in the process of being
6aa5f3a6
DE
6966 read. Don't reassign the global entry to point to this DWO if that's
6967 the case. Also note that if the TU is already being read, it may not
6968 have come from a DWO, the program may be a mix of Fission-compiled
6969 code and non-Fission-compiled code. */
6970
6971 /* Have we already tried to read this TU?
6972 Note: sig_entry can be NULL if the skeleton TU was removed (thus it
6973 needn't exist in the global table yet). */
6974 if (sig_entry != NULL && sig_entry->per_cu.tu_read)
a2ce51a0
DE
6975 return sig_entry;
6976
6aa5f3a6
DE
6977 /* Note: cu->dwo_unit is the dwo_unit that references this TU, not the
6978 dwo_unit of the TU itself. */
6979 dwo_file = cu->dwo_unit->dwo_file;
6980
a2ce51a0
DE
6981 /* Ok, this is the first time we're reading this TU. */
6982 if (dwo_file->tus == NULL)
6983 return NULL;
6984 find_dwo_entry.signature = sig;
9a3c8263 6985 dwo_entry = (struct dwo_unit *) htab_find (dwo_file->tus, &find_dwo_entry);
a2ce51a0
DE
6986 if (dwo_entry == NULL)
6987 return NULL;
6988
6aa5f3a6
DE
6989 /* If the global table doesn't have an entry for this TU, add one. */
6990 if (sig_entry == NULL)
ed2dc618 6991 sig_entry = add_type_unit (dwarf2_per_objfile, sig, slot);
6aa5f3a6 6992
ed2dc618 6993 fill_in_sig_entry_from_dwo_entry (dwarf2_per_objfile, sig_entry, dwo_entry);
89e63ee4 6994 sig_entry->per_cu.tu_read = 1;
a2ce51a0
DE
6995 return sig_entry;
6996}
6997
a2ce51a0
DE
6998/* Subroutine of lookup_signatured_type.
6999 Look up the type for signature SIG, and if we can't find SIG in .gdb_index
6aa5f3a6
DE
7000 then try the DWP file. If the TU stub (skeleton) has been removed then
7001 it won't be in .gdb_index. */
a2ce51a0
DE
7002
7003static struct signatured_type *
7004lookup_dwp_signatured_type (struct dwarf2_cu *cu, ULONGEST sig)
7005{
518817b3
SM
7006 struct dwarf2_per_objfile *dwarf2_per_objfile
7007 = cu->per_cu->dwarf2_per_objfile;
a2ce51a0 7008 struct objfile *objfile = dwarf2_per_objfile->objfile;
ed2dc618 7009 struct dwp_file *dwp_file = get_dwp_file (dwarf2_per_objfile);
a2ce51a0
DE
7010 struct dwo_unit *dwo_entry;
7011 struct signatured_type find_sig_entry, *sig_entry;
6aa5f3a6 7012 void **slot;
a2ce51a0
DE
7013
7014 gdb_assert (cu->dwo_unit && dwarf2_per_objfile->using_index);
7015 gdb_assert (dwp_file != NULL);
7016
6aa5f3a6
DE
7017 /* If TU skeletons have been removed then we may not have read in any
7018 TUs yet. */
7019 if (dwarf2_per_objfile->signatured_types == NULL)
a2ce51a0 7020 {
6aa5f3a6
DE
7021 dwarf2_per_objfile->signatured_types
7022 = allocate_signatured_type_table (objfile);
a2ce51a0
DE
7023 }
7024
6aa5f3a6
DE
7025 find_sig_entry.signature = sig;
7026 slot = htab_find_slot (dwarf2_per_objfile->signatured_types,
7027 &find_sig_entry, INSERT);
9a3c8263 7028 sig_entry = (struct signatured_type *) *slot;
6aa5f3a6
DE
7029
7030 /* Have we already tried to read this TU?
7031 Note: sig_entry can be NULL if the skeleton TU was removed (thus it
7032 needn't exist in the global table yet). */
7033 if (sig_entry != NULL)
7034 return sig_entry;
7035
a2ce51a0
DE
7036 if (dwp_file->tus == NULL)
7037 return NULL;
ed2dc618 7038 dwo_entry = lookup_dwo_unit_in_dwp (dwarf2_per_objfile, dwp_file, NULL,
57d63ce2 7039 sig, 1 /* is_debug_types */);
a2ce51a0
DE
7040 if (dwo_entry == NULL)
7041 return NULL;
7042
ed2dc618
SM
7043 sig_entry = add_type_unit (dwarf2_per_objfile, sig, slot);
7044 fill_in_sig_entry_from_dwo_entry (dwarf2_per_objfile, sig_entry, dwo_entry);
a2ce51a0 7045
a2ce51a0
DE
7046 return sig_entry;
7047}
7048
380bca97 7049/* Lookup a signature based type for DW_FORM_ref_sig8.
5a8b3f62
DE
7050 Returns NULL if signature SIG is not present in the table.
7051 It is up to the caller to complain about this. */
348e048f
DE
7052
7053static struct signatured_type *
a2ce51a0 7054lookup_signatured_type (struct dwarf2_cu *cu, ULONGEST sig)
348e048f 7055{
518817b3
SM
7056 struct dwarf2_per_objfile *dwarf2_per_objfile
7057 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 7058
a2ce51a0
DE
7059 if (cu->dwo_unit
7060 && dwarf2_per_objfile->using_index)
7061 {
7062 /* We're in a DWO/DWP file, and we're using .gdb_index.
7063 These cases require special processing. */
ed2dc618 7064 if (get_dwp_file (dwarf2_per_objfile) == NULL)
a2ce51a0
DE
7065 return lookup_dwo_signatured_type (cu, sig);
7066 else
7067 return lookup_dwp_signatured_type (cu, sig);
7068 }
7069 else
7070 {
7071 struct signatured_type find_entry, *entry;
348e048f 7072
a2ce51a0
DE
7073 if (dwarf2_per_objfile->signatured_types == NULL)
7074 return NULL;
7075 find_entry.signature = sig;
9a3c8263
SM
7076 entry = ((struct signatured_type *)
7077 htab_find (dwarf2_per_objfile->signatured_types, &find_entry));
a2ce51a0
DE
7078 return entry;
7079 }
348e048f 7080}
42e7ad6c
DE
7081\f
7082/* Low level DIE reading support. */
348e048f 7083
d85a05f0
DJ
7084/* Initialize a die_reader_specs struct from a dwarf2_cu struct. */
7085
7086static void
7087init_cu_die_reader (struct die_reader_specs *reader,
dee91e82 7088 struct dwarf2_cu *cu,
3019eac3 7089 struct dwarf2_section_info *section,
685af9cd
TT
7090 struct dwo_file *dwo_file,
7091 struct abbrev_table *abbrev_table)
d85a05f0 7092{
fceca515 7093 gdb_assert (section->readin && section->buffer != NULL);
a32a8923 7094 reader->abfd = get_section_bfd_owner (section);
d85a05f0 7095 reader->cu = cu;
3019eac3 7096 reader->dwo_file = dwo_file;
dee91e82
DE
7097 reader->die_section = section;
7098 reader->buffer = section->buffer;
f664829e 7099 reader->buffer_end = section->buffer + section->size;
a2ce51a0 7100 reader->comp_dir = NULL;
685af9cd 7101 reader->abbrev_table = abbrev_table;
d85a05f0
DJ
7102}
7103
b0c7bfa9
DE
7104/* Subroutine of init_cutu_and_read_dies to simplify it.
7105 Read in the rest of a CU/TU top level DIE from DWO_UNIT.
7106 There's just a lot of work to do, and init_cutu_and_read_dies is big enough
7107 already.
7108
7109 STUB_COMP_UNIT_DIE is for the stub DIE, we copy over certain attributes
7110 from it to the DIE in the DWO. If NULL we are skipping the stub.
a2ce51a0
DE
7111 STUB_COMP_DIR is similar to STUB_COMP_UNIT_DIE: When reading a TU directly
7112 from the DWO file, bypassing the stub, it contains the DW_AT_comp_dir
c54a1dd8
DE
7113 attribute of the referencing CU. At most one of STUB_COMP_UNIT_DIE and
7114 STUB_COMP_DIR may be non-NULL.
b0c7bfa9
DE
7115 *RESULT_READER,*RESULT_INFO_PTR,*RESULT_COMP_UNIT_DIE,*RESULT_HAS_CHILDREN
7116 are filled in with the info of the DIE from the DWO file.
685af9cd
TT
7117 *RESULT_DWO_ABBREV_TABLE will be filled in with the abbrev table allocated
7118 from the dwo. Since *RESULT_READER references this abbrev table, it must be
7119 kept around for at least as long as *RESULT_READER.
7120
b0c7bfa9
DE
7121 The result is non-zero if a valid (non-dummy) DIE was found. */
7122
7123static int
7124read_cutu_die_from_dwo (struct dwarf2_per_cu_data *this_cu,
7125 struct dwo_unit *dwo_unit,
b0c7bfa9 7126 struct die_info *stub_comp_unit_die,
a2ce51a0 7127 const char *stub_comp_dir,
b0c7bfa9 7128 struct die_reader_specs *result_reader,
d521ce57 7129 const gdb_byte **result_info_ptr,
b0c7bfa9 7130 struct die_info **result_comp_unit_die,
685af9cd
TT
7131 int *result_has_children,
7132 abbrev_table_up *result_dwo_abbrev_table)
b0c7bfa9 7133{
ed2dc618 7134 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
b0c7bfa9
DE
7135 struct objfile *objfile = dwarf2_per_objfile->objfile;
7136 struct dwarf2_cu *cu = this_cu->cu;
b0c7bfa9 7137 bfd *abfd;
d521ce57 7138 const gdb_byte *begin_info_ptr, *info_ptr;
b0c7bfa9
DE
7139 struct attribute *comp_dir, *stmt_list, *low_pc, *high_pc, *ranges;
7140 int i,num_extra_attrs;
7141 struct dwarf2_section_info *dwo_abbrev_section;
7142 struct attribute *attr;
7143 struct die_info *comp_unit_die;
7144
b0aeadb3
DE
7145 /* At most one of these may be provided. */
7146 gdb_assert ((stub_comp_unit_die != NULL) + (stub_comp_dir != NULL) <= 1);
a2ce51a0 7147
b0c7bfa9
DE
7148 /* These attributes aren't processed until later:
7149 DW_AT_stmt_list, DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges.
0d60c288
DE
7150 DW_AT_comp_dir is used now, to find the DWO file, but it is also
7151 referenced later. However, these attributes are found in the stub
7152 which we won't have later. In order to not impose this complication
7153 on the rest of the code, we read them here and copy them to the
7154 DWO CU/TU die. */
b0c7bfa9
DE
7155
7156 stmt_list = NULL;
7157 low_pc = NULL;
7158 high_pc = NULL;
7159 ranges = NULL;
7160 comp_dir = NULL;
7161
7162 if (stub_comp_unit_die != NULL)
7163 {
7164 /* For TUs in DWO files, the DW_AT_stmt_list attribute lives in the
7165 DWO file. */
7166 if (! this_cu->is_debug_types)
7167 stmt_list = dwarf2_attr (stub_comp_unit_die, DW_AT_stmt_list, cu);
7168 low_pc = dwarf2_attr (stub_comp_unit_die, DW_AT_low_pc, cu);
7169 high_pc = dwarf2_attr (stub_comp_unit_die, DW_AT_high_pc, cu);
7170 ranges = dwarf2_attr (stub_comp_unit_die, DW_AT_ranges, cu);
7171 comp_dir = dwarf2_attr (stub_comp_unit_die, DW_AT_comp_dir, cu);
7172
7173 /* There should be a DW_AT_addr_base attribute here (if needed).
336d760d
AT
7174 We need the value before we can process DW_FORM_GNU_addr_index
7175 or DW_FORM_addrx. */
b0c7bfa9
DE
7176 cu->addr_base = 0;
7177 attr = dwarf2_attr (stub_comp_unit_die, DW_AT_GNU_addr_base, cu);
7178 if (attr)
7179 cu->addr_base = DW_UNSND (attr);
7180
7181 /* There should be a DW_AT_ranges_base attribute here (if needed).
7182 We need the value before we can process DW_AT_ranges. */
7183 cu->ranges_base = 0;
7184 attr = dwarf2_attr (stub_comp_unit_die, DW_AT_GNU_ranges_base, cu);
7185 if (attr)
7186 cu->ranges_base = DW_UNSND (attr);
7187 }
a2ce51a0
DE
7188 else if (stub_comp_dir != NULL)
7189 {
7190 /* Reconstruct the comp_dir attribute to simplify the code below. */
8d749320 7191 comp_dir = XOBNEW (&cu->comp_unit_obstack, struct attribute);
a2ce51a0
DE
7192 comp_dir->name = DW_AT_comp_dir;
7193 comp_dir->form = DW_FORM_string;
7194 DW_STRING_IS_CANONICAL (comp_dir) = 0;
7195 DW_STRING (comp_dir) = stub_comp_dir;
7196 }
b0c7bfa9
DE
7197
7198 /* Set up for reading the DWO CU/TU. */
7199 cu->dwo_unit = dwo_unit;
685af9cd 7200 dwarf2_section_info *section = dwo_unit->section;
b0c7bfa9 7201 dwarf2_read_section (objfile, section);
a32a8923 7202 abfd = get_section_bfd_owner (section);
9c541725
PA
7203 begin_info_ptr = info_ptr = (section->buffer
7204 + to_underlying (dwo_unit->sect_off));
b0c7bfa9 7205 dwo_abbrev_section = &dwo_unit->dwo_file->sections.abbrev;
b0c7bfa9
DE
7206
7207 if (this_cu->is_debug_types)
7208 {
b0c7bfa9
DE
7209 struct signatured_type *sig_type = (struct signatured_type *) this_cu;
7210
ed2dc618
SM
7211 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7212 &cu->header, section,
b0c7bfa9 7213 dwo_abbrev_section,
43988095 7214 info_ptr, rcuh_kind::TYPE);
a2ce51a0 7215 /* This is not an assert because it can be caused by bad debug info. */
43988095 7216 if (sig_type->signature != cu->header.signature)
a2ce51a0
DE
7217 {
7218 error (_("Dwarf Error: signature mismatch %s vs %s while reading"
9d8780f0 7219 " TU at offset %s [in module %s]"),
a2ce51a0 7220 hex_string (sig_type->signature),
43988095 7221 hex_string (cu->header.signature),
9d8780f0 7222 sect_offset_str (dwo_unit->sect_off),
a2ce51a0
DE
7223 bfd_get_filename (abfd));
7224 }
9c541725 7225 gdb_assert (dwo_unit->sect_off == cu->header.sect_off);
b0c7bfa9
DE
7226 /* For DWOs coming from DWP files, we don't know the CU length
7227 nor the type's offset in the TU until now. */
7228 dwo_unit->length = get_cu_length (&cu->header);
9c541725 7229 dwo_unit->type_offset_in_tu = cu->header.type_cu_offset_in_tu;
b0c7bfa9
DE
7230
7231 /* Establish the type offset that can be used to lookup the type.
7232 For DWO files, we don't know it until now. */
9c541725
PA
7233 sig_type->type_offset_in_section
7234 = dwo_unit->sect_off + to_underlying (dwo_unit->type_offset_in_tu);
b0c7bfa9
DE
7235 }
7236 else
7237 {
ed2dc618
SM
7238 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7239 &cu->header, section,
b0c7bfa9 7240 dwo_abbrev_section,
43988095 7241 info_ptr, rcuh_kind::COMPILE);
9c541725 7242 gdb_assert (dwo_unit->sect_off == cu->header.sect_off);
b0c7bfa9
DE
7243 /* For DWOs coming from DWP files, we don't know the CU length
7244 until now. */
7245 dwo_unit->length = get_cu_length (&cu->header);
7246 }
7247
685af9cd
TT
7248 *result_dwo_abbrev_table
7249 = abbrev_table_read_table (dwarf2_per_objfile, dwo_abbrev_section,
7250 cu->header.abbrev_sect_off);
7251 init_cu_die_reader (result_reader, cu, section, dwo_unit->dwo_file,
7252 result_dwo_abbrev_table->get ());
b0c7bfa9
DE
7253
7254 /* Read in the die, but leave space to copy over the attributes
7255 from the stub. This has the benefit of simplifying the rest of
7256 the code - all the work to maintain the illusion of a single
7257 DW_TAG_{compile,type}_unit DIE is done here. */
7258 num_extra_attrs = ((stmt_list != NULL)
7259 + (low_pc != NULL)
7260 + (high_pc != NULL)
7261 + (ranges != NULL)
7262 + (comp_dir != NULL));
7263 info_ptr = read_full_die_1 (result_reader, result_comp_unit_die, info_ptr,
7264 result_has_children, num_extra_attrs);
7265
7266 /* Copy over the attributes from the stub to the DIE we just read in. */
7267 comp_unit_die = *result_comp_unit_die;
7268 i = comp_unit_die->num_attrs;
7269 if (stmt_list != NULL)
7270 comp_unit_die->attrs[i++] = *stmt_list;
7271 if (low_pc != NULL)
7272 comp_unit_die->attrs[i++] = *low_pc;
7273 if (high_pc != NULL)
7274 comp_unit_die->attrs[i++] = *high_pc;
7275 if (ranges != NULL)
7276 comp_unit_die->attrs[i++] = *ranges;
7277 if (comp_dir != NULL)
7278 comp_unit_die->attrs[i++] = *comp_dir;
7279 comp_unit_die->num_attrs += num_extra_attrs;
7280
b4f54984 7281 if (dwarf_die_debug)
bf6af496
DE
7282 {
7283 fprintf_unfiltered (gdb_stdlog,
7284 "Read die from %s@0x%x of %s:\n",
a32a8923 7285 get_section_name (section),
bf6af496
DE
7286 (unsigned) (begin_info_ptr - section->buffer),
7287 bfd_get_filename (abfd));
b4f54984 7288 dump_die (comp_unit_die, dwarf_die_debug);
bf6af496
DE
7289 }
7290
a2ce51a0
DE
7291 /* Save the comp_dir attribute. If there is no DWP file then we'll read
7292 TUs by skipping the stub and going directly to the entry in the DWO file.
7293 However, skipping the stub means we won't get DW_AT_comp_dir, so we have
7294 to get it via circuitous means. Blech. */
7295 if (comp_dir != NULL)
7296 result_reader->comp_dir = DW_STRING (comp_dir);
7297
b0c7bfa9
DE
7298 /* Skip dummy compilation units. */
7299 if (info_ptr >= begin_info_ptr + dwo_unit->length
7300 || peek_abbrev_code (abfd, info_ptr) == 0)
7301 return 0;
7302
7303 *result_info_ptr = info_ptr;
7304 return 1;
7305}
7306
7307/* Subroutine of init_cutu_and_read_dies to simplify it.
7308 Look up the DWO unit specified by COMP_UNIT_DIE of THIS_CU.
6a506a2d 7309 Returns NULL if the specified DWO unit cannot be found. */
b0c7bfa9
DE
7310
7311static struct dwo_unit *
7312lookup_dwo_unit (struct dwarf2_per_cu_data *this_cu,
7313 struct die_info *comp_unit_die)
7314{
7315 struct dwarf2_cu *cu = this_cu->cu;
b0c7bfa9
DE
7316 ULONGEST signature;
7317 struct dwo_unit *dwo_unit;
7318 const char *comp_dir, *dwo_name;
7319
a2ce51a0
DE
7320 gdb_assert (cu != NULL);
7321
b0c7bfa9 7322 /* Yeah, we look dwo_name up again, but it simplifies the code. */
7d45c7c3
KB
7323 dwo_name = dwarf2_string_attr (comp_unit_die, DW_AT_GNU_dwo_name, cu);
7324 comp_dir = dwarf2_string_attr (comp_unit_die, DW_AT_comp_dir, cu);
b0c7bfa9
DE
7325
7326 if (this_cu->is_debug_types)
7327 {
7328 struct signatured_type *sig_type;
7329
7330 /* Since this_cu is the first member of struct signatured_type,
7331 we can go from a pointer to one to a pointer to the other. */
7332 sig_type = (struct signatured_type *) this_cu;
7333 signature = sig_type->signature;
7334 dwo_unit = lookup_dwo_type_unit (sig_type, dwo_name, comp_dir);
7335 }
7336 else
7337 {
7338 struct attribute *attr;
7339
7340 attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_id, cu);
7341 if (! attr)
7342 error (_("Dwarf Error: missing dwo_id for dwo_name %s"
7343 " [in module %s]"),
e3b94546 7344 dwo_name, objfile_name (this_cu->dwarf2_per_objfile->objfile));
b0c7bfa9
DE
7345 signature = DW_UNSND (attr);
7346 dwo_unit = lookup_dwo_comp_unit (this_cu, dwo_name, comp_dir,
7347 signature);
7348 }
7349
b0c7bfa9
DE
7350 return dwo_unit;
7351}
7352
a2ce51a0 7353/* Subroutine of init_cutu_and_read_dies to simplify it.
6aa5f3a6 7354 See it for a description of the parameters.
fcd3b13d 7355 Read a TU directly from a DWO file, bypassing the stub. */
a2ce51a0
DE
7356
7357static void
6aa5f3a6
DE
7358init_tu_and_read_dwo_dies (struct dwarf2_per_cu_data *this_cu,
7359 int use_existing_cu, int keep,
a2ce51a0
DE
7360 die_reader_func_ftype *die_reader_func,
7361 void *data)
7362{
fcd3b13d 7363 std::unique_ptr<dwarf2_cu> new_cu;
a2ce51a0 7364 struct signatured_type *sig_type;
a2ce51a0
DE
7365 struct die_reader_specs reader;
7366 const gdb_byte *info_ptr;
7367 struct die_info *comp_unit_die;
7368 int has_children;
ed2dc618 7369 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
a2ce51a0
DE
7370
7371 /* Verify we can do the following downcast, and that we have the
7372 data we need. */
7373 gdb_assert (this_cu->is_debug_types && this_cu->reading_dwo_directly);
7374 sig_type = (struct signatured_type *) this_cu;
7375 gdb_assert (sig_type->dwo_unit != NULL);
7376
6aa5f3a6
DE
7377 if (use_existing_cu && this_cu->cu != NULL)
7378 {
7379 gdb_assert (this_cu->cu->dwo_unit == sig_type->dwo_unit);
6aa5f3a6
DE
7380 /* There's no need to do the rereading_dwo_cu handling that
7381 init_cutu_and_read_dies does since we don't read the stub. */
7382 }
7383 else
7384 {
7385 /* If !use_existing_cu, this_cu->cu must be NULL. */
7386 gdb_assert (this_cu->cu == NULL);
fcd3b13d 7387 new_cu.reset (new dwarf2_cu (this_cu));
6aa5f3a6
DE
7388 }
7389
7390 /* A future optimization, if needed, would be to use an existing
7391 abbrev table. When reading DWOs with skeletonless TUs, all the TUs
7392 could share abbrev tables. */
a2ce51a0 7393
685af9cd
TT
7394 /* The abbreviation table used by READER, this must live at least as long as
7395 READER. */
7396 abbrev_table_up dwo_abbrev_table;
7397
a2ce51a0 7398 if (read_cutu_die_from_dwo (this_cu, sig_type->dwo_unit,
a2ce51a0
DE
7399 NULL /* stub_comp_unit_die */,
7400 sig_type->dwo_unit->dwo_file->comp_dir,
7401 &reader, &info_ptr,
685af9cd
TT
7402 &comp_unit_die, &has_children,
7403 &dwo_abbrev_table) == 0)
a2ce51a0
DE
7404 {
7405 /* Dummy die. */
a2ce51a0
DE
7406 return;
7407 }
7408
7409 /* All the "real" work is done here. */
7410 die_reader_func (&reader, info_ptr, comp_unit_die, has_children, data);
7411
6aa5f3a6 7412 /* This duplicates the code in init_cutu_and_read_dies,
a2ce51a0
DE
7413 but the alternative is making the latter more complex.
7414 This function is only for the special case of using DWO files directly:
7415 no point in overly complicating the general case just to handle this. */
fcd3b13d 7416 if (new_cu != NULL && keep)
a2ce51a0 7417 {
fcd3b13d
SM
7418 /* Link this CU into read_in_chain. */
7419 this_cu->cu->read_in_chain = dwarf2_per_objfile->read_in_chain;
7420 dwarf2_per_objfile->read_in_chain = this_cu;
7421 /* The chain owns it now. */
7422 new_cu.release ();
a2ce51a0 7423 }
a2ce51a0
DE
7424}
7425
fd820528 7426/* Initialize a CU (or TU) and read its DIEs.
3019eac3 7427 If the CU defers to a DWO file, read the DWO file as well.
dee91e82 7428
f4dc4d17
DE
7429 ABBREV_TABLE, if non-NULL, is the abbreviation table to use.
7430 Otherwise the table specified in the comp unit header is read in and used.
7431 This is an optimization for when we already have the abbrev table.
7432
dee91e82
DE
7433 If USE_EXISTING_CU is non-zero, and THIS_CU->cu is non-NULL, then use it.
7434 Otherwise, a new CU is allocated with xmalloc.
7435
7436 If KEEP is non-zero, then if we allocated a dwarf2_cu we add it to
7437 read_in_chain. Otherwise the dwarf2_cu data is freed at the end.
7438
7439 WARNING: If THIS_CU is a "dummy CU" (used as filler by the incremental
fd820528 7440 linker) then DIE_READER_FUNC will not get called. */
aaa75496 7441
70221824 7442static void
fd820528 7443init_cutu_and_read_dies (struct dwarf2_per_cu_data *this_cu,
f4dc4d17 7444 struct abbrev_table *abbrev_table,
fd820528 7445 int use_existing_cu, int keep,
58f0c718 7446 bool skip_partial,
fd820528
DE
7447 die_reader_func_ftype *die_reader_func,
7448 void *data)
c906108c 7449{
ed2dc618 7450 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
dee91e82 7451 struct objfile *objfile = dwarf2_per_objfile->objfile;
8a0459fd 7452 struct dwarf2_section_info *section = this_cu->section;
a32a8923 7453 bfd *abfd = get_section_bfd_owner (section);
dee91e82 7454 struct dwarf2_cu *cu;
d521ce57 7455 const gdb_byte *begin_info_ptr, *info_ptr;
dee91e82 7456 struct die_reader_specs reader;
d85a05f0 7457 struct die_info *comp_unit_die;
dee91e82 7458 int has_children;
d85a05f0 7459 struct attribute *attr;
dee91e82 7460 struct signatured_type *sig_type = NULL;
4bdcc0c1 7461 struct dwarf2_section_info *abbrev_section;
42e7ad6c
DE
7462 /* Non-zero if CU currently points to a DWO file and we need to
7463 reread it. When this happens we need to reread the skeleton die
a2ce51a0 7464 before we can reread the DWO file (this only applies to CUs, not TUs). */
42e7ad6c 7465 int rereading_dwo_cu = 0;
c906108c 7466
b4f54984 7467 if (dwarf_die_debug)
9d8780f0 7468 fprintf_unfiltered (gdb_stdlog, "Reading %s unit at offset %s\n",
09406207 7469 this_cu->is_debug_types ? "type" : "comp",
9d8780f0 7470 sect_offset_str (this_cu->sect_off));
09406207 7471
dee91e82
DE
7472 if (use_existing_cu)
7473 gdb_assert (keep);
23745b47 7474
a2ce51a0
DE
7475 /* If we're reading a TU directly from a DWO file, including a virtual DWO
7476 file (instead of going through the stub), short-circuit all of this. */
7477 if (this_cu->reading_dwo_directly)
7478 {
7479 /* Narrow down the scope of possibilities to have to understand. */
7480 gdb_assert (this_cu->is_debug_types);
7481 gdb_assert (abbrev_table == NULL);
6aa5f3a6
DE
7482 init_tu_and_read_dwo_dies (this_cu, use_existing_cu, keep,
7483 die_reader_func, data);
a2ce51a0
DE
7484 return;
7485 }
7486
dee91e82
DE
7487 /* This is cheap if the section is already read in. */
7488 dwarf2_read_section (objfile, section);
7489
9c541725 7490 begin_info_ptr = info_ptr = section->buffer + to_underlying (this_cu->sect_off);
36586728
TT
7491
7492 abbrev_section = get_abbrev_section_for_cu (this_cu);
dee91e82 7493
fcd3b13d 7494 std::unique_ptr<dwarf2_cu> new_cu;
dee91e82
DE
7495 if (use_existing_cu && this_cu->cu != NULL)
7496 {
7497 cu = this_cu->cu;
42e7ad6c
DE
7498 /* If this CU is from a DWO file we need to start over, we need to
7499 refetch the attributes from the skeleton CU.
7500 This could be optimized by retrieving those attributes from when we
7501 were here the first time: the previous comp_unit_die was stored in
7502 comp_unit_obstack. But there's no data yet that we need this
7503 optimization. */
7504 if (cu->dwo_unit != NULL)
7505 rereading_dwo_cu = 1;
dee91e82
DE
7506 }
7507 else
7508 {
7509 /* If !use_existing_cu, this_cu->cu must be NULL. */
7510 gdb_assert (this_cu->cu == NULL);
fcd3b13d
SM
7511 new_cu.reset (new dwarf2_cu (this_cu));
7512 cu = new_cu.get ();
42e7ad6c 7513 }
dee91e82 7514
b0c7bfa9 7515 /* Get the header. */
9c541725 7516 if (to_underlying (cu->header.first_die_cu_offset) != 0 && !rereading_dwo_cu)
42e7ad6c
DE
7517 {
7518 /* We already have the header, there's no need to read it in again. */
9c541725 7519 info_ptr += to_underlying (cu->header.first_die_cu_offset);
42e7ad6c
DE
7520 }
7521 else
7522 {
3019eac3 7523 if (this_cu->is_debug_types)
dee91e82 7524 {
ed2dc618
SM
7525 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7526 &cu->header, section,
4bdcc0c1 7527 abbrev_section, info_ptr,
43988095 7528 rcuh_kind::TYPE);
dee91e82 7529
42e7ad6c
DE
7530 /* Since per_cu is the first member of struct signatured_type,
7531 we can go from a pointer to one to a pointer to the other. */
7532 sig_type = (struct signatured_type *) this_cu;
43988095 7533 gdb_assert (sig_type->signature == cu->header.signature);
9c541725
PA
7534 gdb_assert (sig_type->type_offset_in_tu
7535 == cu->header.type_cu_offset_in_tu);
7536 gdb_assert (this_cu->sect_off == cu->header.sect_off);
dee91e82 7537
42e7ad6c
DE
7538 /* LENGTH has not been set yet for type units if we're
7539 using .gdb_index. */
1ce1cefd 7540 this_cu->length = get_cu_length (&cu->header);
3019eac3
DE
7541
7542 /* Establish the type offset that can be used to lookup the type. */
9c541725
PA
7543 sig_type->type_offset_in_section =
7544 this_cu->sect_off + to_underlying (sig_type->type_offset_in_tu);
43988095
JK
7545
7546 this_cu->dwarf_version = cu->header.version;
dee91e82
DE
7547 }
7548 else
7549 {
ed2dc618
SM
7550 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7551 &cu->header, section,
4bdcc0c1 7552 abbrev_section,
43988095
JK
7553 info_ptr,
7554 rcuh_kind::COMPILE);
dee91e82 7555
9c541725 7556 gdb_assert (this_cu->sect_off == cu->header.sect_off);
1ce1cefd 7557 gdb_assert (this_cu->length == get_cu_length (&cu->header));
43988095 7558 this_cu->dwarf_version = cu->header.version;
dee91e82
DE
7559 }
7560 }
10b3939b 7561
6caca83c 7562 /* Skip dummy compilation units. */
dee91e82 7563 if (info_ptr >= begin_info_ptr + this_cu->length
6caca83c 7564 || peek_abbrev_code (abfd, info_ptr) == 0)
fcd3b13d 7565 return;
6caca83c 7566
433df2d4
DE
7567 /* If we don't have them yet, read the abbrevs for this compilation unit.
7568 And if we need to read them now, make sure they're freed when we're
685af9cd
TT
7569 done (own the table through ABBREV_TABLE_HOLDER). */
7570 abbrev_table_up abbrev_table_holder;
f4dc4d17 7571 if (abbrev_table != NULL)
685af9cd
TT
7572 gdb_assert (cu->header.abbrev_sect_off == abbrev_table->sect_off);
7573 else
f4dc4d17 7574 {
685af9cd
TT
7575 abbrev_table_holder
7576 = abbrev_table_read_table (dwarf2_per_objfile, abbrev_section,
7577 cu->header.abbrev_sect_off);
7578 abbrev_table = abbrev_table_holder.get ();
42e7ad6c 7579 }
af703f96 7580
dee91e82 7581 /* Read the top level CU/TU die. */
685af9cd 7582 init_cu_die_reader (&reader, cu, section, NULL, abbrev_table);
dee91e82 7583 info_ptr = read_full_die (&reader, &comp_unit_die, info_ptr, &has_children);
93311388 7584
58f0c718
TT
7585 if (skip_partial && comp_unit_die->tag == DW_TAG_partial_unit)
7586 return;
7587
b0c7bfa9 7588 /* If we are in a DWO stub, process it and then read in the "real" CU/TU
685af9cd
TT
7589 from the DWO file. read_cutu_die_from_dwo will allocate the abbreviation
7590 table from the DWO file and pass the ownership over to us. It will be
7591 referenced from READER, so we must make sure to free it after we're done
7592 with READER.
7593
b0c7bfa9
DE
7594 Note that if USE_EXISTING_OK != 0, and THIS_CU->cu already contains a
7595 DWO CU, that this test will fail (the attribute will not be present). */
3019eac3 7596 attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_name, cu);
685af9cd 7597 abbrev_table_up dwo_abbrev_table;
3019eac3
DE
7598 if (attr)
7599 {
3019eac3 7600 struct dwo_unit *dwo_unit;
b0c7bfa9 7601 struct die_info *dwo_comp_unit_die;
3019eac3
DE
7602
7603 if (has_children)
6a506a2d 7604 {
b98664d3 7605 complaint (_("compilation unit with DW_AT_GNU_dwo_name"
9d8780f0
SM
7606 " has children (offset %s) [in module %s]"),
7607 sect_offset_str (this_cu->sect_off),
7608 bfd_get_filename (abfd));
6a506a2d 7609 }
b0c7bfa9 7610 dwo_unit = lookup_dwo_unit (this_cu, comp_unit_die);
6a506a2d 7611 if (dwo_unit != NULL)
3019eac3 7612 {
6a506a2d 7613 if (read_cutu_die_from_dwo (this_cu, dwo_unit,
a2ce51a0 7614 comp_unit_die, NULL,
6a506a2d 7615 &reader, &info_ptr,
685af9cd
TT
7616 &dwo_comp_unit_die, &has_children,
7617 &dwo_abbrev_table) == 0)
6a506a2d
DE
7618 {
7619 /* Dummy die. */
6a506a2d
DE
7620 return;
7621 }
7622 comp_unit_die = dwo_comp_unit_die;
7623 }
7624 else
7625 {
7626 /* Yikes, we couldn't find the rest of the DIE, we only have
7627 the stub. A complaint has already been logged. There's
7628 not much more we can do except pass on the stub DIE to
7629 die_reader_func. We don't want to throw an error on bad
7630 debug info. */
3019eac3
DE
7631 }
7632 }
7633
b0c7bfa9 7634 /* All of the above is setup for this call. Yikes. */
dee91e82
DE
7635 die_reader_func (&reader, info_ptr, comp_unit_die, has_children, data);
7636
b0c7bfa9 7637 /* Done, clean up. */
fcd3b13d 7638 if (new_cu != NULL && keep)
348e048f 7639 {
fcd3b13d
SM
7640 /* Link this CU into read_in_chain. */
7641 this_cu->cu->read_in_chain = dwarf2_per_objfile->read_in_chain;
7642 dwarf2_per_objfile->read_in_chain = this_cu;
7643 /* The chain owns it now. */
7644 new_cu.release ();
348e048f 7645 }
dee91e82
DE
7646}
7647
33e80786
DE
7648/* Read CU/TU THIS_CU but do not follow DW_AT_GNU_dwo_name if present.
7649 DWO_FILE, if non-NULL, is the DWO file to read (the caller is assumed
7650 to have already done the lookup to find the DWO file).
dee91e82
DE
7651
7652 The caller is required to fill in THIS_CU->section, THIS_CU->offset, and
3019eac3 7653 THIS_CU->is_debug_types, but nothing else.
dee91e82
DE
7654
7655 We fill in THIS_CU->length.
7656
7657 WARNING: If THIS_CU is a "dummy CU" (used as filler by the incremental
7658 linker) then DIE_READER_FUNC will not get called.
7659
7660 THIS_CU->cu is always freed when done.
3019eac3
DE
7661 This is done in order to not leave THIS_CU->cu in a state where we have
7662 to care whether it refers to the "main" CU or the DWO CU. */
dee91e82
DE
7663
7664static void
7665init_cutu_and_read_dies_no_follow (struct dwarf2_per_cu_data *this_cu,
3019eac3 7666 struct dwo_file *dwo_file,
dee91e82
DE
7667 die_reader_func_ftype *die_reader_func,
7668 void *data)
7669{
ed2dc618 7670 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
dee91e82 7671 struct objfile *objfile = dwarf2_per_objfile->objfile;
8a0459fd 7672 struct dwarf2_section_info *section = this_cu->section;
a32a8923 7673 bfd *abfd = get_section_bfd_owner (section);
33e80786 7674 struct dwarf2_section_info *abbrev_section;
d521ce57 7675 const gdb_byte *begin_info_ptr, *info_ptr;
dee91e82 7676 struct die_reader_specs reader;
dee91e82
DE
7677 struct die_info *comp_unit_die;
7678 int has_children;
7679
b4f54984 7680 if (dwarf_die_debug)
9d8780f0 7681 fprintf_unfiltered (gdb_stdlog, "Reading %s unit at offset %s\n",
09406207 7682 this_cu->is_debug_types ? "type" : "comp",
9d8780f0 7683 sect_offset_str (this_cu->sect_off));
09406207 7684
dee91e82
DE
7685 gdb_assert (this_cu->cu == NULL);
7686
33e80786
DE
7687 abbrev_section = (dwo_file != NULL
7688 ? &dwo_file->sections.abbrev
7689 : get_abbrev_section_for_cu (this_cu));
7690
dee91e82
DE
7691 /* This is cheap if the section is already read in. */
7692 dwarf2_read_section (objfile, section);
7693
fcd3b13d 7694 struct dwarf2_cu cu (this_cu);
dee91e82 7695
9c541725 7696 begin_info_ptr = info_ptr = section->buffer + to_underlying (this_cu->sect_off);
ed2dc618
SM
7697 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7698 &cu.header, section,
4bdcc0c1 7699 abbrev_section, info_ptr,
43988095
JK
7700 (this_cu->is_debug_types
7701 ? rcuh_kind::TYPE
7702 : rcuh_kind::COMPILE));
dee91e82 7703
1ce1cefd 7704 this_cu->length = get_cu_length (&cu.header);
dee91e82
DE
7705
7706 /* Skip dummy compilation units. */
7707 if (info_ptr >= begin_info_ptr + this_cu->length
7708 || peek_abbrev_code (abfd, info_ptr) == 0)
fcd3b13d 7709 return;
72bf9492 7710
685af9cd
TT
7711 abbrev_table_up abbrev_table
7712 = abbrev_table_read_table (dwarf2_per_objfile, abbrev_section,
7713 cu.header.abbrev_sect_off);
dee91e82 7714
685af9cd 7715 init_cu_die_reader (&reader, &cu, section, dwo_file, abbrev_table.get ());
dee91e82
DE
7716 info_ptr = read_full_die (&reader, &comp_unit_die, info_ptr, &has_children);
7717
7718 die_reader_func (&reader, info_ptr, comp_unit_die, has_children, data);
dee91e82
DE
7719}
7720
3019eac3
DE
7721/* Read a CU/TU, except that this does not look for DW_AT_GNU_dwo_name and
7722 does not lookup the specified DWO file.
7723 This cannot be used to read DWO files.
dee91e82
DE
7724
7725 THIS_CU->cu is always freed when done.
3019eac3
DE
7726 This is done in order to not leave THIS_CU->cu in a state where we have
7727 to care whether it refers to the "main" CU or the DWO CU.
7728 We can revisit this if the data shows there's a performance issue. */
dee91e82
DE
7729
7730static void
7731init_cutu_and_read_dies_simple (struct dwarf2_per_cu_data *this_cu,
7732 die_reader_func_ftype *die_reader_func,
7733 void *data)
7734{
33e80786 7735 init_cutu_and_read_dies_no_follow (this_cu, NULL, die_reader_func, data);
dee91e82 7736}
0018ea6f
DE
7737\f
7738/* Type Unit Groups.
dee91e82 7739
0018ea6f
DE
7740 Type Unit Groups are a way to collapse the set of all TUs (type units) into
7741 a more manageable set. The grouping is done by DW_AT_stmt_list entry
7742 so that all types coming from the same compilation (.o file) are grouped
7743 together. A future step could be to put the types in the same symtab as
7744 the CU the types ultimately came from. */
ff013f42 7745
f4dc4d17
DE
7746static hashval_t
7747hash_type_unit_group (const void *item)
7748{
9a3c8263
SM
7749 const struct type_unit_group *tu_group
7750 = (const struct type_unit_group *) item;
f4dc4d17 7751
094b34ac 7752 return hash_stmt_list_entry (&tu_group->hash);
f4dc4d17 7753}
348e048f
DE
7754
7755static int
f4dc4d17 7756eq_type_unit_group (const void *item_lhs, const void *item_rhs)
348e048f 7757{
9a3c8263
SM
7758 const struct type_unit_group *lhs = (const struct type_unit_group *) item_lhs;
7759 const struct type_unit_group *rhs = (const struct type_unit_group *) item_rhs;
348e048f 7760
094b34ac 7761 return eq_stmt_list_entry (&lhs->hash, &rhs->hash);
f4dc4d17 7762}
348e048f 7763
f4dc4d17
DE
7764/* Allocate a hash table for type unit groups. */
7765
7766static htab_t
ed2dc618 7767allocate_type_unit_groups_table (struct objfile *objfile)
f4dc4d17
DE
7768{
7769 return htab_create_alloc_ex (3,
7770 hash_type_unit_group,
7771 eq_type_unit_group,
7772 NULL,
ed2dc618 7773 &objfile->objfile_obstack,
f4dc4d17
DE
7774 hashtab_obstack_allocate,
7775 dummy_obstack_deallocate);
7776}
dee91e82 7777
f4dc4d17
DE
7778/* Type units that don't have DW_AT_stmt_list are grouped into their own
7779 partial symtabs. We combine several TUs per psymtab to not let the size
7780 of any one psymtab grow too big. */
7781#define NO_STMT_LIST_TYPE_UNIT_PSYMTAB (1 << 31)
7782#define NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE 10
dee91e82 7783
094b34ac 7784/* Helper routine for get_type_unit_group.
f4dc4d17
DE
7785 Create the type_unit_group object used to hold one or more TUs. */
7786
7787static struct type_unit_group *
094b34ac 7788create_type_unit_group (struct dwarf2_cu *cu, sect_offset line_offset_struct)
f4dc4d17 7789{
518817b3
SM
7790 struct dwarf2_per_objfile *dwarf2_per_objfile
7791 = cu->per_cu->dwarf2_per_objfile;
f4dc4d17 7792 struct objfile *objfile = dwarf2_per_objfile->objfile;
094b34ac 7793 struct dwarf2_per_cu_data *per_cu;
f4dc4d17 7794 struct type_unit_group *tu_group;
f4dc4d17
DE
7795
7796 tu_group = OBSTACK_ZALLOC (&objfile->objfile_obstack,
7797 struct type_unit_group);
094b34ac 7798 per_cu = &tu_group->per_cu;
518817b3 7799 per_cu->dwarf2_per_objfile = dwarf2_per_objfile;
f4dc4d17 7800
094b34ac
DE
7801 if (dwarf2_per_objfile->using_index)
7802 {
7803 per_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack,
7804 struct dwarf2_per_cu_quick_data);
094b34ac
DE
7805 }
7806 else
7807 {
9c541725 7808 unsigned int line_offset = to_underlying (line_offset_struct);
094b34ac 7809 struct partial_symtab *pst;
528e1572 7810 std::string name;
094b34ac
DE
7811
7812 /* Give the symtab a useful name for debug purposes. */
7813 if ((line_offset & NO_STMT_LIST_TYPE_UNIT_PSYMTAB) != 0)
528e1572
SM
7814 name = string_printf ("<type_units_%d>",
7815 (line_offset & ~NO_STMT_LIST_TYPE_UNIT_PSYMTAB));
094b34ac 7816 else
528e1572 7817 name = string_printf ("<type_units_at_0x%x>", line_offset);
094b34ac 7818
528e1572 7819 pst = create_partial_symtab (per_cu, name.c_str ());
094b34ac 7820 pst->anonymous = 1;
094b34ac 7821 }
f4dc4d17 7822
094b34ac 7823 tu_group->hash.dwo_unit = cu->dwo_unit;
9c541725 7824 tu_group->hash.line_sect_off = line_offset_struct;
f4dc4d17
DE
7825
7826 return tu_group;
7827}
7828
094b34ac
DE
7829/* Look up the type_unit_group for type unit CU, and create it if necessary.
7830 STMT_LIST is a DW_AT_stmt_list attribute. */
f4dc4d17
DE
7831
7832static struct type_unit_group *
ff39bb5e 7833get_type_unit_group (struct dwarf2_cu *cu, const struct attribute *stmt_list)
f4dc4d17 7834{
518817b3
SM
7835 struct dwarf2_per_objfile *dwarf2_per_objfile
7836 = cu->per_cu->dwarf2_per_objfile;
f4dc4d17
DE
7837 struct tu_stats *tu_stats = &dwarf2_per_objfile->tu_stats;
7838 struct type_unit_group *tu_group;
7839 void **slot;
7840 unsigned int line_offset;
7841 struct type_unit_group type_unit_group_for_lookup;
7842
7843 if (dwarf2_per_objfile->type_unit_groups == NULL)
7844 {
7845 dwarf2_per_objfile->type_unit_groups =
ed2dc618 7846 allocate_type_unit_groups_table (dwarf2_per_objfile->objfile);
f4dc4d17
DE
7847 }
7848
7849 /* Do we need to create a new group, or can we use an existing one? */
7850
7851 if (stmt_list)
7852 {
7853 line_offset = DW_UNSND (stmt_list);
7854 ++tu_stats->nr_symtab_sharers;
7855 }
7856 else
7857 {
7858 /* Ugh, no stmt_list. Rare, but we have to handle it.
7859 We can do various things here like create one group per TU or
7860 spread them over multiple groups to split up the expansion work.
7861 To avoid worst case scenarios (too many groups or too large groups)
7862 we, umm, group them in bunches. */
7863 line_offset = (NO_STMT_LIST_TYPE_UNIT_PSYMTAB
7864 | (tu_stats->nr_stmt_less_type_units
7865 / NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE));
7866 ++tu_stats->nr_stmt_less_type_units;
7867 }
7868
094b34ac 7869 type_unit_group_for_lookup.hash.dwo_unit = cu->dwo_unit;
9c541725 7870 type_unit_group_for_lookup.hash.line_sect_off = (sect_offset) line_offset;
f4dc4d17
DE
7871 slot = htab_find_slot (dwarf2_per_objfile->type_unit_groups,
7872 &type_unit_group_for_lookup, INSERT);
7873 if (*slot != NULL)
7874 {
9a3c8263 7875 tu_group = (struct type_unit_group *) *slot;
f4dc4d17
DE
7876 gdb_assert (tu_group != NULL);
7877 }
7878 else
7879 {
9c541725 7880 sect_offset line_offset_struct = (sect_offset) line_offset;
094b34ac 7881 tu_group = create_type_unit_group (cu, line_offset_struct);
f4dc4d17
DE
7882 *slot = tu_group;
7883 ++tu_stats->nr_symtabs;
7884 }
7885
7886 return tu_group;
7887}
0018ea6f
DE
7888\f
7889/* Partial symbol tables. */
7890
7891/* Create a psymtab named NAME and assign it to PER_CU.
7892
7893 The caller must fill in the following details:
7894 dirname, textlow, texthigh. */
7895
7896static struct partial_symtab *
7897create_partial_symtab (struct dwarf2_per_cu_data *per_cu, const char *name)
7898{
e3b94546 7899 struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
0018ea6f
DE
7900 struct partial_symtab *pst;
7901
939652a5 7902 pst = start_psymtab_common (objfile, name, 0);
0018ea6f
DE
7903
7904 pst->psymtabs_addrmap_supported = 1;
7905
7906 /* This is the glue that links PST into GDB's symbol API. */
7907 pst->read_symtab_private = per_cu;
7908 pst->read_symtab = dwarf2_read_symtab;
7909 per_cu->v.psymtab = pst;
7910
7911 return pst;
7912}
7913
b93601f3
TT
7914/* The DATA object passed to process_psymtab_comp_unit_reader has this
7915 type. */
7916
7917struct process_psymtab_comp_unit_data
7918{
7919 /* True if we are reading a DW_TAG_partial_unit. */
7920
7921 int want_partial_unit;
7922
7923 /* The "pretend" language that is used if the CU doesn't declare a
7924 language. */
7925
7926 enum language pretend_language;
7927};
7928
0018ea6f
DE
7929/* die_reader_func for process_psymtab_comp_unit. */
7930
7931static void
7932process_psymtab_comp_unit_reader (const struct die_reader_specs *reader,
d521ce57 7933 const gdb_byte *info_ptr,
0018ea6f
DE
7934 struct die_info *comp_unit_die,
7935 int has_children,
7936 void *data)
7937{
7938 struct dwarf2_cu *cu = reader->cu;
518817b3 7939 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a 7940 struct gdbarch *gdbarch = get_objfile_arch (objfile);
0018ea6f 7941 struct dwarf2_per_cu_data *per_cu = cu->per_cu;
0018ea6f
DE
7942 CORE_ADDR baseaddr;
7943 CORE_ADDR best_lowpc = 0, best_highpc = 0;
7944 struct partial_symtab *pst;
3a2b436a 7945 enum pc_bounds_kind cu_bounds_kind;
0018ea6f 7946 const char *filename;
9a3c8263
SM
7947 struct process_psymtab_comp_unit_data *info
7948 = (struct process_psymtab_comp_unit_data *) data;
0018ea6f 7949
b93601f3 7950 if (comp_unit_die->tag == DW_TAG_partial_unit && !info->want_partial_unit)
0018ea6f
DE
7951 return;
7952
7953 gdb_assert (! per_cu->is_debug_types);
7954
b93601f3 7955 prepare_one_comp_unit (cu, comp_unit_die, info->pretend_language);
0018ea6f 7956
0018ea6f 7957 /* Allocate a new partial symbol table structure. */
7d45c7c3
KB
7958 filename = dwarf2_string_attr (comp_unit_die, DW_AT_name, cu);
7959 if (filename == NULL)
0018ea6f 7960 filename = "";
0018ea6f
DE
7961
7962 pst = create_partial_symtab (per_cu, filename);
7963
7964 /* This must be done before calling dwarf2_build_include_psymtabs. */
7d45c7c3 7965 pst->dirname = dwarf2_string_attr (comp_unit_die, DW_AT_comp_dir, cu);
0018ea6f
DE
7966
7967 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
7968
7969 dwarf2_find_base_address (comp_unit_die, cu);
7970
7971 /* Possibly set the default values of LOWPC and HIGHPC from
7972 `DW_AT_ranges'. */
3a2b436a
JK
7973 cu_bounds_kind = dwarf2_get_pc_bounds (comp_unit_die, &best_lowpc,
7974 &best_highpc, cu, pst);
7975 if (cu_bounds_kind == PC_BOUNDS_HIGH_LOW && best_lowpc < best_highpc)
79748972
TT
7976 {
7977 CORE_ADDR low
7978 = (gdbarch_adjust_dwarf2_addr (gdbarch, best_lowpc + baseaddr)
7979 - baseaddr);
7980 CORE_ADDR high
7981 = (gdbarch_adjust_dwarf2_addr (gdbarch, best_highpc + baseaddr)
7982 - baseaddr - 1);
7983 /* Store the contiguous range if it is not empty; it can be
7984 empty for CUs with no code. */
d320c2b5
TT
7985 addrmap_set_empty (objfile->partial_symtabs->psymtabs_addrmap,
7986 low, high, pst);
79748972 7987 }
0018ea6f
DE
7988
7989 /* Check if comp unit has_children.
7990 If so, read the rest of the partial symbols from this comp unit.
7991 If not, there's no more debug_info for this comp unit. */
7992 if (has_children)
7993 {
7994 struct partial_die_info *first_die;
7995 CORE_ADDR lowpc, highpc;
7996
7997 lowpc = ((CORE_ADDR) -1);
7998 highpc = ((CORE_ADDR) 0);
7999
8000 first_die = load_partial_dies (reader, info_ptr, 1);
8001
8002 scan_partial_symbols (first_die, &lowpc, &highpc,
e385593e 8003 cu_bounds_kind <= PC_BOUNDS_INVALID, cu);
0018ea6f
DE
8004
8005 /* If we didn't find a lowpc, set it to highpc to avoid
8006 complaints from `maint check'. */
8007 if (lowpc == ((CORE_ADDR) -1))
8008 lowpc = highpc;
8009
8010 /* If the compilation unit didn't have an explicit address range,
8011 then use the information extracted from its child dies. */
e385593e 8012 if (cu_bounds_kind <= PC_BOUNDS_INVALID)
0018ea6f
DE
8013 {
8014 best_lowpc = lowpc;
8015 best_highpc = highpc;
8016 }
8017 }
4ae976d1 8018 pst->set_text_low (gdbarch_adjust_dwarf2_addr (gdbarch,
79748972
TT
8019 best_lowpc + baseaddr)
8020 - baseaddr);
4ae976d1 8021 pst->set_text_high (gdbarch_adjust_dwarf2_addr (gdbarch,
79748972
TT
8022 best_highpc + baseaddr)
8023 - baseaddr);
0018ea6f 8024
8763cede 8025 end_psymtab_common (objfile, pst);
0018ea6f
DE
8026
8027 if (!VEC_empty (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs))
8028 {
8029 int i;
8030 int len = VEC_length (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs);
8031 struct dwarf2_per_cu_data *iter;
8032
8033 /* Fill in 'dependencies' here; we fill in 'users' in a
8034 post-pass. */
8035 pst->number_of_dependencies = len;
a9342b62
TT
8036 pst->dependencies
8037 = objfile->partial_symtabs->allocate_dependencies (len);
0018ea6f
DE
8038 for (i = 0;
8039 VEC_iterate (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs,
8040 i, iter);
8041 ++i)
8042 pst->dependencies[i] = iter->v.psymtab;
8043
8044 VEC_free (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs);
8045 }
8046
8047 /* Get the list of files included in the current compilation unit,
8048 and build a psymtab for each of them. */
8049 dwarf2_build_include_psymtabs (cu, comp_unit_die, pst);
8050
b4f54984 8051 if (dwarf_read_debug)
b926417a
TT
8052 fprintf_unfiltered (gdb_stdlog,
8053 "Psymtab for %s unit @%s: %s - %s"
8054 ", %d global, %d static syms\n",
8055 per_cu->is_debug_types ? "type" : "comp",
8056 sect_offset_str (per_cu->sect_off),
8057 paddress (gdbarch, pst->text_low (objfile)),
8058 paddress (gdbarch, pst->text_high (objfile)),
8059 pst->n_global_syms, pst->n_static_syms);
0018ea6f
DE
8060}
8061
8062/* Subroutine of dwarf2_build_psymtabs_hard to simplify it.
8063 Process compilation unit THIS_CU for a psymtab. */
8064
8065static void
8066process_psymtab_comp_unit (struct dwarf2_per_cu_data *this_cu,
b93601f3
TT
8067 int want_partial_unit,
8068 enum language pretend_language)
0018ea6f
DE
8069{
8070 /* If this compilation unit was already read in, free the
8071 cached copy in order to read it in again. This is
8072 necessary because we skipped some symbols when we first
8073 read in the compilation unit (see load_partial_dies).
8074 This problem could be avoided, but the benefit is unclear. */
8075 if (this_cu->cu != NULL)
8076 free_one_cached_comp_unit (this_cu);
8077
f1902523 8078 if (this_cu->is_debug_types)
58f0c718
TT
8079 init_cutu_and_read_dies (this_cu, NULL, 0, 0, false,
8080 build_type_psymtabs_reader, NULL);
f1902523
JK
8081 else
8082 {
8083 process_psymtab_comp_unit_data info;
8084 info.want_partial_unit = want_partial_unit;
8085 info.pretend_language = pretend_language;
58f0c718 8086 init_cutu_and_read_dies (this_cu, NULL, 0, 0, false,
f1902523
JK
8087 process_psymtab_comp_unit_reader, &info);
8088 }
0018ea6f
DE
8089
8090 /* Age out any secondary CUs. */
ed2dc618 8091 age_cached_comp_units (this_cu->dwarf2_per_objfile);
0018ea6f 8092}
f4dc4d17
DE
8093
8094/* Reader function for build_type_psymtabs. */
8095
8096static void
8097build_type_psymtabs_reader (const struct die_reader_specs *reader,
d521ce57 8098 const gdb_byte *info_ptr,
f4dc4d17
DE
8099 struct die_info *type_unit_die,
8100 int has_children,
8101 void *data)
8102{
ed2dc618 8103 struct dwarf2_per_objfile *dwarf2_per_objfile
518817b3 8104 = reader->cu->per_cu->dwarf2_per_objfile;
f4dc4d17
DE
8105 struct objfile *objfile = dwarf2_per_objfile->objfile;
8106 struct dwarf2_cu *cu = reader->cu;
8107 struct dwarf2_per_cu_data *per_cu = cu->per_cu;
0186c6a7 8108 struct signatured_type *sig_type;
f4dc4d17
DE
8109 struct type_unit_group *tu_group;
8110 struct attribute *attr;
8111 struct partial_die_info *first_die;
8112 CORE_ADDR lowpc, highpc;
8113 struct partial_symtab *pst;
8114
8115 gdb_assert (data == NULL);
0186c6a7
DE
8116 gdb_assert (per_cu->is_debug_types);
8117 sig_type = (struct signatured_type *) per_cu;
f4dc4d17
DE
8118
8119 if (! has_children)
8120 return;
8121
8122 attr = dwarf2_attr_no_follow (type_unit_die, DW_AT_stmt_list);
094b34ac 8123 tu_group = get_type_unit_group (cu, attr);
f4dc4d17 8124
0186c6a7 8125 VEC_safe_push (sig_type_ptr, tu_group->tus, sig_type);
f4dc4d17
DE
8126
8127 prepare_one_comp_unit (cu, type_unit_die, language_minimal);
f4dc4d17
DE
8128 pst = create_partial_symtab (per_cu, "");
8129 pst->anonymous = 1;
8130
8131 first_die = load_partial_dies (reader, info_ptr, 1);
8132
8133 lowpc = (CORE_ADDR) -1;
8134 highpc = (CORE_ADDR) 0;
8135 scan_partial_symbols (first_die, &lowpc, &highpc, 0, cu);
8136
8763cede 8137 end_psymtab_common (objfile, pst);
f4dc4d17
DE
8138}
8139
73051182
DE
8140/* Struct used to sort TUs by their abbreviation table offset. */
8141
8142struct tu_abbrev_offset
8143{
b2bdb8cf
SM
8144 tu_abbrev_offset (signatured_type *sig_type_, sect_offset abbrev_offset_)
8145 : sig_type (sig_type_), abbrev_offset (abbrev_offset_)
8146 {}
8147
8148 signatured_type *sig_type;
73051182
DE
8149 sect_offset abbrev_offset;
8150};
8151
484cf504 8152/* Helper routine for build_type_psymtabs_1, passed to std::sort. */
73051182 8153
484cf504
TT
8154static bool
8155sort_tu_by_abbrev_offset (const struct tu_abbrev_offset &a,
8156 const struct tu_abbrev_offset &b)
73051182 8157{
484cf504 8158 return a.abbrev_offset < b.abbrev_offset;
73051182
DE
8159}
8160
8161/* Efficiently read all the type units.
8162 This does the bulk of the work for build_type_psymtabs.
8163
8164 The efficiency is because we sort TUs by the abbrev table they use and
8165 only read each abbrev table once. In one program there are 200K TUs
8166 sharing 8K abbrev tables.
8167
8168 The main purpose of this function is to support building the
8169 dwarf2_per_objfile->type_unit_groups table.
8170 TUs typically share the DW_AT_stmt_list of the CU they came from, so we
8171 can collapse the search space by grouping them by stmt_list.
8172 The savings can be significant, in the same program from above the 200K TUs
8173 share 8K stmt_list tables.
8174
8175 FUNC is expected to call get_type_unit_group, which will create the
8176 struct type_unit_group if necessary and add it to
8177 dwarf2_per_objfile->type_unit_groups. */
8178
8179static void
ed2dc618 8180build_type_psymtabs_1 (struct dwarf2_per_objfile *dwarf2_per_objfile)
73051182 8181{
73051182 8182 struct tu_stats *tu_stats = &dwarf2_per_objfile->tu_stats;
685af9cd 8183 abbrev_table_up abbrev_table;
73051182 8184 sect_offset abbrev_offset;
73051182
DE
8185
8186 /* It's up to the caller to not call us multiple times. */
8187 gdb_assert (dwarf2_per_objfile->type_unit_groups == NULL);
8188
b2bdb8cf 8189 if (dwarf2_per_objfile->all_type_units.empty ())
73051182
DE
8190 return;
8191
8192 /* TUs typically share abbrev tables, and there can be way more TUs than
8193 abbrev tables. Sort by abbrev table to reduce the number of times we
8194 read each abbrev table in.
8195 Alternatives are to punt or to maintain a cache of abbrev tables.
8196 This is simpler and efficient enough for now.
8197
8198 Later we group TUs by their DW_AT_stmt_list value (as this defines the
8199 symtab to use). Typically TUs with the same abbrev offset have the same
8200 stmt_list value too so in practice this should work well.
8201
8202 The basic algorithm here is:
8203
8204 sort TUs by abbrev table
8205 for each TU with same abbrev table:
8206 read abbrev table if first user
8207 read TU top level DIE
8208 [IWBN if DWO skeletons had DW_AT_stmt_list]
8209 call FUNC */
8210
b4f54984 8211 if (dwarf_read_debug)
73051182
DE
8212 fprintf_unfiltered (gdb_stdlog, "Building type unit groups ...\n");
8213
8214 /* Sort in a separate table to maintain the order of all_type_units
8215 for .gdb_index: TU indices directly index all_type_units. */
b2bdb8cf
SM
8216 std::vector<tu_abbrev_offset> sorted_by_abbrev;
8217 sorted_by_abbrev.reserve (dwarf2_per_objfile->all_type_units.size ());
8218
8219 for (signatured_type *sig_type : dwarf2_per_objfile->all_type_units)
8220 sorted_by_abbrev.emplace_back
8221 (sig_type, read_abbrev_offset (dwarf2_per_objfile,
8222 sig_type->per_cu.section,
8223 sig_type->per_cu.sect_off));
73051182 8224
484cf504
TT
8225 std::sort (sorted_by_abbrev.begin (), sorted_by_abbrev.end (),
8226 sort_tu_by_abbrev_offset);
73051182 8227
9c541725 8228 abbrev_offset = (sect_offset) ~(unsigned) 0;
73051182 8229
b2bdb8cf 8230 for (const tu_abbrev_offset &tu : sorted_by_abbrev)
73051182 8231 {
73051182
DE
8232 /* Switch to the next abbrev table if necessary. */
8233 if (abbrev_table == NULL
b2bdb8cf 8234 || tu.abbrev_offset != abbrev_offset)
73051182 8235 {
b2bdb8cf 8236 abbrev_offset = tu.abbrev_offset;
73051182 8237 abbrev_table =
ed2dc618
SM
8238 abbrev_table_read_table (dwarf2_per_objfile,
8239 &dwarf2_per_objfile->abbrev,
73051182
DE
8240 abbrev_offset);
8241 ++tu_stats->nr_uniq_abbrev_tables;
8242 }
8243
b2bdb8cf 8244 init_cutu_and_read_dies (&tu.sig_type->per_cu, abbrev_table.get (),
58f0c718 8245 0, 0, false, build_type_psymtabs_reader, NULL);
73051182 8246 }
6aa5f3a6 8247}
73051182 8248
6aa5f3a6
DE
8249/* Print collected type unit statistics. */
8250
8251static void
ed2dc618 8252print_tu_stats (struct dwarf2_per_objfile *dwarf2_per_objfile)
6aa5f3a6
DE
8253{
8254 struct tu_stats *tu_stats = &dwarf2_per_objfile->tu_stats;
8255
8256 fprintf_unfiltered (gdb_stdlog, "Type unit statistics:\n");
b2bdb8cf
SM
8257 fprintf_unfiltered (gdb_stdlog, " %zu TUs\n",
8258 dwarf2_per_objfile->all_type_units.size ());
6aa5f3a6
DE
8259 fprintf_unfiltered (gdb_stdlog, " %d uniq abbrev tables\n",
8260 tu_stats->nr_uniq_abbrev_tables);
8261 fprintf_unfiltered (gdb_stdlog, " %d symtabs from stmt_list entries\n",
8262 tu_stats->nr_symtabs);
8263 fprintf_unfiltered (gdb_stdlog, " %d symtab sharers\n",
8264 tu_stats->nr_symtab_sharers);
8265 fprintf_unfiltered (gdb_stdlog, " %d type units without a stmt_list\n",
8266 tu_stats->nr_stmt_less_type_units);
8267 fprintf_unfiltered (gdb_stdlog, " %d all_type_units reallocs\n",
8268 tu_stats->nr_all_type_units_reallocs);
73051182
DE
8269}
8270
f4dc4d17
DE
8271/* Traversal function for build_type_psymtabs. */
8272
8273static int
8274build_type_psymtab_dependencies (void **slot, void *info)
8275{
ed2dc618
SM
8276 struct dwarf2_per_objfile *dwarf2_per_objfile
8277 = (struct dwarf2_per_objfile *) info;
f4dc4d17
DE
8278 struct objfile *objfile = dwarf2_per_objfile->objfile;
8279 struct type_unit_group *tu_group = (struct type_unit_group *) *slot;
094b34ac 8280 struct dwarf2_per_cu_data *per_cu = &tu_group->per_cu;
f4dc4d17 8281 struct partial_symtab *pst = per_cu->v.psymtab;
0186c6a7
DE
8282 int len = VEC_length (sig_type_ptr, tu_group->tus);
8283 struct signatured_type *iter;
f4dc4d17
DE
8284 int i;
8285
8286 gdb_assert (len > 0);
0186c6a7 8287 gdb_assert (IS_TYPE_UNIT_GROUP (per_cu));
f4dc4d17
DE
8288
8289 pst->number_of_dependencies = len;
a9342b62 8290 pst->dependencies = objfile->partial_symtabs->allocate_dependencies (len);
f4dc4d17 8291 for (i = 0;
0186c6a7 8292 VEC_iterate (sig_type_ptr, tu_group->tus, i, iter);
f4dc4d17
DE
8293 ++i)
8294 {
0186c6a7
DE
8295 gdb_assert (iter->per_cu.is_debug_types);
8296 pst->dependencies[i] = iter->per_cu.v.psymtab;
796a7ff8 8297 iter->type_unit_group = tu_group;
f4dc4d17
DE
8298 }
8299
0186c6a7 8300 VEC_free (sig_type_ptr, tu_group->tus);
348e048f
DE
8301
8302 return 1;
8303}
8304
8305/* Subroutine of dwarf2_build_psymtabs_hard to simplify it.
8306 Build partial symbol tables for the .debug_types comp-units. */
8307
8308static void
ed2dc618 8309build_type_psymtabs (struct dwarf2_per_objfile *dwarf2_per_objfile)
348e048f 8310{
ed2dc618 8311 if (! create_all_type_units (dwarf2_per_objfile))
348e048f
DE
8312 return;
8313
ed2dc618 8314 build_type_psymtabs_1 (dwarf2_per_objfile);
6aa5f3a6 8315}
f4dc4d17 8316
6aa5f3a6
DE
8317/* Traversal function for process_skeletonless_type_unit.
8318 Read a TU in a DWO file and build partial symbols for it. */
8319
8320static int
8321process_skeletonless_type_unit (void **slot, void *info)
8322{
8323 struct dwo_unit *dwo_unit = (struct dwo_unit *) *slot;
ed2dc618
SM
8324 struct dwarf2_per_objfile *dwarf2_per_objfile
8325 = (struct dwarf2_per_objfile *) info;
6aa5f3a6
DE
8326 struct signatured_type find_entry, *entry;
8327
8328 /* If this TU doesn't exist in the global table, add it and read it in. */
8329
8330 if (dwarf2_per_objfile->signatured_types == NULL)
8331 {
8332 dwarf2_per_objfile->signatured_types
ed2dc618 8333 = allocate_signatured_type_table (dwarf2_per_objfile->objfile);
6aa5f3a6
DE
8334 }
8335
8336 find_entry.signature = dwo_unit->signature;
8337 slot = htab_find_slot (dwarf2_per_objfile->signatured_types, &find_entry,
8338 INSERT);
8339 /* If we've already seen this type there's nothing to do. What's happening
8340 is we're doing our own version of comdat-folding here. */
8341 if (*slot != NULL)
8342 return 1;
8343
8344 /* This does the job that create_all_type_units would have done for
8345 this TU. */
ed2dc618
SM
8346 entry = add_type_unit (dwarf2_per_objfile, dwo_unit->signature, slot);
8347 fill_in_sig_entry_from_dwo_entry (dwarf2_per_objfile, entry, dwo_unit);
6aa5f3a6
DE
8348 *slot = entry;
8349
8350 /* This does the job that build_type_psymtabs_1 would have done. */
58f0c718 8351 init_cutu_and_read_dies (&entry->per_cu, NULL, 0, 0, false,
6aa5f3a6
DE
8352 build_type_psymtabs_reader, NULL);
8353
8354 return 1;
8355}
8356
8357/* Traversal function for process_skeletonless_type_units. */
8358
8359static int
8360process_dwo_file_for_skeletonless_type_units (void **slot, void *info)
8361{
8362 struct dwo_file *dwo_file = (struct dwo_file *) *slot;
8363
8364 if (dwo_file->tus != NULL)
8365 {
8366 htab_traverse_noresize (dwo_file->tus,
8367 process_skeletonless_type_unit, info);
8368 }
8369
8370 return 1;
8371}
8372
8373/* Scan all TUs of DWO files, verifying we've processed them.
8374 This is needed in case a TU was emitted without its skeleton.
8375 Note: This can't be done until we know what all the DWO files are. */
8376
8377static void
ed2dc618 8378process_skeletonless_type_units (struct dwarf2_per_objfile *dwarf2_per_objfile)
6aa5f3a6
DE
8379{
8380 /* Skeletonless TUs in DWP files without .gdb_index is not supported yet. */
ed2dc618 8381 if (get_dwp_file (dwarf2_per_objfile) == NULL
6aa5f3a6
DE
8382 && dwarf2_per_objfile->dwo_files != NULL)
8383 {
51ac9db5 8384 htab_traverse_noresize (dwarf2_per_objfile->dwo_files.get (),
6aa5f3a6 8385 process_dwo_file_for_skeletonless_type_units,
ed2dc618 8386 dwarf2_per_objfile);
6aa5f3a6 8387 }
348e048f
DE
8388}
8389
ed2dc618 8390/* Compute the 'user' field for each psymtab in DWARF2_PER_OBJFILE. */
95554aad
TT
8391
8392static void
ed2dc618 8393set_partial_user (struct dwarf2_per_objfile *dwarf2_per_objfile)
95554aad 8394{
b76e467d 8395 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
95554aad 8396 {
95554aad 8397 struct partial_symtab *pst = per_cu->v.psymtab;
95554aad 8398
36586728
TT
8399 if (pst == NULL)
8400 continue;
8401
b76e467d 8402 for (int j = 0; j < pst->number_of_dependencies; ++j)
95554aad
TT
8403 {
8404 /* Set the 'user' field only if it is not already set. */
8405 if (pst->dependencies[j]->user == NULL)
8406 pst->dependencies[j]->user = pst;
8407 }
8408 }
8409}
8410
93311388
DE
8411/* Build the partial symbol table by doing a quick pass through the
8412 .debug_info and .debug_abbrev sections. */
72bf9492 8413
93311388 8414static void
ed2dc618 8415dwarf2_build_psymtabs_hard (struct dwarf2_per_objfile *dwarf2_per_objfile)
93311388 8416{
ed2dc618 8417 struct objfile *objfile = dwarf2_per_objfile->objfile;
93311388 8418
b4f54984 8419 if (dwarf_read_debug)
45cfd468
DE
8420 {
8421 fprintf_unfiltered (gdb_stdlog, "Building psymtabs of objfile %s ...\n",
4262abfb 8422 objfile_name (objfile));
45cfd468
DE
8423 }
8424
98bfdba5
PA
8425 dwarf2_per_objfile->reading_partial_symbols = 1;
8426
be391dca 8427 dwarf2_read_section (objfile, &dwarf2_per_objfile->info);
91c24f0a 8428
93311388
DE
8429 /* Any cached compilation units will be linked by the per-objfile
8430 read_in_chain. Make sure to free them when we're done. */
11ed8cad 8431 free_cached_comp_units freer (dwarf2_per_objfile);
72bf9492 8432
ed2dc618 8433 build_type_psymtabs (dwarf2_per_objfile);
348e048f 8434
ed2dc618 8435 create_all_comp_units (dwarf2_per_objfile);
c906108c 8436
60606b2c
TT
8437 /* Create a temporary address map on a temporary obstack. We later
8438 copy this to the final obstack. */
8268c778 8439 auto_obstack temp_obstack;
791afaa2
TT
8440
8441 scoped_restore save_psymtabs_addrmap
d320c2b5 8442 = make_scoped_restore (&objfile->partial_symtabs->psymtabs_addrmap,
791afaa2 8443 addrmap_create_mutable (&temp_obstack));
72bf9492 8444
b76e467d
SM
8445 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
8446 process_psymtab_comp_unit (per_cu, 0, language_minimal);
ff013f42 8447
6aa5f3a6 8448 /* This has to wait until we read the CUs, we need the list of DWOs. */
ed2dc618 8449 process_skeletonless_type_units (dwarf2_per_objfile);
6aa5f3a6
DE
8450
8451 /* Now that all TUs have been processed we can fill in the dependencies. */
8452 if (dwarf2_per_objfile->type_unit_groups != NULL)
8453 {
8454 htab_traverse_noresize (dwarf2_per_objfile->type_unit_groups,
ed2dc618 8455 build_type_psymtab_dependencies, dwarf2_per_objfile);
6aa5f3a6
DE
8456 }
8457
b4f54984 8458 if (dwarf_read_debug)
ed2dc618 8459 print_tu_stats (dwarf2_per_objfile);
6aa5f3a6 8460
ed2dc618 8461 set_partial_user (dwarf2_per_objfile);
95554aad 8462
d320c2b5
TT
8463 objfile->partial_symtabs->psymtabs_addrmap
8464 = addrmap_create_fixed (objfile->partial_symtabs->psymtabs_addrmap,
5923a04c 8465 objfile->partial_symtabs->obstack ());
791afaa2
TT
8466 /* At this point we want to keep the address map. */
8467 save_psymtabs_addrmap.release ();
ff013f42 8468
b4f54984 8469 if (dwarf_read_debug)
45cfd468 8470 fprintf_unfiltered (gdb_stdlog, "Done building psymtabs of %s\n",
4262abfb 8471 objfile_name (objfile));
ae038cb0
DJ
8472}
8473
3019eac3 8474/* die_reader_func for load_partial_comp_unit. */
ae038cb0
DJ
8475
8476static void
dee91e82 8477load_partial_comp_unit_reader (const struct die_reader_specs *reader,
d521ce57 8478 const gdb_byte *info_ptr,
dee91e82
DE
8479 struct die_info *comp_unit_die,
8480 int has_children,
8481 void *data)
ae038cb0 8482{
dee91e82 8483 struct dwarf2_cu *cu = reader->cu;
ae038cb0 8484
95554aad 8485 prepare_one_comp_unit (cu, comp_unit_die, language_minimal);
ae038cb0 8486
ae038cb0
DJ
8487 /* Check if comp unit has_children.
8488 If so, read the rest of the partial symbols from this comp unit.
0963b4bd 8489 If not, there's no more debug_info for this comp unit. */
d85a05f0 8490 if (has_children)
dee91e82
DE
8491 load_partial_dies (reader, info_ptr, 0);
8492}
98bfdba5 8493
dee91e82
DE
8494/* Load the partial DIEs for a secondary CU into memory.
8495 This is also used when rereading a primary CU with load_all_dies. */
c5b7e1cb 8496
dee91e82
DE
8497static void
8498load_partial_comp_unit (struct dwarf2_per_cu_data *this_cu)
8499{
58f0c718 8500 init_cutu_and_read_dies (this_cu, NULL, 1, 1, false,
f4dc4d17 8501 load_partial_comp_unit_reader, NULL);
ae038cb0
DJ
8502}
8503
ae038cb0 8504static void
ed2dc618 8505read_comp_units_from_section (struct dwarf2_per_objfile *dwarf2_per_objfile,
36586728 8506 struct dwarf2_section_info *section,
f1902523 8507 struct dwarf2_section_info *abbrev_section,
b76e467d 8508 unsigned int is_dwz)
ae038cb0 8509{
d521ce57 8510 const gdb_byte *info_ptr;
ed2dc618 8511 struct objfile *objfile = dwarf2_per_objfile->objfile;
be391dca 8512
b4f54984 8513 if (dwarf_read_debug)
bf6af496 8514 fprintf_unfiltered (gdb_stdlog, "Reading %s for %s\n",
a32a8923
DE
8515 get_section_name (section),
8516 get_section_file_name (section));
bf6af496 8517
36586728 8518 dwarf2_read_section (objfile, section);
ae038cb0 8519
36586728 8520 info_ptr = section->buffer;
6e70227d 8521
36586728 8522 while (info_ptr < section->buffer + section->size)
ae038cb0 8523 {
ae038cb0 8524 struct dwarf2_per_cu_data *this_cu;
ae038cb0 8525
9c541725 8526 sect_offset sect_off = (sect_offset) (info_ptr - section->buffer);
ae038cb0 8527
f1902523 8528 comp_unit_head cu_header;
ed2dc618
SM
8529 read_and_check_comp_unit_head (dwarf2_per_objfile, &cu_header, section,
8530 abbrev_section, info_ptr,
8531 rcuh_kind::COMPILE);
ae038cb0
DJ
8532
8533 /* Save the compilation unit for later lookup. */
f1902523
JK
8534 if (cu_header.unit_type != DW_UT_type)
8535 {
8536 this_cu = XOBNEW (&objfile->objfile_obstack,
8537 struct dwarf2_per_cu_data);
8538 memset (this_cu, 0, sizeof (*this_cu));
8539 }
8540 else
8541 {
8542 auto sig_type = XOBNEW (&objfile->objfile_obstack,
8543 struct signatured_type);
8544 memset (sig_type, 0, sizeof (*sig_type));
8545 sig_type->signature = cu_header.signature;
8546 sig_type->type_offset_in_tu = cu_header.type_cu_offset_in_tu;
8547 this_cu = &sig_type->per_cu;
8548 }
8549 this_cu->is_debug_types = (cu_header.unit_type == DW_UT_type);
9c541725 8550 this_cu->sect_off = sect_off;
f1902523 8551 this_cu->length = cu_header.length + cu_header.initial_length_size;
36586728 8552 this_cu->is_dwz = is_dwz;
e3b94546 8553 this_cu->dwarf2_per_objfile = dwarf2_per_objfile;
8a0459fd 8554 this_cu->section = section;
ae038cb0 8555
b76e467d 8556 dwarf2_per_objfile->all_comp_units.push_back (this_cu);
ae038cb0
DJ
8557
8558 info_ptr = info_ptr + this_cu->length;
8559 }
36586728
TT
8560}
8561
8562/* Create a list of all compilation units in OBJFILE.
8563 This is only done for -readnow and building partial symtabs. */
8564
8565static void
ed2dc618 8566create_all_comp_units (struct dwarf2_per_objfile *dwarf2_per_objfile)
36586728 8567{
b76e467d 8568 gdb_assert (dwarf2_per_objfile->all_comp_units.empty ());
ed2dc618 8569 read_comp_units_from_section (dwarf2_per_objfile, &dwarf2_per_objfile->info,
b76e467d 8570 &dwarf2_per_objfile->abbrev, 0);
36586728 8571
b76e467d 8572 dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
4db1a1dc 8573 if (dwz != NULL)
ed2dc618 8574 read_comp_units_from_section (dwarf2_per_objfile, &dwz->info, &dwz->abbrev,
b76e467d 8575 1);
c906108c
SS
8576}
8577
5734ee8b 8578/* Process all loaded DIEs for compilation unit CU, starting at
cdc07690 8579 FIRST_DIE. The caller should pass SET_ADDRMAP == 1 if the compilation
5734ee8b 8580 unit DIE did not have PC info (DW_AT_low_pc and DW_AT_high_pc, or
cdc07690
YQ
8581 DW_AT_ranges). See the comments of add_partial_subprogram on how
8582 SET_ADDRMAP is used and how *LOWPC and *HIGHPC are updated. */
c906108c 8583
72bf9492
DJ
8584static void
8585scan_partial_symbols (struct partial_die_info *first_die, CORE_ADDR *lowpc,
cdc07690
YQ
8586 CORE_ADDR *highpc, int set_addrmap,
8587 struct dwarf2_cu *cu)
c906108c 8588{
72bf9492 8589 struct partial_die_info *pdi;
c906108c 8590
91c24f0a
DC
8591 /* Now, march along the PDI's, descending into ones which have
8592 interesting children but skipping the children of the other ones,
8593 until we reach the end of the compilation unit. */
c906108c 8594
72bf9492 8595 pdi = first_die;
91c24f0a 8596
72bf9492
DJ
8597 while (pdi != NULL)
8598 {
52356b79 8599 pdi->fixup (cu);
c906108c 8600
f55ee35c 8601 /* Anonymous namespaces or modules have no name but have interesting
91c24f0a
DC
8602 children, so we need to look at them. Ditto for anonymous
8603 enums. */
933c6fe4 8604
72bf9492 8605 if (pdi->name != NULL || pdi->tag == DW_TAG_namespace
95554aad 8606 || pdi->tag == DW_TAG_module || pdi->tag == DW_TAG_enumeration_type
b1dc1806
XR
8607 || pdi->tag == DW_TAG_imported_unit
8608 || pdi->tag == DW_TAG_inlined_subroutine)
c906108c 8609 {
72bf9492 8610 switch (pdi->tag)
c906108c
SS
8611 {
8612 case DW_TAG_subprogram:
b1dc1806 8613 case DW_TAG_inlined_subroutine:
cdc07690 8614 add_partial_subprogram (pdi, lowpc, highpc, set_addrmap, cu);
c906108c 8615 break;
72929c62 8616 case DW_TAG_constant:
c906108c
SS
8617 case DW_TAG_variable:
8618 case DW_TAG_typedef:
91c24f0a 8619 case DW_TAG_union_type:
72bf9492 8620 if (!pdi->is_declaration)
63d06c5c 8621 {
72bf9492 8622 add_partial_symbol (pdi, cu);
63d06c5c
DC
8623 }
8624 break;
c906108c 8625 case DW_TAG_class_type:
680b30c7 8626 case DW_TAG_interface_type:
c906108c 8627 case DW_TAG_structure_type:
72bf9492 8628 if (!pdi->is_declaration)
c906108c 8629 {
72bf9492 8630 add_partial_symbol (pdi, cu);
c906108c 8631 }
b7fee5a3
KS
8632 if ((cu->language == language_rust
8633 || cu->language == language_cplus) && pdi->has_children)
e98c9e7c
TT
8634 scan_partial_symbols (pdi->die_child, lowpc, highpc,
8635 set_addrmap, cu);
c906108c 8636 break;
91c24f0a 8637 case DW_TAG_enumeration_type:
72bf9492
DJ
8638 if (!pdi->is_declaration)
8639 add_partial_enumeration (pdi, cu);
c906108c
SS
8640 break;
8641 case DW_TAG_base_type:
a02abb62 8642 case DW_TAG_subrange_type:
c906108c 8643 /* File scope base type definitions are added to the partial
c5aa993b 8644 symbol table. */
72bf9492 8645 add_partial_symbol (pdi, cu);
c906108c 8646 break;
d9fa45fe 8647 case DW_TAG_namespace:
cdc07690 8648 add_partial_namespace (pdi, lowpc, highpc, set_addrmap, cu);
91c24f0a 8649 break;
5d7cb8df 8650 case DW_TAG_module:
cdc07690 8651 add_partial_module (pdi, lowpc, highpc, set_addrmap, cu);
5d7cb8df 8652 break;
95554aad
TT
8653 case DW_TAG_imported_unit:
8654 {
8655 struct dwarf2_per_cu_data *per_cu;
8656
f4dc4d17
DE
8657 /* For now we don't handle imported units in type units. */
8658 if (cu->per_cu->is_debug_types)
8659 {
8660 error (_("Dwarf Error: DW_TAG_imported_unit is not"
8661 " supported in type units [in module %s]"),
518817b3 8662 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
f4dc4d17
DE
8663 }
8664
e3b94546
SM
8665 per_cu = dwarf2_find_containing_comp_unit
8666 (pdi->d.sect_off, pdi->is_dwz,
518817b3 8667 cu->per_cu->dwarf2_per_objfile);
95554aad
TT
8668
8669 /* Go read the partial unit, if needed. */
8670 if (per_cu->v.psymtab == NULL)
b93601f3 8671 process_psymtab_comp_unit (per_cu, 1, cu->language);
95554aad 8672
f4dc4d17 8673 VEC_safe_push (dwarf2_per_cu_ptr,
796a7ff8 8674 cu->per_cu->imported_symtabs, per_cu);
95554aad
TT
8675 }
8676 break;
74921315
KS
8677 case DW_TAG_imported_declaration:
8678 add_partial_symbol (pdi, cu);
8679 break;
c906108c
SS
8680 default:
8681 break;
8682 }
8683 }
8684
72bf9492
DJ
8685 /* If the die has a sibling, skip to the sibling. */
8686
8687 pdi = pdi->die_sibling;
8688 }
8689}
8690
8691/* Functions used to compute the fully scoped name of a partial DIE.
91c24f0a 8692
72bf9492 8693 Normally, this is simple. For C++, the parent DIE's fully scoped
9c37b5ae 8694 name is concatenated with "::" and the partial DIE's name.
72bf9492
DJ
8695 Enumerators are an exception; they use the scope of their parent
8696 enumeration type, i.e. the name of the enumeration type is not
8697 prepended to the enumerator.
91c24f0a 8698
72bf9492
DJ
8699 There are two complexities. One is DW_AT_specification; in this
8700 case "parent" means the parent of the target of the specification,
8701 instead of the direct parent of the DIE. The other is compilers
8702 which do not emit DW_TAG_namespace; in this case we try to guess
8703 the fully qualified name of structure types from their members'
8704 linkage names. This must be done using the DIE's children rather
8705 than the children of any DW_AT_specification target. We only need
8706 to do this for structures at the top level, i.e. if the target of
8707 any DW_AT_specification (if any; otherwise the DIE itself) does not
8708 have a parent. */
8709
8710/* Compute the scope prefix associated with PDI's parent, in
8711 compilation unit CU. The result will be allocated on CU's
8712 comp_unit_obstack, or a copy of the already allocated PDI->NAME
8713 field. NULL is returned if no prefix is necessary. */
15d034d0 8714static const char *
72bf9492
DJ
8715partial_die_parent_scope (struct partial_die_info *pdi,
8716 struct dwarf2_cu *cu)
8717{
15d034d0 8718 const char *grandparent_scope;
72bf9492 8719 struct partial_die_info *parent, *real_pdi;
91c24f0a 8720
72bf9492
DJ
8721 /* We need to look at our parent DIE; if we have a DW_AT_specification,
8722 then this means the parent of the specification DIE. */
8723
8724 real_pdi = pdi;
72bf9492 8725 while (real_pdi->has_specification)
fb816e8b 8726 {
122cf0f2
AB
8727 auto res = find_partial_die (real_pdi->spec_offset,
8728 real_pdi->spec_is_dwz, cu);
fb816e8b
TV
8729 real_pdi = res.pdi;
8730 cu = res.cu;
8731 }
72bf9492
DJ
8732
8733 parent = real_pdi->die_parent;
8734 if (parent == NULL)
8735 return NULL;
8736
8737 if (parent->scope_set)
8738 return parent->scope;
8739
52356b79 8740 parent->fixup (cu);
72bf9492 8741
10b3939b 8742 grandparent_scope = partial_die_parent_scope (parent, cu);
72bf9492 8743
acebe513
UW
8744 /* GCC 4.0 and 4.1 had a bug (PR c++/28460) where they generated bogus
8745 DW_TAG_namespace DIEs with a name of "::" for the global namespace.
8746 Work around this problem here. */
8747 if (cu->language == language_cplus
6e70227d 8748 && parent->tag == DW_TAG_namespace
acebe513
UW
8749 && strcmp (parent->name, "::") == 0
8750 && grandparent_scope == NULL)
8751 {
8752 parent->scope = NULL;
8753 parent->scope_set = 1;
8754 return NULL;
8755 }
8756
9c6c53f7
SA
8757 if (pdi->tag == DW_TAG_enumerator)
8758 /* Enumerators should not get the name of the enumeration as a prefix. */
8759 parent->scope = grandparent_scope;
8760 else if (parent->tag == DW_TAG_namespace
f55ee35c 8761 || parent->tag == DW_TAG_module
72bf9492
DJ
8762 || parent->tag == DW_TAG_structure_type
8763 || parent->tag == DW_TAG_class_type
680b30c7 8764 || parent->tag == DW_TAG_interface_type
ceeb3d5a
TT
8765 || parent->tag == DW_TAG_union_type
8766 || parent->tag == DW_TAG_enumeration_type)
72bf9492
DJ
8767 {
8768 if (grandparent_scope == NULL)
8769 parent->scope = parent->name;
8770 else
3e43a32a
MS
8771 parent->scope = typename_concat (&cu->comp_unit_obstack,
8772 grandparent_scope,
f55ee35c 8773 parent->name, 0, cu);
72bf9492 8774 }
72bf9492
DJ
8775 else
8776 {
8777 /* FIXME drow/2004-04-01: What should we be doing with
8778 function-local names? For partial symbols, we should probably be
8779 ignoring them. */
fa9c3fa0
TT
8780 complaint (_("unhandled containing DIE tag %s for DIE at %s"),
8781 dwarf_tag_name (parent->tag),
8782 sect_offset_str (pdi->sect_off));
72bf9492 8783 parent->scope = grandparent_scope;
c906108c
SS
8784 }
8785
72bf9492
DJ
8786 parent->scope_set = 1;
8787 return parent->scope;
8788}
8789
8790/* Return the fully scoped name associated with PDI, from compilation unit
8791 CU. The result will be allocated with malloc. */
4568ecf9 8792
72bf9492
DJ
8793static char *
8794partial_die_full_name (struct partial_die_info *pdi,
8795 struct dwarf2_cu *cu)
8796{
15d034d0 8797 const char *parent_scope;
72bf9492 8798
98bfdba5
PA
8799 /* If this is a template instantiation, we can not work out the
8800 template arguments from partial DIEs. So, unfortunately, we have
8801 to go through the full DIEs. At least any work we do building
8802 types here will be reused if full symbols are loaded later. */
8803 if (pdi->has_template_arguments)
8804 {
52356b79 8805 pdi->fixup (cu);
98bfdba5
PA
8806
8807 if (pdi->name != NULL && strchr (pdi->name, '<') == NULL)
8808 {
8809 struct die_info *die;
8810 struct attribute attr;
8811 struct dwarf2_cu *ref_cu = cu;
8812
b64f50a1 8813 /* DW_FORM_ref_addr is using section offset. */
b4069958 8814 attr.name = (enum dwarf_attribute) 0;
98bfdba5 8815 attr.form = DW_FORM_ref_addr;
9c541725 8816 attr.u.unsnd = to_underlying (pdi->sect_off);
98bfdba5
PA
8817 die = follow_die_ref (NULL, &attr, &ref_cu);
8818
8819 return xstrdup (dwarf2_full_name (NULL, die, ref_cu));
8820 }
8821 }
8822
72bf9492
DJ
8823 parent_scope = partial_die_parent_scope (pdi, cu);
8824 if (parent_scope == NULL)
8825 return NULL;
8826 else
f55ee35c 8827 return typename_concat (NULL, parent_scope, pdi->name, 0, cu);
c906108c
SS
8828}
8829
8830static void
72bf9492 8831add_partial_symbol (struct partial_die_info *pdi, struct dwarf2_cu *cu)
c906108c 8832{
518817b3
SM
8833 struct dwarf2_per_objfile *dwarf2_per_objfile
8834 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 8835 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 8836 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c 8837 CORE_ADDR addr = 0;
15d034d0 8838 const char *actual_name = NULL;
e142c38c 8839 CORE_ADDR baseaddr;
15d034d0 8840 char *built_actual_name;
e142c38c
DJ
8841
8842 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c 8843
15d034d0
TT
8844 built_actual_name = partial_die_full_name (pdi, cu);
8845 if (built_actual_name != NULL)
8846 actual_name = built_actual_name;
63d06c5c 8847
72bf9492
DJ
8848 if (actual_name == NULL)
8849 actual_name = pdi->name;
8850
c906108c
SS
8851 switch (pdi->tag)
8852 {
b1dc1806 8853 case DW_TAG_inlined_subroutine:
c906108c 8854 case DW_TAG_subprogram:
79748972
TT
8855 addr = (gdbarch_adjust_dwarf2_addr (gdbarch, pdi->lowpc + baseaddr)
8856 - baseaddr);
2cfa0c8d 8857 if (pdi->is_external || cu->language == language_ada)
c906108c 8858 {
2cfa0c8d
JB
8859 /* brobecker/2007-12-26: Normally, only "external" DIEs are part
8860 of the global scope. But in Ada, we want to be able to access
8861 nested procedures globally. So all Ada subprograms are stored
8862 in the global scope. */
f47fb265 8863 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8864 built_actual_name != NULL,
f47fb265 8865 VAR_DOMAIN, LOC_BLOCK,
79748972 8866 SECT_OFF_TEXT (objfile),
75aedd27 8867 psymbol_placement::GLOBAL,
79748972
TT
8868 addr,
8869 cu->language, objfile);
c906108c
SS
8870 }
8871 else
8872 {
f47fb265 8873 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8874 built_actual_name != NULL,
f47fb265 8875 VAR_DOMAIN, LOC_BLOCK,
79748972 8876 SECT_OFF_TEXT (objfile),
75aedd27 8877 psymbol_placement::STATIC,
1762568f 8878 addr, cu->language, objfile);
c906108c 8879 }
0c1b455e
TT
8880
8881 if (pdi->main_subprogram && actual_name != NULL)
8882 set_objfile_main_name (objfile, actual_name, cu->language);
c906108c 8883 break;
72929c62 8884 case DW_TAG_constant:
75aedd27
TT
8885 add_psymbol_to_list (actual_name, strlen (actual_name),
8886 built_actual_name != NULL, VAR_DOMAIN, LOC_STATIC,
8887 -1, (pdi->is_external
8888 ? psymbol_placement::GLOBAL
8889 : psymbol_placement::STATIC),
8890 0, cu->language, objfile);
72929c62 8891 break;
c906108c 8892 case DW_TAG_variable:
95554aad
TT
8893 if (pdi->d.locdesc)
8894 addr = decode_locdesc (pdi->d.locdesc, cu);
caac4577 8895
95554aad 8896 if (pdi->d.locdesc
caac4577
JG
8897 && addr == 0
8898 && !dwarf2_per_objfile->has_section_at_zero)
8899 {
8900 /* A global or static variable may also have been stripped
8901 out by the linker if unused, in which case its address
8902 will be nullified; do not add such variables into partial
8903 symbol table then. */
8904 }
8905 else if (pdi->is_external)
c906108c
SS
8906 {
8907 /* Global Variable.
8908 Don't enter into the minimal symbol tables as there is
8909 a minimal symbol table entry from the ELF symbols already.
8910 Enter into partial symbol table if it has a location
8911 descriptor or a type.
8912 If the location descriptor is missing, new_symbol will create
8913 a LOC_UNRESOLVED symbol, the address of the variable will then
8914 be determined from the minimal symbol table whenever the variable
8915 is referenced.
8916 The address for the partial symbol table entry is not
8917 used by GDB, but it comes in handy for debugging partial symbol
8918 table building. */
8919
95554aad 8920 if (pdi->d.locdesc || pdi->has_type)
f47fb265 8921 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8922 built_actual_name != NULL,
f47fb265 8923 VAR_DOMAIN, LOC_STATIC,
79748972 8924 SECT_OFF_TEXT (objfile),
75aedd27 8925 psymbol_placement::GLOBAL,
79748972 8926 addr, cu->language, objfile);
c906108c
SS
8927 }
8928 else
8929 {
ff908ebf
AW
8930 int has_loc = pdi->d.locdesc != NULL;
8931
8932 /* Static Variable. Skip symbols whose value we cannot know (those
8933 without location descriptors or constant values). */
8934 if (!has_loc && !pdi->has_const_value)
decbce07 8935 {
15d034d0 8936 xfree (built_actual_name);
decbce07
MS
8937 return;
8938 }
ff908ebf 8939
f47fb265 8940 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8941 built_actual_name != NULL,
f47fb265 8942 VAR_DOMAIN, LOC_STATIC,
79748972 8943 SECT_OFF_TEXT (objfile),
75aedd27 8944 psymbol_placement::STATIC,
79748972 8945 has_loc ? addr : 0,
f47fb265 8946 cu->language, objfile);
c906108c
SS
8947 }
8948 break;
8949 case DW_TAG_typedef:
8950 case DW_TAG_base_type:
a02abb62 8951 case DW_TAG_subrange_type:
38d518c9 8952 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8953 built_actual_name != NULL,
79748972 8954 VAR_DOMAIN, LOC_TYPEDEF, -1,
75aedd27 8955 psymbol_placement::STATIC,
1762568f 8956 0, cu->language, objfile);
c906108c 8957 break;
74921315 8958 case DW_TAG_imported_declaration:
72bf9492
DJ
8959 case DW_TAG_namespace:
8960 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8961 built_actual_name != NULL,
79748972 8962 VAR_DOMAIN, LOC_TYPEDEF, -1,
75aedd27 8963 psymbol_placement::GLOBAL,
1762568f 8964 0, cu->language, objfile);
72bf9492 8965 break;
530e8392 8966 case DW_TAG_module:
a5fd13a9
BH
8967 /* With Fortran 77 there might be a "BLOCK DATA" module
8968 available without any name. If so, we skip the module as it
8969 doesn't bring any value. */
8970 if (actual_name != nullptr)
8971 add_psymbol_to_list (actual_name, strlen (actual_name),
8972 built_actual_name != NULL,
8973 MODULE_DOMAIN, LOC_TYPEDEF, -1,
8974 psymbol_placement::GLOBAL,
8975 0, cu->language, objfile);
530e8392 8976 break;
c906108c 8977 case DW_TAG_class_type:
680b30c7 8978 case DW_TAG_interface_type:
c906108c
SS
8979 case DW_TAG_structure_type:
8980 case DW_TAG_union_type:
8981 case DW_TAG_enumeration_type:
fa4028e9
JB
8982 /* Skip external references. The DWARF standard says in the section
8983 about "Structure, Union, and Class Type Entries": "An incomplete
8984 structure, union or class type is represented by a structure,
8985 union or class entry that does not have a byte size attribute
8986 and that has a DW_AT_declaration attribute." */
8987 if (!pdi->has_byte_size && pdi->is_declaration)
decbce07 8988 {
15d034d0 8989 xfree (built_actual_name);
decbce07
MS
8990 return;
8991 }
fa4028e9 8992
63d06c5c
DC
8993 /* NOTE: carlton/2003-10-07: See comment in new_symbol about
8994 static vs. global. */
38d518c9 8995 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8996 built_actual_name != NULL,
79748972 8997 STRUCT_DOMAIN, LOC_TYPEDEF, -1,
9c37b5ae 8998 cu->language == language_cplus
75aedd27
TT
8999 ? psymbol_placement::GLOBAL
9000 : psymbol_placement::STATIC,
1762568f 9001 0, cu->language, objfile);
c906108c 9002
c906108c
SS
9003 break;
9004 case DW_TAG_enumerator:
38d518c9 9005 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 9006 built_actual_name != NULL,
79748972 9007 VAR_DOMAIN, LOC_CONST, -1,
9c37b5ae 9008 cu->language == language_cplus
75aedd27
TT
9009 ? psymbol_placement::GLOBAL
9010 : psymbol_placement::STATIC,
1762568f 9011 0, cu->language, objfile);
c906108c
SS
9012 break;
9013 default:
9014 break;
9015 }
5c4e30ca 9016
15d034d0 9017 xfree (built_actual_name);
c906108c
SS
9018}
9019
5c4e30ca
DC
9020/* Read a partial die corresponding to a namespace; also, add a symbol
9021 corresponding to that namespace to the symbol table. NAMESPACE is
9022 the name of the enclosing namespace. */
91c24f0a 9023
72bf9492
DJ
9024static void
9025add_partial_namespace (struct partial_die_info *pdi,
91c24f0a 9026 CORE_ADDR *lowpc, CORE_ADDR *highpc,
cdc07690 9027 int set_addrmap, struct dwarf2_cu *cu)
91c24f0a 9028{
72bf9492 9029 /* Add a symbol for the namespace. */
e7c27a73 9030
72bf9492 9031 add_partial_symbol (pdi, cu);
5c4e30ca
DC
9032
9033 /* Now scan partial symbols in that namespace. */
9034
91c24f0a 9035 if (pdi->has_children)
cdc07690 9036 scan_partial_symbols (pdi->die_child, lowpc, highpc, set_addrmap, cu);
91c24f0a
DC
9037}
9038
5d7cb8df
JK
9039/* Read a partial die corresponding to a Fortran module. */
9040
9041static void
9042add_partial_module (struct partial_die_info *pdi, CORE_ADDR *lowpc,
cdc07690 9043 CORE_ADDR *highpc, int set_addrmap, struct dwarf2_cu *cu)
5d7cb8df 9044{
530e8392
KB
9045 /* Add a symbol for the namespace. */
9046
9047 add_partial_symbol (pdi, cu);
9048
f55ee35c 9049 /* Now scan partial symbols in that module. */
5d7cb8df
JK
9050
9051 if (pdi->has_children)
cdc07690 9052 scan_partial_symbols (pdi->die_child, lowpc, highpc, set_addrmap, cu);
5d7cb8df
JK
9053}
9054
b1dc1806
XR
9055/* Read a partial die corresponding to a subprogram or an inlined
9056 subprogram and create a partial symbol for that subprogram.
9057 When the CU language allows it, this routine also defines a partial
9058 symbol for each nested subprogram that this subprogram contains.
9059 If SET_ADDRMAP is true, record the covered ranges in the addrmap.
9060 Set *LOWPC and *HIGHPC to the lowest and highest PC values found in PDI.
6e70227d 9061
cdc07690
YQ
9062 PDI may also be a lexical block, in which case we simply search
9063 recursively for subprograms defined inside that lexical block.
bc30ff58
JB
9064 Again, this is only performed when the CU language allows this
9065 type of definitions. */
9066
9067static void
9068add_partial_subprogram (struct partial_die_info *pdi,
9069 CORE_ADDR *lowpc, CORE_ADDR *highpc,
cdc07690 9070 int set_addrmap, struct dwarf2_cu *cu)
bc30ff58 9071{
b1dc1806 9072 if (pdi->tag == DW_TAG_subprogram || pdi->tag == DW_TAG_inlined_subroutine)
bc30ff58
JB
9073 {
9074 if (pdi->has_pc_info)
9075 {
9076 if (pdi->lowpc < *lowpc)
9077 *lowpc = pdi->lowpc;
9078 if (pdi->highpc > *highpc)
9079 *highpc = pdi->highpc;
cdc07690 9080 if (set_addrmap)
5734ee8b 9081 {
518817b3 9082 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a
MR
9083 struct gdbarch *gdbarch = get_objfile_arch (objfile);
9084 CORE_ADDR baseaddr;
b926417a
TT
9085 CORE_ADDR this_highpc;
9086 CORE_ADDR this_lowpc;
5734ee8b
DJ
9087
9088 baseaddr = ANOFFSET (objfile->section_offsets,
9089 SECT_OFF_TEXT (objfile));
b926417a
TT
9090 this_lowpc
9091 = (gdbarch_adjust_dwarf2_addr (gdbarch,
9092 pdi->lowpc + baseaddr)
9093 - baseaddr);
9094 this_highpc
9095 = (gdbarch_adjust_dwarf2_addr (gdbarch,
9096 pdi->highpc + baseaddr)
9097 - baseaddr);
d320c2b5 9098 addrmap_set_empty (objfile->partial_symtabs->psymtabs_addrmap,
b926417a 9099 this_lowpc, this_highpc - 1,
9291a0cd 9100 cu->per_cu->v.psymtab);
5734ee8b 9101 }
481860b3
GB
9102 }
9103
9104 if (pdi->has_pc_info || (!pdi->is_external && pdi->may_be_inlined))
9105 {
bc30ff58 9106 if (!pdi->is_declaration)
e8d05480
JB
9107 /* Ignore subprogram DIEs that do not have a name, they are
9108 illegal. Do not emit a complaint at this point, we will
9109 do so when we convert this psymtab into a symtab. */
9110 if (pdi->name)
9111 add_partial_symbol (pdi, cu);
bc30ff58
JB
9112 }
9113 }
6e70227d 9114
bc30ff58
JB
9115 if (! pdi->has_children)
9116 return;
9117
9118 if (cu->language == language_ada)
9119 {
9120 pdi = pdi->die_child;
9121 while (pdi != NULL)
9122 {
52356b79 9123 pdi->fixup (cu);
bc30ff58 9124 if (pdi->tag == DW_TAG_subprogram
b1dc1806 9125 || pdi->tag == DW_TAG_inlined_subroutine
bc30ff58 9126 || pdi->tag == DW_TAG_lexical_block)
cdc07690 9127 add_partial_subprogram (pdi, lowpc, highpc, set_addrmap, cu);
bc30ff58
JB
9128 pdi = pdi->die_sibling;
9129 }
9130 }
9131}
9132
91c24f0a
DC
9133/* Read a partial die corresponding to an enumeration type. */
9134
72bf9492
DJ
9135static void
9136add_partial_enumeration (struct partial_die_info *enum_pdi,
9137 struct dwarf2_cu *cu)
91c24f0a 9138{
72bf9492 9139 struct partial_die_info *pdi;
91c24f0a
DC
9140
9141 if (enum_pdi->name != NULL)
72bf9492
DJ
9142 add_partial_symbol (enum_pdi, cu);
9143
9144 pdi = enum_pdi->die_child;
9145 while (pdi)
91c24f0a 9146 {
72bf9492 9147 if (pdi->tag != DW_TAG_enumerator || pdi->name == NULL)
b98664d3 9148 complaint (_("malformed enumerator DIE ignored"));
91c24f0a 9149 else
72bf9492
DJ
9150 add_partial_symbol (pdi, cu);
9151 pdi = pdi->die_sibling;
91c24f0a 9152 }
91c24f0a
DC
9153}
9154
6caca83c
CC
9155/* Return the initial uleb128 in the die at INFO_PTR. */
9156
9157static unsigned int
d521ce57 9158peek_abbrev_code (bfd *abfd, const gdb_byte *info_ptr)
6caca83c
CC
9159{
9160 unsigned int bytes_read;
9161
9162 return read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
9163}
9164
685af9cd
TT
9165/* Read the initial uleb128 in the die at INFO_PTR in compilation unit
9166 READER::CU. Use READER::ABBREV_TABLE to lookup any abbreviation.
9167
4bb7a0a7
DJ
9168 Return the corresponding abbrev, or NULL if the number is zero (indicating
9169 an empty DIE). In either case *BYTES_READ will be set to the length of
9170 the initial number. */
9171
9172static struct abbrev_info *
685af9cd
TT
9173peek_die_abbrev (const die_reader_specs &reader,
9174 const gdb_byte *info_ptr, unsigned int *bytes_read)
4bb7a0a7 9175{
685af9cd 9176 dwarf2_cu *cu = reader.cu;
518817b3 9177 bfd *abfd = cu->per_cu->dwarf2_per_objfile->objfile->obfd;
685af9cd
TT
9178 unsigned int abbrev_number
9179 = read_unsigned_leb128 (abfd, info_ptr, bytes_read);
4bb7a0a7
DJ
9180
9181 if (abbrev_number == 0)
9182 return NULL;
9183
685af9cd 9184 abbrev_info *abbrev = reader.abbrev_table->lookup_abbrev (abbrev_number);
4bb7a0a7
DJ
9185 if (!abbrev)
9186 {
422b9917 9187 error (_("Dwarf Error: Could not find abbrev number %d in %s"
9d8780f0 9188 " at offset %s [in module %s]"),
422b9917 9189 abbrev_number, cu->per_cu->is_debug_types ? "TU" : "CU",
9d8780f0 9190 sect_offset_str (cu->header.sect_off), bfd_get_filename (abfd));
4bb7a0a7
DJ
9191 }
9192
9193 return abbrev;
9194}
9195
93311388
DE
9196/* Scan the debug information for CU starting at INFO_PTR in buffer BUFFER.
9197 Returns a pointer to the end of a series of DIEs, terminated by an empty
4bb7a0a7
DJ
9198 DIE. Any children of the skipped DIEs will also be skipped. */
9199
d521ce57
TT
9200static const gdb_byte *
9201skip_children (const struct die_reader_specs *reader, const gdb_byte *info_ptr)
4bb7a0a7 9202{
4bb7a0a7
DJ
9203 while (1)
9204 {
685af9cd
TT
9205 unsigned int bytes_read;
9206 abbrev_info *abbrev = peek_die_abbrev (*reader, info_ptr, &bytes_read);
9207
4bb7a0a7
DJ
9208 if (abbrev == NULL)
9209 return info_ptr + bytes_read;
9210 else
dee91e82 9211 info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
4bb7a0a7
DJ
9212 }
9213}
9214
93311388
DE
9215/* Scan the debug information for CU starting at INFO_PTR in buffer BUFFER.
9216 INFO_PTR should point just after the initial uleb128 of a DIE, and the
4bb7a0a7
DJ
9217 abbrev corresponding to that skipped uleb128 should be passed in
9218 ABBREV. Returns a pointer to this DIE's sibling, skipping any
9219 children. */
9220
d521ce57
TT
9221static const gdb_byte *
9222skip_one_die (const struct die_reader_specs *reader, const gdb_byte *info_ptr,
dee91e82 9223 struct abbrev_info *abbrev)
4bb7a0a7
DJ
9224{
9225 unsigned int bytes_read;
9226 struct attribute attr;
dee91e82
DE
9227 bfd *abfd = reader->abfd;
9228 struct dwarf2_cu *cu = reader->cu;
d521ce57 9229 const gdb_byte *buffer = reader->buffer;
f664829e 9230 const gdb_byte *buffer_end = reader->buffer_end;
4bb7a0a7
DJ
9231 unsigned int form, i;
9232
9233 for (i = 0; i < abbrev->num_attrs; i++)
9234 {
9235 /* The only abbrev we care about is DW_AT_sibling. */
9236 if (abbrev->attrs[i].name == DW_AT_sibling)
9237 {
dee91e82 9238 read_attribute (reader, &attr, &abbrev->attrs[i], info_ptr);
4bb7a0a7 9239 if (attr.form == DW_FORM_ref_addr)
b98664d3 9240 complaint (_("ignoring absolute DW_AT_sibling"));
4bb7a0a7 9241 else
b9502d3f 9242 {
9c541725
PA
9243 sect_offset off = dwarf2_get_ref_die_offset (&attr);
9244 const gdb_byte *sibling_ptr = buffer + to_underlying (off);
b9502d3f
WN
9245
9246 if (sibling_ptr < info_ptr)
b98664d3 9247 complaint (_("DW_AT_sibling points backwards"));
22869d73
KS
9248 else if (sibling_ptr > reader->buffer_end)
9249 dwarf2_section_buffer_overflow_complaint (reader->die_section);
b9502d3f
WN
9250 else
9251 return sibling_ptr;
9252 }
4bb7a0a7
DJ
9253 }
9254
9255 /* If it isn't DW_AT_sibling, skip this attribute. */
9256 form = abbrev->attrs[i].form;
9257 skip_attribute:
9258 switch (form)
9259 {
4bb7a0a7 9260 case DW_FORM_ref_addr:
ae411497
TT
9261 /* In DWARF 2, DW_FORM_ref_addr is address sized; in DWARF 3
9262 and later it is offset sized. */
9263 if (cu->header.version == 2)
9264 info_ptr += cu->header.addr_size;
9265 else
9266 info_ptr += cu->header.offset_size;
9267 break;
36586728
TT
9268 case DW_FORM_GNU_ref_alt:
9269 info_ptr += cu->header.offset_size;
9270 break;
ae411497 9271 case DW_FORM_addr:
4bb7a0a7
DJ
9272 info_ptr += cu->header.addr_size;
9273 break;
9274 case DW_FORM_data1:
9275 case DW_FORM_ref1:
9276 case DW_FORM_flag:
9277 info_ptr += 1;
9278 break;
2dc7f7b3 9279 case DW_FORM_flag_present:
43988095 9280 case DW_FORM_implicit_const:
2dc7f7b3 9281 break;
4bb7a0a7
DJ
9282 case DW_FORM_data2:
9283 case DW_FORM_ref2:
9284 info_ptr += 2;
9285 break;
9286 case DW_FORM_data4:
9287 case DW_FORM_ref4:
9288 info_ptr += 4;
9289 break;
9290 case DW_FORM_data8:
9291 case DW_FORM_ref8:
55f1336d 9292 case DW_FORM_ref_sig8:
4bb7a0a7
DJ
9293 info_ptr += 8;
9294 break;
0224619f
JK
9295 case DW_FORM_data16:
9296 info_ptr += 16;
9297 break;
4bb7a0a7 9298 case DW_FORM_string:
9b1c24c8 9299 read_direct_string (abfd, info_ptr, &bytes_read);
4bb7a0a7
DJ
9300 info_ptr += bytes_read;
9301 break;
2dc7f7b3 9302 case DW_FORM_sec_offset:
4bb7a0a7 9303 case DW_FORM_strp:
36586728 9304 case DW_FORM_GNU_strp_alt:
4bb7a0a7
DJ
9305 info_ptr += cu->header.offset_size;
9306 break;
2dc7f7b3 9307 case DW_FORM_exprloc:
4bb7a0a7
DJ
9308 case DW_FORM_block:
9309 info_ptr += read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
9310 info_ptr += bytes_read;
9311 break;
9312 case DW_FORM_block1:
9313 info_ptr += 1 + read_1_byte (abfd, info_ptr);
9314 break;
9315 case DW_FORM_block2:
9316 info_ptr += 2 + read_2_bytes (abfd, info_ptr);
9317 break;
9318 case DW_FORM_block4:
9319 info_ptr += 4 + read_4_bytes (abfd, info_ptr);
9320 break;
336d760d 9321 case DW_FORM_addrx:
cf532bd1 9322 case DW_FORM_strx:
4bb7a0a7
DJ
9323 case DW_FORM_sdata:
9324 case DW_FORM_udata:
9325 case DW_FORM_ref_udata:
3019eac3
DE
9326 case DW_FORM_GNU_addr_index:
9327 case DW_FORM_GNU_str_index:
d521ce57 9328 info_ptr = safe_skip_leb128 (info_ptr, buffer_end);
4bb7a0a7
DJ
9329 break;
9330 case DW_FORM_indirect:
9331 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
9332 info_ptr += bytes_read;
9333 /* We need to continue parsing from here, so just go back to
9334 the top. */
9335 goto skip_attribute;
9336
9337 default:
3e43a32a
MS
9338 error (_("Dwarf Error: Cannot handle %s "
9339 "in DWARF reader [in module %s]"),
4bb7a0a7
DJ
9340 dwarf_form_name (form),
9341 bfd_get_filename (abfd));
9342 }
9343 }
9344
9345 if (abbrev->has_children)
dee91e82 9346 return skip_children (reader, info_ptr);
4bb7a0a7
DJ
9347 else
9348 return info_ptr;
9349}
9350
93311388 9351/* Locate ORIG_PDI's sibling.
dee91e82 9352 INFO_PTR should point to the start of the next DIE after ORIG_PDI. */
91c24f0a 9353
d521ce57 9354static const gdb_byte *
dee91e82
DE
9355locate_pdi_sibling (const struct die_reader_specs *reader,
9356 struct partial_die_info *orig_pdi,
d521ce57 9357 const gdb_byte *info_ptr)
91c24f0a
DC
9358{
9359 /* Do we know the sibling already? */
72bf9492 9360
91c24f0a
DC
9361 if (orig_pdi->sibling)
9362 return orig_pdi->sibling;
9363
9364 /* Are there any children to deal with? */
9365
9366 if (!orig_pdi->has_children)
9367 return info_ptr;
9368
4bb7a0a7 9369 /* Skip the children the long way. */
91c24f0a 9370
dee91e82 9371 return skip_children (reader, info_ptr);
91c24f0a
DC
9372}
9373
257e7a09 9374/* Expand this partial symbol table into a full symbol table. SELF is
442e4d9c 9375 not NULL. */
c906108c
SS
9376
9377static void
257e7a09
YQ
9378dwarf2_read_symtab (struct partial_symtab *self,
9379 struct objfile *objfile)
c906108c 9380{
ed2dc618
SM
9381 struct dwarf2_per_objfile *dwarf2_per_objfile
9382 = get_dwarf2_per_objfile (objfile);
9383
257e7a09 9384 if (self->readin)
c906108c 9385 {
442e4d9c 9386 warning (_("bug: psymtab for %s is already read in."),
257e7a09 9387 self->filename);
442e4d9c
YQ
9388 }
9389 else
9390 {
9391 if (info_verbose)
c906108c 9392 {
442e4d9c 9393 printf_filtered (_("Reading in symbols for %s..."),
257e7a09 9394 self->filename);
442e4d9c 9395 gdb_flush (gdb_stdout);
c906108c 9396 }
c906108c 9397
442e4d9c
YQ
9398 /* If this psymtab is constructed from a debug-only objfile, the
9399 has_section_at_zero flag will not necessarily be correct. We
9400 can get the correct value for this flag by looking at the data
9401 associated with the (presumably stripped) associated objfile. */
9402 if (objfile->separate_debug_objfile_backlink)
9403 {
9404 struct dwarf2_per_objfile *dpo_backlink
ed2dc618 9405 = get_dwarf2_per_objfile (objfile->separate_debug_objfile_backlink);
9a619af0 9406
442e4d9c
YQ
9407 dwarf2_per_objfile->has_section_at_zero
9408 = dpo_backlink->has_section_at_zero;
9409 }
b2ab525c 9410
442e4d9c 9411 dwarf2_per_objfile->reading_partial_symbols = 0;
98bfdba5 9412
257e7a09 9413 psymtab_to_symtab_1 (self);
c906108c 9414
442e4d9c
YQ
9415 /* Finish up the debug error message. */
9416 if (info_verbose)
9417 printf_filtered (_("done.\n"));
c906108c 9418 }
95554aad 9419
ed2dc618 9420 process_cu_includes (dwarf2_per_objfile);
c906108c 9421}
9cdd5dbd
DE
9422\f
9423/* Reading in full CUs. */
c906108c 9424
10b3939b
DJ
9425/* Add PER_CU to the queue. */
9426
9427static void
95554aad
TT
9428queue_comp_unit (struct dwarf2_per_cu_data *per_cu,
9429 enum language pretend_language)
10b3939b
DJ
9430{
9431 struct dwarf2_queue_item *item;
9432
9433 per_cu->queued = 1;
8d749320 9434 item = XNEW (struct dwarf2_queue_item);
10b3939b 9435 item->per_cu = per_cu;
95554aad 9436 item->pretend_language = pretend_language;
10b3939b
DJ
9437 item->next = NULL;
9438
9439 if (dwarf2_queue == NULL)
9440 dwarf2_queue = item;
9441 else
9442 dwarf2_queue_tail->next = item;
9443
9444 dwarf2_queue_tail = item;
9445}
9446
89e63ee4
DE
9447/* If PER_CU is not yet queued, add it to the queue.
9448 If DEPENDENT_CU is non-NULL, it has a reference to PER_CU so add a
9449 dependency.
0907af0c 9450 The result is non-zero if PER_CU was queued, otherwise the result is zero
69d751e3
DE
9451 meaning either PER_CU is already queued or it is already loaded.
9452
9453 N.B. There is an invariant here that if a CU is queued then it is loaded.
9454 The caller is required to load PER_CU if we return non-zero. */
0907af0c
DE
9455
9456static int
89e63ee4 9457maybe_queue_comp_unit (struct dwarf2_cu *dependent_cu,
0907af0c
DE
9458 struct dwarf2_per_cu_data *per_cu,
9459 enum language pretend_language)
9460{
9461 /* We may arrive here during partial symbol reading, if we need full
9462 DIEs to process an unusual case (e.g. template arguments). Do
9463 not queue PER_CU, just tell our caller to load its DIEs. */
ed2dc618 9464 if (per_cu->dwarf2_per_objfile->reading_partial_symbols)
0907af0c
DE
9465 {
9466 if (per_cu->cu == NULL || per_cu->cu->dies == NULL)
9467 return 1;
9468 return 0;
9469 }
9470
9471 /* Mark the dependence relation so that we don't flush PER_CU
9472 too early. */
89e63ee4
DE
9473 if (dependent_cu != NULL)
9474 dwarf2_add_dependence (dependent_cu, per_cu);
0907af0c
DE
9475
9476 /* If it's already on the queue, we have nothing to do. */
9477 if (per_cu->queued)
9478 return 0;
9479
9480 /* If the compilation unit is already loaded, just mark it as
9481 used. */
9482 if (per_cu->cu != NULL)
9483 {
9484 per_cu->cu->last_used = 0;
9485 return 0;
9486 }
9487
9488 /* Add it to the queue. */
9489 queue_comp_unit (per_cu, pretend_language);
9490
9491 return 1;
9492}
9493
10b3939b
DJ
9494/* Process the queue. */
9495
9496static void
ed2dc618 9497process_queue (struct dwarf2_per_objfile *dwarf2_per_objfile)
10b3939b
DJ
9498{
9499 struct dwarf2_queue_item *item, *next_item;
9500
b4f54984 9501 if (dwarf_read_debug)
45cfd468
DE
9502 {
9503 fprintf_unfiltered (gdb_stdlog,
9504 "Expanding one or more symtabs of objfile %s ...\n",
4262abfb 9505 objfile_name (dwarf2_per_objfile->objfile));
45cfd468
DE
9506 }
9507
03dd20cc
DJ
9508 /* The queue starts out with one item, but following a DIE reference
9509 may load a new CU, adding it to the end of the queue. */
10b3939b
DJ
9510 for (item = dwarf2_queue; item != NULL; dwarf2_queue = item = next_item)
9511 {
cc12ce38
DE
9512 if ((dwarf2_per_objfile->using_index
9513 ? !item->per_cu->v.quick->compunit_symtab
9514 : (item->per_cu->v.psymtab && !item->per_cu->v.psymtab->readin))
9515 /* Skip dummy CUs. */
9516 && item->per_cu->cu != NULL)
f4dc4d17
DE
9517 {
9518 struct dwarf2_per_cu_data *per_cu = item->per_cu;
73be47f5 9519 unsigned int debug_print_threshold;
247f5c4f 9520 char buf[100];
f4dc4d17 9521
247f5c4f 9522 if (per_cu->is_debug_types)
f4dc4d17 9523 {
247f5c4f
DE
9524 struct signatured_type *sig_type =
9525 (struct signatured_type *) per_cu;
9526
9d8780f0 9527 sprintf (buf, "TU %s at offset %s",
73be47f5 9528 hex_string (sig_type->signature),
9d8780f0 9529 sect_offset_str (per_cu->sect_off));
73be47f5
DE
9530 /* There can be 100s of TUs.
9531 Only print them in verbose mode. */
9532 debug_print_threshold = 2;
f4dc4d17 9533 }
247f5c4f 9534 else
73be47f5 9535 {
9d8780f0
SM
9536 sprintf (buf, "CU at offset %s",
9537 sect_offset_str (per_cu->sect_off));
73be47f5
DE
9538 debug_print_threshold = 1;
9539 }
247f5c4f 9540
b4f54984 9541 if (dwarf_read_debug >= debug_print_threshold)
247f5c4f 9542 fprintf_unfiltered (gdb_stdlog, "Expanding symtab of %s\n", buf);
f4dc4d17
DE
9543
9544 if (per_cu->is_debug_types)
9545 process_full_type_unit (per_cu, item->pretend_language);
9546 else
9547 process_full_comp_unit (per_cu, item->pretend_language);
9548
b4f54984 9549 if (dwarf_read_debug >= debug_print_threshold)
247f5c4f 9550 fprintf_unfiltered (gdb_stdlog, "Done expanding %s\n", buf);
f4dc4d17 9551 }
10b3939b
DJ
9552
9553 item->per_cu->queued = 0;
9554 next_item = item->next;
9555 xfree (item);
9556 }
9557
9558 dwarf2_queue_tail = NULL;
45cfd468 9559
b4f54984 9560 if (dwarf_read_debug)
45cfd468
DE
9561 {
9562 fprintf_unfiltered (gdb_stdlog, "Done expanding symtabs of %s.\n",
4262abfb 9563 objfile_name (dwarf2_per_objfile->objfile));
45cfd468 9564 }
10b3939b
DJ
9565}
9566
10b3939b
DJ
9567/* Read in full symbols for PST, and anything it depends on. */
9568
c906108c 9569static void
fba45db2 9570psymtab_to_symtab_1 (struct partial_symtab *pst)
c906108c 9571{
10b3939b 9572 struct dwarf2_per_cu_data *per_cu;
aaa75496
JB
9573 int i;
9574
95554aad
TT
9575 if (pst->readin)
9576 return;
9577
aaa75496 9578 for (i = 0; i < pst->number_of_dependencies; i++)
95554aad
TT
9579 if (!pst->dependencies[i]->readin
9580 && pst->dependencies[i]->user == NULL)
aaa75496
JB
9581 {
9582 /* Inform about additional files that need to be read in. */
9583 if (info_verbose)
9584 {
a3f17187 9585 /* FIXME: i18n: Need to make this a single string. */
aaa75496
JB
9586 fputs_filtered (" ", gdb_stdout);
9587 wrap_here ("");
9588 fputs_filtered ("and ", gdb_stdout);
9589 wrap_here ("");
9590 printf_filtered ("%s...", pst->dependencies[i]->filename);
0963b4bd 9591 wrap_here (""); /* Flush output. */
aaa75496
JB
9592 gdb_flush (gdb_stdout);
9593 }
9594 psymtab_to_symtab_1 (pst->dependencies[i]);
9595 }
9596
9a3c8263 9597 per_cu = (struct dwarf2_per_cu_data *) pst->read_symtab_private;
10b3939b
DJ
9598
9599 if (per_cu == NULL)
aaa75496
JB
9600 {
9601 /* It's an include file, no symbols to read for it.
9602 Everything is in the parent symtab. */
9603 pst->readin = 1;
9604 return;
9605 }
c906108c 9606
58f0c718 9607 dw2_do_instantiate_symtab (per_cu, false);
10b3939b
DJ
9608}
9609
dee91e82
DE
9610/* Trivial hash function for die_info: the hash value of a DIE
9611 is its offset in .debug_info for this objfile. */
10b3939b 9612
dee91e82
DE
9613static hashval_t
9614die_hash (const void *item)
10b3939b 9615{
9a3c8263 9616 const struct die_info *die = (const struct die_info *) item;
6502dd73 9617
9c541725 9618 return to_underlying (die->sect_off);
dee91e82 9619}
63d06c5c 9620
dee91e82
DE
9621/* Trivial comparison function for die_info structures: two DIEs
9622 are equal if they have the same offset. */
98bfdba5 9623
dee91e82
DE
9624static int
9625die_eq (const void *item_lhs, const void *item_rhs)
9626{
9a3c8263
SM
9627 const struct die_info *die_lhs = (const struct die_info *) item_lhs;
9628 const struct die_info *die_rhs = (const struct die_info *) item_rhs;
c906108c 9629
9c541725 9630 return die_lhs->sect_off == die_rhs->sect_off;
dee91e82 9631}
c906108c 9632
dee91e82
DE
9633/* die_reader_func for load_full_comp_unit.
9634 This is identical to read_signatured_type_reader,
9635 but is kept separate for now. */
c906108c 9636
dee91e82
DE
9637static void
9638load_full_comp_unit_reader (const struct die_reader_specs *reader,
d521ce57 9639 const gdb_byte *info_ptr,
dee91e82
DE
9640 struct die_info *comp_unit_die,
9641 int has_children,
9642 void *data)
9643{
9644 struct dwarf2_cu *cu = reader->cu;
9a3c8263 9645 enum language *language_ptr = (enum language *) data;
6caca83c 9646
dee91e82
DE
9647 gdb_assert (cu->die_hash == NULL);
9648 cu->die_hash =
9649 htab_create_alloc_ex (cu->header.length / 12,
9650 die_hash,
9651 die_eq,
9652 NULL,
9653 &cu->comp_unit_obstack,
9654 hashtab_obstack_allocate,
9655 dummy_obstack_deallocate);
e142c38c 9656
dee91e82
DE
9657 if (has_children)
9658 comp_unit_die->child = read_die_and_siblings (reader, info_ptr,
9659 &info_ptr, comp_unit_die);
9660 cu->dies = comp_unit_die;
9661 /* comp_unit_die is not stored in die_hash, no need. */
10b3939b
DJ
9662
9663 /* We try not to read any attributes in this function, because not
9cdd5dbd 9664 all CUs needed for references have been loaded yet, and symbol
10b3939b 9665 table processing isn't initialized. But we have to set the CU language,
dee91e82
DE
9666 or we won't be able to build types correctly.
9667 Similarly, if we do not read the producer, we can not apply
9668 producer-specific interpretation. */
95554aad 9669 prepare_one_comp_unit (cu, cu->dies, *language_ptr);
dee91e82 9670}
10b3939b 9671
dee91e82 9672/* Load the DIEs associated with PER_CU into memory. */
a6c727b2 9673
dee91e82 9674static void
95554aad 9675load_full_comp_unit (struct dwarf2_per_cu_data *this_cu,
58f0c718 9676 bool skip_partial,
95554aad 9677 enum language pretend_language)
dee91e82 9678{
3019eac3 9679 gdb_assert (! this_cu->is_debug_types);
c5b7e1cb 9680
58f0c718 9681 init_cutu_and_read_dies (this_cu, NULL, 1, 1, skip_partial,
f4dc4d17 9682 load_full_comp_unit_reader, &pretend_language);
10b3939b
DJ
9683}
9684
3da10d80
KS
9685/* Add a DIE to the delayed physname list. */
9686
9687static void
9688add_to_method_list (struct type *type, int fnfield_index, int index,
9689 const char *name, struct die_info *die,
9690 struct dwarf2_cu *cu)
9691{
9692 struct delayed_method_info mi;
9693 mi.type = type;
9694 mi.fnfield_index = fnfield_index;
9695 mi.index = index;
9696 mi.name = name;
9697 mi.die = die;
c89b44cd 9698 cu->method_list.push_back (mi);
3da10d80
KS
9699}
9700
3693fdb3
PA
9701/* Check whether [PHYSNAME, PHYSNAME+LEN) ends with a modifier like
9702 "const" / "volatile". If so, decrements LEN by the length of the
9703 modifier and return true. Otherwise return false. */
9704
9705template<size_t N>
9706static bool
9707check_modifier (const char *physname, size_t &len, const char (&mod)[N])
9708{
9709 size_t mod_len = sizeof (mod) - 1;
9710 if (len > mod_len && startswith (physname + (len - mod_len), mod))
9711 {
9712 len -= mod_len;
9713 return true;
9714 }
9715 return false;
9716}
9717
3da10d80
KS
9718/* Compute the physnames of any methods on the CU's method list.
9719
9720 The computation of method physnames is delayed in order to avoid the
9721 (bad) condition that one of the method's formal parameters is of an as yet
9722 incomplete type. */
9723
9724static void
9725compute_delayed_physnames (struct dwarf2_cu *cu)
9726{
3693fdb3 9727 /* Only C++ delays computing physnames. */
c89b44cd 9728 if (cu->method_list.empty ())
3693fdb3
PA
9729 return;
9730 gdb_assert (cu->language == language_cplus);
9731
52941706 9732 for (const delayed_method_info &mi : cu->method_list)
3da10d80 9733 {
1d06ead6 9734 const char *physname;
3da10d80 9735 struct fn_fieldlist *fn_flp
c89b44cd
TT
9736 = &TYPE_FN_FIELDLIST (mi.type, mi.fnfield_index);
9737 physname = dwarf2_physname (mi.name, mi.die, cu);
9738 TYPE_FN_FIELD_PHYSNAME (fn_flp->fn_fields, mi.index)
005e54bb 9739 = physname ? physname : "";
3693fdb3
PA
9740
9741 /* Since there's no tag to indicate whether a method is a
9742 const/volatile overload, extract that information out of the
9743 demangled name. */
9744 if (physname != NULL)
9745 {
9746 size_t len = strlen (physname);
9747
9748 while (1)
9749 {
9750 if (physname[len] == ')') /* shortcut */
9751 break;
9752 else if (check_modifier (physname, len, " const"))
c89b44cd 9753 TYPE_FN_FIELD_CONST (fn_flp->fn_fields, mi.index) = 1;
3693fdb3 9754 else if (check_modifier (physname, len, " volatile"))
c89b44cd 9755 TYPE_FN_FIELD_VOLATILE (fn_flp->fn_fields, mi.index) = 1;
3693fdb3
PA
9756 else
9757 break;
9758 }
9759 }
3da10d80 9760 }
c89b44cd
TT
9761
9762 /* The list is no longer needed. */
9763 cu->method_list.clear ();
3da10d80
KS
9764}
9765
a766d390
DE
9766/* Go objects should be embedded in a DW_TAG_module DIE,
9767 and it's not clear if/how imported objects will appear.
9768 To keep Go support simple until that's worked out,
9769 go back through what we've read and create something usable.
9770 We could do this while processing each DIE, and feels kinda cleaner,
9771 but that way is more invasive.
9772 This is to, for example, allow the user to type "p var" or "b main"
9773 without having to specify the package name, and allow lookups
9774 of module.object to work in contexts that use the expression
9775 parser. */
9776
9777static void
9778fixup_go_packaging (struct dwarf2_cu *cu)
9779{
9780 char *package_name = NULL;
9781 struct pending *list;
9782 int i;
9783
c24bdb02 9784 for (list = *cu->get_builder ()->get_global_symbols ();
804d2729
TT
9785 list != NULL;
9786 list = list->next)
a766d390
DE
9787 {
9788 for (i = 0; i < list->nsyms; ++i)
9789 {
9790 struct symbol *sym = list->symbol[i];
9791
9792 if (SYMBOL_LANGUAGE (sym) == language_go
9793 && SYMBOL_CLASS (sym) == LOC_BLOCK)
9794 {
9795 char *this_package_name = go_symbol_package_name (sym);
9796
9797 if (this_package_name == NULL)
9798 continue;
9799 if (package_name == NULL)
9800 package_name = this_package_name;
9801 else
9802 {
518817b3
SM
9803 struct objfile *objfile
9804 = cu->per_cu->dwarf2_per_objfile->objfile;
a766d390 9805 if (strcmp (package_name, this_package_name) != 0)
b98664d3 9806 complaint (_("Symtab %s has objects from two different Go packages: %s and %s"),
08be3fe3
DE
9807 (symbol_symtab (sym) != NULL
9808 ? symtab_to_filename_for_display
9809 (symbol_symtab (sym))
e3b94546 9810 : objfile_name (objfile)),
a766d390
DE
9811 this_package_name, package_name);
9812 xfree (this_package_name);
9813 }
9814 }
9815 }
9816 }
9817
9818 if (package_name != NULL)
9819 {
518817b3 9820 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
34a68019 9821 const char *saved_package_name
224c3ddb
SM
9822 = (const char *) obstack_copy0 (&objfile->per_bfd->storage_obstack,
9823 package_name,
9824 strlen (package_name));
19f392bc
UW
9825 struct type *type = init_type (objfile, TYPE_CODE_MODULE, 0,
9826 saved_package_name);
a766d390
DE
9827 struct symbol *sym;
9828
e623cf5d 9829 sym = allocate_symbol (objfile);
f85f34ed 9830 SYMBOL_SET_LANGUAGE (sym, language_go, &objfile->objfile_obstack);
86f62fd7
TT
9831 SYMBOL_SET_NAMES (sym, saved_package_name,
9832 strlen (saved_package_name), 0, objfile);
a766d390
DE
9833 /* This is not VAR_DOMAIN because we want a way to ensure a lookup of,
9834 e.g., "main" finds the "main" module and not C's main(). */
9835 SYMBOL_DOMAIN (sym) = STRUCT_DOMAIN;
f1e6e072 9836 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
a766d390
DE
9837 SYMBOL_TYPE (sym) = type;
9838
c24bdb02 9839 add_symbol_to_list (sym, cu->get_builder ()->get_global_symbols ());
a766d390
DE
9840
9841 xfree (package_name);
9842 }
9843}
9844
c9317f21
TT
9845/* Allocate a fully-qualified name consisting of the two parts on the
9846 obstack. */
9847
9848static const char *
9849rust_fully_qualify (struct obstack *obstack, const char *p1, const char *p2)
9850{
9851 return obconcat (obstack, p1, "::", p2, (char *) NULL);
9852}
9853
9854/* A helper that allocates a struct discriminant_info to attach to a
9855 union type. */
9856
9857static struct discriminant_info *
9858alloc_discriminant_info (struct type *type, int discriminant_index,
9859 int default_index)
9860{
9861 gdb_assert (TYPE_CODE (type) == TYPE_CODE_UNION);
c7b15a66
TT
9862 gdb_assert (discriminant_index == -1
9863 || (discriminant_index >= 0
9864 && discriminant_index < TYPE_NFIELDS (type)));
c9317f21 9865 gdb_assert (default_index == -1
c7b15a66 9866 || (default_index >= 0 && default_index < TYPE_NFIELDS (type)));
c9317f21
TT
9867
9868 TYPE_FLAG_DISCRIMINATED_UNION (type) = 1;
9869
9870 struct discriminant_info *disc
9871 = ((struct discriminant_info *)
9872 TYPE_ZALLOC (type,
9873 offsetof (struct discriminant_info, discriminants)
9874 + TYPE_NFIELDS (type) * sizeof (disc->discriminants[0])));
9875 disc->default_index = default_index;
9876 disc->discriminant_index = discriminant_index;
9877
9878 struct dynamic_prop prop;
9879 prop.kind = PROP_UNDEFINED;
9880 prop.data.baton = disc;
9881
9882 add_dyn_prop (DYN_PROP_DISCRIMINATED, prop, type);
9883
9884 return disc;
9885}
9886
9887/* Some versions of rustc emitted enums in an unusual way.
9888
9889 Ordinary enums were emitted as unions. The first element of each
9890 structure in the union was named "RUST$ENUM$DISR". This element
9891 held the discriminant.
9892
9893 These versions of Rust also implemented the "non-zero"
9894 optimization. When the enum had two values, and one is empty and
9895 the other holds a pointer that cannot be zero, the pointer is used
9896 as the discriminant, with a zero value meaning the empty variant.
9897 Here, the union's first member is of the form
9898 RUST$ENCODED$ENUM$<fieldno>$<fieldno>$...$<variantname>
9899 where the fieldnos are the indices of the fields that should be
9900 traversed in order to find the field (which may be several fields deep)
9901 and the variantname is the name of the variant of the case when the
9902 field is zero.
9903
9904 This function recognizes whether TYPE is of one of these forms,
9905 and, if so, smashes it to be a variant type. */
9906
9907static void
9908quirk_rust_enum (struct type *type, struct objfile *objfile)
9909{
9910 gdb_assert (TYPE_CODE (type) == TYPE_CODE_UNION);
9911
9912 /* We don't need to deal with empty enums. */
9913 if (TYPE_NFIELDS (type) == 0)
9914 return;
9915
9916#define RUST_ENUM_PREFIX "RUST$ENCODED$ENUM$"
9917 if (TYPE_NFIELDS (type) == 1
9918 && startswith (TYPE_FIELD_NAME (type, 0), RUST_ENUM_PREFIX))
9919 {
9920 const char *name = TYPE_FIELD_NAME (type, 0) + strlen (RUST_ENUM_PREFIX);
9921
9922 /* Decode the field name to find the offset of the
9923 discriminant. */
9924 ULONGEST bit_offset = 0;
9925 struct type *field_type = TYPE_FIELD_TYPE (type, 0);
9926 while (name[0] >= '0' && name[0] <= '9')
9927 {
9928 char *tail;
9929 unsigned long index = strtoul (name, &tail, 10);
9930 name = tail;
9931 if (*name != '$'
9932 || index >= TYPE_NFIELDS (field_type)
9933 || (TYPE_FIELD_LOC_KIND (field_type, index)
9934 != FIELD_LOC_KIND_BITPOS))
9935 {
b98664d3 9936 complaint (_("Could not parse Rust enum encoding string \"%s\""
c9317f21
TT
9937 "[in module %s]"),
9938 TYPE_FIELD_NAME (type, 0),
9939 objfile_name (objfile));
9940 return;
9941 }
9942 ++name;
9943
9944 bit_offset += TYPE_FIELD_BITPOS (field_type, index);
9945 field_type = TYPE_FIELD_TYPE (field_type, index);
9946 }
9947
9948 /* Make a union to hold the variants. */
9949 struct type *union_type = alloc_type (objfile);
9950 TYPE_CODE (union_type) = TYPE_CODE_UNION;
9951 TYPE_NFIELDS (union_type) = 3;
9952 TYPE_FIELDS (union_type)
9953 = (struct field *) TYPE_ZALLOC (type, 3 * sizeof (struct field));
9954 TYPE_LENGTH (union_type) = TYPE_LENGTH (type);
2b4424c3 9955 set_type_align (union_type, TYPE_RAW_ALIGN (type));
c9317f21
TT
9956
9957 /* Put the discriminant must at index 0. */
9958 TYPE_FIELD_TYPE (union_type, 0) = field_type;
9959 TYPE_FIELD_ARTIFICIAL (union_type, 0) = 1;
9960 TYPE_FIELD_NAME (union_type, 0) = "<<discriminant>>";
9961 SET_FIELD_BITPOS (TYPE_FIELD (union_type, 0), bit_offset);
9962
9963 /* The order of fields doesn't really matter, so put the real
9964 field at index 1 and the data-less field at index 2. */
9965 struct discriminant_info *disc
9966 = alloc_discriminant_info (union_type, 0, 1);
9967 TYPE_FIELD (union_type, 1) = TYPE_FIELD (type, 0);
9968 TYPE_FIELD_NAME (union_type, 1)
9969 = rust_last_path_segment (TYPE_NAME (TYPE_FIELD_TYPE (union_type, 1)));
9970 TYPE_NAME (TYPE_FIELD_TYPE (union_type, 1))
9971 = rust_fully_qualify (&objfile->objfile_obstack, TYPE_NAME (type),
9972 TYPE_FIELD_NAME (union_type, 1));
9973
9974 const char *dataless_name
9975 = rust_fully_qualify (&objfile->objfile_obstack, TYPE_NAME (type),
9976 name);
9977 struct type *dataless_type = init_type (objfile, TYPE_CODE_VOID, 0,
9978 dataless_name);
9979 TYPE_FIELD_TYPE (union_type, 2) = dataless_type;
9980 /* NAME points into the original discriminant name, which
9981 already has the correct lifetime. */
9982 TYPE_FIELD_NAME (union_type, 2) = name;
9983 SET_FIELD_BITPOS (TYPE_FIELD (union_type, 2), 0);
9984 disc->discriminants[2] = 0;
9985
9986 /* Smash this type to be a structure type. We have to do this
9987 because the type has already been recorded. */
9988 TYPE_CODE (type) = TYPE_CODE_STRUCT;
9989 TYPE_NFIELDS (type) = 1;
9990 TYPE_FIELDS (type)
9991 = (struct field *) TYPE_ZALLOC (type, sizeof (struct field));
9992
9993 /* Install the variant part. */
9994 TYPE_FIELD_TYPE (type, 0) = union_type;
9995 SET_FIELD_BITPOS (TYPE_FIELD (type, 0), 0);
9996 TYPE_FIELD_NAME (type, 0) = "<<variants>>";
9997 }
9998 else if (TYPE_NFIELDS (type) == 1)
9999 {
10000 /* We assume that a union with a single field is a univariant
10001 enum. */
10002 /* Smash this type to be a structure type. We have to do this
10003 because the type has already been recorded. */
10004 TYPE_CODE (type) = TYPE_CODE_STRUCT;
10005
10006 /* Make a union to hold the variants. */
10007 struct type *union_type = alloc_type (objfile);
10008 TYPE_CODE (union_type) = TYPE_CODE_UNION;
10009 TYPE_NFIELDS (union_type) = TYPE_NFIELDS (type);
10010 TYPE_LENGTH (union_type) = TYPE_LENGTH (type);
2b4424c3 10011 set_type_align (union_type, TYPE_RAW_ALIGN (type));
c9317f21
TT
10012 TYPE_FIELDS (union_type) = TYPE_FIELDS (type);
10013
10014 struct type *field_type = TYPE_FIELD_TYPE (union_type, 0);
10015 const char *variant_name
10016 = rust_last_path_segment (TYPE_NAME (field_type));
10017 TYPE_FIELD_NAME (union_type, 0) = variant_name;
10018 TYPE_NAME (field_type)
10019 = rust_fully_qualify (&objfile->objfile_obstack,
c7b15a66 10020 TYPE_NAME (type), variant_name);
c9317f21
TT
10021
10022 /* Install the union in the outer struct type. */
10023 TYPE_NFIELDS (type) = 1;
10024 TYPE_FIELDS (type)
10025 = (struct field *) TYPE_ZALLOC (union_type, sizeof (struct field));
10026 TYPE_FIELD_TYPE (type, 0) = union_type;
10027 TYPE_FIELD_NAME (type, 0) = "<<variants>>";
10028 SET_FIELD_BITPOS (TYPE_FIELD (type, 0), 0);
10029
10030 alloc_discriminant_info (union_type, -1, 0);
10031 }
10032 else
10033 {
10034 struct type *disr_type = nullptr;
10035 for (int i = 0; i < TYPE_NFIELDS (type); ++i)
10036 {
10037 disr_type = TYPE_FIELD_TYPE (type, i);
10038
a037790e
TT
10039 if (TYPE_CODE (disr_type) != TYPE_CODE_STRUCT)
10040 {
10041 /* All fields of a true enum will be structs. */
10042 return;
10043 }
10044 else if (TYPE_NFIELDS (disr_type) == 0)
c9317f21
TT
10045 {
10046 /* Could be data-less variant, so keep going. */
a037790e 10047 disr_type = nullptr;
c9317f21
TT
10048 }
10049 else if (strcmp (TYPE_FIELD_NAME (disr_type, 0),
10050 "RUST$ENUM$DISR") != 0)
10051 {
10052 /* Not a Rust enum. */
10053 return;
10054 }
10055 else
10056 {
10057 /* Found one. */
10058 break;
10059 }
10060 }
10061
10062 /* If we got here without a discriminant, then it's probably
10063 just a union. */
10064 if (disr_type == nullptr)
10065 return;
10066
10067 /* Smash this type to be a structure type. We have to do this
10068 because the type has already been recorded. */
10069 TYPE_CODE (type) = TYPE_CODE_STRUCT;
10070
10071 /* Make a union to hold the variants. */
10072 struct field *disr_field = &TYPE_FIELD (disr_type, 0);
10073 struct type *union_type = alloc_type (objfile);
10074 TYPE_CODE (union_type) = TYPE_CODE_UNION;
10075 TYPE_NFIELDS (union_type) = 1 + TYPE_NFIELDS (type);
10076 TYPE_LENGTH (union_type) = TYPE_LENGTH (type);
2b4424c3 10077 set_type_align (union_type, TYPE_RAW_ALIGN (type));
c9317f21
TT
10078 TYPE_FIELDS (union_type)
10079 = (struct field *) TYPE_ZALLOC (union_type,
10080 (TYPE_NFIELDS (union_type)
10081 * sizeof (struct field)));
10082
10083 memcpy (TYPE_FIELDS (union_type) + 1, TYPE_FIELDS (type),
10084 TYPE_NFIELDS (type) * sizeof (struct field));
10085
10086 /* Install the discriminant at index 0 in the union. */
10087 TYPE_FIELD (union_type, 0) = *disr_field;
10088 TYPE_FIELD_ARTIFICIAL (union_type, 0) = 1;
10089 TYPE_FIELD_NAME (union_type, 0) = "<<discriminant>>";
10090
10091 /* Install the union in the outer struct type. */
10092 TYPE_FIELD_TYPE (type, 0) = union_type;
10093 TYPE_FIELD_NAME (type, 0) = "<<variants>>";
10094 TYPE_NFIELDS (type) = 1;
10095
10096 /* Set the size and offset of the union type. */
10097 SET_FIELD_BITPOS (TYPE_FIELD (type, 0), 0);
10098
10099 /* We need a way to find the correct discriminant given a
10100 variant name. For convenience we build a map here. */
10101 struct type *enum_type = FIELD_TYPE (*disr_field);
10102 std::unordered_map<std::string, ULONGEST> discriminant_map;
10103 for (int i = 0; i < TYPE_NFIELDS (enum_type); ++i)
10104 {
10105 if (TYPE_FIELD_LOC_KIND (enum_type, i) == FIELD_LOC_KIND_ENUMVAL)
10106 {
10107 const char *name
10108 = rust_last_path_segment (TYPE_FIELD_NAME (enum_type, i));
10109 discriminant_map[name] = TYPE_FIELD_ENUMVAL (enum_type, i);
10110 }
10111 }
10112
10113 int n_fields = TYPE_NFIELDS (union_type);
10114 struct discriminant_info *disc
10115 = alloc_discriminant_info (union_type, 0, -1);
10116 /* Skip the discriminant here. */
10117 for (int i = 1; i < n_fields; ++i)
10118 {
10119 /* Find the final word in the name of this variant's type.
10120 That name can be used to look up the correct
10121 discriminant. */
10122 const char *variant_name
10123 = rust_last_path_segment (TYPE_NAME (TYPE_FIELD_TYPE (union_type,
10124 i)));
10125
10126 auto iter = discriminant_map.find (variant_name);
10127 if (iter != discriminant_map.end ())
10128 disc->discriminants[i] = iter->second;
10129
bedda9ac 10130 /* Remove the discriminant field, if it exists. */
c9317f21 10131 struct type *sub_type = TYPE_FIELD_TYPE (union_type, i);
bedda9ac
TT
10132 if (TYPE_NFIELDS (sub_type) > 0)
10133 {
10134 --TYPE_NFIELDS (sub_type);
10135 ++TYPE_FIELDS (sub_type);
10136 }
c9317f21
TT
10137 TYPE_FIELD_NAME (union_type, i) = variant_name;
10138 TYPE_NAME (sub_type)
10139 = rust_fully_qualify (&objfile->objfile_obstack,
10140 TYPE_NAME (type), variant_name);
10141 }
10142 }
10143}
10144
10145/* Rewrite some Rust unions to be structures with variants parts. */
10146
10147static void
10148rust_union_quirks (struct dwarf2_cu *cu)
10149{
10150 gdb_assert (cu->language == language_rust);
52941706
SM
10151 for (type *type_ : cu->rust_unions)
10152 quirk_rust_enum (type_, cu->per_cu->dwarf2_per_objfile->objfile);
2d79090e
TT
10153 /* We don't need this any more. */
10154 cu->rust_unions.clear ();
c9317f21
TT
10155}
10156
95554aad
TT
10157/* Return the symtab for PER_CU. This works properly regardless of
10158 whether we're using the index or psymtabs. */
10159
43f3e411
DE
10160static struct compunit_symtab *
10161get_compunit_symtab (struct dwarf2_per_cu_data *per_cu)
95554aad 10162{
ed2dc618 10163 return (per_cu->dwarf2_per_objfile->using_index
43f3e411
DE
10164 ? per_cu->v.quick->compunit_symtab
10165 : per_cu->v.psymtab->compunit_symtab);
95554aad
TT
10166}
10167
10168/* A helper function for computing the list of all symbol tables
10169 included by PER_CU. */
10170
10171static void
4c39bc03 10172recursively_compute_inclusions (std::vector<compunit_symtab *> *result,
ec94af83 10173 htab_t all_children, htab_t all_type_symtabs,
f9125b6c 10174 struct dwarf2_per_cu_data *per_cu,
43f3e411 10175 struct compunit_symtab *immediate_parent)
95554aad
TT
10176{
10177 void **slot;
10178 int ix;
43f3e411 10179 struct compunit_symtab *cust;
95554aad
TT
10180 struct dwarf2_per_cu_data *iter;
10181
10182 slot = htab_find_slot (all_children, per_cu, INSERT);
10183 if (*slot != NULL)
10184 {
10185 /* This inclusion and its children have been processed. */
10186 return;
10187 }
10188
10189 *slot = per_cu;
10190 /* Only add a CU if it has a symbol table. */
43f3e411
DE
10191 cust = get_compunit_symtab (per_cu);
10192 if (cust != NULL)
ec94af83
DE
10193 {
10194 /* If this is a type unit only add its symbol table if we haven't
10195 seen it yet (type unit per_cu's can share symtabs). */
10196 if (per_cu->is_debug_types)
10197 {
43f3e411 10198 slot = htab_find_slot (all_type_symtabs, cust, INSERT);
ec94af83
DE
10199 if (*slot == NULL)
10200 {
43f3e411 10201 *slot = cust;
4c39bc03 10202 result->push_back (cust);
43f3e411
DE
10203 if (cust->user == NULL)
10204 cust->user = immediate_parent;
ec94af83
DE
10205 }
10206 }
10207 else
f9125b6c 10208 {
4c39bc03 10209 result->push_back (cust);
43f3e411
DE
10210 if (cust->user == NULL)
10211 cust->user = immediate_parent;
f9125b6c 10212 }
ec94af83 10213 }
95554aad
TT
10214
10215 for (ix = 0;
796a7ff8 10216 VEC_iterate (dwarf2_per_cu_ptr, per_cu->imported_symtabs, ix, iter);
95554aad 10217 ++ix)
ec94af83
DE
10218 {
10219 recursively_compute_inclusions (result, all_children,
43f3e411 10220 all_type_symtabs, iter, cust);
ec94af83 10221 }
95554aad
TT
10222}
10223
43f3e411 10224/* Compute the compunit_symtab 'includes' fields for the compunit_symtab of
95554aad
TT
10225 PER_CU. */
10226
10227static void
43f3e411 10228compute_compunit_symtab_includes (struct dwarf2_per_cu_data *per_cu)
95554aad 10229{
f4dc4d17
DE
10230 gdb_assert (! per_cu->is_debug_types);
10231
796a7ff8 10232 if (!VEC_empty (dwarf2_per_cu_ptr, per_cu->imported_symtabs))
95554aad
TT
10233 {
10234 int ix, len;
ec94af83 10235 struct dwarf2_per_cu_data *per_cu_iter;
4c39bc03 10236 std::vector<compunit_symtab *> result_symtabs;
ec94af83 10237 htab_t all_children, all_type_symtabs;
43f3e411 10238 struct compunit_symtab *cust = get_compunit_symtab (per_cu);
95554aad
TT
10239
10240 /* If we don't have a symtab, we can just skip this case. */
43f3e411 10241 if (cust == NULL)
95554aad
TT
10242 return;
10243
10244 all_children = htab_create_alloc (1, htab_hash_pointer, htab_eq_pointer,
10245 NULL, xcalloc, xfree);
ec94af83
DE
10246 all_type_symtabs = htab_create_alloc (1, htab_hash_pointer, htab_eq_pointer,
10247 NULL, xcalloc, xfree);
95554aad
TT
10248
10249 for (ix = 0;
796a7ff8 10250 VEC_iterate (dwarf2_per_cu_ptr, per_cu->imported_symtabs,
ec94af83 10251 ix, per_cu_iter);
95554aad 10252 ++ix)
ec94af83
DE
10253 {
10254 recursively_compute_inclusions (&result_symtabs, all_children,
f9125b6c 10255 all_type_symtabs, per_cu_iter,
43f3e411 10256 cust);
ec94af83 10257 }
95554aad 10258
ec94af83 10259 /* Now we have a transitive closure of all the included symtabs. */
4c39bc03 10260 len = result_symtabs.size ();
43f3e411 10261 cust->includes
ed2dc618 10262 = XOBNEWVEC (&per_cu->dwarf2_per_objfile->objfile->objfile_obstack,
8d749320 10263 struct compunit_symtab *, len + 1);
4c39bc03
TT
10264 memcpy (cust->includes, result_symtabs.data (),
10265 len * sizeof (compunit_symtab *));
43f3e411 10266 cust->includes[len] = NULL;
95554aad 10267
95554aad 10268 htab_delete (all_children);
ec94af83 10269 htab_delete (all_type_symtabs);
95554aad
TT
10270 }
10271}
10272
10273/* Compute the 'includes' field for the symtabs of all the CUs we just
10274 read. */
10275
10276static void
ed2dc618 10277process_cu_includes (struct dwarf2_per_objfile *dwarf2_per_objfile)
95554aad 10278{
71b73764 10279 for (dwarf2_per_cu_data *iter : dwarf2_per_objfile->just_read_cus)
f4dc4d17
DE
10280 {
10281 if (! iter->is_debug_types)
43f3e411 10282 compute_compunit_symtab_includes (iter);
f4dc4d17 10283 }
95554aad 10284
c5d0225d 10285 dwarf2_per_objfile->just_read_cus.clear ();
95554aad
TT
10286}
10287
9cdd5dbd 10288/* Generate full symbol information for PER_CU, whose DIEs have
10b3939b
DJ
10289 already been loaded into memory. */
10290
10291static void
95554aad
TT
10292process_full_comp_unit (struct dwarf2_per_cu_data *per_cu,
10293 enum language pretend_language)
10b3939b 10294{
10b3939b 10295 struct dwarf2_cu *cu = per_cu->cu;
ed2dc618
SM
10296 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
10297 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 10298 struct gdbarch *gdbarch = get_objfile_arch (objfile);
10b3939b 10299 CORE_ADDR lowpc, highpc;
43f3e411 10300 struct compunit_symtab *cust;
10b3939b 10301 CORE_ADDR baseaddr;
4359dff1 10302 struct block *static_block;
3e29f34a 10303 CORE_ADDR addr;
10b3939b
DJ
10304
10305 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
10306
c89b44cd
TT
10307 /* Clear the list here in case something was left over. */
10308 cu->method_list.clear ();
10b3939b 10309
95554aad
TT
10310 cu->language = pretend_language;
10311 cu->language_defn = language_def (cu->language);
10312
c906108c 10313 /* Do line number decoding in read_file_scope () */
10b3939b 10314 process_die (cu->dies, cu);
c906108c 10315
a766d390
DE
10316 /* For now fudge the Go package. */
10317 if (cu->language == language_go)
10318 fixup_go_packaging (cu);
10319
3da10d80
KS
10320 /* Now that we have processed all the DIEs in the CU, all the types
10321 should be complete, and it should now be safe to compute all of the
10322 physnames. */
10323 compute_delayed_physnames (cu);
3da10d80 10324
c9317f21
TT
10325 if (cu->language == language_rust)
10326 rust_union_quirks (cu);
10327
fae299cd
DC
10328 /* Some compilers don't define a DW_AT_high_pc attribute for the
10329 compilation unit. If the DW_AT_high_pc is missing, synthesize
10330 it, by scanning the DIE's below the compilation unit. */
10b3939b 10331 get_scope_pc_bounds (cu->dies, &lowpc, &highpc, cu);
c906108c 10332
3e29f34a 10333 addr = gdbarch_adjust_dwarf2_addr (gdbarch, highpc + baseaddr);
c24bdb02 10334 static_block = cu->get_builder ()->end_symtab_get_static_block (addr, 0, 1);
4359dff1
JK
10335
10336 /* If the comp unit has DW_AT_ranges, it may have discontiguous ranges.
10337 Also, DW_AT_ranges may record ranges not belonging to any child DIEs
10338 (such as virtual method tables). Record the ranges in STATIC_BLOCK's
10339 addrmap to help ensure it has an accurate map of pc values belonging to
10340 this comp unit. */
10341 dwarf2_record_block_ranges (cu->dies, static_block, baseaddr, cu);
10342
c24bdb02 10343 cust = cu->get_builder ()->end_symtab_from_static_block (static_block,
804d2729
TT
10344 SECT_OFF_TEXT (objfile),
10345 0);
c906108c 10346
43f3e411 10347 if (cust != NULL)
c906108c 10348 {
df15bd07 10349 int gcc_4_minor = producer_is_gcc_ge_4 (cu->producer);
4632c0d0 10350
8be455d7
JK
10351 /* Set symtab language to language from DW_AT_language. If the
10352 compilation is from a C file generated by language preprocessors, do
10353 not set the language if it was already deduced by start_subfile. */
43f3e411 10354 if (!(cu->language == language_c
40e3ad0e 10355 && COMPUNIT_FILETABS (cust)->language != language_unknown))
43f3e411 10356 COMPUNIT_FILETABS (cust)->language = cu->language;
8be455d7
JK
10357
10358 /* GCC-4.0 has started to support -fvar-tracking. GCC-3.x still can
10359 produce DW_AT_location with location lists but it can be possibly
ab260dad
JK
10360 invalid without -fvar-tracking. Still up to GCC-4.4.x incl. 4.4.0
10361 there were bugs in prologue debug info, fixed later in GCC-4.5
10362 by "unwind info for epilogues" patch (which is not directly related).
8be455d7
JK
10363
10364 For -gdwarf-4 type units LOCATIONS_VALID indication is fortunately not
10365 needed, it would be wrong due to missing DW_AT_producer there.
10366
10367 Still one can confuse GDB by using non-standard GCC compilation
10368 options - this waits on GCC PR other/32998 (-frecord-gcc-switches).
10369 */
ab260dad 10370 if (cu->has_loclist && gcc_4_minor >= 5)
43f3e411 10371 cust->locations_valid = 1;
e0d00bc7
JK
10372
10373 if (gcc_4_minor >= 5)
43f3e411 10374 cust->epilogue_unwind_valid = 1;
96408a79 10375
43f3e411 10376 cust->call_site_htab = cu->call_site_htab;
c906108c 10377 }
9291a0cd
TT
10378
10379 if (dwarf2_per_objfile->using_index)
43f3e411 10380 per_cu->v.quick->compunit_symtab = cust;
9291a0cd
TT
10381 else
10382 {
10383 struct partial_symtab *pst = per_cu->v.psymtab;
43f3e411 10384 pst->compunit_symtab = cust;
9291a0cd
TT
10385 pst->readin = 1;
10386 }
c906108c 10387
95554aad 10388 /* Push it for inclusion processing later. */
c5d0225d 10389 dwarf2_per_objfile->just_read_cus.push_back (per_cu);
804d2729
TT
10390
10391 /* Not needed any more. */
c24bdb02 10392 cu->reset_builder ();
f4dc4d17 10393}
45cfd468 10394
f4dc4d17
DE
10395/* Generate full symbol information for type unit PER_CU, whose DIEs have
10396 already been loaded into memory. */
10397
10398static void
10399process_full_type_unit (struct dwarf2_per_cu_data *per_cu,
10400 enum language pretend_language)
10401{
10402 struct dwarf2_cu *cu = per_cu->cu;
ed2dc618
SM
10403 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
10404 struct objfile *objfile = dwarf2_per_objfile->objfile;
43f3e411 10405 struct compunit_symtab *cust;
0186c6a7
DE
10406 struct signatured_type *sig_type;
10407
10408 gdb_assert (per_cu->is_debug_types);
10409 sig_type = (struct signatured_type *) per_cu;
f4dc4d17 10410
c89b44cd
TT
10411 /* Clear the list here in case something was left over. */
10412 cu->method_list.clear ();
f4dc4d17 10413
f4dc4d17
DE
10414 cu->language = pretend_language;
10415 cu->language_defn = language_def (cu->language);
10416
10417 /* The symbol tables are set up in read_type_unit_scope. */
10418 process_die (cu->dies, cu);
10419
10420 /* For now fudge the Go package. */
10421 if (cu->language == language_go)
10422 fixup_go_packaging (cu);
10423
10424 /* Now that we have processed all the DIEs in the CU, all the types
10425 should be complete, and it should now be safe to compute all of the
10426 physnames. */
10427 compute_delayed_physnames (cu);
f4dc4d17 10428
c9317f21
TT
10429 if (cu->language == language_rust)
10430 rust_union_quirks (cu);
10431
f4dc4d17
DE
10432 /* TUs share symbol tables.
10433 If this is the first TU to use this symtab, complete the construction
094b34ac
DE
10434 of it with end_expandable_symtab. Otherwise, complete the addition of
10435 this TU's symbols to the existing symtab. */
43f3e411 10436 if (sig_type->type_unit_group->compunit_symtab == NULL)
45cfd468 10437 {
c24bdb02
KS
10438 buildsym_compunit *builder = cu->get_builder ();
10439 cust = builder->end_expandable_symtab (0, SECT_OFF_TEXT (objfile));
43f3e411 10440 sig_type->type_unit_group->compunit_symtab = cust;
f4dc4d17 10441
43f3e411 10442 if (cust != NULL)
f4dc4d17
DE
10443 {
10444 /* Set symtab language to language from DW_AT_language. If the
10445 compilation is from a C file generated by language preprocessors,
10446 do not set the language if it was already deduced by
10447 start_subfile. */
43f3e411
DE
10448 if (!(cu->language == language_c
10449 && COMPUNIT_FILETABS (cust)->language != language_c))
10450 COMPUNIT_FILETABS (cust)->language = cu->language;
f4dc4d17
DE
10451 }
10452 }
10453 else
10454 {
c24bdb02 10455 cu->get_builder ()->augment_type_symtab ();
43f3e411 10456 cust = sig_type->type_unit_group->compunit_symtab;
f4dc4d17
DE
10457 }
10458
10459 if (dwarf2_per_objfile->using_index)
43f3e411 10460 per_cu->v.quick->compunit_symtab = cust;
f4dc4d17
DE
10461 else
10462 {
10463 struct partial_symtab *pst = per_cu->v.psymtab;
43f3e411 10464 pst->compunit_symtab = cust;
f4dc4d17 10465 pst->readin = 1;
45cfd468 10466 }
804d2729
TT
10467
10468 /* Not needed any more. */
c24bdb02 10469 cu->reset_builder ();
c906108c
SS
10470}
10471
95554aad
TT
10472/* Process an imported unit DIE. */
10473
10474static void
10475process_imported_unit_die (struct die_info *die, struct dwarf2_cu *cu)
10476{
10477 struct attribute *attr;
10478
f4dc4d17
DE
10479 /* For now we don't handle imported units in type units. */
10480 if (cu->per_cu->is_debug_types)
10481 {
10482 error (_("Dwarf Error: DW_TAG_imported_unit is not"
10483 " supported in type units [in module %s]"),
518817b3 10484 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
f4dc4d17
DE
10485 }
10486
95554aad
TT
10487 attr = dwarf2_attr (die, DW_AT_import, cu);
10488 if (attr != NULL)
10489 {
9c541725
PA
10490 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
10491 bool is_dwz = (attr->form == DW_FORM_GNU_ref_alt || cu->per_cu->is_dwz);
10492 dwarf2_per_cu_data *per_cu
e3b94546 10493 = dwarf2_find_containing_comp_unit (sect_off, is_dwz,
518817b3 10494 cu->per_cu->dwarf2_per_objfile);
95554aad 10495
69d751e3 10496 /* If necessary, add it to the queue and load its DIEs. */
95554aad 10497 if (maybe_queue_comp_unit (cu, per_cu, cu->language))
58f0c718 10498 load_full_comp_unit (per_cu, false, cu->language);
95554aad 10499
796a7ff8 10500 VEC_safe_push (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs,
95554aad
TT
10501 per_cu);
10502 }
10503}
10504
4c8aa72d
PA
10505/* RAII object that represents a process_die scope: i.e.,
10506 starts/finishes processing a DIE. */
10507class process_die_scope
adde2bff 10508{
4c8aa72d
PA
10509public:
10510 process_die_scope (die_info *die, dwarf2_cu *cu)
10511 : m_die (die), m_cu (cu)
10512 {
10513 /* We should only be processing DIEs not already in process. */
10514 gdb_assert (!m_die->in_process);
10515 m_die->in_process = true;
10516 }
8c3cb9fa 10517
4c8aa72d
PA
10518 ~process_die_scope ()
10519 {
10520 m_die->in_process = false;
10521
10522 /* If we're done processing the DIE for the CU that owns the line
10523 header, we don't need the line header anymore. */
10524 if (m_cu->line_header_die_owner == m_die)
10525 {
10526 delete m_cu->line_header;
10527 m_cu->line_header = NULL;
10528 m_cu->line_header_die_owner = NULL;
10529 }
10530 }
10531
10532private:
10533 die_info *m_die;
10534 dwarf2_cu *m_cu;
10535};
adde2bff 10536
c906108c
SS
10537/* Process a die and its children. */
10538
10539static void
e7c27a73 10540process_die (struct die_info *die, struct dwarf2_cu *cu)
c906108c 10541{
4c8aa72d 10542 process_die_scope scope (die, cu);
adde2bff 10543
c906108c
SS
10544 switch (die->tag)
10545 {
10546 case DW_TAG_padding:
10547 break;
10548 case DW_TAG_compile_unit:
95554aad 10549 case DW_TAG_partial_unit:
e7c27a73 10550 read_file_scope (die, cu);
c906108c 10551 break;
348e048f
DE
10552 case DW_TAG_type_unit:
10553 read_type_unit_scope (die, cu);
10554 break;
c906108c 10555 case DW_TAG_subprogram:
c906108c 10556 case DW_TAG_inlined_subroutine:
edb3359d 10557 read_func_scope (die, cu);
c906108c
SS
10558 break;
10559 case DW_TAG_lexical_block:
14898363
L
10560 case DW_TAG_try_block:
10561 case DW_TAG_catch_block:
e7c27a73 10562 read_lexical_block_scope (die, cu);
c906108c 10563 break;
216f72a1 10564 case DW_TAG_call_site:
96408a79
SA
10565 case DW_TAG_GNU_call_site:
10566 read_call_site_scope (die, cu);
10567 break;
c906108c 10568 case DW_TAG_class_type:
680b30c7 10569 case DW_TAG_interface_type:
c906108c
SS
10570 case DW_TAG_structure_type:
10571 case DW_TAG_union_type:
134d01f1 10572 process_structure_scope (die, cu);
c906108c
SS
10573 break;
10574 case DW_TAG_enumeration_type:
134d01f1 10575 process_enumeration_scope (die, cu);
c906108c 10576 break;
134d01f1 10577
f792889a
DJ
10578 /* These dies have a type, but processing them does not create
10579 a symbol or recurse to process the children. Therefore we can
10580 read them on-demand through read_type_die. */
c906108c 10581 case DW_TAG_subroutine_type:
72019c9c 10582 case DW_TAG_set_type:
c906108c 10583 case DW_TAG_array_type:
c906108c 10584 case DW_TAG_pointer_type:
c906108c 10585 case DW_TAG_ptr_to_member_type:
c906108c 10586 case DW_TAG_reference_type:
4297a3f0 10587 case DW_TAG_rvalue_reference_type:
c906108c 10588 case DW_TAG_string_type:
c906108c 10589 break;
134d01f1 10590
c906108c 10591 case DW_TAG_base_type:
a02abb62 10592 case DW_TAG_subrange_type:
cb249c71 10593 case DW_TAG_typedef:
134d01f1
DJ
10594 /* Add a typedef symbol for the type definition, if it has a
10595 DW_AT_name. */
f792889a 10596 new_symbol (die, read_type_die (die, cu), cu);
a02abb62 10597 break;
c906108c 10598 case DW_TAG_common_block:
e7c27a73 10599 read_common_block (die, cu);
c906108c
SS
10600 break;
10601 case DW_TAG_common_inclusion:
10602 break;
d9fa45fe 10603 case DW_TAG_namespace:
9068261f 10604 cu->processing_has_namespace_info = true;
e7c27a73 10605 read_namespace (die, cu);
d9fa45fe 10606 break;
5d7cb8df 10607 case DW_TAG_module:
9068261f 10608 cu->processing_has_namespace_info = true;
5d7cb8df
JK
10609 read_module (die, cu);
10610 break;
d9fa45fe 10611 case DW_TAG_imported_declaration:
9068261f 10612 cu->processing_has_namespace_info = true;
74921315
KS
10613 if (read_namespace_alias (die, cu))
10614 break;
86a73007
TT
10615 /* The declaration is not a global namespace alias. */
10616 /* Fall through. */
d9fa45fe 10617 case DW_TAG_imported_module:
9068261f 10618 cu->processing_has_namespace_info = true;
27aa8d6a
SW
10619 if (die->child != NULL && (die->tag == DW_TAG_imported_declaration
10620 || cu->language != language_fortran))
b98664d3 10621 complaint (_("Tag '%s' has unexpected children"),
27aa8d6a
SW
10622 dwarf_tag_name (die->tag));
10623 read_import_statement (die, cu);
d9fa45fe 10624 break;
95554aad
TT
10625
10626 case DW_TAG_imported_unit:
10627 process_imported_unit_die (die, cu);
10628 break;
10629
71a3c369
TT
10630 case DW_TAG_variable:
10631 read_variable (die, cu);
10632 break;
10633
c906108c 10634 default:
e7c27a73 10635 new_symbol (die, NULL, cu);
c906108c
SS
10636 break;
10637 }
10638}
ca69b9e6
DE
10639\f
10640/* DWARF name computation. */
c906108c 10641
94af9270
KS
10642/* A helper function for dwarf2_compute_name which determines whether DIE
10643 needs to have the name of the scope prepended to the name listed in the
10644 die. */
10645
10646static int
10647die_needs_namespace (struct die_info *die, struct dwarf2_cu *cu)
10648{
1c809c68
TT
10649 struct attribute *attr;
10650
94af9270
KS
10651 switch (die->tag)
10652 {
10653 case DW_TAG_namespace:
10654 case DW_TAG_typedef:
10655 case DW_TAG_class_type:
10656 case DW_TAG_interface_type:
10657 case DW_TAG_structure_type:
10658 case DW_TAG_union_type:
10659 case DW_TAG_enumeration_type:
10660 case DW_TAG_enumerator:
10661 case DW_TAG_subprogram:
08a76f8a 10662 case DW_TAG_inlined_subroutine:
94af9270 10663 case DW_TAG_member:
74921315 10664 case DW_TAG_imported_declaration:
94af9270
KS
10665 return 1;
10666
10667 case DW_TAG_variable:
c2b0a229 10668 case DW_TAG_constant:
94af9270
KS
10669 /* We only need to prefix "globally" visible variables. These include
10670 any variable marked with DW_AT_external or any variable that
10671 lives in a namespace. [Variables in anonymous namespaces
10672 require prefixing, but they are not DW_AT_external.] */
10673
10674 if (dwarf2_attr (die, DW_AT_specification, cu))
10675 {
10676 struct dwarf2_cu *spec_cu = cu;
9a619af0 10677
94af9270
KS
10678 return die_needs_namespace (die_specification (die, &spec_cu),
10679 spec_cu);
10680 }
10681
1c809c68 10682 attr = dwarf2_attr (die, DW_AT_external, cu);
f55ee35c
JK
10683 if (attr == NULL && die->parent->tag != DW_TAG_namespace
10684 && die->parent->tag != DW_TAG_module)
1c809c68
TT
10685 return 0;
10686 /* A variable in a lexical block of some kind does not need a
10687 namespace, even though in C++ such variables may be external
10688 and have a mangled name. */
10689 if (die->parent->tag == DW_TAG_lexical_block
10690 || die->parent->tag == DW_TAG_try_block
1054b214
TT
10691 || die->parent->tag == DW_TAG_catch_block
10692 || die->parent->tag == DW_TAG_subprogram)
1c809c68
TT
10693 return 0;
10694 return 1;
94af9270
KS
10695
10696 default:
10697 return 0;
10698 }
10699}
10700
73b9be8b
KS
10701/* Return the DIE's linkage name attribute, either DW_AT_linkage_name
10702 or DW_AT_MIPS_linkage_name. Returns NULL if the attribute is not
10703 defined for the given DIE. */
10704
10705static struct attribute *
10706dw2_linkage_name_attr (struct die_info *die, struct dwarf2_cu *cu)
10707{
10708 struct attribute *attr;
10709
10710 attr = dwarf2_attr (die, DW_AT_linkage_name, cu);
10711 if (attr == NULL)
10712 attr = dwarf2_attr (die, DW_AT_MIPS_linkage_name, cu);
10713
10714 return attr;
10715}
10716
10717/* Return the DIE's linkage name as a string, either DW_AT_linkage_name
10718 or DW_AT_MIPS_linkage_name. Returns NULL if the attribute is not
10719 defined for the given DIE. */
10720
10721static const char *
10722dw2_linkage_name (struct die_info *die, struct dwarf2_cu *cu)
10723{
10724 const char *linkage_name;
10725
10726 linkage_name = dwarf2_string_attr (die, DW_AT_linkage_name, cu);
10727 if (linkage_name == NULL)
10728 linkage_name = dwarf2_string_attr (die, DW_AT_MIPS_linkage_name, cu);
10729
10730 return linkage_name;
10731}
10732
94af9270 10733/* Compute the fully qualified name of DIE in CU. If PHYSNAME is nonzero,
a766d390 10734 compute the physname for the object, which include a method's:
9c37b5ae 10735 - formal parameters (C++),
a766d390 10736 - receiver type (Go),
a766d390
DE
10737
10738 The term "physname" is a bit confusing.
10739 For C++, for example, it is the demangled name.
10740 For Go, for example, it's the mangled name.
94af9270 10741
af6b7be1
JB
10742 For Ada, return the DIE's linkage name rather than the fully qualified
10743 name. PHYSNAME is ignored..
10744
94af9270
KS
10745 The result is allocated on the objfile_obstack and canonicalized. */
10746
10747static const char *
15d034d0
TT
10748dwarf2_compute_name (const char *name,
10749 struct die_info *die, struct dwarf2_cu *cu,
94af9270
KS
10750 int physname)
10751{
518817b3 10752 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
bb5ed363 10753
94af9270
KS
10754 if (name == NULL)
10755 name = dwarf2_name (die, cu);
10756
2ee7123e
DE
10757 /* For Fortran GDB prefers DW_AT_*linkage_name for the physname if present
10758 but otherwise compute it by typename_concat inside GDB.
10759 FIXME: Actually this is not really true, or at least not always true.
10760 It's all very confusing. SYMBOL_SET_NAMES doesn't try to demangle
5e2db402 10761 Fortran names because there is no mangling standard. So new_symbol
2ee7123e
DE
10762 will set the demangled name to the result of dwarf2_full_name, and it is
10763 the demangled name that GDB uses if it exists. */
f55ee35c
JK
10764 if (cu->language == language_ada
10765 || (cu->language == language_fortran && physname))
10766 {
10767 /* For Ada unit, we prefer the linkage name over the name, as
10768 the former contains the exported name, which the user expects
10769 to be able to reference. Ideally, we want the user to be able
10770 to reference this entity using either natural or linkage name,
10771 but we haven't started looking at this enhancement yet. */
73b9be8b 10772 const char *linkage_name = dw2_linkage_name (die, cu);
f55ee35c 10773
2ee7123e
DE
10774 if (linkage_name != NULL)
10775 return linkage_name;
f55ee35c
JK
10776 }
10777
94af9270
KS
10778 /* These are the only languages we know how to qualify names in. */
10779 if (name != NULL
9c37b5ae 10780 && (cu->language == language_cplus
c44af4eb
TT
10781 || cu->language == language_fortran || cu->language == language_d
10782 || cu->language == language_rust))
94af9270
KS
10783 {
10784 if (die_needs_namespace (die, cu))
10785 {
0d5cff50 10786 const char *prefix;
34a68019 10787 const char *canonical_name = NULL;
94af9270 10788
d7e74731
PA
10789 string_file buf;
10790
94af9270 10791 prefix = determine_prefix (die, cu);
94af9270
KS
10792 if (*prefix != '\0')
10793 {
f55ee35c
JK
10794 char *prefixed_name = typename_concat (NULL, prefix, name,
10795 physname, cu);
9a619af0 10796
d7e74731 10797 buf.puts (prefixed_name);
94af9270
KS
10798 xfree (prefixed_name);
10799 }
10800 else
d7e74731 10801 buf.puts (name);
94af9270 10802
98bfdba5
PA
10803 /* Template parameters may be specified in the DIE's DW_AT_name, or
10804 as children with DW_TAG_template_type_param or
10805 DW_TAG_value_type_param. If the latter, add them to the name
10806 here. If the name already has template parameters, then
10807 skip this step; some versions of GCC emit both, and
10808 it is more efficient to use the pre-computed name.
10809
10810 Something to keep in mind about this process: it is very
10811 unlikely, or in some cases downright impossible, to produce
10812 something that will match the mangled name of a function.
10813 If the definition of the function has the same debug info,
10814 we should be able to match up with it anyway. But fallbacks
10815 using the minimal symbol, for instance to find a method
10816 implemented in a stripped copy of libstdc++, will not work.
10817 If we do not have debug info for the definition, we will have to
10818 match them up some other way.
10819
10820 When we do name matching there is a related problem with function
10821 templates; two instantiated function templates are allowed to
10822 differ only by their return types, which we do not add here. */
10823
10824 if (cu->language == language_cplus && strchr (name, '<') == NULL)
10825 {
10826 struct attribute *attr;
10827 struct die_info *child;
10828 int first = 1;
10829
10830 die->building_fullname = 1;
10831
10832 for (child = die->child; child != NULL; child = child->sibling)
10833 {
10834 struct type *type;
12df843f 10835 LONGEST value;
d521ce57 10836 const gdb_byte *bytes;
98bfdba5
PA
10837 struct dwarf2_locexpr_baton *baton;
10838 struct value *v;
10839
10840 if (child->tag != DW_TAG_template_type_param
10841 && child->tag != DW_TAG_template_value_param)
10842 continue;
10843
10844 if (first)
10845 {
d7e74731 10846 buf.puts ("<");
98bfdba5
PA
10847 first = 0;
10848 }
10849 else
d7e74731 10850 buf.puts (", ");
98bfdba5
PA
10851
10852 attr = dwarf2_attr (child, DW_AT_type, cu);
10853 if (attr == NULL)
10854 {
b98664d3 10855 complaint (_("template parameter missing DW_AT_type"));
d7e74731 10856 buf.puts ("UNKNOWN_TYPE");
98bfdba5
PA
10857 continue;
10858 }
10859 type = die_type (child, cu);
10860
10861 if (child->tag == DW_TAG_template_type_param)
10862 {
c1ec8cea
TT
10863 c_print_type (type, "", &buf, -1, 0, cu->language,
10864 &type_print_raw_options);
98bfdba5
PA
10865 continue;
10866 }
10867
10868 attr = dwarf2_attr (child, DW_AT_const_value, cu);
10869 if (attr == NULL)
10870 {
b98664d3 10871 complaint (_("template parameter missing "
3e43a32a 10872 "DW_AT_const_value"));
d7e74731 10873 buf.puts ("UNKNOWN_VALUE");
98bfdba5
PA
10874 continue;
10875 }
10876
10877 dwarf2_const_value_attr (attr, type, name,
10878 &cu->comp_unit_obstack, cu,
10879 &value, &bytes, &baton);
10880
10881 if (TYPE_NOSIGN (type))
10882 /* GDB prints characters as NUMBER 'CHAR'. If that's
10883 changed, this can use value_print instead. */
d7e74731 10884 c_printchar (value, type, &buf);
98bfdba5
PA
10885 else
10886 {
10887 struct value_print_options opts;
10888
10889 if (baton != NULL)
10890 v = dwarf2_evaluate_loc_desc (type, NULL,
10891 baton->data,
10892 baton->size,
10893 baton->per_cu);
10894 else if (bytes != NULL)
10895 {
10896 v = allocate_value (type);
10897 memcpy (value_contents_writeable (v), bytes,
10898 TYPE_LENGTH (type));
10899 }
10900 else
10901 v = value_from_longest (type, value);
10902
3e43a32a
MS
10903 /* Specify decimal so that we do not depend on
10904 the radix. */
98bfdba5
PA
10905 get_formatted_print_options (&opts, 'd');
10906 opts.raw = 1;
d7e74731 10907 value_print (v, &buf, &opts);
98bfdba5 10908 release_value (v);
98bfdba5
PA
10909 }
10910 }
10911
10912 die->building_fullname = 0;
10913
10914 if (!first)
10915 {
10916 /* Close the argument list, with a space if necessary
10917 (nested templates). */
d7e74731
PA
10918 if (!buf.empty () && buf.string ().back () == '>')
10919 buf.puts (" >");
98bfdba5 10920 else
d7e74731 10921 buf.puts (">");
98bfdba5
PA
10922 }
10923 }
10924
9c37b5ae 10925 /* For C++ methods, append formal parameter type
94af9270 10926 information, if PHYSNAME. */
6e70227d 10927
94af9270 10928 if (physname && die->tag == DW_TAG_subprogram
9c37b5ae 10929 && cu->language == language_cplus)
94af9270
KS
10930 {
10931 struct type *type = read_type_die (die, cu);
10932
d7e74731 10933 c_type_print_args (type, &buf, 1, cu->language,
79d43c61 10934 &type_print_raw_options);
94af9270 10935
9c37b5ae 10936 if (cu->language == language_cplus)
94af9270 10937 {
60430eff
DJ
10938 /* Assume that an artificial first parameter is
10939 "this", but do not crash if it is not. RealView
10940 marks unnamed (and thus unused) parameters as
10941 artificial; there is no way to differentiate
10942 the two cases. */
94af9270
KS
10943 if (TYPE_NFIELDS (type) > 0
10944 && TYPE_FIELD_ARTIFICIAL (type, 0)
60430eff 10945 && TYPE_CODE (TYPE_FIELD_TYPE (type, 0)) == TYPE_CODE_PTR
3e43a32a
MS
10946 && TYPE_CONST (TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (type,
10947 0))))
d7e74731 10948 buf.puts (" const");
94af9270
KS
10949 }
10950 }
10951
d7e74731 10952 const std::string &intermediate_name = buf.string ();
94af9270
KS
10953
10954 if (cu->language == language_cplus)
34a68019 10955 canonical_name
322a8516 10956 = dwarf2_canonicalize_name (intermediate_name.c_str (), cu,
34a68019
TT
10957 &objfile->per_bfd->storage_obstack);
10958
10959 /* If we only computed INTERMEDIATE_NAME, or if
10960 INTERMEDIATE_NAME is already canonical, then we need to
10961 copy it to the appropriate obstack. */
322a8516 10962 if (canonical_name == NULL || canonical_name == intermediate_name.c_str ())
224c3ddb
SM
10963 name = ((const char *)
10964 obstack_copy0 (&objfile->per_bfd->storage_obstack,
322a8516
PA
10965 intermediate_name.c_str (),
10966 intermediate_name.length ()));
34a68019
TT
10967 else
10968 name = canonical_name;
94af9270
KS
10969 }
10970 }
10971
10972 return name;
10973}
10974
0114d602
DJ
10975/* Return the fully qualified name of DIE, based on its DW_AT_name.
10976 If scope qualifiers are appropriate they will be added. The result
34a68019 10977 will be allocated on the storage_obstack, or NULL if the DIE does
94af9270
KS
10978 not have a name. NAME may either be from a previous call to
10979 dwarf2_name or NULL.
10980
9c37b5ae 10981 The output string will be canonicalized (if C++). */
0114d602
DJ
10982
10983static const char *
15d034d0 10984dwarf2_full_name (const char *name, struct die_info *die, struct dwarf2_cu *cu)
0114d602 10985{
94af9270
KS
10986 return dwarf2_compute_name (name, die, cu, 0);
10987}
0114d602 10988
94af9270
KS
10989/* Construct a physname for the given DIE in CU. NAME may either be
10990 from a previous call to dwarf2_name or NULL. The result will be
10991 allocated on the objfile_objstack or NULL if the DIE does not have a
10992 name.
0114d602 10993
9c37b5ae 10994 The output string will be canonicalized (if C++). */
0114d602 10995
94af9270 10996static const char *
15d034d0 10997dwarf2_physname (const char *name, struct die_info *die, struct dwarf2_cu *cu)
94af9270 10998{
518817b3 10999 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
900e11f9 11000 const char *retval, *mangled = NULL, *canon = NULL;
900e11f9
JK
11001 int need_copy = 1;
11002
11003 /* In this case dwarf2_compute_name is just a shortcut not building anything
11004 on its own. */
11005 if (!die_needs_namespace (die, cu))
11006 return dwarf2_compute_name (name, die, cu, 1);
11007
73b9be8b 11008 mangled = dw2_linkage_name (die, cu);
900e11f9 11009
e98c9e7c
TT
11010 /* rustc emits invalid values for DW_AT_linkage_name. Ignore these.
11011 See https://github.com/rust-lang/rust/issues/32925. */
11012 if (cu->language == language_rust && mangled != NULL
11013 && strchr (mangled, '{') != NULL)
11014 mangled = NULL;
11015
900e11f9
JK
11016 /* DW_AT_linkage_name is missing in some cases - depend on what GDB
11017 has computed. */
791afaa2 11018 gdb::unique_xmalloc_ptr<char> demangled;
7d45c7c3 11019 if (mangled != NULL)
900e11f9 11020 {
900e11f9 11021
59cc4834
JB
11022 if (language_def (cu->language)->la_store_sym_names_in_linkage_form_p)
11023 {
11024 /* Do nothing (do not demangle the symbol name). */
11025 }
11026 else if (cu->language == language_go)
a766d390 11027 {
5e2db402
TT
11028 /* This is a lie, but we already lie to the caller new_symbol.
11029 new_symbol assumes we return the mangled name.
a766d390 11030 This just undoes that lie until things are cleaned up. */
a766d390
DE
11031 }
11032 else
11033 {
0eb876f5
JB
11034 /* Use DMGL_RET_DROP for C++ template functions to suppress
11035 their return type. It is easier for GDB users to search
11036 for such functions as `name(params)' than `long name(params)'.
11037 In such case the minimal symbol names do not match the full
11038 symbol names but for template functions there is never a need
11039 to look up their definition from their declaration so
11040 the only disadvantage remains the minimal symbol variant
11041 `long name(params)' does not have the proper inferior type. */
791afaa2
TT
11042 demangled.reset (gdb_demangle (mangled,
11043 (DMGL_PARAMS | DMGL_ANSI
11044 | DMGL_RET_DROP)));
a766d390 11045 }
900e11f9 11046 if (demangled)
791afaa2 11047 canon = demangled.get ();
900e11f9
JK
11048 else
11049 {
11050 canon = mangled;
11051 need_copy = 0;
11052 }
11053 }
11054
11055 if (canon == NULL || check_physname)
11056 {
11057 const char *physname = dwarf2_compute_name (name, die, cu, 1);
11058
11059 if (canon != NULL && strcmp (physname, canon) != 0)
11060 {
11061 /* It may not mean a bug in GDB. The compiler could also
11062 compute DW_AT_linkage_name incorrectly. But in such case
11063 GDB would need to be bug-to-bug compatible. */
11064
b98664d3 11065 complaint (_("Computed physname <%s> does not match demangled <%s> "
9d8780f0
SM
11066 "(from linkage <%s>) - DIE at %s [in module %s]"),
11067 physname, canon, mangled, sect_offset_str (die->sect_off),
4262abfb 11068 objfile_name (objfile));
900e11f9
JK
11069
11070 /* Prefer DW_AT_linkage_name (in the CANON form) - when it
11071 is available here - over computed PHYSNAME. It is safer
11072 against both buggy GDB and buggy compilers. */
11073
11074 retval = canon;
11075 }
11076 else
11077 {
11078 retval = physname;
11079 need_copy = 0;
11080 }
11081 }
11082 else
11083 retval = canon;
11084
11085 if (need_copy)
224c3ddb
SM
11086 retval = ((const char *)
11087 obstack_copy0 (&objfile->per_bfd->storage_obstack,
11088 retval, strlen (retval)));
900e11f9 11089
900e11f9 11090 return retval;
0114d602
DJ
11091}
11092
74921315
KS
11093/* Inspect DIE in CU for a namespace alias. If one exists, record
11094 a new symbol for it.
11095
11096 Returns 1 if a namespace alias was recorded, 0 otherwise. */
11097
11098static int
11099read_namespace_alias (struct die_info *die, struct dwarf2_cu *cu)
11100{
11101 struct attribute *attr;
11102
11103 /* If the die does not have a name, this is not a namespace
11104 alias. */
11105 attr = dwarf2_attr (die, DW_AT_name, cu);
11106 if (attr != NULL)
11107 {
11108 int num;
11109 struct die_info *d = die;
11110 struct dwarf2_cu *imported_cu = cu;
11111
11112 /* If the compiler has nested DW_AT_imported_declaration DIEs,
11113 keep inspecting DIEs until we hit the underlying import. */
11114#define MAX_NESTED_IMPORTED_DECLARATIONS 100
11115 for (num = 0; num < MAX_NESTED_IMPORTED_DECLARATIONS; ++num)
11116 {
11117 attr = dwarf2_attr (d, DW_AT_import, cu);
11118 if (attr == NULL)
11119 break;
11120
11121 d = follow_die_ref (d, attr, &imported_cu);
11122 if (d->tag != DW_TAG_imported_declaration)
11123 break;
11124 }
11125
11126 if (num == MAX_NESTED_IMPORTED_DECLARATIONS)
11127 {
b98664d3 11128 complaint (_("DIE at %s has too many recursively imported "
9d8780f0 11129 "declarations"), sect_offset_str (d->sect_off));
74921315
KS
11130 return 0;
11131 }
11132
11133 if (attr != NULL)
11134 {
11135 struct type *type;
9c541725 11136 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
74921315 11137
9c541725 11138 type = get_die_type_at_offset (sect_off, cu->per_cu);
74921315
KS
11139 if (type != NULL && TYPE_CODE (type) == TYPE_CODE_NAMESPACE)
11140 {
11141 /* This declaration is a global namespace alias. Add
11142 a symbol for it whose type is the aliased namespace. */
11143 new_symbol (die, type, cu);
11144 return 1;
11145 }
11146 }
11147 }
11148
11149 return 0;
11150}
11151
22cee43f 11152/* Return the using directives repository (global or local?) to use in the
804d2729 11153 current context for CU.
22cee43f
PMR
11154
11155 For Ada, imported declarations can materialize renamings, which *may* be
11156 global. However it is impossible (for now?) in DWARF to distinguish
11157 "external" imported declarations and "static" ones. As all imported
11158 declarations seem to be static in all other languages, make them all CU-wide
11159 global only in Ada. */
11160
11161static struct using_direct **
804d2729 11162using_directives (struct dwarf2_cu *cu)
22cee43f 11163{
c24bdb02
KS
11164 if (cu->language == language_ada
11165 && cu->get_builder ()->outermost_context_p ())
11166 return cu->get_builder ()->get_global_using_directives ();
22cee43f 11167 else
c24bdb02 11168 return cu->get_builder ()->get_local_using_directives ();
22cee43f
PMR
11169}
11170
27aa8d6a
SW
11171/* Read the import statement specified by the given die and record it. */
11172
11173static void
11174read_import_statement (struct die_info *die, struct dwarf2_cu *cu)
11175{
518817b3 11176 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
27aa8d6a 11177 struct attribute *import_attr;
32019081 11178 struct die_info *imported_die, *child_die;
de4affc9 11179 struct dwarf2_cu *imported_cu;
27aa8d6a 11180 const char *imported_name;
794684b6 11181 const char *imported_name_prefix;
13387711
SW
11182 const char *canonical_name;
11183 const char *import_alias;
11184 const char *imported_declaration = NULL;
794684b6 11185 const char *import_prefix;
eb1e02fd 11186 std::vector<const char *> excludes;
13387711 11187
27aa8d6a
SW
11188 import_attr = dwarf2_attr (die, DW_AT_import, cu);
11189 if (import_attr == NULL)
11190 {
b98664d3 11191 complaint (_("Tag '%s' has no DW_AT_import"),
27aa8d6a
SW
11192 dwarf_tag_name (die->tag));
11193 return;
11194 }
11195
de4affc9
CC
11196 imported_cu = cu;
11197 imported_die = follow_die_ref_or_sig (die, import_attr, &imported_cu);
11198 imported_name = dwarf2_name (imported_die, imported_cu);
27aa8d6a
SW
11199 if (imported_name == NULL)
11200 {
11201 /* GCC bug: https://bugzilla.redhat.com/show_bug.cgi?id=506524
11202
11203 The import in the following code:
11204 namespace A
11205 {
11206 typedef int B;
11207 }
11208
11209 int main ()
11210 {
11211 using A::B;
11212 B b;
11213 return b;
11214 }
11215
11216 ...
11217 <2><51>: Abbrev Number: 3 (DW_TAG_imported_declaration)
11218 <52> DW_AT_decl_file : 1
11219 <53> DW_AT_decl_line : 6
11220 <54> DW_AT_import : <0x75>
11221 <2><58>: Abbrev Number: 4 (DW_TAG_typedef)
11222 <59> DW_AT_name : B
11223 <5b> DW_AT_decl_file : 1
11224 <5c> DW_AT_decl_line : 2
11225 <5d> DW_AT_type : <0x6e>
11226 ...
11227 <1><75>: Abbrev Number: 7 (DW_TAG_base_type)
11228 <76> DW_AT_byte_size : 4
11229 <77> DW_AT_encoding : 5 (signed)
11230
11231 imports the wrong die ( 0x75 instead of 0x58 ).
11232 This case will be ignored until the gcc bug is fixed. */
11233 return;
11234 }
11235
82856980
SW
11236 /* Figure out the local name after import. */
11237 import_alias = dwarf2_name (die, cu);
27aa8d6a 11238
794684b6
SW
11239 /* Figure out where the statement is being imported to. */
11240 import_prefix = determine_prefix (die, cu);
11241
11242 /* Figure out what the scope of the imported die is and prepend it
11243 to the name of the imported die. */
de4affc9 11244 imported_name_prefix = determine_prefix (imported_die, imported_cu);
794684b6 11245
f55ee35c
JK
11246 if (imported_die->tag != DW_TAG_namespace
11247 && imported_die->tag != DW_TAG_module)
794684b6 11248 {
13387711
SW
11249 imported_declaration = imported_name;
11250 canonical_name = imported_name_prefix;
794684b6 11251 }
13387711 11252 else if (strlen (imported_name_prefix) > 0)
12aaed36 11253 canonical_name = obconcat (&objfile->objfile_obstack,
45280282
IB
11254 imported_name_prefix,
11255 (cu->language == language_d ? "." : "::"),
11256 imported_name, (char *) NULL);
13387711
SW
11257 else
11258 canonical_name = imported_name;
794684b6 11259
32019081
JK
11260 if (die->tag == DW_TAG_imported_module && cu->language == language_fortran)
11261 for (child_die = die->child; child_die && child_die->tag;
11262 child_die = sibling_die (child_die))
11263 {
11264 /* DWARF-4: A Fortran use statement with a “rename list” may be
11265 represented by an imported module entry with an import attribute
11266 referring to the module and owned entries corresponding to those
11267 entities that are renamed as part of being imported. */
11268
11269 if (child_die->tag != DW_TAG_imported_declaration)
11270 {
b98664d3 11271 complaint (_("child DW_TAG_imported_declaration expected "
9d8780f0
SM
11272 "- DIE at %s [in module %s]"),
11273 sect_offset_str (child_die->sect_off),
11274 objfile_name (objfile));
32019081
JK
11275 continue;
11276 }
11277
11278 import_attr = dwarf2_attr (child_die, DW_AT_import, cu);
11279 if (import_attr == NULL)
11280 {
b98664d3 11281 complaint (_("Tag '%s' has no DW_AT_import"),
32019081
JK
11282 dwarf_tag_name (child_die->tag));
11283 continue;
11284 }
11285
11286 imported_cu = cu;
11287 imported_die = follow_die_ref_or_sig (child_die, import_attr,
11288 &imported_cu);
11289 imported_name = dwarf2_name (imported_die, imported_cu);
11290 if (imported_name == NULL)
11291 {
b98664d3 11292 complaint (_("child DW_TAG_imported_declaration has unknown "
9d8780f0
SM
11293 "imported name - DIE at %s [in module %s]"),
11294 sect_offset_str (child_die->sect_off),
11295 objfile_name (objfile));
32019081
JK
11296 continue;
11297 }
11298
eb1e02fd 11299 excludes.push_back (imported_name);
32019081
JK
11300
11301 process_die (child_die, cu);
11302 }
11303
804d2729 11304 add_using_directive (using_directives (cu),
22cee43f
PMR
11305 import_prefix,
11306 canonical_name,
11307 import_alias,
11308 imported_declaration,
11309 excludes,
11310 0,
11311 &objfile->objfile_obstack);
27aa8d6a
SW
11312}
11313
5230b05a
WT
11314/* ICC<14 does not output the required DW_AT_declaration on incomplete
11315 types, but gives them a size of zero. Starting with version 14,
11316 ICC is compatible with GCC. */
11317
9068261f 11318static bool
5230b05a
WT
11319producer_is_icc_lt_14 (struct dwarf2_cu *cu)
11320{
11321 if (!cu->checked_producer)
11322 check_producer (cu);
11323
11324 return cu->producer_is_icc_lt_14;
11325}
11326
eb77c9df
AB
11327/* ICC generates a DW_AT_type for C void functions. This was observed on
11328 ICC 14.0.5.212, and appears to be against the DWARF spec (V5 3.3.2)
11329 which says that void functions should not have a DW_AT_type. */
11330
11331static bool
11332producer_is_icc (struct dwarf2_cu *cu)
11333{
11334 if (!cu->checked_producer)
11335 check_producer (cu);
11336
11337 return cu->producer_is_icc;
11338}
11339
1b80a9fa
JK
11340/* Check for possibly missing DW_AT_comp_dir with relative .debug_line
11341 directory paths. GCC SVN r127613 (new option -fdebug-prefix-map) fixed
11342 this, it was first present in GCC release 4.3.0. */
11343
9068261f 11344static bool
1b80a9fa
JK
11345producer_is_gcc_lt_4_3 (struct dwarf2_cu *cu)
11346{
11347 if (!cu->checked_producer)
11348 check_producer (cu);
11349
11350 return cu->producer_is_gcc_lt_4_3;
11351}
11352
d721ba37
PA
11353static file_and_directory
11354find_file_and_directory (struct die_info *die, struct dwarf2_cu *cu)
9291a0cd 11355{
d721ba37
PA
11356 file_and_directory res;
11357
9291a0cd
TT
11358 /* Find the filename. Do not use dwarf2_name here, since the filename
11359 is not a source language identifier. */
d721ba37
PA
11360 res.name = dwarf2_string_attr (die, DW_AT_name, cu);
11361 res.comp_dir = dwarf2_string_attr (die, DW_AT_comp_dir, cu);
9291a0cd 11362
d721ba37
PA
11363 if (res.comp_dir == NULL
11364 && producer_is_gcc_lt_4_3 (cu) && res.name != NULL
11365 && IS_ABSOLUTE_PATH (res.name))
9291a0cd 11366 {
d721ba37
PA
11367 res.comp_dir_storage = ldirname (res.name);
11368 if (!res.comp_dir_storage.empty ())
11369 res.comp_dir = res.comp_dir_storage.c_str ();
9291a0cd 11370 }
d721ba37 11371 if (res.comp_dir != NULL)
9291a0cd
TT
11372 {
11373 /* Irix 6.2 native cc prepends <machine>.: to the compilation
11374 directory, get rid of it. */
d721ba37 11375 const char *cp = strchr (res.comp_dir, ':');
9291a0cd 11376
d721ba37
PA
11377 if (cp && cp != res.comp_dir && cp[-1] == '.' && cp[1] == '/')
11378 res.comp_dir = cp + 1;
9291a0cd
TT
11379 }
11380
d721ba37
PA
11381 if (res.name == NULL)
11382 res.name = "<unknown>";
11383
11384 return res;
9291a0cd
TT
11385}
11386
f4dc4d17
DE
11387/* Handle DW_AT_stmt_list for a compilation unit.
11388 DIE is the DW_TAG_compile_unit die for CU.
c3b7b696
YQ
11389 COMP_DIR is the compilation directory. LOWPC is passed to
11390 dwarf_decode_lines. See dwarf_decode_lines comments about it. */
2ab95328
TT
11391
11392static void
11393handle_DW_AT_stmt_list (struct die_info *die, struct dwarf2_cu *cu,
c3b7b696 11394 const char *comp_dir, CORE_ADDR lowpc) /* ARI: editCase function */
2ab95328 11395{
518817b3
SM
11396 struct dwarf2_per_objfile *dwarf2_per_objfile
11397 = cu->per_cu->dwarf2_per_objfile;
527f3840 11398 struct objfile *objfile = dwarf2_per_objfile->objfile;
2ab95328 11399 struct attribute *attr;
527f3840
JK
11400 struct line_header line_header_local;
11401 hashval_t line_header_local_hash;
527f3840
JK
11402 void **slot;
11403 int decode_mapping;
2ab95328 11404
f4dc4d17
DE
11405 gdb_assert (! cu->per_cu->is_debug_types);
11406
2ab95328 11407 attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
527f3840
JK
11408 if (attr == NULL)
11409 return;
11410
9c541725 11411 sect_offset line_offset = (sect_offset) DW_UNSND (attr);
527f3840
JK
11412
11413 /* The line header hash table is only created if needed (it exists to
11414 prevent redundant reading of the line table for partial_units).
11415 If we're given a partial_unit, we'll need it. If we're given a
11416 compile_unit, then use the line header hash table if it's already
11417 created, but don't create one just yet. */
11418
11419 if (dwarf2_per_objfile->line_header_hash == NULL
11420 && die->tag == DW_TAG_partial_unit)
2ab95328 11421 {
527f3840
JK
11422 dwarf2_per_objfile->line_header_hash
11423 = htab_create_alloc_ex (127, line_header_hash_voidp,
11424 line_header_eq_voidp,
11425 free_line_header_voidp,
11426 &objfile->objfile_obstack,
11427 hashtab_obstack_allocate,
11428 dummy_obstack_deallocate);
11429 }
2ab95328 11430
9c541725 11431 line_header_local.sect_off = line_offset;
527f3840
JK
11432 line_header_local.offset_in_dwz = cu->per_cu->is_dwz;
11433 line_header_local_hash = line_header_hash (&line_header_local);
11434 if (dwarf2_per_objfile->line_header_hash != NULL)
11435 {
11436 slot = htab_find_slot_with_hash (dwarf2_per_objfile->line_header_hash,
11437 &line_header_local,
11438 line_header_local_hash, NO_INSERT);
11439
11440 /* For DW_TAG_compile_unit we need info like symtab::linetable which
11441 is not present in *SLOT (since if there is something in *SLOT then
11442 it will be for a partial_unit). */
11443 if (die->tag == DW_TAG_partial_unit && slot != NULL)
dee91e82 11444 {
527f3840 11445 gdb_assert (*slot != NULL);
9a3c8263 11446 cu->line_header = (struct line_header *) *slot;
527f3840 11447 return;
dee91e82 11448 }
2ab95328 11449 }
527f3840
JK
11450
11451 /* dwarf_decode_line_header does not yet provide sufficient information.
11452 We always have to call also dwarf_decode_lines for it. */
fff8551c
PA
11453 line_header_up lh = dwarf_decode_line_header (line_offset, cu);
11454 if (lh == NULL)
527f3840 11455 return;
4c8aa72d
PA
11456
11457 cu->line_header = lh.release ();
11458 cu->line_header_die_owner = die;
527f3840
JK
11459
11460 if (dwarf2_per_objfile->line_header_hash == NULL)
11461 slot = NULL;
11462 else
11463 {
11464 slot = htab_find_slot_with_hash (dwarf2_per_objfile->line_header_hash,
11465 &line_header_local,
11466 line_header_local_hash, INSERT);
11467 gdb_assert (slot != NULL);
11468 }
11469 if (slot != NULL && *slot == NULL)
11470 {
11471 /* This newly decoded line number information unit will be owned
11472 by line_header_hash hash table. */
11473 *slot = cu->line_header;
4c8aa72d 11474 cu->line_header_die_owner = NULL;
527f3840
JK
11475 }
11476 else
11477 {
11478 /* We cannot free any current entry in (*slot) as that struct line_header
11479 may be already used by multiple CUs. Create only temporary decoded
11480 line_header for this CU - it may happen at most once for each line
11481 number information unit. And if we're not using line_header_hash
11482 then this is what we want as well. */
11483 gdb_assert (die->tag != DW_TAG_partial_unit);
527f3840
JK
11484 }
11485 decode_mapping = (die->tag != DW_TAG_partial_unit);
11486 dwarf_decode_lines (cu->line_header, comp_dir, cu, NULL, lowpc,
11487 decode_mapping);
fff8551c 11488
2ab95328
TT
11489}
11490
95554aad 11491/* Process DW_TAG_compile_unit or DW_TAG_partial_unit. */
ae2de4f8 11492
c906108c 11493static void
e7c27a73 11494read_file_scope (struct die_info *die, struct dwarf2_cu *cu)
c906108c 11495{
518817b3
SM
11496 struct dwarf2_per_objfile *dwarf2_per_objfile
11497 = cu->per_cu->dwarf2_per_objfile;
dee91e82 11498 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 11499 struct gdbarch *gdbarch = get_objfile_arch (objfile);
2acceee2 11500 CORE_ADDR lowpc = ((CORE_ADDR) -1);
c906108c
SS
11501 CORE_ADDR highpc = ((CORE_ADDR) 0);
11502 struct attribute *attr;
c906108c 11503 struct die_info *child_die;
e142c38c 11504 CORE_ADDR baseaddr;
6e70227d 11505
380618d6 11506 prepare_one_comp_unit (cu, die, cu->language);
e142c38c 11507 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c 11508
fae299cd 11509 get_scope_pc_bounds (die, &lowpc, &highpc, cu);
c906108c
SS
11510
11511 /* If we didn't find a lowpc, set it to highpc to avoid complaints
11512 from finish_block. */
2acceee2 11513 if (lowpc == ((CORE_ADDR) -1))
c906108c 11514 lowpc = highpc;
3e29f34a 11515 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch, lowpc + baseaddr);
c906108c 11516
d721ba37 11517 file_and_directory fnd = find_file_and_directory (die, cu);
e1024ff1 11518
f4b8a18d
KW
11519 /* The XLCL doesn't generate DW_LANG_OpenCL because this attribute is not
11520 standardised yet. As a workaround for the language detection we fall
11521 back to the DW_AT_producer string. */
11522 if (cu->producer && strstr (cu->producer, "IBM XL C for OpenCL") != NULL)
11523 cu->language = language_opencl;
11524
3019eac3
DE
11525 /* Similar hack for Go. */
11526 if (cu->producer && strstr (cu->producer, "GNU Go ") != NULL)
11527 set_cu_language (DW_LANG_Go, cu);
11528
c24bdb02 11529 cu->start_symtab (fnd.name, fnd.comp_dir, lowpc);
3019eac3
DE
11530
11531 /* Decode line number information if present. We do this before
11532 processing child DIEs, so that the line header table is available
11533 for DW_AT_decl_file. */
d721ba37 11534 handle_DW_AT_stmt_list (die, cu, fnd.comp_dir, lowpc);
3019eac3
DE
11535
11536 /* Process all dies in compilation unit. */
11537 if (die->child != NULL)
11538 {
11539 child_die = die->child;
11540 while (child_die && child_die->tag)
11541 {
11542 process_die (child_die, cu);
11543 child_die = sibling_die (child_die);
11544 }
11545 }
11546
11547 /* Decode macro information, if present. Dwarf 2 macro information
11548 refers to information in the line number info statement program
11549 header, so we can only read it if we've read the header
11550 successfully. */
0af92d60
JK
11551 attr = dwarf2_attr (die, DW_AT_macros, cu);
11552 if (attr == NULL)
11553 attr = dwarf2_attr (die, DW_AT_GNU_macros, cu);
3019eac3
DE
11554 if (attr && cu->line_header)
11555 {
11556 if (dwarf2_attr (die, DW_AT_macro_info, cu))
b98664d3 11557 complaint (_("CU refers to both DW_AT_macros and DW_AT_macro_info"));
3019eac3 11558
43f3e411 11559 dwarf_decode_macros (cu, DW_UNSND (attr), 1);
3019eac3
DE
11560 }
11561 else
11562 {
11563 attr = dwarf2_attr (die, DW_AT_macro_info, cu);
11564 if (attr && cu->line_header)
11565 {
11566 unsigned int macro_offset = DW_UNSND (attr);
11567
43f3e411 11568 dwarf_decode_macros (cu, macro_offset, 0);
3019eac3
DE
11569 }
11570 }
3019eac3
DE
11571}
11572
c24bdb02
KS
11573void
11574dwarf2_cu::setup_type_unit_groups (struct die_info *die)
3019eac3 11575{
f4dc4d17
DE
11576 struct type_unit_group *tu_group;
11577 int first_time;
3019eac3 11578 struct attribute *attr;
9c541725 11579 unsigned int i;
0186c6a7 11580 struct signatured_type *sig_type;
3019eac3 11581
f4dc4d17 11582 gdb_assert (per_cu->is_debug_types);
0186c6a7 11583 sig_type = (struct signatured_type *) per_cu;
3019eac3 11584
c24bdb02 11585 attr = dwarf2_attr (die, DW_AT_stmt_list, this);
3019eac3 11586
f4dc4d17 11587 /* If we're using .gdb_index (includes -readnow) then
74e04d1c 11588 per_cu->type_unit_group may not have been set up yet. */
0186c6a7 11589 if (sig_type->type_unit_group == NULL)
c24bdb02 11590 sig_type->type_unit_group = get_type_unit_group (this, attr);
0186c6a7 11591 tu_group = sig_type->type_unit_group;
f4dc4d17
DE
11592
11593 /* If we've already processed this stmt_list there's no real need to
11594 do it again, we could fake it and just recreate the part we need
11595 (file name,index -> symtab mapping). If data shows this optimization
11596 is useful we can do it then. */
43f3e411 11597 first_time = tu_group->compunit_symtab == NULL;
f4dc4d17
DE
11598
11599 /* We have to handle the case of both a missing DW_AT_stmt_list or bad
11600 debug info. */
fff8551c 11601 line_header_up lh;
f4dc4d17 11602 if (attr != NULL)
3019eac3 11603 {
9c541725 11604 sect_offset line_offset = (sect_offset) DW_UNSND (attr);
c24bdb02 11605 lh = dwarf_decode_line_header (line_offset, this);
f4dc4d17
DE
11606 }
11607 if (lh == NULL)
11608 {
11609 if (first_time)
c24bdb02 11610 start_symtab ("", NULL, 0);
f4dc4d17
DE
11611 else
11612 {
11613 gdb_assert (tu_group->symtabs == NULL);
c24bdb02 11614 gdb_assert (m_builder == nullptr);
804d2729 11615 struct compunit_symtab *cust = tu_group->compunit_symtab;
c24bdb02
KS
11616 m_builder.reset (new struct buildsym_compunit
11617 (COMPUNIT_OBJFILE (cust), "",
11618 COMPUNIT_DIRNAME (cust),
11619 compunit_language (cust),
11620 0, cust));
f4dc4d17 11621 }
f4dc4d17 11622 return;
3019eac3
DE
11623 }
11624
c24bdb02
KS
11625 line_header = lh.release ();
11626 line_header_die_owner = die;
3019eac3 11627
f4dc4d17
DE
11628 if (first_time)
11629 {
c24bdb02 11630 struct compunit_symtab *cust = start_symtab ("", NULL, 0);
3019eac3 11631
1fd60fc0
DE
11632 /* Note: We don't assign tu_group->compunit_symtab yet because we're
11633 still initializing it, and our caller (a few levels up)
11634 process_full_type_unit still needs to know if this is the first
11635 time. */
11636
c24bdb02 11637 tu_group->num_symtabs = line_header->file_names.size ();
4c8aa72d 11638 tu_group->symtabs = XNEWVEC (struct symtab *,
c24bdb02 11639 line_header->file_names.size ());
3019eac3 11640
c24bdb02 11641 for (i = 0; i < line_header->file_names.size (); ++i)
f4dc4d17 11642 {
c24bdb02 11643 file_entry &fe = line_header->file_names[i];
3019eac3 11644
c24bdb02
KS
11645 dwarf2_start_subfile (this, fe.name,
11646 fe.include_dir (line_header));
11647 buildsym_compunit *b = get_builder ();
11648 if (b->get_current_subfile ()->symtab == NULL)
f4dc4d17 11649 {
4c8aa72d
PA
11650 /* NOTE: start_subfile will recognize when it's been
11651 passed a file it has already seen. So we can't
11652 assume there's a simple mapping from
11653 cu->line_header->file_names to subfiles, plus
11654 cu->line_header->file_names may contain dups. */
c24bdb02
KS
11655 b->get_current_subfile ()->symtab
11656 = allocate_symtab (cust, b->get_current_subfile ()->name);
f4dc4d17
DE
11657 }
11658
c24bdb02 11659 fe.symtab = b->get_current_subfile ()->symtab;
8c43009f 11660 tu_group->symtabs[i] = fe.symtab;
f4dc4d17
DE
11661 }
11662 }
11663 else
3019eac3 11664 {
c24bdb02 11665 gdb_assert (m_builder == nullptr);
804d2729 11666 struct compunit_symtab *cust = tu_group->compunit_symtab;
c24bdb02
KS
11667 m_builder.reset (new struct buildsym_compunit
11668 (COMPUNIT_OBJFILE (cust), "",
11669 COMPUNIT_DIRNAME (cust),
11670 compunit_language (cust),
11671 0, cust));
f4dc4d17 11672
c24bdb02 11673 for (i = 0; i < line_header->file_names.size (); ++i)
f4dc4d17 11674 {
c24bdb02 11675 file_entry &fe = line_header->file_names[i];
f4dc4d17 11676
4c8aa72d 11677 fe.symtab = tu_group->symtabs[i];
f4dc4d17 11678 }
3019eac3
DE
11679 }
11680
f4dc4d17
DE
11681 /* The main symtab is allocated last. Type units don't have DW_AT_name
11682 so they don't have a "real" (so to speak) symtab anyway.
11683 There is later code that will assign the main symtab to all symbols
11684 that don't have one. We need to handle the case of a symbol with a
11685 missing symtab (DW_AT_decl_file) anyway. */
11686}
3019eac3 11687
f4dc4d17
DE
11688/* Process DW_TAG_type_unit.
11689 For TUs we want to skip the first top level sibling if it's not the
11690 actual type being defined by this TU. In this case the first top
11691 level sibling is there to provide context only. */
3019eac3 11692
f4dc4d17
DE
11693static void
11694read_type_unit_scope (struct die_info *die, struct dwarf2_cu *cu)
11695{
11696 struct die_info *child_die;
3019eac3 11697
f4dc4d17
DE
11698 prepare_one_comp_unit (cu, die, language_minimal);
11699
11700 /* Initialize (or reinitialize) the machinery for building symtabs.
11701 We do this before processing child DIEs, so that the line header table
11702 is available for DW_AT_decl_file. */
c24bdb02 11703 cu->setup_type_unit_groups (die);
f4dc4d17
DE
11704
11705 if (die->child != NULL)
11706 {
11707 child_die = die->child;
11708 while (child_die && child_die->tag)
11709 {
11710 process_die (child_die, cu);
11711 child_die = sibling_die (child_die);
11712 }
11713 }
3019eac3
DE
11714}
11715\f
80626a55
DE
11716/* DWO/DWP files.
11717
11718 http://gcc.gnu.org/wiki/DebugFission
11719 http://gcc.gnu.org/wiki/DebugFissionDWP
11720
11721 To simplify handling of both DWO files ("object" files with the DWARF info)
11722 and DWP files (a file with the DWOs packaged up into one file), we treat
11723 DWP files as having a collection of virtual DWO files. */
3019eac3
DE
11724
11725static hashval_t
11726hash_dwo_file (const void *item)
11727{
9a3c8263 11728 const struct dwo_file *dwo_file = (const struct dwo_file *) item;
a2ce51a0 11729 hashval_t hash;
3019eac3 11730
a2ce51a0
DE
11731 hash = htab_hash_string (dwo_file->dwo_name);
11732 if (dwo_file->comp_dir != NULL)
11733 hash += htab_hash_string (dwo_file->comp_dir);
11734 return hash;
3019eac3
DE
11735}
11736
11737static int
11738eq_dwo_file (const void *item_lhs, const void *item_rhs)
11739{
9a3c8263
SM
11740 const struct dwo_file *lhs = (const struct dwo_file *) item_lhs;
11741 const struct dwo_file *rhs = (const struct dwo_file *) item_rhs;
3019eac3 11742
a2ce51a0
DE
11743 if (strcmp (lhs->dwo_name, rhs->dwo_name) != 0)
11744 return 0;
11745 if (lhs->comp_dir == NULL || rhs->comp_dir == NULL)
11746 return lhs->comp_dir == rhs->comp_dir;
11747 return strcmp (lhs->comp_dir, rhs->comp_dir) == 0;
3019eac3
DE
11748}
11749
11750/* Allocate a hash table for DWO files. */
11751
51ac9db5 11752static htab_up
ed2dc618 11753allocate_dwo_file_hash_table (struct objfile *objfile)
3019eac3 11754{
51ac9db5
SM
11755 auto delete_dwo_file = [] (void *item)
11756 {
11757 struct dwo_file *dwo_file = (struct dwo_file *) item;
11758
11759 delete dwo_file;
11760 };
11761
11762 return htab_up (htab_create_alloc_ex (41,
11763 hash_dwo_file,
11764 eq_dwo_file,
11765 delete_dwo_file,
11766 &objfile->objfile_obstack,
11767 hashtab_obstack_allocate,
11768 dummy_obstack_deallocate));
3019eac3
DE
11769}
11770
80626a55
DE
11771/* Lookup DWO file DWO_NAME. */
11772
11773static void **
ed2dc618
SM
11774lookup_dwo_file_slot (struct dwarf2_per_objfile *dwarf2_per_objfile,
11775 const char *dwo_name,
11776 const char *comp_dir)
80626a55
DE
11777{
11778 struct dwo_file find_entry;
11779 void **slot;
11780
11781 if (dwarf2_per_objfile->dwo_files == NULL)
ed2dc618
SM
11782 dwarf2_per_objfile->dwo_files
11783 = allocate_dwo_file_hash_table (dwarf2_per_objfile->objfile);
80626a55 11784
0ac5b59e
DE
11785 find_entry.dwo_name = dwo_name;
11786 find_entry.comp_dir = comp_dir;
51ac9db5
SM
11787 slot = htab_find_slot (dwarf2_per_objfile->dwo_files.get (), &find_entry,
11788 INSERT);
80626a55
DE
11789
11790 return slot;
11791}
11792
3019eac3
DE
11793static hashval_t
11794hash_dwo_unit (const void *item)
11795{
9a3c8263 11796 const struct dwo_unit *dwo_unit = (const struct dwo_unit *) item;
3019eac3
DE
11797
11798 /* This drops the top 32 bits of the id, but is ok for a hash. */
11799 return dwo_unit->signature;
11800}
11801
11802static int
11803eq_dwo_unit (const void *item_lhs, const void *item_rhs)
11804{
9a3c8263
SM
11805 const struct dwo_unit *lhs = (const struct dwo_unit *) item_lhs;
11806 const struct dwo_unit *rhs = (const struct dwo_unit *) item_rhs;
3019eac3
DE
11807
11808 /* The signature is assumed to be unique within the DWO file.
11809 So while object file CU dwo_id's always have the value zero,
11810 that's OK, assuming each object file DWO file has only one CU,
11811 and that's the rule for now. */
11812 return lhs->signature == rhs->signature;
11813}
11814
11815/* Allocate a hash table for DWO CUs,TUs.
11816 There is one of these tables for each of CUs,TUs for each DWO file. */
11817
11818static htab_t
11819allocate_dwo_unit_table (struct objfile *objfile)
11820{
11821 /* Start out with a pretty small number.
11822 Generally DWO files contain only one CU and maybe some TUs. */
11823 return htab_create_alloc_ex (3,
11824 hash_dwo_unit,
11825 eq_dwo_unit,
11826 NULL,
11827 &objfile->objfile_obstack,
11828 hashtab_obstack_allocate,
11829 dummy_obstack_deallocate);
11830}
11831
80626a55 11832/* Structure used to pass data to create_dwo_debug_info_hash_table_reader. */
3019eac3 11833
19c3d4c9 11834struct create_dwo_cu_data
3019eac3
DE
11835{
11836 struct dwo_file *dwo_file;
19c3d4c9 11837 struct dwo_unit dwo_unit;
3019eac3
DE
11838};
11839
19c3d4c9 11840/* die_reader_func for create_dwo_cu. */
3019eac3
DE
11841
11842static void
19c3d4c9
DE
11843create_dwo_cu_reader (const struct die_reader_specs *reader,
11844 const gdb_byte *info_ptr,
11845 struct die_info *comp_unit_die,
11846 int has_children,
11847 void *datap)
3019eac3
DE
11848{
11849 struct dwarf2_cu *cu = reader->cu;
9c541725 11850 sect_offset sect_off = cu->per_cu->sect_off;
8a0459fd 11851 struct dwarf2_section_info *section = cu->per_cu->section;
9a3c8263 11852 struct create_dwo_cu_data *data = (struct create_dwo_cu_data *) datap;
3019eac3 11853 struct dwo_file *dwo_file = data->dwo_file;
19c3d4c9 11854 struct dwo_unit *dwo_unit = &data->dwo_unit;
3019eac3 11855 struct attribute *attr;
3019eac3
DE
11856
11857 attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_id, cu);
11858 if (attr == NULL)
11859 {
b98664d3 11860 complaint (_("Dwarf Error: debug entry at offset %s is missing"
19c3d4c9 11861 " its dwo_id [in module %s]"),
9d8780f0 11862 sect_offset_str (sect_off), dwo_file->dwo_name);
3019eac3
DE
11863 return;
11864 }
11865
3019eac3
DE
11866 dwo_unit->dwo_file = dwo_file;
11867 dwo_unit->signature = DW_UNSND (attr);
8a0459fd 11868 dwo_unit->section = section;
9c541725 11869 dwo_unit->sect_off = sect_off;
3019eac3
DE
11870 dwo_unit->length = cu->per_cu->length;
11871
b4f54984 11872 if (dwarf_read_debug)
9d8780f0
SM
11873 fprintf_unfiltered (gdb_stdlog, " offset %s, dwo_id %s\n",
11874 sect_offset_str (sect_off),
9c541725 11875 hex_string (dwo_unit->signature));
3019eac3
DE
11876}
11877
33c5cd75 11878/* Create the dwo_units for the CUs in a DWO_FILE.
19c3d4c9 11879 Note: This function processes DWO files only, not DWP files. */
3019eac3 11880
33c5cd75 11881static void
ed2dc618
SM
11882create_cus_hash_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
11883 struct dwo_file &dwo_file, dwarf2_section_info &section,
33c5cd75 11884 htab_t &cus_htab)
3019eac3
DE
11885{
11886 struct objfile *objfile = dwarf2_per_objfile->objfile;
d521ce57 11887 const gdb_byte *info_ptr, *end_ptr;
3019eac3 11888
33c5cd75
DB
11889 dwarf2_read_section (objfile, &section);
11890 info_ptr = section.buffer;
3019eac3
DE
11891
11892 if (info_ptr == NULL)
33c5cd75 11893 return;
3019eac3 11894
b4f54984 11895 if (dwarf_read_debug)
19c3d4c9
DE
11896 {
11897 fprintf_unfiltered (gdb_stdlog, "Reading %s for %s:\n",
33c5cd75
DB
11898 get_section_name (&section),
11899 get_section_file_name (&section));
19c3d4c9 11900 }
3019eac3 11901
33c5cd75 11902 end_ptr = info_ptr + section.size;
3019eac3
DE
11903 while (info_ptr < end_ptr)
11904 {
11905 struct dwarf2_per_cu_data per_cu;
33c5cd75
DB
11906 struct create_dwo_cu_data create_dwo_cu_data;
11907 struct dwo_unit *dwo_unit;
11908 void **slot;
11909 sect_offset sect_off = (sect_offset) (info_ptr - section.buffer);
3019eac3 11910
19c3d4c9
DE
11911 memset (&create_dwo_cu_data.dwo_unit, 0,
11912 sizeof (create_dwo_cu_data.dwo_unit));
3019eac3 11913 memset (&per_cu, 0, sizeof (per_cu));
e3b94546 11914 per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
3019eac3 11915 per_cu.is_debug_types = 0;
33c5cd75
DB
11916 per_cu.sect_off = sect_offset (info_ptr - section.buffer);
11917 per_cu.section = &section;
c5ed0576 11918 create_dwo_cu_data.dwo_file = &dwo_file;
33c5cd75
DB
11919
11920 init_cutu_and_read_dies_no_follow (
11921 &per_cu, &dwo_file, create_dwo_cu_reader, &create_dwo_cu_data);
11922 info_ptr += per_cu.length;
11923
11924 // If the unit could not be parsed, skip it.
11925 if (create_dwo_cu_data.dwo_unit.dwo_file == NULL)
11926 continue;
3019eac3 11927
33c5cd75
DB
11928 if (cus_htab == NULL)
11929 cus_htab = allocate_dwo_unit_table (objfile);
19c3d4c9 11930
33c5cd75
DB
11931 dwo_unit = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_unit);
11932 *dwo_unit = create_dwo_cu_data.dwo_unit;
11933 slot = htab_find_slot (cus_htab, dwo_unit, INSERT);
11934 gdb_assert (slot != NULL);
11935 if (*slot != NULL)
19c3d4c9 11936 {
33c5cd75
DB
11937 const struct dwo_unit *dup_cu = (const struct dwo_unit *)*slot;
11938 sect_offset dup_sect_off = dup_cu->sect_off;
19c3d4c9 11939
b98664d3 11940 complaint (_("debug cu entry at offset %s is duplicate to"
9d8780f0
SM
11941 " the entry at offset %s, signature %s"),
11942 sect_offset_str (sect_off), sect_offset_str (dup_sect_off),
33c5cd75 11943 hex_string (dwo_unit->signature));
19c3d4c9 11944 }
33c5cd75 11945 *slot = (void *)dwo_unit;
3019eac3 11946 }
3019eac3
DE
11947}
11948
80626a55
DE
11949/* DWP file .debug_{cu,tu}_index section format:
11950 [ref: http://gcc.gnu.org/wiki/DebugFissionDWP]
11951
d2415c6c
DE
11952 DWP Version 1:
11953
80626a55
DE
11954 Both index sections have the same format, and serve to map a 64-bit
11955 signature to a set of section numbers. Each section begins with a header,
11956 followed by a hash table of 64-bit signatures, a parallel table of 32-bit
11957 indexes, and a pool of 32-bit section numbers. The index sections will be
11958 aligned at 8-byte boundaries in the file.
11959
d2415c6c
DE
11960 The index section header consists of:
11961
11962 V, 32 bit version number
11963 -, 32 bits unused
11964 N, 32 bit number of compilation units or type units in the index
11965 M, 32 bit number of slots in the hash table
80626a55 11966
d2415c6c 11967 Numbers are recorded using the byte order of the application binary.
80626a55 11968
d2415c6c
DE
11969 The hash table begins at offset 16 in the section, and consists of an array
11970 of M 64-bit slots. Each slot contains a 64-bit signature (using the byte
11971 order of the application binary). Unused slots in the hash table are 0.
11972 (We rely on the extreme unlikeliness of a signature being exactly 0.)
80626a55 11973
d2415c6c
DE
11974 The parallel table begins immediately after the hash table
11975 (at offset 16 + 8 * M from the beginning of the section), and consists of an
11976 array of 32-bit indexes (using the byte order of the application binary),
11977 corresponding 1-1 with slots in the hash table. Each entry in the parallel
11978 table contains a 32-bit index into the pool of section numbers. For unused
11979 hash table slots, the corresponding entry in the parallel table will be 0.
80626a55 11980
73869dc2
DE
11981 The pool of section numbers begins immediately following the hash table
11982 (at offset 16 + 12 * M from the beginning of the section). The pool of
11983 section numbers consists of an array of 32-bit words (using the byte order
11984 of the application binary). Each item in the array is indexed starting
11985 from 0. The hash table entry provides the index of the first section
11986 number in the set. Additional section numbers in the set follow, and the
11987 set is terminated by a 0 entry (section number 0 is not used in ELF).
11988
11989 In each set of section numbers, the .debug_info.dwo or .debug_types.dwo
11990 section must be the first entry in the set, and the .debug_abbrev.dwo must
11991 be the second entry. Other members of the set may follow in any order.
11992
11993 ---
11994
11995 DWP Version 2:
11996
11997 DWP Version 2 combines all the .debug_info, etc. sections into one,
11998 and the entries in the index tables are now offsets into these sections.
11999 CU offsets begin at 0. TU offsets begin at the size of the .debug_info
12000 section.
12001
12002 Index Section Contents:
12003 Header
12004 Hash Table of Signatures dwp_hash_table.hash_table
12005 Parallel Table of Indices dwp_hash_table.unit_table
12006 Table of Section Offsets dwp_hash_table.v2.{section_ids,offsets}
12007 Table of Section Sizes dwp_hash_table.v2.sizes
12008
12009 The index section header consists of:
12010
12011 V, 32 bit version number
12012 L, 32 bit number of columns in the table of section offsets
12013 N, 32 bit number of compilation units or type units in the index
12014 M, 32 bit number of slots in the hash table
12015
12016 Numbers are recorded using the byte order of the application binary.
12017
12018 The hash table has the same format as version 1.
12019 The parallel table of indices has the same format as version 1,
12020 except that the entries are origin-1 indices into the table of sections
12021 offsets and the table of section sizes.
12022
12023 The table of offsets begins immediately following the parallel table
12024 (at offset 16 + 12 * M from the beginning of the section). The table is
12025 a two-dimensional array of 32-bit words (using the byte order of the
12026 application binary), with L columns and N+1 rows, in row-major order.
12027 Each row in the array is indexed starting from 0. The first row provides
12028 a key to the remaining rows: each column in this row provides an identifier
12029 for a debug section, and the offsets in the same column of subsequent rows
12030 refer to that section. The section identifiers are:
12031
12032 DW_SECT_INFO 1 .debug_info.dwo
12033 DW_SECT_TYPES 2 .debug_types.dwo
12034 DW_SECT_ABBREV 3 .debug_abbrev.dwo
12035 DW_SECT_LINE 4 .debug_line.dwo
12036 DW_SECT_LOC 5 .debug_loc.dwo
12037 DW_SECT_STR_OFFSETS 6 .debug_str_offsets.dwo
12038 DW_SECT_MACINFO 7 .debug_macinfo.dwo
12039 DW_SECT_MACRO 8 .debug_macro.dwo
12040
12041 The offsets provided by the CU and TU index sections are the base offsets
12042 for the contributions made by each CU or TU to the corresponding section
12043 in the package file. Each CU and TU header contains an abbrev_offset
12044 field, used to find the abbreviations table for that CU or TU within the
12045 contribution to the .debug_abbrev.dwo section for that CU or TU, and should
12046 be interpreted as relative to the base offset given in the index section.
12047 Likewise, offsets into .debug_line.dwo from DW_AT_stmt_list attributes
12048 should be interpreted as relative to the base offset for .debug_line.dwo,
12049 and offsets into other debug sections obtained from DWARF attributes should
12050 also be interpreted as relative to the corresponding base offset.
12051
12052 The table of sizes begins immediately following the table of offsets.
12053 Like the table of offsets, it is a two-dimensional array of 32-bit words,
12054 with L columns and N rows, in row-major order. Each row in the array is
12055 indexed starting from 1 (row 0 is shared by the two tables).
12056
12057 ---
12058
12059 Hash table lookup is handled the same in version 1 and 2:
12060
12061 We assume that N and M will not exceed 2^32 - 1.
12062 The size of the hash table, M, must be 2^k such that 2^k > 3*N/2.
12063
d2415c6c
DE
12064 Given a 64-bit compilation unit signature or a type signature S, an entry
12065 in the hash table is located as follows:
80626a55 12066
d2415c6c
DE
12067 1) Calculate a primary hash H = S & MASK(k), where MASK(k) is a mask with
12068 the low-order k bits all set to 1.
80626a55 12069
d2415c6c 12070 2) Calculate a secondary hash H' = (((S >> 32) & MASK(k)) | 1).
80626a55 12071
d2415c6c
DE
12072 3) If the hash table entry at index H matches the signature, use that
12073 entry. If the hash table entry at index H is unused (all zeroes),
12074 terminate the search: the signature is not present in the table.
80626a55 12075
d2415c6c 12076 4) Let H = (H + H') modulo M. Repeat at Step 3.
80626a55 12077
d2415c6c 12078 Because M > N and H' and M are relatively prime, the search is guaranteed
73869dc2 12079 to stop at an unused slot or find the match. */
80626a55
DE
12080
12081/* Create a hash table to map DWO IDs to their CU/TU entry in
12082 .debug_{info,types}.dwo in DWP_FILE.
12083 Returns NULL if there isn't one.
12084 Note: This function processes DWP files only, not DWO files. */
12085
12086static struct dwp_hash_table *
ed2dc618
SM
12087create_dwp_hash_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
12088 struct dwp_file *dwp_file, int is_debug_types)
80626a55
DE
12089{
12090 struct objfile *objfile = dwarf2_per_objfile->objfile;
400174b1 12091 bfd *dbfd = dwp_file->dbfd.get ();
948f8e3d 12092 const gdb_byte *index_ptr, *index_end;
80626a55 12093 struct dwarf2_section_info *index;
73869dc2 12094 uint32_t version, nr_columns, nr_units, nr_slots;
80626a55
DE
12095 struct dwp_hash_table *htab;
12096
12097 if (is_debug_types)
12098 index = &dwp_file->sections.tu_index;
12099 else
12100 index = &dwp_file->sections.cu_index;
12101
12102 if (dwarf2_section_empty_p (index))
12103 return NULL;
12104 dwarf2_read_section (objfile, index);
12105
12106 index_ptr = index->buffer;
12107 index_end = index_ptr + index->size;
12108
12109 version = read_4_bytes (dbfd, index_ptr);
73869dc2
DE
12110 index_ptr += 4;
12111 if (version == 2)
12112 nr_columns = read_4_bytes (dbfd, index_ptr);
12113 else
12114 nr_columns = 0;
12115 index_ptr += 4;
80626a55
DE
12116 nr_units = read_4_bytes (dbfd, index_ptr);
12117 index_ptr += 4;
12118 nr_slots = read_4_bytes (dbfd, index_ptr);
12119 index_ptr += 4;
12120
73869dc2 12121 if (version != 1 && version != 2)
80626a55 12122 {
21aa081e 12123 error (_("Dwarf Error: unsupported DWP file version (%s)"
80626a55 12124 " [in module %s]"),
21aa081e 12125 pulongest (version), dwp_file->name);
80626a55
DE
12126 }
12127 if (nr_slots != (nr_slots & -nr_slots))
12128 {
21aa081e 12129 error (_("Dwarf Error: number of slots in DWP hash table (%s)"
80626a55 12130 " is not power of 2 [in module %s]"),
21aa081e 12131 pulongest (nr_slots), dwp_file->name);
80626a55
DE
12132 }
12133
12134 htab = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwp_hash_table);
73869dc2
DE
12135 htab->version = version;
12136 htab->nr_columns = nr_columns;
80626a55
DE
12137 htab->nr_units = nr_units;
12138 htab->nr_slots = nr_slots;
12139 htab->hash_table = index_ptr;
12140 htab->unit_table = htab->hash_table + sizeof (uint64_t) * nr_slots;
73869dc2
DE
12141
12142 /* Exit early if the table is empty. */
12143 if (nr_slots == 0 || nr_units == 0
12144 || (version == 2 && nr_columns == 0))
12145 {
12146 /* All must be zero. */
12147 if (nr_slots != 0 || nr_units != 0
12148 || (version == 2 && nr_columns != 0))
12149 {
b98664d3 12150 complaint (_("Empty DWP but nr_slots,nr_units,nr_columns not"
73869dc2
DE
12151 " all zero [in modules %s]"),
12152 dwp_file->name);
12153 }
12154 return htab;
12155 }
12156
12157 if (version == 1)
12158 {
12159 htab->section_pool.v1.indices =
12160 htab->unit_table + sizeof (uint32_t) * nr_slots;
12161 /* It's harder to decide whether the section is too small in v1.
12162 V1 is deprecated anyway so we punt. */
12163 }
12164 else
12165 {
12166 const gdb_byte *ids_ptr = htab->unit_table + sizeof (uint32_t) * nr_slots;
12167 int *ids = htab->section_pool.v2.section_ids;
04fd5eed 12168 size_t sizeof_ids = sizeof (htab->section_pool.v2.section_ids);
73869dc2
DE
12169 /* Reverse map for error checking. */
12170 int ids_seen[DW_SECT_MAX + 1];
12171 int i;
12172
12173 if (nr_columns < 2)
12174 {
12175 error (_("Dwarf Error: bad DWP hash table, too few columns"
12176 " in section table [in module %s]"),
12177 dwp_file->name);
12178 }
12179 if (nr_columns > MAX_NR_V2_DWO_SECTIONS)
12180 {
12181 error (_("Dwarf Error: bad DWP hash table, too many columns"
12182 " in section table [in module %s]"),
12183 dwp_file->name);
12184 }
04fd5eed
GB
12185 memset (ids, 255, sizeof_ids);
12186 memset (ids_seen, 255, sizeof (ids_seen));
73869dc2
DE
12187 for (i = 0; i < nr_columns; ++i)
12188 {
12189 int id = read_4_bytes (dbfd, ids_ptr + i * sizeof (uint32_t));
12190
12191 if (id < DW_SECT_MIN || id > DW_SECT_MAX)
12192 {
12193 error (_("Dwarf Error: bad DWP hash table, bad section id %d"
12194 " in section table [in module %s]"),
12195 id, dwp_file->name);
12196 }
12197 if (ids_seen[id] != -1)
12198 {
12199 error (_("Dwarf Error: bad DWP hash table, duplicate section"
12200 " id %d in section table [in module %s]"),
12201 id, dwp_file->name);
12202 }
12203 ids_seen[id] = i;
12204 ids[i] = id;
12205 }
12206 /* Must have exactly one info or types section. */
12207 if (((ids_seen[DW_SECT_INFO] != -1)
12208 + (ids_seen[DW_SECT_TYPES] != -1))
12209 != 1)
12210 {
12211 error (_("Dwarf Error: bad DWP hash table, missing/duplicate"
12212 " DWO info/types section [in module %s]"),
12213 dwp_file->name);
12214 }
12215 /* Must have an abbrev section. */
12216 if (ids_seen[DW_SECT_ABBREV] == -1)
12217 {
12218 error (_("Dwarf Error: bad DWP hash table, missing DWO abbrev"
12219 " section [in module %s]"),
12220 dwp_file->name);
12221 }
12222 htab->section_pool.v2.offsets = ids_ptr + sizeof (uint32_t) * nr_columns;
12223 htab->section_pool.v2.sizes =
12224 htab->section_pool.v2.offsets + (sizeof (uint32_t)
12225 * nr_units * nr_columns);
12226 if ((htab->section_pool.v2.sizes + (sizeof (uint32_t)
12227 * nr_units * nr_columns))
12228 > index_end)
12229 {
12230 error (_("Dwarf Error: DWP index section is corrupt (too small)"
12231 " [in module %s]"),
12232 dwp_file->name);
12233 }
12234 }
80626a55
DE
12235
12236 return htab;
12237}
12238
12239/* Update SECTIONS with the data from SECTP.
12240
12241 This function is like the other "locate" section routines that are
12242 passed to bfd_map_over_sections, but in this context the sections to
73869dc2 12243 read comes from the DWP V1 hash table, not the full ELF section table.
80626a55
DE
12244
12245 The result is non-zero for success, or zero if an error was found. */
12246
12247static int
73869dc2
DE
12248locate_v1_virtual_dwo_sections (asection *sectp,
12249 struct virtual_v1_dwo_sections *sections)
80626a55
DE
12250{
12251 const struct dwop_section_names *names = &dwop_section_names;
12252
12253 if (section_is_p (sectp->name, &names->abbrev_dwo))
12254 {
12255 /* There can be only one. */
049412e3 12256 if (sections->abbrev.s.section != NULL)
80626a55 12257 return 0;
049412e3 12258 sections->abbrev.s.section = sectp;
80626a55
DE
12259 sections->abbrev.size = bfd_get_section_size (sectp);
12260 }
12261 else if (section_is_p (sectp->name, &names->info_dwo)
12262 || section_is_p (sectp->name, &names->types_dwo))
12263 {
12264 /* There can be only one. */
049412e3 12265 if (sections->info_or_types.s.section != NULL)
80626a55 12266 return 0;
049412e3 12267 sections->info_or_types.s.section = sectp;
80626a55
DE
12268 sections->info_or_types.size = bfd_get_section_size (sectp);
12269 }
12270 else if (section_is_p (sectp->name, &names->line_dwo))
12271 {
12272 /* There can be only one. */
049412e3 12273 if (sections->line.s.section != NULL)
80626a55 12274 return 0;
049412e3 12275 sections->line.s.section = sectp;
80626a55
DE
12276 sections->line.size = bfd_get_section_size (sectp);
12277 }
12278 else if (section_is_p (sectp->name, &names->loc_dwo))
12279 {
12280 /* There can be only one. */
049412e3 12281 if (sections->loc.s.section != NULL)
80626a55 12282 return 0;
049412e3 12283 sections->loc.s.section = sectp;
80626a55
DE
12284 sections->loc.size = bfd_get_section_size (sectp);
12285 }
12286 else if (section_is_p (sectp->name, &names->macinfo_dwo))
12287 {
12288 /* There can be only one. */
049412e3 12289 if (sections->macinfo.s.section != NULL)
80626a55 12290 return 0;
049412e3 12291 sections->macinfo.s.section = sectp;
80626a55
DE
12292 sections->macinfo.size = bfd_get_section_size (sectp);
12293 }
12294 else if (section_is_p (sectp->name, &names->macro_dwo))
12295 {
12296 /* There can be only one. */
049412e3 12297 if (sections->macro.s.section != NULL)
80626a55 12298 return 0;
049412e3 12299 sections->macro.s.section = sectp;
80626a55
DE
12300 sections->macro.size = bfd_get_section_size (sectp);
12301 }
12302 else if (section_is_p (sectp->name, &names->str_offsets_dwo))
12303 {
12304 /* There can be only one. */
049412e3 12305 if (sections->str_offsets.s.section != NULL)
80626a55 12306 return 0;
049412e3 12307 sections->str_offsets.s.section = sectp;
80626a55
DE
12308 sections->str_offsets.size = bfd_get_section_size (sectp);
12309 }
12310 else
12311 {
12312 /* No other kind of section is valid. */
12313 return 0;
12314 }
12315
12316 return 1;
12317}
12318
73869dc2
DE
12319/* Create a dwo_unit object for the DWO unit with signature SIGNATURE.
12320 UNIT_INDEX is the index of the DWO unit in the DWP hash table.
12321 COMP_DIR is the DW_AT_comp_dir attribute of the referencing CU.
12322 This is for DWP version 1 files. */
80626a55
DE
12323
12324static struct dwo_unit *
ed2dc618
SM
12325create_dwo_unit_in_dwp_v1 (struct dwarf2_per_objfile *dwarf2_per_objfile,
12326 struct dwp_file *dwp_file,
73869dc2
DE
12327 uint32_t unit_index,
12328 const char *comp_dir,
12329 ULONGEST signature, int is_debug_types)
80626a55
DE
12330{
12331 struct objfile *objfile = dwarf2_per_objfile->objfile;
73869dc2
DE
12332 const struct dwp_hash_table *dwp_htab =
12333 is_debug_types ? dwp_file->tus : dwp_file->cus;
400174b1 12334 bfd *dbfd = dwp_file->dbfd.get ();
80626a55
DE
12335 const char *kind = is_debug_types ? "TU" : "CU";
12336 struct dwo_file *dwo_file;
12337 struct dwo_unit *dwo_unit;
73869dc2 12338 struct virtual_v1_dwo_sections sections;
80626a55 12339 void **dwo_file_slot;
80626a55
DE
12340 int i;
12341
73869dc2
DE
12342 gdb_assert (dwp_file->version == 1);
12343
b4f54984 12344 if (dwarf_read_debug)
80626a55 12345 {
73869dc2 12346 fprintf_unfiltered (gdb_stdlog, "Reading %s %s/%s in DWP V1 file: %s\n",
80626a55 12347 kind,
73869dc2 12348 pulongest (unit_index), hex_string (signature),
80626a55
DE
12349 dwp_file->name);
12350 }
12351
19ac8c2e 12352 /* Fetch the sections of this DWO unit.
80626a55
DE
12353 Put a limit on the number of sections we look for so that bad data
12354 doesn't cause us to loop forever. */
12355
73869dc2 12356#define MAX_NR_V1_DWO_SECTIONS \
80626a55
DE
12357 (1 /* .debug_info or .debug_types */ \
12358 + 1 /* .debug_abbrev */ \
12359 + 1 /* .debug_line */ \
12360 + 1 /* .debug_loc */ \
12361 + 1 /* .debug_str_offsets */ \
19ac8c2e 12362 + 1 /* .debug_macro or .debug_macinfo */ \
80626a55
DE
12363 + 1 /* trailing zero */)
12364
12365 memset (&sections, 0, sizeof (sections));
80626a55 12366
73869dc2 12367 for (i = 0; i < MAX_NR_V1_DWO_SECTIONS; ++i)
80626a55
DE
12368 {
12369 asection *sectp;
12370 uint32_t section_nr =
12371 read_4_bytes (dbfd,
73869dc2
DE
12372 dwp_htab->section_pool.v1.indices
12373 + (unit_index + i) * sizeof (uint32_t));
80626a55
DE
12374
12375 if (section_nr == 0)
12376 break;
12377 if (section_nr >= dwp_file->num_sections)
12378 {
12379 error (_("Dwarf Error: bad DWP hash table, section number too large"
12380 " [in module %s]"),
12381 dwp_file->name);
12382 }
12383
12384 sectp = dwp_file->elf_sections[section_nr];
73869dc2 12385 if (! locate_v1_virtual_dwo_sections (sectp, &sections))
80626a55
DE
12386 {
12387 error (_("Dwarf Error: bad DWP hash table, invalid section found"
12388 " [in module %s]"),
12389 dwp_file->name);
12390 }
12391 }
12392
12393 if (i < 2
a32a8923
DE
12394 || dwarf2_section_empty_p (&sections.info_or_types)
12395 || dwarf2_section_empty_p (&sections.abbrev))
80626a55
DE
12396 {
12397 error (_("Dwarf Error: bad DWP hash table, missing DWO sections"
12398 " [in module %s]"),
12399 dwp_file->name);
12400 }
73869dc2 12401 if (i == MAX_NR_V1_DWO_SECTIONS)
80626a55
DE
12402 {
12403 error (_("Dwarf Error: bad DWP hash table, too many DWO sections"
12404 " [in module %s]"),
12405 dwp_file->name);
12406 }
12407
12408 /* It's easier for the rest of the code if we fake a struct dwo_file and
12409 have dwo_unit "live" in that. At least for now.
12410
12411 The DWP file can be made up of a random collection of CUs and TUs.
c766f7ec 12412 However, for each CU + set of TUs that came from the same original DWO
57d63ce2
DE
12413 file, we can combine them back into a virtual DWO file to save space
12414 (fewer struct dwo_file objects to allocate). Remember that for really
80626a55
DE
12415 large apps there can be on the order of 8K CUs and 200K TUs, or more. */
12416
791afaa2
TT
12417 std::string virtual_dwo_name =
12418 string_printf ("virtual-dwo/%d-%d-%d-%d",
12419 get_section_id (&sections.abbrev),
12420 get_section_id (&sections.line),
12421 get_section_id (&sections.loc),
12422 get_section_id (&sections.str_offsets));
80626a55 12423 /* Can we use an existing virtual DWO file? */
ed2dc618
SM
12424 dwo_file_slot = lookup_dwo_file_slot (dwarf2_per_objfile,
12425 virtual_dwo_name.c_str (),
12426 comp_dir);
80626a55
DE
12427 /* Create one if necessary. */
12428 if (*dwo_file_slot == NULL)
12429 {
b4f54984 12430 if (dwarf_read_debug)
80626a55
DE
12431 {
12432 fprintf_unfiltered (gdb_stdlog, "Creating virtual DWO: %s\n",
791afaa2 12433 virtual_dwo_name.c_str ());
80626a55 12434 }
51ac9db5 12435 dwo_file = new struct dwo_file;
224c3ddb
SM
12436 dwo_file->dwo_name
12437 = (const char *) obstack_copy0 (&objfile->objfile_obstack,
791afaa2
TT
12438 virtual_dwo_name.c_str (),
12439 virtual_dwo_name.size ());
0ac5b59e 12440 dwo_file->comp_dir = comp_dir;
80626a55
DE
12441 dwo_file->sections.abbrev = sections.abbrev;
12442 dwo_file->sections.line = sections.line;
12443 dwo_file->sections.loc = sections.loc;
12444 dwo_file->sections.macinfo = sections.macinfo;
12445 dwo_file->sections.macro = sections.macro;
12446 dwo_file->sections.str_offsets = sections.str_offsets;
12447 /* The "str" section is global to the entire DWP file. */
12448 dwo_file->sections.str = dwp_file->sections.str;
57d63ce2 12449 /* The info or types section is assigned below to dwo_unit,
80626a55
DE
12450 there's no need to record it in dwo_file.
12451 Also, we can't simply record type sections in dwo_file because
12452 we record a pointer into the vector in dwo_unit. As we collect more
12453 types we'll grow the vector and eventually have to reallocate space
57d63ce2
DE
12454 for it, invalidating all copies of pointers into the previous
12455 contents. */
80626a55
DE
12456 *dwo_file_slot = dwo_file;
12457 }
12458 else
12459 {
b4f54984 12460 if (dwarf_read_debug)
80626a55
DE
12461 {
12462 fprintf_unfiltered (gdb_stdlog, "Using existing virtual DWO: %s\n",
791afaa2 12463 virtual_dwo_name.c_str ());
80626a55 12464 }
9a3c8263 12465 dwo_file = (struct dwo_file *) *dwo_file_slot;
80626a55 12466 }
80626a55
DE
12467
12468 dwo_unit = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_unit);
12469 dwo_unit->dwo_file = dwo_file;
12470 dwo_unit->signature = signature;
8d749320
SM
12471 dwo_unit->section =
12472 XOBNEW (&objfile->objfile_obstack, struct dwarf2_section_info);
8a0459fd 12473 *dwo_unit->section = sections.info_or_types;
57d63ce2 12474 /* dwo_unit->{offset,length,type_offset_in_tu} are set later. */
80626a55
DE
12475
12476 return dwo_unit;
12477}
12478
73869dc2
DE
12479/* Subroutine of create_dwo_unit_in_dwp_v2 to simplify it.
12480 Given a pointer to the containing section SECTION, and OFFSET,SIZE of the
12481 piece within that section used by a TU/CU, return a virtual section
12482 of just that piece. */
12483
12484static struct dwarf2_section_info
ed2dc618
SM
12485create_dwp_v2_section (struct dwarf2_per_objfile *dwarf2_per_objfile,
12486 struct dwarf2_section_info *section,
73869dc2
DE
12487 bfd_size_type offset, bfd_size_type size)
12488{
12489 struct dwarf2_section_info result;
12490 asection *sectp;
12491
12492 gdb_assert (section != NULL);
12493 gdb_assert (!section->is_virtual);
12494
12495 memset (&result, 0, sizeof (result));
12496 result.s.containing_section = section;
dc4ccb6f 12497 result.is_virtual = true;
73869dc2
DE
12498
12499 if (size == 0)
12500 return result;
12501
12502 sectp = get_section_bfd_section (section);
12503
12504 /* Flag an error if the piece denoted by OFFSET,SIZE is outside the
12505 bounds of the real section. This is a pretty-rare event, so just
12506 flag an error (easier) instead of a warning and trying to cope. */
12507 if (sectp == NULL
12508 || offset + size > bfd_get_section_size (sectp))
12509 {
73869dc2
DE
12510 error (_("Dwarf Error: Bad DWP V2 section info, doesn't fit"
12511 " in section %s [in module %s]"),
12512 sectp ? bfd_section_name (abfd, sectp) : "<unknown>",
12513 objfile_name (dwarf2_per_objfile->objfile));
12514 }
12515
12516 result.virtual_offset = offset;
12517 result.size = size;
12518 return result;
12519}
12520
12521/* Create a dwo_unit object for the DWO unit with signature SIGNATURE.
12522 UNIT_INDEX is the index of the DWO unit in the DWP hash table.
12523 COMP_DIR is the DW_AT_comp_dir attribute of the referencing CU.
12524 This is for DWP version 2 files. */
12525
12526static struct dwo_unit *
ed2dc618
SM
12527create_dwo_unit_in_dwp_v2 (struct dwarf2_per_objfile *dwarf2_per_objfile,
12528 struct dwp_file *dwp_file,
73869dc2
DE
12529 uint32_t unit_index,
12530 const char *comp_dir,
12531 ULONGEST signature, int is_debug_types)
12532{
12533 struct objfile *objfile = dwarf2_per_objfile->objfile;
12534 const struct dwp_hash_table *dwp_htab =
12535 is_debug_types ? dwp_file->tus : dwp_file->cus;
400174b1 12536 bfd *dbfd = dwp_file->dbfd.get ();
73869dc2
DE
12537 const char *kind = is_debug_types ? "TU" : "CU";
12538 struct dwo_file *dwo_file;
12539 struct dwo_unit *dwo_unit;
12540 struct virtual_v2_dwo_sections sections;
12541 void **dwo_file_slot;
73869dc2
DE
12542 int i;
12543
12544 gdb_assert (dwp_file->version == 2);
12545
b4f54984 12546 if (dwarf_read_debug)
73869dc2
DE
12547 {
12548 fprintf_unfiltered (gdb_stdlog, "Reading %s %s/%s in DWP V2 file: %s\n",
12549 kind,
12550 pulongest (unit_index), hex_string (signature),
12551 dwp_file->name);
12552 }
12553
12554 /* Fetch the section offsets of this DWO unit. */
12555
12556 memset (&sections, 0, sizeof (sections));
73869dc2
DE
12557
12558 for (i = 0; i < dwp_htab->nr_columns; ++i)
12559 {
12560 uint32_t offset = read_4_bytes (dbfd,
12561 dwp_htab->section_pool.v2.offsets
12562 + (((unit_index - 1) * dwp_htab->nr_columns
12563 + i)
12564 * sizeof (uint32_t)));
12565 uint32_t size = read_4_bytes (dbfd,
12566 dwp_htab->section_pool.v2.sizes
12567 + (((unit_index - 1) * dwp_htab->nr_columns
12568 + i)
12569 * sizeof (uint32_t)));
12570
12571 switch (dwp_htab->section_pool.v2.section_ids[i])
12572 {
12573 case DW_SECT_INFO:
12574 case DW_SECT_TYPES:
12575 sections.info_or_types_offset = offset;
12576 sections.info_or_types_size = size;
12577 break;
12578 case DW_SECT_ABBREV:
12579 sections.abbrev_offset = offset;
12580 sections.abbrev_size = size;
12581 break;
12582 case DW_SECT_LINE:
12583 sections.line_offset = offset;
12584 sections.line_size = size;
12585 break;
12586 case DW_SECT_LOC:
12587 sections.loc_offset = offset;
12588 sections.loc_size = size;
12589 break;
12590 case DW_SECT_STR_OFFSETS:
12591 sections.str_offsets_offset = offset;
12592 sections.str_offsets_size = size;
12593 break;
12594 case DW_SECT_MACINFO:
12595 sections.macinfo_offset = offset;
12596 sections.macinfo_size = size;
12597 break;
12598 case DW_SECT_MACRO:
12599 sections.macro_offset = offset;
12600 sections.macro_size = size;
12601 break;
12602 }
12603 }
12604
12605 /* It's easier for the rest of the code if we fake a struct dwo_file and
12606 have dwo_unit "live" in that. At least for now.
12607
12608 The DWP file can be made up of a random collection of CUs and TUs.
12609 However, for each CU + set of TUs that came from the same original DWO
12610 file, we can combine them back into a virtual DWO file to save space
12611 (fewer struct dwo_file objects to allocate). Remember that for really
12612 large apps there can be on the order of 8K CUs and 200K TUs, or more. */
12613
791afaa2
TT
12614 std::string virtual_dwo_name =
12615 string_printf ("virtual-dwo/%ld-%ld-%ld-%ld",
12616 (long) (sections.abbrev_size ? sections.abbrev_offset : 0),
12617 (long) (sections.line_size ? sections.line_offset : 0),
12618 (long) (sections.loc_size ? sections.loc_offset : 0),
12619 (long) (sections.str_offsets_size
12620 ? sections.str_offsets_offset : 0));
73869dc2 12621 /* Can we use an existing virtual DWO file? */
ed2dc618
SM
12622 dwo_file_slot = lookup_dwo_file_slot (dwarf2_per_objfile,
12623 virtual_dwo_name.c_str (),
12624 comp_dir);
73869dc2
DE
12625 /* Create one if necessary. */
12626 if (*dwo_file_slot == NULL)
12627 {
b4f54984 12628 if (dwarf_read_debug)
73869dc2
DE
12629 {
12630 fprintf_unfiltered (gdb_stdlog, "Creating virtual DWO: %s\n",
791afaa2 12631 virtual_dwo_name.c_str ());
73869dc2 12632 }
51ac9db5 12633 dwo_file = new struct dwo_file;
224c3ddb
SM
12634 dwo_file->dwo_name
12635 = (const char *) obstack_copy0 (&objfile->objfile_obstack,
791afaa2
TT
12636 virtual_dwo_name.c_str (),
12637 virtual_dwo_name.size ());
73869dc2
DE
12638 dwo_file->comp_dir = comp_dir;
12639 dwo_file->sections.abbrev =
ed2dc618 12640 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.abbrev,
73869dc2
DE
12641 sections.abbrev_offset, sections.abbrev_size);
12642 dwo_file->sections.line =
ed2dc618 12643 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.line,
73869dc2
DE
12644 sections.line_offset, sections.line_size);
12645 dwo_file->sections.loc =
ed2dc618 12646 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.loc,
73869dc2
DE
12647 sections.loc_offset, sections.loc_size);
12648 dwo_file->sections.macinfo =
ed2dc618 12649 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.macinfo,
73869dc2
DE
12650 sections.macinfo_offset, sections.macinfo_size);
12651 dwo_file->sections.macro =
ed2dc618 12652 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.macro,
73869dc2
DE
12653 sections.macro_offset, sections.macro_size);
12654 dwo_file->sections.str_offsets =
ed2dc618
SM
12655 create_dwp_v2_section (dwarf2_per_objfile,
12656 &dwp_file->sections.str_offsets,
73869dc2
DE
12657 sections.str_offsets_offset,
12658 sections.str_offsets_size);
12659 /* The "str" section is global to the entire DWP file. */
12660 dwo_file->sections.str = dwp_file->sections.str;
12661 /* The info or types section is assigned below to dwo_unit,
12662 there's no need to record it in dwo_file.
12663 Also, we can't simply record type sections in dwo_file because
12664 we record a pointer into the vector in dwo_unit. As we collect more
12665 types we'll grow the vector and eventually have to reallocate space
12666 for it, invalidating all copies of pointers into the previous
12667 contents. */
12668 *dwo_file_slot = dwo_file;
12669 }
12670 else
12671 {
b4f54984 12672 if (dwarf_read_debug)
73869dc2
DE
12673 {
12674 fprintf_unfiltered (gdb_stdlog, "Using existing virtual DWO: %s\n",
791afaa2 12675 virtual_dwo_name.c_str ());
73869dc2 12676 }
9a3c8263 12677 dwo_file = (struct dwo_file *) *dwo_file_slot;
73869dc2 12678 }
73869dc2
DE
12679
12680 dwo_unit = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_unit);
12681 dwo_unit->dwo_file = dwo_file;
12682 dwo_unit->signature = signature;
8d749320
SM
12683 dwo_unit->section =
12684 XOBNEW (&objfile->objfile_obstack, struct dwarf2_section_info);
ed2dc618
SM
12685 *dwo_unit->section = create_dwp_v2_section (dwarf2_per_objfile,
12686 is_debug_types
73869dc2
DE
12687 ? &dwp_file->sections.types
12688 : &dwp_file->sections.info,
12689 sections.info_or_types_offset,
12690 sections.info_or_types_size);
12691 /* dwo_unit->{offset,length,type_offset_in_tu} are set later. */
12692
12693 return dwo_unit;
12694}
12695
57d63ce2
DE
12696/* Lookup the DWO unit with SIGNATURE in DWP_FILE.
12697 Returns NULL if the signature isn't found. */
80626a55
DE
12698
12699static struct dwo_unit *
ed2dc618
SM
12700lookup_dwo_unit_in_dwp (struct dwarf2_per_objfile *dwarf2_per_objfile,
12701 struct dwp_file *dwp_file, const char *comp_dir,
57d63ce2 12702 ULONGEST signature, int is_debug_types)
80626a55 12703{
57d63ce2
DE
12704 const struct dwp_hash_table *dwp_htab =
12705 is_debug_types ? dwp_file->tus : dwp_file->cus;
400174b1 12706 bfd *dbfd = dwp_file->dbfd.get ();
57d63ce2 12707 uint32_t mask = dwp_htab->nr_slots - 1;
80626a55
DE
12708 uint32_t hash = signature & mask;
12709 uint32_t hash2 = ((signature >> 32) & mask) | 1;
12710 unsigned int i;
12711 void **slot;
870f88f7 12712 struct dwo_unit find_dwo_cu;
80626a55
DE
12713
12714 memset (&find_dwo_cu, 0, sizeof (find_dwo_cu));
12715 find_dwo_cu.signature = signature;
19ac8c2e
DE
12716 slot = htab_find_slot (is_debug_types
12717 ? dwp_file->loaded_tus
12718 : dwp_file->loaded_cus,
12719 &find_dwo_cu, INSERT);
80626a55
DE
12720
12721 if (*slot != NULL)
9a3c8263 12722 return (struct dwo_unit *) *slot;
80626a55
DE
12723
12724 /* Use a for loop so that we don't loop forever on bad debug info. */
57d63ce2 12725 for (i = 0; i < dwp_htab->nr_slots; ++i)
80626a55
DE
12726 {
12727 ULONGEST signature_in_table;
12728
12729 signature_in_table =
57d63ce2 12730 read_8_bytes (dbfd, dwp_htab->hash_table + hash * sizeof (uint64_t));
80626a55
DE
12731 if (signature_in_table == signature)
12732 {
57d63ce2
DE
12733 uint32_t unit_index =
12734 read_4_bytes (dbfd,
12735 dwp_htab->unit_table + hash * sizeof (uint32_t));
80626a55 12736
73869dc2
DE
12737 if (dwp_file->version == 1)
12738 {
ed2dc618
SM
12739 *slot = create_dwo_unit_in_dwp_v1 (dwarf2_per_objfile,
12740 dwp_file, unit_index,
73869dc2
DE
12741 comp_dir, signature,
12742 is_debug_types);
12743 }
12744 else
12745 {
ed2dc618
SM
12746 *slot = create_dwo_unit_in_dwp_v2 (dwarf2_per_objfile,
12747 dwp_file, unit_index,
73869dc2
DE
12748 comp_dir, signature,
12749 is_debug_types);
12750 }
9a3c8263 12751 return (struct dwo_unit *) *slot;
80626a55
DE
12752 }
12753 if (signature_in_table == 0)
12754 return NULL;
12755 hash = (hash + hash2) & mask;
12756 }
12757
12758 error (_("Dwarf Error: bad DWP hash table, lookup didn't terminate"
12759 " [in module %s]"),
12760 dwp_file->name);
12761}
12762
ab5088bf 12763/* Subroutine of open_dwo_file,open_dwp_file to simplify them.
3019eac3
DE
12764 Open the file specified by FILE_NAME and hand it off to BFD for
12765 preliminary analysis. Return a newly initialized bfd *, which
12766 includes a canonicalized copy of FILE_NAME.
80626a55 12767 If IS_DWP is TRUE, we're opening a DWP file, otherwise a DWO file.
6ac97d4c
DE
12768 SEARCH_CWD is true if the current directory is to be searched.
12769 It will be searched before debug-file-directory.
13aaf454
DE
12770 If successful, the file is added to the bfd include table of the
12771 objfile's bfd (see gdb_bfd_record_inclusion).
6ac97d4c 12772 If unable to find/open the file, return NULL.
3019eac3
DE
12773 NOTE: This function is derived from symfile_bfd_open. */
12774
192b62ce 12775static gdb_bfd_ref_ptr
ed2dc618
SM
12776try_open_dwop_file (struct dwarf2_per_objfile *dwarf2_per_objfile,
12777 const char *file_name, int is_dwp, int search_cwd)
3019eac3 12778{
24b9144d 12779 int desc;
9c02c129
DE
12780 /* Blech. OPF_TRY_CWD_FIRST also disables searching the path list if
12781 FILE_NAME contains a '/'. So we can't use it. Instead prepend "."
12782 to debug_file_directory. */
e0cc99a6 12783 const char *search_path;
9c02c129
DE
12784 static const char dirname_separator_string[] = { DIRNAME_SEPARATOR, '\0' };
12785
e0cc99a6 12786 gdb::unique_xmalloc_ptr<char> search_path_holder;
6ac97d4c
DE
12787 if (search_cwd)
12788 {
12789 if (*debug_file_directory != '\0')
e0cc99a6
TT
12790 {
12791 search_path_holder.reset (concat (".", dirname_separator_string,
12792 debug_file_directory,
12793 (char *) NULL));
12794 search_path = search_path_holder.get ();
12795 }
6ac97d4c 12796 else
e0cc99a6 12797 search_path = ".";
6ac97d4c 12798 }
9c02c129 12799 else
e0cc99a6 12800 search_path = debug_file_directory;
3019eac3 12801
24b9144d 12802 openp_flags flags = OPF_RETURN_REALPATH;
80626a55
DE
12803 if (is_dwp)
12804 flags |= OPF_SEARCH_IN_PATH;
e0cc99a6
TT
12805
12806 gdb::unique_xmalloc_ptr<char> absolute_name;
9c02c129 12807 desc = openp (search_path, flags, file_name,
3019eac3
DE
12808 O_RDONLY | O_BINARY, &absolute_name);
12809 if (desc < 0)
12810 return NULL;
12811
e0cc99a6
TT
12812 gdb_bfd_ref_ptr sym_bfd (gdb_bfd_open (absolute_name.get (),
12813 gnutarget, desc));
9c02c129
DE
12814 if (sym_bfd == NULL)
12815 return NULL;
192b62ce 12816 bfd_set_cacheable (sym_bfd.get (), 1);
3019eac3 12817
192b62ce
TT
12818 if (!bfd_check_format (sym_bfd.get (), bfd_object))
12819 return NULL;
3019eac3 12820
13aaf454
DE
12821 /* Success. Record the bfd as having been included by the objfile's bfd.
12822 This is important because things like demangled_names_hash lives in the
12823 objfile's per_bfd space and may have references to things like symbol
12824 names that live in the DWO/DWP file's per_bfd space. PR 16426. */
192b62ce 12825 gdb_bfd_record_inclusion (dwarf2_per_objfile->objfile->obfd, sym_bfd.get ());
13aaf454 12826
3019eac3
DE
12827 return sym_bfd;
12828}
12829
ab5088bf 12830/* Try to open DWO file FILE_NAME.
3019eac3
DE
12831 COMP_DIR is the DW_AT_comp_dir attribute.
12832 The result is the bfd handle of the file.
12833 If there is a problem finding or opening the file, return NULL.
12834 Upon success, the canonicalized path of the file is stored in the bfd,
12835 same as symfile_bfd_open. */
12836
192b62ce 12837static gdb_bfd_ref_ptr
ed2dc618
SM
12838open_dwo_file (struct dwarf2_per_objfile *dwarf2_per_objfile,
12839 const char *file_name, const char *comp_dir)
3019eac3 12840{
80626a55 12841 if (IS_ABSOLUTE_PATH (file_name))
ed2dc618
SM
12842 return try_open_dwop_file (dwarf2_per_objfile, file_name,
12843 0 /*is_dwp*/, 0 /*search_cwd*/);
3019eac3
DE
12844
12845 /* Before trying the search path, try DWO_NAME in COMP_DIR. */
12846
12847 if (comp_dir != NULL)
12848 {
b36cec19
PA
12849 char *path_to_try = concat (comp_dir, SLASH_STRING,
12850 file_name, (char *) NULL);
3019eac3
DE
12851
12852 /* NOTE: If comp_dir is a relative path, this will also try the
12853 search path, which seems useful. */
ed2dc618
SM
12854 gdb_bfd_ref_ptr abfd (try_open_dwop_file (dwarf2_per_objfile,
12855 path_to_try,
12856 0 /*is_dwp*/,
192b62ce 12857 1 /*search_cwd*/));
3019eac3
DE
12858 xfree (path_to_try);
12859 if (abfd != NULL)
12860 return abfd;
12861 }
12862
12863 /* That didn't work, try debug-file-directory, which, despite its name,
12864 is a list of paths. */
12865
12866 if (*debug_file_directory == '\0')
12867 return NULL;
12868
ed2dc618
SM
12869 return try_open_dwop_file (dwarf2_per_objfile, file_name,
12870 0 /*is_dwp*/, 1 /*search_cwd*/);
3019eac3
DE
12871}
12872
80626a55
DE
12873/* This function is mapped across the sections and remembers the offset and
12874 size of each of the DWO debugging sections we are interested in. */
12875
12876static void
12877dwarf2_locate_dwo_sections (bfd *abfd, asection *sectp, void *dwo_sections_ptr)
12878{
9a3c8263 12879 struct dwo_sections *dwo_sections = (struct dwo_sections *) dwo_sections_ptr;
80626a55
DE
12880 const struct dwop_section_names *names = &dwop_section_names;
12881
12882 if (section_is_p (sectp->name, &names->abbrev_dwo))
12883 {
049412e3 12884 dwo_sections->abbrev.s.section = sectp;
80626a55
DE
12885 dwo_sections->abbrev.size = bfd_get_section_size (sectp);
12886 }
12887 else if (section_is_p (sectp->name, &names->info_dwo))
12888 {
049412e3 12889 dwo_sections->info.s.section = sectp;
80626a55
DE
12890 dwo_sections->info.size = bfd_get_section_size (sectp);
12891 }
12892 else if (section_is_p (sectp->name, &names->line_dwo))
12893 {
049412e3 12894 dwo_sections->line.s.section = sectp;
80626a55
DE
12895 dwo_sections->line.size = bfd_get_section_size (sectp);
12896 }
12897 else if (section_is_p (sectp->name, &names->loc_dwo))
12898 {
049412e3 12899 dwo_sections->loc.s.section = sectp;
80626a55
DE
12900 dwo_sections->loc.size = bfd_get_section_size (sectp);
12901 }
12902 else if (section_is_p (sectp->name, &names->macinfo_dwo))
12903 {
049412e3 12904 dwo_sections->macinfo.s.section = sectp;
80626a55
DE
12905 dwo_sections->macinfo.size = bfd_get_section_size (sectp);
12906 }
12907 else if (section_is_p (sectp->name, &names->macro_dwo))
12908 {
049412e3 12909 dwo_sections->macro.s.section = sectp;
80626a55
DE
12910 dwo_sections->macro.size = bfd_get_section_size (sectp);
12911 }
12912 else if (section_is_p (sectp->name, &names->str_dwo))
12913 {
049412e3 12914 dwo_sections->str.s.section = sectp;
80626a55
DE
12915 dwo_sections->str.size = bfd_get_section_size (sectp);
12916 }
12917 else if (section_is_p (sectp->name, &names->str_offsets_dwo))
12918 {
049412e3 12919 dwo_sections->str_offsets.s.section = sectp;
80626a55
DE
12920 dwo_sections->str_offsets.size = bfd_get_section_size (sectp);
12921 }
12922 else if (section_is_p (sectp->name, &names->types_dwo))
12923 {
12924 struct dwarf2_section_info type_section;
12925
12926 memset (&type_section, 0, sizeof (type_section));
049412e3 12927 type_section.s.section = sectp;
80626a55 12928 type_section.size = bfd_get_section_size (sectp);
fd5866f6 12929 dwo_sections->types.push_back (type_section);
80626a55
DE
12930 }
12931}
12932
ab5088bf 12933/* Initialize the use of the DWO file specified by DWO_NAME and referenced
19c3d4c9 12934 by PER_CU. This is for the non-DWP case.
80626a55 12935 The result is NULL if DWO_NAME can't be found. */
3019eac3
DE
12936
12937static struct dwo_file *
0ac5b59e
DE
12938open_and_init_dwo_file (struct dwarf2_per_cu_data *per_cu,
12939 const char *dwo_name, const char *comp_dir)
3019eac3 12940{
ed2dc618 12941 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
3019eac3 12942
fb1eb2f9 12943 gdb_bfd_ref_ptr dbfd = open_dwo_file (dwarf2_per_objfile, dwo_name, comp_dir);
80626a55
DE
12944 if (dbfd == NULL)
12945 {
b4f54984 12946 if (dwarf_read_debug)
80626a55
DE
12947 fprintf_unfiltered (gdb_stdlog, "DWO file not found: %s\n", dwo_name);
12948 return NULL;
12949 }
263db9a1 12950
51ac9db5 12951 dwo_file_up dwo_file (new struct dwo_file);
0ac5b59e
DE
12952 dwo_file->dwo_name = dwo_name;
12953 dwo_file->comp_dir = comp_dir;
fb1eb2f9 12954 dwo_file->dbfd = std::move (dbfd);
3019eac3 12955
fb1eb2f9 12956 bfd_map_over_sections (dwo_file->dbfd.get (), dwarf2_locate_dwo_sections,
192b62ce 12957 &dwo_file->sections);
3019eac3 12958
ed2dc618
SM
12959 create_cus_hash_table (dwarf2_per_objfile, *dwo_file, dwo_file->sections.info,
12960 dwo_file->cus);
3019eac3 12961
263db9a1 12962 create_debug_types_hash_table (dwarf2_per_objfile, dwo_file.get (),
ed2dc618 12963 dwo_file->sections.types, dwo_file->tus);
3019eac3 12964
b4f54984 12965 if (dwarf_read_debug)
80626a55
DE
12966 fprintf_unfiltered (gdb_stdlog, "DWO file found: %s\n", dwo_name);
12967
263db9a1 12968 return dwo_file.release ();
3019eac3
DE
12969}
12970
80626a55 12971/* This function is mapped across the sections and remembers the offset and
73869dc2
DE
12972 size of each of the DWP debugging sections common to version 1 and 2 that
12973 we are interested in. */
3019eac3 12974
80626a55 12975static void
73869dc2
DE
12976dwarf2_locate_common_dwp_sections (bfd *abfd, asection *sectp,
12977 void *dwp_file_ptr)
3019eac3 12978{
9a3c8263 12979 struct dwp_file *dwp_file = (struct dwp_file *) dwp_file_ptr;
80626a55
DE
12980 const struct dwop_section_names *names = &dwop_section_names;
12981 unsigned int elf_section_nr = elf_section_data (sectp)->this_idx;
3019eac3 12982
80626a55 12983 /* Record the ELF section number for later lookup: this is what the
73869dc2 12984 .debug_cu_index,.debug_tu_index tables use in DWP V1. */
80626a55
DE
12985 gdb_assert (elf_section_nr < dwp_file->num_sections);
12986 dwp_file->elf_sections[elf_section_nr] = sectp;
3019eac3 12987
80626a55
DE
12988 /* Look for specific sections that we need. */
12989 if (section_is_p (sectp->name, &names->str_dwo))
12990 {
049412e3 12991 dwp_file->sections.str.s.section = sectp;
80626a55
DE
12992 dwp_file->sections.str.size = bfd_get_section_size (sectp);
12993 }
12994 else if (section_is_p (sectp->name, &names->cu_index))
12995 {
049412e3 12996 dwp_file->sections.cu_index.s.section = sectp;
80626a55
DE
12997 dwp_file->sections.cu_index.size = bfd_get_section_size (sectp);
12998 }
12999 else if (section_is_p (sectp->name, &names->tu_index))
13000 {
049412e3 13001 dwp_file->sections.tu_index.s.section = sectp;
80626a55
DE
13002 dwp_file->sections.tu_index.size = bfd_get_section_size (sectp);
13003 }
13004}
3019eac3 13005
73869dc2
DE
13006/* This function is mapped across the sections and remembers the offset and
13007 size of each of the DWP version 2 debugging sections that we are interested
13008 in. This is split into a separate function because we don't know if we
13009 have version 1 or 2 until we parse the cu_index/tu_index sections. */
13010
13011static void
13012dwarf2_locate_v2_dwp_sections (bfd *abfd, asection *sectp, void *dwp_file_ptr)
13013{
9a3c8263 13014 struct dwp_file *dwp_file = (struct dwp_file *) dwp_file_ptr;
73869dc2
DE
13015 const struct dwop_section_names *names = &dwop_section_names;
13016 unsigned int elf_section_nr = elf_section_data (sectp)->this_idx;
13017
13018 /* Record the ELF section number for later lookup: this is what the
13019 .debug_cu_index,.debug_tu_index tables use in DWP V1. */
13020 gdb_assert (elf_section_nr < dwp_file->num_sections);
13021 dwp_file->elf_sections[elf_section_nr] = sectp;
13022
13023 /* Look for specific sections that we need. */
13024 if (section_is_p (sectp->name, &names->abbrev_dwo))
13025 {
049412e3 13026 dwp_file->sections.abbrev.s.section = sectp;
73869dc2
DE
13027 dwp_file->sections.abbrev.size = bfd_get_section_size (sectp);
13028 }
13029 else if (section_is_p (sectp->name, &names->info_dwo))
13030 {
049412e3 13031 dwp_file->sections.info.s.section = sectp;
73869dc2
DE
13032 dwp_file->sections.info.size = bfd_get_section_size (sectp);
13033 }
13034 else if (section_is_p (sectp->name, &names->line_dwo))
13035 {
049412e3 13036 dwp_file->sections.line.s.section = sectp;
73869dc2
DE
13037 dwp_file->sections.line.size = bfd_get_section_size (sectp);
13038 }
13039 else if (section_is_p (sectp->name, &names->loc_dwo))
13040 {
049412e3 13041 dwp_file->sections.loc.s.section = sectp;
73869dc2
DE
13042 dwp_file->sections.loc.size = bfd_get_section_size (sectp);
13043 }
13044 else if (section_is_p (sectp->name, &names->macinfo_dwo))
13045 {
049412e3 13046 dwp_file->sections.macinfo.s.section = sectp;
73869dc2
DE
13047 dwp_file->sections.macinfo.size = bfd_get_section_size (sectp);
13048 }
13049 else if (section_is_p (sectp->name, &names->macro_dwo))
13050 {
049412e3 13051 dwp_file->sections.macro.s.section = sectp;
73869dc2
DE
13052 dwp_file->sections.macro.size = bfd_get_section_size (sectp);
13053 }
13054 else if (section_is_p (sectp->name, &names->str_offsets_dwo))
13055 {
049412e3 13056 dwp_file->sections.str_offsets.s.section = sectp;
73869dc2
DE
13057 dwp_file->sections.str_offsets.size = bfd_get_section_size (sectp);
13058 }
13059 else if (section_is_p (sectp->name, &names->types_dwo))
13060 {
049412e3 13061 dwp_file->sections.types.s.section = sectp;
73869dc2
DE
13062 dwp_file->sections.types.size = bfd_get_section_size (sectp);
13063 }
13064}
13065
80626a55 13066/* Hash function for dwp_file loaded CUs/TUs. */
3019eac3 13067
80626a55
DE
13068static hashval_t
13069hash_dwp_loaded_cutus (const void *item)
13070{
9a3c8263 13071 const struct dwo_unit *dwo_unit = (const struct dwo_unit *) item;
3019eac3 13072
80626a55
DE
13073 /* This drops the top 32 bits of the signature, but is ok for a hash. */
13074 return dwo_unit->signature;
3019eac3
DE
13075}
13076
80626a55 13077/* Equality function for dwp_file loaded CUs/TUs. */
3019eac3 13078
80626a55
DE
13079static int
13080eq_dwp_loaded_cutus (const void *a, const void *b)
3019eac3 13081{
9a3c8263
SM
13082 const struct dwo_unit *dua = (const struct dwo_unit *) a;
13083 const struct dwo_unit *dub = (const struct dwo_unit *) b;
3019eac3 13084
80626a55
DE
13085 return dua->signature == dub->signature;
13086}
3019eac3 13087
80626a55 13088/* Allocate a hash table for dwp_file loaded CUs/TUs. */
3019eac3 13089
80626a55
DE
13090static htab_t
13091allocate_dwp_loaded_cutus_table (struct objfile *objfile)
13092{
13093 return htab_create_alloc_ex (3,
13094 hash_dwp_loaded_cutus,
13095 eq_dwp_loaded_cutus,
13096 NULL,
13097 &objfile->objfile_obstack,
13098 hashtab_obstack_allocate,
13099 dummy_obstack_deallocate);
13100}
3019eac3 13101
ab5088bf
DE
13102/* Try to open DWP file FILE_NAME.
13103 The result is the bfd handle of the file.
13104 If there is a problem finding or opening the file, return NULL.
13105 Upon success, the canonicalized path of the file is stored in the bfd,
13106 same as symfile_bfd_open. */
13107
192b62ce 13108static gdb_bfd_ref_ptr
ed2dc618
SM
13109open_dwp_file (struct dwarf2_per_objfile *dwarf2_per_objfile,
13110 const char *file_name)
ab5088bf 13111{
ed2dc618
SM
13112 gdb_bfd_ref_ptr abfd (try_open_dwop_file (dwarf2_per_objfile, file_name,
13113 1 /*is_dwp*/,
192b62ce 13114 1 /*search_cwd*/));
6ac97d4c
DE
13115 if (abfd != NULL)
13116 return abfd;
13117
13118 /* Work around upstream bug 15652.
13119 http://sourceware.org/bugzilla/show_bug.cgi?id=15652
13120 [Whether that's a "bug" is debatable, but it is getting in our way.]
13121 We have no real idea where the dwp file is, because gdb's realpath-ing
13122 of the executable's path may have discarded the needed info.
13123 [IWBN if the dwp file name was recorded in the executable, akin to
13124 .gnu_debuglink, but that doesn't exist yet.]
13125 Strip the directory from FILE_NAME and search again. */
13126 if (*debug_file_directory != '\0')
13127 {
13128 /* Don't implicitly search the current directory here.
13129 If the user wants to search "." to handle this case,
13130 it must be added to debug-file-directory. */
ed2dc618
SM
13131 return try_open_dwop_file (dwarf2_per_objfile,
13132 lbasename (file_name), 1 /*is_dwp*/,
6ac97d4c
DE
13133 0 /*search_cwd*/);
13134 }
13135
13136 return NULL;
ab5088bf
DE
13137}
13138
80626a55
DE
13139/* Initialize the use of the DWP file for the current objfile.
13140 By convention the name of the DWP file is ${objfile}.dwp.
13141 The result is NULL if it can't be found. */
a766d390 13142
400174b1 13143static std::unique_ptr<struct dwp_file>
ed2dc618 13144open_and_init_dwp_file (struct dwarf2_per_objfile *dwarf2_per_objfile)
80626a55
DE
13145{
13146 struct objfile *objfile = dwarf2_per_objfile->objfile;
80626a55 13147
82bf32bc
JK
13148 /* Try to find first .dwp for the binary file before any symbolic links
13149 resolving. */
6c447423
DE
13150
13151 /* If the objfile is a debug file, find the name of the real binary
13152 file and get the name of dwp file from there. */
d721ba37 13153 std::string dwp_name;
6c447423
DE
13154 if (objfile->separate_debug_objfile_backlink != NULL)
13155 {
13156 struct objfile *backlink = objfile->separate_debug_objfile_backlink;
13157 const char *backlink_basename = lbasename (backlink->original_name);
6c447423 13158
d721ba37 13159 dwp_name = ldirname (objfile->original_name) + SLASH_STRING + backlink_basename;
6c447423
DE
13160 }
13161 else
d721ba37
PA
13162 dwp_name = objfile->original_name;
13163
13164 dwp_name += ".dwp";
80626a55 13165
ed2dc618 13166 gdb_bfd_ref_ptr dbfd (open_dwp_file (dwarf2_per_objfile, dwp_name.c_str ()));
82bf32bc
JK
13167 if (dbfd == NULL
13168 && strcmp (objfile->original_name, objfile_name (objfile)) != 0)
13169 {
13170 /* Try to find .dwp for the binary file after gdb_realpath resolving. */
d721ba37
PA
13171 dwp_name = objfile_name (objfile);
13172 dwp_name += ".dwp";
ed2dc618 13173 dbfd = open_dwp_file (dwarf2_per_objfile, dwp_name.c_str ());
82bf32bc
JK
13174 }
13175
80626a55
DE
13176 if (dbfd == NULL)
13177 {
b4f54984 13178 if (dwarf_read_debug)
d721ba37 13179 fprintf_unfiltered (gdb_stdlog, "DWP file not found: %s\n", dwp_name.c_str ());
400174b1 13180 return std::unique_ptr<dwp_file> ();
3019eac3 13181 }
400174b1
TT
13182
13183 const char *name = bfd_get_filename (dbfd.get ());
13184 std::unique_ptr<struct dwp_file> dwp_file
13185 (new struct dwp_file (name, std::move (dbfd)));
c906108c 13186
0a0f4c01 13187 dwp_file->num_sections = elf_numsections (dwp_file->dbfd);
80626a55
DE
13188 dwp_file->elf_sections =
13189 OBSTACK_CALLOC (&objfile->objfile_obstack,
13190 dwp_file->num_sections, asection *);
13191
400174b1
TT
13192 bfd_map_over_sections (dwp_file->dbfd.get (),
13193 dwarf2_locate_common_dwp_sections,
13194 dwp_file.get ());
80626a55 13195
400174b1
TT
13196 dwp_file->cus = create_dwp_hash_table (dwarf2_per_objfile, dwp_file.get (),
13197 0);
80626a55 13198
400174b1
TT
13199 dwp_file->tus = create_dwp_hash_table (dwarf2_per_objfile, dwp_file.get (),
13200 1);
80626a55 13201
73869dc2 13202 /* The DWP file version is stored in the hash table. Oh well. */
08302ed2
DE
13203 if (dwp_file->cus && dwp_file->tus
13204 && dwp_file->cus->version != dwp_file->tus->version)
73869dc2
DE
13205 {
13206 /* Technically speaking, we should try to limp along, but this is
fbcbc3fd 13207 pretty bizarre. We use pulongest here because that's the established
4d65956b 13208 portability solution (e.g, we cannot use %u for uint32_t). */
fbcbc3fd
DE
13209 error (_("Dwarf Error: DWP file CU version %s doesn't match"
13210 " TU version %s [in DWP file %s]"),
13211 pulongest (dwp_file->cus->version),
d721ba37 13212 pulongest (dwp_file->tus->version), dwp_name.c_str ());
73869dc2 13213 }
08302ed2
DE
13214
13215 if (dwp_file->cus)
13216 dwp_file->version = dwp_file->cus->version;
13217 else if (dwp_file->tus)
13218 dwp_file->version = dwp_file->tus->version;
13219 else
13220 dwp_file->version = 2;
73869dc2
DE
13221
13222 if (dwp_file->version == 2)
400174b1
TT
13223 bfd_map_over_sections (dwp_file->dbfd.get (),
13224 dwarf2_locate_v2_dwp_sections,
13225 dwp_file.get ());
73869dc2 13226
19ac8c2e
DE
13227 dwp_file->loaded_cus = allocate_dwp_loaded_cutus_table (objfile);
13228 dwp_file->loaded_tus = allocate_dwp_loaded_cutus_table (objfile);
80626a55 13229
b4f54984 13230 if (dwarf_read_debug)
80626a55
DE
13231 {
13232 fprintf_unfiltered (gdb_stdlog, "DWP file found: %s\n", dwp_file->name);
13233 fprintf_unfiltered (gdb_stdlog,
21aa081e
PA
13234 " %s CUs, %s TUs\n",
13235 pulongest (dwp_file->cus ? dwp_file->cus->nr_units : 0),
13236 pulongest (dwp_file->tus ? dwp_file->tus->nr_units : 0));
80626a55
DE
13237 }
13238
13239 return dwp_file;
3019eac3 13240}
c906108c 13241
ab5088bf
DE
13242/* Wrapper around open_and_init_dwp_file, only open it once. */
13243
13244static struct dwp_file *
ed2dc618 13245get_dwp_file (struct dwarf2_per_objfile *dwarf2_per_objfile)
ab5088bf
DE
13246{
13247 if (! dwarf2_per_objfile->dwp_checked)
13248 {
ed2dc618
SM
13249 dwarf2_per_objfile->dwp_file
13250 = open_and_init_dwp_file (dwarf2_per_objfile);
ab5088bf
DE
13251 dwarf2_per_objfile->dwp_checked = 1;
13252 }
400174b1 13253 return dwarf2_per_objfile->dwp_file.get ();
ab5088bf
DE
13254}
13255
80626a55
DE
13256/* Subroutine of lookup_dwo_comp_unit, lookup_dwo_type_unit.
13257 Look up the CU/TU with signature SIGNATURE, either in DWO file DWO_NAME
13258 or in the DWP file for the objfile, referenced by THIS_UNIT.
3019eac3 13259 If non-NULL, comp_dir is the DW_AT_comp_dir attribute.
80626a55
DE
13260 IS_DEBUG_TYPES is non-zero if reading a TU, otherwise read a CU.
13261
13262 This is called, for example, when wanting to read a variable with a
13263 complex location. Therefore we don't want to do file i/o for every call.
13264 Therefore we don't want to look for a DWO file on every call.
13265 Therefore we first see if we've already seen SIGNATURE in a DWP file,
13266 then we check if we've already seen DWO_NAME, and only THEN do we check
13267 for a DWO file.
13268
1c658ad5 13269 The result is a pointer to the dwo_unit object or NULL if we didn't find it
80626a55 13270 (dwo_id mismatch or couldn't find the DWO/DWP file). */
debd256d 13271
3019eac3 13272static struct dwo_unit *
80626a55
DE
13273lookup_dwo_cutu (struct dwarf2_per_cu_data *this_unit,
13274 const char *dwo_name, const char *comp_dir,
13275 ULONGEST signature, int is_debug_types)
3019eac3 13276{
ed2dc618 13277 struct dwarf2_per_objfile *dwarf2_per_objfile = this_unit->dwarf2_per_objfile;
3019eac3 13278 struct objfile *objfile = dwarf2_per_objfile->objfile;
80626a55
DE
13279 const char *kind = is_debug_types ? "TU" : "CU";
13280 void **dwo_file_slot;
3019eac3 13281 struct dwo_file *dwo_file;
80626a55 13282 struct dwp_file *dwp_file;
cb1df416 13283
6a506a2d
DE
13284 /* First see if there's a DWP file.
13285 If we have a DWP file but didn't find the DWO inside it, don't
13286 look for the original DWO file. It makes gdb behave differently
13287 depending on whether one is debugging in the build tree. */
cf2c3c16 13288
ed2dc618 13289 dwp_file = get_dwp_file (dwarf2_per_objfile);
80626a55 13290 if (dwp_file != NULL)
cf2c3c16 13291 {
80626a55
DE
13292 const struct dwp_hash_table *dwp_htab =
13293 is_debug_types ? dwp_file->tus : dwp_file->cus;
13294
13295 if (dwp_htab != NULL)
13296 {
13297 struct dwo_unit *dwo_cutu =
ed2dc618 13298 lookup_dwo_unit_in_dwp (dwarf2_per_objfile, dwp_file, comp_dir,
57d63ce2 13299 signature, is_debug_types);
80626a55
DE
13300
13301 if (dwo_cutu != NULL)
13302 {
b4f54984 13303 if (dwarf_read_debug)
80626a55
DE
13304 {
13305 fprintf_unfiltered (gdb_stdlog,
13306 "Virtual DWO %s %s found: @%s\n",
13307 kind, hex_string (signature),
13308 host_address_to_string (dwo_cutu));
13309 }
13310 return dwo_cutu;
13311 }
13312 }
13313 }
6a506a2d 13314 else
80626a55 13315 {
6a506a2d 13316 /* No DWP file, look for the DWO file. */
80626a55 13317
ed2dc618
SM
13318 dwo_file_slot = lookup_dwo_file_slot (dwarf2_per_objfile,
13319 dwo_name, comp_dir);
6a506a2d 13320 if (*dwo_file_slot == NULL)
80626a55 13321 {
6a506a2d
DE
13322 /* Read in the file and build a table of the CUs/TUs it contains. */
13323 *dwo_file_slot = open_and_init_dwo_file (this_unit, dwo_name, comp_dir);
19c3d4c9 13324 }
6a506a2d 13325 /* NOTE: This will be NULL if unable to open the file. */
9a3c8263 13326 dwo_file = (struct dwo_file *) *dwo_file_slot;
3019eac3 13327
6a506a2d 13328 if (dwo_file != NULL)
19c3d4c9 13329 {
6a506a2d
DE
13330 struct dwo_unit *dwo_cutu = NULL;
13331
13332 if (is_debug_types && dwo_file->tus)
13333 {
13334 struct dwo_unit find_dwo_cutu;
13335
13336 memset (&find_dwo_cutu, 0, sizeof (find_dwo_cutu));
13337 find_dwo_cutu.signature = signature;
9a3c8263
SM
13338 dwo_cutu
13339 = (struct dwo_unit *) htab_find (dwo_file->tus, &find_dwo_cutu);
6a506a2d 13340 }
33c5cd75 13341 else if (!is_debug_types && dwo_file->cus)
80626a55 13342 {
33c5cd75
DB
13343 struct dwo_unit find_dwo_cutu;
13344
13345 memset (&find_dwo_cutu, 0, sizeof (find_dwo_cutu));
13346 find_dwo_cutu.signature = signature;
13347 dwo_cutu = (struct dwo_unit *)htab_find (dwo_file->cus,
13348 &find_dwo_cutu);
6a506a2d
DE
13349 }
13350
13351 if (dwo_cutu != NULL)
13352 {
b4f54984 13353 if (dwarf_read_debug)
6a506a2d
DE
13354 {
13355 fprintf_unfiltered (gdb_stdlog, "DWO %s %s(%s) found: @%s\n",
13356 kind, dwo_name, hex_string (signature),
13357 host_address_to_string (dwo_cutu));
13358 }
13359 return dwo_cutu;
80626a55
DE
13360 }
13361 }
2e276125 13362 }
9cdd5dbd 13363
80626a55
DE
13364 /* We didn't find it. This could mean a dwo_id mismatch, or
13365 someone deleted the DWO/DWP file, or the search path isn't set up
13366 correctly to find the file. */
13367
b4f54984 13368 if (dwarf_read_debug)
80626a55
DE
13369 {
13370 fprintf_unfiltered (gdb_stdlog, "DWO %s %s(%s) not found\n",
13371 kind, dwo_name, hex_string (signature));
13372 }
3019eac3 13373
6656a72d
DE
13374 /* This is a warning and not a complaint because it can be caused by
13375 pilot error (e.g., user accidentally deleting the DWO). */
43942612
DE
13376 {
13377 /* Print the name of the DWP file if we looked there, helps the user
13378 better diagnose the problem. */
791afaa2 13379 std::string dwp_text;
43942612
DE
13380
13381 if (dwp_file != NULL)
791afaa2
TT
13382 dwp_text = string_printf (" [in DWP file %s]",
13383 lbasename (dwp_file->name));
43942612 13384
9d8780f0 13385 warning (_("Could not find DWO %s %s(%s)%s referenced by %s at offset %s"
43942612
DE
13386 " [in module %s]"),
13387 kind, dwo_name, hex_string (signature),
791afaa2 13388 dwp_text.c_str (),
43942612 13389 this_unit->is_debug_types ? "TU" : "CU",
9d8780f0 13390 sect_offset_str (this_unit->sect_off), objfile_name (objfile));
43942612 13391 }
3019eac3 13392 return NULL;
5fb290d7
DJ
13393}
13394
80626a55
DE
13395/* Lookup the DWO CU DWO_NAME/SIGNATURE referenced from THIS_CU.
13396 See lookup_dwo_cutu_unit for details. */
13397
13398static struct dwo_unit *
13399lookup_dwo_comp_unit (struct dwarf2_per_cu_data *this_cu,
13400 const char *dwo_name, const char *comp_dir,
13401 ULONGEST signature)
13402{
13403 return lookup_dwo_cutu (this_cu, dwo_name, comp_dir, signature, 0);
13404}
13405
13406/* Lookup the DWO TU DWO_NAME/SIGNATURE referenced from THIS_TU.
13407 See lookup_dwo_cutu_unit for details. */
13408
13409static struct dwo_unit *
13410lookup_dwo_type_unit (struct signatured_type *this_tu,
13411 const char *dwo_name, const char *comp_dir)
13412{
13413 return lookup_dwo_cutu (&this_tu->per_cu, dwo_name, comp_dir, this_tu->signature, 1);
13414}
13415
89e63ee4
DE
13416/* Traversal function for queue_and_load_all_dwo_tus. */
13417
13418static int
13419queue_and_load_dwo_tu (void **slot, void *info)
13420{
13421 struct dwo_unit *dwo_unit = (struct dwo_unit *) *slot;
13422 struct dwarf2_per_cu_data *per_cu = (struct dwarf2_per_cu_data *) info;
13423 ULONGEST signature = dwo_unit->signature;
13424 struct signatured_type *sig_type =
13425 lookup_dwo_signatured_type (per_cu->cu, signature);
13426
13427 if (sig_type != NULL)
13428 {
13429 struct dwarf2_per_cu_data *sig_cu = &sig_type->per_cu;
13430
13431 /* We pass NULL for DEPENDENT_CU because we don't yet know if there's
13432 a real dependency of PER_CU on SIG_TYPE. That is detected later
13433 while processing PER_CU. */
13434 if (maybe_queue_comp_unit (NULL, sig_cu, per_cu->cu->language))
13435 load_full_type_unit (sig_cu);
13436 VEC_safe_push (dwarf2_per_cu_ptr, per_cu->imported_symtabs, sig_cu);
13437 }
13438
13439 return 1;
13440}
13441
13442/* Queue all TUs contained in the DWO of PER_CU to be read in.
13443 The DWO may have the only definition of the type, though it may not be
13444 referenced anywhere in PER_CU. Thus we have to load *all* its TUs.
13445 http://sourceware.org/bugzilla/show_bug.cgi?id=15021 */
13446
13447static void
13448queue_and_load_all_dwo_tus (struct dwarf2_per_cu_data *per_cu)
13449{
13450 struct dwo_unit *dwo_unit;
13451 struct dwo_file *dwo_file;
13452
13453 gdb_assert (!per_cu->is_debug_types);
ed2dc618 13454 gdb_assert (get_dwp_file (per_cu->dwarf2_per_objfile) == NULL);
89e63ee4
DE
13455 gdb_assert (per_cu->cu != NULL);
13456
13457 dwo_unit = per_cu->cu->dwo_unit;
13458 gdb_assert (dwo_unit != NULL);
13459
13460 dwo_file = dwo_unit->dwo_file;
13461 if (dwo_file->tus != NULL)
13462 htab_traverse_noresize (dwo_file->tus, queue_and_load_dwo_tu, per_cu);
13463}
13464
3019eac3 13465/* Read in various DIEs. */
348e048f 13466
d389af10 13467/* DW_AT_abstract_origin inherits whole DIEs (not just their attributes).
3e43a32a
MS
13468 Inherit only the children of the DW_AT_abstract_origin DIE not being
13469 already referenced by DW_AT_abstract_origin from the children of the
13470 current DIE. */
d389af10
JK
13471
13472static void
13473inherit_abstract_dies (struct die_info *die, struct dwarf2_cu *cu)
13474{
13475 struct die_info *child_die;
791afaa2 13476 sect_offset *offsetp;
d389af10
JK
13477 /* Parent of DIE - referenced by DW_AT_abstract_origin. */
13478 struct die_info *origin_die;
13479 /* Iterator of the ORIGIN_DIE children. */
13480 struct die_info *origin_child_die;
d389af10 13481 struct attribute *attr;
cd02d79d
PA
13482 struct dwarf2_cu *origin_cu;
13483 struct pending **origin_previous_list_in_scope;
d389af10
JK
13484
13485 attr = dwarf2_attr (die, DW_AT_abstract_origin, cu);
13486 if (!attr)
13487 return;
13488
cd02d79d
PA
13489 /* Note that following die references may follow to a die in a
13490 different cu. */
13491
13492 origin_cu = cu;
13493 origin_die = follow_die_ref (die, attr, &origin_cu);
13494
13495 /* We're inheriting ORIGIN's children into the scope we'd put DIE's
13496 symbols in. */
13497 origin_previous_list_in_scope = origin_cu->list_in_scope;
13498 origin_cu->list_in_scope = cu->list_in_scope;
13499
edb3359d
DJ
13500 if (die->tag != origin_die->tag
13501 && !(die->tag == DW_TAG_inlined_subroutine
13502 && origin_die->tag == DW_TAG_subprogram))
b98664d3 13503 complaint (_("DIE %s and its abstract origin %s have different tags"),
9d8780f0
SM
13504 sect_offset_str (die->sect_off),
13505 sect_offset_str (origin_die->sect_off));
d389af10 13506
791afaa2 13507 std::vector<sect_offset> offsets;
d389af10 13508
3ea89b92
PMR
13509 for (child_die = die->child;
13510 child_die && child_die->tag;
13511 child_die = sibling_die (child_die))
13512 {
13513 struct die_info *child_origin_die;
13514 struct dwarf2_cu *child_origin_cu;
13515
13516 /* We are trying to process concrete instance entries:
216f72a1 13517 DW_TAG_call_site DIEs indeed have a DW_AT_abstract_origin tag, but
3ea89b92
PMR
13518 it's not relevant to our analysis here. i.e. detecting DIEs that are
13519 present in the abstract instance but not referenced in the concrete
13520 one. */
216f72a1
JK
13521 if (child_die->tag == DW_TAG_call_site
13522 || child_die->tag == DW_TAG_GNU_call_site)
3ea89b92
PMR
13523 continue;
13524
c38f313d
DJ
13525 /* For each CHILD_DIE, find the corresponding child of
13526 ORIGIN_DIE. If there is more than one layer of
13527 DW_AT_abstract_origin, follow them all; there shouldn't be,
13528 but GCC versions at least through 4.4 generate this (GCC PR
13529 40573). */
3ea89b92
PMR
13530 child_origin_die = child_die;
13531 child_origin_cu = cu;
c38f313d
DJ
13532 while (1)
13533 {
cd02d79d
PA
13534 attr = dwarf2_attr (child_origin_die, DW_AT_abstract_origin,
13535 child_origin_cu);
c38f313d
DJ
13536 if (attr == NULL)
13537 break;
cd02d79d
PA
13538 child_origin_die = follow_die_ref (child_origin_die, attr,
13539 &child_origin_cu);
c38f313d
DJ
13540 }
13541
d389af10
JK
13542 /* According to DWARF3 3.3.8.2 #3 new entries without their abstract
13543 counterpart may exist. */
c38f313d 13544 if (child_origin_die != child_die)
d389af10 13545 {
edb3359d
DJ
13546 if (child_die->tag != child_origin_die->tag
13547 && !(child_die->tag == DW_TAG_inlined_subroutine
13548 && child_origin_die->tag == DW_TAG_subprogram))
b98664d3 13549 complaint (_("Child DIE %s and its abstract origin %s have "
9c541725 13550 "different tags"),
9d8780f0
SM
13551 sect_offset_str (child_die->sect_off),
13552 sect_offset_str (child_origin_die->sect_off));
c38f313d 13553 if (child_origin_die->parent != origin_die)
b98664d3 13554 complaint (_("Child DIE %s and its abstract origin %s have "
9c541725 13555 "different parents"),
9d8780f0
SM
13556 sect_offset_str (child_die->sect_off),
13557 sect_offset_str (child_origin_die->sect_off));
c38f313d 13558 else
791afaa2 13559 offsets.push_back (child_origin_die->sect_off);
d389af10 13560 }
d389af10 13561 }
791afaa2
TT
13562 std::sort (offsets.begin (), offsets.end ());
13563 sect_offset *offsets_end = offsets.data () + offsets.size ();
13564 for (offsetp = offsets.data () + 1; offsetp < offsets_end; offsetp++)
9c541725 13565 if (offsetp[-1] == *offsetp)
b98664d3 13566 complaint (_("Multiple children of DIE %s refer "
9d8780f0
SM
13567 "to DIE %s as their abstract origin"),
13568 sect_offset_str (die->sect_off), sect_offset_str (*offsetp));
d389af10 13569
791afaa2 13570 offsetp = offsets.data ();
d389af10
JK
13571 origin_child_die = origin_die->child;
13572 while (origin_child_die && origin_child_die->tag)
13573 {
13574 /* Is ORIGIN_CHILD_DIE referenced by any of the DIE children? */
b64f50a1 13575 while (offsetp < offsets_end
9c541725 13576 && *offsetp < origin_child_die->sect_off)
d389af10 13577 offsetp++;
b64f50a1 13578 if (offsetp >= offsets_end
9c541725 13579 || *offsetp > origin_child_die->sect_off)
d389af10 13580 {
adde2bff
DE
13581 /* Found that ORIGIN_CHILD_DIE is really not referenced.
13582 Check whether we're already processing ORIGIN_CHILD_DIE.
13583 This can happen with mutually referenced abstract_origins.
13584 PR 16581. */
13585 if (!origin_child_die->in_process)
13586 process_die (origin_child_die, origin_cu);
d389af10
JK
13587 }
13588 origin_child_die = sibling_die (origin_child_die);
13589 }
cd02d79d 13590 origin_cu->list_in_scope = origin_previous_list_in_scope;
d389af10
JK
13591}
13592
c906108c 13593static void
e7c27a73 13594read_func_scope (struct die_info *die, struct dwarf2_cu *cu)
c906108c 13595{
518817b3 13596 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a 13597 struct gdbarch *gdbarch = get_objfile_arch (objfile);
fe978cb0 13598 struct context_stack *newobj;
c906108c
SS
13599 CORE_ADDR lowpc;
13600 CORE_ADDR highpc;
13601 struct die_info *child_die;
edb3359d 13602 struct attribute *attr, *call_line, *call_file;
15d034d0 13603 const char *name;
e142c38c 13604 CORE_ADDR baseaddr;
801e3a5b 13605 struct block *block;
edb3359d 13606 int inlined_func = (die->tag == DW_TAG_inlined_subroutine);
2f4732b0 13607 std::vector<struct symbol *> template_args;
34eaf542 13608 struct template_symbol *templ_func = NULL;
edb3359d
DJ
13609
13610 if (inlined_func)
13611 {
13612 /* If we do not have call site information, we can't show the
13613 caller of this inlined function. That's too confusing, so
13614 only use the scope for local variables. */
13615 call_line = dwarf2_attr (die, DW_AT_call_line, cu);
13616 call_file = dwarf2_attr (die, DW_AT_call_file, cu);
13617 if (call_line == NULL || call_file == NULL)
13618 {
13619 read_lexical_block_scope (die, cu);
13620 return;
13621 }
13622 }
c906108c 13623
e142c38c
DJ
13624 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
13625
94af9270 13626 name = dwarf2_name (die, cu);
c906108c 13627
e8d05480
JB
13628 /* Ignore functions with missing or empty names. These are actually
13629 illegal according to the DWARF standard. */
13630 if (name == NULL)
13631 {
b98664d3 13632 complaint (_("missing name for subprogram DIE at %s"),
9d8780f0 13633 sect_offset_str (die->sect_off));
e8d05480
JB
13634 return;
13635 }
13636
13637 /* Ignore functions with missing or invalid low and high pc attributes. */
3a2b436a 13638 if (dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu, NULL)
e385593e 13639 <= PC_BOUNDS_INVALID)
e8d05480 13640 {
ae4d0c03
PM
13641 attr = dwarf2_attr (die, DW_AT_external, cu);
13642 if (!attr || !DW_UNSND (attr))
b98664d3 13643 complaint (_("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
c24bdb02 13665 newobj = cu->get_builder ()->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
81873cc8
TV
13669 if (dwarf2_flag_true_p (die, DW_AT_main_subprogram, cu))
13670 set_objfile_main_name (objfile, SYMBOL_LINKAGE_NAME (newobj->name),
13671 cu->language);
13672
4cecd739
DJ
13673 /* If there is a location expression for DW_AT_frame_base, record
13674 it. */
e142c38c 13675 attr = dwarf2_attr (die, DW_AT_frame_base, cu);
4c2df51b 13676 if (attr)
fe978cb0 13677 dwarf2_symbol_mark_computed (attr, newobj->name, cu, 1);
4c2df51b 13678
63e43d3a
PMR
13679 /* If there is a location for the static link, record it. */
13680 newobj->static_link = NULL;
13681 attr = dwarf2_attr (die, DW_AT_static_link, cu);
13682 if (attr)
13683 {
224c3ddb
SM
13684 newobj->static_link
13685 = XOBNEW (&objfile->objfile_obstack, struct dynamic_prop);
63e43d3a
PMR
13686 attr_to_dynamic_prop (attr, die, cu, newobj->static_link);
13687 }
13688
c24bdb02 13689 cu->list_in_scope = cu->get_builder ()->get_local_symbols ();
c906108c 13690
639d11d3 13691 if (die->child != NULL)
c906108c 13692 {
639d11d3 13693 child_die = die->child;
c906108c
SS
13694 while (child_die && child_die->tag)
13695 {
34eaf542
TT
13696 if (child_die->tag == DW_TAG_template_type_param
13697 || child_die->tag == DW_TAG_template_value_param)
13698 {
13699 struct symbol *arg = new_symbol (child_die, NULL, cu);
13700
f1078f66 13701 if (arg != NULL)
2f4732b0 13702 template_args.push_back (arg);
34eaf542
TT
13703 }
13704 else
13705 process_die (child_die, cu);
c906108c
SS
13706 child_die = sibling_die (child_die);
13707 }
13708 }
13709
d389af10
JK
13710 inherit_abstract_dies (die, cu);
13711
4a811a97
UW
13712 /* If we have a DW_AT_specification, we might need to import using
13713 directives from the context of the specification DIE. See the
13714 comment in determine_prefix. */
13715 if (cu->language == language_cplus
13716 && dwarf2_attr (die, DW_AT_specification, cu))
13717 {
13718 struct dwarf2_cu *spec_cu = cu;
13719 struct die_info *spec_die = die_specification (die, &spec_cu);
13720
13721 while (spec_die)
13722 {
13723 child_die = spec_die->child;
13724 while (child_die && child_die->tag)
13725 {
13726 if (child_die->tag == DW_TAG_imported_module)
13727 process_die (child_die, spec_cu);
13728 child_die = sibling_die (child_die);
13729 }
13730
13731 /* In some cases, GCC generates specification DIEs that
13732 themselves contain DW_AT_specification attributes. */
13733 spec_die = die_specification (spec_die, &spec_cu);
13734 }
13735 }
13736
c24bdb02 13737 struct context_stack cstk = cu->get_builder ()->pop_context ();
c906108c 13738 /* Make a block for the local symbols within. */
c24bdb02 13739 block = cu->get_builder ()->finish_block (cstk.name, cstk.old_blocks,
804d2729 13740 cstk.static_link, lowpc, highpc);
801e3a5b 13741
df8a16a1 13742 /* For C++, set the block's scope. */
45280282
IB
13743 if ((cu->language == language_cplus
13744 || cu->language == language_fortran
c44af4eb
TT
13745 || cu->language == language_d
13746 || cu->language == language_rust)
4d4ec4e5 13747 && cu->processing_has_namespace_info)
195a3f6c
TT
13748 block_set_scope (block, determine_prefix (die, cu),
13749 &objfile->objfile_obstack);
df8a16a1 13750
801e3a5b
JB
13751 /* If we have address ranges, record them. */
13752 dwarf2_record_block_ranges (die, block, baseaddr, cu);
6e70227d 13753
a60f3166 13754 gdbarch_make_symbol_special (gdbarch, cstk.name, objfile);
3e29f34a 13755
34eaf542 13756 /* Attach template arguments to function. */
2f4732b0 13757 if (!template_args.empty ())
34eaf542
TT
13758 {
13759 gdb_assert (templ_func != NULL);
13760
2f4732b0 13761 templ_func->n_template_arguments = template_args.size ();
34eaf542 13762 templ_func->template_arguments
8d749320
SM
13763 = XOBNEWVEC (&objfile->objfile_obstack, struct symbol *,
13764 templ_func->n_template_arguments);
34eaf542 13765 memcpy (templ_func->template_arguments,
2f4732b0 13766 template_args.data (),
34eaf542 13767 (templ_func->n_template_arguments * sizeof (struct symbol *)));
3e1d3d8c
TT
13768
13769 /* Make sure that the symtab is set on the new symbols. Even
13770 though they don't appear in this symtab directly, other parts
13771 of gdb assume that symbols do, and this is reasonably
13772 true. */
8634679f 13773 for (symbol *sym : template_args)
3e1d3d8c 13774 symbol_set_symtab (sym, symbol_symtab (templ_func));
34eaf542
TT
13775 }
13776
208d8187
JB
13777 /* In C++, we can have functions nested inside functions (e.g., when
13778 a function declares a class that has methods). This means that
13779 when we finish processing a function scope, we may need to go
13780 back to building a containing block's symbol lists. */
c24bdb02
KS
13781 *cu->get_builder ()->get_local_symbols () = cstk.locals;
13782 cu->get_builder ()->set_local_using_directives (cstk.local_using_directives);
208d8187 13783
921e78cf
JB
13784 /* If we've finished processing a top-level function, subsequent
13785 symbols go in the file symbol list. */
c24bdb02
KS
13786 if (cu->get_builder ()->outermost_context_p ())
13787 cu->list_in_scope = cu->get_builder ()->get_file_symbols ();
c906108c
SS
13788}
13789
13790/* Process all the DIES contained within a lexical block scope. Start
13791 a new scope, process the dies, and then close the scope. */
13792
13793static void
e7c27a73 13794read_lexical_block_scope (struct die_info *die, struct dwarf2_cu *cu)
c906108c 13795{
518817b3 13796 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a 13797 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c
SS
13798 CORE_ADDR lowpc, highpc;
13799 struct die_info *child_die;
e142c38c
DJ
13800 CORE_ADDR baseaddr;
13801
13802 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c
SS
13803
13804 /* Ignore blocks with missing or invalid low and high pc attributes. */
af34e669
DJ
13805 /* ??? Perhaps consider discontiguous blocks defined by DW_AT_ranges
13806 as multiple lexical blocks? Handling children in a sane way would
6e70227d 13807 be nasty. Might be easier to properly extend generic blocks to
af34e669 13808 describe ranges. */
e385593e
JK
13809 switch (dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu, NULL))
13810 {
13811 case PC_BOUNDS_NOT_PRESENT:
13812 /* DW_TAG_lexical_block has no attributes, process its children as if
13813 there was no wrapping by that DW_TAG_lexical_block.
13814 GCC does no longer produces such DWARF since GCC r224161. */
13815 for (child_die = die->child;
13816 child_die != NULL && child_die->tag;
13817 child_die = sibling_die (child_die))
13818 process_die (child_die, cu);
13819 return;
13820 case PC_BOUNDS_INVALID:
13821 return;
13822 }
3e29f34a
MR
13823 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch, lowpc + baseaddr);
13824 highpc = gdbarch_adjust_dwarf2_addr (gdbarch, highpc + baseaddr);
c906108c 13825
c24bdb02 13826 cu->get_builder ()->push_context (0, lowpc);
639d11d3 13827 if (die->child != NULL)
c906108c 13828 {
639d11d3 13829 child_die = die->child;
c906108c
SS
13830 while (child_die && child_die->tag)
13831 {
e7c27a73 13832 process_die (child_die, cu);
c906108c
SS
13833 child_die = sibling_die (child_die);
13834 }
13835 }
3ea89b92 13836 inherit_abstract_dies (die, cu);
c24bdb02 13837 struct context_stack cstk = cu->get_builder ()->pop_context ();
c906108c 13838
c24bdb02
KS
13839 if (*cu->get_builder ()->get_local_symbols () != NULL
13840 || (*cu->get_builder ()->get_local_using_directives ()) != NULL)
c906108c 13841 {
801e3a5b 13842 struct block *block
c24bdb02 13843 = cu->get_builder ()->finish_block (0, cstk.old_blocks, NULL,
804d2729 13844 cstk.start_addr, highpc);
801e3a5b
JB
13845
13846 /* Note that recording ranges after traversing children, as we
13847 do here, means that recording a parent's ranges entails
13848 walking across all its children's ranges as they appear in
13849 the address map, which is quadratic behavior.
13850
13851 It would be nicer to record the parent's ranges before
13852 traversing its children, simply overriding whatever you find
13853 there. But since we don't even decide whether to create a
13854 block until after we've traversed its children, that's hard
13855 to do. */
13856 dwarf2_record_block_ranges (die, block, baseaddr, cu);
c906108c 13857 }
c24bdb02
KS
13858 *cu->get_builder ()->get_local_symbols () = cstk.locals;
13859 cu->get_builder ()->set_local_using_directives (cstk.local_using_directives);
c906108c
SS
13860}
13861
216f72a1 13862/* Read in DW_TAG_call_site and insert it to CU->call_site_htab. */
96408a79
SA
13863
13864static void
13865read_call_site_scope (struct die_info *die, struct dwarf2_cu *cu)
13866{
518817b3 13867 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
96408a79
SA
13868 struct gdbarch *gdbarch = get_objfile_arch (objfile);
13869 CORE_ADDR pc, baseaddr;
13870 struct attribute *attr;
13871 struct call_site *call_site, call_site_local;
13872 void **slot;
13873 int nparams;
13874 struct die_info *child_die;
13875
13876 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
13877
216f72a1
JK
13878 attr = dwarf2_attr (die, DW_AT_call_return_pc, cu);
13879 if (attr == NULL)
13880 {
13881 /* This was a pre-DWARF-5 GNU extension alias
13882 for DW_AT_call_return_pc. */
13883 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
13884 }
96408a79
SA
13885 if (!attr)
13886 {
b98664d3 13887 complaint (_("missing DW_AT_call_return_pc for DW_TAG_call_site "
9d8780f0
SM
13888 "DIE %s [in module %s]"),
13889 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79
SA
13890 return;
13891 }
31aa7e4e 13892 pc = attr_value_as_address (attr) + baseaddr;
3e29f34a 13893 pc = gdbarch_adjust_dwarf2_addr (gdbarch, pc);
96408a79
SA
13894
13895 if (cu->call_site_htab == NULL)
13896 cu->call_site_htab = htab_create_alloc_ex (16, core_addr_hash, core_addr_eq,
13897 NULL, &objfile->objfile_obstack,
13898 hashtab_obstack_allocate, NULL);
13899 call_site_local.pc = pc;
13900 slot = htab_find_slot (cu->call_site_htab, &call_site_local, INSERT);
13901 if (*slot != NULL)
13902 {
b98664d3 13903 complaint (_("Duplicate PC %s for DW_TAG_call_site "
9d8780f0
SM
13904 "DIE %s [in module %s]"),
13905 paddress (gdbarch, pc), sect_offset_str (die->sect_off),
4262abfb 13906 objfile_name (objfile));
96408a79
SA
13907 return;
13908 }
13909
13910 /* Count parameters at the caller. */
13911
13912 nparams = 0;
13913 for (child_die = die->child; child_die && child_die->tag;
13914 child_die = sibling_die (child_die))
13915 {
216f72a1
JK
13916 if (child_die->tag != DW_TAG_call_site_parameter
13917 && child_die->tag != DW_TAG_GNU_call_site_parameter)
96408a79 13918 {
b98664d3 13919 complaint (_("Tag %d is not DW_TAG_call_site_parameter in "
9d8780f0
SM
13920 "DW_TAG_call_site child DIE %s [in module %s]"),
13921 child_die->tag, sect_offset_str (child_die->sect_off),
4262abfb 13922 objfile_name (objfile));
96408a79
SA
13923 continue;
13924 }
13925
13926 nparams++;
13927 }
13928
224c3ddb
SM
13929 call_site
13930 = ((struct call_site *)
13931 obstack_alloc (&objfile->objfile_obstack,
13932 sizeof (*call_site)
13933 + (sizeof (*call_site->parameter) * (nparams - 1))));
96408a79
SA
13934 *slot = call_site;
13935 memset (call_site, 0, sizeof (*call_site) - sizeof (*call_site->parameter));
13936 call_site->pc = pc;
13937
216f72a1
JK
13938 if (dwarf2_flag_true_p (die, DW_AT_call_tail_call, cu)
13939 || dwarf2_flag_true_p (die, DW_AT_GNU_tail_call, cu))
96408a79
SA
13940 {
13941 struct die_info *func_die;
13942
13943 /* Skip also over DW_TAG_inlined_subroutine. */
13944 for (func_die = die->parent;
13945 func_die && func_die->tag != DW_TAG_subprogram
13946 && func_die->tag != DW_TAG_subroutine_type;
13947 func_die = func_die->parent);
13948
216f72a1
JK
13949 /* DW_AT_call_all_calls is a superset
13950 of DW_AT_call_all_tail_calls. */
96408a79 13951 if (func_die
216f72a1 13952 && !dwarf2_flag_true_p (func_die, DW_AT_call_all_calls, cu)
96408a79 13953 && !dwarf2_flag_true_p (func_die, DW_AT_GNU_all_call_sites, cu)
216f72a1 13954 && !dwarf2_flag_true_p (func_die, DW_AT_call_all_tail_calls, cu)
96408a79
SA
13955 && !dwarf2_flag_true_p (func_die, DW_AT_GNU_all_tail_call_sites, cu))
13956 {
13957 /* TYPE_TAIL_CALL_LIST is not interesting in functions where it is
13958 not complete. But keep CALL_SITE for look ups via call_site_htab,
13959 both the initial caller containing the real return address PC and
13960 the final callee containing the current PC of a chain of tail
13961 calls do not need to have the tail call list complete. But any
13962 function candidate for a virtual tail call frame searched via
13963 TYPE_TAIL_CALL_LIST must have the tail call list complete to be
13964 determined unambiguously. */
13965 }
13966 else
13967 {
13968 struct type *func_type = NULL;
13969
13970 if (func_die)
13971 func_type = get_die_type (func_die, cu);
13972 if (func_type != NULL)
13973 {
13974 gdb_assert (TYPE_CODE (func_type) == TYPE_CODE_FUNC);
13975
13976 /* Enlist this call site to the function. */
13977 call_site->tail_call_next = TYPE_TAIL_CALL_LIST (func_type);
13978 TYPE_TAIL_CALL_LIST (func_type) = call_site;
13979 }
13980 else
b98664d3 13981 complaint (_("Cannot find function owning DW_TAG_call_site "
9d8780f0
SM
13982 "DIE %s [in module %s]"),
13983 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79
SA
13984 }
13985 }
13986
216f72a1
JK
13987 attr = dwarf2_attr (die, DW_AT_call_target, cu);
13988 if (attr == NULL)
13989 attr = dwarf2_attr (die, DW_AT_GNU_call_site_target, cu);
13990 if (attr == NULL)
13991 attr = dwarf2_attr (die, DW_AT_call_origin, cu);
96408a79 13992 if (attr == NULL)
216f72a1
JK
13993 {
13994 /* This was a pre-DWARF-5 GNU extension alias for DW_AT_call_origin. */
13995 attr = dwarf2_attr (die, DW_AT_abstract_origin, cu);
13996 }
96408a79
SA
13997 SET_FIELD_DWARF_BLOCK (call_site->target, NULL);
13998 if (!attr || (attr_form_is_block (attr) && DW_BLOCK (attr)->size == 0))
13999 /* Keep NULL DWARF_BLOCK. */;
14000 else if (attr_form_is_block (attr))
14001 {
14002 struct dwarf2_locexpr_baton *dlbaton;
14003
8d749320 14004 dlbaton = XOBNEW (&objfile->objfile_obstack, struct dwarf2_locexpr_baton);
96408a79
SA
14005 dlbaton->data = DW_BLOCK (attr)->data;
14006 dlbaton->size = DW_BLOCK (attr)->size;
14007 dlbaton->per_cu = cu->per_cu;
14008
14009 SET_FIELD_DWARF_BLOCK (call_site->target, dlbaton);
14010 }
7771576e 14011 else if (attr_form_is_ref (attr))
96408a79 14012 {
96408a79
SA
14013 struct dwarf2_cu *target_cu = cu;
14014 struct die_info *target_die;
14015
ac9ec31b 14016 target_die = follow_die_ref (die, attr, &target_cu);
518817b3 14017 gdb_assert (target_cu->per_cu->dwarf2_per_objfile->objfile == objfile);
96408a79
SA
14018 if (die_is_declaration (target_die, target_cu))
14019 {
7d45c7c3 14020 const char *target_physname;
9112db09
JK
14021
14022 /* Prefer the mangled name; otherwise compute the demangled one. */
73b9be8b 14023 target_physname = dw2_linkage_name (target_die, target_cu);
7d45c7c3 14024 if (target_physname == NULL)
9112db09 14025 target_physname = dwarf2_physname (NULL, target_die, target_cu);
96408a79 14026 if (target_physname == NULL)
b98664d3 14027 complaint (_("DW_AT_call_target target DIE has invalid "
9d8780f0
SM
14028 "physname, for referencing DIE %s [in module %s]"),
14029 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79 14030 else
7d455152 14031 SET_FIELD_PHYSNAME (call_site->target, target_physname);
96408a79
SA
14032 }
14033 else
14034 {
14035 CORE_ADDR lowpc;
14036
14037 /* DW_AT_entry_pc should be preferred. */
3a2b436a 14038 if (dwarf2_get_pc_bounds (target_die, &lowpc, NULL, target_cu, NULL)
e385593e 14039 <= PC_BOUNDS_INVALID)
b98664d3 14040 complaint (_("DW_AT_call_target target DIE has invalid "
9d8780f0
SM
14041 "low pc, for referencing DIE %s [in module %s]"),
14042 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79 14043 else
3e29f34a
MR
14044 {
14045 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch, lowpc + baseaddr);
14046 SET_FIELD_PHYSADDR (call_site->target, lowpc);
14047 }
96408a79
SA
14048 }
14049 }
14050 else
b98664d3 14051 complaint (_("DW_TAG_call_site DW_AT_call_target is neither "
9d8780f0
SM
14052 "block nor reference, for DIE %s [in module %s]"),
14053 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79
SA
14054
14055 call_site->per_cu = cu->per_cu;
14056
14057 for (child_die = die->child;
14058 child_die && child_die->tag;
14059 child_die = sibling_die (child_die))
14060 {
96408a79 14061 struct call_site_parameter *parameter;
1788b2d3 14062 struct attribute *loc, *origin;
96408a79 14063
216f72a1
JK
14064 if (child_die->tag != DW_TAG_call_site_parameter
14065 && child_die->tag != DW_TAG_GNU_call_site_parameter)
96408a79
SA
14066 {
14067 /* Already printed the complaint above. */
14068 continue;
14069 }
14070
14071 gdb_assert (call_site->parameter_count < nparams);
14072 parameter = &call_site->parameter[call_site->parameter_count];
14073
1788b2d3
JK
14074 /* DW_AT_location specifies the register number or DW_AT_abstract_origin
14075 specifies DW_TAG_formal_parameter. Value of the data assumed for the
216f72a1 14076 register is contained in DW_AT_call_value. */
96408a79 14077
24c5c679 14078 loc = dwarf2_attr (child_die, DW_AT_location, cu);
216f72a1
JK
14079 origin = dwarf2_attr (child_die, DW_AT_call_parameter, cu);
14080 if (origin == NULL)
14081 {
14082 /* This was a pre-DWARF-5 GNU extension alias
14083 for DW_AT_call_parameter. */
14084 origin = dwarf2_attr (child_die, DW_AT_abstract_origin, cu);
14085 }
7771576e 14086 if (loc == NULL && origin != NULL && attr_form_is_ref (origin))
1788b2d3 14087 {
1788b2d3 14088 parameter->kind = CALL_SITE_PARAMETER_PARAM_OFFSET;
9c541725
PA
14089
14090 sect_offset sect_off
14091 = (sect_offset) dwarf2_get_ref_die_offset (origin);
14092 if (!offset_in_cu_p (&cu->header, sect_off))
d76b7dbc
JK
14093 {
14094 /* As DW_OP_GNU_parameter_ref uses CU-relative offset this
14095 binding can be done only inside one CU. Such referenced DIE
14096 therefore cannot be even moved to DW_TAG_partial_unit. */
b98664d3 14097 complaint (_("DW_AT_call_parameter offset is not in CU for "
9d8780f0
SM
14098 "DW_TAG_call_site child DIE %s [in module %s]"),
14099 sect_offset_str (child_die->sect_off),
9c541725 14100 objfile_name (objfile));
d76b7dbc
JK
14101 continue;
14102 }
9c541725
PA
14103 parameter->u.param_cu_off
14104 = (cu_offset) (sect_off - cu->header.sect_off);
1788b2d3
JK
14105 }
14106 else if (loc == NULL || origin != NULL || !attr_form_is_block (loc))
96408a79 14107 {
b98664d3 14108 complaint (_("No DW_FORM_block* DW_AT_location for "
9d8780f0
SM
14109 "DW_TAG_call_site child DIE %s [in module %s]"),
14110 sect_offset_str (child_die->sect_off), objfile_name (objfile));
96408a79
SA
14111 continue;
14112 }
24c5c679 14113 else
96408a79 14114 {
24c5c679
JK
14115 parameter->u.dwarf_reg = dwarf_block_to_dwarf_reg
14116 (DW_BLOCK (loc)->data, &DW_BLOCK (loc)->data[DW_BLOCK (loc)->size]);
14117 if (parameter->u.dwarf_reg != -1)
14118 parameter->kind = CALL_SITE_PARAMETER_DWARF_REG;
14119 else if (dwarf_block_to_sp_offset (gdbarch, DW_BLOCK (loc)->data,
14120 &DW_BLOCK (loc)->data[DW_BLOCK (loc)->size],
14121 &parameter->u.fb_offset))
14122 parameter->kind = CALL_SITE_PARAMETER_FB_OFFSET;
14123 else
14124 {
b98664d3 14125 complaint (_("Only single DW_OP_reg or DW_OP_fbreg is supported "
24c5c679 14126 "for DW_FORM_block* DW_AT_location is supported for "
9d8780f0 14127 "DW_TAG_call_site child DIE %s "
24c5c679 14128 "[in module %s]"),
9d8780f0 14129 sect_offset_str (child_die->sect_off),
9c541725 14130 objfile_name (objfile));
24c5c679
JK
14131 continue;
14132 }
96408a79
SA
14133 }
14134
216f72a1
JK
14135 attr = dwarf2_attr (child_die, DW_AT_call_value, cu);
14136 if (attr == NULL)
14137 attr = dwarf2_attr (child_die, DW_AT_GNU_call_site_value, cu);
96408a79
SA
14138 if (!attr_form_is_block (attr))
14139 {
b98664d3 14140 complaint (_("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))
b98664d3 14160 complaint (_("No DW_FORM_block* DW_AT_call_data_value for "
9d8780f0
SM
14161 "DW_TAG_call_site child DIE %s [in module %s]"),
14162 sect_offset_str (child_die->sect_off),
9c541725 14163 objfile_name (objfile));
96408a79
SA
14164 else
14165 {
14166 parameter->data_value = DW_BLOCK (attr)->data;
14167 parameter->data_value_size = DW_BLOCK (attr)->size;
14168 }
14169 }
14170 }
14171}
14172
71a3c369
TT
14173/* Helper function for read_variable. If DIE represents a virtual
14174 table, then return the type of the concrete object that is
14175 associated with the virtual table. Otherwise, return NULL. */
14176
14177static struct type *
14178rust_containing_type (struct die_info *die, struct dwarf2_cu *cu)
14179{
14180 struct attribute *attr = dwarf2_attr (die, DW_AT_type, cu);
14181 if (attr == NULL)
14182 return NULL;
14183
14184 /* Find the type DIE. */
14185 struct die_info *type_die = NULL;
14186 struct dwarf2_cu *type_cu = cu;
14187
14188 if (attr_form_is_ref (attr))
14189 type_die = follow_die_ref (die, attr, &type_cu);
14190 if (type_die == NULL)
14191 return NULL;
14192
14193 if (dwarf2_attr (type_die, DW_AT_containing_type, type_cu) == NULL)
14194 return NULL;
14195 return die_containing_type (type_die, type_cu);
14196}
14197
14198/* Read a variable (DW_TAG_variable) DIE and create a new symbol. */
14199
14200static void
14201read_variable (struct die_info *die, struct dwarf2_cu *cu)
14202{
14203 struct rust_vtable_symbol *storage = NULL;
14204
14205 if (cu->language == language_rust)
14206 {
14207 struct type *containing_type = rust_containing_type (die, cu);
14208
14209 if (containing_type != NULL)
14210 {
518817b3 14211 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
71a3c369
TT
14212
14213 storage = OBSTACK_ZALLOC (&objfile->objfile_obstack,
14214 struct rust_vtable_symbol);
14215 initialize_objfile_symbol (storage);
14216 storage->concrete_type = containing_type;
cf724bc9 14217 storage->subclass = SYMBOL_RUST_VTABLE;
71a3c369
TT
14218 }
14219 }
14220
e4a62c65
TV
14221 struct symbol *res = new_symbol (die, NULL, cu, storage);
14222 struct attribute *abstract_origin
14223 = dwarf2_attr (die, DW_AT_abstract_origin, cu);
14224 struct attribute *loc = dwarf2_attr (die, DW_AT_location, cu);
14225 if (res == NULL && loc && abstract_origin)
14226 {
14227 /* We have a variable without a name, but with a location and an abstract
14228 origin. This may be a concrete instance of an abstract variable
14229 referenced from an DW_OP_GNU_variable_value, so save it to find it back
14230 later. */
14231 struct dwarf2_cu *origin_cu = cu;
14232 struct die_info *origin_die
14233 = follow_die_ref (die, abstract_origin, &origin_cu);
14234 dwarf2_per_objfile *dpo = cu->per_cu->dwarf2_per_objfile;
3360b6e7 14235 dpo->abstract_to_concrete[origin_die->sect_off].push_back (die->sect_off);
e4a62c65 14236 }
71a3c369
TT
14237}
14238
43988095
JK
14239/* Call CALLBACK from DW_AT_ranges attribute value OFFSET
14240 reading .debug_rnglists.
14241 Callback's type should be:
14242 void (CORE_ADDR range_beginning, CORE_ADDR range_end)
14243 Return true if the attributes are present and valid, otherwise,
14244 return false. */
14245
14246template <typename Callback>
14247static bool
14248dwarf2_rnglists_process (unsigned offset, struct dwarf2_cu *cu,
14249 Callback &&callback)
14250{
ed2dc618 14251 struct dwarf2_per_objfile *dwarf2_per_objfile
518817b3 14252 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 14253 struct objfile *objfile = dwarf2_per_objfile->objfile;
43988095 14254 bfd *obfd = objfile->obfd;
43988095
JK
14255 /* Base address selection entry. */
14256 CORE_ADDR base;
14257 int found_base;
43988095 14258 const gdb_byte *buffer;
43988095
JK
14259 CORE_ADDR baseaddr;
14260 bool overflow = false;
14261
14262 found_base = cu->base_known;
14263 base = cu->base_address;
14264
14265 dwarf2_read_section (objfile, &dwarf2_per_objfile->rnglists);
14266 if (offset >= dwarf2_per_objfile->rnglists.size)
14267 {
b98664d3 14268 complaint (_("Offset %d out of bounds for DW_AT_ranges attribute"),
43988095
JK
14269 offset);
14270 return false;
14271 }
14272 buffer = dwarf2_per_objfile->rnglists.buffer + offset;
14273
14274 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
14275
14276 while (1)
14277 {
7814882a
JK
14278 /* Initialize it due to a false compiler warning. */
14279 CORE_ADDR range_beginning = 0, range_end = 0;
43988095
JK
14280 const gdb_byte *buf_end = (dwarf2_per_objfile->rnglists.buffer
14281 + dwarf2_per_objfile->rnglists.size);
14282 unsigned int bytes_read;
14283
14284 if (buffer == buf_end)
14285 {
14286 overflow = true;
14287 break;
14288 }
14289 const auto rlet = static_cast<enum dwarf_range_list_entry>(*buffer++);
14290 switch (rlet)
14291 {
14292 case DW_RLE_end_of_list:
14293 break;
14294 case DW_RLE_base_address:
14295 if (buffer + cu->header.addr_size > buf_end)
14296 {
14297 overflow = true;
14298 break;
14299 }
14300 base = read_address (obfd, buffer, cu, &bytes_read);
14301 found_base = 1;
14302 buffer += bytes_read;
14303 break;
14304 case DW_RLE_start_length:
14305 if (buffer + cu->header.addr_size > buf_end)
14306 {
14307 overflow = true;
14308 break;
14309 }
14310 range_beginning = read_address (obfd, buffer, cu, &bytes_read);
14311 buffer += bytes_read;
14312 range_end = (range_beginning
14313 + read_unsigned_leb128 (obfd, buffer, &bytes_read));
14314 buffer += bytes_read;
14315 if (buffer > buf_end)
14316 {
14317 overflow = true;
14318 break;
14319 }
14320 break;
14321 case DW_RLE_offset_pair:
14322 range_beginning = read_unsigned_leb128 (obfd, buffer, &bytes_read);
14323 buffer += bytes_read;
14324 if (buffer > buf_end)
14325 {
14326 overflow = true;
14327 break;
14328 }
14329 range_end = read_unsigned_leb128 (obfd, buffer, &bytes_read);
14330 buffer += bytes_read;
14331 if (buffer > buf_end)
14332 {
14333 overflow = true;
14334 break;
14335 }
14336 break;
14337 case DW_RLE_start_end:
14338 if (buffer + 2 * cu->header.addr_size > buf_end)
14339 {
14340 overflow = true;
14341 break;
14342 }
14343 range_beginning = read_address (obfd, buffer, cu, &bytes_read);
14344 buffer += bytes_read;
14345 range_end = read_address (obfd, buffer, cu, &bytes_read);
14346 buffer += bytes_read;
14347 break;
14348 default:
b98664d3 14349 complaint (_("Invalid .debug_rnglists data (no base address)"));
43988095
JK
14350 return false;
14351 }
14352 if (rlet == DW_RLE_end_of_list || overflow)
14353 break;
14354 if (rlet == DW_RLE_base_address)
14355 continue;
14356
14357 if (!found_base)
14358 {
14359 /* We have no valid base address for the ranges
14360 data. */
b98664d3 14361 complaint (_("Invalid .debug_rnglists data (no base address)"));
43988095
JK
14362 return false;
14363 }
14364
14365 if (range_beginning > range_end)
14366 {
14367 /* Inverted range entries are invalid. */
b98664d3 14368 complaint (_("Invalid .debug_rnglists data (inverted range)"));
43988095
JK
14369 return false;
14370 }
14371
14372 /* Empty range entries have no effect. */
14373 if (range_beginning == range_end)
14374 continue;
14375
14376 range_beginning += base;
14377 range_end += base;
14378
14379 /* A not-uncommon case of bad debug info.
14380 Don't pollute the addrmap with bad data. */
14381 if (range_beginning + baseaddr == 0
14382 && !dwarf2_per_objfile->has_section_at_zero)
14383 {
b98664d3 14384 complaint (_(".debug_rnglists entry has start address of zero"
43988095
JK
14385 " [in module %s]"), objfile_name (objfile));
14386 continue;
14387 }
14388
14389 callback (range_beginning, range_end);
14390 }
14391
14392 if (overflow)
14393 {
b98664d3 14394 complaint (_("Offset %d is not terminated "
43988095
JK
14395 "for DW_AT_ranges attribute"),
14396 offset);
14397 return false;
14398 }
14399
14400 return true;
14401}
14402
14403/* Call CALLBACK from DW_AT_ranges attribute value OFFSET reading .debug_ranges.
14404 Callback's type should be:
14405 void (CORE_ADDR range_beginning, CORE_ADDR range_end)
5f46c5a5 14406 Return 1 if the attributes are present and valid, otherwise, return 0. */
43039443 14407
43988095 14408template <typename Callback>
43039443 14409static int
5f46c5a5 14410dwarf2_ranges_process (unsigned offset, struct dwarf2_cu *cu,
43988095 14411 Callback &&callback)
43039443 14412{
ed2dc618 14413 struct dwarf2_per_objfile *dwarf2_per_objfile
518817b3 14414 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 14415 struct objfile *objfile = dwarf2_per_objfile->objfile;
43039443
JK
14416 struct comp_unit_head *cu_header = &cu->header;
14417 bfd *obfd = objfile->obfd;
14418 unsigned int addr_size = cu_header->addr_size;
14419 CORE_ADDR mask = ~(~(CORE_ADDR)1 << (addr_size * 8 - 1));
14420 /* Base address selection entry. */
14421 CORE_ADDR base;
14422 int found_base;
14423 unsigned int dummy;
d521ce57 14424 const gdb_byte *buffer;
ff013f42 14425 CORE_ADDR baseaddr;
43039443 14426
43988095
JK
14427 if (cu_header->version >= 5)
14428 return dwarf2_rnglists_process (offset, cu, callback);
14429
d00adf39
DE
14430 found_base = cu->base_known;
14431 base = cu->base_address;
43039443 14432
be391dca 14433 dwarf2_read_section (objfile, &dwarf2_per_objfile->ranges);
dce234bc 14434 if (offset >= dwarf2_per_objfile->ranges.size)
43039443 14435 {
b98664d3 14436 complaint (_("Offset %d out of bounds for DW_AT_ranges attribute"),
43039443
JK
14437 offset);
14438 return 0;
14439 }
dce234bc 14440 buffer = dwarf2_per_objfile->ranges.buffer + offset;
43039443 14441
e7030f15 14442 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
ff013f42 14443
43039443
JK
14444 while (1)
14445 {
14446 CORE_ADDR range_beginning, range_end;
14447
14448 range_beginning = read_address (obfd, buffer, cu, &dummy);
14449 buffer += addr_size;
14450 range_end = read_address (obfd, buffer, cu, &dummy);
14451 buffer += addr_size;
14452 offset += 2 * addr_size;
14453
14454 /* An end of list marker is a pair of zero addresses. */
14455 if (range_beginning == 0 && range_end == 0)
14456 /* Found the end of list entry. */
14457 break;
14458
14459 /* Each base address selection entry is a pair of 2 values.
14460 The first is the largest possible address, the second is
14461 the base address. Check for a base address here. */
14462 if ((range_beginning & mask) == mask)
14463 {
28d2bfb9
AB
14464 /* If we found the largest possible address, then we already
14465 have the base address in range_end. */
14466 base = range_end;
43039443
JK
14467 found_base = 1;
14468 continue;
14469 }
14470
14471 if (!found_base)
14472 {
14473 /* We have no valid base address for the ranges
14474 data. */
b98664d3 14475 complaint (_("Invalid .debug_ranges data (no base address)"));
43039443
JK
14476 return 0;
14477 }
14478
9277c30c
UW
14479 if (range_beginning > range_end)
14480 {
14481 /* Inverted range entries are invalid. */
b98664d3 14482 complaint (_("Invalid .debug_ranges data (inverted range)"));
9277c30c
UW
14483 return 0;
14484 }
14485
14486 /* Empty range entries have no effect. */
14487 if (range_beginning == range_end)
14488 continue;
14489
43039443
JK
14490 range_beginning += base;
14491 range_end += base;
14492
01093045
DE
14493 /* A not-uncommon case of bad debug info.
14494 Don't pollute the addrmap with bad data. */
14495 if (range_beginning + baseaddr == 0
14496 && !dwarf2_per_objfile->has_section_at_zero)
14497 {
b98664d3 14498 complaint (_(".debug_ranges entry has start address of zero"
4262abfb 14499 " [in module %s]"), objfile_name (objfile));
01093045
DE
14500 continue;
14501 }
14502
5f46c5a5
JK
14503 callback (range_beginning, range_end);
14504 }
14505
14506 return 1;
14507}
14508
14509/* Get low and high pc attributes from DW_AT_ranges attribute value OFFSET.
14510 Return 1 if the attributes are present and valid, otherwise, return 0.
14511 If RANGES_PST is not NULL we should setup `objfile->psymtabs_addrmap'. */
14512
14513static int
14514dwarf2_ranges_read (unsigned offset, CORE_ADDR *low_return,
14515 CORE_ADDR *high_return, struct dwarf2_cu *cu,
14516 struct partial_symtab *ranges_pst)
14517{
518817b3 14518 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
5f46c5a5
JK
14519 struct gdbarch *gdbarch = get_objfile_arch (objfile);
14520 const CORE_ADDR baseaddr = ANOFFSET (objfile->section_offsets,
14521 SECT_OFF_TEXT (objfile));
14522 int low_set = 0;
14523 CORE_ADDR low = 0;
14524 CORE_ADDR high = 0;
14525 int retval;
14526
14527 retval = dwarf2_ranges_process (offset, cu,
14528 [&] (CORE_ADDR range_beginning, CORE_ADDR range_end)
14529 {
9277c30c 14530 if (ranges_pst != NULL)
3e29f34a
MR
14531 {
14532 CORE_ADDR lowpc;
14533 CORE_ADDR highpc;
14534
79748972
TT
14535 lowpc = (gdbarch_adjust_dwarf2_addr (gdbarch,
14536 range_beginning + baseaddr)
14537 - baseaddr);
14538 highpc = (gdbarch_adjust_dwarf2_addr (gdbarch,
14539 range_end + baseaddr)
14540 - baseaddr);
d320c2b5
TT
14541 addrmap_set_empty (objfile->partial_symtabs->psymtabs_addrmap,
14542 lowpc, highpc - 1, ranges_pst);
3e29f34a 14543 }
ff013f42 14544
43039443
JK
14545 /* FIXME: This is recording everything as a low-high
14546 segment of consecutive addresses. We should have a
14547 data structure for discontiguous block ranges
14548 instead. */
14549 if (! low_set)
14550 {
14551 low = range_beginning;
14552 high = range_end;
14553 low_set = 1;
14554 }
14555 else
14556 {
14557 if (range_beginning < low)
14558 low = range_beginning;
14559 if (range_end > high)
14560 high = range_end;
14561 }
5f46c5a5
JK
14562 });
14563 if (!retval)
14564 return 0;
43039443
JK
14565
14566 if (! low_set)
14567 /* If the first entry is an end-of-list marker, the range
14568 describes an empty scope, i.e. no instructions. */
14569 return 0;
14570
14571 if (low_return)
14572 *low_return = low;
14573 if (high_return)
14574 *high_return = high;
14575 return 1;
14576}
14577
3a2b436a
JK
14578/* Get low and high pc attributes from a die. See enum pc_bounds_kind
14579 definition for the return value. *LOWPC and *HIGHPC are set iff
e385593e 14580 neither PC_BOUNDS_NOT_PRESENT nor PC_BOUNDS_INVALID are returned. */
380bca97 14581
3a2b436a 14582static enum pc_bounds_kind
af34e669 14583dwarf2_get_pc_bounds (struct die_info *die, CORE_ADDR *lowpc,
d85a05f0
DJ
14584 CORE_ADDR *highpc, struct dwarf2_cu *cu,
14585 struct partial_symtab *pst)
c906108c 14586{
518817b3
SM
14587 struct dwarf2_per_objfile *dwarf2_per_objfile
14588 = cu->per_cu->dwarf2_per_objfile;
c906108c 14589 struct attribute *attr;
91da1414 14590 struct attribute *attr_high;
af34e669
DJ
14591 CORE_ADDR low = 0;
14592 CORE_ADDR high = 0;
e385593e 14593 enum pc_bounds_kind ret;
c906108c 14594
91da1414
MW
14595 attr_high = dwarf2_attr (die, DW_AT_high_pc, cu);
14596 if (attr_high)
af34e669 14597 {
e142c38c 14598 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
af34e669 14599 if (attr)
91da1414 14600 {
31aa7e4e
JB
14601 low = attr_value_as_address (attr);
14602 high = attr_value_as_address (attr_high);
14603 if (cu->header.version >= 4 && attr_form_is_constant (attr_high))
14604 high += low;
91da1414 14605 }
af34e669
DJ
14606 else
14607 /* Found high w/o low attribute. */
e385593e 14608 return PC_BOUNDS_INVALID;
af34e669
DJ
14609
14610 /* Found consecutive range of addresses. */
3a2b436a 14611 ret = PC_BOUNDS_HIGH_LOW;
af34e669 14612 }
c906108c 14613 else
af34e669 14614 {
e142c38c 14615 attr = dwarf2_attr (die, DW_AT_ranges, cu);
af34e669
DJ
14616 if (attr != NULL)
14617 {
ab435259
DE
14618 /* DW_AT_ranges_base does not apply to DIEs from the DWO skeleton.
14619 We take advantage of the fact that DW_AT_ranges does not appear
14620 in DW_TAG_compile_unit of DWO files. */
14621 int need_ranges_base = die->tag != DW_TAG_compile_unit;
14622 unsigned int ranges_offset = (DW_UNSND (attr)
14623 + (need_ranges_base
14624 ? cu->ranges_base
14625 : 0));
2e3cf129 14626
af34e669 14627 /* Value of the DW_AT_ranges attribute is the offset in the
a604369a 14628 .debug_ranges section. */
2e3cf129 14629 if (!dwarf2_ranges_read (ranges_offset, &low, &high, cu, pst))
e385593e 14630 return PC_BOUNDS_INVALID;
43039443 14631 /* Found discontinuous range of addresses. */
3a2b436a 14632 ret = PC_BOUNDS_RANGES;
af34e669 14633 }
e385593e
JK
14634 else
14635 return PC_BOUNDS_NOT_PRESENT;
af34e669 14636 }
c906108c 14637
48fbe735 14638 /* partial_die_info::read has also the strict LOW < HIGH requirement. */
9373cf26 14639 if (high <= low)
e385593e 14640 return PC_BOUNDS_INVALID;
c906108c
SS
14641
14642 /* When using the GNU linker, .gnu.linkonce. sections are used to
14643 eliminate duplicate copies of functions and vtables and such.
14644 The linker will arbitrarily choose one and discard the others.
14645 The AT_*_pc values for such functions refer to local labels in
14646 these sections. If the section from that file was discarded, the
14647 labels are not in the output, so the relocs get a value of 0.
14648 If this is a discarded function, mark the pc bounds as invalid,
14649 so that GDB will ignore it. */
72dca2f5 14650 if (low == 0 && !dwarf2_per_objfile->has_section_at_zero)
e385593e 14651 return PC_BOUNDS_INVALID;
c906108c
SS
14652
14653 *lowpc = low;
96408a79
SA
14654 if (highpc)
14655 *highpc = high;
af34e669 14656 return ret;
c906108c
SS
14657}
14658
b084d499
JB
14659/* Assuming that DIE represents a subprogram DIE or a lexical block, get
14660 its low and high PC addresses. Do nothing if these addresses could not
14661 be determined. Otherwise, set LOWPC to the low address if it is smaller,
14662 and HIGHPC to the high address if greater than HIGHPC. */
14663
14664static void
14665dwarf2_get_subprogram_pc_bounds (struct die_info *die,
14666 CORE_ADDR *lowpc, CORE_ADDR *highpc,
14667 struct dwarf2_cu *cu)
14668{
14669 CORE_ADDR low, high;
14670 struct die_info *child = die->child;
14671
e385593e 14672 if (dwarf2_get_pc_bounds (die, &low, &high, cu, NULL) >= PC_BOUNDS_RANGES)
b084d499 14673 {
325fac50
PA
14674 *lowpc = std::min (*lowpc, low);
14675 *highpc = std::max (*highpc, high);
b084d499
JB
14676 }
14677
14678 /* If the language does not allow nested subprograms (either inside
14679 subprograms or lexical blocks), we're done. */
14680 if (cu->language != language_ada)
14681 return;
6e70227d 14682
b084d499
JB
14683 /* Check all the children of the given DIE. If it contains nested
14684 subprograms, then check their pc bounds. Likewise, we need to
14685 check lexical blocks as well, as they may also contain subprogram
14686 definitions. */
14687 while (child && child->tag)
14688 {
14689 if (child->tag == DW_TAG_subprogram
14690 || child->tag == DW_TAG_lexical_block)
14691 dwarf2_get_subprogram_pc_bounds (child, lowpc, highpc, cu);
14692 child = sibling_die (child);
14693 }
14694}
14695
fae299cd
DC
14696/* Get the low and high pc's represented by the scope DIE, and store
14697 them in *LOWPC and *HIGHPC. If the correct values can't be
14698 determined, set *LOWPC to -1 and *HIGHPC to 0. */
14699
14700static void
14701get_scope_pc_bounds (struct die_info *die,
14702 CORE_ADDR *lowpc, CORE_ADDR *highpc,
14703 struct dwarf2_cu *cu)
14704{
14705 CORE_ADDR best_low = (CORE_ADDR) -1;
14706 CORE_ADDR best_high = (CORE_ADDR) 0;
14707 CORE_ADDR current_low, current_high;
14708
3a2b436a 14709 if (dwarf2_get_pc_bounds (die, &current_low, &current_high, cu, NULL)
e385593e 14710 >= PC_BOUNDS_RANGES)
fae299cd
DC
14711 {
14712 best_low = current_low;
14713 best_high = current_high;
14714 }
14715 else
14716 {
14717 struct die_info *child = die->child;
14718
14719 while (child && child->tag)
14720 {
14721 switch (child->tag) {
14722 case DW_TAG_subprogram:
b084d499 14723 dwarf2_get_subprogram_pc_bounds (child, &best_low, &best_high, cu);
fae299cd
DC
14724 break;
14725 case DW_TAG_namespace:
f55ee35c 14726 case DW_TAG_module:
fae299cd
DC
14727 /* FIXME: carlton/2004-01-16: Should we do this for
14728 DW_TAG_class_type/DW_TAG_structure_type, too? I think
14729 that current GCC's always emit the DIEs corresponding
14730 to definitions of methods of classes as children of a
14731 DW_TAG_compile_unit or DW_TAG_namespace (as opposed to
14732 the DIEs giving the declarations, which could be
14733 anywhere). But I don't see any reason why the
14734 standards says that they have to be there. */
14735 get_scope_pc_bounds (child, &current_low, &current_high, cu);
14736
14737 if (current_low != ((CORE_ADDR) -1))
14738 {
325fac50
PA
14739 best_low = std::min (best_low, current_low);
14740 best_high = std::max (best_high, current_high);
fae299cd
DC
14741 }
14742 break;
14743 default:
0963b4bd 14744 /* Ignore. */
fae299cd
DC
14745 break;
14746 }
14747
14748 child = sibling_die (child);
14749 }
14750 }
14751
14752 *lowpc = best_low;
14753 *highpc = best_high;
14754}
14755
801e3a5b
JB
14756/* Record the address ranges for BLOCK, offset by BASEADDR, as given
14757 in DIE. */
380bca97 14758
801e3a5b
JB
14759static void
14760dwarf2_record_block_ranges (struct die_info *die, struct block *block,
14761 CORE_ADDR baseaddr, struct dwarf2_cu *cu)
14762{
518817b3 14763 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a 14764 struct gdbarch *gdbarch = get_objfile_arch (objfile);
801e3a5b 14765 struct attribute *attr;
91da1414 14766 struct attribute *attr_high;
801e3a5b 14767
91da1414
MW
14768 attr_high = dwarf2_attr (die, DW_AT_high_pc, cu);
14769 if (attr_high)
801e3a5b 14770 {
801e3a5b
JB
14771 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
14772 if (attr)
14773 {
31aa7e4e
JB
14774 CORE_ADDR low = attr_value_as_address (attr);
14775 CORE_ADDR high = attr_value_as_address (attr_high);
14776
14777 if (cu->header.version >= 4 && attr_form_is_constant (attr_high))
14778 high += low;
9a619af0 14779
3e29f34a
MR
14780 low = gdbarch_adjust_dwarf2_addr (gdbarch, low + baseaddr);
14781 high = gdbarch_adjust_dwarf2_addr (gdbarch, high + baseaddr);
c24bdb02 14782 cu->get_builder ()->record_block_range (block, low, high - 1);
801e3a5b
JB
14783 }
14784 }
14785
14786 attr = dwarf2_attr (die, DW_AT_ranges, cu);
14787 if (attr)
14788 {
ab435259
DE
14789 /* DW_AT_ranges_base does not apply to DIEs from the DWO skeleton.
14790 We take advantage of the fact that DW_AT_ranges does not appear
14791 in DW_TAG_compile_unit of DWO files. */
14792 int need_ranges_base = die->tag != DW_TAG_compile_unit;
801e3a5b
JB
14793
14794 /* The value of the DW_AT_ranges attribute is the offset of the
14795 address range list in the .debug_ranges section. */
ab435259
DE
14796 unsigned long offset = (DW_UNSND (attr)
14797 + (need_ranges_base ? cu->ranges_base : 0));
801e3a5b 14798
2d5f09ec 14799 std::vector<blockrange> blockvec;
5f46c5a5
JK
14800 dwarf2_ranges_process (offset, cu,
14801 [&] (CORE_ADDR start, CORE_ADDR end)
14802 {
58fdfd2c
JK
14803 start += baseaddr;
14804 end += baseaddr;
5f46c5a5
JK
14805 start = gdbarch_adjust_dwarf2_addr (gdbarch, start);
14806 end = gdbarch_adjust_dwarf2_addr (gdbarch, end);
c24bdb02 14807 cu->get_builder ()->record_block_range (block, start, end - 1);
2d5f09ec 14808 blockvec.emplace_back (start, end);
5f46c5a5 14809 });
2d5f09ec
KB
14810
14811 BLOCK_RANGES(block) = make_blockranges (objfile, blockvec);
801e3a5b
JB
14812 }
14813}
14814
685b1105
JK
14815/* Check whether the producer field indicates either of GCC < 4.6, or the
14816 Intel C/C++ compiler, and cache the result in CU. */
60d5a603 14817
685b1105
JK
14818static void
14819check_producer (struct dwarf2_cu *cu)
60d5a603 14820{
38360086 14821 int major, minor;
60d5a603
JK
14822
14823 if (cu->producer == NULL)
14824 {
14825 /* For unknown compilers expect their behavior is DWARF version
14826 compliant.
14827
14828 GCC started to support .debug_types sections by -gdwarf-4 since
14829 gcc-4.5.x. As the .debug_types sections are missing DW_AT_producer
14830 for their space efficiency GDB cannot workaround gcc-4.5.x -gdwarf-4
14831 combination. gcc-4.5.x -gdwarf-4 binaries have DW_AT_accessibility
14832 interpreted incorrectly by GDB now - GCC PR debug/48229. */
60d5a603 14833 }
b1ffba5a 14834 else if (producer_is_gcc (cu->producer, &major, &minor))
60d5a603 14835 {
38360086
MW
14836 cu->producer_is_gxx_lt_4_6 = major < 4 || (major == 4 && minor < 6);
14837 cu->producer_is_gcc_lt_4_3 = major < 4 || (major == 4 && minor < 3);
685b1105 14838 }
5230b05a 14839 else if (producer_is_icc (cu->producer, &major, &minor))
eb77c9df
AB
14840 {
14841 cu->producer_is_icc = true;
14842 cu->producer_is_icc_lt_14 = major < 14;
14843 }
c258c396
JD
14844 else if (startswith (cu->producer, "CodeWarrior S12/L-ISA"))
14845 cu->producer_is_codewarrior = true;
685b1105
JK
14846 else
14847 {
14848 /* For other non-GCC compilers, expect their behavior is DWARF version
14849 compliant. */
60d5a603
JK
14850 }
14851
9068261f 14852 cu->checked_producer = true;
685b1105 14853}
ba919b58 14854
685b1105
JK
14855/* Check for GCC PR debug/45124 fix which is not present in any G++ version up
14856 to 4.5.any while it is present already in G++ 4.6.0 - the PR has been fixed
14857 during 4.6.0 experimental. */
14858
9068261f 14859static bool
685b1105
JK
14860producer_is_gxx_lt_4_6 (struct dwarf2_cu *cu)
14861{
14862 if (!cu->checked_producer)
14863 check_producer (cu);
14864
14865 return cu->producer_is_gxx_lt_4_6;
60d5a603
JK
14866}
14867
c258c396
JD
14868
14869/* Codewarrior (at least as of version 5.0.40) generates dwarf line information
14870 with incorrect is_stmt attributes. */
14871
14872static bool
14873producer_is_codewarrior (struct dwarf2_cu *cu)
14874{
14875 if (!cu->checked_producer)
14876 check_producer (cu);
14877
14878 return cu->producer_is_codewarrior;
14879}
14880
60d5a603
JK
14881/* Return the default accessibility type if it is not overriden by
14882 DW_AT_accessibility. */
14883
14884static enum dwarf_access_attribute
14885dwarf2_default_access_attribute (struct die_info *die, struct dwarf2_cu *cu)
14886{
14887 if (cu->header.version < 3 || producer_is_gxx_lt_4_6 (cu))
14888 {
14889 /* The default DWARF 2 accessibility for members is public, the default
14890 accessibility for inheritance is private. */
14891
14892 if (die->tag != DW_TAG_inheritance)
14893 return DW_ACCESS_public;
14894 else
14895 return DW_ACCESS_private;
14896 }
14897 else
14898 {
14899 /* DWARF 3+ defines the default accessibility a different way. The same
14900 rules apply now for DW_TAG_inheritance as for the members and it only
14901 depends on the container kind. */
14902
14903 if (die->parent->tag == DW_TAG_class_type)
14904 return DW_ACCESS_private;
14905 else
14906 return DW_ACCESS_public;
14907 }
14908}
14909
74ac6d43
TT
14910/* Look for DW_AT_data_member_location. Set *OFFSET to the byte
14911 offset. If the attribute was not found return 0, otherwise return
14912 1. If it was found but could not properly be handled, set *OFFSET
14913 to 0. */
14914
14915static int
14916handle_data_member_location (struct die_info *die, struct dwarf2_cu *cu,
14917 LONGEST *offset)
14918{
14919 struct attribute *attr;
14920
14921 attr = dwarf2_attr (die, DW_AT_data_member_location, cu);
14922 if (attr != NULL)
14923 {
14924 *offset = 0;
14925
14926 /* Note that we do not check for a section offset first here.
14927 This is because DW_AT_data_member_location is new in DWARF 4,
14928 so if we see it, we can assume that a constant form is really
14929 a constant and not a section offset. */
14930 if (attr_form_is_constant (attr))
14931 *offset = dwarf2_get_attr_constant_value (attr, 0);
14932 else if (attr_form_is_section_offset (attr))
14933 dwarf2_complex_location_expr_complaint ();
14934 else if (attr_form_is_block (attr))
14935 *offset = decode_locdesc (DW_BLOCK (attr), cu);
14936 else
14937 dwarf2_complex_location_expr_complaint ();
14938
14939 return 1;
14940 }
14941
14942 return 0;
14943}
14944
c906108c
SS
14945/* Add an aggregate field to the field list. */
14946
14947static void
107d2387 14948dwarf2_add_field (struct field_info *fip, struct die_info *die,
e7c27a73 14949 struct dwarf2_cu *cu)
6e70227d 14950{
518817b3 14951 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
5e2b427d 14952 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c
SS
14953 struct nextfield *new_field;
14954 struct attribute *attr;
14955 struct field *fp;
15d034d0 14956 const char *fieldname = "";
c906108c 14957
7d0ccb61
DJ
14958 if (die->tag == DW_TAG_inheritance)
14959 {
be2daae6
TT
14960 fip->baseclasses.emplace_back ();
14961 new_field = &fip->baseclasses.back ();
7d0ccb61
DJ
14962 }
14963 else
14964 {
be2daae6
TT
14965 fip->fields.emplace_back ();
14966 new_field = &fip->fields.back ();
7d0ccb61 14967 }
be2daae6 14968
c906108c
SS
14969 fip->nfields++;
14970
e142c38c 14971 attr = dwarf2_attr (die, DW_AT_accessibility, cu);
c906108c
SS
14972 if (attr)
14973 new_field->accessibility = DW_UNSND (attr);
60d5a603
JK
14974 else
14975 new_field->accessibility = dwarf2_default_access_attribute (die, cu);
c906108c
SS
14976 if (new_field->accessibility != DW_ACCESS_public)
14977 fip->non_public_fields = 1;
60d5a603 14978
e142c38c 14979 attr = dwarf2_attr (die, DW_AT_virtuality, cu);
c906108c
SS
14980 if (attr)
14981 new_field->virtuality = DW_UNSND (attr);
60d5a603
JK
14982 else
14983 new_field->virtuality = DW_VIRTUALITY_none;
c906108c
SS
14984
14985 fp = &new_field->field;
a9a9bd0f 14986
e142c38c 14987 if (die->tag == DW_TAG_member && ! die_is_declaration (die, cu))
c906108c 14988 {
74ac6d43
TT
14989 LONGEST offset;
14990
a9a9bd0f 14991 /* Data member other than a C++ static data member. */
6e70227d 14992
c906108c 14993 /* Get type of field. */
e7c27a73 14994 fp->type = die_type (die, cu);
c906108c 14995
d6a843b5 14996 SET_FIELD_BITPOS (*fp, 0);
01ad7f36 14997
c906108c 14998 /* Get bit size of field (zero if none). */
e142c38c 14999 attr = dwarf2_attr (die, DW_AT_bit_size, cu);
c906108c
SS
15000 if (attr)
15001 {
15002 FIELD_BITSIZE (*fp) = DW_UNSND (attr);
15003 }
15004 else
15005 {
15006 FIELD_BITSIZE (*fp) = 0;
15007 }
15008
15009 /* Get bit offset of field. */
74ac6d43
TT
15010 if (handle_data_member_location (die, cu, &offset))
15011 SET_FIELD_BITPOS (*fp, offset * bits_per_byte);
e142c38c 15012 attr = dwarf2_attr (die, DW_AT_bit_offset, cu);
c906108c
SS
15013 if (attr)
15014 {
5e2b427d 15015 if (gdbarch_bits_big_endian (gdbarch))
c906108c
SS
15016 {
15017 /* For big endian bits, the DW_AT_bit_offset gives the
c5aa993b
JM
15018 additional bit offset from the MSB of the containing
15019 anonymous object to the MSB of the field. We don't
15020 have to do anything special since we don't need to
15021 know the size of the anonymous object. */
f41f5e61 15022 SET_FIELD_BITPOS (*fp, FIELD_BITPOS (*fp) + DW_UNSND (attr));
c906108c
SS
15023 }
15024 else
15025 {
15026 /* For little endian bits, compute the bit offset to the
c5aa993b
JM
15027 MSB of the anonymous object, subtract off the number of
15028 bits from the MSB of the field to the MSB of the
15029 object, and then subtract off the number of bits of
15030 the field itself. The result is the bit offset of
15031 the LSB of the field. */
c906108c
SS
15032 int anonymous_size;
15033 int bit_offset = DW_UNSND (attr);
15034
e142c38c 15035 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
15036 if (attr)
15037 {
15038 /* The size of the anonymous object containing
15039 the bit field is explicit, so use the
15040 indicated size (in bytes). */
15041 anonymous_size = DW_UNSND (attr);
15042 }
15043 else
15044 {
15045 /* The size of the anonymous object containing
15046 the bit field must be inferred from the type
15047 attribute of the data member containing the
15048 bit field. */
15049 anonymous_size = TYPE_LENGTH (fp->type);
15050 }
f41f5e61
PA
15051 SET_FIELD_BITPOS (*fp,
15052 (FIELD_BITPOS (*fp)
15053 + anonymous_size * bits_per_byte
15054 - bit_offset - FIELD_BITSIZE (*fp)));
c906108c
SS
15055 }
15056 }
da5b30da
AA
15057 attr = dwarf2_attr (die, DW_AT_data_bit_offset, cu);
15058 if (attr != NULL)
15059 SET_FIELD_BITPOS (*fp, (FIELD_BITPOS (*fp)
15060 + dwarf2_get_attr_constant_value (attr, 0)));
c906108c
SS
15061
15062 /* Get name of field. */
39cbfefa
DJ
15063 fieldname = dwarf2_name (die, cu);
15064 if (fieldname == NULL)
15065 fieldname = "";
d8151005
DJ
15066
15067 /* The name is already allocated along with this objfile, so we don't
15068 need to duplicate it for the type. */
15069 fp->name = fieldname;
c906108c
SS
15070
15071 /* Change accessibility for artificial fields (e.g. virtual table
c5aa993b 15072 pointer or virtual base class pointer) to private. */
e142c38c 15073 if (dwarf2_attr (die, DW_AT_artificial, cu))
c906108c 15074 {
d48cc9dd 15075 FIELD_ARTIFICIAL (*fp) = 1;
c906108c
SS
15076 new_field->accessibility = DW_ACCESS_private;
15077 fip->non_public_fields = 1;
15078 }
15079 }
a9a9bd0f 15080 else if (die->tag == DW_TAG_member || die->tag == DW_TAG_variable)
c906108c 15081 {
a9a9bd0f
DC
15082 /* C++ static member. */
15083
15084 /* NOTE: carlton/2002-11-05: It should be a DW_TAG_member that
15085 is a declaration, but all versions of G++ as of this writing
15086 (so through at least 3.2.1) incorrectly generate
15087 DW_TAG_variable tags. */
6e70227d 15088
ff355380 15089 const char *physname;
c906108c 15090
a9a9bd0f 15091 /* Get name of field. */
39cbfefa
DJ
15092 fieldname = dwarf2_name (die, cu);
15093 if (fieldname == NULL)
c906108c
SS
15094 return;
15095
254e6b9e 15096 attr = dwarf2_attr (die, DW_AT_const_value, cu);
3863f96c
DE
15097 if (attr
15098 /* Only create a symbol if this is an external value.
15099 new_symbol checks this and puts the value in the global symbol
15100 table, which we want. If it is not external, new_symbol
15101 will try to put the value in cu->list_in_scope which is wrong. */
15102 && dwarf2_flag_true_p (die, DW_AT_external, cu))
254e6b9e
DE
15103 {
15104 /* A static const member, not much different than an enum as far as
15105 we're concerned, except that we can support more types. */
15106 new_symbol (die, NULL, cu);
15107 }
15108
2df3850c 15109 /* Get physical name. */
ff355380 15110 physname = dwarf2_physname (fieldname, die, cu);
c906108c 15111
d8151005
DJ
15112 /* The name is already allocated along with this objfile, so we don't
15113 need to duplicate it for the type. */
15114 SET_FIELD_PHYSNAME (*fp, physname ? physname : "");
e7c27a73 15115 FIELD_TYPE (*fp) = die_type (die, cu);
d8151005 15116 FIELD_NAME (*fp) = fieldname;
c906108c
SS
15117 }
15118 else if (die->tag == DW_TAG_inheritance)
15119 {
74ac6d43 15120 LONGEST offset;
d4b96c9a 15121
74ac6d43
TT
15122 /* C++ base class field. */
15123 if (handle_data_member_location (die, cu, &offset))
15124 SET_FIELD_BITPOS (*fp, offset * bits_per_byte);
c906108c 15125 FIELD_BITSIZE (*fp) = 0;
e7c27a73 15126 FIELD_TYPE (*fp) = die_type (die, cu);
a737d952 15127 FIELD_NAME (*fp) = TYPE_NAME (fp->type);
c906108c 15128 }
2ddeaf8a
TT
15129 else if (die->tag == DW_TAG_variant_part)
15130 {
15131 /* process_structure_scope will treat this DIE as a union. */
15132 process_structure_scope (die, cu);
15133
15134 /* The variant part is relative to the start of the enclosing
15135 structure. */
15136 SET_FIELD_BITPOS (*fp, 0);
15137 fp->type = get_die_type (die, cu);
15138 fp->artificial = 1;
15139 fp->name = "<<variant>>";
c8c81635
TT
15140
15141 /* Normally a DW_TAG_variant_part won't have a size, but our
15142 representation requires one, so set it to the maximum of the
15143 child sizes. */
15144 if (TYPE_LENGTH (fp->type) == 0)
15145 {
15146 unsigned max = 0;
15147 for (int i = 0; i < TYPE_NFIELDS (fp->type); ++i)
15148 if (TYPE_LENGTH (TYPE_FIELD_TYPE (fp->type, i)) > max)
15149 max = TYPE_LENGTH (TYPE_FIELD_TYPE (fp->type, i));
15150 TYPE_LENGTH (fp->type) = max;
15151 }
2ddeaf8a
TT
15152 }
15153 else
15154 gdb_assert_not_reached ("missing case in dwarf2_add_field");
c906108c
SS
15155}
15156
883fd55a
KS
15157/* Can the type given by DIE define another type? */
15158
15159static bool
15160type_can_define_types (const struct die_info *die)
15161{
15162 switch (die->tag)
15163 {
15164 case DW_TAG_typedef:
15165 case DW_TAG_class_type:
15166 case DW_TAG_structure_type:
15167 case DW_TAG_union_type:
15168 case DW_TAG_enumeration_type:
15169 return true;
15170
15171 default:
15172 return false;
15173 }
15174}
15175
15176/* Add a type definition defined in the scope of the FIP's class. */
98751a41
JK
15177
15178static void
883fd55a
KS
15179dwarf2_add_type_defn (struct field_info *fip, struct die_info *die,
15180 struct dwarf2_cu *cu)
6e70227d 15181{
be2daae6
TT
15182 struct decl_field fp;
15183 memset (&fp, 0, sizeof (fp));
98751a41 15184
883fd55a 15185 gdb_assert (type_can_define_types (die));
98751a41 15186
883fd55a 15187 /* Get name of field. NULL is okay here, meaning an anonymous type. */
be2daae6
TT
15188 fp.name = dwarf2_name (die, cu);
15189 fp.type = read_type_die (die, cu);
98751a41 15190
c191a687
KS
15191 /* Save accessibility. */
15192 enum dwarf_access_attribute accessibility;
15193 struct attribute *attr = dwarf2_attr (die, DW_AT_accessibility, cu);
15194 if (attr != NULL)
15195 accessibility = (enum dwarf_access_attribute) DW_UNSND (attr);
15196 else
15197 accessibility = dwarf2_default_access_attribute (die, cu);
15198 switch (accessibility)
15199 {
15200 case DW_ACCESS_public:
15201 /* The assumed value if neither private nor protected. */
15202 break;
15203 case DW_ACCESS_private:
be2daae6 15204 fp.is_private = 1;
c191a687
KS
15205 break;
15206 case DW_ACCESS_protected:
be2daae6 15207 fp.is_protected = 1;
c191a687
KS
15208 break;
15209 default:
b98664d3 15210 complaint (_("Unhandled DW_AT_accessibility value (%x)"), accessibility);
c191a687
KS
15211 }
15212
883fd55a 15213 if (die->tag == DW_TAG_typedef)
be2daae6 15214 fip->typedef_field_list.push_back (fp);
883fd55a 15215 else
be2daae6 15216 fip->nested_types_list.push_back (fp);
98751a41
JK
15217}
15218
c906108c
SS
15219/* Create the vector of fields, and attach it to the type. */
15220
15221static void
fba45db2 15222dwarf2_attach_fields_to_type (struct field_info *fip, struct type *type,
e7c27a73 15223 struct dwarf2_cu *cu)
c906108c
SS
15224{
15225 int nfields = fip->nfields;
15226
15227 /* Record the field count, allocate space for the array of fields,
15228 and create blank accessibility bitfields if necessary. */
15229 TYPE_NFIELDS (type) = nfields;
15230 TYPE_FIELDS (type) = (struct field *)
be2daae6 15231 TYPE_ZALLOC (type, sizeof (struct field) * nfields);
c906108c 15232
b4ba55a1 15233 if (fip->non_public_fields && cu->language != language_ada)
c906108c
SS
15234 {
15235 ALLOCATE_CPLUS_STRUCT_TYPE (type);
15236
15237 TYPE_FIELD_PRIVATE_BITS (type) =
15238 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
15239 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields);
15240
15241 TYPE_FIELD_PROTECTED_BITS (type) =
15242 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
15243 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields);
15244
774b6a14
TT
15245 TYPE_FIELD_IGNORE_BITS (type) =
15246 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
15247 B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields);
c906108c
SS
15248 }
15249
15250 /* If the type has baseclasses, allocate and clear a bit vector for
15251 TYPE_FIELD_VIRTUAL_BITS. */
be2daae6 15252 if (!fip->baseclasses.empty () && cu->language != language_ada)
c906108c 15253 {
be2daae6 15254 int num_bytes = B_BYTES (fip->baseclasses.size ());
fe1b8b76 15255 unsigned char *pointer;
c906108c
SS
15256
15257 ALLOCATE_CPLUS_STRUCT_TYPE (type);
224c3ddb 15258 pointer = (unsigned char *) TYPE_ALLOC (type, num_bytes);
fe1b8b76 15259 TYPE_FIELD_VIRTUAL_BITS (type) = pointer;
be2daae6
TT
15260 B_CLRALL (TYPE_FIELD_VIRTUAL_BITS (type), fip->baseclasses.size ());
15261 TYPE_N_BASECLASSES (type) = fip->baseclasses.size ();
c906108c
SS
15262 }
15263
2ddeaf8a
TT
15264 if (TYPE_FLAG_DISCRIMINATED_UNION (type))
15265 {
15266 struct discriminant_info *di = alloc_discriminant_info (type, -1, -1);
15267
be2daae6 15268 for (int index = 0; index < nfields; ++index)
2ddeaf8a 15269 {
be2daae6
TT
15270 struct nextfield &field = fip->fields[index];
15271
15272 if (field.variant.is_discriminant)
2ddeaf8a 15273 di->discriminant_index = index;
be2daae6 15274 else if (field.variant.default_branch)
2ddeaf8a
TT
15275 di->default_index = index;
15276 else
be2daae6 15277 di->discriminants[index] = field.variant.discriminant_value;
2ddeaf8a
TT
15278 }
15279 }
15280
be2daae6
TT
15281 /* Copy the saved-up fields into the field vector. */
15282 for (int i = 0; i < nfields; ++i)
c906108c 15283 {
be2daae6
TT
15284 struct nextfield &field
15285 = ((i < fip->baseclasses.size ()) ? fip->baseclasses[i]
15286 : fip->fields[i - fip->baseclasses.size ()]);
7d0ccb61 15287
be2daae6
TT
15288 TYPE_FIELD (type, i) = field.field;
15289 switch (field.accessibility)
c906108c 15290 {
c5aa993b 15291 case DW_ACCESS_private:
b4ba55a1 15292 if (cu->language != language_ada)
be2daae6 15293 SET_TYPE_FIELD_PRIVATE (type, i);
c5aa993b 15294 break;
c906108c 15295
c5aa993b 15296 case DW_ACCESS_protected:
b4ba55a1 15297 if (cu->language != language_ada)
be2daae6 15298 SET_TYPE_FIELD_PROTECTED (type, i);
c5aa993b 15299 break;
c906108c 15300
c5aa993b
JM
15301 case DW_ACCESS_public:
15302 break;
c906108c 15303
c5aa993b
JM
15304 default:
15305 /* Unknown accessibility. Complain and treat it as public. */
15306 {
b98664d3 15307 complaint (_("unsupported accessibility %d"),
be2daae6 15308 field.accessibility);
c5aa993b
JM
15309 }
15310 break;
c906108c 15311 }
be2daae6 15312 if (i < fip->baseclasses.size ())
c906108c 15313 {
be2daae6 15314 switch (field.virtuality)
c906108c 15315 {
c5aa993b
JM
15316 case DW_VIRTUALITY_virtual:
15317 case DW_VIRTUALITY_pure_virtual:
b4ba55a1 15318 if (cu->language == language_ada)
a73c6dcd 15319 error (_("unexpected virtuality in component of Ada type"));
be2daae6 15320 SET_TYPE_FIELD_VIRTUAL (type, i);
c5aa993b 15321 break;
c906108c
SS
15322 }
15323 }
c906108c
SS
15324 }
15325}
15326
7d27a96d
TT
15327/* Return true if this member function is a constructor, false
15328 otherwise. */
15329
15330static int
15331dwarf2_is_constructor (struct die_info *die, struct dwarf2_cu *cu)
15332{
15333 const char *fieldname;
fe978cb0 15334 const char *type_name;
7d27a96d
TT
15335 int len;
15336
15337 if (die->parent == NULL)
15338 return 0;
15339
15340 if (die->parent->tag != DW_TAG_structure_type
15341 && die->parent->tag != DW_TAG_union_type
15342 && die->parent->tag != DW_TAG_class_type)
15343 return 0;
15344
15345 fieldname = dwarf2_name (die, cu);
fe978cb0
PA
15346 type_name = dwarf2_name (die->parent, cu);
15347 if (fieldname == NULL || type_name == NULL)
7d27a96d
TT
15348 return 0;
15349
15350 len = strlen (fieldname);
fe978cb0
PA
15351 return (strncmp (fieldname, type_name, len) == 0
15352 && (type_name[len] == '\0' || type_name[len] == '<'));
7d27a96d
TT
15353}
15354
c906108c
SS
15355/* Add a member function to the proper fieldlist. */
15356
15357static void
107d2387 15358dwarf2_add_member_fn (struct field_info *fip, struct die_info *die,
e7c27a73 15359 struct type *type, struct dwarf2_cu *cu)
c906108c 15360{
518817b3 15361 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 15362 struct attribute *attr;
c906108c 15363 int i;
be2daae6 15364 struct fnfieldlist *flp = nullptr;
c906108c 15365 struct fn_field *fnp;
15d034d0 15366 const char *fieldname;
f792889a 15367 struct type *this_type;
60d5a603 15368 enum dwarf_access_attribute accessibility;
c906108c 15369
b4ba55a1 15370 if (cu->language == language_ada)
a73c6dcd 15371 error (_("unexpected member function in Ada type"));
b4ba55a1 15372
2df3850c 15373 /* Get name of member function. */
39cbfefa
DJ
15374 fieldname = dwarf2_name (die, cu);
15375 if (fieldname == NULL)
2df3850c 15376 return;
c906108c 15377
c906108c 15378 /* Look up member function name in fieldlist. */
be2daae6 15379 for (i = 0; i < fip->fnfieldlists.size (); i++)
c906108c 15380 {
27bfe10e 15381 if (strcmp (fip->fnfieldlists[i].name, fieldname) == 0)
be2daae6
TT
15382 {
15383 flp = &fip->fnfieldlists[i];
15384 break;
15385 }
c906108c
SS
15386 }
15387
be2daae6
TT
15388 /* Create a new fnfieldlist if necessary. */
15389 if (flp == nullptr)
c906108c 15390 {
be2daae6
TT
15391 fip->fnfieldlists.emplace_back ();
15392 flp = &fip->fnfieldlists.back ();
c906108c 15393 flp->name = fieldname;
be2daae6 15394 i = fip->fnfieldlists.size () - 1;
c906108c
SS
15395 }
15396
be2daae6
TT
15397 /* Create a new member function field and add it to the vector of
15398 fnfieldlists. */
15399 flp->fnfields.emplace_back ();
15400 fnp = &flp->fnfields.back ();
3da10d80
KS
15401
15402 /* Delay processing of the physname until later. */
9c37b5ae 15403 if (cu->language == language_cplus)
be2daae6
TT
15404 add_to_method_list (type, i, flp->fnfields.size () - 1, fieldname,
15405 die, cu);
3da10d80
KS
15406 else
15407 {
1d06ead6 15408 const char *physname = dwarf2_physname (fieldname, die, cu);
3da10d80
KS
15409 fnp->physname = physname ? physname : "";
15410 }
15411
c906108c 15412 fnp->type = alloc_type (objfile);
f792889a
DJ
15413 this_type = read_type_die (die, cu);
15414 if (this_type && TYPE_CODE (this_type) == TYPE_CODE_FUNC)
c906108c 15415 {
f792889a 15416 int nparams = TYPE_NFIELDS (this_type);
c906108c 15417
f792889a 15418 /* TYPE is the domain of this method, and THIS_TYPE is the type
e26fb1d7
DC
15419 of the method itself (TYPE_CODE_METHOD). */
15420 smash_to_method_type (fnp->type, type,
f792889a
DJ
15421 TYPE_TARGET_TYPE (this_type),
15422 TYPE_FIELDS (this_type),
15423 TYPE_NFIELDS (this_type),
15424 TYPE_VARARGS (this_type));
c906108c
SS
15425
15426 /* Handle static member functions.
c5aa993b 15427 Dwarf2 has no clean way to discern C++ static and non-static
0963b4bd
MS
15428 member functions. G++ helps GDB by marking the first
15429 parameter for non-static member functions (which is the this
15430 pointer) as artificial. We obtain this information from
15431 read_subroutine_type via TYPE_FIELD_ARTIFICIAL. */
f792889a 15432 if (nparams == 0 || TYPE_FIELD_ARTIFICIAL (this_type, 0) == 0)
c906108c
SS
15433 fnp->voffset = VOFFSET_STATIC;
15434 }
15435 else
b98664d3 15436 complaint (_("member function type missing for '%s'"),
3da10d80 15437 dwarf2_full_name (fieldname, die, cu));
c906108c
SS
15438
15439 /* Get fcontext from DW_AT_containing_type if present. */
e142c38c 15440 if (dwarf2_attr (die, DW_AT_containing_type, cu) != NULL)
e7c27a73 15441 fnp->fcontext = die_containing_type (die, cu);
c906108c 15442
3e43a32a
MS
15443 /* dwarf2 doesn't have stubbed physical names, so the setting of is_const and
15444 is_volatile is irrelevant, as it is needed by gdb_mangle_name only. */
c906108c
SS
15445
15446 /* Get accessibility. */
e142c38c 15447 attr = dwarf2_attr (die, DW_AT_accessibility, cu);
c906108c 15448 if (attr)
aead7601 15449 accessibility = (enum dwarf_access_attribute) DW_UNSND (attr);
60d5a603
JK
15450 else
15451 accessibility = dwarf2_default_access_attribute (die, cu);
15452 switch (accessibility)
c906108c 15453 {
60d5a603
JK
15454 case DW_ACCESS_private:
15455 fnp->is_private = 1;
15456 break;
15457 case DW_ACCESS_protected:
15458 fnp->is_protected = 1;
15459 break;
c906108c
SS
15460 }
15461
b02dede2 15462 /* Check for artificial methods. */
e142c38c 15463 attr = dwarf2_attr (die, DW_AT_artificial, cu);
b02dede2
DJ
15464 if (attr && DW_UNSND (attr) != 0)
15465 fnp->is_artificial = 1;
15466
7d27a96d
TT
15467 fnp->is_constructor = dwarf2_is_constructor (die, cu);
15468
0d564a31 15469 /* Get index in virtual function table if it is a virtual member
aec5aa8b
TT
15470 function. For older versions of GCC, this is an offset in the
15471 appropriate virtual table, as specified by DW_AT_containing_type.
15472 For everyone else, it is an expression to be evaluated relative
0d564a31
DJ
15473 to the object address. */
15474
e142c38c 15475 attr = dwarf2_attr (die, DW_AT_vtable_elem_location, cu);
aec5aa8b 15476 if (attr)
8e19ed76 15477 {
aec5aa8b 15478 if (attr_form_is_block (attr) && DW_BLOCK (attr)->size > 0)
8e19ed76 15479 {
aec5aa8b
TT
15480 if (DW_BLOCK (attr)->data[0] == DW_OP_constu)
15481 {
15482 /* Old-style GCC. */
15483 fnp->voffset = decode_locdesc (DW_BLOCK (attr), cu) + 2;
15484 }
15485 else if (DW_BLOCK (attr)->data[0] == DW_OP_deref
15486 || (DW_BLOCK (attr)->size > 1
15487 && DW_BLOCK (attr)->data[0] == DW_OP_deref_size
15488 && DW_BLOCK (attr)->data[1] == cu->header.addr_size))
15489 {
aec5aa8b
TT
15490 fnp->voffset = decode_locdesc (DW_BLOCK (attr), cu);
15491 if ((fnp->voffset % cu->header.addr_size) != 0)
15492 dwarf2_complex_location_expr_complaint ();
15493 else
15494 fnp->voffset /= cu->header.addr_size;
15495 fnp->voffset += 2;
15496 }
15497 else
15498 dwarf2_complex_location_expr_complaint ();
15499
15500 if (!fnp->fcontext)
7e993ebf
KS
15501 {
15502 /* If there is no `this' field and no DW_AT_containing_type,
15503 we cannot actually find a base class context for the
15504 vtable! */
15505 if (TYPE_NFIELDS (this_type) == 0
15506 || !TYPE_FIELD_ARTIFICIAL (this_type, 0))
15507 {
b98664d3 15508 complaint (_("cannot determine context for virtual member "
9d8780f0
SM
15509 "function \"%s\" (offset %s)"),
15510 fieldname, sect_offset_str (die->sect_off));
7e993ebf
KS
15511 }
15512 else
15513 {
15514 fnp->fcontext
15515 = TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (this_type, 0));
15516 }
15517 }
aec5aa8b 15518 }
3690dd37 15519 else if (attr_form_is_section_offset (attr))
8e19ed76 15520 {
4d3c2250 15521 dwarf2_complex_location_expr_complaint ();
8e19ed76
PS
15522 }
15523 else
15524 {
4d3c2250
KB
15525 dwarf2_invalid_attrib_class_complaint ("DW_AT_vtable_elem_location",
15526 fieldname);
8e19ed76 15527 }
0d564a31 15528 }
d48cc9dd
DJ
15529 else
15530 {
15531 attr = dwarf2_attr (die, DW_AT_virtuality, cu);
15532 if (attr && DW_UNSND (attr))
15533 {
15534 /* GCC does this, as of 2008-08-25; PR debug/37237. */
b98664d3 15535 complaint (_("Member function \"%s\" (offset %s) is virtual "
3e43a32a 15536 "but the vtable offset is not specified"),
9d8780f0 15537 fieldname, sect_offset_str (die->sect_off));
9655fd1a 15538 ALLOCATE_CPLUS_STRUCT_TYPE (type);
d48cc9dd
DJ
15539 TYPE_CPLUS_DYNAMIC (type) = 1;
15540 }
15541 }
c906108c
SS
15542}
15543
15544/* Create the vector of member function fields, and attach it to the type. */
15545
15546static void
fba45db2 15547dwarf2_attach_fn_fields_to_type (struct field_info *fip, struct type *type,
e7c27a73 15548 struct dwarf2_cu *cu)
c906108c 15549{
b4ba55a1 15550 if (cu->language == language_ada)
a73c6dcd 15551 error (_("unexpected member functions in Ada type"));
b4ba55a1 15552
c906108c
SS
15553 ALLOCATE_CPLUS_STRUCT_TYPE (type);
15554 TYPE_FN_FIELDLISTS (type) = (struct fn_fieldlist *)
be2daae6
TT
15555 TYPE_ALLOC (type,
15556 sizeof (struct fn_fieldlist) * fip->fnfieldlists.size ());
c906108c 15557
be2daae6 15558 for (int i = 0; i < fip->fnfieldlists.size (); i++)
c906108c 15559 {
be2daae6 15560 struct fnfieldlist &nf = fip->fnfieldlists[i];
c906108c 15561 struct fn_fieldlist *fn_flp = &TYPE_FN_FIELDLIST (type, i);
c906108c 15562
be2daae6
TT
15563 TYPE_FN_FIELDLIST_NAME (type, i) = nf.name;
15564 TYPE_FN_FIELDLIST_LENGTH (type, i) = nf.fnfields.size ();
c906108c 15565 fn_flp->fn_fields = (struct fn_field *)
be2daae6
TT
15566 TYPE_ALLOC (type, sizeof (struct fn_field) * nf.fnfields.size ());
15567
15568 for (int k = 0; k < nf.fnfields.size (); ++k)
15569 fn_flp->fn_fields[k] = nf.fnfields[k];
c906108c
SS
15570 }
15571
be2daae6 15572 TYPE_NFN_FIELDS (type) = fip->fnfieldlists.size ();
c906108c
SS
15573}
15574
1168df01
JB
15575/* Returns non-zero if NAME is the name of a vtable member in CU's
15576 language, zero otherwise. */
15577static int
15578is_vtable_name (const char *name, struct dwarf2_cu *cu)
15579{
15580 static const char vptr[] = "_vptr";
15581
9c37b5ae
TT
15582 /* Look for the C++ form of the vtable. */
15583 if (startswith (name, vptr) && is_cplus_marker (name[sizeof (vptr) - 1]))
1168df01
JB
15584 return 1;
15585
15586 return 0;
15587}
15588
c0dd20ea 15589/* GCC outputs unnamed structures that are really pointers to member
0b92b5bb
TT
15590 functions, with the ABI-specified layout. If TYPE describes
15591 such a structure, smash it into a member function type.
61049d3b
DJ
15592
15593 GCC shouldn't do this; it should just output pointer to member DIEs.
15594 This is GCC PR debug/28767. */
c0dd20ea 15595
0b92b5bb
TT
15596static void
15597quirk_gcc_member_function_pointer (struct type *type, struct objfile *objfile)
c0dd20ea 15598{
09e2d7c7 15599 struct type *pfn_type, *self_type, *new_type;
c0dd20ea
DJ
15600
15601 /* Check for a structure with no name and two children. */
0b92b5bb
TT
15602 if (TYPE_CODE (type) != TYPE_CODE_STRUCT || TYPE_NFIELDS (type) != 2)
15603 return;
c0dd20ea
DJ
15604
15605 /* Check for __pfn and __delta members. */
0b92b5bb
TT
15606 if (TYPE_FIELD_NAME (type, 0) == NULL
15607 || strcmp (TYPE_FIELD_NAME (type, 0), "__pfn") != 0
15608 || TYPE_FIELD_NAME (type, 1) == NULL
15609 || strcmp (TYPE_FIELD_NAME (type, 1), "__delta") != 0)
15610 return;
c0dd20ea
DJ
15611
15612 /* Find the type of the method. */
0b92b5bb 15613 pfn_type = TYPE_FIELD_TYPE (type, 0);
c0dd20ea
DJ
15614 if (pfn_type == NULL
15615 || TYPE_CODE (pfn_type) != TYPE_CODE_PTR
15616 || TYPE_CODE (TYPE_TARGET_TYPE (pfn_type)) != TYPE_CODE_FUNC)
0b92b5bb 15617 return;
c0dd20ea
DJ
15618
15619 /* Look for the "this" argument. */
15620 pfn_type = TYPE_TARGET_TYPE (pfn_type);
15621 if (TYPE_NFIELDS (pfn_type) == 0
0b92b5bb 15622 /* || TYPE_FIELD_TYPE (pfn_type, 0) == NULL */
c0dd20ea 15623 || TYPE_CODE (TYPE_FIELD_TYPE (pfn_type, 0)) != TYPE_CODE_PTR)
0b92b5bb 15624 return;
c0dd20ea 15625
09e2d7c7 15626 self_type = TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (pfn_type, 0));
0b92b5bb 15627 new_type = alloc_type (objfile);
09e2d7c7 15628 smash_to_method_type (new_type, self_type, TYPE_TARGET_TYPE (pfn_type),
c0dd20ea
DJ
15629 TYPE_FIELDS (pfn_type), TYPE_NFIELDS (pfn_type),
15630 TYPE_VARARGS (pfn_type));
0b92b5bb 15631 smash_to_methodptr_type (type, new_type);
c0dd20ea 15632}
1168df01 15633
2b4424c3
TT
15634/* If the DIE has a DW_AT_alignment attribute, return its value, doing
15635 appropriate error checking and issuing complaints if there is a
15636 problem. */
15637
15638static ULONGEST
15639get_alignment (struct dwarf2_cu *cu, struct die_info *die)
15640{
15641 struct attribute *attr = dwarf2_attr (die, DW_AT_alignment, cu);
15642
15643 if (attr == nullptr)
15644 return 0;
15645
15646 if (!attr_form_is_constant (attr))
15647 {
b98664d3 15648 complaint (_("DW_AT_alignment must have constant form"
2b4424c3
TT
15649 " - DIE at %s [in module %s]"),
15650 sect_offset_str (die->sect_off),
15651 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15652 return 0;
15653 }
15654
15655 ULONGEST align;
15656 if (attr->form == DW_FORM_sdata)
15657 {
15658 LONGEST val = DW_SND (attr);
15659 if (val < 0)
15660 {
b98664d3 15661 complaint (_("DW_AT_alignment value must not be negative"
2b4424c3
TT
15662 " - DIE at %s [in module %s]"),
15663 sect_offset_str (die->sect_off),
15664 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15665 return 0;
15666 }
15667 align = val;
15668 }
15669 else
15670 align = DW_UNSND (attr);
15671
15672 if (align == 0)
15673 {
b98664d3 15674 complaint (_("DW_AT_alignment value must not be zero"
2b4424c3
TT
15675 " - DIE at %s [in module %s]"),
15676 sect_offset_str (die->sect_off),
15677 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15678 return 0;
15679 }
15680 if ((align & (align - 1)) != 0)
15681 {
b98664d3 15682 complaint (_("DW_AT_alignment value must be a power of 2"
2b4424c3
TT
15683 " - DIE at %s [in module %s]"),
15684 sect_offset_str (die->sect_off),
15685 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15686 return 0;
15687 }
15688
15689 return align;
15690}
15691
15692/* If the DIE has a DW_AT_alignment attribute, use its value to set
15693 the alignment for TYPE. */
15694
15695static void
15696maybe_set_alignment (struct dwarf2_cu *cu, struct die_info *die,
15697 struct type *type)
15698{
15699 if (!set_type_align (type, get_alignment (cu, die)))
b98664d3 15700 complaint (_("DW_AT_alignment value too large"
2b4424c3
TT
15701 " - DIE at %s [in module %s]"),
15702 sect_offset_str (die->sect_off),
15703 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15704}
685b1105 15705
c906108c 15706/* Called when we find the DIE that starts a structure or union scope
c767944b
DJ
15707 (definition) to create a type for the structure or union. Fill in
15708 the type's name and general properties; the members will not be
83655187
DE
15709 processed until process_structure_scope. A symbol table entry for
15710 the type will also not be done until process_structure_scope (assuming
15711 the type has a name).
c906108c 15712
c767944b
DJ
15713 NOTE: we need to call these functions regardless of whether or not the
15714 DIE has a DW_AT_name attribute, since it might be an anonymous
c906108c 15715 structure or union. This gets the type entered into our set of
83655187 15716 user defined types. */
c906108c 15717
f792889a 15718static struct type *
134d01f1 15719read_structure_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 15720{
518817b3 15721 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c
SS
15722 struct type *type;
15723 struct attribute *attr;
15d034d0 15724 const char *name;
c906108c 15725
348e048f
DE
15726 /* If the definition of this type lives in .debug_types, read that type.
15727 Don't follow DW_AT_specification though, that will take us back up
15728 the chain and we want to go down. */
45e58e77 15729 attr = dwarf2_attr_no_follow (die, DW_AT_signature);
348e048f
DE
15730 if (attr)
15731 {
ac9ec31b 15732 type = get_DW_AT_signature_type (die, attr, cu);
9dc481d3 15733
ac9ec31b 15734 /* The type's CU may not be the same as CU.
02142a6c 15735 Ensure TYPE is recorded with CU in die_type_hash. */
348e048f
DE
15736 return set_die_type (die, type, cu);
15737 }
15738
c0dd20ea 15739 type = alloc_type (objfile);
c906108c 15740 INIT_CPLUS_SPECIFIC (type);
93311388 15741
39cbfefa
DJ
15742 name = dwarf2_name (die, cu);
15743 if (name != NULL)
c906108c 15744 {
987504bb 15745 if (cu->language == language_cplus
c44af4eb
TT
15746 || cu->language == language_d
15747 || cu->language == language_rust)
63d06c5c 15748 {
15d034d0 15749 const char *full_name = dwarf2_full_name (name, die, cu);
3da10d80
KS
15750
15751 /* dwarf2_full_name might have already finished building the DIE's
15752 type. If so, there is no need to continue. */
15753 if (get_die_type (die, cu) != NULL)
15754 return get_die_type (die, cu);
15755
e86ca25f 15756 TYPE_NAME (type) = full_name;
63d06c5c
DC
15757 }
15758 else
15759 {
d8151005
DJ
15760 /* The name is already allocated along with this objfile, so
15761 we don't need to duplicate it for the type. */
e86ca25f 15762 TYPE_NAME (type) = name;
63d06c5c 15763 }
c906108c
SS
15764 }
15765
15766 if (die->tag == DW_TAG_structure_type)
15767 {
15768 TYPE_CODE (type) = TYPE_CODE_STRUCT;
15769 }
15770 else if (die->tag == DW_TAG_union_type)
15771 {
15772 TYPE_CODE (type) = TYPE_CODE_UNION;
15773 }
2ddeaf8a
TT
15774 else if (die->tag == DW_TAG_variant_part)
15775 {
15776 TYPE_CODE (type) = TYPE_CODE_UNION;
15777 TYPE_FLAG_DISCRIMINATED_UNION (type) = 1;
15778 }
c906108c
SS
15779 else
15780 {
4753d33b 15781 TYPE_CODE (type) = TYPE_CODE_STRUCT;
c906108c
SS
15782 }
15783
0cc2414c
TT
15784 if (cu->language == language_cplus && die->tag == DW_TAG_class_type)
15785 TYPE_DECLARED_CLASS (type) = 1;
15786
e142c38c 15787 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
15788 if (attr)
15789 {
155bfbd3
JB
15790 if (attr_form_is_constant (attr))
15791 TYPE_LENGTH (type) = DW_UNSND (attr);
15792 else
15793 {
15794 /* For the moment, dynamic type sizes are not supported
15795 by GDB's struct type. The actual size is determined
15796 on-demand when resolving the type of a given object,
15797 so set the type's length to zero for now. Otherwise,
15798 we record an expression as the length, and that expression
15799 could lead to a very large value, which could eventually
15800 lead to us trying to allocate that much memory when creating
15801 a value of that type. */
15802 TYPE_LENGTH (type) = 0;
15803 }
c906108c
SS
15804 }
15805 else
15806 {
15807 TYPE_LENGTH (type) = 0;
15808 }
15809
2b4424c3
TT
15810 maybe_set_alignment (cu, die, type);
15811
5230b05a 15812 if (producer_is_icc_lt_14 (cu) && (TYPE_LENGTH (type) == 0))
685b1105 15813 {
5230b05a
WT
15814 /* ICC<14 does not output the required DW_AT_declaration on
15815 incomplete types, but gives them a size of zero. */
422b1cb0 15816 TYPE_STUB (type) = 1;
685b1105
JK
15817 }
15818 else
15819 TYPE_STUB_SUPPORTED (type) = 1;
15820
dc718098 15821 if (die_is_declaration (die, cu))
876cecd0 15822 TYPE_STUB (type) = 1;
a6c727b2
DJ
15823 else if (attr == NULL && die->child == NULL
15824 && producer_is_realview (cu->producer))
15825 /* RealView does not output the required DW_AT_declaration
15826 on incomplete types. */
15827 TYPE_STUB (type) = 1;
dc718098 15828
c906108c
SS
15829 /* We need to add the type field to the die immediately so we don't
15830 infinitely recurse when dealing with pointers to the structure
0963b4bd 15831 type within the structure itself. */
1c379e20 15832 set_die_type (die, type, cu);
c906108c 15833
7e314c57
JK
15834 /* set_die_type should be already done. */
15835 set_descriptive_type (type, die, cu);
15836
c767944b
DJ
15837 return type;
15838}
15839
2ddeaf8a
TT
15840/* A helper for process_structure_scope that handles a single member
15841 DIE. */
15842
15843static void
15844handle_struct_member_die (struct die_info *child_die, struct type *type,
15845 struct field_info *fi,
15846 std::vector<struct symbol *> *template_args,
15847 struct dwarf2_cu *cu)
15848{
15849 if (child_die->tag == DW_TAG_member
15850 || child_die->tag == DW_TAG_variable
15851 || child_die->tag == DW_TAG_variant_part)
15852 {
15853 /* NOTE: carlton/2002-11-05: A C++ static data member
15854 should be a DW_TAG_member that is a declaration, but
15855 all versions of G++ as of this writing (so through at
15856 least 3.2.1) incorrectly generate DW_TAG_variable
15857 tags for them instead. */
15858 dwarf2_add_field (fi, child_die, cu);
15859 }
15860 else if (child_die->tag == DW_TAG_subprogram)
15861 {
15862 /* Rust doesn't have member functions in the C++ sense.
15863 However, it does emit ordinary functions as children
15864 of a struct DIE. */
15865 if (cu->language == language_rust)
15866 read_func_scope (child_die, cu);
15867 else
15868 {
15869 /* C++ member function. */
15870 dwarf2_add_member_fn (fi, child_die, type, cu);
15871 }
15872 }
15873 else if (child_die->tag == DW_TAG_inheritance)
15874 {
15875 /* C++ base class field. */
15876 dwarf2_add_field (fi, child_die, cu);
15877 }
15878 else if (type_can_define_types (child_die))
15879 dwarf2_add_type_defn (fi, child_die, cu);
15880 else if (child_die->tag == DW_TAG_template_type_param
15881 || child_die->tag == DW_TAG_template_value_param)
15882 {
15883 struct symbol *arg = new_symbol (child_die, NULL, cu);
15884
15885 if (arg != NULL)
15886 template_args->push_back (arg);
15887 }
15888 else if (child_die->tag == DW_TAG_variant)
15889 {
15890 /* In a variant we want to get the discriminant and also add a
15891 field for our sole member child. */
15892 struct attribute *discr = dwarf2_attr (child_die, DW_AT_discr_value, cu);
15893
bde09ab7 15894 for (die_info *variant_child = child_die->child;
2ddeaf8a
TT
15895 variant_child != NULL;
15896 variant_child = sibling_die (variant_child))
15897 {
15898 if (variant_child->tag == DW_TAG_member)
15899 {
15900 handle_struct_member_die (variant_child, type, fi,
15901 template_args, cu);
15902 /* Only handle the one. */
15903 break;
15904 }
15905 }
15906
15907 /* We don't handle this but we might as well report it if we see
15908 it. */
15909 if (dwarf2_attr (child_die, DW_AT_discr_list, cu) != nullptr)
b98664d3 15910 complaint (_("DW_AT_discr_list is not supported yet"
2ddeaf8a
TT
15911 " - DIE at %s [in module %s]"),
15912 sect_offset_str (child_die->sect_off),
15913 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15914
15915 /* The first field was just added, so we can stash the
15916 discriminant there. */
be2daae6 15917 gdb_assert (!fi->fields.empty ());
2ddeaf8a 15918 if (discr == NULL)
be2daae6 15919 fi->fields.back ().variant.default_branch = true;
2ddeaf8a 15920 else
be2daae6 15921 fi->fields.back ().variant.discriminant_value = DW_UNSND (discr);
2ddeaf8a
TT
15922 }
15923}
15924
c767944b
DJ
15925/* Finish creating a structure or union type, including filling in
15926 its members and creating a symbol for it. */
15927
15928static void
15929process_structure_scope (struct die_info *die, struct dwarf2_cu *cu)
15930{
518817b3 15931 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
ca040673 15932 struct die_info *child_die;
c767944b
DJ
15933 struct type *type;
15934
15935 type = get_die_type (die, cu);
15936 if (type == NULL)
15937 type = read_structure_type (die, cu);
15938
2ddeaf8a
TT
15939 /* When reading a DW_TAG_variant_part, we need to notice when we
15940 read the discriminant member, so we can record it later in the
15941 discriminant_info. */
15942 bool is_variant_part = TYPE_FLAG_DISCRIMINATED_UNION (type);
15943 sect_offset discr_offset;
3e1d3d8c 15944 bool has_template_parameters = false;
2ddeaf8a
TT
15945
15946 if (is_variant_part)
15947 {
15948 struct attribute *discr = dwarf2_attr (die, DW_AT_discr, cu);
15949 if (discr == NULL)
15950 {
15951 /* Maybe it's a univariant form, an extension we support.
15952 In this case arrange not to check the offset. */
15953 is_variant_part = false;
15954 }
15955 else if (attr_form_is_ref (discr))
15956 {
15957 struct dwarf2_cu *target_cu = cu;
15958 struct die_info *target_die = follow_die_ref (die, discr, &target_cu);
15959
15960 discr_offset = target_die->sect_off;
15961 }
15962 else
15963 {
b98664d3 15964 complaint (_("DW_AT_discr does not have DIE reference form"
2ddeaf8a
TT
15965 " - DIE at %s [in module %s]"),
15966 sect_offset_str (die->sect_off),
15967 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15968 is_variant_part = false;
15969 }
15970 }
15971
e142c38c 15972 if (die->child != NULL && ! die_is_declaration (die, cu))
c906108c
SS
15973 {
15974 struct field_info fi;
2f4732b0 15975 std::vector<struct symbol *> template_args;
c906108c 15976
639d11d3 15977 child_die = die->child;
c906108c
SS
15978
15979 while (child_die && child_die->tag)
15980 {
2ddeaf8a 15981 handle_struct_member_die (child_die, type, &fi, &template_args, cu);
34eaf542 15982
2ddeaf8a 15983 if (is_variant_part && discr_offset == child_die->sect_off)
be2daae6 15984 fi.fields.back ().variant.is_discriminant = true;
34eaf542 15985
c906108c
SS
15986 child_die = sibling_die (child_die);
15987 }
15988
34eaf542 15989 /* Attach template arguments to type. */
2f4732b0 15990 if (!template_args.empty ())
34eaf542 15991 {
3e1d3d8c 15992 has_template_parameters = true;
34eaf542 15993 ALLOCATE_CPLUS_STRUCT_TYPE (type);
2f4732b0 15994 TYPE_N_TEMPLATE_ARGUMENTS (type) = template_args.size ();
34eaf542 15995 TYPE_TEMPLATE_ARGUMENTS (type)
8d749320
SM
15996 = XOBNEWVEC (&objfile->objfile_obstack,
15997 struct symbol *,
15998 TYPE_N_TEMPLATE_ARGUMENTS (type));
34eaf542 15999 memcpy (TYPE_TEMPLATE_ARGUMENTS (type),
2f4732b0 16000 template_args.data (),
34eaf542
TT
16001 (TYPE_N_TEMPLATE_ARGUMENTS (type)
16002 * sizeof (struct symbol *)));
34eaf542
TT
16003 }
16004
c906108c
SS
16005 /* Attach fields and member functions to the type. */
16006 if (fi.nfields)
e7c27a73 16007 dwarf2_attach_fields_to_type (&fi, type, cu);
be2daae6 16008 if (!fi.fnfieldlists.empty ())
c906108c 16009 {
e7c27a73 16010 dwarf2_attach_fn_fields_to_type (&fi, type, cu);
c906108c 16011
c5aa993b 16012 /* Get the type which refers to the base class (possibly this
c906108c 16013 class itself) which contains the vtable pointer for the current
0d564a31
DJ
16014 class from the DW_AT_containing_type attribute. This use of
16015 DW_AT_containing_type is a GNU extension. */
c906108c 16016
e142c38c 16017 if (dwarf2_attr (die, DW_AT_containing_type, cu) != NULL)
c906108c 16018 {
e7c27a73 16019 struct type *t = die_containing_type (die, cu);
c906108c 16020
ae6ae975 16021 set_type_vptr_basetype (type, t);
c906108c
SS
16022 if (type == t)
16023 {
c906108c
SS
16024 int i;
16025
16026 /* Our own class provides vtbl ptr. */
16027 for (i = TYPE_NFIELDS (t) - 1;
16028 i >= TYPE_N_BASECLASSES (t);
16029 --i)
16030 {
0d5cff50 16031 const char *fieldname = TYPE_FIELD_NAME (t, i);
c906108c 16032
1168df01 16033 if (is_vtable_name (fieldname, cu))
c906108c 16034 {
ae6ae975 16035 set_type_vptr_fieldno (type, i);
c906108c
SS
16036 break;
16037 }
16038 }
16039
16040 /* Complain if virtual function table field not found. */
16041 if (i < TYPE_N_BASECLASSES (t))
b98664d3 16042 complaint (_("virtual function table pointer "
3e43a32a 16043 "not found when defining class '%s'"),
e86ca25f 16044 TYPE_NAME (type) ? TYPE_NAME (type) : "");
c906108c
SS
16045 }
16046 else
16047 {
ae6ae975 16048 set_type_vptr_fieldno (type, TYPE_VPTR_FIELDNO (t));
c906108c
SS
16049 }
16050 }
f6235d4c 16051 else if (cu->producer
61012eef 16052 && startswith (cu->producer, "IBM(R) XL C/C++ Advanced Edition"))
f6235d4c
EZ
16053 {
16054 /* The IBM XLC compiler does not provide direct indication
16055 of the containing type, but the vtable pointer is
16056 always named __vfp. */
16057
16058 int i;
16059
16060 for (i = TYPE_NFIELDS (type) - 1;
16061 i >= TYPE_N_BASECLASSES (type);
16062 --i)
16063 {
16064 if (strcmp (TYPE_FIELD_NAME (type, i), "__vfp") == 0)
16065 {
ae6ae975
DE
16066 set_type_vptr_fieldno (type, i);
16067 set_type_vptr_basetype (type, type);
f6235d4c
EZ
16068 break;
16069 }
16070 }
16071 }
c906108c 16072 }
98751a41
JK
16073
16074 /* Copy fi.typedef_field_list linked list elements content into the
16075 allocated array TYPE_TYPEDEF_FIELD_ARRAY (type). */
be2daae6 16076 if (!fi.typedef_field_list.empty ())
98751a41 16077 {
be2daae6 16078 int count = fi.typedef_field_list.size ();
98751a41 16079
a0d7a4ff 16080 ALLOCATE_CPLUS_STRUCT_TYPE (type);
98751a41 16081 TYPE_TYPEDEF_FIELD_ARRAY (type)
883fd55a 16082 = ((struct decl_field *)
be2daae6
TT
16083 TYPE_ALLOC (type,
16084 sizeof (TYPE_TYPEDEF_FIELD (type, 0)) * count));
16085 TYPE_TYPEDEF_FIELD_COUNT (type) = count;
6e70227d 16086
be2daae6
TT
16087 for (int i = 0; i < fi.typedef_field_list.size (); ++i)
16088 TYPE_TYPEDEF_FIELD (type, i) = fi.typedef_field_list[i];
98751a41 16089 }
c767944b 16090
883fd55a
KS
16091 /* Copy fi.nested_types_list linked list elements content into the
16092 allocated array TYPE_NESTED_TYPES_ARRAY (type). */
be2daae6 16093 if (!fi.nested_types_list.empty () && cu->language != language_ada)
883fd55a 16094 {
be2daae6 16095 int count = fi.nested_types_list.size ();
883fd55a
KS
16096
16097 ALLOCATE_CPLUS_STRUCT_TYPE (type);
16098 TYPE_NESTED_TYPES_ARRAY (type)
16099 = ((struct decl_field *)
be2daae6
TT
16100 TYPE_ALLOC (type, sizeof (struct decl_field) * count));
16101 TYPE_NESTED_TYPES_COUNT (type) = count;
883fd55a 16102
be2daae6
TT
16103 for (int i = 0; i < fi.nested_types_list.size (); ++i)
16104 TYPE_NESTED_TYPES_FIELD (type, i) = fi.nested_types_list[i];
883fd55a 16105 }
c906108c 16106 }
63d06c5c 16107
bb5ed363 16108 quirk_gcc_member_function_pointer (type, objfile);
c9317f21
TT
16109 if (cu->language == language_rust && die->tag == DW_TAG_union_type)
16110 cu->rust_unions.push_back (type);
0b92b5bb 16111
90aeadfc
DC
16112 /* NOTE: carlton/2004-03-16: GCC 3.4 (or at least one of its
16113 snapshots) has been known to create a die giving a declaration
16114 for a class that has, as a child, a die giving a definition for a
16115 nested class. So we have to process our children even if the
16116 current die is a declaration. Normally, of course, a declaration
16117 won't have any children at all. */
134d01f1 16118
ca040673
DE
16119 child_die = die->child;
16120
90aeadfc
DC
16121 while (child_die != NULL && child_die->tag)
16122 {
16123 if (child_die->tag == DW_TAG_member
16124 || child_die->tag == DW_TAG_variable
34eaf542
TT
16125 || child_die->tag == DW_TAG_inheritance
16126 || child_die->tag == DW_TAG_template_value_param
16127 || child_die->tag == DW_TAG_template_type_param)
134d01f1 16128 {
90aeadfc 16129 /* Do nothing. */
134d01f1 16130 }
90aeadfc
DC
16131 else
16132 process_die (child_die, cu);
134d01f1 16133
90aeadfc 16134 child_die = sibling_die (child_die);
134d01f1
DJ
16135 }
16136
fa4028e9
JB
16137 /* Do not consider external references. According to the DWARF standard,
16138 these DIEs are identified by the fact that they have no byte_size
16139 attribute, and a declaration attribute. */
16140 if (dwarf2_attr (die, DW_AT_byte_size, cu) != NULL
16141 || !die_is_declaration (die, cu))
3e1d3d8c
TT
16142 {
16143 struct symbol *sym = new_symbol (die, type, cu);
16144
16145 if (has_template_parameters)
16146 {
a776957c
TT
16147 struct symtab *symtab;
16148 if (sym != nullptr)
16149 symtab = symbol_symtab (sym);
16150 else if (cu->line_header != nullptr)
16151 {
16152 /* Any related symtab will do. */
16153 symtab
16154 = cu->line_header->file_name_at (file_name_index (1))->symtab;
16155 }
16156 else
16157 {
16158 symtab = nullptr;
16159 complaint (_("could not find suitable "
16160 "symtab for template parameter"
16161 " - DIE at %s [in module %s]"),
16162 sect_offset_str (die->sect_off),
16163 objfile_name (objfile));
16164 }
16165
16166 if (symtab != nullptr)
16167 {
16168 /* Make sure that the symtab is set on the new symbols.
16169 Even though they don't appear in this symtab directly,
16170 other parts of gdb assume that symbols do, and this is
16171 reasonably true. */
16172 for (int i = 0; i < TYPE_N_TEMPLATE_ARGUMENTS (type); ++i)
16173 symbol_set_symtab (TYPE_TEMPLATE_ARGUMENT (type, i), symtab);
16174 }
3e1d3d8c
TT
16175 }
16176 }
134d01f1
DJ
16177}
16178
55426c9d
JB
16179/* Assuming DIE is an enumeration type, and TYPE is its associated type,
16180 update TYPE using some information only available in DIE's children. */
16181
16182static void
16183update_enumeration_type_from_children (struct die_info *die,
16184 struct type *type,
16185 struct dwarf2_cu *cu)
16186{
60f7655a 16187 struct die_info *child_die;
55426c9d
JB
16188 int unsigned_enum = 1;
16189 int flag_enum = 1;
16190 ULONGEST mask = 0;
55426c9d 16191
8268c778 16192 auto_obstack obstack;
55426c9d 16193
60f7655a
DE
16194 for (child_die = die->child;
16195 child_die != NULL && child_die->tag;
16196 child_die = sibling_die (child_die))
55426c9d
JB
16197 {
16198 struct attribute *attr;
16199 LONGEST value;
16200 const gdb_byte *bytes;
16201 struct dwarf2_locexpr_baton *baton;
16202 const char *name;
60f7655a 16203
55426c9d
JB
16204 if (child_die->tag != DW_TAG_enumerator)
16205 continue;
16206
16207 attr = dwarf2_attr (child_die, DW_AT_const_value, cu);
16208 if (attr == NULL)
16209 continue;
16210
16211 name = dwarf2_name (child_die, cu);
16212 if (name == NULL)
16213 name = "<anonymous enumerator>";
16214
16215 dwarf2_const_value_attr (attr, type, name, &obstack, cu,
16216 &value, &bytes, &baton);
16217 if (value < 0)
16218 {
16219 unsigned_enum = 0;
16220 flag_enum = 0;
16221 }
16222 else if ((mask & value) != 0)
16223 flag_enum = 0;
16224 else
16225 mask |= value;
16226
16227 /* If we already know that the enum type is neither unsigned, nor
16228 a flag type, no need to look at the rest of the enumerates. */
16229 if (!unsigned_enum && !flag_enum)
16230 break;
55426c9d
JB
16231 }
16232
16233 if (unsigned_enum)
16234 TYPE_UNSIGNED (type) = 1;
16235 if (flag_enum)
16236 TYPE_FLAG_ENUM (type) = 1;
55426c9d
JB
16237}
16238
134d01f1
DJ
16239/* Given a DW_AT_enumeration_type die, set its type. We do not
16240 complete the type's fields yet, or create any symbols. */
c906108c 16241
f792889a 16242static struct type *
134d01f1 16243read_enumeration_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 16244{
518817b3 16245 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 16246 struct type *type;
c906108c 16247 struct attribute *attr;
0114d602 16248 const char *name;
134d01f1 16249
348e048f
DE
16250 /* If the definition of this type lives in .debug_types, read that type.
16251 Don't follow DW_AT_specification though, that will take us back up
16252 the chain and we want to go down. */
45e58e77 16253 attr = dwarf2_attr_no_follow (die, DW_AT_signature);
348e048f
DE
16254 if (attr)
16255 {
ac9ec31b 16256 type = get_DW_AT_signature_type (die, attr, cu);
9dc481d3 16257
ac9ec31b 16258 /* The type's CU may not be the same as CU.
02142a6c 16259 Ensure TYPE is recorded with CU in die_type_hash. */
348e048f
DE
16260 return set_die_type (die, type, cu);
16261 }
16262
c906108c
SS
16263 type = alloc_type (objfile);
16264
16265 TYPE_CODE (type) = TYPE_CODE_ENUM;
94af9270 16266 name = dwarf2_full_name (NULL, die, cu);
39cbfefa 16267 if (name != NULL)
e86ca25f 16268 TYPE_NAME (type) = name;
c906108c 16269
0626fc76
TT
16270 attr = dwarf2_attr (die, DW_AT_type, cu);
16271 if (attr != NULL)
16272 {
16273 struct type *underlying_type = die_type (die, cu);
16274
16275 TYPE_TARGET_TYPE (type) = underlying_type;
16276 }
16277
e142c38c 16278 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
16279 if (attr)
16280 {
16281 TYPE_LENGTH (type) = DW_UNSND (attr);
16282 }
16283 else
16284 {
16285 TYPE_LENGTH (type) = 0;
16286 }
16287
2b4424c3
TT
16288 maybe_set_alignment (cu, die, type);
16289
137033e9
JB
16290 /* The enumeration DIE can be incomplete. In Ada, any type can be
16291 declared as private in the package spec, and then defined only
16292 inside the package body. Such types are known as Taft Amendment
16293 Types. When another package uses such a type, an incomplete DIE
16294 may be generated by the compiler. */
02eb380e 16295 if (die_is_declaration (die, cu))
876cecd0 16296 TYPE_STUB (type) = 1;
02eb380e 16297
0626fc76
TT
16298 /* Finish the creation of this type by using the enum's children.
16299 We must call this even when the underlying type has been provided
16300 so that we can determine if we're looking at a "flag" enum. */
55426c9d
JB
16301 update_enumeration_type_from_children (die, type, cu);
16302
0626fc76
TT
16303 /* If this type has an underlying type that is not a stub, then we
16304 may use its attributes. We always use the "unsigned" attribute
16305 in this situation, because ordinarily we guess whether the type
16306 is unsigned -- but the guess can be wrong and the underlying type
16307 can tell us the reality. However, we defer to a local size
16308 attribute if one exists, because this lets the compiler override
16309 the underlying type if needed. */
16310 if (TYPE_TARGET_TYPE (type) != NULL && !TYPE_STUB (TYPE_TARGET_TYPE (type)))
16311 {
16312 TYPE_UNSIGNED (type) = TYPE_UNSIGNED (TYPE_TARGET_TYPE (type));
16313 if (TYPE_LENGTH (type) == 0)
16314 TYPE_LENGTH (type) = TYPE_LENGTH (TYPE_TARGET_TYPE (type));
2b4424c3
TT
16315 if (TYPE_RAW_ALIGN (type) == 0
16316 && TYPE_RAW_ALIGN (TYPE_TARGET_TYPE (type)) != 0)
16317 set_type_align (type, TYPE_RAW_ALIGN (TYPE_TARGET_TYPE (type)));
0626fc76
TT
16318 }
16319
3d567982
TT
16320 TYPE_DECLARED_CLASS (type) = dwarf2_flag_true_p (die, DW_AT_enum_class, cu);
16321
f792889a 16322 return set_die_type (die, type, cu);
134d01f1
DJ
16323}
16324
16325/* Given a pointer to a die which begins an enumeration, process all
16326 the dies that define the members of the enumeration, and create the
16327 symbol for the enumeration type.
16328
16329 NOTE: We reverse the order of the element list. */
16330
16331static void
16332process_enumeration_scope (struct die_info *die, struct dwarf2_cu *cu)
16333{
f792889a 16334 struct type *this_type;
134d01f1 16335
f792889a
DJ
16336 this_type = get_die_type (die, cu);
16337 if (this_type == NULL)
16338 this_type = read_enumeration_type (die, cu);
9dc481d3 16339
639d11d3 16340 if (die->child != NULL)
c906108c 16341 {
9dc481d3
DE
16342 struct die_info *child_die;
16343 struct symbol *sym;
16344 struct field *fields = NULL;
16345 int num_fields = 0;
15d034d0 16346 const char *name;
9dc481d3 16347
639d11d3 16348 child_die = die->child;
c906108c
SS
16349 while (child_die && child_die->tag)
16350 {
16351 if (child_die->tag != DW_TAG_enumerator)
16352 {
e7c27a73 16353 process_die (child_die, cu);
c906108c
SS
16354 }
16355 else
16356 {
39cbfefa
DJ
16357 name = dwarf2_name (child_die, cu);
16358 if (name)
c906108c 16359 {
f792889a 16360 sym = new_symbol (child_die, this_type, cu);
c906108c
SS
16361
16362 if ((num_fields % DW_FIELD_ALLOC_CHUNK) == 0)
16363 {
16364 fields = (struct field *)
16365 xrealloc (fields,
16366 (num_fields + DW_FIELD_ALLOC_CHUNK)
c5aa993b 16367 * sizeof (struct field));
c906108c
SS
16368 }
16369
3567439c 16370 FIELD_NAME (fields[num_fields]) = SYMBOL_LINKAGE_NAME (sym);
c906108c 16371 FIELD_TYPE (fields[num_fields]) = NULL;
14e75d8e 16372 SET_FIELD_ENUMVAL (fields[num_fields], SYMBOL_VALUE (sym));
c906108c
SS
16373 FIELD_BITSIZE (fields[num_fields]) = 0;
16374
16375 num_fields++;
16376 }
16377 }
16378
16379 child_die = sibling_die (child_die);
16380 }
16381
16382 if (num_fields)
16383 {
f792889a
DJ
16384 TYPE_NFIELDS (this_type) = num_fields;
16385 TYPE_FIELDS (this_type) = (struct field *)
16386 TYPE_ALLOC (this_type, sizeof (struct field) * num_fields);
16387 memcpy (TYPE_FIELDS (this_type), fields,
c906108c 16388 sizeof (struct field) * num_fields);
b8c9b27d 16389 xfree (fields);
c906108c 16390 }
c906108c 16391 }
134d01f1 16392
6c83ed52
TT
16393 /* If we are reading an enum from a .debug_types unit, and the enum
16394 is a declaration, and the enum is not the signatured type in the
16395 unit, then we do not want to add a symbol for it. Adding a
16396 symbol would in some cases obscure the true definition of the
16397 enum, giving users an incomplete type when the definition is
16398 actually available. Note that we do not want to do this for all
16399 enums which are just declarations, because C++0x allows forward
16400 enum declarations. */
3019eac3 16401 if (cu->per_cu->is_debug_types
6c83ed52
TT
16402 && die_is_declaration (die, cu))
16403 {
52dc124a 16404 struct signatured_type *sig_type;
6c83ed52 16405
c0f78cd4 16406 sig_type = (struct signatured_type *) cu->per_cu;
9c541725
PA
16407 gdb_assert (to_underlying (sig_type->type_offset_in_section) != 0);
16408 if (sig_type->type_offset_in_section != die->sect_off)
6c83ed52
TT
16409 return;
16410 }
16411
f792889a 16412 new_symbol (die, this_type, cu);
c906108c
SS
16413}
16414
16415/* Extract all information from a DW_TAG_array_type DIE and put it in
16416 the DIE's type field. For now, this only handles one dimensional
16417 arrays. */
16418
f792889a 16419static struct type *
e7c27a73 16420read_array_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 16421{
518817b3 16422 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 16423 struct die_info *child_die;
7e314c57 16424 struct type *type;
c906108c 16425 struct type *element_type, *range_type, *index_type;
c906108c 16426 struct attribute *attr;
15d034d0 16427 const char *name;
a405673c 16428 struct dynamic_prop *byte_stride_prop = NULL;
dc53a7ad 16429 unsigned int bit_stride = 0;
c906108c 16430
e7c27a73 16431 element_type = die_type (die, cu);
c906108c 16432
7e314c57
JK
16433 /* The die_type call above may have already set the type for this DIE. */
16434 type = get_die_type (die, cu);
16435 if (type)
16436 return type;
16437
dc53a7ad
JB
16438 attr = dwarf2_attr (die, DW_AT_byte_stride, cu);
16439 if (attr != NULL)
a405673c
JB
16440 {
16441 int stride_ok;
16442
16443 byte_stride_prop
16444 = (struct dynamic_prop *) alloca (sizeof (struct dynamic_prop));
16445 stride_ok = attr_to_dynamic_prop (attr, die, cu, byte_stride_prop);
16446 if (!stride_ok)
16447 {
b98664d3 16448 complaint (_("unable to read array DW_AT_byte_stride "
9d8780f0
SM
16449 " - DIE at %s [in module %s]"),
16450 sect_offset_str (die->sect_off),
518817b3 16451 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
a405673c
JB
16452 /* Ignore this attribute. We will likely not be able to print
16453 arrays of this type correctly, but there is little we can do
16454 to help if we cannot read the attribute's value. */
16455 byte_stride_prop = NULL;
16456 }
16457 }
dc53a7ad
JB
16458
16459 attr = dwarf2_attr (die, DW_AT_bit_stride, cu);
16460 if (attr != NULL)
16461 bit_stride = DW_UNSND (attr);
16462
c906108c
SS
16463 /* Irix 6.2 native cc creates array types without children for
16464 arrays with unspecified length. */
639d11d3 16465 if (die->child == NULL)
c906108c 16466 {
46bf5051 16467 index_type = objfile_type (objfile)->builtin_int;
0c9c3474 16468 range_type = create_static_range_type (NULL, index_type, 0, -1);
dc53a7ad 16469 type = create_array_type_with_stride (NULL, element_type, range_type,
a405673c 16470 byte_stride_prop, bit_stride);
f792889a 16471 return set_die_type (die, type, cu);
c906108c
SS
16472 }
16473
791afaa2 16474 std::vector<struct type *> range_types;
639d11d3 16475 child_die = die->child;
c906108c
SS
16476 while (child_die && child_die->tag)
16477 {
16478 if (child_die->tag == DW_TAG_subrange_type)
16479 {
f792889a 16480 struct type *child_type = read_type_die (child_die, cu);
9a619af0 16481
f792889a 16482 if (child_type != NULL)
a02abb62 16483 {
0963b4bd
MS
16484 /* The range type was succesfully read. Save it for the
16485 array type creation. */
791afaa2 16486 range_types.push_back (child_type);
a02abb62 16487 }
c906108c
SS
16488 }
16489 child_die = sibling_die (child_die);
16490 }
16491
16492 /* Dwarf2 dimensions are output from left to right, create the
16493 necessary array types in backwards order. */
7ca2d3a3 16494
c906108c 16495 type = element_type;
7ca2d3a3
DL
16496
16497 if (read_array_order (die, cu) == DW_ORD_col_major)
16498 {
16499 int i = 0;
9a619af0 16500
791afaa2 16501 while (i < range_types.size ())
dc53a7ad 16502 type = create_array_type_with_stride (NULL, type, range_types[i++],
a405673c 16503 byte_stride_prop, bit_stride);
7ca2d3a3
DL
16504 }
16505 else
16506 {
791afaa2 16507 size_t ndim = range_types.size ();
7ca2d3a3 16508 while (ndim-- > 0)
dc53a7ad 16509 type = create_array_type_with_stride (NULL, type, range_types[ndim],
a405673c 16510 byte_stride_prop, bit_stride);
7ca2d3a3 16511 }
c906108c 16512
f5f8a009
EZ
16513 /* Understand Dwarf2 support for vector types (like they occur on
16514 the PowerPC w/ AltiVec). Gcc just adds another attribute to the
16515 array type. This is not part of the Dwarf2/3 standard yet, but a
16516 custom vendor extension. The main difference between a regular
16517 array and the vector variant is that vectors are passed by value
16518 to functions. */
e142c38c 16519 attr = dwarf2_attr (die, DW_AT_GNU_vector, cu);
f5f8a009 16520 if (attr)
ea37ba09 16521 make_vector_type (type);
f5f8a009 16522
dbc98a8b
KW
16523 /* The DIE may have DW_AT_byte_size set. For example an OpenCL
16524 implementation may choose to implement triple vectors using this
16525 attribute. */
16526 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
16527 if (attr)
16528 {
16529 if (DW_UNSND (attr) >= TYPE_LENGTH (type))
16530 TYPE_LENGTH (type) = DW_UNSND (attr);
16531 else
b98664d3 16532 complaint (_("DW_AT_byte_size for array type smaller "
3e43a32a 16533 "than the total size of elements"));
dbc98a8b
KW
16534 }
16535
39cbfefa
DJ
16536 name = dwarf2_name (die, cu);
16537 if (name)
16538 TYPE_NAME (type) = name;
6e70227d 16539
2b4424c3
TT
16540 maybe_set_alignment (cu, die, type);
16541
0963b4bd 16542 /* Install the type in the die. */
7e314c57
JK
16543 set_die_type (die, type, cu);
16544
16545 /* set_die_type should be already done. */
b4ba55a1
JB
16546 set_descriptive_type (type, die, cu);
16547
7e314c57 16548 return type;
c906108c
SS
16549}
16550
7ca2d3a3 16551static enum dwarf_array_dim_ordering
6e70227d 16552read_array_order (struct die_info *die, struct dwarf2_cu *cu)
7ca2d3a3
DL
16553{
16554 struct attribute *attr;
16555
16556 attr = dwarf2_attr (die, DW_AT_ordering, cu);
16557
aead7601
SM
16558 if (attr)
16559 return (enum dwarf_array_dim_ordering) DW_SND (attr);
7ca2d3a3 16560
0963b4bd
MS
16561 /* GNU F77 is a special case, as at 08/2004 array type info is the
16562 opposite order to the dwarf2 specification, but data is still
16563 laid out as per normal fortran.
7ca2d3a3 16564
0963b4bd
MS
16565 FIXME: dsl/2004-8-20: If G77 is ever fixed, this will also need
16566 version checking. */
7ca2d3a3 16567
905e0470
PM
16568 if (cu->language == language_fortran
16569 && cu->producer && strstr (cu->producer, "GNU F77"))
7ca2d3a3
DL
16570 {
16571 return DW_ORD_row_major;
16572 }
16573
6e70227d 16574 switch (cu->language_defn->la_array_ordering)
7ca2d3a3
DL
16575 {
16576 case array_column_major:
16577 return DW_ORD_col_major;
16578 case array_row_major:
16579 default:
16580 return DW_ORD_row_major;
16581 };
16582}
16583
72019c9c 16584/* Extract all information from a DW_TAG_set_type DIE and put it in
0963b4bd 16585 the DIE's type field. */
72019c9c 16586
f792889a 16587static struct type *
72019c9c
GM
16588read_set_type (struct die_info *die, struct dwarf2_cu *cu)
16589{
7e314c57
JK
16590 struct type *domain_type, *set_type;
16591 struct attribute *attr;
f792889a 16592
7e314c57
JK
16593 domain_type = die_type (die, cu);
16594
16595 /* The die_type call above may have already set the type for this DIE. */
16596 set_type = get_die_type (die, cu);
16597 if (set_type)
16598 return set_type;
16599
16600 set_type = create_set_type (NULL, domain_type);
16601
16602 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
d09039dd
PM
16603 if (attr)
16604 TYPE_LENGTH (set_type) = DW_UNSND (attr);
7e314c57 16605
2b4424c3
TT
16606 maybe_set_alignment (cu, die, set_type);
16607
f792889a 16608 return set_die_type (die, set_type, cu);
72019c9c 16609}
7ca2d3a3 16610
0971de02
TT
16611/* A helper for read_common_block that creates a locexpr baton.
16612 SYM is the symbol which we are marking as computed.
16613 COMMON_DIE is the DIE for the common block.
16614 COMMON_LOC is the location expression attribute for the common
16615 block itself.
16616 MEMBER_LOC is the location expression attribute for the particular
16617 member of the common block that we are processing.
16618 CU is the CU from which the above come. */
16619
16620static void
16621mark_common_block_symbol_computed (struct symbol *sym,
16622 struct die_info *common_die,
16623 struct attribute *common_loc,
16624 struct attribute *member_loc,
16625 struct dwarf2_cu *cu)
16626{
518817b3
SM
16627 struct dwarf2_per_objfile *dwarf2_per_objfile
16628 = cu->per_cu->dwarf2_per_objfile;
0971de02
TT
16629 struct objfile *objfile = dwarf2_per_objfile->objfile;
16630 struct dwarf2_locexpr_baton *baton;
16631 gdb_byte *ptr;
16632 unsigned int cu_off;
16633 enum bfd_endian byte_order = gdbarch_byte_order (get_objfile_arch (objfile));
16634 LONGEST offset = 0;
16635
16636 gdb_assert (common_loc && member_loc);
16637 gdb_assert (attr_form_is_block (common_loc));
16638 gdb_assert (attr_form_is_block (member_loc)
16639 || attr_form_is_constant (member_loc));
16640
8d749320 16641 baton = XOBNEW (&objfile->objfile_obstack, struct dwarf2_locexpr_baton);
0971de02
TT
16642 baton->per_cu = cu->per_cu;
16643 gdb_assert (baton->per_cu);
16644
16645 baton->size = 5 /* DW_OP_call4 */ + 1 /* DW_OP_plus */;
16646
16647 if (attr_form_is_constant (member_loc))
16648 {
16649 offset = dwarf2_get_attr_constant_value (member_loc, 0);
16650 baton->size += 1 /* DW_OP_addr */ + cu->header.addr_size;
16651 }
16652 else
16653 baton->size += DW_BLOCK (member_loc)->size;
16654
224c3ddb 16655 ptr = (gdb_byte *) obstack_alloc (&objfile->objfile_obstack, baton->size);
0971de02
TT
16656 baton->data = ptr;
16657
16658 *ptr++ = DW_OP_call4;
9c541725 16659 cu_off = common_die->sect_off - cu->per_cu->sect_off;
0971de02
TT
16660 store_unsigned_integer (ptr, 4, byte_order, cu_off);
16661 ptr += 4;
16662
16663 if (attr_form_is_constant (member_loc))
16664 {
16665 *ptr++ = DW_OP_addr;
16666 store_unsigned_integer (ptr, cu->header.addr_size, byte_order, offset);
16667 ptr += cu->header.addr_size;
16668 }
16669 else
16670 {
16671 /* We have to copy the data here, because DW_OP_call4 will only
16672 use a DW_AT_location attribute. */
16673 memcpy (ptr, DW_BLOCK (member_loc)->data, DW_BLOCK (member_loc)->size);
16674 ptr += DW_BLOCK (member_loc)->size;
16675 }
16676
16677 *ptr++ = DW_OP_plus;
16678 gdb_assert (ptr - baton->data == baton->size);
16679
0971de02 16680 SYMBOL_LOCATION_BATON (sym) = baton;
f1e6e072 16681 SYMBOL_ACLASS_INDEX (sym) = dwarf2_locexpr_index;
0971de02
TT
16682}
16683
4357ac6c
TT
16684/* Create appropriate locally-scoped variables for all the
16685 DW_TAG_common_block entries. Also create a struct common_block
16686 listing all such variables for `info common'. COMMON_BLOCK_DOMAIN
16687 is used to sepate the common blocks name namespace from regular
16688 variable names. */
c906108c
SS
16689
16690static void
e7c27a73 16691read_common_block (struct die_info *die, struct dwarf2_cu *cu)
c906108c 16692{
0971de02
TT
16693 struct attribute *attr;
16694
16695 attr = dwarf2_attr (die, DW_AT_location, cu);
16696 if (attr)
16697 {
16698 /* Support the .debug_loc offsets. */
16699 if (attr_form_is_block (attr))
16700 {
16701 /* Ok. */
16702 }
16703 else if (attr_form_is_section_offset (attr))
16704 {
16705 dwarf2_complex_location_expr_complaint ();
16706 attr = NULL;
16707 }
16708 else
16709 {
16710 dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
16711 "common block member");
16712 attr = NULL;
16713 }
16714 }
16715
639d11d3 16716 if (die->child != NULL)
c906108c 16717 {
518817b3 16718 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
4357ac6c
TT
16719 struct die_info *child_die;
16720 size_t n_entries = 0, size;
16721 struct common_block *common_block;
16722 struct symbol *sym;
74ac6d43 16723
4357ac6c
TT
16724 for (child_die = die->child;
16725 child_die && child_die->tag;
16726 child_die = sibling_die (child_die))
16727 ++n_entries;
16728
16729 size = (sizeof (struct common_block)
16730 + (n_entries - 1) * sizeof (struct symbol *));
224c3ddb
SM
16731 common_block
16732 = (struct common_block *) obstack_alloc (&objfile->objfile_obstack,
16733 size);
4357ac6c
TT
16734 memset (common_block->contents, 0, n_entries * sizeof (struct symbol *));
16735 common_block->n_entries = 0;
16736
16737 for (child_die = die->child;
16738 child_die && child_die->tag;
16739 child_die = sibling_die (child_die))
16740 {
16741 /* Create the symbol in the DW_TAG_common_block block in the current
16742 symbol scope. */
e7c27a73 16743 sym = new_symbol (child_die, NULL, cu);
0971de02
TT
16744 if (sym != NULL)
16745 {
16746 struct attribute *member_loc;
16747
16748 common_block->contents[common_block->n_entries++] = sym;
16749
16750 member_loc = dwarf2_attr (child_die, DW_AT_data_member_location,
16751 cu);
16752 if (member_loc)
16753 {
16754 /* GDB has handled this for a long time, but it is
16755 not specified by DWARF. It seems to have been
16756 emitted by gfortran at least as recently as:
16757 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23057. */
b98664d3 16758 complaint (_("Variable in common block has "
0971de02 16759 "DW_AT_data_member_location "
9d8780f0
SM
16760 "- DIE at %s [in module %s]"),
16761 sect_offset_str (child_die->sect_off),
518817b3 16762 objfile_name (objfile));
0971de02
TT
16763
16764 if (attr_form_is_section_offset (member_loc))
16765 dwarf2_complex_location_expr_complaint ();
16766 else if (attr_form_is_constant (member_loc)
16767 || attr_form_is_block (member_loc))
16768 {
16769 if (attr)
16770 mark_common_block_symbol_computed (sym, die, attr,
16771 member_loc, cu);
16772 }
16773 else
16774 dwarf2_complex_location_expr_complaint ();
16775 }
16776 }
c906108c 16777 }
4357ac6c
TT
16778
16779 sym = new_symbol (die, objfile_type (objfile)->builtin_void, cu);
16780 SYMBOL_VALUE_COMMON_BLOCK (sym) = common_block;
c906108c
SS
16781 }
16782}
16783
0114d602 16784/* Create a type for a C++ namespace. */
d9fa45fe 16785
0114d602
DJ
16786static struct type *
16787read_namespace_type (struct die_info *die, struct dwarf2_cu *cu)
d9fa45fe 16788{
518817b3 16789 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
0114d602 16790 const char *previous_prefix, *name;
9219021c 16791 int is_anonymous;
0114d602
DJ
16792 struct type *type;
16793
16794 /* For extensions, reuse the type of the original namespace. */
16795 if (dwarf2_attr (die, DW_AT_extension, cu) != NULL)
16796 {
16797 struct die_info *ext_die;
16798 struct dwarf2_cu *ext_cu = cu;
9a619af0 16799
0114d602
DJ
16800 ext_die = dwarf2_extension (die, &ext_cu);
16801 type = read_type_die (ext_die, ext_cu);
9dc481d3
DE
16802
16803 /* EXT_CU may not be the same as CU.
02142a6c 16804 Ensure TYPE is recorded with CU in die_type_hash. */
0114d602
DJ
16805 return set_die_type (die, type, cu);
16806 }
9219021c 16807
e142c38c 16808 name = namespace_name (die, &is_anonymous, cu);
9219021c
DC
16809
16810 /* Now build the name of the current namespace. */
16811
0114d602
DJ
16812 previous_prefix = determine_prefix (die, cu);
16813 if (previous_prefix[0] != '\0')
16814 name = typename_concat (&objfile->objfile_obstack,
f55ee35c 16815 previous_prefix, name, 0, cu);
0114d602
DJ
16816
16817 /* Create the type. */
19f392bc 16818 type = init_type (objfile, TYPE_CODE_NAMESPACE, 0, name);
0114d602 16819
60531b24 16820 return set_die_type (die, type, cu);
0114d602
DJ
16821}
16822
22cee43f 16823/* Read a namespace scope. */
0114d602
DJ
16824
16825static void
16826read_namespace (struct die_info *die, struct dwarf2_cu *cu)
16827{
518817b3 16828 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
0114d602 16829 int is_anonymous;
9219021c 16830
5c4e30ca
DC
16831 /* Add a symbol associated to this if we haven't seen the namespace
16832 before. Also, add a using directive if it's an anonymous
16833 namespace. */
9219021c 16834
f2f0e013 16835 if (dwarf2_attr (die, DW_AT_extension, cu) == NULL)
5c4e30ca
DC
16836 {
16837 struct type *type;
16838
0114d602 16839 type = read_type_die (die, cu);
e7c27a73 16840 new_symbol (die, type, cu);
5c4e30ca 16841
e8e80198 16842 namespace_name (die, &is_anonymous, cu);
5c4e30ca 16843 if (is_anonymous)
0114d602
DJ
16844 {
16845 const char *previous_prefix = determine_prefix (die, cu);
9a619af0 16846
eb1e02fd 16847 std::vector<const char *> excludes;
804d2729 16848 add_using_directive (using_directives (cu),
22cee43f 16849 previous_prefix, TYPE_NAME (type), NULL,
eb1e02fd 16850 NULL, excludes, 0, &objfile->objfile_obstack);
0114d602 16851 }
5c4e30ca 16852 }
9219021c 16853
639d11d3 16854 if (die->child != NULL)
d9fa45fe 16855 {
639d11d3 16856 struct die_info *child_die = die->child;
6e70227d 16857
d9fa45fe
DC
16858 while (child_die && child_die->tag)
16859 {
e7c27a73 16860 process_die (child_die, cu);
d9fa45fe
DC
16861 child_die = sibling_die (child_die);
16862 }
16863 }
38d518c9
EZ
16864}
16865
f55ee35c
JK
16866/* Read a Fortran module as type. This DIE can be only a declaration used for
16867 imported module. Still we need that type as local Fortran "use ... only"
16868 declaration imports depend on the created type in determine_prefix. */
16869
16870static struct type *
16871read_module_type (struct die_info *die, struct dwarf2_cu *cu)
16872{
518817b3 16873 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
15d034d0 16874 const char *module_name;
f55ee35c
JK
16875 struct type *type;
16876
16877 module_name = dwarf2_name (die, cu);
19f392bc 16878 type = init_type (objfile, TYPE_CODE_MODULE, 0, module_name);
f55ee35c 16879
f55ee35c
JK
16880 return set_die_type (die, type, cu);
16881}
16882
5d7cb8df
JK
16883/* Read a Fortran module. */
16884
16885static void
16886read_module (struct die_info *die, struct dwarf2_cu *cu)
16887{
16888 struct die_info *child_die = die->child;
530e8392
KB
16889 struct type *type;
16890
16891 type = read_type_die (die, cu);
16892 new_symbol (die, type, cu);
5d7cb8df 16893
5d7cb8df
JK
16894 while (child_die && child_die->tag)
16895 {
16896 process_die (child_die, cu);
16897 child_die = sibling_die (child_die);
16898 }
16899}
16900
38d518c9
EZ
16901/* Return the name of the namespace represented by DIE. Set
16902 *IS_ANONYMOUS to tell whether or not the namespace is an anonymous
16903 namespace. */
16904
16905static const char *
e142c38c 16906namespace_name (struct die_info *die, int *is_anonymous, struct dwarf2_cu *cu)
38d518c9
EZ
16907{
16908 struct die_info *current_die;
16909 const char *name = NULL;
16910
16911 /* Loop through the extensions until we find a name. */
16912
16913 for (current_die = die;
16914 current_die != NULL;
f2f0e013 16915 current_die = dwarf2_extension (die, &cu))
38d518c9 16916 {
96553a0c
DE
16917 /* We don't use dwarf2_name here so that we can detect the absence
16918 of a name -> anonymous namespace. */
7d45c7c3 16919 name = dwarf2_string_attr (die, DW_AT_name, cu);
96553a0c 16920
38d518c9
EZ
16921 if (name != NULL)
16922 break;
16923 }
16924
16925 /* Is it an anonymous namespace? */
16926
16927 *is_anonymous = (name == NULL);
16928 if (*is_anonymous)
2b1dbab0 16929 name = CP_ANONYMOUS_NAMESPACE_STR;
38d518c9
EZ
16930
16931 return name;
d9fa45fe
DC
16932}
16933
c906108c
SS
16934/* Extract all information from a DW_TAG_pointer_type DIE and add to
16935 the user defined type vector. */
16936
f792889a 16937static struct type *
e7c27a73 16938read_tag_pointer_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 16939{
518817b3
SM
16940 struct gdbarch *gdbarch
16941 = get_objfile_arch (cu->per_cu->dwarf2_per_objfile->objfile);
e7c27a73 16942 struct comp_unit_head *cu_header = &cu->header;
c906108c 16943 struct type *type;
8b2dbe47
KB
16944 struct attribute *attr_byte_size;
16945 struct attribute *attr_address_class;
16946 int byte_size, addr_class;
7e314c57
JK
16947 struct type *target_type;
16948
16949 target_type = die_type (die, cu);
c906108c 16950
7e314c57
JK
16951 /* The die_type call above may have already set the type for this DIE. */
16952 type = get_die_type (die, cu);
16953 if (type)
16954 return type;
16955
16956 type = lookup_pointer_type (target_type);
8b2dbe47 16957
e142c38c 16958 attr_byte_size = dwarf2_attr (die, DW_AT_byte_size, cu);
8b2dbe47
KB
16959 if (attr_byte_size)
16960 byte_size = DW_UNSND (attr_byte_size);
c906108c 16961 else
8b2dbe47
KB
16962 byte_size = cu_header->addr_size;
16963
e142c38c 16964 attr_address_class = dwarf2_attr (die, DW_AT_address_class, cu);
8b2dbe47
KB
16965 if (attr_address_class)
16966 addr_class = DW_UNSND (attr_address_class);
16967 else
16968 addr_class = DW_ADDR_none;
16969
2b4424c3
TT
16970 ULONGEST alignment = get_alignment (cu, die);
16971
16972 /* If the pointer size, alignment, or address class is different
16973 than the default, create a type variant marked as such and set
16974 the length accordingly. */
16975 if (TYPE_LENGTH (type) != byte_size
16976 || (alignment != 0 && TYPE_RAW_ALIGN (type) != 0
16977 && alignment != TYPE_RAW_ALIGN (type))
16978 || addr_class != DW_ADDR_none)
c906108c 16979 {
5e2b427d 16980 if (gdbarch_address_class_type_flags_p (gdbarch))
8b2dbe47
KB
16981 {
16982 int type_flags;
16983
849957d9 16984 type_flags = gdbarch_address_class_type_flags
5e2b427d 16985 (gdbarch, byte_size, addr_class);
876cecd0
TT
16986 gdb_assert ((type_flags & ~TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL)
16987 == 0);
8b2dbe47
KB
16988 type = make_type_with_address_space (type, type_flags);
16989 }
16990 else if (TYPE_LENGTH (type) != byte_size)
16991 {
b98664d3 16992 complaint (_("invalid pointer size %d"), byte_size);
8b2dbe47 16993 }
2b4424c3
TT
16994 else if (TYPE_RAW_ALIGN (type) != alignment)
16995 {
b98664d3 16996 complaint (_("Invalid DW_AT_alignment"
2b4424c3
TT
16997 " - DIE at %s [in module %s]"),
16998 sect_offset_str (die->sect_off),
16999 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
17000 }
6e70227d 17001 else
9a619af0
MS
17002 {
17003 /* Should we also complain about unhandled address classes? */
17004 }
c906108c 17005 }
8b2dbe47
KB
17006
17007 TYPE_LENGTH (type) = byte_size;
2b4424c3 17008 set_type_align (type, alignment);
f792889a 17009 return set_die_type (die, type, cu);
c906108c
SS
17010}
17011
17012/* Extract all information from a DW_TAG_ptr_to_member_type DIE and add to
17013 the user defined type vector. */
17014
f792889a 17015static struct type *
e7c27a73 17016read_tag_ptr_to_member_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c
SS
17017{
17018 struct type *type;
17019 struct type *to_type;
17020 struct type *domain;
17021
e7c27a73
DJ
17022 to_type = die_type (die, cu);
17023 domain = die_containing_type (die, cu);
0d5de010 17024
7e314c57
JK
17025 /* The calls above may have already set the type for this DIE. */
17026 type = get_die_type (die, cu);
17027 if (type)
17028 return type;
17029
0d5de010
DJ
17030 if (TYPE_CODE (check_typedef (to_type)) == TYPE_CODE_METHOD)
17031 type = lookup_methodptr_type (to_type);
7078baeb
TT
17032 else if (TYPE_CODE (check_typedef (to_type)) == TYPE_CODE_FUNC)
17033 {
518817b3
SM
17034 struct type *new_type
17035 = alloc_type (cu->per_cu->dwarf2_per_objfile->objfile);
7078baeb
TT
17036
17037 smash_to_method_type (new_type, domain, TYPE_TARGET_TYPE (to_type),
17038 TYPE_FIELDS (to_type), TYPE_NFIELDS (to_type),
17039 TYPE_VARARGS (to_type));
17040 type = lookup_methodptr_type (new_type);
17041 }
0d5de010
DJ
17042 else
17043 type = lookup_memberptr_type (to_type, domain);
c906108c 17044
f792889a 17045 return set_die_type (die, type, cu);
c906108c
SS
17046}
17047
4297a3f0 17048/* Extract all information from a DW_TAG_{rvalue_,}reference_type DIE and add to
c906108c
SS
17049 the user defined type vector. */
17050
f792889a 17051static struct type *
4297a3f0
AV
17052read_tag_reference_type (struct die_info *die, struct dwarf2_cu *cu,
17053 enum type_code refcode)
c906108c 17054{
e7c27a73 17055 struct comp_unit_head *cu_header = &cu->header;
7e314c57 17056 struct type *type, *target_type;
c906108c
SS
17057 struct attribute *attr;
17058
4297a3f0
AV
17059 gdb_assert (refcode == TYPE_CODE_REF || refcode == TYPE_CODE_RVALUE_REF);
17060
7e314c57
JK
17061 target_type = die_type (die, cu);
17062
17063 /* The die_type call above may have already set the type for this DIE. */
17064 type = get_die_type (die, cu);
17065 if (type)
17066 return type;
17067
4297a3f0 17068 type = lookup_reference_type (target_type, refcode);
e142c38c 17069 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
17070 if (attr)
17071 {
17072 TYPE_LENGTH (type) = DW_UNSND (attr);
17073 }
17074 else
17075 {
107d2387 17076 TYPE_LENGTH (type) = cu_header->addr_size;
c906108c 17077 }
2b4424c3 17078 maybe_set_alignment (cu, die, type);
f792889a 17079 return set_die_type (die, type, cu);
c906108c
SS
17080}
17081
cf363f18
MW
17082/* Add the given cv-qualifiers to the element type of the array. GCC
17083 outputs DWARF type qualifiers that apply to an array, not the
17084 element type. But GDB relies on the array element type to carry
17085 the cv-qualifiers. This mimics section 6.7.3 of the C99
17086 specification. */
17087
17088static struct type *
17089add_array_cv_type (struct die_info *die, struct dwarf2_cu *cu,
17090 struct type *base_type, int cnst, int voltl)
17091{
17092 struct type *el_type, *inner_array;
17093
17094 base_type = copy_type (base_type);
17095 inner_array = base_type;
17096
17097 while (TYPE_CODE (TYPE_TARGET_TYPE (inner_array)) == TYPE_CODE_ARRAY)
17098 {
17099 TYPE_TARGET_TYPE (inner_array) =
17100 copy_type (TYPE_TARGET_TYPE (inner_array));
17101 inner_array = TYPE_TARGET_TYPE (inner_array);
17102 }
17103
17104 el_type = TYPE_TARGET_TYPE (inner_array);
17105 cnst |= TYPE_CONST (el_type);
17106 voltl |= TYPE_VOLATILE (el_type);
17107 TYPE_TARGET_TYPE (inner_array) = make_cv_type (cnst, voltl, el_type, NULL);
17108
17109 return set_die_type (die, base_type, cu);
17110}
17111
f792889a 17112static struct type *
e7c27a73 17113read_tag_const_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17114{
f792889a 17115 struct type *base_type, *cv_type;
c906108c 17116
e7c27a73 17117 base_type = die_type (die, cu);
7e314c57
JK
17118
17119 /* The die_type call above may have already set the type for this DIE. */
17120 cv_type = get_die_type (die, cu);
17121 if (cv_type)
17122 return cv_type;
17123
2f608a3a
KW
17124 /* In case the const qualifier is applied to an array type, the element type
17125 is so qualified, not the array type (section 6.7.3 of C99). */
17126 if (TYPE_CODE (base_type) == TYPE_CODE_ARRAY)
cf363f18 17127 return add_array_cv_type (die, cu, base_type, 1, 0);
2f608a3a 17128
f792889a
DJ
17129 cv_type = make_cv_type (1, TYPE_VOLATILE (base_type), base_type, 0);
17130 return set_die_type (die, cv_type, cu);
c906108c
SS
17131}
17132
f792889a 17133static struct type *
e7c27a73 17134read_tag_volatile_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17135{
f792889a 17136 struct type *base_type, *cv_type;
c906108c 17137
e7c27a73 17138 base_type = die_type (die, cu);
7e314c57
JK
17139
17140 /* The die_type call above may have already set the type for this DIE. */
17141 cv_type = get_die_type (die, cu);
17142 if (cv_type)
17143 return cv_type;
17144
cf363f18
MW
17145 /* In case the volatile qualifier is applied to an array type, the
17146 element type is so qualified, not the array type (section 6.7.3
17147 of C99). */
17148 if (TYPE_CODE (base_type) == TYPE_CODE_ARRAY)
17149 return add_array_cv_type (die, cu, base_type, 0, 1);
17150
f792889a
DJ
17151 cv_type = make_cv_type (TYPE_CONST (base_type), 1, base_type, 0);
17152 return set_die_type (die, cv_type, cu);
c906108c
SS
17153}
17154
06d66ee9
TT
17155/* Handle DW_TAG_restrict_type. */
17156
17157static struct type *
17158read_tag_restrict_type (struct die_info *die, struct dwarf2_cu *cu)
17159{
17160 struct type *base_type, *cv_type;
17161
17162 base_type = die_type (die, cu);
17163
17164 /* The die_type call above may have already set the type for this DIE. */
17165 cv_type = get_die_type (die, cu);
17166 if (cv_type)
17167 return cv_type;
17168
17169 cv_type = make_restrict_type (base_type);
17170 return set_die_type (die, cv_type, cu);
17171}
17172
a2c2acaf
MW
17173/* Handle DW_TAG_atomic_type. */
17174
17175static struct type *
17176read_tag_atomic_type (struct die_info *die, struct dwarf2_cu *cu)
17177{
17178 struct type *base_type, *cv_type;
17179
17180 base_type = die_type (die, cu);
17181
17182 /* The die_type call above may have already set the type for this DIE. */
17183 cv_type = get_die_type (die, cu);
17184 if (cv_type)
17185 return cv_type;
17186
17187 cv_type = make_atomic_type (base_type);
17188 return set_die_type (die, cv_type, cu);
17189}
17190
c906108c
SS
17191/* Extract all information from a DW_TAG_string_type DIE and add to
17192 the user defined type vector. It isn't really a user defined type,
17193 but it behaves like one, with other DIE's using an AT_user_def_type
17194 attribute to reference it. */
17195
f792889a 17196static struct type *
e7c27a73 17197read_tag_string_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17198{
518817b3 17199 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3b7538c0 17200 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c
SS
17201 struct type *type, *range_type, *index_type, *char_type;
17202 struct attribute *attr;
17203 unsigned int length;
17204
e142c38c 17205 attr = dwarf2_attr (die, DW_AT_string_length, cu);
c906108c
SS
17206 if (attr)
17207 {
17208 length = DW_UNSND (attr);
17209 }
17210 else
17211 {
0963b4bd 17212 /* Check for the DW_AT_byte_size attribute. */
e142c38c 17213 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
b21b22e0
PS
17214 if (attr)
17215 {
17216 length = DW_UNSND (attr);
17217 }
17218 else
17219 {
17220 length = 1;
17221 }
c906108c 17222 }
6ccb9162 17223
46bf5051 17224 index_type = objfile_type (objfile)->builtin_int;
0c9c3474 17225 range_type = create_static_range_type (NULL, index_type, 1, length);
3b7538c0
UW
17226 char_type = language_string_char_type (cu->language_defn, gdbarch);
17227 type = create_string_type (NULL, char_type, range_type);
6ccb9162 17228
f792889a 17229 return set_die_type (die, type, cu);
c906108c
SS
17230}
17231
4d804846
JB
17232/* Assuming that DIE corresponds to a function, returns nonzero
17233 if the function is prototyped. */
17234
17235static int
17236prototyped_function_p (struct die_info *die, struct dwarf2_cu *cu)
17237{
17238 struct attribute *attr;
17239
17240 attr = dwarf2_attr (die, DW_AT_prototyped, cu);
17241 if (attr && (DW_UNSND (attr) != 0))
17242 return 1;
17243
17244 /* The DWARF standard implies that the DW_AT_prototyped attribute
17245 is only meaninful for C, but the concept also extends to other
17246 languages that allow unprototyped functions (Eg: Objective C).
17247 For all other languages, assume that functions are always
17248 prototyped. */
17249 if (cu->language != language_c
17250 && cu->language != language_objc
17251 && cu->language != language_opencl)
17252 return 1;
17253
17254 /* RealView does not emit DW_AT_prototyped. We can not distinguish
17255 prototyped and unprototyped functions; default to prototyped,
17256 since that is more common in modern code (and RealView warns
17257 about unprototyped functions). */
17258 if (producer_is_realview (cu->producer))
17259 return 1;
17260
17261 return 0;
17262}
17263
c906108c
SS
17264/* Handle DIES due to C code like:
17265
17266 struct foo
c5aa993b
JM
17267 {
17268 int (*funcp)(int a, long l);
17269 int b;
17270 };
c906108c 17271
0963b4bd 17272 ('funcp' generates a DW_TAG_subroutine_type DIE). */
c906108c 17273
f792889a 17274static struct type *
e7c27a73 17275read_subroutine_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17276{
518817b3 17277 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
0963b4bd
MS
17278 struct type *type; /* Type that this function returns. */
17279 struct type *ftype; /* Function that returns above type. */
c906108c
SS
17280 struct attribute *attr;
17281
e7c27a73 17282 type = die_type (die, cu);
7e314c57
JK
17283
17284 /* The die_type call above may have already set the type for this DIE. */
17285 ftype = get_die_type (die, cu);
17286 if (ftype)
17287 return ftype;
17288
0c8b41f1 17289 ftype = lookup_function_type (type);
c906108c 17290
4d804846 17291 if (prototyped_function_p (die, cu))
a6c727b2 17292 TYPE_PROTOTYPED (ftype) = 1;
c906108c 17293
c055b101
CV
17294 /* Store the calling convention in the type if it's available in
17295 the subroutine die. Otherwise set the calling convention to
17296 the default value DW_CC_normal. */
17297 attr = dwarf2_attr (die, DW_AT_calling_convention, cu);
54fcddd0
UW
17298 if (attr)
17299 TYPE_CALLING_CONVENTION (ftype) = DW_UNSND (attr);
17300 else if (cu->producer && strstr (cu->producer, "IBM XL C for OpenCL"))
17301 TYPE_CALLING_CONVENTION (ftype) = DW_CC_GDB_IBM_OpenCL;
17302 else
17303 TYPE_CALLING_CONVENTION (ftype) = DW_CC_normal;
76c10ea2 17304
743649fd
MW
17305 /* Record whether the function returns normally to its caller or not
17306 if the DWARF producer set that information. */
17307 attr = dwarf2_attr (die, DW_AT_noreturn, cu);
17308 if (attr && (DW_UNSND (attr) != 0))
17309 TYPE_NO_RETURN (ftype) = 1;
17310
76c10ea2
GM
17311 /* We need to add the subroutine type to the die immediately so
17312 we don't infinitely recurse when dealing with parameters
0963b4bd 17313 declared as the same subroutine type. */
76c10ea2 17314 set_die_type (die, ftype, cu);
6e70227d 17315
639d11d3 17316 if (die->child != NULL)
c906108c 17317 {
bb5ed363 17318 struct type *void_type = objfile_type (objfile)->builtin_void;
c906108c 17319 struct die_info *child_die;
8072405b 17320 int nparams, iparams;
c906108c
SS
17321
17322 /* Count the number of parameters.
17323 FIXME: GDB currently ignores vararg functions, but knows about
17324 vararg member functions. */
8072405b 17325 nparams = 0;
639d11d3 17326 child_die = die->child;
c906108c
SS
17327 while (child_die && child_die->tag)
17328 {
17329 if (child_die->tag == DW_TAG_formal_parameter)
17330 nparams++;
17331 else if (child_die->tag == DW_TAG_unspecified_parameters)
876cecd0 17332 TYPE_VARARGS (ftype) = 1;
c906108c
SS
17333 child_die = sibling_die (child_die);
17334 }
17335
17336 /* Allocate storage for parameters and fill them in. */
17337 TYPE_NFIELDS (ftype) = nparams;
17338 TYPE_FIELDS (ftype) = (struct field *)
ae5a43e0 17339 TYPE_ZALLOC (ftype, nparams * sizeof (struct field));
c906108c 17340
8072405b
JK
17341 /* TYPE_FIELD_TYPE must never be NULL. Pre-fill the array to ensure it
17342 even if we error out during the parameters reading below. */
17343 for (iparams = 0; iparams < nparams; iparams++)
17344 TYPE_FIELD_TYPE (ftype, iparams) = void_type;
17345
17346 iparams = 0;
639d11d3 17347 child_die = die->child;
c906108c
SS
17348 while (child_die && child_die->tag)
17349 {
17350 if (child_die->tag == DW_TAG_formal_parameter)
17351 {
3ce3b1ba
PA
17352 struct type *arg_type;
17353
17354 /* DWARF version 2 has no clean way to discern C++
17355 static and non-static member functions. G++ helps
17356 GDB by marking the first parameter for non-static
17357 member functions (which is the this pointer) as
17358 artificial. We pass this information to
17359 dwarf2_add_member_fn via TYPE_FIELD_ARTIFICIAL.
17360
17361 DWARF version 3 added DW_AT_object_pointer, which GCC
17362 4.5 does not yet generate. */
e142c38c 17363 attr = dwarf2_attr (child_die, DW_AT_artificial, cu);
c906108c
SS
17364 if (attr)
17365 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = DW_UNSND (attr);
17366 else
9c37b5ae 17367 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0;
3ce3b1ba
PA
17368 arg_type = die_type (child_die, cu);
17369
17370 /* RealView does not mark THIS as const, which the testsuite
17371 expects. GCC marks THIS as const in method definitions,
17372 but not in the class specifications (GCC PR 43053). */
17373 if (cu->language == language_cplus && !TYPE_CONST (arg_type)
17374 && TYPE_FIELD_ARTIFICIAL (ftype, iparams))
17375 {
17376 int is_this = 0;
17377 struct dwarf2_cu *arg_cu = cu;
17378 const char *name = dwarf2_name (child_die, cu);
17379
17380 attr = dwarf2_attr (die, DW_AT_object_pointer, cu);
17381 if (attr)
17382 {
17383 /* If the compiler emits this, use it. */
17384 if (follow_die_ref (die, attr, &arg_cu) == child_die)
17385 is_this = 1;
17386 }
17387 else if (name && strcmp (name, "this") == 0)
17388 /* Function definitions will have the argument names. */
17389 is_this = 1;
17390 else if (name == NULL && iparams == 0)
17391 /* Declarations may not have the names, so like
17392 elsewhere in GDB, assume an artificial first
17393 argument is "this". */
17394 is_this = 1;
17395
17396 if (is_this)
17397 arg_type = make_cv_type (1, TYPE_VOLATILE (arg_type),
17398 arg_type, 0);
17399 }
17400
17401 TYPE_FIELD_TYPE (ftype, iparams) = arg_type;
c906108c
SS
17402 iparams++;
17403 }
17404 child_die = sibling_die (child_die);
17405 }
17406 }
17407
76c10ea2 17408 return ftype;
c906108c
SS
17409}
17410
f792889a 17411static struct type *
e7c27a73 17412read_typedef (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17413{
518817b3 17414 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
0114d602 17415 const char *name = NULL;
3c8e0968 17416 struct type *this_type, *target_type;
c906108c 17417
94af9270 17418 name = dwarf2_full_name (NULL, die, cu);
19f392bc
UW
17419 this_type = init_type (objfile, TYPE_CODE_TYPEDEF, 0, name);
17420 TYPE_TARGET_STUB (this_type) = 1;
f792889a 17421 set_die_type (die, this_type, cu);
3c8e0968
DE
17422 target_type = die_type (die, cu);
17423 if (target_type != this_type)
17424 TYPE_TARGET_TYPE (this_type) = target_type;
17425 else
17426 {
17427 /* Self-referential typedefs are, it seems, not allowed by the DWARF
17428 spec and cause infinite loops in GDB. */
b98664d3 17429 complaint (_("Self-referential DW_TAG_typedef "
9d8780f0
SM
17430 "- DIE at %s [in module %s]"),
17431 sect_offset_str (die->sect_off), objfile_name (objfile));
3c8e0968
DE
17432 TYPE_TARGET_TYPE (this_type) = NULL;
17433 }
f792889a 17434 return this_type;
c906108c
SS
17435}
17436
9b790ce7
UW
17437/* Allocate a floating-point type of size BITS and name NAME. Pass NAME_HINT
17438 (which may be different from NAME) to the architecture back-end to allow
17439 it to guess the correct format if necessary. */
17440
17441static struct type *
17442dwarf2_init_float_type (struct objfile *objfile, int bits, const char *name,
17443 const char *name_hint)
17444{
17445 struct gdbarch *gdbarch = get_objfile_arch (objfile);
17446 const struct floatformat **format;
17447 struct type *type;
17448
17449 format = gdbarch_floatformat_for_type (gdbarch, name_hint, bits);
17450 if (format)
17451 type = init_float_type (objfile, bits, name, format);
17452 else
77b7c781 17453 type = init_type (objfile, TYPE_CODE_ERROR, bits, name);
9b790ce7
UW
17454
17455 return type;
17456}
17457
eb77c9df
AB
17458/* Allocate an integer type of size BITS and name NAME. */
17459
17460static struct type *
17461dwarf2_init_integer_type (struct dwarf2_cu *cu, struct objfile *objfile,
17462 int bits, int unsigned_p, const char *name)
17463{
17464 struct type *type;
17465
17466 /* Versions of Intel's C Compiler generate an integer type called "void"
17467 instead of using DW_TAG_unspecified_type. This has been seen on
17468 at least versions 14, 17, and 18. */
35ee2dc2
AB
17469 if (bits == 0 && producer_is_icc (cu) && name != nullptr
17470 && strcmp (name, "void") == 0)
eb77c9df
AB
17471 type = objfile_type (objfile)->builtin_void;
17472 else
17473 type = init_integer_type (objfile, bits, unsigned_p, name);
17474
17475 return type;
17476}
17477
8bdc1658
AB
17478/* Initialise and return a floating point type of size BITS suitable for
17479 use as a component of a complex number. The NAME_HINT is passed through
17480 when initialising the floating point type and is the name of the complex
17481 type.
17482
17483 As DWARF doesn't currently provide an explicit name for the components
17484 of a complex number, but it can be helpful to have these components
17485 named, we try to select a suitable name based on the size of the
17486 component. */
17487static struct type *
17488dwarf2_init_complex_target_type (struct dwarf2_cu *cu,
17489 struct objfile *objfile,
17490 int bits, const char *name_hint)
17491{
17492 gdbarch *gdbarch = get_objfile_arch (objfile);
17493 struct type *tt = nullptr;
17494
35add35e
AB
17495 /* Try to find a suitable floating point builtin type of size BITS.
17496 We're going to use the name of this type as the name for the complex
17497 target type that we are about to create. */
1db455a7 17498 switch (cu->language)
8bdc1658 17499 {
1db455a7
AB
17500 case language_fortran:
17501 switch (bits)
17502 {
17503 case 32:
17504 tt = builtin_f_type (gdbarch)->builtin_real;
17505 break;
17506 case 64:
17507 tt = builtin_f_type (gdbarch)->builtin_real_s8;
17508 break;
17509 case 96: /* The x86-32 ABI specifies 96-bit long double. */
17510 case 128:
17511 tt = builtin_f_type (gdbarch)->builtin_real_s16;
17512 break;
17513 }
8bdc1658 17514 break;
1db455a7
AB
17515 default:
17516 switch (bits)
17517 {
17518 case 32:
17519 tt = builtin_type (gdbarch)->builtin_float;
17520 break;
17521 case 64:
17522 tt = builtin_type (gdbarch)->builtin_double;
17523 break;
17524 case 96: /* The x86-32 ABI specifies 96-bit long double. */
17525 case 128:
17526 tt = builtin_type (gdbarch)->builtin_long_double;
17527 break;
17528 }
8bdc1658
AB
17529 break;
17530 }
17531
35add35e
AB
17532 /* If the type we found doesn't match the size we were looking for, then
17533 pretend we didn't find a type at all, the complex target type we
17534 create will then be nameless. */
a12e5744 17535 if (tt != nullptr && TYPE_LENGTH (tt) * TARGET_CHAR_BIT != bits)
35add35e
AB
17536 tt = nullptr;
17537
8bdc1658
AB
17538 const char *name = (tt == nullptr) ? nullptr : TYPE_NAME (tt);
17539 return dwarf2_init_float_type (objfile, bits, name, name_hint);
17540}
17541
c906108c
SS
17542/* Find a representation of a given base type and install
17543 it in the TYPE field of the die. */
17544
f792889a 17545static struct type *
e7c27a73 17546read_base_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17547{
518817b3 17548 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c
SS
17549 struct type *type;
17550 struct attribute *attr;
19f392bc 17551 int encoding = 0, bits = 0;
15d034d0 17552 const char *name;
c906108c 17553
e142c38c 17554 attr = dwarf2_attr (die, DW_AT_encoding, cu);
c906108c
SS
17555 if (attr)
17556 {
17557 encoding = DW_UNSND (attr);
17558 }
e142c38c 17559 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
17560 if (attr)
17561 {
19f392bc 17562 bits = DW_UNSND (attr) * TARGET_CHAR_BIT;
c906108c 17563 }
39cbfefa 17564 name = dwarf2_name (die, cu);
6ccb9162 17565 if (!name)
c906108c 17566 {
b98664d3 17567 complaint (_("DW_AT_name missing from DW_TAG_base_type"));
c906108c 17568 }
6ccb9162
UW
17569
17570 switch (encoding)
c906108c 17571 {
6ccb9162
UW
17572 case DW_ATE_address:
17573 /* Turn DW_ATE_address into a void * pointer. */
77b7c781 17574 type = init_type (objfile, TYPE_CODE_VOID, TARGET_CHAR_BIT, NULL);
19f392bc 17575 type = init_pointer_type (objfile, bits, name, type);
6ccb9162
UW
17576 break;
17577 case DW_ATE_boolean:
19f392bc 17578 type = init_boolean_type (objfile, bits, 1, name);
6ccb9162
UW
17579 break;
17580 case DW_ATE_complex_float:
8bdc1658 17581 type = dwarf2_init_complex_target_type (cu, objfile, bits / 2, name);
19f392bc 17582 type = init_complex_type (objfile, name, type);
6ccb9162
UW
17583 break;
17584 case DW_ATE_decimal_float:
19f392bc 17585 type = init_decfloat_type (objfile, bits, name);
6ccb9162
UW
17586 break;
17587 case DW_ATE_float:
9b790ce7 17588 type = dwarf2_init_float_type (objfile, bits, name, name);
6ccb9162
UW
17589 break;
17590 case DW_ATE_signed:
eb77c9df 17591 type = dwarf2_init_integer_type (cu, objfile, bits, 0, name);
6ccb9162
UW
17592 break;
17593 case DW_ATE_unsigned:
3b2b8fea
TT
17594 if (cu->language == language_fortran
17595 && name
61012eef 17596 && startswith (name, "character("))
19f392bc
UW
17597 type = init_character_type (objfile, bits, 1, name);
17598 else
eb77c9df 17599 type = dwarf2_init_integer_type (cu, objfile, bits, 1, name);
6ccb9162
UW
17600 break;
17601 case DW_ATE_signed_char:
6e70227d 17602 if (cu->language == language_ada || cu->language == language_m2
3b2b8fea
TT
17603 || cu->language == language_pascal
17604 || cu->language == language_fortran)
19f392bc
UW
17605 type = init_character_type (objfile, bits, 0, name);
17606 else
eb77c9df 17607 type = dwarf2_init_integer_type (cu, objfile, bits, 0, name);
6ccb9162
UW
17608 break;
17609 case DW_ATE_unsigned_char:
868a0084 17610 if (cu->language == language_ada || cu->language == language_m2
3b2b8fea 17611 || cu->language == language_pascal
c44af4eb
TT
17612 || cu->language == language_fortran
17613 || cu->language == language_rust)
19f392bc
UW
17614 type = init_character_type (objfile, bits, 1, name);
17615 else
eb77c9df 17616 type = dwarf2_init_integer_type (cu, objfile, bits, 1, name);
6ccb9162 17617 break;
75079b2b 17618 case DW_ATE_UTF:
53e710ac
PA
17619 {
17620 gdbarch *arch = get_objfile_arch (objfile);
17621
17622 if (bits == 16)
17623 type = builtin_type (arch)->builtin_char16;
17624 else if (bits == 32)
17625 type = builtin_type (arch)->builtin_char32;
17626 else
17627 {
b98664d3 17628 complaint (_("unsupported DW_ATE_UTF bit size: '%d'"),
53e710ac 17629 bits);
eb77c9df 17630 type = dwarf2_init_integer_type (cu, objfile, bits, 1, name);
53e710ac
PA
17631 }
17632 return set_die_type (die, type, cu);
17633 }
75079b2b
TT
17634 break;
17635
6ccb9162 17636 default:
b98664d3 17637 complaint (_("unsupported DW_AT_encoding: '%s'"),
6ccb9162 17638 dwarf_type_encoding_name (encoding));
77b7c781 17639 type = init_type (objfile, TYPE_CODE_ERROR, bits, name);
6ccb9162 17640 break;
c906108c 17641 }
6ccb9162 17642
0114d602 17643 if (name && strcmp (name, "char") == 0)
876cecd0 17644 TYPE_NOSIGN (type) = 1;
0114d602 17645
2b4424c3
TT
17646 maybe_set_alignment (cu, die, type);
17647
f792889a 17648 return set_die_type (die, type, cu);
c906108c
SS
17649}
17650
80180f79
SA
17651/* Parse dwarf attribute if it's a block, reference or constant and put the
17652 resulting value of the attribute into struct bound_prop.
17653 Returns 1 if ATTR could be resolved into PROP, 0 otherwise. */
17654
17655static int
17656attr_to_dynamic_prop (const struct attribute *attr, struct die_info *die,
17657 struct dwarf2_cu *cu, struct dynamic_prop *prop)
17658{
17659 struct dwarf2_property_baton *baton;
518817b3
SM
17660 struct obstack *obstack
17661 = &cu->per_cu->dwarf2_per_objfile->objfile->objfile_obstack;
80180f79
SA
17662
17663 if (attr == NULL || prop == NULL)
17664 return 0;
17665
17666 if (attr_form_is_block (attr))
17667 {
8d749320 17668 baton = XOBNEW (obstack, struct dwarf2_property_baton);
80180f79
SA
17669 baton->referenced_type = NULL;
17670 baton->locexpr.per_cu = cu->per_cu;
17671 baton->locexpr.size = DW_BLOCK (attr)->size;
17672 baton->locexpr.data = DW_BLOCK (attr)->data;
17673 prop->data.baton = baton;
17674 prop->kind = PROP_LOCEXPR;
17675 gdb_assert (prop->data.baton != NULL);
17676 }
17677 else if (attr_form_is_ref (attr))
17678 {
17679 struct dwarf2_cu *target_cu = cu;
17680 struct die_info *target_die;
17681 struct attribute *target_attr;
17682
17683 target_die = follow_die_ref (die, attr, &target_cu);
17684 target_attr = dwarf2_attr (target_die, DW_AT_location, target_cu);
df25ebbd
JB
17685 if (target_attr == NULL)
17686 target_attr = dwarf2_attr (target_die, DW_AT_data_member_location,
17687 target_cu);
80180f79
SA
17688 if (target_attr == NULL)
17689 return 0;
17690
df25ebbd 17691 switch (target_attr->name)
80180f79 17692 {
df25ebbd
JB
17693 case DW_AT_location:
17694 if (attr_form_is_section_offset (target_attr))
17695 {
8d749320 17696 baton = XOBNEW (obstack, struct dwarf2_property_baton);
df25ebbd
JB
17697 baton->referenced_type = die_type (target_die, target_cu);
17698 fill_in_loclist_baton (cu, &baton->loclist, target_attr);
17699 prop->data.baton = baton;
17700 prop->kind = PROP_LOCLIST;
17701 gdb_assert (prop->data.baton != NULL);
17702 }
17703 else if (attr_form_is_block (target_attr))
17704 {
8d749320 17705 baton = XOBNEW (obstack, struct dwarf2_property_baton);
df25ebbd
JB
17706 baton->referenced_type = die_type (target_die, target_cu);
17707 baton->locexpr.per_cu = cu->per_cu;
17708 baton->locexpr.size = DW_BLOCK (target_attr)->size;
17709 baton->locexpr.data = DW_BLOCK (target_attr)->data;
17710 prop->data.baton = baton;
17711 prop->kind = PROP_LOCEXPR;
17712 gdb_assert (prop->data.baton != NULL);
17713 }
17714 else
17715 {
17716 dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
17717 "dynamic property");
17718 return 0;
17719 }
17720 break;
17721 case DW_AT_data_member_location:
17722 {
17723 LONGEST offset;
17724
17725 if (!handle_data_member_location (target_die, target_cu,
17726 &offset))
17727 return 0;
17728
8d749320 17729 baton = XOBNEW (obstack, struct dwarf2_property_baton);
6ad395a7
JB
17730 baton->referenced_type = read_type_die (target_die->parent,
17731 target_cu);
df25ebbd
JB
17732 baton->offset_info.offset = offset;
17733 baton->offset_info.type = die_type (target_die, target_cu);
17734 prop->data.baton = baton;
17735 prop->kind = PROP_ADDR_OFFSET;
17736 break;
17737 }
80180f79
SA
17738 }
17739 }
17740 else if (attr_form_is_constant (attr))
17741 {
17742 prop->data.const_val = dwarf2_get_attr_constant_value (attr, 0);
17743 prop->kind = PROP_CONST;
17744 }
17745 else
17746 {
17747 dwarf2_invalid_attrib_class_complaint (dwarf_form_name (attr->form),
17748 dwarf2_name (die, cu));
17749 return 0;
17750 }
17751
17752 return 1;
17753}
17754
a02abb62
JB
17755/* Read the given DW_AT_subrange DIE. */
17756
f792889a 17757static struct type *
a02abb62
JB
17758read_subrange_type (struct die_info *die, struct dwarf2_cu *cu)
17759{
4c9ad8c2 17760 struct type *base_type, *orig_base_type;
a02abb62
JB
17761 struct type *range_type;
17762 struct attribute *attr;
729efb13 17763 struct dynamic_prop low, high;
4fae6e18 17764 int low_default_is_valid;
c451ebe5 17765 int high_bound_is_count = 0;
15d034d0 17766 const char *name;
d359392f 17767 ULONGEST negative_mask;
e77813c8 17768
4c9ad8c2
TT
17769 orig_base_type = die_type (die, cu);
17770 /* If ORIG_BASE_TYPE is a typedef, it will not be TYPE_UNSIGNED,
17771 whereas the real type might be. So, we use ORIG_BASE_TYPE when
17772 creating the range type, but we use the result of check_typedef
17773 when examining properties of the type. */
17774 base_type = check_typedef (orig_base_type);
a02abb62 17775
7e314c57
JK
17776 /* The die_type call above may have already set the type for this DIE. */
17777 range_type = get_die_type (die, cu);
17778 if (range_type)
17779 return range_type;
17780
729efb13
SA
17781 low.kind = PROP_CONST;
17782 high.kind = PROP_CONST;
17783 high.data.const_val = 0;
17784
4fae6e18
JK
17785 /* Set LOW_DEFAULT_IS_VALID if current language and DWARF version allow
17786 omitting DW_AT_lower_bound. */
17787 switch (cu->language)
6e70227d 17788 {
4fae6e18
JK
17789 case language_c:
17790 case language_cplus:
729efb13 17791 low.data.const_val = 0;
4fae6e18
JK
17792 low_default_is_valid = 1;
17793 break;
17794 case language_fortran:
729efb13 17795 low.data.const_val = 1;
4fae6e18
JK
17796 low_default_is_valid = 1;
17797 break;
17798 case language_d:
4fae6e18 17799 case language_objc:
c44af4eb 17800 case language_rust:
729efb13 17801 low.data.const_val = 0;
4fae6e18
JK
17802 low_default_is_valid = (cu->header.version >= 4);
17803 break;
17804 case language_ada:
17805 case language_m2:
17806 case language_pascal:
729efb13 17807 low.data.const_val = 1;
4fae6e18
JK
17808 low_default_is_valid = (cu->header.version >= 4);
17809 break;
17810 default:
729efb13 17811 low.data.const_val = 0;
4fae6e18
JK
17812 low_default_is_valid = 0;
17813 break;
a02abb62
JB
17814 }
17815
e142c38c 17816 attr = dwarf2_attr (die, DW_AT_lower_bound, cu);
a02abb62 17817 if (attr)
11c1ba78 17818 attr_to_dynamic_prop (attr, die, cu, &low);
4fae6e18 17819 else if (!low_default_is_valid)
b98664d3 17820 complaint (_("Missing DW_AT_lower_bound "
9d8780f0
SM
17821 "- DIE at %s [in module %s]"),
17822 sect_offset_str (die->sect_off),
518817b3 17823 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
a02abb62 17824
506f5c41
TV
17825 struct attribute *attr_ub, *attr_count;
17826 attr = attr_ub = dwarf2_attr (die, DW_AT_upper_bound, cu);
80180f79 17827 if (!attr_to_dynamic_prop (attr, die, cu, &high))
e77813c8 17828 {
506f5c41 17829 attr = attr_count = dwarf2_attr (die, DW_AT_count, cu);
c451ebe5 17830 if (attr_to_dynamic_prop (attr, die, cu, &high))
6b662e19 17831 {
c451ebe5
SA
17832 /* If bounds are constant do the final calculation here. */
17833 if (low.kind == PROP_CONST && high.kind == PROP_CONST)
17834 high.data.const_val = low.data.const_val + high.data.const_val - 1;
17835 else
17836 high_bound_is_count = 1;
c2ff108b 17837 }
506f5c41
TV
17838 else
17839 {
17840 if (attr_ub != NULL)
17841 complaint (_("Unresolved DW_AT_upper_bound "
17842 "- DIE at %s [in module %s]"),
17843 sect_offset_str (die->sect_off),
17844 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
17845 if (attr_count != NULL)
17846 complaint (_("Unresolved DW_AT_count "
17847 "- DIE at %s [in module %s]"),
17848 sect_offset_str (die->sect_off),
17849 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
17850 }
17851
e77813c8
PM
17852 }
17853
17854 /* Dwarf-2 specifications explicitly allows to create subrange types
17855 without specifying a base type.
17856 In that case, the base type must be set to the type of
17857 the lower bound, upper bound or count, in that order, if any of these
17858 three attributes references an object that has a type.
17859 If no base type is found, the Dwarf-2 specifications say that
17860 a signed integer type of size equal to the size of an address should
17861 be used.
17862 For the following C code: `extern char gdb_int [];'
17863 GCC produces an empty range DIE.
17864 FIXME: muller/2010-05-28: Possible references to object for low bound,
0963b4bd 17865 high bound or count are not yet handled by this code. */
e77813c8
PM
17866 if (TYPE_CODE (base_type) == TYPE_CODE_VOID)
17867 {
518817b3 17868 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
e77813c8
PM
17869 struct gdbarch *gdbarch = get_objfile_arch (objfile);
17870 int addr_size = gdbarch_addr_bit (gdbarch) /8;
17871 struct type *int_type = objfile_type (objfile)->builtin_int;
17872
17873 /* Test "int", "long int", and "long long int" objfile types,
17874 and select the first one having a size above or equal to the
17875 architecture address size. */
17876 if (int_type && TYPE_LENGTH (int_type) >= addr_size)
17877 base_type = int_type;
17878 else
17879 {
17880 int_type = objfile_type (objfile)->builtin_long;
17881 if (int_type && TYPE_LENGTH (int_type) >= addr_size)
17882 base_type = int_type;
17883 else
17884 {
17885 int_type = objfile_type (objfile)->builtin_long_long;
17886 if (int_type && TYPE_LENGTH (int_type) >= addr_size)
17887 base_type = int_type;
17888 }
17889 }
17890 }
a02abb62 17891
dbb9c2b1
JB
17892 /* Normally, the DWARF producers are expected to use a signed
17893 constant form (Eg. DW_FORM_sdata) to express negative bounds.
17894 But this is unfortunately not always the case, as witnessed
17895 with GCC, for instance, where the ambiguous DW_FORM_dataN form
17896 is used instead. To work around that ambiguity, we treat
17897 the bounds as signed, and thus sign-extend their values, when
17898 the base type is signed. */
6e70227d 17899 negative_mask =
d359392f 17900 -((ULONGEST) 1 << (TYPE_LENGTH (base_type) * TARGET_CHAR_BIT - 1));
729efb13
SA
17901 if (low.kind == PROP_CONST
17902 && !TYPE_UNSIGNED (base_type) && (low.data.const_val & negative_mask))
17903 low.data.const_val |= negative_mask;
17904 if (high.kind == PROP_CONST
17905 && !TYPE_UNSIGNED (base_type) && (high.data.const_val & negative_mask))
17906 high.data.const_val |= negative_mask;
43bbcdc2 17907
729efb13 17908 range_type = create_range_type (NULL, orig_base_type, &low, &high);
a02abb62 17909
c451ebe5
SA
17910 if (high_bound_is_count)
17911 TYPE_RANGE_DATA (range_type)->flag_upper_bound_is_count = 1;
17912
c2ff108b
JK
17913 /* Ada expects an empty array on no boundary attributes. */
17914 if (attr == NULL && cu->language != language_ada)
729efb13 17915 TYPE_HIGH_BOUND_KIND (range_type) = PROP_UNDEFINED;
c2ff108b 17916
39cbfefa
DJ
17917 name = dwarf2_name (die, cu);
17918 if (name)
17919 TYPE_NAME (range_type) = name;
6e70227d 17920
e142c38c 17921 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
a02abb62
JB
17922 if (attr)
17923 TYPE_LENGTH (range_type) = DW_UNSND (attr);
17924
2b4424c3
TT
17925 maybe_set_alignment (cu, die, range_type);
17926
7e314c57
JK
17927 set_die_type (die, range_type, cu);
17928
17929 /* set_die_type should be already done. */
b4ba55a1
JB
17930 set_descriptive_type (range_type, die, cu);
17931
7e314c57 17932 return range_type;
a02abb62 17933}
6e70227d 17934
f792889a 17935static struct type *
81a17f79
JB
17936read_unspecified_type (struct die_info *die, struct dwarf2_cu *cu)
17937{
17938 struct type *type;
81a17f79 17939
518817b3
SM
17940 type = init_type (cu->per_cu->dwarf2_per_objfile->objfile, TYPE_CODE_VOID,0,
17941 NULL);
0114d602 17942 TYPE_NAME (type) = dwarf2_name (die, cu);
81a17f79 17943
74a2f8ff
JB
17944 /* In Ada, an unspecified type is typically used when the description
17945 of the type is defered to a different unit. When encountering
17946 such a type, we treat it as a stub, and try to resolve it later on,
17947 when needed. */
17948 if (cu->language == language_ada)
17949 TYPE_STUB (type) = 1;
17950
f792889a 17951 return set_die_type (die, type, cu);
81a17f79 17952}
a02abb62 17953
639d11d3
DC
17954/* Read a single die and all its descendents. Set the die's sibling
17955 field to NULL; set other fields in the die correctly, and set all
17956 of the descendents' fields correctly. Set *NEW_INFO_PTR to the
17957 location of the info_ptr after reading all of those dies. PARENT
17958 is the parent of the die in question. */
17959
17960static struct die_info *
dee91e82 17961read_die_and_children (const struct die_reader_specs *reader,
d521ce57
TT
17962 const gdb_byte *info_ptr,
17963 const gdb_byte **new_info_ptr,
dee91e82 17964 struct die_info *parent)
639d11d3
DC
17965{
17966 struct die_info *die;
d521ce57 17967 const gdb_byte *cur_ptr;
639d11d3
DC
17968 int has_children;
17969
bf6af496 17970 cur_ptr = read_full_die_1 (reader, &die, info_ptr, &has_children, 0);
1d325ec1
DJ
17971 if (die == NULL)
17972 {
17973 *new_info_ptr = cur_ptr;
17974 return NULL;
17975 }
93311388 17976 store_in_ref_table (die, reader->cu);
639d11d3
DC
17977
17978 if (has_children)
bf6af496 17979 die->child = read_die_and_siblings_1 (reader, cur_ptr, new_info_ptr, die);
639d11d3
DC
17980 else
17981 {
17982 die->child = NULL;
17983 *new_info_ptr = cur_ptr;
17984 }
17985
17986 die->sibling = NULL;
17987 die->parent = parent;
17988 return die;
17989}
17990
17991/* Read a die, all of its descendents, and all of its siblings; set
17992 all of the fields of all of the dies correctly. Arguments are as
17993 in read_die_and_children. */
17994
17995static struct die_info *
bf6af496 17996read_die_and_siblings_1 (const struct die_reader_specs *reader,
d521ce57
TT
17997 const gdb_byte *info_ptr,
17998 const gdb_byte **new_info_ptr,
bf6af496 17999 struct die_info *parent)
639d11d3
DC
18000{
18001 struct die_info *first_die, *last_sibling;
d521ce57 18002 const gdb_byte *cur_ptr;
639d11d3 18003
c906108c 18004 cur_ptr = info_ptr;
639d11d3
DC
18005 first_die = last_sibling = NULL;
18006
18007 while (1)
c906108c 18008 {
639d11d3 18009 struct die_info *die
dee91e82 18010 = read_die_and_children (reader, cur_ptr, &cur_ptr, parent);
639d11d3 18011
1d325ec1 18012 if (die == NULL)
c906108c 18013 {
639d11d3
DC
18014 *new_info_ptr = cur_ptr;
18015 return first_die;
c906108c 18016 }
1d325ec1
DJ
18017
18018 if (!first_die)
18019 first_die = die;
c906108c 18020 else
1d325ec1
DJ
18021 last_sibling->sibling = die;
18022
18023 last_sibling = die;
c906108c 18024 }
c906108c
SS
18025}
18026
bf6af496
DE
18027/* Read a die, all of its descendents, and all of its siblings; set
18028 all of the fields of all of the dies correctly. Arguments are as
18029 in read_die_and_children.
18030 This the main entry point for reading a DIE and all its children. */
18031
18032static struct die_info *
18033read_die_and_siblings (const struct die_reader_specs *reader,
d521ce57
TT
18034 const gdb_byte *info_ptr,
18035 const gdb_byte **new_info_ptr,
bf6af496
DE
18036 struct die_info *parent)
18037{
18038 struct die_info *die = read_die_and_siblings_1 (reader, info_ptr,
18039 new_info_ptr, parent);
18040
b4f54984 18041 if (dwarf_die_debug)
bf6af496
DE
18042 {
18043 fprintf_unfiltered (gdb_stdlog,
18044 "Read die from %s@0x%x of %s:\n",
a32a8923 18045 get_section_name (reader->die_section),
bf6af496
DE
18046 (unsigned) (info_ptr - reader->die_section->buffer),
18047 bfd_get_filename (reader->abfd));
b4f54984 18048 dump_die (die, dwarf_die_debug);
bf6af496
DE
18049 }
18050
18051 return die;
18052}
18053
3019eac3
DE
18054/* Read a die and all its attributes, leave space for NUM_EXTRA_ATTRS
18055 attributes.
18056 The caller is responsible for filling in the extra attributes
18057 and updating (*DIEP)->num_attrs.
18058 Set DIEP to point to a newly allocated die with its information,
18059 except for its child, sibling, and parent fields.
18060 Set HAS_CHILDREN to tell whether the die has children or not. */
93311388 18061
d521ce57 18062static const gdb_byte *
3019eac3 18063read_full_die_1 (const struct die_reader_specs *reader,
d521ce57 18064 struct die_info **diep, const gdb_byte *info_ptr,
3019eac3 18065 int *has_children, int num_extra_attrs)
93311388 18066{
b64f50a1 18067 unsigned int abbrev_number, bytes_read, i;
93311388
DE
18068 struct abbrev_info *abbrev;
18069 struct die_info *die;
18070 struct dwarf2_cu *cu = reader->cu;
18071 bfd *abfd = reader->abfd;
18072
9c541725 18073 sect_offset sect_off = (sect_offset) (info_ptr - reader->buffer);
93311388
DE
18074 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
18075 info_ptr += bytes_read;
18076 if (!abbrev_number)
18077 {
18078 *diep = NULL;
18079 *has_children = 0;
18080 return info_ptr;
18081 }
18082
685af9cd 18083 abbrev = reader->abbrev_table->lookup_abbrev (abbrev_number);
93311388 18084 if (!abbrev)
348e048f
DE
18085 error (_("Dwarf Error: could not find abbrev number %d [in module %s]"),
18086 abbrev_number,
18087 bfd_get_filename (abfd));
18088
3019eac3 18089 die = dwarf_alloc_die (cu, abbrev->num_attrs + num_extra_attrs);
9c541725 18090 die->sect_off = sect_off;
93311388
DE
18091 die->tag = abbrev->tag;
18092 die->abbrev = abbrev_number;
18093
3019eac3
DE
18094 /* Make the result usable.
18095 The caller needs to update num_attrs after adding the extra
18096 attributes. */
93311388
DE
18097 die->num_attrs = abbrev->num_attrs;
18098
18099 for (i = 0; i < abbrev->num_attrs; ++i)
dee91e82
DE
18100 info_ptr = read_attribute (reader, &die->attrs[i], &abbrev->attrs[i],
18101 info_ptr);
93311388
DE
18102
18103 *diep = die;
18104 *has_children = abbrev->has_children;
18105 return info_ptr;
18106}
18107
3019eac3
DE
18108/* Read a die and all its attributes.
18109 Set DIEP to point to a newly allocated die with its information,
18110 except for its child, sibling, and parent fields.
18111 Set HAS_CHILDREN to tell whether the die has children or not. */
18112
d521ce57 18113static const gdb_byte *
3019eac3 18114read_full_die (const struct die_reader_specs *reader,
d521ce57 18115 struct die_info **diep, const gdb_byte *info_ptr,
3019eac3
DE
18116 int *has_children)
18117{
d521ce57 18118 const gdb_byte *result;
bf6af496
DE
18119
18120 result = read_full_die_1 (reader, diep, info_ptr, has_children, 0);
18121
b4f54984 18122 if (dwarf_die_debug)
bf6af496
DE
18123 {
18124 fprintf_unfiltered (gdb_stdlog,
18125 "Read die from %s@0x%x of %s:\n",
a32a8923 18126 get_section_name (reader->die_section),
bf6af496
DE
18127 (unsigned) (info_ptr - reader->die_section->buffer),
18128 bfd_get_filename (reader->abfd));
b4f54984 18129 dump_die (*diep, dwarf_die_debug);
bf6af496
DE
18130 }
18131
18132 return result;
3019eac3 18133}
433df2d4
DE
18134\f
18135/* Abbreviation tables.
3019eac3 18136
433df2d4 18137 In DWARF version 2, the description of the debugging information is
c906108c
SS
18138 stored in a separate .debug_abbrev section. Before we read any
18139 dies from a section we read in all abbreviations and install them
433df2d4
DE
18140 in a hash table. */
18141
18142/* Allocate space for a struct abbrev_info object in ABBREV_TABLE. */
18143
685af9cd
TT
18144struct abbrev_info *
18145abbrev_table::alloc_abbrev ()
433df2d4
DE
18146{
18147 struct abbrev_info *abbrev;
18148
685af9cd 18149 abbrev = XOBNEW (&abbrev_obstack, struct abbrev_info);
433df2d4 18150 memset (abbrev, 0, sizeof (struct abbrev_info));
8d749320 18151
433df2d4
DE
18152 return abbrev;
18153}
18154
18155/* Add an abbreviation to the table. */
c906108c 18156
685af9cd
TT
18157void
18158abbrev_table::add_abbrev (unsigned int abbrev_number,
18159 struct abbrev_info *abbrev)
433df2d4
DE
18160{
18161 unsigned int hash_number;
18162
18163 hash_number = abbrev_number % ABBREV_HASH_SIZE;
4a17f768
YQ
18164 abbrev->next = m_abbrevs[hash_number];
18165 m_abbrevs[hash_number] = abbrev;
433df2d4 18166}
dee91e82 18167
433df2d4
DE
18168/* Look up an abbrev in the table.
18169 Returns NULL if the abbrev is not found. */
18170
685af9cd
TT
18171struct abbrev_info *
18172abbrev_table::lookup_abbrev (unsigned int abbrev_number)
c906108c 18173{
433df2d4
DE
18174 unsigned int hash_number;
18175 struct abbrev_info *abbrev;
18176
18177 hash_number = abbrev_number % ABBREV_HASH_SIZE;
4a17f768 18178 abbrev = m_abbrevs[hash_number];
433df2d4
DE
18179
18180 while (abbrev)
18181 {
18182 if (abbrev->number == abbrev_number)
18183 return abbrev;
18184 abbrev = abbrev->next;
18185 }
18186 return NULL;
18187}
18188
18189/* Read in an abbrev table. */
18190
685af9cd 18191static abbrev_table_up
ed2dc618
SM
18192abbrev_table_read_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
18193 struct dwarf2_section_info *section,
9c541725 18194 sect_offset sect_off)
433df2d4
DE
18195{
18196 struct objfile *objfile = dwarf2_per_objfile->objfile;
a32a8923 18197 bfd *abfd = get_section_bfd_owner (section);
d521ce57 18198 const gdb_byte *abbrev_ptr;
c906108c
SS
18199 struct abbrev_info *cur_abbrev;
18200 unsigned int abbrev_number, bytes_read, abbrev_name;
433df2d4 18201 unsigned int abbrev_form;
f3dd6933
DJ
18202 struct attr_abbrev *cur_attrs;
18203 unsigned int allocated_attrs;
c906108c 18204
685af9cd 18205 abbrev_table_up abbrev_table (new struct abbrev_table (sect_off));
c906108c 18206
433df2d4 18207 dwarf2_read_section (objfile, section);
9c541725 18208 abbrev_ptr = section->buffer + to_underlying (sect_off);
c906108c
SS
18209 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
18210 abbrev_ptr += bytes_read;
18211
f3dd6933 18212 allocated_attrs = ATTR_ALLOC_CHUNK;
8d749320 18213 cur_attrs = XNEWVEC (struct attr_abbrev, allocated_attrs);
6e70227d 18214
0963b4bd 18215 /* Loop until we reach an abbrev number of 0. */
c906108c
SS
18216 while (abbrev_number)
18217 {
685af9cd 18218 cur_abbrev = abbrev_table->alloc_abbrev ();
c906108c
SS
18219
18220 /* read in abbrev header */
18221 cur_abbrev->number = abbrev_number;
aead7601
SM
18222 cur_abbrev->tag
18223 = (enum dwarf_tag) read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
c906108c
SS
18224 abbrev_ptr += bytes_read;
18225 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr);
18226 abbrev_ptr += 1;
18227
18228 /* now read in declarations */
22d2f3ab 18229 for (;;)
c906108c 18230 {
43988095
JK
18231 LONGEST implicit_const;
18232
22d2f3ab
JK
18233 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
18234 abbrev_ptr += bytes_read;
18235 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
18236 abbrev_ptr += bytes_read;
43988095
JK
18237 if (abbrev_form == DW_FORM_implicit_const)
18238 {
18239 implicit_const = read_signed_leb128 (abfd, abbrev_ptr,
18240 &bytes_read);
18241 abbrev_ptr += bytes_read;
18242 }
18243 else
18244 {
18245 /* Initialize it due to a false compiler warning. */
18246 implicit_const = -1;
18247 }
22d2f3ab
JK
18248
18249 if (abbrev_name == 0)
18250 break;
18251
f3dd6933 18252 if (cur_abbrev->num_attrs == allocated_attrs)
c906108c 18253 {
f3dd6933
DJ
18254 allocated_attrs += ATTR_ALLOC_CHUNK;
18255 cur_attrs
224c3ddb 18256 = XRESIZEVEC (struct attr_abbrev, cur_attrs, allocated_attrs);
c906108c 18257 }
ae038cb0 18258
aead7601
SM
18259 cur_attrs[cur_abbrev->num_attrs].name
18260 = (enum dwarf_attribute) abbrev_name;
22d2f3ab 18261 cur_attrs[cur_abbrev->num_attrs].form
aead7601 18262 = (enum dwarf_form) abbrev_form;
43988095 18263 cur_attrs[cur_abbrev->num_attrs].implicit_const = implicit_const;
22d2f3ab 18264 ++cur_abbrev->num_attrs;
c906108c
SS
18265 }
18266
8d749320
SM
18267 cur_abbrev->attrs =
18268 XOBNEWVEC (&abbrev_table->abbrev_obstack, struct attr_abbrev,
18269 cur_abbrev->num_attrs);
f3dd6933
DJ
18270 memcpy (cur_abbrev->attrs, cur_attrs,
18271 cur_abbrev->num_attrs * sizeof (struct attr_abbrev));
18272
685af9cd 18273 abbrev_table->add_abbrev (abbrev_number, cur_abbrev);
c906108c
SS
18274
18275 /* Get next abbreviation.
18276 Under Irix6 the abbreviations for a compilation unit are not
c5aa993b
JM
18277 always properly terminated with an abbrev number of 0.
18278 Exit loop if we encounter an abbreviation which we have
18279 already read (which means we are about to read the abbreviations
18280 for the next compile unit) or if the end of the abbreviation
18281 table is reached. */
433df2d4 18282 if ((unsigned int) (abbrev_ptr - section->buffer) >= section->size)
c906108c
SS
18283 break;
18284 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
18285 abbrev_ptr += bytes_read;
685af9cd 18286 if (abbrev_table->lookup_abbrev (abbrev_number) != NULL)
c906108c
SS
18287 break;
18288 }
f3dd6933
DJ
18289
18290 xfree (cur_attrs);
433df2d4 18291 return abbrev_table;
c906108c
SS
18292}
18293
72bf9492
DJ
18294/* Returns nonzero if TAG represents a type that we might generate a partial
18295 symbol for. */
18296
18297static int
18298is_type_tag_for_partial (int tag)
18299{
18300 switch (tag)
18301 {
18302#if 0
18303 /* Some types that would be reasonable to generate partial symbols for,
18304 that we don't at present. */
18305 case DW_TAG_array_type:
18306 case DW_TAG_file_type:
18307 case DW_TAG_ptr_to_member_type:
18308 case DW_TAG_set_type:
18309 case DW_TAG_string_type:
18310 case DW_TAG_subroutine_type:
18311#endif
18312 case DW_TAG_base_type:
18313 case DW_TAG_class_type:
680b30c7 18314 case DW_TAG_interface_type:
72bf9492
DJ
18315 case DW_TAG_enumeration_type:
18316 case DW_TAG_structure_type:
18317 case DW_TAG_subrange_type:
18318 case DW_TAG_typedef:
18319 case DW_TAG_union_type:
18320 return 1;
18321 default:
18322 return 0;
18323 }
18324}
18325
18326/* Load all DIEs that are interesting for partial symbols into memory. */
18327
18328static struct partial_die_info *
dee91e82 18329load_partial_dies (const struct die_reader_specs *reader,
d521ce57 18330 const gdb_byte *info_ptr, int building_psymtab)
72bf9492 18331{
dee91e82 18332 struct dwarf2_cu *cu = reader->cu;
518817b3 18333 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
72bf9492 18334 struct partial_die_info *parent_die, *last_die, *first_die = NULL;
72bf9492 18335 unsigned int bytes_read;
5afb4e99 18336 unsigned int load_all = 0;
72bf9492
DJ
18337 int nesting_level = 1;
18338
18339 parent_die = NULL;
18340 last_die = NULL;
18341
7adf1e79
DE
18342 gdb_assert (cu->per_cu != NULL);
18343 if (cu->per_cu->load_all_dies)
5afb4e99
DJ
18344 load_all = 1;
18345
72bf9492
DJ
18346 cu->partial_dies
18347 = htab_create_alloc_ex (cu->header.length / 12,
18348 partial_die_hash,
18349 partial_die_eq,
18350 NULL,
18351 &cu->comp_unit_obstack,
18352 hashtab_obstack_allocate,
18353 dummy_obstack_deallocate);
18354
72bf9492
DJ
18355 while (1)
18356 {
685af9cd 18357 abbrev_info *abbrev = peek_die_abbrev (*reader, info_ptr, &bytes_read);
72bf9492
DJ
18358
18359 /* A NULL abbrev means the end of a series of children. */
18360 if (abbrev == NULL)
18361 {
18362 if (--nesting_level == 0)
cd9983dd
YQ
18363 return first_die;
18364
72bf9492
DJ
18365 info_ptr += bytes_read;
18366 last_die = parent_die;
18367 parent_die = parent_die->die_parent;
18368 continue;
18369 }
18370
98bfdba5
PA
18371 /* Check for template arguments. We never save these; if
18372 they're seen, we just mark the parent, and go on our way. */
18373 if (parent_die != NULL
18374 && cu->language == language_cplus
18375 && (abbrev->tag == DW_TAG_template_type_param
18376 || abbrev->tag == DW_TAG_template_value_param))
18377 {
18378 parent_die->has_template_arguments = 1;
18379
18380 if (!load_all)
18381 {
18382 /* We don't need a partial DIE for the template argument. */
dee91e82 18383 info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
98bfdba5
PA
18384 continue;
18385 }
18386 }
18387
0d99eb77 18388 /* We only recurse into c++ subprograms looking for template arguments.
98bfdba5
PA
18389 Skip their other children. */
18390 if (!load_all
18391 && cu->language == language_cplus
18392 && parent_die != NULL
18393 && parent_die->tag == DW_TAG_subprogram)
18394 {
dee91e82 18395 info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
98bfdba5
PA
18396 continue;
18397 }
18398
5afb4e99
DJ
18399 /* Check whether this DIE is interesting enough to save. Normally
18400 we would not be interested in members here, but there may be
18401 later variables referencing them via DW_AT_specification (for
18402 static members). */
18403 if (!load_all
18404 && !is_type_tag_for_partial (abbrev->tag)
72929c62 18405 && abbrev->tag != DW_TAG_constant
72bf9492
DJ
18406 && abbrev->tag != DW_TAG_enumerator
18407 && abbrev->tag != DW_TAG_subprogram
b1dc1806 18408 && abbrev->tag != DW_TAG_inlined_subroutine
bc30ff58 18409 && abbrev->tag != DW_TAG_lexical_block
72bf9492 18410 && abbrev->tag != DW_TAG_variable
5afb4e99 18411 && abbrev->tag != DW_TAG_namespace
f55ee35c 18412 && abbrev->tag != DW_TAG_module
95554aad 18413 && abbrev->tag != DW_TAG_member
74921315
KS
18414 && abbrev->tag != DW_TAG_imported_unit
18415 && abbrev->tag != DW_TAG_imported_declaration)
72bf9492
DJ
18416 {
18417 /* Otherwise we skip to the next sibling, if any. */
dee91e82 18418 info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
72bf9492
DJ
18419 continue;
18420 }
18421
6f06d47b
YQ
18422 struct partial_die_info pdi ((sect_offset) (info_ptr - reader->buffer),
18423 abbrev);
cd9983dd 18424
48fbe735 18425 info_ptr = pdi.read (reader, *abbrev, info_ptr + bytes_read);
72bf9492
DJ
18426
18427 /* This two-pass algorithm for processing partial symbols has a
18428 high cost in cache pressure. Thus, handle some simple cases
18429 here which cover the majority of C partial symbols. DIEs
18430 which neither have specification tags in them, nor could have
18431 specification tags elsewhere pointing at them, can simply be
18432 processed and discarded.
18433
18434 This segment is also optional; scan_partial_symbols and
18435 add_partial_symbol will handle these DIEs if we chain
18436 them in normally. When compilers which do not emit large
18437 quantities of duplicate debug information are more common,
18438 this code can probably be removed. */
18439
18440 /* Any complete simple types at the top level (pretty much all
18441 of them, for a language without namespaces), can be processed
18442 directly. */
18443 if (parent_die == NULL
cd9983dd
YQ
18444 && pdi.has_specification == 0
18445 && pdi.is_declaration == 0
18446 && ((pdi.tag == DW_TAG_typedef && !pdi.has_children)
18447 || pdi.tag == DW_TAG_base_type
18448 || pdi.tag == DW_TAG_subrange_type))
72bf9492 18449 {
cd9983dd
YQ
18450 if (building_psymtab && pdi.name != NULL)
18451 add_psymbol_to_list (pdi.name, strlen (pdi.name), 0,
79748972 18452 VAR_DOMAIN, LOC_TYPEDEF, -1,
75aedd27 18453 psymbol_placement::STATIC,
1762568f 18454 0, cu->language, objfile);
cd9983dd 18455 info_ptr = locate_pdi_sibling (reader, &pdi, info_ptr);
72bf9492
DJ
18456 continue;
18457 }
18458
d8228535
JK
18459 /* The exception for DW_TAG_typedef with has_children above is
18460 a workaround of GCC PR debug/47510. In the case of this complaint
a737d952 18461 type_name_or_error will error on such types later.
d8228535
JK
18462
18463 GDB skipped children of DW_TAG_typedef by the shortcut above and then
18464 it could not find the child DIEs referenced later, this is checked
18465 above. In correct DWARF DW_TAG_typedef should have no children. */
18466
cd9983dd 18467 if (pdi.tag == DW_TAG_typedef && pdi.has_children)
b98664d3 18468 complaint (_("DW_TAG_typedef has childen - GCC PR debug/47510 bug "
9d8780f0 18469 "- DIE at %s [in module %s]"),
cd9983dd 18470 sect_offset_str (pdi.sect_off), objfile_name (objfile));
d8228535 18471
72bf9492
DJ
18472 /* If we're at the second level, and we're an enumerator, and
18473 our parent has no specification (meaning possibly lives in a
18474 namespace elsewhere), then we can add the partial symbol now
18475 instead of queueing it. */
cd9983dd 18476 if (pdi.tag == DW_TAG_enumerator
72bf9492
DJ
18477 && parent_die != NULL
18478 && parent_die->die_parent == NULL
18479 && parent_die->tag == DW_TAG_enumeration_type
18480 && parent_die->has_specification == 0)
18481 {
cd9983dd 18482 if (pdi.name == NULL)
b98664d3 18483 complaint (_("malformed enumerator DIE ignored"));
72bf9492 18484 else if (building_psymtab)
cd9983dd 18485 add_psymbol_to_list (pdi.name, strlen (pdi.name), 0,
79748972 18486 VAR_DOMAIN, LOC_CONST, -1,
9c37b5ae 18487 cu->language == language_cplus
75aedd27
TT
18488 ? psymbol_placement::GLOBAL
18489 : psymbol_placement::STATIC,
1762568f 18490 0, cu->language, objfile);
72bf9492 18491
cd9983dd 18492 info_ptr = locate_pdi_sibling (reader, &pdi, info_ptr);
72bf9492
DJ
18493 continue;
18494 }
18495
cd9983dd 18496 struct partial_die_info *part_die
6f06d47b 18497 = new (&cu->comp_unit_obstack) partial_die_info (pdi);
cd9983dd 18498
72bf9492
DJ
18499 /* We'll save this DIE so link it in. */
18500 part_die->die_parent = parent_die;
18501 part_die->die_sibling = NULL;
18502 part_die->die_child = NULL;
18503
18504 if (last_die && last_die == parent_die)
18505 last_die->die_child = part_die;
18506 else if (last_die)
18507 last_die->die_sibling = part_die;
18508
18509 last_die = part_die;
18510
18511 if (first_die == NULL)
18512 first_die = part_die;
18513
18514 /* Maybe add the DIE to the hash table. Not all DIEs that we
18515 find interesting need to be in the hash table, because we
18516 also have the parent/sibling/child chains; only those that we
18517 might refer to by offset later during partial symbol reading.
18518
18519 For now this means things that might have be the target of a
18520 DW_AT_specification, DW_AT_abstract_origin, or
18521 DW_AT_extension. DW_AT_extension will refer only to
18522 namespaces; DW_AT_abstract_origin refers to functions (and
18523 many things under the function DIE, but we do not recurse
18524 into function DIEs during partial symbol reading) and
18525 possibly variables as well; DW_AT_specification refers to
18526 declarations. Declarations ought to have the DW_AT_declaration
18527 flag. It happens that GCC forgets to put it in sometimes, but
18528 only for functions, not for types.
18529
18530 Adding more things than necessary to the hash table is harmless
18531 except for the performance cost. Adding too few will result in
5afb4e99
DJ
18532 wasted time in find_partial_die, when we reread the compilation
18533 unit with load_all_dies set. */
72bf9492 18534
5afb4e99 18535 if (load_all
72929c62 18536 || abbrev->tag == DW_TAG_constant
5afb4e99 18537 || abbrev->tag == DW_TAG_subprogram
72bf9492
DJ
18538 || abbrev->tag == DW_TAG_variable
18539 || abbrev->tag == DW_TAG_namespace
18540 || part_die->is_declaration)
18541 {
18542 void **slot;
18543
18544 slot = htab_find_slot_with_hash (cu->partial_dies, part_die,
9c541725
PA
18545 to_underlying (part_die->sect_off),
18546 INSERT);
72bf9492
DJ
18547 *slot = part_die;
18548 }
18549
72bf9492 18550 /* For some DIEs we want to follow their children (if any). For C
bc30ff58 18551 we have no reason to follow the children of structures; for other
98bfdba5
PA
18552 languages we have to, so that we can get at method physnames
18553 to infer fully qualified class names, for DW_AT_specification,
18554 and for C++ template arguments. For C++, we also look one level
18555 inside functions to find template arguments (if the name of the
18556 function does not already contain the template arguments).
bc30ff58
JB
18557
18558 For Ada, we need to scan the children of subprograms and lexical
18559 blocks as well because Ada allows the definition of nested
18560 entities that could be interesting for the debugger, such as
18561 nested subprograms for instance. */
72bf9492 18562 if (last_die->has_children
5afb4e99
DJ
18563 && (load_all
18564 || last_die->tag == DW_TAG_namespace
f55ee35c 18565 || last_die->tag == DW_TAG_module
72bf9492 18566 || last_die->tag == DW_TAG_enumeration_type
98bfdba5
PA
18567 || (cu->language == language_cplus
18568 && last_die->tag == DW_TAG_subprogram
18569 && (last_die->name == NULL
18570 || strchr (last_die->name, '<') == NULL))
72bf9492
DJ
18571 || (cu->language != language_c
18572 && (last_die->tag == DW_TAG_class_type
680b30c7 18573 || last_die->tag == DW_TAG_interface_type
72bf9492 18574 || last_die->tag == DW_TAG_structure_type
bc30ff58
JB
18575 || last_die->tag == DW_TAG_union_type))
18576 || (cu->language == language_ada
18577 && (last_die->tag == DW_TAG_subprogram
18578 || last_die->tag == DW_TAG_lexical_block))))
72bf9492
DJ
18579 {
18580 nesting_level++;
18581 parent_die = last_die;
18582 continue;
18583 }
18584
18585 /* Otherwise we skip to the next sibling, if any. */
dee91e82 18586 info_ptr = locate_pdi_sibling (reader, last_die, info_ptr);
72bf9492
DJ
18587
18588 /* Back to the top, do it again. */
18589 }
18590}
18591
6f06d47b
YQ
18592partial_die_info::partial_die_info (sect_offset sect_off_,
18593 struct abbrev_info *abbrev)
18594 : partial_die_info (sect_off_, abbrev->tag, abbrev->has_children)
18595{
18596}
18597
35cc7ed7
YQ
18598/* Read a minimal amount of information into the minimal die structure.
18599 INFO_PTR should point just after the initial uleb128 of a DIE. */
c906108c 18600
48fbe735
YQ
18601const gdb_byte *
18602partial_die_info::read (const struct die_reader_specs *reader,
18603 const struct abbrev_info &abbrev, const gdb_byte *info_ptr)
c906108c 18604{
dee91e82 18605 struct dwarf2_cu *cu = reader->cu;
518817b3
SM
18606 struct dwarf2_per_objfile *dwarf2_per_objfile
18607 = cu->per_cu->dwarf2_per_objfile;
fa238c03 18608 unsigned int i;
c5aa993b 18609 int has_low_pc_attr = 0;
c906108c 18610 int has_high_pc_attr = 0;
91da1414 18611 int high_pc_relative = 0;
c906108c 18612
fd0a254f 18613 for (i = 0; i < abbrev.num_attrs; ++i)
c906108c 18614 {
48fbe735
YQ
18615 struct attribute attr;
18616
fd0a254f 18617 info_ptr = read_attribute (reader, &attr, &abbrev.attrs[i], info_ptr);
c906108c
SS
18618
18619 /* Store the data if it is of an attribute we want to keep in a
c5aa993b 18620 partial symbol table. */
c906108c
SS
18621 switch (attr.name)
18622 {
18623 case DW_AT_name:
48fbe735 18624 switch (tag)
71c25dea
TT
18625 {
18626 case DW_TAG_compile_unit:
95554aad 18627 case DW_TAG_partial_unit:
348e048f 18628 case DW_TAG_type_unit:
71c25dea
TT
18629 /* Compilation units have a DW_AT_name that is a filename, not
18630 a source language identifier. */
18631 case DW_TAG_enumeration_type:
18632 case DW_TAG_enumerator:
18633 /* These tags always have simple identifiers already; no need
18634 to canonicalize them. */
48fbe735 18635 name = DW_STRING (&attr);
71c25dea
TT
18636 break;
18637 default:
48fbe735
YQ
18638 {
18639 struct objfile *objfile = dwarf2_per_objfile->objfile;
18640
18641 name
18642 = dwarf2_canonicalize_name (DW_STRING (&attr), cu,
18643 &objfile->per_bfd->storage_obstack);
18644 }
71c25dea
TT
18645 break;
18646 }
c906108c 18647 break;
31ef98ae 18648 case DW_AT_linkage_name:
c906108c 18649 case DW_AT_MIPS_linkage_name:
31ef98ae
TT
18650 /* Note that both forms of linkage name might appear. We
18651 assume they will be the same, and we only store the last
18652 one we see. */
48fbe735 18653 linkage_name = DW_STRING (&attr);
c906108c
SS
18654 break;
18655 case DW_AT_low_pc:
18656 has_low_pc_attr = 1;
48fbe735 18657 lowpc = attr_value_as_address (&attr);
c906108c
SS
18658 break;
18659 case DW_AT_high_pc:
18660 has_high_pc_attr = 1;
48fbe735 18661 highpc = attr_value_as_address (&attr);
31aa7e4e
JB
18662 if (cu->header.version >= 4 && attr_form_is_constant (&attr))
18663 high_pc_relative = 1;
c906108c
SS
18664 break;
18665 case DW_AT_location:
0963b4bd 18666 /* Support the .debug_loc offsets. */
8e19ed76
PS
18667 if (attr_form_is_block (&attr))
18668 {
48fbe735 18669 d.locdesc = DW_BLOCK (&attr);
8e19ed76 18670 }
3690dd37 18671 else if (attr_form_is_section_offset (&attr))
8e19ed76 18672 {
4d3c2250 18673 dwarf2_complex_location_expr_complaint ();
8e19ed76
PS
18674 }
18675 else
18676 {
4d3c2250
KB
18677 dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
18678 "partial symbol information");
8e19ed76 18679 }
c906108c 18680 break;
c906108c 18681 case DW_AT_external:
48fbe735 18682 is_external = DW_UNSND (&attr);
c906108c
SS
18683 break;
18684 case DW_AT_declaration:
48fbe735 18685 is_declaration = DW_UNSND (&attr);
c906108c
SS
18686 break;
18687 case DW_AT_type:
48fbe735 18688 has_type = 1;
c906108c
SS
18689 break;
18690 case DW_AT_abstract_origin:
18691 case DW_AT_specification:
72bf9492 18692 case DW_AT_extension:
48fbe735
YQ
18693 has_specification = 1;
18694 spec_offset = dwarf2_get_ref_die_offset (&attr);
18695 spec_is_dwz = (attr.form == DW_FORM_GNU_ref_alt
36586728 18696 || cu->per_cu->is_dwz);
c906108c
SS
18697 break;
18698 case DW_AT_sibling:
18699 /* Ignore absolute siblings, they might point outside of
18700 the current compile unit. */
18701 if (attr.form == DW_FORM_ref_addr)
b98664d3 18702 complaint (_("ignoring absolute DW_AT_sibling"));
c906108c 18703 else
b9502d3f 18704 {
48fbe735 18705 const gdb_byte *buffer = reader->buffer;
9c541725
PA
18706 sect_offset off = dwarf2_get_ref_die_offset (&attr);
18707 const gdb_byte *sibling_ptr = buffer + to_underlying (off);
b9502d3f
WN
18708
18709 if (sibling_ptr < info_ptr)
b98664d3 18710 complaint (_("DW_AT_sibling points backwards"));
22869d73
KS
18711 else if (sibling_ptr > reader->buffer_end)
18712 dwarf2_section_buffer_overflow_complaint (reader->die_section);
b9502d3f 18713 else
48fbe735 18714 sibling = sibling_ptr;
b9502d3f 18715 }
c906108c 18716 break;
fa4028e9 18717 case DW_AT_byte_size:
48fbe735 18718 has_byte_size = 1;
fa4028e9 18719 break;
ff908ebf 18720 case DW_AT_const_value:
48fbe735 18721 has_const_value = 1;
ff908ebf 18722 break;
68511cec
CES
18723 case DW_AT_calling_convention:
18724 /* DWARF doesn't provide a way to identify a program's source-level
18725 entry point. DW_AT_calling_convention attributes are only meant
18726 to describe functions' calling conventions.
18727
18728 However, because it's a necessary piece of information in
0c1b455e
TT
18729 Fortran, and before DWARF 4 DW_CC_program was the only
18730 piece of debugging information whose definition refers to
18731 a 'main program' at all, several compilers marked Fortran
18732 main programs with DW_CC_program --- even when those
18733 functions use the standard calling conventions.
18734
18735 Although DWARF now specifies a way to provide this
18736 information, we support this practice for backward
18737 compatibility. */
68511cec 18738 if (DW_UNSND (&attr) == DW_CC_program
0c1b455e 18739 && cu->language == language_fortran)
48fbe735 18740 main_subprogram = 1;
68511cec 18741 break;
481860b3
GB
18742 case DW_AT_inline:
18743 if (DW_UNSND (&attr) == DW_INL_inlined
18744 || DW_UNSND (&attr) == DW_INL_declared_inlined)
48fbe735 18745 may_be_inlined = 1;
481860b3 18746 break;
95554aad
TT
18747
18748 case DW_AT_import:
48fbe735 18749 if (tag == DW_TAG_imported_unit)
36586728 18750 {
48fbe735
YQ
18751 d.sect_off = dwarf2_get_ref_die_offset (&attr);
18752 is_dwz = (attr.form == DW_FORM_GNU_ref_alt
36586728
TT
18753 || cu->per_cu->is_dwz);
18754 }
95554aad
TT
18755 break;
18756
0c1b455e 18757 case DW_AT_main_subprogram:
48fbe735 18758 main_subprogram = DW_UNSND (&attr);
0c1b455e
TT
18759 break;
18760
05caa1d2
TT
18761 case DW_AT_ranges:
18762 {
18763 /* It would be nice to reuse dwarf2_get_pc_bounds here,
18764 but that requires a full DIE, so instead we just
18765 reimplement it. */
18766 int need_ranges_base = tag != DW_TAG_compile_unit;
18767 unsigned int ranges_offset = (DW_UNSND (&attr)
18768 + (need_ranges_base
18769 ? cu->ranges_base
18770 : 0));
18771
18772 /* Value of the DW_AT_ranges attribute is the offset in the
18773 .debug_ranges section. */
18774 if (dwarf2_ranges_read (ranges_offset, &lowpc, &highpc, cu,
18775 nullptr))
18776 has_pc_info = 1;
18777 }
18778 break;
18779
c906108c
SS
18780 default:
18781 break;
18782 }
18783 }
18784
10d06d82
TT
18785 /* For Ada, if both the name and the linkage name appear, we prefer
18786 the latter. This lets "catch exception" work better, regardless
18787 of the order in which the name and linkage name were emitted.
18788 Really, though, this is just a workaround for the fact that gdb
18789 doesn't store both the name and the linkage name. */
18790 if (cu->language == language_ada && linkage_name != nullptr)
18791 name = linkage_name;
18792
91da1414 18793 if (high_pc_relative)
48fbe735 18794 highpc += lowpc;
91da1414 18795
9373cf26
JK
18796 if (has_low_pc_attr && has_high_pc_attr)
18797 {
18798 /* When using the GNU linker, .gnu.linkonce. sections are used to
18799 eliminate duplicate copies of functions and vtables and such.
18800 The linker will arbitrarily choose one and discard the others.
18801 The AT_*_pc values for such functions refer to local labels in
18802 these sections. If the section from that file was discarded, the
18803 labels are not in the output, so the relocs get a value of 0.
18804 If this is a discarded function, mark the pc bounds as invalid,
18805 so that GDB will ignore it. */
48fbe735 18806 if (lowpc == 0 && !dwarf2_per_objfile->has_section_at_zero)
9373cf26 18807 {
48fbe735 18808 struct objfile *objfile = dwarf2_per_objfile->objfile;
bb5ed363 18809 struct gdbarch *gdbarch = get_objfile_arch (objfile);
9373cf26 18810
b98664d3 18811 complaint (_("DW_AT_low_pc %s is zero "
9d8780f0 18812 "for DIE at %s [in module %s]"),
48fbe735
YQ
18813 paddress (gdbarch, lowpc),
18814 sect_offset_str (sect_off),
9d8780f0 18815 objfile_name (objfile));
9373cf26
JK
18816 }
18817 /* dwarf2_get_pc_bounds has also the strict low < high requirement. */
48fbe735 18818 else if (lowpc >= highpc)
9373cf26 18819 {
48fbe735 18820 struct objfile *objfile = dwarf2_per_objfile->objfile;
bb5ed363 18821 struct gdbarch *gdbarch = get_objfile_arch (objfile);
9373cf26 18822
b98664d3 18823 complaint (_("DW_AT_low_pc %s is not < DW_AT_high_pc %s "
9d8780f0 18824 "for DIE at %s [in module %s]"),
48fbe735
YQ
18825 paddress (gdbarch, lowpc),
18826 paddress (gdbarch, highpc),
18827 sect_offset_str (sect_off),
9c541725 18828 objfile_name (objfile));
9373cf26
JK
18829 }
18830 else
48fbe735 18831 has_pc_info = 1;
9373cf26 18832 }
85cbf3d3 18833
c906108c
SS
18834 return info_ptr;
18835}
18836
72bf9492
DJ
18837/* Find a cached partial DIE at OFFSET in CU. */
18838
d590ff25
YQ
18839struct partial_die_info *
18840dwarf2_cu::find_partial_die (sect_offset sect_off)
72bf9492
DJ
18841{
18842 struct partial_die_info *lookup_die = NULL;
6f06d47b 18843 struct partial_die_info part_die (sect_off);
72bf9492 18844
9a3c8263 18845 lookup_die = ((struct partial_die_info *)
d590ff25 18846 htab_find_with_hash (partial_dies, &part_die,
9c541725 18847 to_underlying (sect_off)));
72bf9492 18848
72bf9492
DJ
18849 return lookup_die;
18850}
18851
348e048f
DE
18852/* Find a partial DIE at OFFSET, which may or may not be in CU,
18853 except in the case of .debug_types DIEs which do not reference
18854 outside their CU (they do however referencing other types via
55f1336d 18855 DW_FORM_ref_sig8). */
72bf9492 18856
122cf0f2 18857static const struct cu_partial_die_info
9c541725 18858find_partial_die (sect_offset sect_off, int offset_in_dwz, struct dwarf2_cu *cu)
72bf9492 18859{
518817b3
SM
18860 struct dwarf2_per_objfile *dwarf2_per_objfile
18861 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 18862 struct objfile *objfile = dwarf2_per_objfile->objfile;
5afb4e99
DJ
18863 struct dwarf2_per_cu_data *per_cu = NULL;
18864 struct partial_die_info *pd = NULL;
72bf9492 18865
36586728 18866 if (offset_in_dwz == cu->per_cu->is_dwz
9c541725 18867 && offset_in_cu_p (&cu->header, sect_off))
5afb4e99 18868 {
d590ff25 18869 pd = cu->find_partial_die (sect_off);
5afb4e99 18870 if (pd != NULL)
fb816e8b 18871 return { cu, pd };
0d99eb77
DE
18872 /* We missed recording what we needed.
18873 Load all dies and try again. */
18874 per_cu = cu->per_cu;
5afb4e99 18875 }
0d99eb77
DE
18876 else
18877 {
18878 /* TUs don't reference other CUs/TUs (except via type signatures). */
3019eac3 18879 if (cu->per_cu->is_debug_types)
0d99eb77 18880 {
9d8780f0
SM
18881 error (_("Dwarf Error: Type Unit at offset %s contains"
18882 " external reference to offset %s [in module %s].\n"),
18883 sect_offset_str (cu->header.sect_off), sect_offset_str (sect_off),
0d99eb77
DE
18884 bfd_get_filename (objfile->obfd));
18885 }
9c541725 18886 per_cu = dwarf2_find_containing_comp_unit (sect_off, offset_in_dwz,
ed2dc618 18887 dwarf2_per_objfile);
72bf9492 18888
0d99eb77
DE
18889 if (per_cu->cu == NULL || per_cu->cu->partial_dies == NULL)
18890 load_partial_comp_unit (per_cu);
ae038cb0 18891
0d99eb77 18892 per_cu->cu->last_used = 0;
d590ff25 18893 pd = per_cu->cu->find_partial_die (sect_off);
0d99eb77 18894 }
5afb4e99 18895
dee91e82
DE
18896 /* If we didn't find it, and not all dies have been loaded,
18897 load them all and try again. */
18898
5afb4e99
DJ
18899 if (pd == NULL && per_cu->load_all_dies == 0)
18900 {
5afb4e99 18901 per_cu->load_all_dies = 1;
fd820528
DE
18902
18903 /* This is nasty. When we reread the DIEs, somewhere up the call chain
18904 THIS_CU->cu may already be in use. So we can't just free it and
18905 replace its DIEs with the ones we read in. Instead, we leave those
18906 DIEs alone (which can still be in use, e.g. in scan_partial_symbols),
18907 and clobber THIS_CU->cu->partial_dies with the hash table for the new
18908 set. */
dee91e82 18909 load_partial_comp_unit (per_cu);
5afb4e99 18910
d590ff25 18911 pd = per_cu->cu->find_partial_die (sect_off);
5afb4e99
DJ
18912 }
18913
18914 if (pd == NULL)
18915 internal_error (__FILE__, __LINE__,
9d8780f0 18916 _("could not find partial DIE %s "
3e43a32a 18917 "in cache [from module %s]\n"),
9d8780f0 18918 sect_offset_str (sect_off), bfd_get_filename (objfile->obfd));
fb816e8b 18919 return { per_cu->cu, pd };
72bf9492
DJ
18920}
18921
abc72ce4
DE
18922/* See if we can figure out if the class lives in a namespace. We do
18923 this by looking for a member function; its demangled name will
18924 contain namespace info, if there is any. */
18925
18926static void
18927guess_partial_die_structure_name (struct partial_die_info *struct_pdi,
18928 struct dwarf2_cu *cu)
18929{
18930 /* NOTE: carlton/2003-10-07: Getting the info this way changes
18931 what template types look like, because the demangler
18932 frequently doesn't give the same name as the debug info. We
18933 could fix this by only using the demangled name to get the
18934 prefix (but see comment in read_structure_type). */
18935
18936 struct partial_die_info *real_pdi;
18937 struct partial_die_info *child_pdi;
18938
18939 /* If this DIE (this DIE's specification, if any) has a parent, then
18940 we should not do this. We'll prepend the parent's fully qualified
18941 name when we create the partial symbol. */
18942
18943 real_pdi = struct_pdi;
18944 while (real_pdi->has_specification)
fb816e8b 18945 {
122cf0f2
AB
18946 auto res = find_partial_die (real_pdi->spec_offset,
18947 real_pdi->spec_is_dwz, cu);
fb816e8b
TV
18948 real_pdi = res.pdi;
18949 cu = res.cu;
18950 }
abc72ce4
DE
18951
18952 if (real_pdi->die_parent != NULL)
18953 return;
18954
18955 for (child_pdi = struct_pdi->die_child;
18956 child_pdi != NULL;
18957 child_pdi = child_pdi->die_sibling)
18958 {
18959 if (child_pdi->tag == DW_TAG_subprogram
18960 && child_pdi->linkage_name != NULL)
18961 {
18962 char *actual_class_name
18963 = language_class_name_from_physname (cu->language_defn,
18964 child_pdi->linkage_name);
18965 if (actual_class_name != NULL)
18966 {
518817b3 18967 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
abc72ce4 18968 struct_pdi->name
224c3ddb 18969 = ((const char *)
e3b94546 18970 obstack_copy0 (&objfile->per_bfd->storage_obstack,
224c3ddb
SM
18971 actual_class_name,
18972 strlen (actual_class_name)));
abc72ce4
DE
18973 xfree (actual_class_name);
18974 }
18975 break;
18976 }
18977 }
18978}
18979
52356b79
YQ
18980void
18981partial_die_info::fixup (struct dwarf2_cu *cu)
72bf9492 18982{
abc72ce4
DE
18983 /* Once we've fixed up a die, there's no point in doing so again.
18984 This also avoids a memory leak if we were to call
18985 guess_partial_die_structure_name multiple times. */
52356b79 18986 if (fixup_called)
abc72ce4
DE
18987 return;
18988
72bf9492
DJ
18989 /* If we found a reference attribute and the DIE has no name, try
18990 to find a name in the referred to DIE. */
18991
52356b79 18992 if (name == NULL && has_specification)
72bf9492
DJ
18993 {
18994 struct partial_die_info *spec_die;
72bf9492 18995
122cf0f2 18996 auto res = find_partial_die (spec_offset, spec_is_dwz, cu);
fb816e8b
TV
18997 spec_die = res.pdi;
18998 cu = res.cu;
72bf9492 18999
52356b79 19000 spec_die->fixup (cu);
72bf9492
DJ
19001
19002 if (spec_die->name)
19003 {
52356b79 19004 name = spec_die->name;
72bf9492
DJ
19005
19006 /* Copy DW_AT_external attribute if it is set. */
19007 if (spec_die->is_external)
52356b79 19008 is_external = spec_die->is_external;
72bf9492
DJ
19009 }
19010 }
19011
19012 /* Set default names for some unnamed DIEs. */
72bf9492 19013
52356b79
YQ
19014 if (name == NULL && tag == DW_TAG_namespace)
19015 name = CP_ANONYMOUS_NAMESPACE_STR;
72bf9492 19016
abc72ce4
DE
19017 /* If there is no parent die to provide a namespace, and there are
19018 children, see if we can determine the namespace from their linkage
122d1940 19019 name. */
abc72ce4 19020 if (cu->language == language_cplus
fd5866f6 19021 && !cu->per_cu->dwarf2_per_objfile->types.empty ()
52356b79
YQ
19022 && die_parent == NULL
19023 && has_children
19024 && (tag == DW_TAG_class_type
19025 || tag == DW_TAG_structure_type
19026 || tag == DW_TAG_union_type))
19027 guess_partial_die_structure_name (this, cu);
abc72ce4 19028
53832f31
TT
19029 /* GCC might emit a nameless struct or union that has a linkage
19030 name. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510. */
52356b79
YQ
19031 if (name == NULL
19032 && (tag == DW_TAG_class_type
19033 || tag == DW_TAG_interface_type
19034 || tag == DW_TAG_structure_type
19035 || tag == DW_TAG_union_type)
19036 && linkage_name != NULL)
53832f31
TT
19037 {
19038 char *demangled;
19039
52356b79 19040 demangled = gdb_demangle (linkage_name, DMGL_TYPES);
53832f31
TT
19041 if (demangled)
19042 {
96408a79
SA
19043 const char *base;
19044
19045 /* Strip any leading namespaces/classes, keep only the base name.
19046 DW_AT_name for named DIEs does not contain the prefixes. */
19047 base = strrchr (demangled, ':');
19048 if (base && base > demangled && base[-1] == ':')
19049 base++;
19050 else
19051 base = demangled;
19052
518817b3 19053 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
52356b79 19054 name
224c3ddb 19055 = ((const char *)
e3b94546 19056 obstack_copy0 (&objfile->per_bfd->storage_obstack,
224c3ddb 19057 base, strlen (base)));
53832f31
TT
19058 xfree (demangled);
19059 }
19060 }
19061
52356b79 19062 fixup_called = 1;
72bf9492
DJ
19063}
19064
a8329558 19065/* Read an attribute value described by an attribute form. */
c906108c 19066
d521ce57 19067static const gdb_byte *
dee91e82
DE
19068read_attribute_value (const struct die_reader_specs *reader,
19069 struct attribute *attr, unsigned form,
43988095 19070 LONGEST implicit_const, const gdb_byte *info_ptr)
c906108c 19071{
dee91e82 19072 struct dwarf2_cu *cu = reader->cu;
518817b3
SM
19073 struct dwarf2_per_objfile *dwarf2_per_objfile
19074 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 19075 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 19076 struct gdbarch *gdbarch = get_objfile_arch (objfile);
dee91e82 19077 bfd *abfd = reader->abfd;
e7c27a73 19078 struct comp_unit_head *cu_header = &cu->header;
c906108c
SS
19079 unsigned int bytes_read;
19080 struct dwarf_block *blk;
19081
aead7601 19082 attr->form = (enum dwarf_form) form;
a8329558 19083 switch (form)
c906108c 19084 {
c906108c 19085 case DW_FORM_ref_addr:
ae411497 19086 if (cu->header.version == 2)
4568ecf9 19087 DW_UNSND (attr) = read_address (abfd, info_ptr, cu, &bytes_read);
ae411497 19088 else
4568ecf9
DE
19089 DW_UNSND (attr) = read_offset (abfd, info_ptr,
19090 &cu->header, &bytes_read);
ae411497
TT
19091 info_ptr += bytes_read;
19092 break;
36586728
TT
19093 case DW_FORM_GNU_ref_alt:
19094 DW_UNSND (attr) = read_offset (abfd, info_ptr, &cu->header, &bytes_read);
19095 info_ptr += bytes_read;
19096 break;
ae411497 19097 case DW_FORM_addr:
e7c27a73 19098 DW_ADDR (attr) = read_address (abfd, info_ptr, cu, &bytes_read);
3e29f34a 19099 DW_ADDR (attr) = gdbarch_adjust_dwarf2_addr (gdbarch, DW_ADDR (attr));
107d2387 19100 info_ptr += bytes_read;
c906108c
SS
19101 break;
19102 case DW_FORM_block2:
7b5a2f43 19103 blk = dwarf_alloc_block (cu);
c906108c
SS
19104 blk->size = read_2_bytes (abfd, info_ptr);
19105 info_ptr += 2;
19106 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
19107 info_ptr += blk->size;
19108 DW_BLOCK (attr) = blk;
19109 break;
19110 case DW_FORM_block4:
7b5a2f43 19111 blk = dwarf_alloc_block (cu);
c906108c
SS
19112 blk->size = read_4_bytes (abfd, info_ptr);
19113 info_ptr += 4;
19114 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
19115 info_ptr += blk->size;
19116 DW_BLOCK (attr) = blk;
19117 break;
19118 case DW_FORM_data2:
19119 DW_UNSND (attr) = read_2_bytes (abfd, info_ptr);
19120 info_ptr += 2;
19121 break;
19122 case DW_FORM_data4:
19123 DW_UNSND (attr) = read_4_bytes (abfd, info_ptr);
19124 info_ptr += 4;
19125 break;
19126 case DW_FORM_data8:
19127 DW_UNSND (attr) = read_8_bytes (abfd, info_ptr);
19128 info_ptr += 8;
19129 break;
0224619f
JK
19130 case DW_FORM_data16:
19131 blk = dwarf_alloc_block (cu);
19132 blk->size = 16;
19133 blk->data = read_n_bytes (abfd, info_ptr, 16);
19134 info_ptr += 16;
19135 DW_BLOCK (attr) = blk;
19136 break;
2dc7f7b3
TT
19137 case DW_FORM_sec_offset:
19138 DW_UNSND (attr) = read_offset (abfd, info_ptr, &cu->header, &bytes_read);
19139 info_ptr += bytes_read;
19140 break;
c906108c 19141 case DW_FORM_string:
9b1c24c8 19142 DW_STRING (attr) = read_direct_string (abfd, info_ptr, &bytes_read);
8285870a 19143 DW_STRING_IS_CANONICAL (attr) = 0;
c906108c
SS
19144 info_ptr += bytes_read;
19145 break;
4bdf3d34 19146 case DW_FORM_strp:
36586728
TT
19147 if (!cu->per_cu->is_dwz)
19148 {
ed2dc618
SM
19149 DW_STRING (attr) = read_indirect_string (dwarf2_per_objfile,
19150 abfd, info_ptr, cu_header,
36586728
TT
19151 &bytes_read);
19152 DW_STRING_IS_CANONICAL (attr) = 0;
19153 info_ptr += bytes_read;
19154 break;
19155 }
19156 /* FALLTHROUGH */
43988095
JK
19157 case DW_FORM_line_strp:
19158 if (!cu->per_cu->is_dwz)
19159 {
ed2dc618
SM
19160 DW_STRING (attr) = read_indirect_line_string (dwarf2_per_objfile,
19161 abfd, info_ptr,
43988095
JK
19162 cu_header, &bytes_read);
19163 DW_STRING_IS_CANONICAL (attr) = 0;
19164 info_ptr += bytes_read;
19165 break;
19166 }
19167 /* FALLTHROUGH */
36586728
TT
19168 case DW_FORM_GNU_strp_alt:
19169 {
ed2dc618 19170 struct dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
36586728
TT
19171 LONGEST str_offset = read_offset (abfd, info_ptr, cu_header,
19172 &bytes_read);
19173
ed2dc618
SM
19174 DW_STRING (attr) = read_indirect_string_from_dwz (objfile,
19175 dwz, str_offset);
36586728
TT
19176 DW_STRING_IS_CANONICAL (attr) = 0;
19177 info_ptr += bytes_read;
19178 }
4bdf3d34 19179 break;
2dc7f7b3 19180 case DW_FORM_exprloc:
c906108c 19181 case DW_FORM_block:
7b5a2f43 19182 blk = dwarf_alloc_block (cu);
c906108c
SS
19183 blk->size = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
19184 info_ptr += bytes_read;
19185 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
19186 info_ptr += blk->size;
19187 DW_BLOCK (attr) = blk;
19188 break;
19189 case DW_FORM_block1:
7b5a2f43 19190 blk = dwarf_alloc_block (cu);
c906108c
SS
19191 blk->size = read_1_byte (abfd, info_ptr);
19192 info_ptr += 1;
19193 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
19194 info_ptr += blk->size;
19195 DW_BLOCK (attr) = blk;
19196 break;
19197 case DW_FORM_data1:
19198 DW_UNSND (attr) = read_1_byte (abfd, info_ptr);
19199 info_ptr += 1;
19200 break;
19201 case DW_FORM_flag:
19202 DW_UNSND (attr) = read_1_byte (abfd, info_ptr);
19203 info_ptr += 1;
19204 break;
2dc7f7b3
TT
19205 case DW_FORM_flag_present:
19206 DW_UNSND (attr) = 1;
19207 break;
c906108c
SS
19208 case DW_FORM_sdata:
19209 DW_SND (attr) = read_signed_leb128 (abfd, info_ptr, &bytes_read);
19210 info_ptr += bytes_read;
19211 break;
19212 case DW_FORM_udata:
19213 DW_UNSND (attr) = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
19214 info_ptr += bytes_read;
19215 break;
19216 case DW_FORM_ref1:
9c541725 19217 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19218 + read_1_byte (abfd, info_ptr));
c906108c
SS
19219 info_ptr += 1;
19220 break;
19221 case DW_FORM_ref2:
9c541725 19222 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19223 + read_2_bytes (abfd, info_ptr));
c906108c
SS
19224 info_ptr += 2;
19225 break;
19226 case DW_FORM_ref4:
9c541725 19227 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19228 + read_4_bytes (abfd, info_ptr));
c906108c
SS
19229 info_ptr += 4;
19230 break;
613e1657 19231 case DW_FORM_ref8:
9c541725 19232 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19233 + read_8_bytes (abfd, info_ptr));
613e1657
KB
19234 info_ptr += 8;
19235 break;
55f1336d 19236 case DW_FORM_ref_sig8:
ac9ec31b 19237 DW_SIGNATURE (attr) = read_8_bytes (abfd, info_ptr);
348e048f
DE
19238 info_ptr += 8;
19239 break;
c906108c 19240 case DW_FORM_ref_udata:
9c541725 19241 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19242 + read_unsigned_leb128 (abfd, info_ptr, &bytes_read));
c906108c
SS
19243 info_ptr += bytes_read;
19244 break;
c906108c 19245 case DW_FORM_indirect:
a8329558
KW
19246 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
19247 info_ptr += bytes_read;
43988095
JK
19248 if (form == DW_FORM_implicit_const)
19249 {
19250 implicit_const = read_signed_leb128 (abfd, info_ptr, &bytes_read);
19251 info_ptr += bytes_read;
19252 }
19253 info_ptr = read_attribute_value (reader, attr, form, implicit_const,
19254 info_ptr);
19255 break;
19256 case DW_FORM_implicit_const:
19257 DW_SND (attr) = implicit_const;
a8329558 19258 break;
336d760d 19259 case DW_FORM_addrx:
3019eac3
DE
19260 case DW_FORM_GNU_addr_index:
19261 if (reader->dwo_file == NULL)
19262 {
19263 /* For now flag a hard error.
19264 Later we can turn this into a complaint. */
19265 error (_("Dwarf Error: %s found in non-DWO CU [in module %s]"),
19266 dwarf_form_name (form),
19267 bfd_get_filename (abfd));
19268 }
19269 DW_ADDR (attr) = read_addr_index_from_leb128 (cu, info_ptr, &bytes_read);
19270 info_ptr += bytes_read;
19271 break;
cf532bd1 19272 case DW_FORM_strx:
15f18d14
AT
19273 case DW_FORM_strx1:
19274 case DW_FORM_strx2:
19275 case DW_FORM_strx3:
19276 case DW_FORM_strx4:
3019eac3
DE
19277 case DW_FORM_GNU_str_index:
19278 if (reader->dwo_file == NULL)
19279 {
19280 /* For now flag a hard error.
19281 Later we can turn this into a complaint if warranted. */
19282 error (_("Dwarf Error: %s found in non-DWO CU [in module %s]"),
19283 dwarf_form_name (form),
19284 bfd_get_filename (abfd));
19285 }
19286 {
15f18d14
AT
19287 ULONGEST str_index;
19288 if (form == DW_FORM_strx1)
19289 {
19290 str_index = read_1_byte (abfd, info_ptr);
19291 info_ptr += 1;
19292 }
19293 else if (form == DW_FORM_strx2)
19294 {
19295 str_index = read_2_bytes (abfd, info_ptr);
19296 info_ptr += 2;
19297 }
19298 else if (form == DW_FORM_strx3)
19299 {
19300 str_index = read_3_bytes (abfd, info_ptr);
19301 info_ptr += 3;
19302 }
19303 else if (form == DW_FORM_strx4)
19304 {
19305 str_index = read_4_bytes (abfd, info_ptr);
19306 info_ptr += 4;
19307 }
19308 else
19309 {
19310 str_index = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
19311 info_ptr += bytes_read;
19312 }
342587c4 19313 DW_STRING (attr) = read_str_index (reader, str_index);
3019eac3 19314 DW_STRING_IS_CANONICAL (attr) = 0;
3019eac3
DE
19315 }
19316 break;
c906108c 19317 default:
8a3fe4f8 19318 error (_("Dwarf Error: Cannot handle %s in DWARF reader [in module %s]"),
659b0389
ML
19319 dwarf_form_name (form),
19320 bfd_get_filename (abfd));
c906108c 19321 }
28e94949 19322
36586728 19323 /* Super hack. */
7771576e 19324 if (cu->per_cu->is_dwz && attr_form_is_ref (attr))
36586728
TT
19325 attr->form = DW_FORM_GNU_ref_alt;
19326
28e94949
JB
19327 /* We have seen instances where the compiler tried to emit a byte
19328 size attribute of -1 which ended up being encoded as an unsigned
19329 0xffffffff. Although 0xffffffff is technically a valid size value,
19330 an object of this size seems pretty unlikely so we can relatively
19331 safely treat these cases as if the size attribute was invalid and
19332 treat them as zero by default. */
19333 if (attr->name == DW_AT_byte_size
19334 && form == DW_FORM_data4
19335 && DW_UNSND (attr) >= 0xffffffff)
01c66ae6
JB
19336 {
19337 complaint
b98664d3 19338 (_("Suspicious DW_AT_byte_size value treated as zero instead of %s"),
43bbcdc2 19339 hex_string (DW_UNSND (attr)));
01c66ae6
JB
19340 DW_UNSND (attr) = 0;
19341 }
28e94949 19342
c906108c
SS
19343 return info_ptr;
19344}
19345
a8329558
KW
19346/* Read an attribute described by an abbreviated attribute. */
19347
d521ce57 19348static const gdb_byte *
dee91e82
DE
19349read_attribute (const struct die_reader_specs *reader,
19350 struct attribute *attr, struct attr_abbrev *abbrev,
d521ce57 19351 const gdb_byte *info_ptr)
a8329558
KW
19352{
19353 attr->name = abbrev->name;
43988095
JK
19354 return read_attribute_value (reader, attr, abbrev->form,
19355 abbrev->implicit_const, info_ptr);
a8329558
KW
19356}
19357
0963b4bd 19358/* Read dwarf information from a buffer. */
c906108c
SS
19359
19360static unsigned int
a1855c1d 19361read_1_byte (bfd *abfd, const gdb_byte *buf)
c906108c 19362{
fe1b8b76 19363 return bfd_get_8 (abfd, buf);
c906108c
SS
19364}
19365
19366static int
a1855c1d 19367read_1_signed_byte (bfd *abfd, const gdb_byte *buf)
c906108c 19368{
fe1b8b76 19369 return bfd_get_signed_8 (abfd, buf);
c906108c
SS
19370}
19371
19372static unsigned int
a1855c1d 19373read_2_bytes (bfd *abfd, const gdb_byte *buf)
c906108c 19374{
fe1b8b76 19375 return bfd_get_16 (abfd, buf);
c906108c
SS
19376}
19377
21ae7a4d 19378static int
a1855c1d 19379read_2_signed_bytes (bfd *abfd, const gdb_byte *buf)
21ae7a4d
JK
19380{
19381 return bfd_get_signed_16 (abfd, buf);
19382}
19383
15f18d14
AT
19384static unsigned int
19385read_3_bytes (bfd *abfd, const gdb_byte *buf)
19386{
19387 unsigned int result = 0;
19388 for (int i = 0; i < 3; ++i)
19389 {
19390 unsigned char byte = bfd_get_8 (abfd, buf);
19391 buf++;
19392 result |= ((unsigned int) byte << (i * 8));
19393 }
19394 return result;
19395}
19396
c906108c 19397static unsigned int
a1855c1d 19398read_4_bytes (bfd *abfd, const gdb_byte *buf)
c906108c 19399{
fe1b8b76 19400 return bfd_get_32 (abfd, buf);
c906108c
SS
19401}
19402
21ae7a4d 19403static int
a1855c1d 19404read_4_signed_bytes (bfd *abfd, const gdb_byte *buf)
21ae7a4d
JK
19405{
19406 return bfd_get_signed_32 (abfd, buf);
19407}
19408
93311388 19409static ULONGEST
a1855c1d 19410read_8_bytes (bfd *abfd, const gdb_byte *buf)
c906108c 19411{
fe1b8b76 19412 return bfd_get_64 (abfd, buf);
c906108c
SS
19413}
19414
19415static CORE_ADDR
d521ce57 19416read_address (bfd *abfd, const gdb_byte *buf, struct dwarf2_cu *cu,
891d2f0b 19417 unsigned int *bytes_read)
c906108c 19418{
e7c27a73 19419 struct comp_unit_head *cu_header = &cu->header;
c906108c
SS
19420 CORE_ADDR retval = 0;
19421
107d2387 19422 if (cu_header->signed_addr_p)
c906108c 19423 {
107d2387
AC
19424 switch (cu_header->addr_size)
19425 {
19426 case 2:
fe1b8b76 19427 retval = bfd_get_signed_16 (abfd, buf);
107d2387
AC
19428 break;
19429 case 4:
fe1b8b76 19430 retval = bfd_get_signed_32 (abfd, buf);
107d2387
AC
19431 break;
19432 case 8:
fe1b8b76 19433 retval = bfd_get_signed_64 (abfd, buf);
107d2387
AC
19434 break;
19435 default:
8e65ff28 19436 internal_error (__FILE__, __LINE__,
e2e0b3e5 19437 _("read_address: bad switch, signed [in module %s]"),
659b0389 19438 bfd_get_filename (abfd));
107d2387
AC
19439 }
19440 }
19441 else
19442 {
19443 switch (cu_header->addr_size)
19444 {
19445 case 2:
fe1b8b76 19446 retval = bfd_get_16 (abfd, buf);
107d2387
AC
19447 break;
19448 case 4:
fe1b8b76 19449 retval = bfd_get_32 (abfd, buf);
107d2387
AC
19450 break;
19451 case 8:
fe1b8b76 19452 retval = bfd_get_64 (abfd, buf);
107d2387
AC
19453 break;
19454 default:
8e65ff28 19455 internal_error (__FILE__, __LINE__,
a73c6dcd
MS
19456 _("read_address: bad switch, "
19457 "unsigned [in module %s]"),
659b0389 19458 bfd_get_filename (abfd));
107d2387 19459 }
c906108c 19460 }
64367e0a 19461
107d2387
AC
19462 *bytes_read = cu_header->addr_size;
19463 return retval;
c906108c
SS
19464}
19465
f7ef9339 19466/* Read the initial length from a section. The (draft) DWARF 3
613e1657
KB
19467 specification allows the initial length to take up either 4 bytes
19468 or 12 bytes. If the first 4 bytes are 0xffffffff, then the next 8
19469 bytes describe the length and all offsets will be 8 bytes in length
19470 instead of 4.
19471
f7ef9339
KB
19472 An older, non-standard 64-bit format is also handled by this
19473 function. The older format in question stores the initial length
19474 as an 8-byte quantity without an escape value. Lengths greater
19475 than 2^32 aren't very common which means that the initial 4 bytes
19476 is almost always zero. Since a length value of zero doesn't make
19477 sense for the 32-bit format, this initial zero can be considered to
19478 be an escape value which indicates the presence of the older 64-bit
19479 format. As written, the code can't detect (old format) lengths
917c78fc
MK
19480 greater than 4GB. If it becomes necessary to handle lengths
19481 somewhat larger than 4GB, we could allow other small values (such
19482 as the non-sensical values of 1, 2, and 3) to also be used as
19483 escape values indicating the presence of the old format.
f7ef9339 19484
917c78fc
MK
19485 The value returned via bytes_read should be used to increment the
19486 relevant pointer after calling read_initial_length().
c764a876 19487
613e1657
KB
19488 [ Note: read_initial_length() and read_offset() are based on the
19489 document entitled "DWARF Debugging Information Format", revision
f7ef9339 19490 3, draft 8, dated November 19, 2001. This document was obtained
613e1657
KB
19491 from:
19492
f7ef9339 19493 http://reality.sgiweb.org/davea/dwarf3-draft8-011125.pdf
6e70227d 19494
613e1657
KB
19495 This document is only a draft and is subject to change. (So beware.)
19496
f7ef9339 19497 Details regarding the older, non-standard 64-bit format were
917c78fc
MK
19498 determined empirically by examining 64-bit ELF files produced by
19499 the SGI toolchain on an IRIX 6.5 machine.
f7ef9339
KB
19500
19501 - Kevin, July 16, 2002
613e1657
KB
19502 ] */
19503
19504static LONGEST
d521ce57 19505read_initial_length (bfd *abfd, const gdb_byte *buf, unsigned int *bytes_read)
613e1657 19506{
fe1b8b76 19507 LONGEST length = bfd_get_32 (abfd, buf);
613e1657 19508
dd373385 19509 if (length == 0xffffffff)
613e1657 19510 {
fe1b8b76 19511 length = bfd_get_64 (abfd, buf + 4);
613e1657 19512 *bytes_read = 12;
613e1657 19513 }
dd373385 19514 else if (length == 0)
f7ef9339 19515 {
dd373385 19516 /* Handle the (non-standard) 64-bit DWARF2 format used by IRIX. */
fe1b8b76 19517 length = bfd_get_64 (abfd, buf);
f7ef9339 19518 *bytes_read = 8;
f7ef9339 19519 }
613e1657
KB
19520 else
19521 {
19522 *bytes_read = 4;
613e1657
KB
19523 }
19524
c764a876
DE
19525 return length;
19526}
dd373385 19527
c764a876
DE
19528/* Cover function for read_initial_length.
19529 Returns the length of the object at BUF, and stores the size of the
19530 initial length in *BYTES_READ and stores the size that offsets will be in
19531 *OFFSET_SIZE.
19532 If the initial length size is not equivalent to that specified in
19533 CU_HEADER then issue a complaint.
19534 This is useful when reading non-comp-unit headers. */
dd373385 19535
c764a876 19536static LONGEST
d521ce57 19537read_checked_initial_length_and_offset (bfd *abfd, const gdb_byte *buf,
c764a876
DE
19538 const struct comp_unit_head *cu_header,
19539 unsigned int *bytes_read,
19540 unsigned int *offset_size)
19541{
19542 LONGEST length = read_initial_length (abfd, buf, bytes_read);
19543
19544 gdb_assert (cu_header->initial_length_size == 4
19545 || cu_header->initial_length_size == 8
19546 || cu_header->initial_length_size == 12);
19547
19548 if (cu_header->initial_length_size != *bytes_read)
b98664d3 19549 complaint (_("intermixed 32-bit and 64-bit DWARF sections"));
dd373385 19550
c764a876 19551 *offset_size = (*bytes_read == 4) ? 4 : 8;
dd373385 19552 return length;
613e1657
KB
19553}
19554
19555/* Read an offset from the data stream. The size of the offset is
917c78fc 19556 given by cu_header->offset_size. */
613e1657
KB
19557
19558static LONGEST
d521ce57
TT
19559read_offset (bfd *abfd, const gdb_byte *buf,
19560 const struct comp_unit_head *cu_header,
891d2f0b 19561 unsigned int *bytes_read)
c764a876
DE
19562{
19563 LONGEST offset = read_offset_1 (abfd, buf, cu_header->offset_size);
9a619af0 19564
c764a876
DE
19565 *bytes_read = cu_header->offset_size;
19566 return offset;
19567}
19568
19569/* Read an offset from the data stream. */
19570
19571static LONGEST
d521ce57 19572read_offset_1 (bfd *abfd, const gdb_byte *buf, unsigned int offset_size)
613e1657
KB
19573{
19574 LONGEST retval = 0;
19575
c764a876 19576 switch (offset_size)
613e1657
KB
19577 {
19578 case 4:
fe1b8b76 19579 retval = bfd_get_32 (abfd, buf);
613e1657
KB
19580 break;
19581 case 8:
fe1b8b76 19582 retval = bfd_get_64 (abfd, buf);
613e1657
KB
19583 break;
19584 default:
8e65ff28 19585 internal_error (__FILE__, __LINE__,
c764a876 19586 _("read_offset_1: bad switch [in module %s]"),
659b0389 19587 bfd_get_filename (abfd));
613e1657
KB
19588 }
19589
917c78fc 19590 return retval;
613e1657
KB
19591}
19592
d521ce57
TT
19593static const gdb_byte *
19594read_n_bytes (bfd *abfd, const gdb_byte *buf, unsigned int size)
c906108c
SS
19595{
19596 /* If the size of a host char is 8 bits, we can return a pointer
19597 to the buffer, otherwise we have to copy the data to a buffer
19598 allocated on the temporary obstack. */
4bdf3d34 19599 gdb_assert (HOST_CHAR_BIT == 8);
c906108c 19600 return buf;
c906108c
SS
19601}
19602
d521ce57
TT
19603static const char *
19604read_direct_string (bfd *abfd, const gdb_byte *buf,
19605 unsigned int *bytes_read_ptr)
c906108c
SS
19606{
19607 /* If the size of a host char is 8 bits, we can return a pointer
19608 to the string, otherwise we have to copy the string to a buffer
19609 allocated on the temporary obstack. */
4bdf3d34 19610 gdb_assert (HOST_CHAR_BIT == 8);
c906108c
SS
19611 if (*buf == '\0')
19612 {
19613 *bytes_read_ptr = 1;
19614 return NULL;
19615 }
d521ce57
TT
19616 *bytes_read_ptr = strlen ((const char *) buf) + 1;
19617 return (const char *) buf;
4bdf3d34
JJ
19618}
19619
43988095
JK
19620/* Return pointer to string at section SECT offset STR_OFFSET with error
19621 reporting strings FORM_NAME and SECT_NAME. */
19622
d521ce57 19623static const char *
ed2dc618
SM
19624read_indirect_string_at_offset_from (struct objfile *objfile,
19625 bfd *abfd, LONGEST str_offset,
43988095
JK
19626 struct dwarf2_section_info *sect,
19627 const char *form_name,
19628 const char *sect_name)
19629{
ed2dc618 19630 dwarf2_read_section (objfile, sect);
43988095
JK
19631 if (sect->buffer == NULL)
19632 error (_("%s used without %s section [in module %s]"),
19633 form_name, sect_name, bfd_get_filename (abfd));
19634 if (str_offset >= sect->size)
19635 error (_("%s pointing outside of %s section [in module %s]"),
19636 form_name, sect_name, bfd_get_filename (abfd));
4bdf3d34 19637 gdb_assert (HOST_CHAR_BIT == 8);
43988095 19638 if (sect->buffer[str_offset] == '\0')
4bdf3d34 19639 return NULL;
43988095
JK
19640 return (const char *) (sect->buffer + str_offset);
19641}
19642
19643/* Return pointer to string at .debug_str offset STR_OFFSET. */
19644
19645static const char *
ed2dc618
SM
19646read_indirect_string_at_offset (struct dwarf2_per_objfile *dwarf2_per_objfile,
19647 bfd *abfd, LONGEST str_offset)
43988095 19648{
ed2dc618
SM
19649 return read_indirect_string_at_offset_from (dwarf2_per_objfile->objfile,
19650 abfd, str_offset,
43988095
JK
19651 &dwarf2_per_objfile->str,
19652 "DW_FORM_strp", ".debug_str");
19653}
19654
19655/* Return pointer to string at .debug_line_str offset STR_OFFSET. */
19656
19657static const char *
ed2dc618
SM
19658read_indirect_line_string_at_offset (struct dwarf2_per_objfile *dwarf2_per_objfile,
19659 bfd *abfd, LONGEST str_offset)
43988095 19660{
ed2dc618
SM
19661 return read_indirect_string_at_offset_from (dwarf2_per_objfile->objfile,
19662 abfd, str_offset,
43988095
JK
19663 &dwarf2_per_objfile->line_str,
19664 "DW_FORM_line_strp",
19665 ".debug_line_str");
c906108c
SS
19666}
19667
36586728
TT
19668/* Read a string at offset STR_OFFSET in the .debug_str section from
19669 the .dwz file DWZ. Throw an error if the offset is too large. If
19670 the string consists of a single NUL byte, return NULL; otherwise
19671 return a pointer to the string. */
19672
d521ce57 19673static const char *
ed2dc618
SM
19674read_indirect_string_from_dwz (struct objfile *objfile, struct dwz_file *dwz,
19675 LONGEST str_offset)
36586728 19676{
ed2dc618 19677 dwarf2_read_section (objfile, &dwz->str);
36586728
TT
19678
19679 if (dwz->str.buffer == NULL)
19680 error (_("DW_FORM_GNU_strp_alt used without .debug_str "
19681 "section [in module %s]"),
19682 bfd_get_filename (dwz->dwz_bfd));
19683 if (str_offset >= dwz->str.size)
19684 error (_("DW_FORM_GNU_strp_alt pointing outside of "
19685 ".debug_str section [in module %s]"),
19686 bfd_get_filename (dwz->dwz_bfd));
19687 gdb_assert (HOST_CHAR_BIT == 8);
19688 if (dwz->str.buffer[str_offset] == '\0')
19689 return NULL;
d521ce57 19690 return (const char *) (dwz->str.buffer + str_offset);
36586728
TT
19691}
19692
43988095
JK
19693/* Return pointer to string at .debug_str offset as read from BUF.
19694 BUF is assumed to be in a compilation unit described by CU_HEADER.
19695 Return *BYTES_READ_PTR count of bytes read from BUF. */
19696
d521ce57 19697static const char *
ed2dc618
SM
19698read_indirect_string (struct dwarf2_per_objfile *dwarf2_per_objfile, bfd *abfd,
19699 const gdb_byte *buf,
cf2c3c16
TT
19700 const struct comp_unit_head *cu_header,
19701 unsigned int *bytes_read_ptr)
19702{
19703 LONGEST str_offset = read_offset (abfd, buf, cu_header, bytes_read_ptr);
19704
ed2dc618 19705 return read_indirect_string_at_offset (dwarf2_per_objfile, abfd, str_offset);
cf2c3c16
TT
19706}
19707
43988095
JK
19708/* Return pointer to string at .debug_line_str offset as read from BUF.
19709 BUF is assumed to be in a compilation unit described by CU_HEADER.
19710 Return *BYTES_READ_PTR count of bytes read from BUF. */
19711
19712static const char *
ed2dc618
SM
19713read_indirect_line_string (struct dwarf2_per_objfile *dwarf2_per_objfile,
19714 bfd *abfd, const gdb_byte *buf,
43988095
JK
19715 const struct comp_unit_head *cu_header,
19716 unsigned int *bytes_read_ptr)
19717{
19718 LONGEST str_offset = read_offset (abfd, buf, cu_header, bytes_read_ptr);
19719
ed2dc618
SM
19720 return read_indirect_line_string_at_offset (dwarf2_per_objfile, abfd,
19721 str_offset);
43988095
JK
19722}
19723
19724ULONGEST
d521ce57 19725read_unsigned_leb128 (bfd *abfd, const gdb_byte *buf,
43988095 19726 unsigned int *bytes_read_ptr)
c906108c 19727{
12df843f 19728 ULONGEST result;
ce5d95e1 19729 unsigned int num_read;
870f88f7 19730 int shift;
c906108c
SS
19731 unsigned char byte;
19732
19733 result = 0;
19734 shift = 0;
19735 num_read = 0;
c906108c
SS
19736 while (1)
19737 {
fe1b8b76 19738 byte = bfd_get_8 (abfd, buf);
c906108c
SS
19739 buf++;
19740 num_read++;
12df843f 19741 result |= ((ULONGEST) (byte & 127) << shift);
c906108c
SS
19742 if ((byte & 128) == 0)
19743 {
19744 break;
19745 }
19746 shift += 7;
19747 }
19748 *bytes_read_ptr = num_read;
19749 return result;
19750}
19751
12df843f 19752static LONGEST
d521ce57
TT
19753read_signed_leb128 (bfd *abfd, const gdb_byte *buf,
19754 unsigned int *bytes_read_ptr)
c906108c 19755{
4dd1b460 19756 ULONGEST result;
870f88f7 19757 int shift, num_read;
c906108c
SS
19758 unsigned char byte;
19759
19760 result = 0;
19761 shift = 0;
c906108c 19762 num_read = 0;
c906108c
SS
19763 while (1)
19764 {
fe1b8b76 19765 byte = bfd_get_8 (abfd, buf);
c906108c
SS
19766 buf++;
19767 num_read++;
4dd1b460 19768 result |= ((ULONGEST) (byte & 127) << shift);
c906108c
SS
19769 shift += 7;
19770 if ((byte & 128) == 0)
19771 {
19772 break;
19773 }
19774 }
77e0b926 19775 if ((shift < 8 * sizeof (result)) && (byte & 0x40))
4dd1b460 19776 result |= -(((ULONGEST) 1) << shift);
c906108c
SS
19777 *bytes_read_ptr = num_read;
19778 return result;
19779}
19780
3019eac3
DE
19781/* Given index ADDR_INDEX in .debug_addr, fetch the value.
19782 ADDR_BASE is the DW_AT_GNU_addr_base attribute or zero.
19783 ADDR_SIZE is the size of addresses from the CU header. */
19784
19785static CORE_ADDR
ed2dc618
SM
19786read_addr_index_1 (struct dwarf2_per_objfile *dwarf2_per_objfile,
19787 unsigned int addr_index, ULONGEST addr_base, int addr_size)
3019eac3
DE
19788{
19789 struct objfile *objfile = dwarf2_per_objfile->objfile;
19790 bfd *abfd = objfile->obfd;
19791 const gdb_byte *info_ptr;
19792
19793 dwarf2_read_section (objfile, &dwarf2_per_objfile->addr);
19794 if (dwarf2_per_objfile->addr.buffer == NULL)
19795 error (_("DW_FORM_addr_index used without .debug_addr section [in module %s]"),
4262abfb 19796 objfile_name (objfile));
3019eac3
DE
19797 if (addr_base + addr_index * addr_size >= dwarf2_per_objfile->addr.size)
19798 error (_("DW_FORM_addr_index pointing outside of "
19799 ".debug_addr section [in module %s]"),
4262abfb 19800 objfile_name (objfile));
3019eac3
DE
19801 info_ptr = (dwarf2_per_objfile->addr.buffer
19802 + addr_base + addr_index * addr_size);
19803 if (addr_size == 4)
19804 return bfd_get_32 (abfd, info_ptr);
19805 else
19806 return bfd_get_64 (abfd, info_ptr);
19807}
19808
19809/* Given index ADDR_INDEX in .debug_addr, fetch the value. */
19810
19811static CORE_ADDR
19812read_addr_index (struct dwarf2_cu *cu, unsigned int addr_index)
19813{
518817b3
SM
19814 return read_addr_index_1 (cu->per_cu->dwarf2_per_objfile, addr_index,
19815 cu->addr_base, cu->header.addr_size);
3019eac3
DE
19816}
19817
19818/* Given a pointer to an leb128 value, fetch the value from .debug_addr. */
19819
19820static CORE_ADDR
d521ce57 19821read_addr_index_from_leb128 (struct dwarf2_cu *cu, const gdb_byte *info_ptr,
3019eac3
DE
19822 unsigned int *bytes_read)
19823{
518817b3 19824 bfd *abfd = cu->per_cu->dwarf2_per_objfile->objfile->obfd;
3019eac3
DE
19825 unsigned int addr_index = read_unsigned_leb128 (abfd, info_ptr, bytes_read);
19826
19827 return read_addr_index (cu, addr_index);
19828}
19829
19830/* Data structure to pass results from dwarf2_read_addr_index_reader
19831 back to dwarf2_read_addr_index. */
19832
19833struct dwarf2_read_addr_index_data
19834{
19835 ULONGEST addr_base;
19836 int addr_size;
19837};
19838
19839/* die_reader_func for dwarf2_read_addr_index. */
19840
19841static void
19842dwarf2_read_addr_index_reader (const struct die_reader_specs *reader,
d521ce57 19843 const gdb_byte *info_ptr,
3019eac3
DE
19844 struct die_info *comp_unit_die,
19845 int has_children,
19846 void *data)
19847{
19848 struct dwarf2_cu *cu = reader->cu;
19849 struct dwarf2_read_addr_index_data *aidata =
19850 (struct dwarf2_read_addr_index_data *) data;
19851
19852 aidata->addr_base = cu->addr_base;
19853 aidata->addr_size = cu->header.addr_size;
19854}
19855
19856/* Given an index in .debug_addr, fetch the value.
19857 NOTE: This can be called during dwarf expression evaluation,
19858 long after the debug information has been read, and thus per_cu->cu
19859 may no longer exist. */
19860
19861CORE_ADDR
19862dwarf2_read_addr_index (struct dwarf2_per_cu_data *per_cu,
19863 unsigned int addr_index)
19864{
ed2dc618 19865 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
3019eac3
DE
19866 struct dwarf2_cu *cu = per_cu->cu;
19867 ULONGEST addr_base;
19868 int addr_size;
19869
3019eac3
DE
19870 /* We need addr_base and addr_size.
19871 If we don't have PER_CU->cu, we have to get it.
19872 Nasty, but the alternative is storing the needed info in PER_CU,
19873 which at this point doesn't seem justified: it's not clear how frequently
19874 it would get used and it would increase the size of every PER_CU.
19875 Entry points like dwarf2_per_cu_addr_size do a similar thing
19876 so we're not in uncharted territory here.
19877 Alas we need to be a bit more complicated as addr_base is contained
19878 in the DIE.
19879
19880 We don't need to read the entire CU(/TU).
19881 We just need the header and top level die.
a1b64ce1 19882
3019eac3 19883 IWBN to use the aging mechanism to let us lazily later discard the CU.
a1b64ce1 19884 For now we skip this optimization. */
3019eac3
DE
19885
19886 if (cu != NULL)
19887 {
19888 addr_base = cu->addr_base;
19889 addr_size = cu->header.addr_size;
19890 }
19891 else
19892 {
19893 struct dwarf2_read_addr_index_data aidata;
19894
a1b64ce1
DE
19895 /* Note: We can't use init_cutu_and_read_dies_simple here,
19896 we need addr_base. */
58f0c718 19897 init_cutu_and_read_dies (per_cu, NULL, 0, 0, false,
a1b64ce1 19898 dwarf2_read_addr_index_reader, &aidata);
3019eac3
DE
19899 addr_base = aidata.addr_base;
19900 addr_size = aidata.addr_size;
19901 }
19902
ed2dc618
SM
19903 return read_addr_index_1 (dwarf2_per_objfile, addr_index, addr_base,
19904 addr_size);
3019eac3
DE
19905}
19906
cf532bd1 19907/* Given a DW_FORM_GNU_str_index or DW_FORM_strx, fetch the string.
57d63ce2 19908 This is only used by the Fission support. */
3019eac3 19909
d521ce57 19910static const char *
342587c4 19911read_str_index (const struct die_reader_specs *reader, ULONGEST str_index)
3019eac3 19912{
ed2dc618 19913 struct dwarf2_cu *cu = reader->cu;
518817b3
SM
19914 struct dwarf2_per_objfile *dwarf2_per_objfile
19915 = cu->per_cu->dwarf2_per_objfile;
3019eac3 19916 struct objfile *objfile = dwarf2_per_objfile->objfile;
c5164cbc 19917 const char *objf_name = objfile_name (objfile);
3019eac3 19918 bfd *abfd = objfile->obfd;
73869dc2
DE
19919 struct dwarf2_section_info *str_section = &reader->dwo_file->sections.str;
19920 struct dwarf2_section_info *str_offsets_section =
19921 &reader->dwo_file->sections.str_offsets;
d521ce57 19922 const gdb_byte *info_ptr;
3019eac3 19923 ULONGEST str_offset;
cf532bd1 19924 static const char form_name[] = "DW_FORM_GNU_str_index or DW_FORM_strx";
3019eac3 19925
73869dc2
DE
19926 dwarf2_read_section (objfile, str_section);
19927 dwarf2_read_section (objfile, str_offsets_section);
19928 if (str_section->buffer == NULL)
57d63ce2 19929 error (_("%s used without .debug_str.dwo section"
9d8780f0
SM
19930 " in CU at offset %s [in module %s]"),
19931 form_name, sect_offset_str (cu->header.sect_off), objf_name);
73869dc2 19932 if (str_offsets_section->buffer == NULL)
57d63ce2 19933 error (_("%s used without .debug_str_offsets.dwo section"
9d8780f0
SM
19934 " in CU at offset %s [in module %s]"),
19935 form_name, sect_offset_str (cu->header.sect_off), objf_name);
73869dc2 19936 if (str_index * cu->header.offset_size >= str_offsets_section->size)
57d63ce2 19937 error (_("%s pointing outside of .debug_str_offsets.dwo"
9d8780f0
SM
19938 " section in CU at offset %s [in module %s]"),
19939 form_name, sect_offset_str (cu->header.sect_off), objf_name);
73869dc2 19940 info_ptr = (str_offsets_section->buffer
3019eac3
DE
19941 + str_index * cu->header.offset_size);
19942 if (cu->header.offset_size == 4)
19943 str_offset = bfd_get_32 (abfd, info_ptr);
19944 else
19945 str_offset = bfd_get_64 (abfd, info_ptr);
73869dc2 19946 if (str_offset >= str_section->size)
57d63ce2 19947 error (_("Offset from %s pointing outside of"
9d8780f0
SM
19948 " .debug_str.dwo section in CU at offset %s [in module %s]"),
19949 form_name, sect_offset_str (cu->header.sect_off), objf_name);
73869dc2 19950 return (const char *) (str_section->buffer + str_offset);
3019eac3
DE
19951}
19952
3019eac3
DE
19953/* Return the length of an LEB128 number in BUF. */
19954
19955static int
19956leb128_size (const gdb_byte *buf)
19957{
19958 const gdb_byte *begin = buf;
19959 gdb_byte byte;
19960
19961 while (1)
19962 {
19963 byte = *buf++;
19964 if ((byte & 128) == 0)
19965 return buf - begin;
19966 }
19967}
19968
c906108c 19969static void
e142c38c 19970set_cu_language (unsigned int lang, struct dwarf2_cu *cu)
c906108c
SS
19971{
19972 switch (lang)
19973 {
19974 case DW_LANG_C89:
76bee0cc 19975 case DW_LANG_C99:
0cfd832f 19976 case DW_LANG_C11:
c906108c 19977 case DW_LANG_C:
d1be3247 19978 case DW_LANG_UPC:
e142c38c 19979 cu->language = language_c;
c906108c 19980 break;
9c37b5ae 19981 case DW_LANG_Java:
c906108c 19982 case DW_LANG_C_plus_plus:
0cfd832f
MW
19983 case DW_LANG_C_plus_plus_11:
19984 case DW_LANG_C_plus_plus_14:
e142c38c 19985 cu->language = language_cplus;
c906108c 19986 break;
6aecb9c2
JB
19987 case DW_LANG_D:
19988 cu->language = language_d;
19989 break;
c906108c
SS
19990 case DW_LANG_Fortran77:
19991 case DW_LANG_Fortran90:
b21b22e0 19992 case DW_LANG_Fortran95:
f7de9aab
MW
19993 case DW_LANG_Fortran03:
19994 case DW_LANG_Fortran08:
e142c38c 19995 cu->language = language_fortran;
c906108c 19996 break;
a766d390
DE
19997 case DW_LANG_Go:
19998 cu->language = language_go;
19999 break;
c906108c 20000 case DW_LANG_Mips_Assembler:
e142c38c 20001 cu->language = language_asm;
c906108c
SS
20002 break;
20003 case DW_LANG_Ada83:
8aaf0b47 20004 case DW_LANG_Ada95:
bc5f45f8
JB
20005 cu->language = language_ada;
20006 break;
72019c9c
GM
20007 case DW_LANG_Modula2:
20008 cu->language = language_m2;
20009 break;
fe8e67fd
PM
20010 case DW_LANG_Pascal83:
20011 cu->language = language_pascal;
20012 break;
22566fbd
DJ
20013 case DW_LANG_ObjC:
20014 cu->language = language_objc;
20015 break;
c44af4eb
TT
20016 case DW_LANG_Rust:
20017 case DW_LANG_Rust_old:
20018 cu->language = language_rust;
20019 break;
c906108c
SS
20020 case DW_LANG_Cobol74:
20021 case DW_LANG_Cobol85:
c906108c 20022 default:
e142c38c 20023 cu->language = language_minimal;
c906108c
SS
20024 break;
20025 }
e142c38c 20026 cu->language_defn = language_def (cu->language);
c906108c
SS
20027}
20028
20029/* Return the named attribute or NULL if not there. */
20030
20031static struct attribute *
e142c38c 20032dwarf2_attr (struct die_info *die, unsigned int name, struct dwarf2_cu *cu)
c906108c 20033{
a48e046c 20034 for (;;)
c906108c 20035 {
a48e046c
TT
20036 unsigned int i;
20037 struct attribute *spec = NULL;
20038
20039 for (i = 0; i < die->num_attrs; ++i)
20040 {
20041 if (die->attrs[i].name == name)
20042 return &die->attrs[i];
20043 if (die->attrs[i].name == DW_AT_specification
20044 || die->attrs[i].name == DW_AT_abstract_origin)
20045 spec = &die->attrs[i];
20046 }
20047
20048 if (!spec)
20049 break;
c906108c 20050
f2f0e013 20051 die = follow_die_ref (die, spec, &cu);
f2f0e013 20052 }
c5aa993b 20053
c906108c
SS
20054 return NULL;
20055}
20056
348e048f
DE
20057/* Return the named attribute or NULL if not there,
20058 but do not follow DW_AT_specification, etc.
20059 This is for use in contexts where we're reading .debug_types dies.
20060 Following DW_AT_specification, DW_AT_abstract_origin will take us
20061 back up the chain, and we want to go down. */
20062
20063static struct attribute *
45e58e77 20064dwarf2_attr_no_follow (struct die_info *die, unsigned int name)
348e048f
DE
20065{
20066 unsigned int i;
20067
20068 for (i = 0; i < die->num_attrs; ++i)
20069 if (die->attrs[i].name == name)
20070 return &die->attrs[i];
20071
20072 return NULL;
20073}
20074
7d45c7c3
KB
20075/* Return the string associated with a string-typed attribute, or NULL if it
20076 is either not found or is of an incorrect type. */
20077
20078static const char *
20079dwarf2_string_attr (struct die_info *die, unsigned int name, struct dwarf2_cu *cu)
20080{
20081 struct attribute *attr;
20082 const char *str = NULL;
20083
20084 attr = dwarf2_attr (die, name, cu);
20085
20086 if (attr != NULL)
20087 {
43988095 20088 if (attr->form == DW_FORM_strp || attr->form == DW_FORM_line_strp
b3340438 20089 || attr->form == DW_FORM_string
cf532bd1 20090 || attr->form == DW_FORM_strx
b3340438 20091 || attr->form == DW_FORM_GNU_str_index
16eb6b2d 20092 || attr->form == DW_FORM_GNU_strp_alt)
7d45c7c3
KB
20093 str = DW_STRING (attr);
20094 else
b98664d3 20095 complaint (_("string type expected for attribute %s for "
9d8780f0
SM
20096 "DIE at %s in module %s"),
20097 dwarf_attr_name (name), sect_offset_str (die->sect_off),
518817b3 20098 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
7d45c7c3
KB
20099 }
20100
20101 return str;
20102}
20103
05cf31d1
JB
20104/* Return non-zero iff the attribute NAME is defined for the given DIE,
20105 and holds a non-zero value. This function should only be used for
2dc7f7b3 20106 DW_FORM_flag or DW_FORM_flag_present attributes. */
05cf31d1
JB
20107
20108static int
20109dwarf2_flag_true_p (struct die_info *die, unsigned name, struct dwarf2_cu *cu)
20110{
20111 struct attribute *attr = dwarf2_attr (die, name, cu);
20112
20113 return (attr && DW_UNSND (attr));
20114}
20115
3ca72b44 20116static int
e142c38c 20117die_is_declaration (struct die_info *die, struct dwarf2_cu *cu)
3ca72b44 20118{
05cf31d1
JB
20119 /* A DIE is a declaration if it has a DW_AT_declaration attribute
20120 which value is non-zero. However, we have to be careful with
20121 DIEs having a DW_AT_specification attribute, because dwarf2_attr()
20122 (via dwarf2_flag_true_p) follows this attribute. So we may
20123 end up accidently finding a declaration attribute that belongs
20124 to a different DIE referenced by the specification attribute,
20125 even though the given DIE does not have a declaration attribute. */
20126 return (dwarf2_flag_true_p (die, DW_AT_declaration, cu)
20127 && dwarf2_attr (die, DW_AT_specification, cu) == NULL);
3ca72b44
AC
20128}
20129
63d06c5c 20130/* Return the die giving the specification for DIE, if there is
f2f0e013 20131 one. *SPEC_CU is the CU containing DIE on input, and the CU
edb3359d
DJ
20132 containing the return value on output. If there is no
20133 specification, but there is an abstract origin, that is
20134 returned. */
63d06c5c
DC
20135
20136static struct die_info *
f2f0e013 20137die_specification (struct die_info *die, struct dwarf2_cu **spec_cu)
63d06c5c 20138{
f2f0e013
DJ
20139 struct attribute *spec_attr = dwarf2_attr (die, DW_AT_specification,
20140 *spec_cu);
63d06c5c 20141
edb3359d
DJ
20142 if (spec_attr == NULL)
20143 spec_attr = dwarf2_attr (die, DW_AT_abstract_origin, *spec_cu);
20144
63d06c5c
DC
20145 if (spec_attr == NULL)
20146 return NULL;
20147 else
f2f0e013 20148 return follow_die_ref (die, spec_attr, spec_cu);
63d06c5c 20149}
c906108c 20150
527f3840
JK
20151/* Stub for free_line_header to match void * callback types. */
20152
20153static void
20154free_line_header_voidp (void *arg)
20155{
9a3c8263 20156 struct line_header *lh = (struct line_header *) arg;
527f3840 20157
fff8551c 20158 delete lh;
527f3840
JK
20159}
20160
fff8551c
PA
20161void
20162line_header::add_include_dir (const char *include_dir)
c906108c 20163{
27e0867f 20164 if (dwarf_line_debug >= 2)
fff8551c
PA
20165 fprintf_unfiltered (gdb_stdlog, "Adding dir %zu: %s\n",
20166 include_dirs.size () + 1, include_dir);
27e0867f 20167
fff8551c 20168 include_dirs.push_back (include_dir);
debd256d 20169}
6e70227d 20170
fff8551c
PA
20171void
20172line_header::add_file_name (const char *name,
ecfb656c 20173 dir_index d_index,
fff8551c
PA
20174 unsigned int mod_time,
20175 unsigned int length)
debd256d 20176{
27e0867f
DE
20177 if (dwarf_line_debug >= 2)
20178 fprintf_unfiltered (gdb_stdlog, "Adding file %u: %s\n",
fff8551c 20179 (unsigned) file_names.size () + 1, name);
27e0867f 20180
ecfb656c 20181 file_names.emplace_back (name, d_index, mod_time, length);
debd256d 20182}
6e70227d 20183
83769d0b 20184/* A convenience function to find the proper .debug_line section for a CU. */
36586728
TT
20185
20186static struct dwarf2_section_info *
20187get_debug_line_section (struct dwarf2_cu *cu)
20188{
20189 struct dwarf2_section_info *section;
518817b3
SM
20190 struct dwarf2_per_objfile *dwarf2_per_objfile
20191 = cu->per_cu->dwarf2_per_objfile;
36586728
TT
20192
20193 /* For TUs in DWO files, the DW_AT_stmt_list attribute lives in the
20194 DWO file. */
20195 if (cu->dwo_unit && cu->per_cu->is_debug_types)
20196 section = &cu->dwo_unit->dwo_file->sections.line;
20197 else if (cu->per_cu->is_dwz)
20198 {
ed2dc618 20199 struct dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
36586728
TT
20200
20201 section = &dwz->line;
20202 }
20203 else
20204 section = &dwarf2_per_objfile->line;
20205
20206 return section;
20207}
20208
43988095
JK
20209/* Read directory or file name entry format, starting with byte of
20210 format count entries, ULEB128 pairs of entry formats, ULEB128 of
20211 entries count and the entries themselves in the described entry
20212 format. */
20213
20214static void
ed2dc618
SM
20215read_formatted_entries (struct dwarf2_per_objfile *dwarf2_per_objfile,
20216 bfd *abfd, const gdb_byte **bufp,
43988095
JK
20217 struct line_header *lh,
20218 const struct comp_unit_head *cu_header,
20219 void (*callback) (struct line_header *lh,
20220 const char *name,
ecfb656c 20221 dir_index d_index,
43988095
JK
20222 unsigned int mod_time,
20223 unsigned int length))
20224{
20225 gdb_byte format_count, formati;
20226 ULONGEST data_count, datai;
20227 const gdb_byte *buf = *bufp;
20228 const gdb_byte *format_header_data;
43988095
JK
20229 unsigned int bytes_read;
20230
20231 format_count = read_1_byte (abfd, buf);
20232 buf += 1;
20233 format_header_data = buf;
20234 for (formati = 0; formati < format_count; formati++)
20235 {
20236 read_unsigned_leb128 (abfd, buf, &bytes_read);
20237 buf += bytes_read;
20238 read_unsigned_leb128 (abfd, buf, &bytes_read);
20239 buf += bytes_read;
20240 }
20241
20242 data_count = read_unsigned_leb128 (abfd, buf, &bytes_read);
20243 buf += bytes_read;
20244 for (datai = 0; datai < data_count; datai++)
20245 {
20246 const gdb_byte *format = format_header_data;
20247 struct file_entry fe;
20248
43988095
JK
20249 for (formati = 0; formati < format_count; formati++)
20250 {
ecfb656c 20251 ULONGEST content_type = read_unsigned_leb128 (abfd, format, &bytes_read);
43988095 20252 format += bytes_read;
43988095 20253
ecfb656c 20254 ULONGEST form = read_unsigned_leb128 (abfd, format, &bytes_read);
43988095 20255 format += bytes_read;
ecfb656c
PA
20256
20257 gdb::optional<const char *> string;
20258 gdb::optional<unsigned int> uint;
20259
43988095
JK
20260 switch (form)
20261 {
20262 case DW_FORM_string:
ecfb656c 20263 string.emplace (read_direct_string (abfd, buf, &bytes_read));
43988095
JK
20264 buf += bytes_read;
20265 break;
20266
20267 case DW_FORM_line_strp:
ed2dc618
SM
20268 string.emplace (read_indirect_line_string (dwarf2_per_objfile,
20269 abfd, buf,
ecfb656c
PA
20270 cu_header,
20271 &bytes_read));
43988095
JK
20272 buf += bytes_read;
20273 break;
20274
20275 case DW_FORM_data1:
ecfb656c 20276 uint.emplace (read_1_byte (abfd, buf));
43988095
JK
20277 buf += 1;
20278 break;
20279
20280 case DW_FORM_data2:
ecfb656c 20281 uint.emplace (read_2_bytes (abfd, buf));
43988095
JK
20282 buf += 2;
20283 break;
20284
20285 case DW_FORM_data4:
ecfb656c 20286 uint.emplace (read_4_bytes (abfd, buf));
43988095
JK
20287 buf += 4;
20288 break;
20289
20290 case DW_FORM_data8:
ecfb656c 20291 uint.emplace (read_8_bytes (abfd, buf));
43988095
JK
20292 buf += 8;
20293 break;
20294
20295 case DW_FORM_udata:
ecfb656c 20296 uint.emplace (read_unsigned_leb128 (abfd, buf, &bytes_read));
43988095
JK
20297 buf += bytes_read;
20298 break;
20299
20300 case DW_FORM_block:
20301 /* It is valid only for DW_LNCT_timestamp which is ignored by
20302 current GDB. */
20303 break;
20304 }
ecfb656c
PA
20305
20306 switch (content_type)
20307 {
20308 case DW_LNCT_path:
20309 if (string.has_value ())
20310 fe.name = *string;
20311 break;
20312 case DW_LNCT_directory_index:
20313 if (uint.has_value ())
20314 fe.d_index = (dir_index) *uint;
20315 break;
20316 case DW_LNCT_timestamp:
20317 if (uint.has_value ())
20318 fe.mod_time = *uint;
20319 break;
20320 case DW_LNCT_size:
20321 if (uint.has_value ())
20322 fe.length = *uint;
20323 break;
20324 case DW_LNCT_MD5:
20325 break;
20326 default:
b98664d3 20327 complaint (_("Unknown format content type %s"),
ecfb656c
PA
20328 pulongest (content_type));
20329 }
43988095
JK
20330 }
20331
ecfb656c 20332 callback (lh, fe.name, fe.d_index, fe.mod_time, fe.length);
43988095
JK
20333 }
20334
20335 *bufp = buf;
20336}
20337
debd256d 20338/* Read the statement program header starting at OFFSET in
3019eac3 20339 .debug_line, or .debug_line.dwo. Return a pointer
6502dd73 20340 to a struct line_header, allocated using xmalloc.
cd366ee8
DE
20341 Returns NULL if there is a problem reading the header, e.g., if it
20342 has a version we don't understand.
debd256d
JB
20343
20344 NOTE: the strings in the include directory and file name tables of
3019eac3
DE
20345 the returned object point into the dwarf line section buffer,
20346 and must not be freed. */
ae2de4f8 20347
fff8551c 20348static line_header_up
9c541725 20349dwarf_decode_line_header (sect_offset sect_off, struct dwarf2_cu *cu)
debd256d 20350{
d521ce57 20351 const gdb_byte *line_ptr;
c764a876 20352 unsigned int bytes_read, offset_size;
debd256d 20353 int i;
d521ce57 20354 const char *cur_dir, *cur_file;
3019eac3
DE
20355 struct dwarf2_section_info *section;
20356 bfd *abfd;
518817b3
SM
20357 struct dwarf2_per_objfile *dwarf2_per_objfile
20358 = cu->per_cu->dwarf2_per_objfile;
3019eac3 20359
36586728 20360 section = get_debug_line_section (cu);
3019eac3
DE
20361 dwarf2_read_section (dwarf2_per_objfile->objfile, section);
20362 if (section->buffer == NULL)
debd256d 20363 {
3019eac3 20364 if (cu->dwo_unit && cu->per_cu->is_debug_types)
b98664d3 20365 complaint (_("missing .debug_line.dwo section"));
3019eac3 20366 else
b98664d3 20367 complaint (_("missing .debug_line section"));
debd256d
JB
20368 return 0;
20369 }
20370
fceca515
DE
20371 /* We can't do this until we know the section is non-empty.
20372 Only then do we know we have such a section. */
a32a8923 20373 abfd = get_section_bfd_owner (section);
fceca515 20374
a738430d
MK
20375 /* Make sure that at least there's room for the total_length field.
20376 That could be 12 bytes long, but we're just going to fudge that. */
9c541725 20377 if (to_underlying (sect_off) + 4 >= section->size)
debd256d 20378 {
4d3c2250 20379 dwarf2_statement_list_fits_in_line_number_section_complaint ();
debd256d
JB
20380 return 0;
20381 }
20382
fff8551c 20383 line_header_up lh (new line_header ());
debd256d 20384
9c541725 20385 lh->sect_off = sect_off;
527f3840
JK
20386 lh->offset_in_dwz = cu->per_cu->is_dwz;
20387
9c541725 20388 line_ptr = section->buffer + to_underlying (sect_off);
debd256d 20389
a738430d 20390 /* Read in the header. */
6e70227d 20391 lh->total_length =
c764a876
DE
20392 read_checked_initial_length_and_offset (abfd, line_ptr, &cu->header,
20393 &bytes_read, &offset_size);
debd256d 20394 line_ptr += bytes_read;
3019eac3 20395 if (line_ptr + lh->total_length > (section->buffer + section->size))
debd256d 20396 {
4d3c2250 20397 dwarf2_statement_list_fits_in_line_number_section_complaint ();
debd256d
JB
20398 return 0;
20399 }
20400 lh->statement_program_end = line_ptr + lh->total_length;
20401 lh->version = read_2_bytes (abfd, line_ptr);
20402 line_ptr += 2;
43988095 20403 if (lh->version > 5)
cd366ee8
DE
20404 {
20405 /* This is a version we don't understand. The format could have
20406 changed in ways we don't handle properly so just punt. */
b98664d3 20407 complaint (_("unsupported version in .debug_line section"));
cd366ee8
DE
20408 return NULL;
20409 }
43988095
JK
20410 if (lh->version >= 5)
20411 {
20412 gdb_byte segment_selector_size;
20413
20414 /* Skip address size. */
20415 read_1_byte (abfd, line_ptr);
20416 line_ptr += 1;
20417
20418 segment_selector_size = read_1_byte (abfd, line_ptr);
20419 line_ptr += 1;
20420 if (segment_selector_size != 0)
20421 {
b98664d3 20422 complaint (_("unsupported segment selector size %u "
43988095
JK
20423 "in .debug_line section"),
20424 segment_selector_size);
20425 return NULL;
20426 }
20427 }
c764a876
DE
20428 lh->header_length = read_offset_1 (abfd, line_ptr, offset_size);
20429 line_ptr += offset_size;
debd256d
JB
20430 lh->minimum_instruction_length = read_1_byte (abfd, line_ptr);
20431 line_ptr += 1;
2dc7f7b3
TT
20432 if (lh->version >= 4)
20433 {
20434 lh->maximum_ops_per_instruction = read_1_byte (abfd, line_ptr);
20435 line_ptr += 1;
20436 }
20437 else
20438 lh->maximum_ops_per_instruction = 1;
20439
20440 if (lh->maximum_ops_per_instruction == 0)
20441 {
20442 lh->maximum_ops_per_instruction = 1;
b98664d3 20443 complaint (_("invalid maximum_ops_per_instruction "
3e43a32a 20444 "in `.debug_line' section"));
2dc7f7b3
TT
20445 }
20446
debd256d
JB
20447 lh->default_is_stmt = read_1_byte (abfd, line_ptr);
20448 line_ptr += 1;
20449 lh->line_base = read_1_signed_byte (abfd, line_ptr);
20450 line_ptr += 1;
20451 lh->line_range = read_1_byte (abfd, line_ptr);
20452 line_ptr += 1;
20453 lh->opcode_base = read_1_byte (abfd, line_ptr);
20454 line_ptr += 1;
fff8551c 20455 lh->standard_opcode_lengths.reset (new unsigned char[lh->opcode_base]);
debd256d
JB
20456
20457 lh->standard_opcode_lengths[0] = 1; /* This should never be used anyway. */
20458 for (i = 1; i < lh->opcode_base; ++i)
20459 {
20460 lh->standard_opcode_lengths[i] = read_1_byte (abfd, line_ptr);
20461 line_ptr += 1;
20462 }
20463
43988095 20464 if (lh->version >= 5)
debd256d 20465 {
43988095 20466 /* Read directory table. */
ed2dc618
SM
20467 read_formatted_entries (dwarf2_per_objfile, abfd, &line_ptr, lh.get (),
20468 &cu->header,
b926417a 20469 [] (struct line_header *header, const char *name,
ecfb656c 20470 dir_index d_index, unsigned int mod_time,
fff8551c
PA
20471 unsigned int length)
20472 {
b926417a 20473 header->add_include_dir (name);
fff8551c 20474 });
debd256d 20475
43988095 20476 /* Read file name table. */
ed2dc618
SM
20477 read_formatted_entries (dwarf2_per_objfile, abfd, &line_ptr, lh.get (),
20478 &cu->header,
b926417a 20479 [] (struct line_header *header, const char *name,
ecfb656c 20480 dir_index d_index, unsigned int mod_time,
fff8551c
PA
20481 unsigned int length)
20482 {
b926417a 20483 header->add_file_name (name, d_index, mod_time, length);
fff8551c 20484 });
43988095
JK
20485 }
20486 else
debd256d 20487 {
43988095
JK
20488 /* Read directory table. */
20489 while ((cur_dir = read_direct_string (abfd, line_ptr, &bytes_read)) != NULL)
20490 {
20491 line_ptr += bytes_read;
fff8551c 20492 lh->add_include_dir (cur_dir);
43988095 20493 }
debd256d
JB
20494 line_ptr += bytes_read;
20495
43988095
JK
20496 /* Read file name table. */
20497 while ((cur_file = read_direct_string (abfd, line_ptr, &bytes_read)) != NULL)
20498 {
ecfb656c
PA
20499 unsigned int mod_time, length;
20500 dir_index d_index;
43988095
JK
20501
20502 line_ptr += bytes_read;
ecfb656c 20503 d_index = (dir_index) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
43988095
JK
20504 line_ptr += bytes_read;
20505 mod_time = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
20506 line_ptr += bytes_read;
20507 length = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
20508 line_ptr += bytes_read;
20509
ecfb656c 20510 lh->add_file_name (cur_file, d_index, mod_time, length);
43988095
JK
20511 }
20512 line_ptr += bytes_read;
debd256d 20513 }
6e70227d 20514 lh->statement_program_start = line_ptr;
debd256d 20515
3019eac3 20516 if (line_ptr > (section->buffer + section->size))
b98664d3 20517 complaint (_("line number info header doesn't "
3e43a32a 20518 "fit in `.debug_line' section"));
debd256d 20519
debd256d
JB
20520 return lh;
20521}
c906108c 20522
c6da4cef
DE
20523/* Subroutine of dwarf_decode_lines to simplify it.
20524 Return the file name of the psymtab for included file FILE_INDEX
20525 in line header LH of PST.
20526 COMP_DIR is the compilation directory (DW_AT_comp_dir) or NULL if unknown.
c89b44cd
TT
20527 If space for the result is malloc'd, *NAME_HOLDER will be set.
20528 Returns NULL if FILE_INDEX should be ignored, i.e., it is pst->filename. */
c6da4cef 20529
d521ce57 20530static const char *
c6da4cef
DE
20531psymtab_include_file_name (const struct line_header *lh, int file_index,
20532 const struct partial_symtab *pst,
c89b44cd
TT
20533 const char *comp_dir,
20534 gdb::unique_xmalloc_ptr<char> *name_holder)
c6da4cef 20535{
8c43009f 20536 const file_entry &fe = lh->file_names[file_index];
d521ce57
TT
20537 const char *include_name = fe.name;
20538 const char *include_name_to_compare = include_name;
72b9f47f 20539 const char *pst_filename;
c6da4cef
DE
20540 int file_is_pst;
20541
8c43009f 20542 const char *dir_name = fe.include_dir (lh);
c6da4cef 20543
c89b44cd 20544 gdb::unique_xmalloc_ptr<char> hold_compare;
c6da4cef
DE
20545 if (!IS_ABSOLUTE_PATH (include_name)
20546 && (dir_name != NULL || comp_dir != NULL))
20547 {
20548 /* Avoid creating a duplicate psymtab for PST.
20549 We do this by comparing INCLUDE_NAME and PST_FILENAME.
20550 Before we do the comparison, however, we need to account
20551 for DIR_NAME and COMP_DIR.
20552 First prepend dir_name (if non-NULL). If we still don't
20553 have an absolute path prepend comp_dir (if non-NULL).
20554 However, the directory we record in the include-file's
20555 psymtab does not contain COMP_DIR (to match the
20556 corresponding symtab(s)).
20557
20558 Example:
20559
20560 bash$ cd /tmp
20561 bash$ gcc -g ./hello.c
20562 include_name = "hello.c"
20563 dir_name = "."
20564 DW_AT_comp_dir = comp_dir = "/tmp"
5f52445b
YQ
20565 DW_AT_name = "./hello.c"
20566
20567 */
c6da4cef
DE
20568
20569 if (dir_name != NULL)
20570 {
c89b44cd
TT
20571 name_holder->reset (concat (dir_name, SLASH_STRING,
20572 include_name, (char *) NULL));
20573 include_name = name_holder->get ();
c6da4cef 20574 include_name_to_compare = include_name;
c6da4cef
DE
20575 }
20576 if (!IS_ABSOLUTE_PATH (include_name) && comp_dir != NULL)
20577 {
c89b44cd
TT
20578 hold_compare.reset (concat (comp_dir, SLASH_STRING,
20579 include_name, (char *) NULL));
20580 include_name_to_compare = hold_compare.get ();
c6da4cef
DE
20581 }
20582 }
20583
20584 pst_filename = pst->filename;
c89b44cd 20585 gdb::unique_xmalloc_ptr<char> copied_name;
c6da4cef
DE
20586 if (!IS_ABSOLUTE_PATH (pst_filename) && pst->dirname != NULL)
20587 {
c89b44cd
TT
20588 copied_name.reset (concat (pst->dirname, SLASH_STRING,
20589 pst_filename, (char *) NULL));
20590 pst_filename = copied_name.get ();
c6da4cef
DE
20591 }
20592
1e3fad37 20593 file_is_pst = FILENAME_CMP (include_name_to_compare, pst_filename) == 0;
c6da4cef 20594
c6da4cef
DE
20595 if (file_is_pst)
20596 return NULL;
20597 return include_name;
20598}
20599
d9b3de22
DE
20600/* State machine to track the state of the line number program. */
20601
6f77053d 20602class lnp_state_machine
d9b3de22 20603{
6f77053d
PA
20604public:
20605 /* Initialize a machine state for the start of a line number
20606 program. */
804d2729
TT
20607 lnp_state_machine (struct dwarf2_cu *cu, gdbarch *arch, line_header *lh,
20608 bool record_lines_p);
6f77053d 20609
8c43009f
PA
20610 file_entry *current_file ()
20611 {
20612 /* lh->file_names is 0-based, but the file name numbers in the
20613 statement program are 1-based. */
6f77053d
PA
20614 return m_line_header->file_name_at (m_file);
20615 }
20616
20617 /* Record the line in the state machine. END_SEQUENCE is true if
20618 we're processing the end of a sequence. */
20619 void record_line (bool end_sequence);
20620
7ab6656f
OJ
20621 /* Check ADDRESS is zero and less than UNRELOCATED_LOWPC and if true
20622 nop-out rest of the lines in this sequence. */
6f77053d
PA
20623 void check_line_address (struct dwarf2_cu *cu,
20624 const gdb_byte *line_ptr,
7ab6656f 20625 CORE_ADDR unrelocated_lowpc, CORE_ADDR address);
6f77053d
PA
20626
20627 void handle_set_discriminator (unsigned int discriminator)
20628 {
20629 m_discriminator = discriminator;
20630 m_line_has_non_zero_discriminator |= discriminator != 0;
20631 }
20632
20633 /* Handle DW_LNE_set_address. */
20634 void handle_set_address (CORE_ADDR baseaddr, CORE_ADDR address)
20635 {
20636 m_op_index = 0;
20637 address += baseaddr;
20638 m_address = gdbarch_adjust_dwarf2_line (m_gdbarch, address, false);
20639 }
20640
20641 /* Handle DW_LNS_advance_pc. */
20642 void handle_advance_pc (CORE_ADDR adjust);
20643
20644 /* Handle a special opcode. */
20645 void handle_special_opcode (unsigned char op_code);
20646
20647 /* Handle DW_LNS_advance_line. */
20648 void handle_advance_line (int line_delta)
20649 {
20650 advance_line (line_delta);
20651 }
20652
20653 /* Handle DW_LNS_set_file. */
20654 void handle_set_file (file_name_index file);
20655
20656 /* Handle DW_LNS_negate_stmt. */
20657 void handle_negate_stmt ()
20658 {
20659 m_is_stmt = !m_is_stmt;
20660 }
20661
20662 /* Handle DW_LNS_const_add_pc. */
20663 void handle_const_add_pc ();
20664
20665 /* Handle DW_LNS_fixed_advance_pc. */
20666 void handle_fixed_advance_pc (CORE_ADDR addr_adj)
20667 {
20668 m_address += gdbarch_adjust_dwarf2_line (m_gdbarch, addr_adj, true);
20669 m_op_index = 0;
20670 }
20671
20672 /* Handle DW_LNS_copy. */
20673 void handle_copy ()
20674 {
20675 record_line (false);
20676 m_discriminator = 0;
20677 }
20678
20679 /* Handle DW_LNE_end_sequence. */
20680 void handle_end_sequence ()
20681 {
804d2729 20682 m_currently_recording_lines = true;
6f77053d
PA
20683 }
20684
20685private:
20686 /* Advance the line by LINE_DELTA. */
20687 void advance_line (int line_delta)
20688 {
20689 m_line += line_delta;
20690
20691 if (line_delta != 0)
20692 m_line_has_non_zero_discriminator = m_discriminator != 0;
8c43009f
PA
20693 }
20694
804d2729
TT
20695 struct dwarf2_cu *m_cu;
20696
6f77053d
PA
20697 gdbarch *m_gdbarch;
20698
20699 /* True if we're recording lines.
20700 Otherwise we're building partial symtabs and are just interested in
20701 finding include files mentioned by the line number program. */
20702 bool m_record_lines_p;
20703
8c43009f 20704 /* The line number header. */
6f77053d 20705 line_header *m_line_header;
8c43009f 20706
6f77053d
PA
20707 /* These are part of the standard DWARF line number state machine,
20708 and initialized according to the DWARF spec. */
d9b3de22 20709
6f77053d 20710 unsigned char m_op_index = 0;
8c43009f 20711 /* The line table index (1-based) of the current file. */
6f77053d
PA
20712 file_name_index m_file = (file_name_index) 1;
20713 unsigned int m_line = 1;
20714
20715 /* These are initialized in the constructor. */
20716
20717 CORE_ADDR m_address;
20718 bool m_is_stmt;
20719 unsigned int m_discriminator;
d9b3de22
DE
20720
20721 /* Additional bits of state we need to track. */
20722
20723 /* The last file that we called dwarf2_start_subfile for.
20724 This is only used for TLLs. */
6f77053d 20725 unsigned int m_last_file = 0;
d9b3de22 20726 /* The last file a line number was recorded for. */
6f77053d 20727 struct subfile *m_last_subfile = NULL;
d9b3de22 20728
804d2729
TT
20729 /* When true, record the lines we decode. */
20730 bool m_currently_recording_lines = false;
d9b3de22
DE
20731
20732 /* The last line number that was recorded, used to coalesce
20733 consecutive entries for the same line. This can happen, for
20734 example, when discriminators are present. PR 17276. */
6f77053d
PA
20735 unsigned int m_last_line = 0;
20736 bool m_line_has_non_zero_discriminator = false;
8c43009f 20737};
d9b3de22 20738
6f77053d
PA
20739void
20740lnp_state_machine::handle_advance_pc (CORE_ADDR adjust)
20741{
20742 CORE_ADDR addr_adj = (((m_op_index + adjust)
20743 / m_line_header->maximum_ops_per_instruction)
20744 * m_line_header->minimum_instruction_length);
20745 m_address += gdbarch_adjust_dwarf2_line (m_gdbarch, addr_adj, true);
20746 m_op_index = ((m_op_index + adjust)
20747 % m_line_header->maximum_ops_per_instruction);
20748}
d9b3de22 20749
6f77053d
PA
20750void
20751lnp_state_machine::handle_special_opcode (unsigned char op_code)
d9b3de22 20752{
6f77053d
PA
20753 unsigned char adj_opcode = op_code - m_line_header->opcode_base;
20754 CORE_ADDR addr_adj = (((m_op_index
20755 + (adj_opcode / m_line_header->line_range))
20756 / m_line_header->maximum_ops_per_instruction)
20757 * m_line_header->minimum_instruction_length);
20758 m_address += gdbarch_adjust_dwarf2_line (m_gdbarch, addr_adj, true);
20759 m_op_index = ((m_op_index + (adj_opcode / m_line_header->line_range))
20760 % m_line_header->maximum_ops_per_instruction);
d9b3de22 20761
6f77053d
PA
20762 int line_delta = (m_line_header->line_base
20763 + (adj_opcode % m_line_header->line_range));
20764 advance_line (line_delta);
20765 record_line (false);
20766 m_discriminator = 0;
20767}
d9b3de22 20768
6f77053d
PA
20769void
20770lnp_state_machine::handle_set_file (file_name_index file)
20771{
20772 m_file = file;
20773
20774 const file_entry *fe = current_file ();
20775 if (fe == NULL)
20776 dwarf2_debug_line_missing_file_complaint ();
20777 else if (m_record_lines_p)
20778 {
20779 const char *dir = fe->include_dir (m_line_header);
20780
c24bdb02 20781 m_last_subfile = m_cu->get_builder ()->get_current_subfile ();
6f77053d 20782 m_line_has_non_zero_discriminator = m_discriminator != 0;
804d2729 20783 dwarf2_start_subfile (m_cu, fe->name, dir);
6f77053d
PA
20784 }
20785}
20786
20787void
20788lnp_state_machine::handle_const_add_pc ()
20789{
20790 CORE_ADDR adjust
20791 = (255 - m_line_header->opcode_base) / m_line_header->line_range;
20792
20793 CORE_ADDR addr_adj
20794 = (((m_op_index + adjust)
20795 / m_line_header->maximum_ops_per_instruction)
20796 * m_line_header->minimum_instruction_length);
20797
20798 m_address += gdbarch_adjust_dwarf2_line (m_gdbarch, addr_adj, true);
20799 m_op_index = ((m_op_index + adjust)
20800 % m_line_header->maximum_ops_per_instruction);
20801}
d9b3de22 20802
a05a36a5
DE
20803/* Return non-zero if we should add LINE to the line number table.
20804 LINE is the line to add, LAST_LINE is the last line that was added,
20805 LAST_SUBFILE is the subfile for LAST_LINE.
20806 LINE_HAS_NON_ZERO_DISCRIMINATOR is non-zero if LINE has ever
20807 had a non-zero discriminator.
20808
20809 We have to be careful in the presence of discriminators.
20810 E.g., for this line:
20811
20812 for (i = 0; i < 100000; i++);
20813
20814 clang can emit four line number entries for that one line,
20815 each with a different discriminator.
20816 See gdb.dwarf2/dw2-single-line-discriminators.exp for an example.
20817
20818 However, we want gdb to coalesce all four entries into one.
20819 Otherwise the user could stepi into the middle of the line and
20820 gdb would get confused about whether the pc really was in the
20821 middle of the line.
20822
20823 Things are further complicated by the fact that two consecutive
20824 line number entries for the same line is a heuristic used by gcc
20825 to denote the end of the prologue. So we can't just discard duplicate
20826 entries, we have to be selective about it. The heuristic we use is
20827 that we only collapse consecutive entries for the same line if at least
20828 one of those entries has a non-zero discriminator. PR 17276.
20829
20830 Note: Addresses in the line number state machine can never go backwards
20831 within one sequence, thus this coalescing is ok. */
20832
20833static int
804d2729
TT
20834dwarf_record_line_p (struct dwarf2_cu *cu,
20835 unsigned int line, unsigned int last_line,
a05a36a5
DE
20836 int line_has_non_zero_discriminator,
20837 struct subfile *last_subfile)
20838{
c24bdb02 20839 if (cu->get_builder ()->get_current_subfile () != last_subfile)
a05a36a5
DE
20840 return 1;
20841 if (line != last_line)
20842 return 1;
20843 /* Same line for the same file that we've seen already.
20844 As a last check, for pr 17276, only record the line if the line
20845 has never had a non-zero discriminator. */
20846 if (!line_has_non_zero_discriminator)
20847 return 1;
20848 return 0;
20849}
20850
804d2729
TT
20851/* Use the CU's builder to record line number LINE beginning at
20852 address ADDRESS in the line table of subfile SUBFILE. */
252a6764
DE
20853
20854static void
d9b3de22
DE
20855dwarf_record_line_1 (struct gdbarch *gdbarch, struct subfile *subfile,
20856 unsigned int line, CORE_ADDR address,
804d2729 20857 struct dwarf2_cu *cu)
252a6764
DE
20858{
20859 CORE_ADDR addr = gdbarch_addr_bits_remove (gdbarch, address);
20860
27e0867f
DE
20861 if (dwarf_line_debug)
20862 {
20863 fprintf_unfiltered (gdb_stdlog,
20864 "Recording line %u, file %s, address %s\n",
20865 line, lbasename (subfile->name),
20866 paddress (gdbarch, address));
20867 }
20868
804d2729 20869 if (cu != nullptr)
c24bdb02 20870 cu->get_builder ()->record_line (subfile, line, addr);
252a6764
DE
20871}
20872
20873/* Subroutine of dwarf_decode_lines_1 to simplify it.
20874 Mark the end of a set of line number records.
d9b3de22 20875 The arguments are the same as for dwarf_record_line_1.
252a6764
DE
20876 If SUBFILE is NULL the request is ignored. */
20877
20878static void
20879dwarf_finish_line (struct gdbarch *gdbarch, struct subfile *subfile,
804d2729 20880 CORE_ADDR address, struct dwarf2_cu *cu)
252a6764 20881{
27e0867f
DE
20882 if (subfile == NULL)
20883 return;
20884
20885 if (dwarf_line_debug)
20886 {
20887 fprintf_unfiltered (gdb_stdlog,
20888 "Finishing current line, file %s, address %s\n",
20889 lbasename (subfile->name),
20890 paddress (gdbarch, address));
20891 }
20892
804d2729 20893 dwarf_record_line_1 (gdbarch, subfile, 0, address, cu);
d9b3de22
DE
20894}
20895
6f77053d
PA
20896void
20897lnp_state_machine::record_line (bool end_sequence)
d9b3de22 20898{
d9b3de22
DE
20899 if (dwarf_line_debug)
20900 {
20901 fprintf_unfiltered (gdb_stdlog,
20902 "Processing actual line %u: file %u,"
20903 " address %s, is_stmt %u, discrim %u\n",
6f77053d
PA
20904 m_line, to_underlying (m_file),
20905 paddress (m_gdbarch, m_address),
20906 m_is_stmt, m_discriminator);
d9b3de22
DE
20907 }
20908
6f77053d 20909 file_entry *fe = current_file ();
8c43009f
PA
20910
20911 if (fe == NULL)
d9b3de22
DE
20912 dwarf2_debug_line_missing_file_complaint ();
20913 /* For now we ignore lines not starting on an instruction boundary.
20914 But not when processing end_sequence for compatibility with the
20915 previous version of the code. */
6f77053d 20916 else if (m_op_index == 0 || end_sequence)
d9b3de22 20917 {
8c43009f 20918 fe->included_p = 1;
c258c396 20919 if (m_record_lines_p && (producer_is_codewarrior (m_cu) || m_is_stmt))
d9b3de22 20920 {
c24bdb02 20921 if (m_last_subfile != m_cu->get_builder ()->get_current_subfile ()
804d2729 20922 || end_sequence)
d9b3de22 20923 {
804d2729
TT
20924 dwarf_finish_line (m_gdbarch, m_last_subfile, m_address,
20925 m_currently_recording_lines ? m_cu : nullptr);
d9b3de22
DE
20926 }
20927
20928 if (!end_sequence)
20929 {
804d2729 20930 if (dwarf_record_line_p (m_cu, m_line, m_last_line,
6f77053d
PA
20931 m_line_has_non_zero_discriminator,
20932 m_last_subfile))
d9b3de22 20933 {
c24bdb02 20934 buildsym_compunit *builder = m_cu->get_builder ();
804d2729 20935 dwarf_record_line_1 (m_gdbarch,
c24bdb02 20936 builder->get_current_subfile (),
6f77053d 20937 m_line, m_address,
804d2729 20938 m_currently_recording_lines ? m_cu : nullptr);
d9b3de22 20939 }
c24bdb02 20940 m_last_subfile = m_cu->get_builder ()->get_current_subfile ();
6f77053d 20941 m_last_line = m_line;
d9b3de22
DE
20942 }
20943 }
20944 }
20945}
20946
804d2729
TT
20947lnp_state_machine::lnp_state_machine (struct dwarf2_cu *cu, gdbarch *arch,
20948 line_header *lh, bool record_lines_p)
d9b3de22 20949{
804d2729 20950 m_cu = cu;
6f77053d
PA
20951 m_gdbarch = arch;
20952 m_record_lines_p = record_lines_p;
20953 m_line_header = lh;
d9b3de22 20954
804d2729 20955 m_currently_recording_lines = true;
d9b3de22 20956
d9b3de22
DE
20957 /* Call `gdbarch_adjust_dwarf2_line' on the initial 0 address as if there
20958 was a line entry for it so that the backend has a chance to adjust it
20959 and also record it in case it needs it. This is currently used by MIPS
20960 code, cf. `mips_adjust_dwarf2_line'. */
6f77053d
PA
20961 m_address = gdbarch_adjust_dwarf2_line (arch, 0, 0);
20962 m_is_stmt = lh->default_is_stmt;
20963 m_discriminator = 0;
252a6764
DE
20964}
20965
6f77053d
PA
20966void
20967lnp_state_machine::check_line_address (struct dwarf2_cu *cu,
20968 const gdb_byte *line_ptr,
7ab6656f 20969 CORE_ADDR unrelocated_lowpc, CORE_ADDR address)
924c2928 20970{
7ab6656f
OJ
20971 /* If ADDRESS < UNRELOCATED_LOWPC then it's not a usable value, it's outside
20972 the pc range of the CU. However, we restrict the test to only ADDRESS
20973 values of zero to preserve GDB's previous behaviour which is to handle
20974 the specific case of a function being GC'd by the linker. */
924c2928 20975
7ab6656f 20976 if (address == 0 && address < unrelocated_lowpc)
924c2928
DE
20977 {
20978 /* This line table is for a function which has been
20979 GCd by the linker. Ignore it. PR gdb/12528 */
20980
518817b3 20981 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
924c2928
DE
20982 long line_offset = line_ptr - get_debug_line_section (cu)->buffer;
20983
b98664d3 20984 complaint (_(".debug_line address at offset 0x%lx is 0 [in module %s]"),
924c2928 20985 line_offset, objfile_name (objfile));
804d2729
TT
20986 m_currently_recording_lines = false;
20987 /* Note: m_currently_recording_lines is left as false until we see
20988 DW_LNE_end_sequence. */
924c2928
DE
20989 }
20990}
20991
f3f5162e 20992/* Subroutine of dwarf_decode_lines to simplify it.
d9b3de22
DE
20993 Process the line number information in LH.
20994 If DECODE_FOR_PST_P is non-zero, all we do is process the line number
20995 program in order to set included_p for every referenced header. */
debd256d 20996
c906108c 20997static void
43f3e411
DE
20998dwarf_decode_lines_1 (struct line_header *lh, struct dwarf2_cu *cu,
20999 const int decode_for_pst_p, CORE_ADDR lowpc)
c906108c 21000{
d521ce57
TT
21001 const gdb_byte *line_ptr, *extended_end;
21002 const gdb_byte *line_end;
a8c50c1f 21003 unsigned int bytes_read, extended_len;
699ca60a 21004 unsigned char op_code, extended_op;
e142c38c 21005 CORE_ADDR baseaddr;
518817b3 21006 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
f3f5162e 21007 bfd *abfd = objfile->obfd;
fbf65064 21008 struct gdbarch *gdbarch = get_objfile_arch (objfile);
6f77053d
PA
21009 /* True if we're recording line info (as opposed to building partial
21010 symtabs and just interested in finding include files mentioned by
21011 the line number program). */
21012 bool record_lines_p = !decode_for_pst_p;
e142c38c
DJ
21013
21014 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c 21015
debd256d
JB
21016 line_ptr = lh->statement_program_start;
21017 line_end = lh->statement_program_end;
c906108c
SS
21018
21019 /* Read the statement sequences until there's nothing left. */
21020 while (line_ptr < line_end)
21021 {
6f77053d
PA
21022 /* The DWARF line number program state machine. Reset the state
21023 machine at the start of each sequence. */
804d2729 21024 lnp_state_machine state_machine (cu, gdbarch, lh, record_lines_p);
6f77053d 21025 bool end_sequence = false;
d9b3de22 21026
8c43009f 21027 if (record_lines_p)
c906108c 21028 {
8c43009f
PA
21029 /* Start a subfile for the current file of the state
21030 machine. */
21031 const file_entry *fe = state_machine.current_file ();
21032
21033 if (fe != NULL)
804d2729 21034 dwarf2_start_subfile (cu, fe->name, fe->include_dir (lh));
c906108c
SS
21035 }
21036
a738430d 21037 /* Decode the table. */
d9b3de22 21038 while (line_ptr < line_end && !end_sequence)
c906108c
SS
21039 {
21040 op_code = read_1_byte (abfd, line_ptr);
21041 line_ptr += 1;
9aa1fe7e 21042
debd256d 21043 if (op_code >= lh->opcode_base)
6e70227d 21044 {
8e07a239 21045 /* Special opcode. */
6f77053d 21046 state_machine.handle_special_opcode (op_code);
9aa1fe7e
GK
21047 }
21048 else switch (op_code)
c906108c
SS
21049 {
21050 case DW_LNS_extended_op:
3e43a32a
MS
21051 extended_len = read_unsigned_leb128 (abfd, line_ptr,
21052 &bytes_read);
473b7be6 21053 line_ptr += bytes_read;
a8c50c1f 21054 extended_end = line_ptr + extended_len;
c906108c
SS
21055 extended_op = read_1_byte (abfd, line_ptr);
21056 line_ptr += 1;
21057 switch (extended_op)
21058 {
21059 case DW_LNE_end_sequence:
6f77053d
PA
21060 state_machine.handle_end_sequence ();
21061 end_sequence = true;
c906108c
SS
21062 break;
21063 case DW_LNE_set_address:
d9b3de22
DE
21064 {
21065 CORE_ADDR address
21066 = read_address (abfd, line_ptr, cu, &bytes_read);
d9b3de22 21067 line_ptr += bytes_read;
6f77053d
PA
21068
21069 state_machine.check_line_address (cu, line_ptr,
7ab6656f 21070 lowpc - baseaddr, address);
6f77053d 21071 state_machine.handle_set_address (baseaddr, address);
d9b3de22 21072 }
c906108c
SS
21073 break;
21074 case DW_LNE_define_file:
debd256d 21075 {
d521ce57 21076 const char *cur_file;
ecfb656c
PA
21077 unsigned int mod_time, length;
21078 dir_index dindex;
6e70227d 21079
3e43a32a
MS
21080 cur_file = read_direct_string (abfd, line_ptr,
21081 &bytes_read);
debd256d 21082 line_ptr += bytes_read;
ecfb656c 21083 dindex = (dir_index)
debd256d
JB
21084 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21085 line_ptr += bytes_read;
21086 mod_time =
21087 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21088 line_ptr += bytes_read;
21089 length =
21090 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21091 line_ptr += bytes_read;
ecfb656c 21092 lh->add_file_name (cur_file, dindex, mod_time, length);
debd256d 21093 }
c906108c 21094 break;
d0c6ba3d 21095 case DW_LNE_set_discriminator:
6f77053d
PA
21096 {
21097 /* The discriminator is not interesting to the
21098 debugger; just ignore it. We still need to
21099 check its value though:
21100 if there are consecutive entries for the same
21101 (non-prologue) line we want to coalesce them.
21102 PR 17276. */
21103 unsigned int discr
21104 = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21105 line_ptr += bytes_read;
21106
21107 state_machine.handle_set_discriminator (discr);
21108 }
d0c6ba3d 21109 break;
c906108c 21110 default:
b98664d3 21111 complaint (_("mangled .debug_line section"));
debd256d 21112 return;
c906108c 21113 }
a8c50c1f
DJ
21114 /* Make sure that we parsed the extended op correctly. If e.g.
21115 we expected a different address size than the producer used,
21116 we may have read the wrong number of bytes. */
21117 if (line_ptr != extended_end)
21118 {
b98664d3 21119 complaint (_("mangled .debug_line section"));
a8c50c1f
DJ
21120 return;
21121 }
c906108c
SS
21122 break;
21123 case DW_LNS_copy:
6f77053d 21124 state_machine.handle_copy ();
c906108c
SS
21125 break;
21126 case DW_LNS_advance_pc:
2dc7f7b3
TT
21127 {
21128 CORE_ADDR adjust
21129 = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
2dc7f7b3 21130 line_ptr += bytes_read;
6f77053d
PA
21131
21132 state_machine.handle_advance_pc (adjust);
2dc7f7b3 21133 }
c906108c
SS
21134 break;
21135 case DW_LNS_advance_line:
a05a36a5
DE
21136 {
21137 int line_delta
21138 = read_signed_leb128 (abfd, line_ptr, &bytes_read);
a05a36a5 21139 line_ptr += bytes_read;
6f77053d
PA
21140
21141 state_machine.handle_advance_line (line_delta);
a05a36a5 21142 }
c906108c
SS
21143 break;
21144 case DW_LNS_set_file:
d9b3de22 21145 {
6f77053d 21146 file_name_index file
ecfb656c
PA
21147 = (file_name_index) read_unsigned_leb128 (abfd, line_ptr,
21148 &bytes_read);
d9b3de22 21149 line_ptr += bytes_read;
8c43009f 21150
6f77053d 21151 state_machine.handle_set_file (file);
d9b3de22 21152 }
c906108c
SS
21153 break;
21154 case DW_LNS_set_column:
0ad93d4f 21155 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
c906108c
SS
21156 line_ptr += bytes_read;
21157 break;
21158 case DW_LNS_negate_stmt:
6f77053d 21159 state_machine.handle_negate_stmt ();
c906108c
SS
21160 break;
21161 case DW_LNS_set_basic_block:
c906108c 21162 break;
c2c6d25f
JM
21163 /* Add to the address register of the state machine the
21164 address increment value corresponding to special opcode
a738430d
MK
21165 255. I.e., this value is scaled by the minimum
21166 instruction length since special opcode 255 would have
b021a221 21167 scaled the increment. */
c906108c 21168 case DW_LNS_const_add_pc:
6f77053d 21169 state_machine.handle_const_add_pc ();
c906108c
SS
21170 break;
21171 case DW_LNS_fixed_advance_pc:
3e29f34a 21172 {
6f77053d 21173 CORE_ADDR addr_adj = read_2_bytes (abfd, line_ptr);
3e29f34a 21174 line_ptr += 2;
6f77053d
PA
21175
21176 state_machine.handle_fixed_advance_pc (addr_adj);
3e29f34a 21177 }
c906108c 21178 break;
9aa1fe7e 21179 default:
a738430d
MK
21180 {
21181 /* Unknown standard opcode, ignore it. */
9aa1fe7e 21182 int i;
a738430d 21183
debd256d 21184 for (i = 0; i < lh->standard_opcode_lengths[op_code]; i++)
9aa1fe7e
GK
21185 {
21186 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21187 line_ptr += bytes_read;
21188 }
21189 }
c906108c
SS
21190 }
21191 }
d9b3de22
DE
21192
21193 if (!end_sequence)
21194 dwarf2_debug_line_missing_end_sequence_complaint ();
21195
21196 /* We got a DW_LNE_end_sequence (or we ran off the end of the buffer,
21197 in which case we still finish recording the last line). */
6f77053d 21198 state_machine.record_line (true);
c906108c 21199 }
f3f5162e
DE
21200}
21201
21202/* Decode the Line Number Program (LNP) for the given line_header
21203 structure and CU. The actual information extracted and the type
21204 of structures created from the LNP depends on the value of PST.
21205
21206 1. If PST is NULL, then this procedure uses the data from the program
21207 to create all necessary symbol tables, and their linetables.
21208
21209 2. If PST is not NULL, this procedure reads the program to determine
21210 the list of files included by the unit represented by PST, and
21211 builds all the associated partial symbol tables.
21212
21213 COMP_DIR is the compilation directory (DW_AT_comp_dir) or NULL if unknown.
21214 It is used for relative paths in the line table.
21215 NOTE: When processing partial symtabs (pst != NULL),
21216 comp_dir == pst->dirname.
21217
21218 NOTE: It is important that psymtabs have the same file name (via strcmp)
21219 as the corresponding symtab. Since COMP_DIR is not used in the name of the
21220 symtab we don't use it in the name of the psymtabs we create.
21221 E.g. expand_line_sal requires this when finding psymtabs to expand.
c3b7b696
YQ
21222 A good testcase for this is mb-inline.exp.
21223
527f3840
JK
21224 LOWPC is the lowest address in CU (or 0 if not known).
21225
21226 Boolean DECODE_MAPPING specifies we need to fully decode .debug_line
21227 for its PC<->lines mapping information. Otherwise only the filename
21228 table is read in. */
f3f5162e
DE
21229
21230static void
21231dwarf_decode_lines (struct line_header *lh, const char *comp_dir,
c3b7b696 21232 struct dwarf2_cu *cu, struct partial_symtab *pst,
527f3840 21233 CORE_ADDR lowpc, int decode_mapping)
f3f5162e 21234{
518817b3 21235 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
f3f5162e 21236 const int decode_for_pst_p = (pst != NULL);
f3f5162e 21237
527f3840
JK
21238 if (decode_mapping)
21239 dwarf_decode_lines_1 (lh, cu, decode_for_pst_p, lowpc);
aaa75496
JB
21240
21241 if (decode_for_pst_p)
21242 {
21243 int file_index;
21244
21245 /* Now that we're done scanning the Line Header Program, we can
21246 create the psymtab of each included file. */
fff8551c 21247 for (file_index = 0; file_index < lh->file_names.size (); file_index++)
aaa75496
JB
21248 if (lh->file_names[file_index].included_p == 1)
21249 {
c89b44cd 21250 gdb::unique_xmalloc_ptr<char> name_holder;
d521ce57 21251 const char *include_name =
c89b44cd
TT
21252 psymtab_include_file_name (lh, file_index, pst, comp_dir,
21253 &name_holder);
c6da4cef 21254 if (include_name != NULL)
aaa75496
JB
21255 dwarf2_create_include_psymtab (include_name, pst, objfile);
21256 }
21257 }
cb1df416
DJ
21258 else
21259 {
21260 /* Make sure a symtab is created for every file, even files
21261 which contain only variables (i.e. no code with associated
21262 line numbers). */
c24bdb02
KS
21263 buildsym_compunit *builder = cu->get_builder ();
21264 struct compunit_symtab *cust = builder->get_compunit_symtab ();
cb1df416 21265 int i;
cb1df416 21266
fff8551c 21267 for (i = 0; i < lh->file_names.size (); i++)
cb1df416 21268 {
8c43009f 21269 file_entry &fe = lh->file_names[i];
9a619af0 21270
804d2729 21271 dwarf2_start_subfile (cu, fe.name, fe.include_dir (lh));
cb1df416 21272
c24bdb02 21273 if (builder->get_current_subfile ()->symtab == NULL)
43f3e411 21274 {
c24bdb02 21275 builder->get_current_subfile ()->symtab
804d2729 21276 = allocate_symtab (cust,
c24bdb02 21277 builder->get_current_subfile ()->name);
43f3e411 21278 }
c24bdb02 21279 fe.symtab = builder->get_current_subfile ()->symtab;
cb1df416
DJ
21280 }
21281 }
c906108c
SS
21282}
21283
21284/* Start a subfile for DWARF. FILENAME is the name of the file and
21285 DIRNAME the name of the source directory which contains FILENAME
4d663531 21286 or NULL if not known.
c906108c
SS
21287 This routine tries to keep line numbers from identical absolute and
21288 relative file names in a common subfile.
21289
21290 Using the `list' example from the GDB testsuite, which resides in
21291 /srcdir and compiling it with Irix6.2 cc in /compdir using a filename
21292 of /srcdir/list0.c yields the following debugging information for list0.c:
21293
c5aa993b 21294 DW_AT_name: /srcdir/list0.c
4d663531 21295 DW_AT_comp_dir: /compdir
357e46e7 21296 files.files[0].name: list0.h
c5aa993b 21297 files.files[0].dir: /srcdir
357e46e7 21298 files.files[1].name: list0.c
c5aa993b 21299 files.files[1].dir: /srcdir
c906108c
SS
21300
21301 The line number information for list0.c has to end up in a single
4f1520fb
FR
21302 subfile, so that `break /srcdir/list0.c:1' works as expected.
21303 start_subfile will ensure that this happens provided that we pass the
21304 concatenation of files.files[1].dir and files.files[1].name as the
21305 subfile's name. */
c906108c
SS
21306
21307static void
804d2729
TT
21308dwarf2_start_subfile (struct dwarf2_cu *cu, const char *filename,
21309 const char *dirname)
c906108c 21310{
d521ce57 21311 char *copy = NULL;
4f1520fb 21312
4d663531 21313 /* In order not to lose the line information directory,
4f1520fb
FR
21314 we concatenate it to the filename when it makes sense.
21315 Note that the Dwarf3 standard says (speaking of filenames in line
21316 information): ``The directory index is ignored for file names
21317 that represent full path names''. Thus ignoring dirname in the
21318 `else' branch below isn't an issue. */
c906108c 21319
d5166ae1 21320 if (!IS_ABSOLUTE_PATH (filename) && dirname != NULL)
d521ce57
TT
21321 {
21322 copy = concat (dirname, SLASH_STRING, filename, (char *)NULL);
21323 filename = copy;
21324 }
c906108c 21325
c24bdb02 21326 cu->get_builder ()->start_subfile (filename);
4f1520fb 21327
d521ce57
TT
21328 if (copy != NULL)
21329 xfree (copy);
c906108c
SS
21330}
21331
804d2729
TT
21332/* Start a symtab for DWARF. NAME, COMP_DIR, LOW_PC are passed to the
21333 buildsym_compunit constructor. */
f4dc4d17 21334
c24bdb02
KS
21335struct compunit_symtab *
21336dwarf2_cu::start_symtab (const char *name, const char *comp_dir,
21337 CORE_ADDR low_pc)
f4dc4d17 21338{
c24bdb02 21339 gdb_assert (m_builder == nullptr);
43f3e411 21340
c24bdb02
KS
21341 m_builder.reset (new struct buildsym_compunit
21342 (per_cu->dwarf2_per_objfile->objfile,
21343 name, comp_dir, language, low_pc));
93b8bea4 21344
c24bdb02 21345 list_in_scope = get_builder ()->get_file_symbols ();
804d2729 21346
c24bdb02
KS
21347 get_builder ()->record_debugformat ("DWARF 2");
21348 get_builder ()->record_producer (producer);
f4dc4d17 21349
c24bdb02 21350 processing_has_namespace_info = false;
43f3e411 21351
c24bdb02 21352 return get_builder ()->get_compunit_symtab ();
f4dc4d17
DE
21353}
21354
4c2df51b
DJ
21355static void
21356var_decode_location (struct attribute *attr, struct symbol *sym,
e7c27a73 21357 struct dwarf2_cu *cu)
4c2df51b 21358{
518817b3 21359 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
e7c27a73
DJ
21360 struct comp_unit_head *cu_header = &cu->header;
21361
4c2df51b
DJ
21362 /* NOTE drow/2003-01-30: There used to be a comment and some special
21363 code here to turn a symbol with DW_AT_external and a
21364 SYMBOL_VALUE_ADDRESS of 0 into a LOC_UNRESOLVED symbol. This was
21365 necessary for platforms (maybe Alpha, certainly PowerPC GNU/Linux
21366 with some versions of binutils) where shared libraries could have
21367 relocations against symbols in their debug information - the
21368 minimal symbol would have the right address, but the debug info
21369 would not. It's no longer necessary, because we will explicitly
21370 apply relocations when we read in the debug information now. */
21371
21372 /* A DW_AT_location attribute with no contents indicates that a
21373 variable has been optimized away. */
21374 if (attr_form_is_block (attr) && DW_BLOCK (attr)->size == 0)
21375 {
f1e6e072 21376 SYMBOL_ACLASS_INDEX (sym) = LOC_OPTIMIZED_OUT;
4c2df51b
DJ
21377 return;
21378 }
21379
21380 /* Handle one degenerate form of location expression specially, to
21381 preserve GDB's previous behavior when section offsets are
336d760d
AT
21382 specified. If this is just a DW_OP_addr, DW_OP_addrx, or
21383 DW_OP_GNU_addr_index then mark this symbol as LOC_STATIC. */
4c2df51b
DJ
21384
21385 if (attr_form_is_block (attr)
3019eac3
DE
21386 && ((DW_BLOCK (attr)->data[0] == DW_OP_addr
21387 && DW_BLOCK (attr)->size == 1 + cu_header->addr_size)
336d760d
AT
21388 || ((DW_BLOCK (attr)->data[0] == DW_OP_GNU_addr_index
21389 || DW_BLOCK (attr)->data[0] == DW_OP_addrx)
3019eac3
DE
21390 && (DW_BLOCK (attr)->size
21391 == 1 + leb128_size (&DW_BLOCK (attr)->data[1])))))
4c2df51b 21392 {
891d2f0b 21393 unsigned int dummy;
4c2df51b 21394
3019eac3
DE
21395 if (DW_BLOCK (attr)->data[0] == DW_OP_addr)
21396 SYMBOL_VALUE_ADDRESS (sym) =
21397 read_address (objfile->obfd, DW_BLOCK (attr)->data + 1, cu, &dummy);
21398 else
21399 SYMBOL_VALUE_ADDRESS (sym) =
21400 read_addr_index_from_leb128 (cu, DW_BLOCK (attr)->data + 1, &dummy);
f1e6e072 21401 SYMBOL_ACLASS_INDEX (sym) = LOC_STATIC;
4c2df51b
DJ
21402 fixup_symbol_section (sym, objfile);
21403 SYMBOL_VALUE_ADDRESS (sym) += ANOFFSET (objfile->section_offsets,
21404 SYMBOL_SECTION (sym));
4c2df51b
DJ
21405 return;
21406 }
21407
21408 /* NOTE drow/2002-01-30: It might be worthwhile to have a static
21409 expression evaluator, and use LOC_COMPUTED only when necessary
21410 (i.e. when the value of a register or memory location is
21411 referenced, or a thread-local block, etc.). Then again, it might
21412 not be worthwhile. I'm assuming that it isn't unless performance
21413 or memory numbers show me otherwise. */
21414
f1e6e072 21415 dwarf2_symbol_mark_computed (attr, sym, cu, 0);
8be455d7 21416
f1e6e072 21417 if (SYMBOL_COMPUTED_OPS (sym)->location_has_loclist)
9068261f 21418 cu->has_loclist = true;
4c2df51b
DJ
21419}
21420
c906108c
SS
21421/* Given a pointer to a DWARF information entry, figure out if we need
21422 to make a symbol table entry for it, and if so, create a new entry
21423 and return a pointer to it.
21424 If TYPE is NULL, determine symbol type from the die, otherwise
34eaf542
TT
21425 used the passed type.
21426 If SPACE is not NULL, use it to hold the new symbol. If it is
21427 NULL, allocate a new symbol on the objfile's obstack. */
c906108c
SS
21428
21429static struct symbol *
5e2db402
TT
21430new_symbol (struct die_info *die, struct type *type, struct dwarf2_cu *cu,
21431 struct symbol *space)
c906108c 21432{
518817b3
SM
21433 struct dwarf2_per_objfile *dwarf2_per_objfile
21434 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 21435 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 21436 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c 21437 struct symbol *sym = NULL;
15d034d0 21438 const char *name;
c906108c
SS
21439 struct attribute *attr = NULL;
21440 struct attribute *attr2 = NULL;
e142c38c 21441 CORE_ADDR baseaddr;
e37fd15a
SW
21442 struct pending **list_to_add = NULL;
21443
edb3359d 21444 int inlined_func = (die->tag == DW_TAG_inlined_subroutine);
e142c38c
DJ
21445
21446 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c 21447
94af9270 21448 name = dwarf2_name (die, cu);
c906108c
SS
21449 if (name)
21450 {
94af9270 21451 const char *linkagename;
34eaf542 21452 int suppress_add = 0;
94af9270 21453
34eaf542
TT
21454 if (space)
21455 sym = space;
21456 else
e623cf5d 21457 sym = allocate_symbol (objfile);
c906108c 21458 OBJSTAT (objfile, n_syms++);
2de7ced7
DJ
21459
21460 /* Cache this symbol's name and the name's demangled form (if any). */
f85f34ed 21461 SYMBOL_SET_LANGUAGE (sym, cu->language, &objfile->objfile_obstack);
94af9270
KS
21462 linkagename = dwarf2_physname (name, die, cu);
21463 SYMBOL_SET_NAMES (sym, linkagename, strlen (linkagename), 0, objfile);
c906108c 21464
f55ee35c
JK
21465 /* Fortran does not have mangling standard and the mangling does differ
21466 between gfortran, iFort etc. */
21467 if (cu->language == language_fortran
b250c185 21468 && symbol_get_demangled_name (&(sym->ginfo)) == NULL)
29df156d 21469 symbol_set_demangled_name (&(sym->ginfo),
cfc594ee 21470 dwarf2_full_name (name, die, cu),
29df156d 21471 NULL);
f55ee35c 21472
c906108c 21473 /* Default assumptions.
c5aa993b 21474 Use the passed type or decode it from the die. */
176620f1 21475 SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
f1e6e072 21476 SYMBOL_ACLASS_INDEX (sym) = LOC_OPTIMIZED_OUT;
c906108c
SS
21477 if (type != NULL)
21478 SYMBOL_TYPE (sym) = type;
21479 else
e7c27a73 21480 SYMBOL_TYPE (sym) = die_type (die, cu);
edb3359d
DJ
21481 attr = dwarf2_attr (die,
21482 inlined_func ? DW_AT_call_line : DW_AT_decl_line,
21483 cu);
c906108c
SS
21484 if (attr)
21485 {
21486 SYMBOL_LINE (sym) = DW_UNSND (attr);
21487 }
cb1df416 21488
edb3359d
DJ
21489 attr = dwarf2_attr (die,
21490 inlined_func ? DW_AT_call_file : DW_AT_decl_file,
21491 cu);
cb1df416
DJ
21492 if (attr)
21493 {
ecfb656c 21494 file_name_index file_index = (file_name_index) DW_UNSND (attr);
8c43009f 21495 struct file_entry *fe;
9a619af0 21496
ecfb656c
PA
21497 if (cu->line_header != NULL)
21498 fe = cu->line_header->file_name_at (file_index);
8c43009f
PA
21499 else
21500 fe = NULL;
21501
21502 if (fe == NULL)
b98664d3 21503 complaint (_("file index out of range"));
8c43009f
PA
21504 else
21505 symbol_set_symtab (sym, fe->symtab);
cb1df416
DJ
21506 }
21507
c906108c
SS
21508 switch (die->tag)
21509 {
21510 case DW_TAG_label:
e142c38c 21511 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
c906108c 21512 if (attr)
3e29f34a
MR
21513 {
21514 CORE_ADDR addr;
21515
21516 addr = attr_value_as_address (attr);
21517 addr = gdbarch_adjust_dwarf2_addr (gdbarch, addr + baseaddr);
21518 SYMBOL_VALUE_ADDRESS (sym) = addr;
21519 }
0f5238ed
TT
21520 SYMBOL_TYPE (sym) = objfile_type (objfile)->builtin_core_addr;
21521 SYMBOL_DOMAIN (sym) = LABEL_DOMAIN;
f1e6e072 21522 SYMBOL_ACLASS_INDEX (sym) = LOC_LABEL;
d3cb6808 21523 add_symbol_to_list (sym, cu->list_in_scope);
c906108c
SS
21524 break;
21525 case DW_TAG_subprogram:
21526 /* SYMBOL_BLOCK_VALUE (sym) will be filled in later by
21527 finish_block. */
f1e6e072 21528 SYMBOL_ACLASS_INDEX (sym) = LOC_BLOCK;
e142c38c 21529 attr2 = dwarf2_attr (die, DW_AT_external, cu);
2cfa0c8d
JB
21530 if ((attr2 && (DW_UNSND (attr2) != 0))
21531 || cu->language == language_ada)
c906108c 21532 {
2cfa0c8d
JB
21533 /* Subprograms marked external are stored as a global symbol.
21534 Ada subprograms, whether marked external or not, are always
21535 stored as a global symbol, because we want to be able to
21536 access them globally. For instance, we want to be able
21537 to break on a nested subprogram without having to
21538 specify the context. */
c24bdb02 21539 list_to_add = cu->get_builder ()->get_global_symbols ();
c906108c
SS
21540 }
21541 else
21542 {
e37fd15a 21543 list_to_add = cu->list_in_scope;
c906108c
SS
21544 }
21545 break;
edb3359d
DJ
21546 case DW_TAG_inlined_subroutine:
21547 /* SYMBOL_BLOCK_VALUE (sym) will be filled in later by
21548 finish_block. */
f1e6e072 21549 SYMBOL_ACLASS_INDEX (sym) = LOC_BLOCK;
edb3359d 21550 SYMBOL_INLINED (sym) = 1;
481860b3 21551 list_to_add = cu->list_in_scope;
edb3359d 21552 break;
34eaf542
TT
21553 case DW_TAG_template_value_param:
21554 suppress_add = 1;
21555 /* Fall through. */
72929c62 21556 case DW_TAG_constant:
c906108c 21557 case DW_TAG_variable:
254e6b9e 21558 case DW_TAG_member:
0963b4bd
MS
21559 /* Compilation with minimal debug info may result in
21560 variables with missing type entries. Change the
21561 misleading `void' type to something sensible. */
c906108c 21562 if (TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_VOID)
46a4882b 21563 SYMBOL_TYPE (sym) = objfile_type (objfile)->builtin_int;
64c50499 21564
e142c38c 21565 attr = dwarf2_attr (die, DW_AT_const_value, cu);
254e6b9e
DE
21566 /* In the case of DW_TAG_member, we should only be called for
21567 static const members. */
21568 if (die->tag == DW_TAG_member)
21569 {
3863f96c
DE
21570 /* dwarf2_add_field uses die_is_declaration,
21571 so we do the same. */
254e6b9e
DE
21572 gdb_assert (die_is_declaration (die, cu));
21573 gdb_assert (attr);
21574 }
c906108c
SS
21575 if (attr)
21576 {
e7c27a73 21577 dwarf2_const_value (attr, sym, cu);
e142c38c 21578 attr2 = dwarf2_attr (die, DW_AT_external, cu);
e37fd15a 21579 if (!suppress_add)
34eaf542
TT
21580 {
21581 if (attr2 && (DW_UNSND (attr2) != 0))
c24bdb02 21582 list_to_add = cu->get_builder ()->get_global_symbols ();
34eaf542 21583 else
e37fd15a 21584 list_to_add = cu->list_in_scope;
34eaf542 21585 }
c906108c
SS
21586 break;
21587 }
e142c38c 21588 attr = dwarf2_attr (die, DW_AT_location, cu);
c906108c
SS
21589 if (attr)
21590 {
e7c27a73 21591 var_decode_location (attr, sym, cu);
e142c38c 21592 attr2 = dwarf2_attr (die, DW_AT_external, cu);
4357ac6c
TT
21593
21594 /* Fortran explicitly imports any global symbols to the local
21595 scope by DW_TAG_common_block. */
21596 if (cu->language == language_fortran && die->parent
21597 && die->parent->tag == DW_TAG_common_block)
21598 attr2 = NULL;
21599
caac4577
JG
21600 if (SYMBOL_CLASS (sym) == LOC_STATIC
21601 && SYMBOL_VALUE_ADDRESS (sym) == 0
21602 && !dwarf2_per_objfile->has_section_at_zero)
21603 {
21604 /* When a static variable is eliminated by the linker,
21605 the corresponding debug information is not stripped
21606 out, but the variable address is set to null;
21607 do not add such variables into symbol table. */
21608 }
21609 else if (attr2 && (DW_UNSND (attr2) != 0))
1c809c68 21610 {
f55ee35c
JK
21611 /* Workaround gfortran PR debug/40040 - it uses
21612 DW_AT_location for variables in -fPIC libraries which may
21613 get overriden by other libraries/executable and get
21614 a different address. Resolve it by the minimal symbol
21615 which may come from inferior's executable using copy
21616 relocation. Make this workaround only for gfortran as for
21617 other compilers GDB cannot guess the minimal symbol
21618 Fortran mangling kind. */
21619 if (cu->language == language_fortran && die->parent
21620 && die->parent->tag == DW_TAG_module
21621 && cu->producer
28586665 21622 && startswith (cu->producer, "GNU Fortran"))
f1e6e072 21623 SYMBOL_ACLASS_INDEX (sym) = LOC_UNRESOLVED;
f55ee35c 21624
1c809c68
TT
21625 /* A variable with DW_AT_external is never static,
21626 but it may be block-scoped. */
804d2729 21627 list_to_add
c24bdb02
KS
21628 = ((cu->list_in_scope
21629 == cu->get_builder ()->get_file_symbols ())
21630 ? cu->get_builder ()->get_global_symbols ()
804d2729 21631 : cu->list_in_scope);
1c809c68 21632 }
c906108c 21633 else
e37fd15a 21634 list_to_add = cu->list_in_scope;
c906108c
SS
21635 }
21636 else
21637 {
21638 /* We do not know the address of this symbol.
c5aa993b
JM
21639 If it is an external symbol and we have type information
21640 for it, enter the symbol as a LOC_UNRESOLVED symbol.
21641 The address of the variable will then be determined from
21642 the minimal symbol table whenever the variable is
21643 referenced. */
e142c38c 21644 attr2 = dwarf2_attr (die, DW_AT_external, cu);
0971de02
TT
21645
21646 /* Fortran explicitly imports any global symbols to the local
21647 scope by DW_TAG_common_block. */
21648 if (cu->language == language_fortran && die->parent
21649 && die->parent->tag == DW_TAG_common_block)
21650 {
21651 /* SYMBOL_CLASS doesn't matter here because
21652 read_common_block is going to reset it. */
21653 if (!suppress_add)
21654 list_to_add = cu->list_in_scope;
21655 }
21656 else if (attr2 && (DW_UNSND (attr2) != 0)
21657 && dwarf2_attr (die, DW_AT_type, cu) != NULL)
c906108c 21658 {
0fe7935b
DJ
21659 /* A variable with DW_AT_external is never static, but it
21660 may be block-scoped. */
804d2729 21661 list_to_add
c24bdb02
KS
21662 = ((cu->list_in_scope
21663 == cu->get_builder ()->get_file_symbols ())
21664 ? cu->get_builder ()->get_global_symbols ()
804d2729 21665 : cu->list_in_scope);
0fe7935b 21666
f1e6e072 21667 SYMBOL_ACLASS_INDEX (sym) = LOC_UNRESOLVED;
c906108c 21668 }
442ddf59
JK
21669 else if (!die_is_declaration (die, cu))
21670 {
21671 /* Use the default LOC_OPTIMIZED_OUT class. */
21672 gdb_assert (SYMBOL_CLASS (sym) == LOC_OPTIMIZED_OUT);
e37fd15a
SW
21673 if (!suppress_add)
21674 list_to_add = cu->list_in_scope;
442ddf59 21675 }
c906108c
SS
21676 }
21677 break;
21678 case DW_TAG_formal_parameter:
a60f3166
TT
21679 {
21680 /* If we are inside a function, mark this as an argument. If
21681 not, we might be looking at an argument to an inlined function
21682 when we do not have enough information to show inlined frames;
21683 pretend it's a local variable in that case so that the user can
21684 still see it. */
804d2729 21685 struct context_stack *curr
c24bdb02 21686 = cu->get_builder ()->get_current_context_stack ();
a60f3166
TT
21687 if (curr != nullptr && curr->name != nullptr)
21688 SYMBOL_IS_ARGUMENT (sym) = 1;
21689 attr = dwarf2_attr (die, DW_AT_location, cu);
21690 if (attr)
21691 {
21692 var_decode_location (attr, sym, cu);
21693 }
21694 attr = dwarf2_attr (die, DW_AT_const_value, cu);
21695 if (attr)
21696 {
21697 dwarf2_const_value (attr, sym, cu);
21698 }
f346a30d 21699
a60f3166
TT
21700 list_to_add = cu->list_in_scope;
21701 }
c906108c
SS
21702 break;
21703 case DW_TAG_unspecified_parameters:
21704 /* From varargs functions; gdb doesn't seem to have any
21705 interest in this information, so just ignore it for now.
21706 (FIXME?) */
21707 break;
34eaf542
TT
21708 case DW_TAG_template_type_param:
21709 suppress_add = 1;
21710 /* Fall through. */
c906108c 21711 case DW_TAG_class_type:
680b30c7 21712 case DW_TAG_interface_type:
c906108c
SS
21713 case DW_TAG_structure_type:
21714 case DW_TAG_union_type:
72019c9c 21715 case DW_TAG_set_type:
c906108c 21716 case DW_TAG_enumeration_type:
f1e6e072 21717 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
176620f1 21718 SYMBOL_DOMAIN (sym) = STRUCT_DOMAIN;
c906108c 21719
63d06c5c 21720 {
9c37b5ae 21721 /* NOTE: carlton/2003-11-10: C++ class symbols shouldn't
63d06c5c
DC
21722 really ever be static objects: otherwise, if you try
21723 to, say, break of a class's method and you're in a file
21724 which doesn't mention that class, it won't work unless
21725 the check for all static symbols in lookup_symbol_aux
21726 saves you. See the OtherFileClass tests in
21727 gdb.c++/namespace.exp. */
21728
e37fd15a 21729 if (!suppress_add)
34eaf542 21730 {
c24bdb02 21731 buildsym_compunit *builder = cu->get_builder ();
804d2729 21732 list_to_add
c24bdb02 21733 = (cu->list_in_scope == builder->get_file_symbols ()
804d2729 21734 && cu->language == language_cplus
c24bdb02 21735 ? builder->get_global_symbols ()
804d2729 21736 : cu->list_in_scope);
63d06c5c 21737
64382290 21738 /* The semantics of C++ state that "struct foo {
9c37b5ae 21739 ... }" also defines a typedef for "foo". */
64382290 21740 if (cu->language == language_cplus
45280282 21741 || cu->language == language_ada
c44af4eb
TT
21742 || cu->language == language_d
21743 || cu->language == language_rust)
64382290
TT
21744 {
21745 /* The symbol's name is already allocated along
21746 with this objfile, so we don't need to
21747 duplicate it for the type. */
21748 if (TYPE_NAME (SYMBOL_TYPE (sym)) == 0)
21749 TYPE_NAME (SYMBOL_TYPE (sym)) = SYMBOL_SEARCH_NAME (sym);
21750 }
63d06c5c
DC
21751 }
21752 }
c906108c
SS
21753 break;
21754 case DW_TAG_typedef:
f1e6e072 21755 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
63d06c5c 21756 SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
e37fd15a 21757 list_to_add = cu->list_in_scope;
63d06c5c 21758 break;
c906108c 21759 case DW_TAG_base_type:
a02abb62 21760 case DW_TAG_subrange_type:
f1e6e072 21761 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
176620f1 21762 SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
e37fd15a 21763 list_to_add = cu->list_in_scope;
c906108c
SS
21764 break;
21765 case DW_TAG_enumerator:
e142c38c 21766 attr = dwarf2_attr (die, DW_AT_const_value, cu);
c906108c
SS
21767 if (attr)
21768 {
e7c27a73 21769 dwarf2_const_value (attr, sym, cu);
c906108c 21770 }
63d06c5c
DC
21771 {
21772 /* NOTE: carlton/2003-11-10: See comment above in the
21773 DW_TAG_class_type, etc. block. */
21774
804d2729 21775 list_to_add
c24bdb02 21776 = (cu->list_in_scope == cu->get_builder ()->get_file_symbols ()
804d2729 21777 && cu->language == language_cplus
c24bdb02 21778 ? cu->get_builder ()->get_global_symbols ()
804d2729 21779 : cu->list_in_scope);
63d06c5c 21780 }
c906108c 21781 break;
74921315 21782 case DW_TAG_imported_declaration:
5c4e30ca 21783 case DW_TAG_namespace:
f1e6e072 21784 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
c24bdb02 21785 list_to_add = cu->get_builder ()->get_global_symbols ();
5c4e30ca 21786 break;
530e8392
KB
21787 case DW_TAG_module:
21788 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
21789 SYMBOL_DOMAIN (sym) = MODULE_DOMAIN;
c24bdb02 21790 list_to_add = cu->get_builder ()->get_global_symbols ();
530e8392 21791 break;
4357ac6c 21792 case DW_TAG_common_block:
f1e6e072 21793 SYMBOL_ACLASS_INDEX (sym) = LOC_COMMON_BLOCK;
4357ac6c 21794 SYMBOL_DOMAIN (sym) = COMMON_BLOCK_DOMAIN;
d3cb6808 21795 add_symbol_to_list (sym, cu->list_in_scope);
4357ac6c 21796 break;
c906108c
SS
21797 default:
21798 /* Not a tag we recognize. Hopefully we aren't processing
21799 trash data, but since we must specifically ignore things
21800 we don't recognize, there is nothing else we should do at
0963b4bd 21801 this point. */
b98664d3 21802 complaint (_("unsupported tag: '%s'"),
4d3c2250 21803 dwarf_tag_name (die->tag));
c906108c
SS
21804 break;
21805 }
df8a16a1 21806
e37fd15a
SW
21807 if (suppress_add)
21808 {
21809 sym->hash_next = objfile->template_symbols;
21810 objfile->template_symbols = sym;
21811 list_to_add = NULL;
21812 }
21813
21814 if (list_to_add != NULL)
d3cb6808 21815 add_symbol_to_list (sym, list_to_add);
e37fd15a 21816
df8a16a1
DJ
21817 /* For the benefit of old versions of GCC, check for anonymous
21818 namespaces based on the demangled name. */
4d4ec4e5 21819 if (!cu->processing_has_namespace_info
94af9270 21820 && cu->language == language_cplus)
c24bdb02 21821 cp_scan_for_anonymous_namespaces (cu->get_builder (), sym, objfile);
c906108c
SS
21822 }
21823 return (sym);
21824}
21825
98bfdba5
PA
21826/* Given an attr with a DW_FORM_dataN value in host byte order,
21827 zero-extend it as appropriate for the symbol's type. The DWARF
21828 standard (v4) is not entirely clear about the meaning of using
21829 DW_FORM_dataN for a constant with a signed type, where the type is
21830 wider than the data. The conclusion of a discussion on the DWARF
21831 list was that this is unspecified. We choose to always zero-extend
21832 because that is the interpretation long in use by GCC. */
c906108c 21833
98bfdba5 21834static gdb_byte *
ff39bb5e 21835dwarf2_const_value_data (const struct attribute *attr, struct obstack *obstack,
12df843f 21836 struct dwarf2_cu *cu, LONGEST *value, int bits)
c906108c 21837{
518817b3 21838 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
e17a4113
UW
21839 enum bfd_endian byte_order = bfd_big_endian (objfile->obfd) ?
21840 BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE;
98bfdba5
PA
21841 LONGEST l = DW_UNSND (attr);
21842
21843 if (bits < sizeof (*value) * 8)
21844 {
21845 l &= ((LONGEST) 1 << bits) - 1;
21846 *value = l;
21847 }
21848 else if (bits == sizeof (*value) * 8)
21849 *value = l;
21850 else
21851 {
224c3ddb 21852 gdb_byte *bytes = (gdb_byte *) obstack_alloc (obstack, bits / 8);
98bfdba5
PA
21853 store_unsigned_integer (bytes, bits / 8, byte_order, l);
21854 return bytes;
21855 }
21856
21857 return NULL;
21858}
21859
21860/* Read a constant value from an attribute. Either set *VALUE, or if
21861 the value does not fit in *VALUE, set *BYTES - either already
21862 allocated on the objfile obstack, or newly allocated on OBSTACK,
21863 or, set *BATON, if we translated the constant to a location
21864 expression. */
21865
21866static void
ff39bb5e 21867dwarf2_const_value_attr (const struct attribute *attr, struct type *type,
98bfdba5
PA
21868 const char *name, struct obstack *obstack,
21869 struct dwarf2_cu *cu,
d521ce57 21870 LONGEST *value, const gdb_byte **bytes,
98bfdba5
PA
21871 struct dwarf2_locexpr_baton **baton)
21872{
518817b3 21873 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
98bfdba5 21874 struct comp_unit_head *cu_header = &cu->header;
c906108c 21875 struct dwarf_block *blk;
98bfdba5
PA
21876 enum bfd_endian byte_order = (bfd_big_endian (objfile->obfd) ?
21877 BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE);
21878
21879 *value = 0;
21880 *bytes = NULL;
21881 *baton = NULL;
c906108c
SS
21882
21883 switch (attr->form)
21884 {
21885 case DW_FORM_addr:
336d760d 21886 case DW_FORM_addrx:
3019eac3 21887 case DW_FORM_GNU_addr_index:
ac56253d 21888 {
ac56253d
TT
21889 gdb_byte *data;
21890
98bfdba5
PA
21891 if (TYPE_LENGTH (type) != cu_header->addr_size)
21892 dwarf2_const_value_length_mismatch_complaint (name,
ac56253d 21893 cu_header->addr_size,
98bfdba5 21894 TYPE_LENGTH (type));
ac56253d
TT
21895 /* Symbols of this form are reasonably rare, so we just
21896 piggyback on the existing location code rather than writing
21897 a new implementation of symbol_computed_ops. */
8d749320 21898 *baton = XOBNEW (obstack, struct dwarf2_locexpr_baton);
98bfdba5
PA
21899 (*baton)->per_cu = cu->per_cu;
21900 gdb_assert ((*baton)->per_cu);
ac56253d 21901
98bfdba5 21902 (*baton)->size = 2 + cu_header->addr_size;
224c3ddb 21903 data = (gdb_byte *) obstack_alloc (obstack, (*baton)->size);
98bfdba5 21904 (*baton)->data = data;
ac56253d
TT
21905
21906 data[0] = DW_OP_addr;
21907 store_unsigned_integer (&data[1], cu_header->addr_size,
21908 byte_order, DW_ADDR (attr));
21909 data[cu_header->addr_size + 1] = DW_OP_stack_value;
ac56253d 21910 }
c906108c 21911 break;
4ac36638 21912 case DW_FORM_string:
93b5768b 21913 case DW_FORM_strp:
cf532bd1 21914 case DW_FORM_strx:
3019eac3 21915 case DW_FORM_GNU_str_index:
36586728 21916 case DW_FORM_GNU_strp_alt:
98bfdba5
PA
21917 /* DW_STRING is already allocated on the objfile obstack, point
21918 directly to it. */
d521ce57 21919 *bytes = (const gdb_byte *) DW_STRING (attr);
93b5768b 21920 break;
c906108c
SS
21921 case DW_FORM_block1:
21922 case DW_FORM_block2:
21923 case DW_FORM_block4:
21924 case DW_FORM_block:
2dc7f7b3 21925 case DW_FORM_exprloc:
0224619f 21926 case DW_FORM_data16:
c906108c 21927 blk = DW_BLOCK (attr);
98bfdba5
PA
21928 if (TYPE_LENGTH (type) != blk->size)
21929 dwarf2_const_value_length_mismatch_complaint (name, blk->size,
21930 TYPE_LENGTH (type));
21931 *bytes = blk->data;
c906108c 21932 break;
2df3850c
JM
21933
21934 /* The DW_AT_const_value attributes are supposed to carry the
21935 symbol's value "represented as it would be on the target
21936 architecture." By the time we get here, it's already been
21937 converted to host endianness, so we just need to sign- or
21938 zero-extend it as appropriate. */
21939 case DW_FORM_data1:
3aef2284 21940 *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 8);
2df3850c 21941 break;
c906108c 21942 case DW_FORM_data2:
3aef2284 21943 *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 16);
2df3850c 21944 break;
c906108c 21945 case DW_FORM_data4:
3aef2284 21946 *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 32);
2df3850c 21947 break;
c906108c 21948 case DW_FORM_data8:
3aef2284 21949 *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 64);
2df3850c
JM
21950 break;
21951
c906108c 21952 case DW_FORM_sdata:
663c44ac 21953 case DW_FORM_implicit_const:
98bfdba5 21954 *value = DW_SND (attr);
2df3850c
JM
21955 break;
21956
c906108c 21957 case DW_FORM_udata:
98bfdba5 21958 *value = DW_UNSND (attr);
c906108c 21959 break;
2df3850c 21960
c906108c 21961 default:
b98664d3 21962 complaint (_("unsupported const value attribute form: '%s'"),
4d3c2250 21963 dwarf_form_name (attr->form));
98bfdba5 21964 *value = 0;
c906108c
SS
21965 break;
21966 }
21967}
21968
2df3850c 21969
98bfdba5
PA
21970/* Copy constant value from an attribute to a symbol. */
21971
2df3850c 21972static void
ff39bb5e 21973dwarf2_const_value (const struct attribute *attr, struct symbol *sym,
98bfdba5 21974 struct dwarf2_cu *cu)
2df3850c 21975{
518817b3 21976 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
12df843f 21977 LONGEST value;
d521ce57 21978 const gdb_byte *bytes;
98bfdba5 21979 struct dwarf2_locexpr_baton *baton;
2df3850c 21980
98bfdba5
PA
21981 dwarf2_const_value_attr (attr, SYMBOL_TYPE (sym),
21982 SYMBOL_PRINT_NAME (sym),
21983 &objfile->objfile_obstack, cu,
21984 &value, &bytes, &baton);
2df3850c 21985
98bfdba5
PA
21986 if (baton != NULL)
21987 {
98bfdba5 21988 SYMBOL_LOCATION_BATON (sym) = baton;
f1e6e072 21989 SYMBOL_ACLASS_INDEX (sym) = dwarf2_locexpr_index;
98bfdba5
PA
21990 }
21991 else if (bytes != NULL)
21992 {
21993 SYMBOL_VALUE_BYTES (sym) = bytes;
f1e6e072 21994 SYMBOL_ACLASS_INDEX (sym) = LOC_CONST_BYTES;
98bfdba5
PA
21995 }
21996 else
21997 {
21998 SYMBOL_VALUE (sym) = value;
f1e6e072 21999 SYMBOL_ACLASS_INDEX (sym) = LOC_CONST;
98bfdba5 22000 }
2df3850c
JM
22001}
22002
c906108c
SS
22003/* Return the type of the die in question using its DW_AT_type attribute. */
22004
22005static struct type *
e7c27a73 22006die_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 22007{
c906108c 22008 struct attribute *type_attr;
c906108c 22009
e142c38c 22010 type_attr = dwarf2_attr (die, DW_AT_type, cu);
c906108c
SS
22011 if (!type_attr)
22012 {
518817b3 22013 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 22014 /* A missing DW_AT_type represents a void type. */
518817b3 22015 return objfile_type (objfile)->builtin_void;
c906108c 22016 }
348e048f 22017
673bfd45 22018 return lookup_die_type (die, type_attr, cu);
c906108c
SS
22019}
22020
b4ba55a1
JB
22021/* True iff CU's producer generates GNAT Ada auxiliary information
22022 that allows to find parallel types through that information instead
22023 of having to do expensive parallel lookups by type name. */
22024
22025static int
22026need_gnat_info (struct dwarf2_cu *cu)
22027{
de4cb04a
JB
22028 /* Assume that the Ada compiler was GNAT, which always produces
22029 the auxiliary information. */
22030 return (cu->language == language_ada);
b4ba55a1
JB
22031}
22032
b4ba55a1
JB
22033/* Return the auxiliary type of the die in question using its
22034 DW_AT_GNAT_descriptive_type attribute. Returns NULL if the
22035 attribute is not present. */
22036
22037static struct type *
22038die_descriptive_type (struct die_info *die, struct dwarf2_cu *cu)
22039{
b4ba55a1 22040 struct attribute *type_attr;
b4ba55a1
JB
22041
22042 type_attr = dwarf2_attr (die, DW_AT_GNAT_descriptive_type, cu);
22043 if (!type_attr)
22044 return NULL;
22045
673bfd45 22046 return lookup_die_type (die, type_attr, cu);
b4ba55a1
JB
22047}
22048
22049/* If DIE has a descriptive_type attribute, then set the TYPE's
22050 descriptive type accordingly. */
22051
22052static void
22053set_descriptive_type (struct type *type, struct die_info *die,
22054 struct dwarf2_cu *cu)
22055{
22056 struct type *descriptive_type = die_descriptive_type (die, cu);
22057
22058 if (descriptive_type)
22059 {
22060 ALLOCATE_GNAT_AUX_TYPE (type);
22061 TYPE_DESCRIPTIVE_TYPE (type) = descriptive_type;
22062 }
22063}
22064
c906108c
SS
22065/* Return the containing type of the die in question using its
22066 DW_AT_containing_type attribute. */
22067
22068static struct type *
e7c27a73 22069die_containing_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 22070{
c906108c 22071 struct attribute *type_attr;
518817b3 22072 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 22073
e142c38c 22074 type_attr = dwarf2_attr (die, DW_AT_containing_type, cu);
33ac96f0
JK
22075 if (!type_attr)
22076 error (_("Dwarf Error: Problem turning containing type into gdb type "
518817b3 22077 "[in module %s]"), objfile_name (objfile));
33ac96f0 22078
673bfd45 22079 return lookup_die_type (die, type_attr, cu);
c906108c
SS
22080}
22081
ac9ec31b
DE
22082/* Return an error marker type to use for the ill formed type in DIE/CU. */
22083
22084static struct type *
22085build_error_marker_type (struct dwarf2_cu *cu, struct die_info *die)
22086{
518817b3
SM
22087 struct dwarf2_per_objfile *dwarf2_per_objfile
22088 = cu->per_cu->dwarf2_per_objfile;
ac9ec31b 22089 struct objfile *objfile = dwarf2_per_objfile->objfile;
528e1572 22090 char *saved;
ac9ec31b 22091
528e1572
SM
22092 std::string message
22093 = string_printf (_("<unknown type in %s, CU %s, DIE %s>"),
22094 objfile_name (objfile),
22095 sect_offset_str (cu->header.sect_off),
22096 sect_offset_str (die->sect_off));
224c3ddb 22097 saved = (char *) obstack_copy0 (&objfile->objfile_obstack,
528e1572 22098 message.c_str (), message.length ());
ac9ec31b 22099
19f392bc 22100 return init_type (objfile, TYPE_CODE_ERROR, 0, saved);
ac9ec31b
DE
22101}
22102
673bfd45 22103/* Look up the type of DIE in CU using its type attribute ATTR.
ac9ec31b
DE
22104 ATTR must be one of: DW_AT_type, DW_AT_GNAT_descriptive_type,
22105 DW_AT_containing_type.
673bfd45
DE
22106 If there is no type substitute an error marker. */
22107
c906108c 22108static struct type *
ff39bb5e 22109lookup_die_type (struct die_info *die, const struct attribute *attr,
673bfd45 22110 struct dwarf2_cu *cu)
c906108c 22111{
518817b3
SM
22112 struct dwarf2_per_objfile *dwarf2_per_objfile
22113 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 22114 struct objfile *objfile = dwarf2_per_objfile->objfile;
f792889a
DJ
22115 struct type *this_type;
22116
ac9ec31b
DE
22117 gdb_assert (attr->name == DW_AT_type
22118 || attr->name == DW_AT_GNAT_descriptive_type
22119 || attr->name == DW_AT_containing_type);
22120
673bfd45
DE
22121 /* First see if we have it cached. */
22122
36586728
TT
22123 if (attr->form == DW_FORM_GNU_ref_alt)
22124 {
22125 struct dwarf2_per_cu_data *per_cu;
9c541725 22126 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
36586728 22127
ed2dc618
SM
22128 per_cu = dwarf2_find_containing_comp_unit (sect_off, 1,
22129 dwarf2_per_objfile);
9c541725 22130 this_type = get_die_type_at_offset (sect_off, per_cu);
36586728 22131 }
7771576e 22132 else if (attr_form_is_ref (attr))
673bfd45 22133 {
9c541725 22134 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
673bfd45 22135
9c541725 22136 this_type = get_die_type_at_offset (sect_off, cu->per_cu);
673bfd45 22137 }
55f1336d 22138 else if (attr->form == DW_FORM_ref_sig8)
673bfd45 22139 {
ac9ec31b 22140 ULONGEST signature = DW_SIGNATURE (attr);
673bfd45 22141
ac9ec31b 22142 return get_signatured_type (die, signature, cu);
673bfd45
DE
22143 }
22144 else
22145 {
b98664d3 22146 complaint (_("Dwarf Error: Bad type attribute %s in DIE"
9d8780f0
SM
22147 " at %s [in module %s]"),
22148 dwarf_attr_name (attr->name), sect_offset_str (die->sect_off),
4262abfb 22149 objfile_name (objfile));
ac9ec31b 22150 return build_error_marker_type (cu, die);
673bfd45
DE
22151 }
22152
22153 /* If not cached we need to read it in. */
22154
22155 if (this_type == NULL)
22156 {
ac9ec31b 22157 struct die_info *type_die = NULL;
673bfd45
DE
22158 struct dwarf2_cu *type_cu = cu;
22159
7771576e 22160 if (attr_form_is_ref (attr))
ac9ec31b
DE
22161 type_die = follow_die_ref (die, attr, &type_cu);
22162 if (type_die == NULL)
22163 return build_error_marker_type (cu, die);
22164 /* If we find the type now, it's probably because the type came
3019eac3
DE
22165 from an inter-CU reference and the type's CU got expanded before
22166 ours. */
ac9ec31b 22167 this_type = read_type_die (type_die, type_cu);
673bfd45
DE
22168 }
22169
22170 /* If we still don't have a type use an error marker. */
22171
22172 if (this_type == NULL)
ac9ec31b 22173 return build_error_marker_type (cu, die);
673bfd45 22174
f792889a 22175 return this_type;
c906108c
SS
22176}
22177
673bfd45
DE
22178/* Return the type in DIE, CU.
22179 Returns NULL for invalid types.
22180
02142a6c 22181 This first does a lookup in die_type_hash,
673bfd45
DE
22182 and only reads the die in if necessary.
22183
22184 NOTE: This can be called when reading in partial or full symbols. */
22185
f792889a 22186static struct type *
e7c27a73 22187read_type_die (struct die_info *die, struct dwarf2_cu *cu)
c906108c 22188{
f792889a
DJ
22189 struct type *this_type;
22190
22191 this_type = get_die_type (die, cu);
22192 if (this_type)
22193 return this_type;
22194
673bfd45
DE
22195 return read_type_die_1 (die, cu);
22196}
22197
22198/* Read the type in DIE, CU.
22199 Returns NULL for invalid types. */
22200
22201static struct type *
22202read_type_die_1 (struct die_info *die, struct dwarf2_cu *cu)
22203{
22204 struct type *this_type = NULL;
22205
c906108c
SS
22206 switch (die->tag)
22207 {
22208 case DW_TAG_class_type:
680b30c7 22209 case DW_TAG_interface_type:
c906108c
SS
22210 case DW_TAG_structure_type:
22211 case DW_TAG_union_type:
f792889a 22212 this_type = read_structure_type (die, cu);
c906108c
SS
22213 break;
22214 case DW_TAG_enumeration_type:
f792889a 22215 this_type = read_enumeration_type (die, cu);
c906108c
SS
22216 break;
22217 case DW_TAG_subprogram:
22218 case DW_TAG_subroutine_type:
edb3359d 22219 case DW_TAG_inlined_subroutine:
f792889a 22220 this_type = read_subroutine_type (die, cu);
c906108c
SS
22221 break;
22222 case DW_TAG_array_type:
f792889a 22223 this_type = read_array_type (die, cu);
c906108c 22224 break;
72019c9c 22225 case DW_TAG_set_type:
f792889a 22226 this_type = read_set_type (die, cu);
72019c9c 22227 break;
c906108c 22228 case DW_TAG_pointer_type:
f792889a 22229 this_type = read_tag_pointer_type (die, cu);
c906108c
SS
22230 break;
22231 case DW_TAG_ptr_to_member_type:
f792889a 22232 this_type = read_tag_ptr_to_member_type (die, cu);
c906108c
SS
22233 break;
22234 case DW_TAG_reference_type:
4297a3f0
AV
22235 this_type = read_tag_reference_type (die, cu, TYPE_CODE_REF);
22236 break;
22237 case DW_TAG_rvalue_reference_type:
22238 this_type = read_tag_reference_type (die, cu, TYPE_CODE_RVALUE_REF);
c906108c
SS
22239 break;
22240 case DW_TAG_const_type:
f792889a 22241 this_type = read_tag_const_type (die, cu);
c906108c
SS
22242 break;
22243 case DW_TAG_volatile_type:
f792889a 22244 this_type = read_tag_volatile_type (die, cu);
c906108c 22245 break;
06d66ee9
TT
22246 case DW_TAG_restrict_type:
22247 this_type = read_tag_restrict_type (die, cu);
22248 break;
c906108c 22249 case DW_TAG_string_type:
f792889a 22250 this_type = read_tag_string_type (die, cu);
c906108c
SS
22251 break;
22252 case DW_TAG_typedef:
f792889a 22253 this_type = read_typedef (die, cu);
c906108c 22254 break;
a02abb62 22255 case DW_TAG_subrange_type:
f792889a 22256 this_type = read_subrange_type (die, cu);
a02abb62 22257 break;
c906108c 22258 case DW_TAG_base_type:
f792889a 22259 this_type = read_base_type (die, cu);
c906108c 22260 break;
81a17f79 22261 case DW_TAG_unspecified_type:
f792889a 22262 this_type = read_unspecified_type (die, cu);
81a17f79 22263 break;
0114d602
DJ
22264 case DW_TAG_namespace:
22265 this_type = read_namespace_type (die, cu);
22266 break;
f55ee35c
JK
22267 case DW_TAG_module:
22268 this_type = read_module_type (die, cu);
22269 break;
a2c2acaf
MW
22270 case DW_TAG_atomic_type:
22271 this_type = read_tag_atomic_type (die, cu);
22272 break;
c906108c 22273 default:
b98664d3 22274 complaint (_("unexpected tag in read_type_die: '%s'"),
4d3c2250 22275 dwarf_tag_name (die->tag));
c906108c
SS
22276 break;
22277 }
63d06c5c 22278
f792889a 22279 return this_type;
63d06c5c
DC
22280}
22281
abc72ce4
DE
22282/* See if we can figure out if the class lives in a namespace. We do
22283 this by looking for a member function; its demangled name will
22284 contain namespace info, if there is any.
22285 Return the computed name or NULL.
22286 Space for the result is allocated on the objfile's obstack.
22287 This is the full-die version of guess_partial_die_structure_name.
22288 In this case we know DIE has no useful parent. */
22289
22290static char *
22291guess_full_die_structure_name (struct die_info *die, struct dwarf2_cu *cu)
22292{
22293 struct die_info *spec_die;
22294 struct dwarf2_cu *spec_cu;
22295 struct die_info *child;
518817b3 22296 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
abc72ce4
DE
22297
22298 spec_cu = cu;
22299 spec_die = die_specification (die, &spec_cu);
22300 if (spec_die != NULL)
22301 {
22302 die = spec_die;
22303 cu = spec_cu;
22304 }
22305
22306 for (child = die->child;
22307 child != NULL;
22308 child = child->sibling)
22309 {
22310 if (child->tag == DW_TAG_subprogram)
22311 {
73b9be8b 22312 const char *linkage_name = dw2_linkage_name (child, cu);
abc72ce4 22313
7d45c7c3 22314 if (linkage_name != NULL)
abc72ce4
DE
22315 {
22316 char *actual_name
22317 = language_class_name_from_physname (cu->language_defn,
7d45c7c3 22318 linkage_name);
abc72ce4
DE
22319 char *name = NULL;
22320
22321 if (actual_name != NULL)
22322 {
15d034d0 22323 const char *die_name = dwarf2_name (die, cu);
abc72ce4
DE
22324
22325 if (die_name != NULL
22326 && strcmp (die_name, actual_name) != 0)
22327 {
22328 /* Strip off the class name from the full name.
22329 We want the prefix. */
22330 int die_name_len = strlen (die_name);
22331 int actual_name_len = strlen (actual_name);
22332
22333 /* Test for '::' as a sanity check. */
22334 if (actual_name_len > die_name_len + 2
3e43a32a
MS
22335 && actual_name[actual_name_len
22336 - die_name_len - 1] == ':')
224c3ddb 22337 name = (char *) obstack_copy0 (
e3b94546 22338 &objfile->per_bfd->storage_obstack,
224c3ddb 22339 actual_name, actual_name_len - die_name_len - 2);
abc72ce4
DE
22340 }
22341 }
22342 xfree (actual_name);
22343 return name;
22344 }
22345 }
22346 }
22347
22348 return NULL;
22349}
22350
96408a79
SA
22351/* GCC might emit a nameless typedef that has a linkage name. Determine the
22352 prefix part in such case. See
22353 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510. */
22354
a121b7c1 22355static const char *
96408a79
SA
22356anonymous_struct_prefix (struct die_info *die, struct dwarf2_cu *cu)
22357{
22358 struct attribute *attr;
e6a959d6 22359 const char *base;
96408a79
SA
22360
22361 if (die->tag != DW_TAG_class_type && die->tag != DW_TAG_interface_type
22362 && die->tag != DW_TAG_structure_type && die->tag != DW_TAG_union_type)
22363 return NULL;
22364
7d45c7c3 22365 if (dwarf2_string_attr (die, DW_AT_name, cu) != NULL)
96408a79
SA
22366 return NULL;
22367
73b9be8b 22368 attr = dw2_linkage_name_attr (die, cu);
96408a79
SA
22369 if (attr == NULL || DW_STRING (attr) == NULL)
22370 return NULL;
22371
22372 /* dwarf2_name had to be already called. */
22373 gdb_assert (DW_STRING_IS_CANONICAL (attr));
22374
22375 /* Strip the base name, keep any leading namespaces/classes. */
22376 base = strrchr (DW_STRING (attr), ':');
22377 if (base == NULL || base == DW_STRING (attr) || base[-1] != ':')
22378 return "";
22379
518817b3 22380 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
e3b94546 22381 return (char *) obstack_copy0 (&objfile->per_bfd->storage_obstack,
224c3ddb
SM
22382 DW_STRING (attr),
22383 &base[-1] - DW_STRING (attr));
96408a79
SA
22384}
22385
fdde2d81 22386/* Return the name of the namespace/class that DIE is defined within,
0114d602 22387 or "" if we can't tell. The caller should not xfree the result.
fdde2d81 22388
0114d602
DJ
22389 For example, if we're within the method foo() in the following
22390 code:
22391
22392 namespace N {
22393 class C {
22394 void foo () {
22395 }
22396 };
22397 }
22398
22399 then determine_prefix on foo's die will return "N::C". */
fdde2d81 22400
0d5cff50 22401static const char *
e142c38c 22402determine_prefix (struct die_info *die, struct dwarf2_cu *cu)
63d06c5c 22403{
518817b3
SM
22404 struct dwarf2_per_objfile *dwarf2_per_objfile
22405 = cu->per_cu->dwarf2_per_objfile;
0114d602
DJ
22406 struct die_info *parent, *spec_die;
22407 struct dwarf2_cu *spec_cu;
22408 struct type *parent_type;
a121b7c1 22409 const char *retval;
63d06c5c 22410
9c37b5ae 22411 if (cu->language != language_cplus
c44af4eb
TT
22412 && cu->language != language_fortran && cu->language != language_d
22413 && cu->language != language_rust)
0114d602
DJ
22414 return "";
22415
96408a79
SA
22416 retval = anonymous_struct_prefix (die, cu);
22417 if (retval)
22418 return retval;
22419
0114d602
DJ
22420 /* We have to be careful in the presence of DW_AT_specification.
22421 For example, with GCC 3.4, given the code
22422
22423 namespace N {
22424 void foo() {
22425 // Definition of N::foo.
22426 }
22427 }
22428
22429 then we'll have a tree of DIEs like this:
22430
22431 1: DW_TAG_compile_unit
22432 2: DW_TAG_namespace // N
22433 3: DW_TAG_subprogram // declaration of N::foo
22434 4: DW_TAG_subprogram // definition of N::foo
22435 DW_AT_specification // refers to die #3
22436
22437 Thus, when processing die #4, we have to pretend that we're in
22438 the context of its DW_AT_specification, namely the contex of die
22439 #3. */
22440 spec_cu = cu;
22441 spec_die = die_specification (die, &spec_cu);
22442 if (spec_die == NULL)
22443 parent = die->parent;
22444 else
63d06c5c 22445 {
0114d602
DJ
22446 parent = spec_die->parent;
22447 cu = spec_cu;
63d06c5c 22448 }
0114d602
DJ
22449
22450 if (parent == NULL)
22451 return "";
98bfdba5
PA
22452 else if (parent->building_fullname)
22453 {
22454 const char *name;
22455 const char *parent_name;
22456
22457 /* It has been seen on RealView 2.2 built binaries,
22458 DW_TAG_template_type_param types actually _defined_ as
22459 children of the parent class:
22460
22461 enum E {};
22462 template class <class Enum> Class{};
22463 Class<enum E> class_e;
22464
22465 1: DW_TAG_class_type (Class)
22466 2: DW_TAG_enumeration_type (E)
22467 3: DW_TAG_enumerator (enum1:0)
22468 3: DW_TAG_enumerator (enum2:1)
22469 ...
22470 2: DW_TAG_template_type_param
22471 DW_AT_type DW_FORM_ref_udata (E)
22472
22473 Besides being broken debug info, it can put GDB into an
22474 infinite loop. Consider:
22475
22476 When we're building the full name for Class<E>, we'll start
22477 at Class, and go look over its template type parameters,
22478 finding E. We'll then try to build the full name of E, and
22479 reach here. We're now trying to build the full name of E,
22480 and look over the parent DIE for containing scope. In the
22481 broken case, if we followed the parent DIE of E, we'd again
22482 find Class, and once again go look at its template type
22483 arguments, etc., etc. Simply don't consider such parent die
22484 as source-level parent of this die (it can't be, the language
22485 doesn't allow it), and break the loop here. */
22486 name = dwarf2_name (die, cu);
22487 parent_name = dwarf2_name (parent, cu);
b98664d3 22488 complaint (_("template param type '%s' defined within parent '%s'"),
98bfdba5
PA
22489 name ? name : "<unknown>",
22490 parent_name ? parent_name : "<unknown>");
22491 return "";
22492 }
63d06c5c 22493 else
0114d602
DJ
22494 switch (parent->tag)
22495 {
63d06c5c 22496 case DW_TAG_namespace:
0114d602 22497 parent_type = read_type_die (parent, cu);
acebe513
UW
22498 /* GCC 4.0 and 4.1 had a bug (PR c++/28460) where they generated bogus
22499 DW_TAG_namespace DIEs with a name of "::" for the global namespace.
22500 Work around this problem here. */
22501 if (cu->language == language_cplus
e86ca25f 22502 && strcmp (TYPE_NAME (parent_type), "::") == 0)
acebe513 22503 return "";
0114d602 22504 /* We give a name to even anonymous namespaces. */
e86ca25f 22505 return TYPE_NAME (parent_type);
63d06c5c 22506 case DW_TAG_class_type:
680b30c7 22507 case DW_TAG_interface_type:
63d06c5c 22508 case DW_TAG_structure_type:
0114d602 22509 case DW_TAG_union_type:
f55ee35c 22510 case DW_TAG_module:
0114d602 22511 parent_type = read_type_die (parent, cu);
e86ca25f
TT
22512 if (TYPE_NAME (parent_type) != NULL)
22513 return TYPE_NAME (parent_type);
0114d602
DJ
22514 else
22515 /* An anonymous structure is only allowed non-static data
22516 members; no typedefs, no member functions, et cetera.
22517 So it does not need a prefix. */
22518 return "";
abc72ce4 22519 case DW_TAG_compile_unit:
95554aad 22520 case DW_TAG_partial_unit:
abc72ce4
DE
22521 /* gcc-4.5 -gdwarf-4 can drop the enclosing namespace. Cope. */
22522 if (cu->language == language_cplus
fd5866f6 22523 && !dwarf2_per_objfile->types.empty ()
abc72ce4
DE
22524 && die->child != NULL
22525 && (die->tag == DW_TAG_class_type
22526 || die->tag == DW_TAG_structure_type
22527 || die->tag == DW_TAG_union_type))
22528 {
22529 char *name = guess_full_die_structure_name (die, cu);
22530 if (name != NULL)
22531 return name;
22532 }
22533 return "";
3d567982
TT
22534 case DW_TAG_enumeration_type:
22535 parent_type = read_type_die (parent, cu);
22536 if (TYPE_DECLARED_CLASS (parent_type))
22537 {
e86ca25f
TT
22538 if (TYPE_NAME (parent_type) != NULL)
22539 return TYPE_NAME (parent_type);
3d567982
TT
22540 return "";
22541 }
22542 /* Fall through. */
63d06c5c 22543 default:
8176b9b8 22544 return determine_prefix (parent, cu);
63d06c5c 22545 }
63d06c5c
DC
22546}
22547
3e43a32a
MS
22548/* Return a newly-allocated string formed by concatenating PREFIX and SUFFIX
22549 with appropriate separator. If PREFIX or SUFFIX is NULL or empty, then
22550 simply copy the SUFFIX or PREFIX, respectively. If OBS is non-null, perform
22551 an obconcat, otherwise allocate storage for the result. The CU argument is
22552 used to determine the language and hence, the appropriate separator. */
987504bb 22553
f55ee35c 22554#define MAX_SEP_LEN 7 /* strlen ("__") + strlen ("_MOD_") */
63d06c5c
DC
22555
22556static char *
f55ee35c
JK
22557typename_concat (struct obstack *obs, const char *prefix, const char *suffix,
22558 int physname, struct dwarf2_cu *cu)
63d06c5c 22559{
f55ee35c 22560 const char *lead = "";
5c315b68 22561 const char *sep;
63d06c5c 22562
3e43a32a
MS
22563 if (suffix == NULL || suffix[0] == '\0'
22564 || prefix == NULL || prefix[0] == '\0')
987504bb 22565 sep = "";
45280282
IB
22566 else if (cu->language == language_d)
22567 {
22568 /* For D, the 'main' function could be defined in any module, but it
22569 should never be prefixed. */
22570 if (strcmp (suffix, "D main") == 0)
22571 {
22572 prefix = "";
22573 sep = "";
22574 }
22575 else
22576 sep = ".";
22577 }
f55ee35c
JK
22578 else if (cu->language == language_fortran && physname)
22579 {
22580 /* This is gfortran specific mangling. Normally DW_AT_linkage_name or
22581 DW_AT_MIPS_linkage_name is preferred and used instead. */
22582
22583 lead = "__";
22584 sep = "_MOD_";
22585 }
987504bb
JJ
22586 else
22587 sep = "::";
63d06c5c 22588
6dd47d34
DE
22589 if (prefix == NULL)
22590 prefix = "";
22591 if (suffix == NULL)
22592 suffix = "";
22593
987504bb
JJ
22594 if (obs == NULL)
22595 {
3e43a32a 22596 char *retval
224c3ddb
SM
22597 = ((char *)
22598 xmalloc (strlen (prefix) + MAX_SEP_LEN + strlen (suffix) + 1));
9a619af0 22599
f55ee35c
JK
22600 strcpy (retval, lead);
22601 strcat (retval, prefix);
6dd47d34
DE
22602 strcat (retval, sep);
22603 strcat (retval, suffix);
63d06c5c
DC
22604 return retval;
22605 }
987504bb
JJ
22606 else
22607 {
22608 /* We have an obstack. */
f55ee35c 22609 return obconcat (obs, lead, prefix, sep, suffix, (char *) NULL);
987504bb 22610 }
63d06c5c
DC
22611}
22612
c906108c
SS
22613/* Return sibling of die, NULL if no sibling. */
22614
f9aca02d 22615static struct die_info *
fba45db2 22616sibling_die (struct die_info *die)
c906108c 22617{
639d11d3 22618 return die->sibling;
c906108c
SS
22619}
22620
71c25dea
TT
22621/* Get name of a die, return NULL if not found. */
22622
15d034d0
TT
22623static const char *
22624dwarf2_canonicalize_name (const char *name, struct dwarf2_cu *cu,
71c25dea
TT
22625 struct obstack *obstack)
22626{
22627 if (name && cu->language == language_cplus)
22628 {
2f408ecb 22629 std::string canon_name = cp_canonicalize_string (name);
71c25dea 22630
2f408ecb 22631 if (!canon_name.empty ())
71c25dea 22632 {
2f408ecb
PA
22633 if (canon_name != name)
22634 name = (const char *) obstack_copy0 (obstack,
22635 canon_name.c_str (),
22636 canon_name.length ());
71c25dea
TT
22637 }
22638 }
22639
22640 return name;
c906108c
SS
22641}
22642
96553a0c
DE
22643/* Get name of a die, return NULL if not found.
22644 Anonymous namespaces are converted to their magic string. */
9219021c 22645
15d034d0 22646static const char *
e142c38c 22647dwarf2_name (struct die_info *die, struct dwarf2_cu *cu)
9219021c
DC
22648{
22649 struct attribute *attr;
518817b3 22650 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
9219021c 22651
e142c38c 22652 attr = dwarf2_attr (die, DW_AT_name, cu);
53832f31 22653 if ((!attr || !DW_STRING (attr))
96553a0c 22654 && die->tag != DW_TAG_namespace
53832f31
TT
22655 && die->tag != DW_TAG_class_type
22656 && die->tag != DW_TAG_interface_type
22657 && die->tag != DW_TAG_structure_type
22658 && die->tag != DW_TAG_union_type)
71c25dea
TT
22659 return NULL;
22660
22661 switch (die->tag)
22662 {
22663 case DW_TAG_compile_unit:
95554aad 22664 case DW_TAG_partial_unit:
71c25dea
TT
22665 /* Compilation units have a DW_AT_name that is a filename, not
22666 a source language identifier. */
22667 case DW_TAG_enumeration_type:
22668 case DW_TAG_enumerator:
22669 /* These tags always have simple identifiers already; no need
22670 to canonicalize them. */
22671 return DW_STRING (attr);
907af001 22672
96553a0c
DE
22673 case DW_TAG_namespace:
22674 if (attr != NULL && DW_STRING (attr) != NULL)
22675 return DW_STRING (attr);
22676 return CP_ANONYMOUS_NAMESPACE_STR;
22677
907af001
UW
22678 case DW_TAG_class_type:
22679 case DW_TAG_interface_type:
22680 case DW_TAG_structure_type:
22681 case DW_TAG_union_type:
22682 /* Some GCC versions emit spurious DW_AT_name attributes for unnamed
22683 structures or unions. These were of the form "._%d" in GCC 4.1,
22684 or simply "<anonymous struct>" or "<anonymous union>" in GCC 4.3
22685 and GCC 4.4. We work around this problem by ignoring these. */
53832f31 22686 if (attr && DW_STRING (attr)
61012eef
GB
22687 && (startswith (DW_STRING (attr), "._")
22688 || startswith (DW_STRING (attr), "<anonymous")))
907af001 22689 return NULL;
53832f31
TT
22690
22691 /* GCC might emit a nameless typedef that has a linkage name. See
22692 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510. */
22693 if (!attr || DW_STRING (attr) == NULL)
22694 {
df5c6c50 22695 char *demangled = NULL;
53832f31 22696
73b9be8b 22697 attr = dw2_linkage_name_attr (die, cu);
53832f31
TT
22698 if (attr == NULL || DW_STRING (attr) == NULL)
22699 return NULL;
22700
df5c6c50
JK
22701 /* Avoid demangling DW_STRING (attr) the second time on a second
22702 call for the same DIE. */
22703 if (!DW_STRING_IS_CANONICAL (attr))
8de20a37 22704 demangled = gdb_demangle (DW_STRING (attr), DMGL_TYPES);
53832f31
TT
22705
22706 if (demangled)
22707 {
e6a959d6 22708 const char *base;
96408a79 22709
53832f31 22710 /* FIXME: we already did this for the partial symbol... */
34a68019 22711 DW_STRING (attr)
224c3ddb 22712 = ((const char *)
e3b94546 22713 obstack_copy0 (&objfile->per_bfd->storage_obstack,
224c3ddb 22714 demangled, strlen (demangled)));
53832f31
TT
22715 DW_STRING_IS_CANONICAL (attr) = 1;
22716 xfree (demangled);
96408a79
SA
22717
22718 /* Strip any leading namespaces/classes, keep only the base name.
22719 DW_AT_name for named DIEs does not contain the prefixes. */
22720 base = strrchr (DW_STRING (attr), ':');
22721 if (base && base > DW_STRING (attr) && base[-1] == ':')
22722 return &base[1];
22723 else
22724 return DW_STRING (attr);
53832f31
TT
22725 }
22726 }
907af001
UW
22727 break;
22728
71c25dea 22729 default:
907af001
UW
22730 break;
22731 }
22732
22733 if (!DW_STRING_IS_CANONICAL (attr))
22734 {
22735 DW_STRING (attr)
22736 = dwarf2_canonicalize_name (DW_STRING (attr), cu,
e3b94546 22737 &objfile->per_bfd->storage_obstack);
907af001 22738 DW_STRING_IS_CANONICAL (attr) = 1;
71c25dea 22739 }
907af001 22740 return DW_STRING (attr);
9219021c
DC
22741}
22742
22743/* Return the die that this die in an extension of, or NULL if there
f2f0e013
DJ
22744 is none. *EXT_CU is the CU containing DIE on input, and the CU
22745 containing the return value on output. */
9219021c
DC
22746
22747static struct die_info *
f2f0e013 22748dwarf2_extension (struct die_info *die, struct dwarf2_cu **ext_cu)
9219021c
DC
22749{
22750 struct attribute *attr;
9219021c 22751
f2f0e013 22752 attr = dwarf2_attr (die, DW_AT_extension, *ext_cu);
9219021c
DC
22753 if (attr == NULL)
22754 return NULL;
22755
f2f0e013 22756 return follow_die_ref (die, attr, ext_cu);
9219021c
DC
22757}
22758
fa9c3fa0
TT
22759/* A convenience function that returns an "unknown" DWARF name,
22760 including the value of V. STR is the name of the entity being
22761 printed, e.g., "TAG". */
22762
22763static const char *
22764dwarf_unknown (const char *str, unsigned v)
22765{
22766 char *cell = get_print_cell ();
22767 xsnprintf (cell, PRINT_CELL_SIZE, "DW_%s_<unknown: %u>", str, v);
22768 return cell;
22769}
22770
c906108c
SS
22771/* Convert a DIE tag into its string name. */
22772
f39c6ffd 22773static const char *
aa1ee363 22774dwarf_tag_name (unsigned tag)
c906108c 22775{
f39c6ffd
TT
22776 const char *name = get_DW_TAG_name (tag);
22777
22778 if (name == NULL)
fa9c3fa0 22779 return dwarf_unknown ("TAG", tag);
f39c6ffd
TT
22780
22781 return name;
c906108c
SS
22782}
22783
22784/* Convert a DWARF attribute code into its string name. */
22785
f39c6ffd 22786static const char *
aa1ee363 22787dwarf_attr_name (unsigned attr)
c906108c 22788{
f39c6ffd
TT
22789 const char *name;
22790
c764a876 22791#ifdef MIPS /* collides with DW_AT_HP_block_index */
f39c6ffd
TT
22792 if (attr == DW_AT_MIPS_fde)
22793 return "DW_AT_MIPS_fde";
22794#else
22795 if (attr == DW_AT_HP_block_index)
22796 return "DW_AT_HP_block_index";
c764a876 22797#endif
f39c6ffd
TT
22798
22799 name = get_DW_AT_name (attr);
22800
22801 if (name == NULL)
fa9c3fa0 22802 return dwarf_unknown ("AT", attr);
f39c6ffd
TT
22803
22804 return name;
c906108c
SS
22805}
22806
22807/* Convert a DWARF value form code into its string name. */
22808
f39c6ffd 22809static const char *
aa1ee363 22810dwarf_form_name (unsigned form)
c906108c 22811{
f39c6ffd
TT
22812 const char *name = get_DW_FORM_name (form);
22813
22814 if (name == NULL)
fa9c3fa0 22815 return dwarf_unknown ("FORM", form);
f39c6ffd
TT
22816
22817 return name;
c906108c
SS
22818}
22819
a121b7c1 22820static const char *
fba45db2 22821dwarf_bool_name (unsigned mybool)
c906108c
SS
22822{
22823 if (mybool)
22824 return "TRUE";
22825 else
22826 return "FALSE";
22827}
22828
22829/* Convert a DWARF type code into its string name. */
22830
f39c6ffd 22831static const char *
aa1ee363 22832dwarf_type_encoding_name (unsigned enc)
c906108c 22833{
f39c6ffd 22834 const char *name = get_DW_ATE_name (enc);
c906108c 22835
f39c6ffd 22836 if (name == NULL)
fa9c3fa0 22837 return dwarf_unknown ("ATE", enc);
c906108c 22838
f39c6ffd 22839 return name;
c906108c 22840}
c906108c 22841
f9aca02d 22842static void
d97bc12b 22843dump_die_shallow (struct ui_file *f, int indent, struct die_info *die)
c906108c
SS
22844{
22845 unsigned int i;
22846
d97bc12b 22847 print_spaces (indent, f);
9d8780f0 22848 fprintf_unfiltered (f, "Die: %s (abbrev %d, offset %s)\n",
9c541725 22849 dwarf_tag_name (die->tag), die->abbrev,
9d8780f0 22850 sect_offset_str (die->sect_off));
d97bc12b
DE
22851
22852 if (die->parent != NULL)
22853 {
22854 print_spaces (indent, f);
9d8780f0
SM
22855 fprintf_unfiltered (f, " parent at offset: %s\n",
22856 sect_offset_str (die->parent->sect_off));
d97bc12b
DE
22857 }
22858
22859 print_spaces (indent, f);
22860 fprintf_unfiltered (f, " has children: %s\n",
639d11d3 22861 dwarf_bool_name (die->child != NULL));
c906108c 22862
d97bc12b
DE
22863 print_spaces (indent, f);
22864 fprintf_unfiltered (f, " attributes:\n");
22865
c906108c
SS
22866 for (i = 0; i < die->num_attrs; ++i)
22867 {
d97bc12b
DE
22868 print_spaces (indent, f);
22869 fprintf_unfiltered (f, " %s (%s) ",
c906108c
SS
22870 dwarf_attr_name (die->attrs[i].name),
22871 dwarf_form_name (die->attrs[i].form));
d97bc12b 22872
c906108c
SS
22873 switch (die->attrs[i].form)
22874 {
c906108c 22875 case DW_FORM_addr:
336d760d 22876 case DW_FORM_addrx:
3019eac3 22877 case DW_FORM_GNU_addr_index:
d97bc12b 22878 fprintf_unfiltered (f, "address: ");
5af949e3 22879 fputs_filtered (hex_string (DW_ADDR (&die->attrs[i])), f);
c906108c
SS
22880 break;
22881 case DW_FORM_block2:
22882 case DW_FORM_block4:
22883 case DW_FORM_block:
22884 case DW_FORM_block1:
56eb65bd
SP
22885 fprintf_unfiltered (f, "block: size %s",
22886 pulongest (DW_BLOCK (&die->attrs[i])->size));
c906108c 22887 break;
2dc7f7b3 22888 case DW_FORM_exprloc:
56eb65bd
SP
22889 fprintf_unfiltered (f, "expression: size %s",
22890 pulongest (DW_BLOCK (&die->attrs[i])->size));
2dc7f7b3 22891 break;
0224619f
JK
22892 case DW_FORM_data16:
22893 fprintf_unfiltered (f, "constant of 16 bytes");
22894 break;
4568ecf9
DE
22895 case DW_FORM_ref_addr:
22896 fprintf_unfiltered (f, "ref address: ");
22897 fputs_filtered (hex_string (DW_UNSND (&die->attrs[i])), f);
22898 break;
36586728
TT
22899 case DW_FORM_GNU_ref_alt:
22900 fprintf_unfiltered (f, "alt ref address: ");
22901 fputs_filtered (hex_string (DW_UNSND (&die->attrs[i])), f);
22902 break;
10b3939b
DJ
22903 case DW_FORM_ref1:
22904 case DW_FORM_ref2:
22905 case DW_FORM_ref4:
4568ecf9
DE
22906 case DW_FORM_ref8:
22907 case DW_FORM_ref_udata:
d97bc12b 22908 fprintf_unfiltered (f, "constant ref: 0x%lx (adjusted)",
4568ecf9 22909 (long) (DW_UNSND (&die->attrs[i])));
10b3939b 22910 break;
c906108c
SS
22911 case DW_FORM_data1:
22912 case DW_FORM_data2:
22913 case DW_FORM_data4:
ce5d95e1 22914 case DW_FORM_data8:
c906108c
SS
22915 case DW_FORM_udata:
22916 case DW_FORM_sdata:
43bbcdc2
PH
22917 fprintf_unfiltered (f, "constant: %s",
22918 pulongest (DW_UNSND (&die->attrs[i])));
c906108c 22919 break;
2dc7f7b3
TT
22920 case DW_FORM_sec_offset:
22921 fprintf_unfiltered (f, "section offset: %s",
22922 pulongest (DW_UNSND (&die->attrs[i])));
22923 break;
55f1336d 22924 case DW_FORM_ref_sig8:
ac9ec31b
DE
22925 fprintf_unfiltered (f, "signature: %s",
22926 hex_string (DW_SIGNATURE (&die->attrs[i])));
348e048f 22927 break;
c906108c 22928 case DW_FORM_string:
4bdf3d34 22929 case DW_FORM_strp:
43988095 22930 case DW_FORM_line_strp:
cf532bd1 22931 case DW_FORM_strx:
3019eac3 22932 case DW_FORM_GNU_str_index:
36586728 22933 case DW_FORM_GNU_strp_alt:
8285870a 22934 fprintf_unfiltered (f, "string: \"%s\" (%s canonicalized)",
c906108c 22935 DW_STRING (&die->attrs[i])
8285870a
JK
22936 ? DW_STRING (&die->attrs[i]) : "",
22937 DW_STRING_IS_CANONICAL (&die->attrs[i]) ? "is" : "not");
c906108c
SS
22938 break;
22939 case DW_FORM_flag:
22940 if (DW_UNSND (&die->attrs[i]))
d97bc12b 22941 fprintf_unfiltered (f, "flag: TRUE");
c906108c 22942 else
d97bc12b 22943 fprintf_unfiltered (f, "flag: FALSE");
c906108c 22944 break;
2dc7f7b3
TT
22945 case DW_FORM_flag_present:
22946 fprintf_unfiltered (f, "flag: TRUE");
22947 break;
a8329558 22948 case DW_FORM_indirect:
0963b4bd
MS
22949 /* The reader will have reduced the indirect form to
22950 the "base form" so this form should not occur. */
3e43a32a
MS
22951 fprintf_unfiltered (f,
22952 "unexpected attribute form: DW_FORM_indirect");
a8329558 22953 break;
663c44ac
JK
22954 case DW_FORM_implicit_const:
22955 fprintf_unfiltered (f, "constant: %s",
22956 plongest (DW_SND (&die->attrs[i])));
22957 break;
c906108c 22958 default:
d97bc12b 22959 fprintf_unfiltered (f, "unsupported attribute form: %d.",
c5aa993b 22960 die->attrs[i].form);
d97bc12b 22961 break;
c906108c 22962 }
d97bc12b 22963 fprintf_unfiltered (f, "\n");
c906108c
SS
22964 }
22965}
22966
f9aca02d 22967static void
d97bc12b 22968dump_die_for_error (struct die_info *die)
c906108c 22969{
d97bc12b
DE
22970 dump_die_shallow (gdb_stderr, 0, die);
22971}
22972
22973static void
22974dump_die_1 (struct ui_file *f, int level, int max_level, struct die_info *die)
22975{
22976 int indent = level * 4;
22977
22978 gdb_assert (die != NULL);
22979
22980 if (level >= max_level)
22981 return;
22982
22983 dump_die_shallow (f, indent, die);
22984
22985 if (die->child != NULL)
c906108c 22986 {
d97bc12b
DE
22987 print_spaces (indent, f);
22988 fprintf_unfiltered (f, " Children:");
22989 if (level + 1 < max_level)
22990 {
22991 fprintf_unfiltered (f, "\n");
22992 dump_die_1 (f, level + 1, max_level, die->child);
22993 }
22994 else
22995 {
3e43a32a
MS
22996 fprintf_unfiltered (f,
22997 " [not printed, max nesting level reached]\n");
d97bc12b
DE
22998 }
22999 }
23000
23001 if (die->sibling != NULL && level > 0)
23002 {
23003 dump_die_1 (f, level, max_level, die->sibling);
c906108c
SS
23004 }
23005}
23006
d97bc12b
DE
23007/* This is called from the pdie macro in gdbinit.in.
23008 It's not static so gcc will keep a copy callable from gdb. */
23009
23010void
23011dump_die (struct die_info *die, int max_level)
23012{
23013 dump_die_1 (gdb_stdlog, 0, max_level, die);
23014}
23015
f9aca02d 23016static void
51545339 23017store_in_ref_table (struct die_info *die, struct dwarf2_cu *cu)
c906108c 23018{
51545339 23019 void **slot;
c906108c 23020
9c541725
PA
23021 slot = htab_find_slot_with_hash (cu->die_hash, die,
23022 to_underlying (die->sect_off),
b64f50a1 23023 INSERT);
51545339
DJ
23024
23025 *slot = die;
c906108c
SS
23026}
23027
b64f50a1
JK
23028/* Return DIE offset of ATTR. Return 0 with complaint if ATTR is not of the
23029 required kind. */
23030
23031static sect_offset
ff39bb5e 23032dwarf2_get_ref_die_offset (const struct attribute *attr)
93311388 23033{
7771576e 23034 if (attr_form_is_ref (attr))
9c541725 23035 return (sect_offset) DW_UNSND (attr);
93311388 23036
b98664d3 23037 complaint (_("unsupported die ref attribute form: '%s'"),
93311388 23038 dwarf_form_name (attr->form));
9c541725 23039 return {};
c906108c
SS
23040}
23041
43bbcdc2
PH
23042/* Return the constant value held by ATTR. Return DEFAULT_VALUE if
23043 * the value held by the attribute is not constant. */
a02abb62 23044
43bbcdc2 23045static LONGEST
ff39bb5e 23046dwarf2_get_attr_constant_value (const struct attribute *attr, int default_value)
a02abb62 23047{
663c44ac 23048 if (attr->form == DW_FORM_sdata || attr->form == DW_FORM_implicit_const)
a02abb62
JB
23049 return DW_SND (attr);
23050 else if (attr->form == DW_FORM_udata
23051 || attr->form == DW_FORM_data1
23052 || attr->form == DW_FORM_data2
23053 || attr->form == DW_FORM_data4
23054 || attr->form == DW_FORM_data8)
23055 return DW_UNSND (attr);
23056 else
23057 {
0224619f 23058 /* For DW_FORM_data16 see attr_form_is_constant. */
b98664d3 23059 complaint (_("Attribute value is not a constant (%s)"),
a02abb62
JB
23060 dwarf_form_name (attr->form));
23061 return default_value;
23062 }
23063}
23064
348e048f
DE
23065/* Follow reference or signature attribute ATTR of SRC_DIE.
23066 On entry *REF_CU is the CU of SRC_DIE.
23067 On exit *REF_CU is the CU of the result. */
23068
23069static struct die_info *
ff39bb5e 23070follow_die_ref_or_sig (struct die_info *src_die, const struct attribute *attr,
348e048f
DE
23071 struct dwarf2_cu **ref_cu)
23072{
23073 struct die_info *die;
23074
7771576e 23075 if (attr_form_is_ref (attr))
348e048f 23076 die = follow_die_ref (src_die, attr, ref_cu);
55f1336d 23077 else if (attr->form == DW_FORM_ref_sig8)
348e048f
DE
23078 die = follow_die_sig (src_die, attr, ref_cu);
23079 else
23080 {
23081 dump_die_for_error (src_die);
23082 error (_("Dwarf Error: Expected reference attribute [in module %s]"),
518817b3 23083 objfile_name ((*ref_cu)->per_cu->dwarf2_per_objfile->objfile));
348e048f
DE
23084 }
23085
23086 return die;
03dd20cc
DJ
23087}
23088
5c631832 23089/* Follow reference OFFSET.
673bfd45
DE
23090 On entry *REF_CU is the CU of the source die referencing OFFSET.
23091 On exit *REF_CU is the CU of the result.
23092 Returns NULL if OFFSET is invalid. */
f504f079 23093
f9aca02d 23094static struct die_info *
9c541725 23095follow_die_offset (sect_offset sect_off, int offset_in_dwz,
36586728 23096 struct dwarf2_cu **ref_cu)
c906108c 23097{
10b3939b 23098 struct die_info temp_die;
f2f0e013 23099 struct dwarf2_cu *target_cu, *cu = *ref_cu;
518817b3
SM
23100 struct dwarf2_per_objfile *dwarf2_per_objfile
23101 = cu->per_cu->dwarf2_per_objfile;
10b3939b 23102
348e048f
DE
23103 gdb_assert (cu->per_cu != NULL);
23104
98bfdba5
PA
23105 target_cu = cu;
23106
3019eac3 23107 if (cu->per_cu->is_debug_types)
348e048f
DE
23108 {
23109 /* .debug_types CUs cannot reference anything outside their CU.
23110 If they need to, they have to reference a signatured type via
55f1336d 23111 DW_FORM_ref_sig8. */
9c541725 23112 if (!offset_in_cu_p (&cu->header, sect_off))
5c631832 23113 return NULL;
348e048f 23114 }
36586728 23115 else if (offset_in_dwz != cu->per_cu->is_dwz
9c541725 23116 || !offset_in_cu_p (&cu->header, sect_off))
10b3939b
DJ
23117 {
23118 struct dwarf2_per_cu_data *per_cu;
9a619af0 23119
9c541725 23120 per_cu = dwarf2_find_containing_comp_unit (sect_off, offset_in_dwz,
ed2dc618 23121 dwarf2_per_objfile);
03dd20cc
DJ
23122
23123 /* If necessary, add it to the queue and load its DIEs. */
95554aad 23124 if (maybe_queue_comp_unit (cu, per_cu, cu->language))
58f0c718 23125 load_full_comp_unit (per_cu, false, cu->language);
03dd20cc 23126
10b3939b
DJ
23127 target_cu = per_cu->cu;
23128 }
98bfdba5
PA
23129 else if (cu->dies == NULL)
23130 {
23131 /* We're loading full DIEs during partial symbol reading. */
23132 gdb_assert (dwarf2_per_objfile->reading_partial_symbols);
58f0c718 23133 load_full_comp_unit (cu->per_cu, false, language_minimal);
98bfdba5 23134 }
c906108c 23135
f2f0e013 23136 *ref_cu = target_cu;
9c541725 23137 temp_die.sect_off = sect_off;
c24bdb02
KS
23138
23139 if (target_cu != cu)
23140 target_cu->ancestor = cu;
23141
9a3c8263 23142 return (struct die_info *) htab_find_with_hash (target_cu->die_hash,
9c541725
PA
23143 &temp_die,
23144 to_underlying (sect_off));
5c631832 23145}
10b3939b 23146
5c631832
JK
23147/* Follow reference attribute ATTR of SRC_DIE.
23148 On entry *REF_CU is the CU of SRC_DIE.
23149 On exit *REF_CU is the CU of the result. */
23150
23151static struct die_info *
ff39bb5e 23152follow_die_ref (struct die_info *src_die, const struct attribute *attr,
5c631832
JK
23153 struct dwarf2_cu **ref_cu)
23154{
9c541725 23155 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
5c631832
JK
23156 struct dwarf2_cu *cu = *ref_cu;
23157 struct die_info *die;
23158
9c541725 23159 die = follow_die_offset (sect_off,
36586728
TT
23160 (attr->form == DW_FORM_GNU_ref_alt
23161 || cu->per_cu->is_dwz),
23162 ref_cu);
5c631832 23163 if (!die)
9d8780f0
SM
23164 error (_("Dwarf Error: Cannot find DIE at %s referenced from DIE "
23165 "at %s [in module %s]"),
23166 sect_offset_str (sect_off), sect_offset_str (src_die->sect_off),
518817b3 23167 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
348e048f 23168
5c631832
JK
23169 return die;
23170}
23171
9c541725 23172/* Return DWARF block referenced by DW_AT_location of DIE at SECT_OFF at PER_CU.
d83e736b 23173 Returned value is intended for DW_OP_call*. Returned
e3b94546
SM
23174 dwarf2_locexpr_baton->data has lifetime of
23175 PER_CU->DWARF2_PER_OBJFILE->OBJFILE. */
5c631832
JK
23176
23177struct dwarf2_locexpr_baton
9c541725 23178dwarf2_fetch_die_loc_sect_off (sect_offset sect_off,
8b9737bf
TT
23179 struct dwarf2_per_cu_data *per_cu,
23180 CORE_ADDR (*get_frame_pc) (void *baton),
e4a62c65 23181 void *baton, bool resolve_abstract_p)
5c631832 23182{
918dd910 23183 struct dwarf2_cu *cu;
5c631832
JK
23184 struct die_info *die;
23185 struct attribute *attr;
23186 struct dwarf2_locexpr_baton retval;
12359b5e
SM
23187 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
23188 struct objfile *objfile = dwarf2_per_objfile->objfile;
8cf6f0b1 23189
918dd910 23190 if (per_cu->cu == NULL)
58f0c718 23191 load_cu (per_cu, false);
918dd910 23192 cu = per_cu->cu;
cc12ce38
DE
23193 if (cu == NULL)
23194 {
23195 /* We shouldn't get here for a dummy CU, but don't crash on the user.
23196 Instead just throw an error, not much else we can do. */
9d8780f0
SM
23197 error (_("Dwarf Error: Dummy CU at %s referenced in module %s"),
23198 sect_offset_str (sect_off), objfile_name (objfile));
cc12ce38 23199 }
918dd910 23200
9c541725 23201 die = follow_die_offset (sect_off, per_cu->is_dwz, &cu);
5c631832 23202 if (!die)
9d8780f0
SM
23203 error (_("Dwarf Error: Cannot find DIE at %s referenced in module %s"),
23204 sect_offset_str (sect_off), objfile_name (objfile));
5c631832
JK
23205
23206 attr = dwarf2_attr (die, DW_AT_location, cu);
e4a62c65 23207 if (!attr && resolve_abstract_p
3360b6e7 23208 && (dwarf2_per_objfile->abstract_to_concrete.find (die->sect_off)
e4a62c65
TV
23209 != dwarf2_per_objfile->abstract_to_concrete.end ()))
23210 {
23211 CORE_ADDR pc = (*get_frame_pc) (baton);
23212
3360b6e7
TV
23213 for (const auto &cand_off
23214 : dwarf2_per_objfile->abstract_to_concrete[die->sect_off])
e4a62c65 23215 {
3360b6e7
TV
23216 struct dwarf2_cu *cand_cu = cu;
23217 struct die_info *cand
23218 = follow_die_offset (cand_off, per_cu->is_dwz, &cand_cu);
23219 if (!cand
23220 || !cand->parent
e4a62c65
TV
23221 || cand->parent->tag != DW_TAG_subprogram)
23222 continue;
23223
23224 CORE_ADDR pc_low, pc_high;
23225 get_scope_pc_bounds (cand->parent, &pc_low, &pc_high, cu);
23226 if (pc_low == ((CORE_ADDR) -1)
23227 || !(pc_low <= pc && pc < pc_high))
23228 continue;
23229
23230 die = cand;
23231 attr = dwarf2_attr (die, DW_AT_location, cu);
23232 break;
23233 }
23234 }
23235
5c631832
JK
23236 if (!attr)
23237 {
e103e986
JK
23238 /* DWARF: "If there is no such attribute, then there is no effect.".
23239 DATA is ignored if SIZE is 0. */
5c631832 23240
e103e986 23241 retval.data = NULL;
5c631832
JK
23242 retval.size = 0;
23243 }
8cf6f0b1
TT
23244 else if (attr_form_is_section_offset (attr))
23245 {
23246 struct dwarf2_loclist_baton loclist_baton;
23247 CORE_ADDR pc = (*get_frame_pc) (baton);
23248 size_t size;
23249
23250 fill_in_loclist_baton (cu, &loclist_baton, attr);
23251
23252 retval.data = dwarf2_find_location_expression (&loclist_baton,
23253 &size, pc);
23254 retval.size = size;
23255 }
5c631832
JK
23256 else
23257 {
23258 if (!attr_form_is_block (attr))
9d8780f0 23259 error (_("Dwarf Error: DIE at %s referenced in module %s "
5c631832 23260 "is neither DW_FORM_block* nor DW_FORM_exprloc"),
9d8780f0 23261 sect_offset_str (sect_off), objfile_name (objfile));
5c631832
JK
23262
23263 retval.data = DW_BLOCK (attr)->data;
23264 retval.size = DW_BLOCK (attr)->size;
23265 }
23266 retval.per_cu = cu->per_cu;
918dd910 23267
ed2dc618 23268 age_cached_comp_units (dwarf2_per_objfile);
918dd910 23269
5c631832 23270 return retval;
348e048f
DE
23271}
23272
8b9737bf
TT
23273/* Like dwarf2_fetch_die_loc_sect_off, but take a CU
23274 offset. */
23275
23276struct dwarf2_locexpr_baton
23277dwarf2_fetch_die_loc_cu_off (cu_offset offset_in_cu,
23278 struct dwarf2_per_cu_data *per_cu,
23279 CORE_ADDR (*get_frame_pc) (void *baton),
23280 void *baton)
23281{
9c541725 23282 sect_offset sect_off = per_cu->sect_off + to_underlying (offset_in_cu);
8b9737bf 23283
9c541725 23284 return dwarf2_fetch_die_loc_sect_off (sect_off, per_cu, get_frame_pc, baton);
8b9737bf
TT
23285}
23286
b6807d98
TT
23287/* Write a constant of a given type as target-ordered bytes into
23288 OBSTACK. */
23289
23290static const gdb_byte *
23291write_constant_as_bytes (struct obstack *obstack,
23292 enum bfd_endian byte_order,
23293 struct type *type,
23294 ULONGEST value,
23295 LONGEST *len)
23296{
23297 gdb_byte *result;
23298
23299 *len = TYPE_LENGTH (type);
224c3ddb 23300 result = (gdb_byte *) obstack_alloc (obstack, *len);
b6807d98
TT
23301 store_unsigned_integer (result, *len, byte_order, value);
23302
23303 return result;
23304}
23305
23306/* If the DIE at OFFSET in PER_CU has a DW_AT_const_value, return a
23307 pointer to the constant bytes and set LEN to the length of the
23308 data. If memory is needed, allocate it on OBSTACK. If the DIE
23309 does not have a DW_AT_const_value, return NULL. */
23310
23311const gdb_byte *
9c541725 23312dwarf2_fetch_constant_bytes (sect_offset sect_off,
b6807d98
TT
23313 struct dwarf2_per_cu_data *per_cu,
23314 struct obstack *obstack,
23315 LONGEST *len)
23316{
23317 struct dwarf2_cu *cu;
23318 struct die_info *die;
23319 struct attribute *attr;
23320 const gdb_byte *result = NULL;
23321 struct type *type;
23322 LONGEST value;
23323 enum bfd_endian byte_order;
e3b94546 23324 struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
b6807d98 23325
b6807d98 23326 if (per_cu->cu == NULL)
58f0c718 23327 load_cu (per_cu, false);
b6807d98 23328 cu = per_cu->cu;
cc12ce38
DE
23329 if (cu == NULL)
23330 {
23331 /* We shouldn't get here for a dummy CU, but don't crash on the user.
23332 Instead just throw an error, not much else we can do. */
9d8780f0
SM
23333 error (_("Dwarf Error: Dummy CU at %s referenced in module %s"),
23334 sect_offset_str (sect_off), objfile_name (objfile));
cc12ce38 23335 }
b6807d98 23336
9c541725 23337 die = follow_die_offset (sect_off, per_cu->is_dwz, &cu);
b6807d98 23338 if (!die)
9d8780f0
SM
23339 error (_("Dwarf Error: Cannot find DIE at %s referenced in module %s"),
23340 sect_offset_str (sect_off), objfile_name (objfile));
b6807d98
TT
23341
23342 attr = dwarf2_attr (die, DW_AT_const_value, cu);
23343 if (attr == NULL)
23344 return NULL;
23345
e3b94546 23346 byte_order = (bfd_big_endian (objfile->obfd)
b6807d98
TT
23347 ? BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE);
23348
23349 switch (attr->form)
23350 {
23351 case DW_FORM_addr:
336d760d 23352 case DW_FORM_addrx:
b6807d98
TT
23353 case DW_FORM_GNU_addr_index:
23354 {
23355 gdb_byte *tem;
23356
23357 *len = cu->header.addr_size;
224c3ddb 23358 tem = (gdb_byte *) obstack_alloc (obstack, *len);
b6807d98
TT
23359 store_unsigned_integer (tem, *len, byte_order, DW_ADDR (attr));
23360 result = tem;
23361 }
23362 break;
23363 case DW_FORM_string:
23364 case DW_FORM_strp:
cf532bd1 23365 case DW_FORM_strx:
b6807d98
TT
23366 case DW_FORM_GNU_str_index:
23367 case DW_FORM_GNU_strp_alt:
23368 /* DW_STRING is already allocated on the objfile obstack, point
23369 directly to it. */
23370 result = (const gdb_byte *) DW_STRING (attr);
23371 *len = strlen (DW_STRING (attr));
23372 break;
23373 case DW_FORM_block1:
23374 case DW_FORM_block2:
23375 case DW_FORM_block4:
23376 case DW_FORM_block:
23377 case DW_FORM_exprloc:
0224619f 23378 case DW_FORM_data16:
b6807d98
TT
23379 result = DW_BLOCK (attr)->data;
23380 *len = DW_BLOCK (attr)->size;
23381 break;
23382
23383 /* The DW_AT_const_value attributes are supposed to carry the
23384 symbol's value "represented as it would be on the target
23385 architecture." By the time we get here, it's already been
23386 converted to host endianness, so we just need to sign- or
23387 zero-extend it as appropriate. */
23388 case DW_FORM_data1:
23389 type = die_type (die, cu);
23390 result = dwarf2_const_value_data (attr, obstack, cu, &value, 8);
23391 if (result == NULL)
23392 result = write_constant_as_bytes (obstack, byte_order,
23393 type, value, len);
23394 break;
23395 case DW_FORM_data2:
23396 type = die_type (die, cu);
23397 result = dwarf2_const_value_data (attr, obstack, cu, &value, 16);
23398 if (result == NULL)
23399 result = write_constant_as_bytes (obstack, byte_order,
23400 type, value, len);
23401 break;
23402 case DW_FORM_data4:
23403 type = die_type (die, cu);
23404 result = dwarf2_const_value_data (attr, obstack, cu, &value, 32);
23405 if (result == NULL)
23406 result = write_constant_as_bytes (obstack, byte_order,
23407 type, value, len);
23408 break;
23409 case DW_FORM_data8:
23410 type = die_type (die, cu);
23411 result = dwarf2_const_value_data (attr, obstack, cu, &value, 64);
23412 if (result == NULL)
23413 result = write_constant_as_bytes (obstack, byte_order,
23414 type, value, len);
23415 break;
23416
23417 case DW_FORM_sdata:
663c44ac 23418 case DW_FORM_implicit_const:
b6807d98
TT
23419 type = die_type (die, cu);
23420 result = write_constant_as_bytes (obstack, byte_order,
23421 type, DW_SND (attr), len);
23422 break;
23423
23424 case DW_FORM_udata:
23425 type = die_type (die, cu);
23426 result = write_constant_as_bytes (obstack, byte_order,
23427 type, DW_UNSND (attr), len);
23428 break;
23429
23430 default:
b98664d3 23431 complaint (_("unsupported const value attribute form: '%s'"),
b6807d98
TT
23432 dwarf_form_name (attr->form));
23433 break;
23434 }
23435
23436 return result;
23437}
23438
7942e96e
AA
23439/* Return the type of the die at OFFSET in PER_CU. Return NULL if no
23440 valid type for this die is found. */
23441
23442struct type *
9c541725 23443dwarf2_fetch_die_type_sect_off (sect_offset sect_off,
7942e96e
AA
23444 struct dwarf2_per_cu_data *per_cu)
23445{
23446 struct dwarf2_cu *cu;
23447 struct die_info *die;
23448
7942e96e 23449 if (per_cu->cu == NULL)
58f0c718 23450 load_cu (per_cu, false);
7942e96e
AA
23451 cu = per_cu->cu;
23452 if (!cu)
23453 return NULL;
23454
9c541725 23455 die = follow_die_offset (sect_off, per_cu->is_dwz, &cu);
7942e96e
AA
23456 if (!die)
23457 return NULL;
23458
23459 return die_type (die, cu);
23460}
23461
8a9b8146
TT
23462/* Return the type of the DIE at DIE_OFFSET in the CU named by
23463 PER_CU. */
23464
23465struct type *
b64f50a1 23466dwarf2_get_die_type (cu_offset die_offset,
8a9b8146
TT
23467 struct dwarf2_per_cu_data *per_cu)
23468{
9c541725 23469 sect_offset die_offset_sect = per_cu->sect_off + to_underlying (die_offset);
b64f50a1 23470 return get_die_type_at_offset (die_offset_sect, per_cu);
8a9b8146
TT
23471}
23472
ac9ec31b 23473/* Follow type unit SIG_TYPE referenced by SRC_DIE.
348e048f 23474 On entry *REF_CU is the CU of SRC_DIE.
ac9ec31b
DE
23475 On exit *REF_CU is the CU of the result.
23476 Returns NULL if the referenced DIE isn't found. */
348e048f
DE
23477
23478static struct die_info *
ac9ec31b
DE
23479follow_die_sig_1 (struct die_info *src_die, struct signatured_type *sig_type,
23480 struct dwarf2_cu **ref_cu)
348e048f 23481{
348e048f 23482 struct die_info temp_die;
c24bdb02 23483 struct dwarf2_cu *sig_cu, *cu = *ref_cu;
348e048f
DE
23484 struct die_info *die;
23485
ac9ec31b
DE
23486 /* While it might be nice to assert sig_type->type == NULL here,
23487 we can get here for DW_AT_imported_declaration where we need
23488 the DIE not the type. */
348e048f
DE
23489
23490 /* If necessary, add it to the queue and load its DIEs. */
23491
95554aad 23492 if (maybe_queue_comp_unit (*ref_cu, &sig_type->per_cu, language_minimal))
a0f42c21 23493 read_signatured_type (sig_type);
348e048f 23494
348e048f 23495 sig_cu = sig_type->per_cu.cu;
69d751e3 23496 gdb_assert (sig_cu != NULL);
9c541725
PA
23497 gdb_assert (to_underlying (sig_type->type_offset_in_section) != 0);
23498 temp_die.sect_off = sig_type->type_offset_in_section;
9a3c8263 23499 die = (struct die_info *) htab_find_with_hash (sig_cu->die_hash, &temp_die,
9c541725 23500 to_underlying (temp_die.sect_off));
348e048f
DE
23501 if (die)
23502 {
ed2dc618 23503 struct dwarf2_per_objfile *dwarf2_per_objfile
518817b3 23504 = (*ref_cu)->per_cu->dwarf2_per_objfile;
ed2dc618 23505
796a7ff8
DE
23506 /* For .gdb_index version 7 keep track of included TUs.
23507 http://sourceware.org/bugzilla/show_bug.cgi?id=15021. */
23508 if (dwarf2_per_objfile->index_table != NULL
23509 && dwarf2_per_objfile->index_table->version <= 7)
23510 {
23511 VEC_safe_push (dwarf2_per_cu_ptr,
23512 (*ref_cu)->per_cu->imported_symtabs,
23513 sig_cu->per_cu);
23514 }
23515
348e048f 23516 *ref_cu = sig_cu;
c24bdb02
KS
23517 if (sig_cu != cu)
23518 sig_cu->ancestor = cu;
23519
348e048f
DE
23520 return die;
23521 }
23522
ac9ec31b
DE
23523 return NULL;
23524}
23525
23526/* Follow signatured type referenced by ATTR in SRC_DIE.
23527 On entry *REF_CU is the CU of SRC_DIE.
23528 On exit *REF_CU is the CU of the result.
23529 The result is the DIE of the type.
23530 If the referenced type cannot be found an error is thrown. */
23531
23532static struct die_info *
ff39bb5e 23533follow_die_sig (struct die_info *src_die, const struct attribute *attr,
ac9ec31b
DE
23534 struct dwarf2_cu **ref_cu)
23535{
23536 ULONGEST signature = DW_SIGNATURE (attr);
23537 struct signatured_type *sig_type;
23538 struct die_info *die;
23539
23540 gdb_assert (attr->form == DW_FORM_ref_sig8);
23541
a2ce51a0 23542 sig_type = lookup_signatured_type (*ref_cu, signature);
ac9ec31b
DE
23543 /* sig_type will be NULL if the signatured type is missing from
23544 the debug info. */
23545 if (sig_type == NULL)
23546 {
23547 error (_("Dwarf Error: Cannot find signatured DIE %s referenced"
9d8780f0
SM
23548 " from DIE at %s [in module %s]"),
23549 hex_string (signature), sect_offset_str (src_die->sect_off),
518817b3 23550 objfile_name ((*ref_cu)->per_cu->dwarf2_per_objfile->objfile));
ac9ec31b
DE
23551 }
23552
23553 die = follow_die_sig_1 (src_die, sig_type, ref_cu);
23554 if (die == NULL)
23555 {
23556 dump_die_for_error (src_die);
23557 error (_("Dwarf Error: Problem reading signatured DIE %s referenced"
9d8780f0
SM
23558 " from DIE at %s [in module %s]"),
23559 hex_string (signature), sect_offset_str (src_die->sect_off),
518817b3 23560 objfile_name ((*ref_cu)->per_cu->dwarf2_per_objfile->objfile));
ac9ec31b
DE
23561 }
23562
23563 return die;
23564}
23565
23566/* Get the type specified by SIGNATURE referenced in DIE/CU,
23567 reading in and processing the type unit if necessary. */
23568
23569static struct type *
23570get_signatured_type (struct die_info *die, ULONGEST signature,
23571 struct dwarf2_cu *cu)
23572{
518817b3
SM
23573 struct dwarf2_per_objfile *dwarf2_per_objfile
23574 = cu->per_cu->dwarf2_per_objfile;
ac9ec31b
DE
23575 struct signatured_type *sig_type;
23576 struct dwarf2_cu *type_cu;
23577 struct die_info *type_die;
23578 struct type *type;
23579
a2ce51a0 23580 sig_type = lookup_signatured_type (cu, signature);
ac9ec31b
DE
23581 /* sig_type will be NULL if the signatured type is missing from
23582 the debug info. */
23583 if (sig_type == NULL)
23584 {
b98664d3 23585 complaint (_("Dwarf Error: Cannot find signatured DIE %s referenced"
9d8780f0
SM
23586 " from DIE at %s [in module %s]"),
23587 hex_string (signature), sect_offset_str (die->sect_off),
4262abfb 23588 objfile_name (dwarf2_per_objfile->objfile));
ac9ec31b
DE
23589 return build_error_marker_type (cu, die);
23590 }
23591
23592 /* If we already know the type we're done. */
23593 if (sig_type->type != NULL)
23594 return sig_type->type;
23595
23596 type_cu = cu;
23597 type_die = follow_die_sig_1 (die, sig_type, &type_cu);
23598 if (type_die != NULL)
23599 {
23600 /* N.B. We need to call get_die_type to ensure only one type for this DIE
23601 is created. This is important, for example, because for c++ classes
23602 we need TYPE_NAME set which is only done by new_symbol. Blech. */
23603 type = read_type_die (type_die, type_cu);
23604 if (type == NULL)
23605 {
b98664d3 23606 complaint (_("Dwarf Error: Cannot build signatured type %s"
9d8780f0
SM
23607 " referenced from DIE at %s [in module %s]"),
23608 hex_string (signature), sect_offset_str (die->sect_off),
4262abfb 23609 objfile_name (dwarf2_per_objfile->objfile));
ac9ec31b
DE
23610 type = build_error_marker_type (cu, die);
23611 }
23612 }
23613 else
23614 {
b98664d3 23615 complaint (_("Dwarf Error: Problem reading signatured DIE %s referenced"
9d8780f0
SM
23616 " from DIE at %s [in module %s]"),
23617 hex_string (signature), sect_offset_str (die->sect_off),
4262abfb 23618 objfile_name (dwarf2_per_objfile->objfile));
ac9ec31b
DE
23619 type = build_error_marker_type (cu, die);
23620 }
23621 sig_type->type = type;
23622
23623 return type;
23624}
23625
23626/* Get the type specified by the DW_AT_signature ATTR in DIE/CU,
23627 reading in and processing the type unit if necessary. */
23628
23629static struct type *
ff39bb5e 23630get_DW_AT_signature_type (struct die_info *die, const struct attribute *attr,
b385a60d 23631 struct dwarf2_cu *cu) /* ARI: editCase function */
ac9ec31b
DE
23632{
23633 /* Yes, DW_AT_signature can use a non-ref_sig8 reference. */
7771576e 23634 if (attr_form_is_ref (attr))
ac9ec31b
DE
23635 {
23636 struct dwarf2_cu *type_cu = cu;
23637 struct die_info *type_die = follow_die_ref (die, attr, &type_cu);
23638
23639 return read_type_die (type_die, type_cu);
23640 }
23641 else if (attr->form == DW_FORM_ref_sig8)
23642 {
23643 return get_signatured_type (die, DW_SIGNATURE (attr), cu);
23644 }
23645 else
23646 {
518817b3
SM
23647 struct dwarf2_per_objfile *dwarf2_per_objfile
23648 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 23649
b98664d3 23650 complaint (_("Dwarf Error: DW_AT_signature has bad form %s in DIE"
9d8780f0
SM
23651 " at %s [in module %s]"),
23652 dwarf_form_name (attr->form), sect_offset_str (die->sect_off),
4262abfb 23653 objfile_name (dwarf2_per_objfile->objfile));
ac9ec31b
DE
23654 return build_error_marker_type (cu, die);
23655 }
348e048f
DE
23656}
23657
e5fe5e75 23658/* Load the DIEs associated with type unit PER_CU into memory. */
348e048f
DE
23659
23660static void
e5fe5e75 23661load_full_type_unit (struct dwarf2_per_cu_data *per_cu)
348e048f 23662{
52dc124a 23663 struct signatured_type *sig_type;
348e048f 23664
f4dc4d17
DE
23665 /* Caller is responsible for ensuring type_unit_groups don't get here. */
23666 gdb_assert (! IS_TYPE_UNIT_GROUP (per_cu));
23667
6721b2ec
DE
23668 /* We have the per_cu, but we need the signatured_type.
23669 Fortunately this is an easy translation. */
23670 gdb_assert (per_cu->is_debug_types);
23671 sig_type = (struct signatured_type *) per_cu;
348e048f 23672
6721b2ec 23673 gdb_assert (per_cu->cu == NULL);
348e048f 23674
52dc124a 23675 read_signatured_type (sig_type);
348e048f 23676
6721b2ec 23677 gdb_assert (per_cu->cu != NULL);
348e048f
DE
23678}
23679
dee91e82
DE
23680/* die_reader_func for read_signatured_type.
23681 This is identical to load_full_comp_unit_reader,
23682 but is kept separate for now. */
348e048f
DE
23683
23684static void
dee91e82 23685read_signatured_type_reader (const struct die_reader_specs *reader,
d521ce57 23686 const gdb_byte *info_ptr,
dee91e82
DE
23687 struct die_info *comp_unit_die,
23688 int has_children,
23689 void *data)
348e048f 23690{
dee91e82 23691 struct dwarf2_cu *cu = reader->cu;
348e048f 23692
dee91e82
DE
23693 gdb_assert (cu->die_hash == NULL);
23694 cu->die_hash =
23695 htab_create_alloc_ex (cu->header.length / 12,
23696 die_hash,
23697 die_eq,
23698 NULL,
23699 &cu->comp_unit_obstack,
23700 hashtab_obstack_allocate,
23701 dummy_obstack_deallocate);
348e048f 23702
dee91e82
DE
23703 if (has_children)
23704 comp_unit_die->child = read_die_and_siblings (reader, info_ptr,
23705 &info_ptr, comp_unit_die);
23706 cu->dies = comp_unit_die;
23707 /* comp_unit_die is not stored in die_hash, no need. */
348e048f
DE
23708
23709 /* We try not to read any attributes in this function, because not
9cdd5dbd 23710 all CUs needed for references have been loaded yet, and symbol
348e048f 23711 table processing isn't initialized. But we have to set the CU language,
dee91e82
DE
23712 or we won't be able to build types correctly.
23713 Similarly, if we do not read the producer, we can not apply
23714 producer-specific interpretation. */
95554aad 23715 prepare_one_comp_unit (cu, cu->dies, language_minimal);
dee91e82 23716}
348e048f 23717
3019eac3
DE
23718/* Read in a signatured type and build its CU and DIEs.
23719 If the type is a stub for the real type in a DWO file,
23720 read in the real type from the DWO file as well. */
dee91e82
DE
23721
23722static void
23723read_signatured_type (struct signatured_type *sig_type)
23724{
23725 struct dwarf2_per_cu_data *per_cu = &sig_type->per_cu;
348e048f 23726
3019eac3 23727 gdb_assert (per_cu->is_debug_types);
dee91e82 23728 gdb_assert (per_cu->cu == NULL);
348e048f 23729
58f0c718 23730 init_cutu_and_read_dies (per_cu, NULL, 0, 1, false,
f4dc4d17 23731 read_signatured_type_reader, NULL);
7ee85ab1 23732 sig_type->per_cu.tu_read = 1;
c906108c
SS
23733}
23734
c906108c
SS
23735/* Decode simple location descriptions.
23736 Given a pointer to a dwarf block that defines a location, compute
23737 the location and return the value.
23738
4cecd739
DJ
23739 NOTE drow/2003-11-18: This function is called in two situations
23740 now: for the address of static or global variables (partial symbols
23741 only) and for offsets into structures which are expected to be
23742 (more or less) constant. The partial symbol case should go away,
23743 and only the constant case should remain. That will let this
23744 function complain more accurately. A few special modes are allowed
23745 without complaint for global variables (for instance, global
23746 register values and thread-local values).
c906108c
SS
23747
23748 A location description containing no operations indicates that the
4cecd739 23749 object is optimized out. The return value is 0 for that case.
6b992462
DJ
23750 FIXME drow/2003-11-16: No callers check for this case any more; soon all
23751 callers will only want a very basic result and this can become a
21ae7a4d
JK
23752 complaint.
23753
23754 Note that stack[0] is unused except as a default error return. */
c906108c
SS
23755
23756static CORE_ADDR
e7c27a73 23757decode_locdesc (struct dwarf_block *blk, struct dwarf2_cu *cu)
c906108c 23758{
518817b3 23759 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
56eb65bd
SP
23760 size_t i;
23761 size_t size = blk->size;
d521ce57 23762 const gdb_byte *data = blk->data;
21ae7a4d
JK
23763 CORE_ADDR stack[64];
23764 int stacki;
23765 unsigned int bytes_read, unsnd;
23766 gdb_byte op;
c906108c 23767
21ae7a4d
JK
23768 i = 0;
23769 stacki = 0;
23770 stack[stacki] = 0;
23771 stack[++stacki] = 0;
23772
23773 while (i < size)
23774 {
23775 op = data[i++];
23776 switch (op)
23777 {
23778 case DW_OP_lit0:
23779 case DW_OP_lit1:
23780 case DW_OP_lit2:
23781 case DW_OP_lit3:
23782 case DW_OP_lit4:
23783 case DW_OP_lit5:
23784 case DW_OP_lit6:
23785 case DW_OP_lit7:
23786 case DW_OP_lit8:
23787 case DW_OP_lit9:
23788 case DW_OP_lit10:
23789 case DW_OP_lit11:
23790 case DW_OP_lit12:
23791 case DW_OP_lit13:
23792 case DW_OP_lit14:
23793 case DW_OP_lit15:
23794 case DW_OP_lit16:
23795 case DW_OP_lit17:
23796 case DW_OP_lit18:
23797 case DW_OP_lit19:
23798 case DW_OP_lit20:
23799 case DW_OP_lit21:
23800 case DW_OP_lit22:
23801 case DW_OP_lit23:
23802 case DW_OP_lit24:
23803 case DW_OP_lit25:
23804 case DW_OP_lit26:
23805 case DW_OP_lit27:
23806 case DW_OP_lit28:
23807 case DW_OP_lit29:
23808 case DW_OP_lit30:
23809 case DW_OP_lit31:
23810 stack[++stacki] = op - DW_OP_lit0;
23811 break;
f1bea926 23812
21ae7a4d
JK
23813 case DW_OP_reg0:
23814 case DW_OP_reg1:
23815 case DW_OP_reg2:
23816 case DW_OP_reg3:
23817 case DW_OP_reg4:
23818 case DW_OP_reg5:
23819 case DW_OP_reg6:
23820 case DW_OP_reg7:
23821 case DW_OP_reg8:
23822 case DW_OP_reg9:
23823 case DW_OP_reg10:
23824 case DW_OP_reg11:
23825 case DW_OP_reg12:
23826 case DW_OP_reg13:
23827 case DW_OP_reg14:
23828 case DW_OP_reg15:
23829 case DW_OP_reg16:
23830 case DW_OP_reg17:
23831 case DW_OP_reg18:
23832 case DW_OP_reg19:
23833 case DW_OP_reg20:
23834 case DW_OP_reg21:
23835 case DW_OP_reg22:
23836 case DW_OP_reg23:
23837 case DW_OP_reg24:
23838 case DW_OP_reg25:
23839 case DW_OP_reg26:
23840 case DW_OP_reg27:
23841 case DW_OP_reg28:
23842 case DW_OP_reg29:
23843 case DW_OP_reg30:
23844 case DW_OP_reg31:
23845 stack[++stacki] = op - DW_OP_reg0;
23846 if (i < size)
23847 dwarf2_complex_location_expr_complaint ();
23848 break;
c906108c 23849
21ae7a4d
JK
23850 case DW_OP_regx:
23851 unsnd = read_unsigned_leb128 (NULL, (data + i), &bytes_read);
23852 i += bytes_read;
23853 stack[++stacki] = unsnd;
23854 if (i < size)
23855 dwarf2_complex_location_expr_complaint ();
23856 break;
c906108c 23857
21ae7a4d
JK
23858 case DW_OP_addr:
23859 stack[++stacki] = read_address (objfile->obfd, &data[i],
23860 cu, &bytes_read);
23861 i += bytes_read;
23862 break;
d53d4ac5 23863
21ae7a4d
JK
23864 case DW_OP_const1u:
23865 stack[++stacki] = read_1_byte (objfile->obfd, &data[i]);
23866 i += 1;
23867 break;
23868
23869 case DW_OP_const1s:
23870 stack[++stacki] = read_1_signed_byte (objfile->obfd, &data[i]);
23871 i += 1;
23872 break;
23873
23874 case DW_OP_const2u:
23875 stack[++stacki] = read_2_bytes (objfile->obfd, &data[i]);
23876 i += 2;
23877 break;
23878
23879 case DW_OP_const2s:
23880 stack[++stacki] = read_2_signed_bytes (objfile->obfd, &data[i]);
23881 i += 2;
23882 break;
d53d4ac5 23883
21ae7a4d
JK
23884 case DW_OP_const4u:
23885 stack[++stacki] = read_4_bytes (objfile->obfd, &data[i]);
23886 i += 4;
23887 break;
23888
23889 case DW_OP_const4s:
23890 stack[++stacki] = read_4_signed_bytes (objfile->obfd, &data[i]);
23891 i += 4;
23892 break;
23893
585861ea
JK
23894 case DW_OP_const8u:
23895 stack[++stacki] = read_8_bytes (objfile->obfd, &data[i]);
23896 i += 8;
23897 break;
23898
21ae7a4d
JK
23899 case DW_OP_constu:
23900 stack[++stacki] = read_unsigned_leb128 (NULL, (data + i),
23901 &bytes_read);
23902 i += bytes_read;
23903 break;
23904
23905 case DW_OP_consts:
23906 stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);
23907 i += bytes_read;
23908 break;
23909
23910 case DW_OP_dup:
23911 stack[stacki + 1] = stack[stacki];
23912 stacki++;
23913 break;
23914
23915 case DW_OP_plus:
23916 stack[stacki - 1] += stack[stacki];
23917 stacki--;
23918 break;
23919
23920 case DW_OP_plus_uconst:
23921 stack[stacki] += read_unsigned_leb128 (NULL, (data + i),
23922 &bytes_read);
23923 i += bytes_read;
23924 break;
23925
23926 case DW_OP_minus:
23927 stack[stacki - 1] -= stack[stacki];
23928 stacki--;
23929 break;
23930
23931 case DW_OP_deref:
23932 /* If we're not the last op, then we definitely can't encode
23933 this using GDB's address_class enum. This is valid for partial
23934 global symbols, although the variable's address will be bogus
23935 in the psymtab. */
23936 if (i < size)
23937 dwarf2_complex_location_expr_complaint ();
23938 break;
23939
23940 case DW_OP_GNU_push_tls_address:
4aa4e28b 23941 case DW_OP_form_tls_address:
21ae7a4d
JK
23942 /* The top of the stack has the offset from the beginning
23943 of the thread control block at which the variable is located. */
23944 /* Nothing should follow this operator, so the top of stack would
23945 be returned. */
23946 /* This is valid for partial global symbols, but the variable's
585861ea
JK
23947 address will be bogus in the psymtab. Make it always at least
23948 non-zero to not look as a variable garbage collected by linker
23949 which have DW_OP_addr 0. */
21ae7a4d
JK
23950 if (i < size)
23951 dwarf2_complex_location_expr_complaint ();
585861ea 23952 stack[stacki]++;
21ae7a4d
JK
23953 break;
23954
23955 case DW_OP_GNU_uninit:
23956 break;
23957
336d760d 23958 case DW_OP_addrx:
3019eac3 23959 case DW_OP_GNU_addr_index:
49f6c839 23960 case DW_OP_GNU_const_index:
3019eac3
DE
23961 stack[++stacki] = read_addr_index_from_leb128 (cu, &data[i],
23962 &bytes_read);
23963 i += bytes_read;
23964 break;
23965
21ae7a4d
JK
23966 default:
23967 {
f39c6ffd 23968 const char *name = get_DW_OP_name (op);
21ae7a4d
JK
23969
23970 if (name)
b98664d3 23971 complaint (_("unsupported stack op: '%s'"),
21ae7a4d
JK
23972 name);
23973 else
b98664d3 23974 complaint (_("unsupported stack op: '%02x'"),
21ae7a4d
JK
23975 op);
23976 }
23977
23978 return (stack[stacki]);
d53d4ac5 23979 }
3c6e0cb3 23980
21ae7a4d
JK
23981 /* Enforce maximum stack depth of SIZE-1 to avoid writing
23982 outside of the allocated space. Also enforce minimum>0. */
23983 if (stacki >= ARRAY_SIZE (stack) - 1)
23984 {
b98664d3 23985 complaint (_("location description stack overflow"));
21ae7a4d
JK
23986 return 0;
23987 }
23988
23989 if (stacki <= 0)
23990 {
b98664d3 23991 complaint (_("location description stack underflow"));
21ae7a4d
JK
23992 return 0;
23993 }
23994 }
23995 return (stack[stacki]);
c906108c
SS
23996}
23997
23998/* memory allocation interface */
23999
c906108c 24000static struct dwarf_block *
7b5a2f43 24001dwarf_alloc_block (struct dwarf2_cu *cu)
c906108c 24002{
8d749320 24003 return XOBNEW (&cu->comp_unit_obstack, struct dwarf_block);
c906108c
SS
24004}
24005
c906108c 24006static struct die_info *
b60c80d6 24007dwarf_alloc_die (struct dwarf2_cu *cu, int num_attrs)
c906108c
SS
24008{
24009 struct die_info *die;
b60c80d6
DJ
24010 size_t size = sizeof (struct die_info);
24011
24012 if (num_attrs > 1)
24013 size += (num_attrs - 1) * sizeof (struct attribute);
c906108c 24014
b60c80d6 24015 die = (struct die_info *) obstack_alloc (&cu->comp_unit_obstack, size);
c906108c
SS
24016 memset (die, 0, sizeof (struct die_info));
24017 return (die);
24018}
2e276125
JB
24019
24020\f
24021/* Macro support. */
24022
233d95b5
JK
24023/* Return file name relative to the compilation directory of file number I in
24024 *LH's file name table. The result is allocated using xmalloc; the caller is
2e276125 24025 responsible for freeing it. */
233d95b5 24026
2e276125 24027static char *
233d95b5 24028file_file_name (int file, struct line_header *lh)
2e276125 24029{
6a83a1e6
EZ
24030 /* Is the file number a valid index into the line header's file name
24031 table? Remember that file numbers start with one, not zero. */
fff8551c 24032 if (1 <= file && file <= lh->file_names.size ())
6a83a1e6 24033 {
8c43009f 24034 const file_entry &fe = lh->file_names[file - 1];
6e70227d 24035
8c43009f
PA
24036 if (!IS_ABSOLUTE_PATH (fe.name))
24037 {
24038 const char *dir = fe.include_dir (lh);
24039 if (dir != NULL)
24040 return concat (dir, SLASH_STRING, fe.name, (char *) NULL);
24041 }
24042 return xstrdup (fe.name);
6a83a1e6 24043 }
2e276125
JB
24044 else
24045 {
6a83a1e6
EZ
24046 /* The compiler produced a bogus file number. We can at least
24047 record the macro definitions made in the file, even if we
24048 won't be able to find the file by name. */
24049 char fake_name[80];
9a619af0 24050
8c042590
PM
24051 xsnprintf (fake_name, sizeof (fake_name),
24052 "<bad macro file number %d>", file);
2e276125 24053
b98664d3 24054 complaint (_("bad file number in macro information (%d)"),
6a83a1e6 24055 file);
2e276125 24056
6a83a1e6 24057 return xstrdup (fake_name);
2e276125
JB
24058 }
24059}
24060
233d95b5
JK
24061/* Return the full name of file number I in *LH's file name table.
24062 Use COMP_DIR as the name of the current directory of the
24063 compilation. The result is allocated using xmalloc; the caller is
24064 responsible for freeing it. */
24065static char *
24066file_full_name (int file, struct line_header *lh, const char *comp_dir)
24067{
24068 /* Is the file number a valid index into the line header's file name
24069 table? Remember that file numbers start with one, not zero. */
fff8551c 24070 if (1 <= file && file <= lh->file_names.size ())
233d95b5
JK
24071 {
24072 char *relative = file_file_name (file, lh);
24073
24074 if (IS_ABSOLUTE_PATH (relative) || comp_dir == NULL)
24075 return relative;
b36cec19
PA
24076 return reconcat (relative, comp_dir, SLASH_STRING,
24077 relative, (char *) NULL);
233d95b5
JK
24078 }
24079 else
24080 return file_file_name (file, lh);
24081}
24082
2e276125
JB
24083
24084static struct macro_source_file *
804d2729
TT
24085macro_start_file (struct dwarf2_cu *cu,
24086 int file, int line,
2e276125 24087 struct macro_source_file *current_file,
43f3e411 24088 struct line_header *lh)
2e276125 24089{
233d95b5
JK
24090 /* File name relative to the compilation directory of this source file. */
24091 char *file_name = file_file_name (file, lh);
2e276125 24092
2e276125 24093 if (! current_file)
abc9d0dc 24094 {
fc474241
DE
24095 /* Note: We don't create a macro table for this compilation unit
24096 at all until we actually get a filename. */
c24bdb02 24097 struct macro_table *macro_table = cu->get_builder ()->get_macro_table ();
fc474241 24098
abc9d0dc
TT
24099 /* If we have no current file, then this must be the start_file
24100 directive for the compilation unit's main source file. */
fc474241
DE
24101 current_file = macro_set_main (macro_table, file_name);
24102 macro_define_special (macro_table);
abc9d0dc 24103 }
2e276125 24104 else
233d95b5 24105 current_file = macro_include (current_file, line, file_name);
2e276125 24106
233d95b5 24107 xfree (file_name);
6e70227d 24108
2e276125
JB
24109 return current_file;
24110}
24111
2e276125
JB
24112static const char *
24113consume_improper_spaces (const char *p, const char *body)
24114{
24115 if (*p == ' ')
24116 {
b98664d3 24117 complaint (_("macro definition contains spaces "
3e43a32a 24118 "in formal argument list:\n`%s'"),
4d3c2250 24119 body);
2e276125
JB
24120
24121 while (*p == ' ')
24122 p++;
24123 }
24124
24125 return p;
24126}
24127
24128
24129static void
24130parse_macro_definition (struct macro_source_file *file, int line,
24131 const char *body)
24132{
24133 const char *p;
24134
24135 /* The body string takes one of two forms. For object-like macro
24136 definitions, it should be:
24137
24138 <macro name> " " <definition>
24139
24140 For function-like macro definitions, it should be:
24141
24142 <macro name> "() " <definition>
24143 or
24144 <macro name> "(" <arg name> ( "," <arg name> ) * ") " <definition>
24145
24146 Spaces may appear only where explicitly indicated, and in the
24147 <definition>.
24148
24149 The Dwarf 2 spec says that an object-like macro's name is always
24150 followed by a space, but versions of GCC around March 2002 omit
6e70227d 24151 the space when the macro's definition is the empty string.
2e276125
JB
24152
24153 The Dwarf 2 spec says that there should be no spaces between the
24154 formal arguments in a function-like macro's formal argument list,
24155 but versions of GCC around March 2002 include spaces after the
24156 commas. */
24157
24158
24159 /* Find the extent of the macro name. The macro name is terminated
24160 by either a space or null character (for an object-like macro) or
24161 an opening paren (for a function-like macro). */
24162 for (p = body; *p; p++)
24163 if (*p == ' ' || *p == '(')
24164 break;
24165
24166 if (*p == ' ' || *p == '\0')
24167 {
24168 /* It's an object-like macro. */
24169 int name_len = p - body;
3f8a7804 24170 char *name = savestring (body, name_len);
2e276125
JB
24171 const char *replacement;
24172
24173 if (*p == ' ')
24174 replacement = body + name_len + 1;
24175 else
24176 {
4d3c2250 24177 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
24178 replacement = body + name_len;
24179 }
6e70227d 24180
2e276125
JB
24181 macro_define_object (file, line, name, replacement);
24182
24183 xfree (name);
24184 }
24185 else if (*p == '(')
24186 {
24187 /* It's a function-like macro. */
3f8a7804 24188 char *name = savestring (body, p - body);
2e276125
JB
24189 int argc = 0;
24190 int argv_size = 1;
8d749320 24191 char **argv = XNEWVEC (char *, argv_size);
2e276125
JB
24192
24193 p++;
24194
24195 p = consume_improper_spaces (p, body);
24196
24197 /* Parse the formal argument list. */
24198 while (*p && *p != ')')
24199 {
24200 /* Find the extent of the current argument name. */
24201 const char *arg_start = p;
24202
24203 while (*p && *p != ',' && *p != ')' && *p != ' ')
24204 p++;
24205
24206 if (! *p || p == arg_start)
4d3c2250 24207 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
24208 else
24209 {
24210 /* Make sure argv has room for the new argument. */
24211 if (argc >= argv_size)
24212 {
24213 argv_size *= 2;
224c3ddb 24214 argv = XRESIZEVEC (char *, argv, argv_size);
2e276125
JB
24215 }
24216
3f8a7804 24217 argv[argc++] = savestring (arg_start, p - arg_start);
2e276125
JB
24218 }
24219
24220 p = consume_improper_spaces (p, body);
24221
24222 /* Consume the comma, if present. */
24223 if (*p == ',')
24224 {
24225 p++;
24226
24227 p = consume_improper_spaces (p, body);
24228 }
24229 }
24230
24231 if (*p == ')')
24232 {
24233 p++;
24234
24235 if (*p == ' ')
24236 /* Perfectly formed definition, no complaints. */
24237 macro_define_function (file, line, name,
6e70227d 24238 argc, (const char **) argv,
2e276125
JB
24239 p + 1);
24240 else if (*p == '\0')
24241 {
24242 /* Complain, but do define it. */
4d3c2250 24243 dwarf2_macro_malformed_definition_complaint (body);
2e276125 24244 macro_define_function (file, line, name,
6e70227d 24245 argc, (const char **) argv,
2e276125
JB
24246 p);
24247 }
24248 else
24249 /* Just complain. */
4d3c2250 24250 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
24251 }
24252 else
24253 /* Just complain. */
4d3c2250 24254 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
24255
24256 xfree (name);
24257 {
24258 int i;
24259
24260 for (i = 0; i < argc; i++)
24261 xfree (argv[i]);
24262 }
24263 xfree (argv);
24264 }
24265 else
4d3c2250 24266 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
24267}
24268
cf2c3c16
TT
24269/* Skip some bytes from BYTES according to the form given in FORM.
24270 Returns the new pointer. */
2e276125 24271
d521ce57
TT
24272static const gdb_byte *
24273skip_form_bytes (bfd *abfd, const gdb_byte *bytes, const gdb_byte *buffer_end,
cf2c3c16
TT
24274 enum dwarf_form form,
24275 unsigned int offset_size,
24276 struct dwarf2_section_info *section)
2e276125 24277{
cf2c3c16 24278 unsigned int bytes_read;
2e276125 24279
cf2c3c16 24280 switch (form)
2e276125 24281 {
cf2c3c16
TT
24282 case DW_FORM_data1:
24283 case DW_FORM_flag:
24284 ++bytes;
24285 break;
24286
24287 case DW_FORM_data2:
24288 bytes += 2;
24289 break;
24290
24291 case DW_FORM_data4:
24292 bytes += 4;
24293 break;
24294
24295 case DW_FORM_data8:
24296 bytes += 8;
24297 break;
24298
0224619f
JK
24299 case DW_FORM_data16:
24300 bytes += 16;
24301 break;
24302
cf2c3c16
TT
24303 case DW_FORM_string:
24304 read_direct_string (abfd, bytes, &bytes_read);
24305 bytes += bytes_read;
24306 break;
24307
24308 case DW_FORM_sec_offset:
24309 case DW_FORM_strp:
36586728 24310 case DW_FORM_GNU_strp_alt:
cf2c3c16
TT
24311 bytes += offset_size;
24312 break;
24313
24314 case DW_FORM_block:
24315 bytes += read_unsigned_leb128 (abfd, bytes, &bytes_read);
24316 bytes += bytes_read;
24317 break;
24318
24319 case DW_FORM_block1:
24320 bytes += 1 + read_1_byte (abfd, bytes);
24321 break;
24322 case DW_FORM_block2:
24323 bytes += 2 + read_2_bytes (abfd, bytes);
24324 break;
24325 case DW_FORM_block4:
24326 bytes += 4 + read_4_bytes (abfd, bytes);
24327 break;
24328
336d760d 24329 case DW_FORM_addrx:
cf2c3c16 24330 case DW_FORM_sdata:
cf532bd1 24331 case DW_FORM_strx:
cf2c3c16 24332 case DW_FORM_udata:
3019eac3
DE
24333 case DW_FORM_GNU_addr_index:
24334 case DW_FORM_GNU_str_index:
d521ce57 24335 bytes = gdb_skip_leb128 (bytes, buffer_end);
f664829e
DE
24336 if (bytes == NULL)
24337 {
24338 dwarf2_section_buffer_overflow_complaint (section);
24339 return NULL;
24340 }
cf2c3c16
TT
24341 break;
24342
663c44ac
JK
24343 case DW_FORM_implicit_const:
24344 break;
24345
cf2c3c16
TT
24346 default:
24347 {
b98664d3 24348 complaint (_("invalid form 0x%x in `%s'"),
a32a8923 24349 form, get_section_name (section));
cf2c3c16
TT
24350 return NULL;
24351 }
2e276125
JB
24352 }
24353
cf2c3c16
TT
24354 return bytes;
24355}
757a13d0 24356
cf2c3c16
TT
24357/* A helper for dwarf_decode_macros that handles skipping an unknown
24358 opcode. Returns an updated pointer to the macro data buffer; or,
24359 on error, issues a complaint and returns NULL. */
757a13d0 24360
d521ce57 24361static const gdb_byte *
cf2c3c16 24362skip_unknown_opcode (unsigned int opcode,
d521ce57
TT
24363 const gdb_byte **opcode_definitions,
24364 const gdb_byte *mac_ptr, const gdb_byte *mac_end,
cf2c3c16
TT
24365 bfd *abfd,
24366 unsigned int offset_size,
24367 struct dwarf2_section_info *section)
24368{
24369 unsigned int bytes_read, i;
24370 unsigned long arg;
d521ce57 24371 const gdb_byte *defn;
2e276125 24372
cf2c3c16 24373 if (opcode_definitions[opcode] == NULL)
2e276125 24374 {
b98664d3 24375 complaint (_("unrecognized DW_MACFINO opcode 0x%x"),
cf2c3c16
TT
24376 opcode);
24377 return NULL;
24378 }
2e276125 24379
cf2c3c16
TT
24380 defn = opcode_definitions[opcode];
24381 arg = read_unsigned_leb128 (abfd, defn, &bytes_read);
24382 defn += bytes_read;
2e276125 24383
cf2c3c16
TT
24384 for (i = 0; i < arg; ++i)
24385 {
aead7601
SM
24386 mac_ptr = skip_form_bytes (abfd, mac_ptr, mac_end,
24387 (enum dwarf_form) defn[i], offset_size,
f664829e 24388 section);
cf2c3c16
TT
24389 if (mac_ptr == NULL)
24390 {
24391 /* skip_form_bytes already issued the complaint. */
24392 return NULL;
24393 }
24394 }
757a13d0 24395
cf2c3c16
TT
24396 return mac_ptr;
24397}
757a13d0 24398
cf2c3c16
TT
24399/* A helper function which parses the header of a macro section.
24400 If the macro section is the extended (for now called "GNU") type,
24401 then this updates *OFFSET_SIZE. Returns a pointer to just after
24402 the header, or issues a complaint and returns NULL on error. */
757a13d0 24403
d521ce57
TT
24404static const gdb_byte *
24405dwarf_parse_macro_header (const gdb_byte **opcode_definitions,
cf2c3c16 24406 bfd *abfd,
d521ce57 24407 const gdb_byte *mac_ptr,
cf2c3c16
TT
24408 unsigned int *offset_size,
24409 int section_is_gnu)
24410{
24411 memset (opcode_definitions, 0, 256 * sizeof (gdb_byte *));
757a13d0 24412
cf2c3c16
TT
24413 if (section_is_gnu)
24414 {
24415 unsigned int version, flags;
757a13d0 24416
cf2c3c16 24417 version = read_2_bytes (abfd, mac_ptr);
0af92d60 24418 if (version != 4 && version != 5)
cf2c3c16 24419 {
b98664d3 24420 complaint (_("unrecognized version `%d' in .debug_macro section"),
cf2c3c16
TT
24421 version);
24422 return NULL;
24423 }
24424 mac_ptr += 2;
757a13d0 24425
cf2c3c16
TT
24426 flags = read_1_byte (abfd, mac_ptr);
24427 ++mac_ptr;
24428 *offset_size = (flags & 1) ? 8 : 4;
757a13d0 24429
cf2c3c16
TT
24430 if ((flags & 2) != 0)
24431 /* We don't need the line table offset. */
24432 mac_ptr += *offset_size;
757a13d0 24433
cf2c3c16
TT
24434 /* Vendor opcode descriptions. */
24435 if ((flags & 4) != 0)
24436 {
24437 unsigned int i, count;
757a13d0 24438
cf2c3c16
TT
24439 count = read_1_byte (abfd, mac_ptr);
24440 ++mac_ptr;
24441 for (i = 0; i < count; ++i)
24442 {
24443 unsigned int opcode, bytes_read;
24444 unsigned long arg;
24445
24446 opcode = read_1_byte (abfd, mac_ptr);
24447 ++mac_ptr;
24448 opcode_definitions[opcode] = mac_ptr;
24449 arg = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24450 mac_ptr += bytes_read;
24451 mac_ptr += arg;
24452 }
757a13d0 24453 }
cf2c3c16 24454 }
757a13d0 24455
cf2c3c16
TT
24456 return mac_ptr;
24457}
757a13d0 24458
cf2c3c16 24459/* A helper for dwarf_decode_macros that handles the GNU extensions,
0af92d60 24460 including DW_MACRO_import. */
cf2c3c16
TT
24461
24462static void
804d2729 24463dwarf_decode_macro_bytes (struct dwarf2_cu *cu,
ed2dc618 24464 bfd *abfd,
d521ce57 24465 const gdb_byte *mac_ptr, const gdb_byte *mac_end,
cf2c3c16 24466 struct macro_source_file *current_file,
43f3e411 24467 struct line_header *lh,
cf2c3c16 24468 struct dwarf2_section_info *section,
36586728 24469 int section_is_gnu, int section_is_dwz,
cf2c3c16 24470 unsigned int offset_size,
8fc3fc34 24471 htab_t include_hash)
cf2c3c16 24472{
804d2729
TT
24473 struct dwarf2_per_objfile *dwarf2_per_objfile
24474 = cu->per_cu->dwarf2_per_objfile;
4d663531 24475 struct objfile *objfile = dwarf2_per_objfile->objfile;
cf2c3c16
TT
24476 enum dwarf_macro_record_type macinfo_type;
24477 int at_commandline;
d521ce57 24478 const gdb_byte *opcode_definitions[256];
757a13d0 24479
cf2c3c16
TT
24480 mac_ptr = dwarf_parse_macro_header (opcode_definitions, abfd, mac_ptr,
24481 &offset_size, section_is_gnu);
24482 if (mac_ptr == NULL)
24483 {
24484 /* We already issued a complaint. */
24485 return;
24486 }
757a13d0
JK
24487
24488 /* Determines if GDB is still before first DW_MACINFO_start_file. If true
24489 GDB is still reading the definitions from command line. First
24490 DW_MACINFO_start_file will need to be ignored as it was already executed
24491 to create CURRENT_FILE for the main source holding also the command line
24492 definitions. On first met DW_MACINFO_start_file this flag is reset to
24493 normally execute all the remaining DW_MACINFO_start_file macinfos. */
24494
24495 at_commandline = 1;
24496
24497 do
24498 {
24499 /* Do we at least have room for a macinfo type byte? */
24500 if (mac_ptr >= mac_end)
24501 {
f664829e 24502 dwarf2_section_buffer_overflow_complaint (section);
757a13d0
JK
24503 break;
24504 }
24505
aead7601 24506 macinfo_type = (enum dwarf_macro_record_type) read_1_byte (abfd, mac_ptr);
757a13d0
JK
24507 mac_ptr++;
24508
cf2c3c16
TT
24509 /* Note that we rely on the fact that the corresponding GNU and
24510 DWARF constants are the same. */
132448f8
SM
24511 DIAGNOSTIC_PUSH
24512 DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES
757a13d0
JK
24513 switch (macinfo_type)
24514 {
24515 /* A zero macinfo type indicates the end of the macro
24516 information. */
24517 case 0:
24518 break;
2e276125 24519
0af92d60
JK
24520 case DW_MACRO_define:
24521 case DW_MACRO_undef:
24522 case DW_MACRO_define_strp:
24523 case DW_MACRO_undef_strp:
24524 case DW_MACRO_define_sup:
24525 case DW_MACRO_undef_sup:
2e276125 24526 {
891d2f0b 24527 unsigned int bytes_read;
2e276125 24528 int line;
d521ce57 24529 const char *body;
cf2c3c16 24530 int is_define;
2e276125 24531
cf2c3c16
TT
24532 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24533 mac_ptr += bytes_read;
24534
0af92d60
JK
24535 if (macinfo_type == DW_MACRO_define
24536 || macinfo_type == DW_MACRO_undef)
cf2c3c16
TT
24537 {
24538 body = read_direct_string (abfd, mac_ptr, &bytes_read);
24539 mac_ptr += bytes_read;
24540 }
24541 else
24542 {
24543 LONGEST str_offset;
24544
24545 str_offset = read_offset_1 (abfd, mac_ptr, offset_size);
24546 mac_ptr += offset_size;
2e276125 24547
0af92d60
JK
24548 if (macinfo_type == DW_MACRO_define_sup
24549 || macinfo_type == DW_MACRO_undef_sup
f7a35f02 24550 || section_is_dwz)
36586728 24551 {
ed2dc618
SM
24552 struct dwz_file *dwz
24553 = dwarf2_get_dwz_file (dwarf2_per_objfile);
36586728 24554
ed2dc618
SM
24555 body = read_indirect_string_from_dwz (objfile,
24556 dwz, str_offset);
36586728
TT
24557 }
24558 else
ed2dc618
SM
24559 body = read_indirect_string_at_offset (dwarf2_per_objfile,
24560 abfd, str_offset);
cf2c3c16
TT
24561 }
24562
0af92d60
JK
24563 is_define = (macinfo_type == DW_MACRO_define
24564 || macinfo_type == DW_MACRO_define_strp
24565 || macinfo_type == DW_MACRO_define_sup);
2e276125 24566 if (! current_file)
757a13d0
JK
24567 {
24568 /* DWARF violation as no main source is present. */
b98664d3 24569 complaint (_("debug info with no main source gives macro %s "
757a13d0 24570 "on line %d: %s"),
cf2c3c16
TT
24571 is_define ? _("definition") : _("undefinition"),
24572 line, body);
757a13d0
JK
24573 break;
24574 }
3e43a32a
MS
24575 if ((line == 0 && !at_commandline)
24576 || (line != 0 && at_commandline))
b98664d3 24577 complaint (_("debug info gives %s macro %s with %s line %d: %s"),
757a13d0 24578 at_commandline ? _("command-line") : _("in-file"),
cf2c3c16 24579 is_define ? _("definition") : _("undefinition"),
757a13d0
JK
24580 line == 0 ? _("zero") : _("non-zero"), line, body);
24581
955b06fa 24582 if (body == NULL)
7bede828 24583 {
955b06fa
SDJ
24584 /* Fedora's rpm-build's "debugedit" binary
24585 corrupted .debug_macro sections.
24586
24587 For more info, see
24588 https://bugzilla.redhat.com/show_bug.cgi?id=1708786 */
24589 complaint (_("debug info gives %s invalid macro %s "
24590 "without body (corrupted?) at line %d "
24591 "on file %s"),
24592 at_commandline ? _("command-line") : _("in-file"),
24593 is_define ? _("definition") : _("undefinition"),
24594 line, current_file->filename);
7bede828 24595 }
955b06fa
SDJ
24596 else if (is_define)
24597 parse_macro_definition (current_file, line, body);
cf2c3c16
TT
24598 else
24599 {
0af92d60
JK
24600 gdb_assert (macinfo_type == DW_MACRO_undef
24601 || macinfo_type == DW_MACRO_undef_strp
24602 || macinfo_type == DW_MACRO_undef_sup);
cf2c3c16
TT
24603 macro_undef (current_file, line, body);
24604 }
2e276125
JB
24605 }
24606 break;
24607
0af92d60 24608 case DW_MACRO_start_file:
2e276125 24609 {
891d2f0b 24610 unsigned int bytes_read;
2e276125
JB
24611 int line, file;
24612
24613 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24614 mac_ptr += bytes_read;
24615 file = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24616 mac_ptr += bytes_read;
24617
3e43a32a
MS
24618 if ((line == 0 && !at_commandline)
24619 || (line != 0 && at_commandline))
b98664d3 24620 complaint (_("debug info gives source %d included "
757a13d0
JK
24621 "from %s at %s line %d"),
24622 file, at_commandline ? _("command-line") : _("file"),
24623 line == 0 ? _("zero") : _("non-zero"), line);
24624
24625 if (at_commandline)
24626 {
0af92d60 24627 /* This DW_MACRO_start_file was executed in the
cf2c3c16 24628 pass one. */
757a13d0
JK
24629 at_commandline = 0;
24630 }
24631 else
804d2729
TT
24632 current_file = macro_start_file (cu, file, line, current_file,
24633 lh);
2e276125
JB
24634 }
24635 break;
24636
0af92d60 24637 case DW_MACRO_end_file:
2e276125 24638 if (! current_file)
b98664d3 24639 complaint (_("macro debug info has an unmatched "
3e43a32a 24640 "`close_file' directive"));
2e276125
JB
24641 else
24642 {
24643 current_file = current_file->included_by;
24644 if (! current_file)
24645 {
cf2c3c16 24646 enum dwarf_macro_record_type next_type;
2e276125
JB
24647
24648 /* GCC circa March 2002 doesn't produce the zero
24649 type byte marking the end of the compilation
24650 unit. Complain if it's not there, but exit no
24651 matter what. */
24652
24653 /* Do we at least have room for a macinfo type byte? */
24654 if (mac_ptr >= mac_end)
24655 {
f664829e 24656 dwarf2_section_buffer_overflow_complaint (section);
2e276125
JB
24657 return;
24658 }
24659
24660 /* We don't increment mac_ptr here, so this is just
24661 a look-ahead. */
aead7601
SM
24662 next_type
24663 = (enum dwarf_macro_record_type) read_1_byte (abfd,
24664 mac_ptr);
2e276125 24665 if (next_type != 0)
b98664d3 24666 complaint (_("no terminating 0-type entry for "
3e43a32a 24667 "macros in `.debug_macinfo' section"));
2e276125
JB
24668
24669 return;
24670 }
24671 }
24672 break;
24673
0af92d60
JK
24674 case DW_MACRO_import:
24675 case DW_MACRO_import_sup:
cf2c3c16
TT
24676 {
24677 LONGEST offset;
8fc3fc34 24678 void **slot;
a036ba48
TT
24679 bfd *include_bfd = abfd;
24680 struct dwarf2_section_info *include_section = section;
d521ce57 24681 const gdb_byte *include_mac_end = mac_end;
a036ba48 24682 int is_dwz = section_is_dwz;
d521ce57 24683 const gdb_byte *new_mac_ptr;
cf2c3c16
TT
24684
24685 offset = read_offset_1 (abfd, mac_ptr, offset_size);
24686 mac_ptr += offset_size;
24687
0af92d60 24688 if (macinfo_type == DW_MACRO_import_sup)
a036ba48 24689 {
ed2dc618 24690 struct dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
a036ba48 24691
4d663531 24692 dwarf2_read_section (objfile, &dwz->macro);
a036ba48 24693
a036ba48 24694 include_section = &dwz->macro;
a32a8923 24695 include_bfd = get_section_bfd_owner (include_section);
a036ba48
TT
24696 include_mac_end = dwz->macro.buffer + dwz->macro.size;
24697 is_dwz = 1;
24698 }
24699
24700 new_mac_ptr = include_section->buffer + offset;
24701 slot = htab_find_slot (include_hash, new_mac_ptr, INSERT);
24702
8fc3fc34
TT
24703 if (*slot != NULL)
24704 {
24705 /* This has actually happened; see
24706 http://sourceware.org/bugzilla/show_bug.cgi?id=13568. */
b98664d3 24707 complaint (_("recursive DW_MACRO_import in "
8fc3fc34
TT
24708 ".debug_macro section"));
24709 }
24710 else
24711 {
d521ce57 24712 *slot = (void *) new_mac_ptr;
36586728 24713
804d2729 24714 dwarf_decode_macro_bytes (cu, include_bfd, new_mac_ptr,
43f3e411 24715 include_mac_end, current_file, lh,
36586728 24716 section, section_is_gnu, is_dwz,
4d663531 24717 offset_size, include_hash);
8fc3fc34 24718
d521ce57 24719 htab_remove_elt (include_hash, (void *) new_mac_ptr);
8fc3fc34 24720 }
cf2c3c16
TT
24721 }
24722 break;
24723
2e276125 24724 case DW_MACINFO_vendor_ext:
cf2c3c16
TT
24725 if (!section_is_gnu)
24726 {
24727 unsigned int bytes_read;
2e276125 24728
ac298888
TT
24729 /* This reads the constant, but since we don't recognize
24730 any vendor extensions, we ignore it. */
24731 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
cf2c3c16
TT
24732 mac_ptr += bytes_read;
24733 read_direct_string (abfd, mac_ptr, &bytes_read);
24734 mac_ptr += bytes_read;
2e276125 24735
cf2c3c16
TT
24736 /* We don't recognize any vendor extensions. */
24737 break;
24738 }
24739 /* FALLTHROUGH */
24740
24741 default:
24742 mac_ptr = skip_unknown_opcode (macinfo_type, opcode_definitions,
f664829e 24743 mac_ptr, mac_end, abfd, offset_size,
cf2c3c16
TT
24744 section);
24745 if (mac_ptr == NULL)
24746 return;
24747 break;
2e276125 24748 }
132448f8 24749 DIAGNOSTIC_POP
757a13d0 24750 } while (macinfo_type != 0);
2e276125 24751}
8e19ed76 24752
cf2c3c16 24753static void
09262596 24754dwarf_decode_macros (struct dwarf2_cu *cu, unsigned int offset,
43f3e411 24755 int section_is_gnu)
cf2c3c16 24756{
518817b3
SM
24757 struct dwarf2_per_objfile *dwarf2_per_objfile
24758 = cu->per_cu->dwarf2_per_objfile;
bb5ed363 24759 struct objfile *objfile = dwarf2_per_objfile->objfile;
09262596
DE
24760 struct line_header *lh = cu->line_header;
24761 bfd *abfd;
d521ce57 24762 const gdb_byte *mac_ptr, *mac_end;
cf2c3c16
TT
24763 struct macro_source_file *current_file = 0;
24764 enum dwarf_macro_record_type macinfo_type;
24765 unsigned int offset_size = cu->header.offset_size;
d521ce57 24766 const gdb_byte *opcode_definitions[256];
8fc3fc34 24767 void **slot;
09262596
DE
24768 struct dwarf2_section_info *section;
24769 const char *section_name;
24770
24771 if (cu->dwo_unit != NULL)
24772 {
24773 if (section_is_gnu)
24774 {
24775 section = &cu->dwo_unit->dwo_file->sections.macro;
24776 section_name = ".debug_macro.dwo";
24777 }
24778 else
24779 {
24780 section = &cu->dwo_unit->dwo_file->sections.macinfo;
24781 section_name = ".debug_macinfo.dwo";
24782 }
24783 }
24784 else
24785 {
24786 if (section_is_gnu)
24787 {
24788 section = &dwarf2_per_objfile->macro;
24789 section_name = ".debug_macro";
24790 }
24791 else
24792 {
24793 section = &dwarf2_per_objfile->macinfo;
24794 section_name = ".debug_macinfo";
24795 }
24796 }
cf2c3c16 24797
bb5ed363 24798 dwarf2_read_section (objfile, section);
cf2c3c16
TT
24799 if (section->buffer == NULL)
24800 {
b98664d3 24801 complaint (_("missing %s section"), section_name);
cf2c3c16
TT
24802 return;
24803 }
a32a8923 24804 abfd = get_section_bfd_owner (section);
cf2c3c16
TT
24805
24806 /* First pass: Find the name of the base filename.
24807 This filename is needed in order to process all macros whose definition
24808 (or undefinition) comes from the command line. These macros are defined
24809 before the first DW_MACINFO_start_file entry, and yet still need to be
24810 associated to the base file.
24811
24812 To determine the base file name, we scan the macro definitions until we
24813 reach the first DW_MACINFO_start_file entry. We then initialize
24814 CURRENT_FILE accordingly so that any macro definition found before the
24815 first DW_MACINFO_start_file can still be associated to the base file. */
24816
24817 mac_ptr = section->buffer + offset;
24818 mac_end = section->buffer + section->size;
24819
24820 mac_ptr = dwarf_parse_macro_header (opcode_definitions, abfd, mac_ptr,
24821 &offset_size, section_is_gnu);
24822 if (mac_ptr == NULL)
24823 {
24824 /* We already issued a complaint. */
24825 return;
24826 }
24827
24828 do
24829 {
24830 /* Do we at least have room for a macinfo type byte? */
24831 if (mac_ptr >= mac_end)
24832 {
24833 /* Complaint is printed during the second pass as GDB will probably
24834 stop the first pass earlier upon finding
24835 DW_MACINFO_start_file. */
24836 break;
24837 }
24838
aead7601 24839 macinfo_type = (enum dwarf_macro_record_type) read_1_byte (abfd, mac_ptr);
cf2c3c16
TT
24840 mac_ptr++;
24841
24842 /* Note that we rely on the fact that the corresponding GNU and
24843 DWARF constants are the same. */
132448f8
SM
24844 DIAGNOSTIC_PUSH
24845 DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES
cf2c3c16
TT
24846 switch (macinfo_type)
24847 {
24848 /* A zero macinfo type indicates the end of the macro
24849 information. */
24850 case 0:
24851 break;
24852
0af92d60
JK
24853 case DW_MACRO_define:
24854 case DW_MACRO_undef:
cf2c3c16
TT
24855 /* Only skip the data by MAC_PTR. */
24856 {
24857 unsigned int bytes_read;
24858
24859 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24860 mac_ptr += bytes_read;
24861 read_direct_string (abfd, mac_ptr, &bytes_read);
24862 mac_ptr += bytes_read;
24863 }
24864 break;
24865
0af92d60 24866 case DW_MACRO_start_file:
cf2c3c16
TT
24867 {
24868 unsigned int bytes_read;
24869 int line, file;
24870
24871 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24872 mac_ptr += bytes_read;
24873 file = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24874 mac_ptr += bytes_read;
24875
804d2729 24876 current_file = macro_start_file (cu, file, line, current_file, lh);
cf2c3c16
TT
24877 }
24878 break;
24879
0af92d60 24880 case DW_MACRO_end_file:
cf2c3c16
TT
24881 /* No data to skip by MAC_PTR. */
24882 break;
24883
0af92d60
JK
24884 case DW_MACRO_define_strp:
24885 case DW_MACRO_undef_strp:
24886 case DW_MACRO_define_sup:
24887 case DW_MACRO_undef_sup:
cf2c3c16
TT
24888 {
24889 unsigned int bytes_read;
24890
24891 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24892 mac_ptr += bytes_read;
24893 mac_ptr += offset_size;
24894 }
24895 break;
24896
0af92d60
JK
24897 case DW_MACRO_import:
24898 case DW_MACRO_import_sup:
cf2c3c16 24899 /* Note that, according to the spec, a transparent include
0af92d60 24900 chain cannot call DW_MACRO_start_file. So, we can just
cf2c3c16
TT
24901 skip this opcode. */
24902 mac_ptr += offset_size;
24903 break;
24904
24905 case DW_MACINFO_vendor_ext:
24906 /* Only skip the data by MAC_PTR. */
24907 if (!section_is_gnu)
24908 {
24909 unsigned int bytes_read;
24910
24911 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24912 mac_ptr += bytes_read;
24913 read_direct_string (abfd, mac_ptr, &bytes_read);
24914 mac_ptr += bytes_read;
24915 }
24916 /* FALLTHROUGH */
24917
24918 default:
24919 mac_ptr = skip_unknown_opcode (macinfo_type, opcode_definitions,
f664829e 24920 mac_ptr, mac_end, abfd, offset_size,
cf2c3c16
TT
24921 section);
24922 if (mac_ptr == NULL)
24923 return;
24924 break;
24925 }
132448f8 24926 DIAGNOSTIC_POP
cf2c3c16
TT
24927 } while (macinfo_type != 0 && current_file == NULL);
24928
24929 /* Second pass: Process all entries.
24930
24931 Use the AT_COMMAND_LINE flag to determine whether we are still processing
24932 command-line macro definitions/undefinitions. This flag is unset when we
24933 reach the first DW_MACINFO_start_file entry. */
24934
fc4007c9
TT
24935 htab_up include_hash (htab_create_alloc (1, htab_hash_pointer,
24936 htab_eq_pointer,
24937 NULL, xcalloc, xfree));
8fc3fc34 24938 mac_ptr = section->buffer + offset;
fc4007c9 24939 slot = htab_find_slot (include_hash.get (), mac_ptr, INSERT);
d521ce57 24940 *slot = (void *) mac_ptr;
804d2729 24941 dwarf_decode_macro_bytes (cu, abfd, mac_ptr, mac_end,
43f3e411 24942 current_file, lh, section,
fc4007c9
TT
24943 section_is_gnu, 0, offset_size,
24944 include_hash.get ());
cf2c3c16
TT
24945}
24946
8e19ed76 24947/* Check if the attribute's form is a DW_FORM_block*
0963b4bd 24948 if so return true else false. */
380bca97 24949
8e19ed76 24950static int
6e5a29e1 24951attr_form_is_block (const struct attribute *attr)
8e19ed76
PS
24952{
24953 return (attr == NULL ? 0 :
24954 attr->form == DW_FORM_block1
24955 || attr->form == DW_FORM_block2
24956 || attr->form == DW_FORM_block4
2dc7f7b3
TT
24957 || attr->form == DW_FORM_block
24958 || attr->form == DW_FORM_exprloc);
8e19ed76 24959}
4c2df51b 24960
c6a0999f
JB
24961/* Return non-zero if ATTR's value is a section offset --- classes
24962 lineptr, loclistptr, macptr or rangelistptr --- or zero, otherwise.
24963 You may use DW_UNSND (attr) to retrieve such offsets.
24964
24965 Section 7.5.4, "Attribute Encodings", explains that no attribute
24966 may have a value that belongs to more than one of these classes; it
24967 would be ambiguous if we did, because we use the same forms for all
24968 of them. */
380bca97 24969
3690dd37 24970static int
6e5a29e1 24971attr_form_is_section_offset (const struct attribute *attr)
3690dd37
JB
24972{
24973 return (attr->form == DW_FORM_data4
2dc7f7b3
TT
24974 || attr->form == DW_FORM_data8
24975 || attr->form == DW_FORM_sec_offset);
3690dd37
JB
24976}
24977
3690dd37
JB
24978/* Return non-zero if ATTR's value falls in the 'constant' class, or
24979 zero otherwise. When this function returns true, you can apply
24980 dwarf2_get_attr_constant_value to it.
24981
24982 However, note that for some attributes you must check
24983 attr_form_is_section_offset before using this test. DW_FORM_data4
24984 and DW_FORM_data8 are members of both the constant class, and of
24985 the classes that contain offsets into other debug sections
24986 (lineptr, loclistptr, macptr or rangelistptr). The DWARF spec says
24987 that, if an attribute's can be either a constant or one of the
24988 section offset classes, DW_FORM_data4 and DW_FORM_data8 should be
0224619f
JK
24989 taken as section offsets, not constants.
24990
24991 DW_FORM_data16 is not considered as dwarf2_get_attr_constant_value
24992 cannot handle that. */
380bca97 24993
3690dd37 24994static int
6e5a29e1 24995attr_form_is_constant (const struct attribute *attr)
3690dd37
JB
24996{
24997 switch (attr->form)
24998 {
24999 case DW_FORM_sdata:
25000 case DW_FORM_udata:
25001 case DW_FORM_data1:
25002 case DW_FORM_data2:
25003 case DW_FORM_data4:
25004 case DW_FORM_data8:
663c44ac 25005 case DW_FORM_implicit_const:
3690dd37
JB
25006 return 1;
25007 default:
25008 return 0;
25009 }
25010}
25011
7771576e
SA
25012
25013/* DW_ADDR is always stored already as sect_offset; despite for the forms
25014 besides DW_FORM_ref_addr it is stored as cu_offset in the DWARF file. */
25015
25016static int
6e5a29e1 25017attr_form_is_ref (const struct attribute *attr)
7771576e
SA
25018{
25019 switch (attr->form)
25020 {
25021 case DW_FORM_ref_addr:
25022 case DW_FORM_ref1:
25023 case DW_FORM_ref2:
25024 case DW_FORM_ref4:
25025 case DW_FORM_ref8:
25026 case DW_FORM_ref_udata:
25027 case DW_FORM_GNU_ref_alt:
25028 return 1;
25029 default:
25030 return 0;
25031 }
25032}
25033
3019eac3
DE
25034/* Return the .debug_loc section to use for CU.
25035 For DWO files use .debug_loc.dwo. */
25036
25037static struct dwarf2_section_info *
25038cu_debug_loc_section (struct dwarf2_cu *cu)
25039{
518817b3
SM
25040 struct dwarf2_per_objfile *dwarf2_per_objfile
25041 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 25042
3019eac3 25043 if (cu->dwo_unit)
43988095
JK
25044 {
25045 struct dwo_sections *sections = &cu->dwo_unit->dwo_file->sections;
25046
25047 return cu->header.version >= 5 ? &sections->loclists : &sections->loc;
25048 }
25049 return (cu->header.version >= 5 ? &dwarf2_per_objfile->loclists
25050 : &dwarf2_per_objfile->loc);
3019eac3
DE
25051}
25052
8cf6f0b1
TT
25053/* A helper function that fills in a dwarf2_loclist_baton. */
25054
25055static void
25056fill_in_loclist_baton (struct dwarf2_cu *cu,
25057 struct dwarf2_loclist_baton *baton,
ff39bb5e 25058 const struct attribute *attr)
8cf6f0b1 25059{
518817b3
SM
25060 struct dwarf2_per_objfile *dwarf2_per_objfile
25061 = cu->per_cu->dwarf2_per_objfile;
3019eac3
DE
25062 struct dwarf2_section_info *section = cu_debug_loc_section (cu);
25063
25064 dwarf2_read_section (dwarf2_per_objfile->objfile, section);
8cf6f0b1
TT
25065
25066 baton->per_cu = cu->per_cu;
25067 gdb_assert (baton->per_cu);
25068 /* We don't know how long the location list is, but make sure we
25069 don't run off the edge of the section. */
3019eac3
DE
25070 baton->size = section->size - DW_UNSND (attr);
25071 baton->data = section->buffer + DW_UNSND (attr);
8cf6f0b1 25072 baton->base_address = cu->base_address;
f664829e 25073 baton->from_dwo = cu->dwo_unit != NULL;
8cf6f0b1
TT
25074}
25075
4c2df51b 25076static void
ff39bb5e 25077dwarf2_symbol_mark_computed (const struct attribute *attr, struct symbol *sym,
f1e6e072 25078 struct dwarf2_cu *cu, int is_block)
4c2df51b 25079{
518817b3
SM
25080 struct dwarf2_per_objfile *dwarf2_per_objfile
25081 = cu->per_cu->dwarf2_per_objfile;
bb5ed363 25082 struct objfile *objfile = dwarf2_per_objfile->objfile;
3019eac3 25083 struct dwarf2_section_info *section = cu_debug_loc_section (cu);
bb5ed363 25084
3690dd37 25085 if (attr_form_is_section_offset (attr)
3019eac3 25086 /* .debug_loc{,.dwo} may not exist at all, or the offset may be outside
99bcc461
DJ
25087 the section. If so, fall through to the complaint in the
25088 other branch. */
3019eac3 25089 && DW_UNSND (attr) < dwarf2_section_size (objfile, section))
4c2df51b 25090 {
0d53c4c4 25091 struct dwarf2_loclist_baton *baton;
4c2df51b 25092
8d749320 25093 baton = XOBNEW (&objfile->objfile_obstack, struct dwarf2_loclist_baton);
4c2df51b 25094
8cf6f0b1 25095 fill_in_loclist_baton (cu, baton, attr);
be391dca 25096
d00adf39 25097 if (cu->base_known == 0)
b98664d3 25098 complaint (_("Location list used without "
3e43a32a 25099 "specifying the CU base address."));
4c2df51b 25100
f1e6e072
TT
25101 SYMBOL_ACLASS_INDEX (sym) = (is_block
25102 ? dwarf2_loclist_block_index
25103 : dwarf2_loclist_index);
0d53c4c4
DJ
25104 SYMBOL_LOCATION_BATON (sym) = baton;
25105 }
25106 else
25107 {
25108 struct dwarf2_locexpr_baton *baton;
25109
8d749320 25110 baton = XOBNEW (&objfile->objfile_obstack, struct dwarf2_locexpr_baton);
ae0d2f24
UW
25111 baton->per_cu = cu->per_cu;
25112 gdb_assert (baton->per_cu);
0d53c4c4
DJ
25113
25114 if (attr_form_is_block (attr))
25115 {
25116 /* Note that we're just copying the block's data pointer
25117 here, not the actual data. We're still pointing into the
6502dd73
DJ
25118 info_buffer for SYM's objfile; right now we never release
25119 that buffer, but when we do clean up properly this may
25120 need to change. */
0d53c4c4
DJ
25121 baton->size = DW_BLOCK (attr)->size;
25122 baton->data = DW_BLOCK (attr)->data;
25123 }
25124 else
25125 {
25126 dwarf2_invalid_attrib_class_complaint ("location description",
25127 SYMBOL_NATURAL_NAME (sym));
25128 baton->size = 0;
0d53c4c4 25129 }
6e70227d 25130
f1e6e072
TT
25131 SYMBOL_ACLASS_INDEX (sym) = (is_block
25132 ? dwarf2_locexpr_block_index
25133 : dwarf2_locexpr_index);
0d53c4c4
DJ
25134 SYMBOL_LOCATION_BATON (sym) = baton;
25135 }
4c2df51b 25136}
6502dd73 25137
9aa1f1e3
TT
25138/* Return the OBJFILE associated with the compilation unit CU. If CU
25139 came from a separate debuginfo file, then the master objfile is
25140 returned. */
ae0d2f24
UW
25141
25142struct objfile *
25143dwarf2_per_cu_objfile (struct dwarf2_per_cu_data *per_cu)
25144{
e3b94546 25145 struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
ae0d2f24
UW
25146
25147 /* Return the master objfile, so that we can report and look up the
25148 correct file containing this variable. */
25149 if (objfile->separate_debug_objfile_backlink)
25150 objfile = objfile->separate_debug_objfile_backlink;
25151
25152 return objfile;
25153}
25154
96408a79
SA
25155/* Return comp_unit_head for PER_CU, either already available in PER_CU->CU
25156 (CU_HEADERP is unused in such case) or prepare a temporary copy at
25157 CU_HEADERP first. */
25158
25159static const struct comp_unit_head *
25160per_cu_header_read_in (struct comp_unit_head *cu_headerp,
25161 struct dwarf2_per_cu_data *per_cu)
25162{
d521ce57 25163 const gdb_byte *info_ptr;
96408a79
SA
25164
25165 if (per_cu->cu)
25166 return &per_cu->cu->header;
25167
9c541725 25168 info_ptr = per_cu->section->buffer + to_underlying (per_cu->sect_off);
96408a79
SA
25169
25170 memset (cu_headerp, 0, sizeof (*cu_headerp));
43988095
JK
25171 read_comp_unit_head (cu_headerp, info_ptr, per_cu->section,
25172 rcuh_kind::COMPILE);
96408a79
SA
25173
25174 return cu_headerp;
25175}
25176
ae0d2f24
UW
25177/* Return the address size given in the compilation unit header for CU. */
25178
98714339 25179int
ae0d2f24
UW
25180dwarf2_per_cu_addr_size (struct dwarf2_per_cu_data *per_cu)
25181{
96408a79
SA
25182 struct comp_unit_head cu_header_local;
25183 const struct comp_unit_head *cu_headerp;
c471e790 25184
96408a79
SA
25185 cu_headerp = per_cu_header_read_in (&cu_header_local, per_cu);
25186
25187 return cu_headerp->addr_size;
ae0d2f24
UW
25188}
25189
9eae7c52
TT
25190/* Return the offset size given in the compilation unit header for CU. */
25191
25192int
25193dwarf2_per_cu_offset_size (struct dwarf2_per_cu_data *per_cu)
25194{
96408a79
SA
25195 struct comp_unit_head cu_header_local;
25196 const struct comp_unit_head *cu_headerp;
9c6c53f7 25197
96408a79
SA
25198 cu_headerp = per_cu_header_read_in (&cu_header_local, per_cu);
25199
25200 return cu_headerp->offset_size;
25201}
25202
25203/* See its dwarf2loc.h declaration. */
25204
25205int
25206dwarf2_per_cu_ref_addr_size (struct dwarf2_per_cu_data *per_cu)
25207{
25208 struct comp_unit_head cu_header_local;
25209 const struct comp_unit_head *cu_headerp;
25210
25211 cu_headerp = per_cu_header_read_in (&cu_header_local, per_cu);
25212
25213 if (cu_headerp->version == 2)
25214 return cu_headerp->addr_size;
25215 else
25216 return cu_headerp->offset_size;
181cebd4
JK
25217}
25218
9aa1f1e3
TT
25219/* Return the text offset of the CU. The returned offset comes from
25220 this CU's objfile. If this objfile came from a separate debuginfo
25221 file, then the offset may be different from the corresponding
25222 offset in the parent objfile. */
25223
25224CORE_ADDR
25225dwarf2_per_cu_text_offset (struct dwarf2_per_cu_data *per_cu)
25226{
e3b94546 25227 struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
9aa1f1e3
TT
25228
25229 return ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
25230}
25231
43988095
JK
25232/* Return DWARF version number of PER_CU. */
25233
25234short
25235dwarf2_version (struct dwarf2_per_cu_data *per_cu)
25236{
25237 return per_cu->dwarf_version;
25238}
25239
348e048f
DE
25240/* Locate the .debug_info compilation unit from CU's objfile which contains
25241 the DIE at OFFSET. Raises an error on failure. */
ae038cb0
DJ
25242
25243static struct dwarf2_per_cu_data *
9c541725 25244dwarf2_find_containing_comp_unit (sect_offset sect_off,
36586728 25245 unsigned int offset_in_dwz,
ed2dc618 25246 struct dwarf2_per_objfile *dwarf2_per_objfile)
ae038cb0
DJ
25247{
25248 struct dwarf2_per_cu_data *this_cu;
25249 int low, high;
25250
ae038cb0 25251 low = 0;
b76e467d 25252 high = dwarf2_per_objfile->all_comp_units.size () - 1;
ae038cb0
DJ
25253 while (high > low)
25254 {
36586728 25255 struct dwarf2_per_cu_data *mid_cu;
ae038cb0 25256 int mid = low + (high - low) / 2;
9a619af0 25257
36586728 25258 mid_cu = dwarf2_per_objfile->all_comp_units[mid];
36586728 25259 if (mid_cu->is_dwz > offset_in_dwz
81fbbaf9 25260 || (mid_cu->is_dwz == offset_in_dwz
45b8ae0c 25261 && mid_cu->sect_off + mid_cu->length >= sect_off))
ae038cb0
DJ
25262 high = mid;
25263 else
25264 low = mid + 1;
25265 }
25266 gdb_assert (low == high);
36586728 25267 this_cu = dwarf2_per_objfile->all_comp_units[low];
45b8ae0c 25268 if (this_cu->is_dwz != offset_in_dwz || this_cu->sect_off > sect_off)
ae038cb0 25269 {
36586728 25270 if (low == 0 || this_cu->is_dwz != offset_in_dwz)
8a3fe4f8 25271 error (_("Dwarf Error: could not find partial DIE containing "
9d8780f0
SM
25272 "offset %s [in module %s]"),
25273 sect_offset_str (sect_off),
ed2dc618 25274 bfd_get_filename (dwarf2_per_objfile->objfile->obfd));
10b3939b 25275
9c541725
PA
25276 gdb_assert (dwarf2_per_objfile->all_comp_units[low-1]->sect_off
25277 <= sect_off);
ae038cb0
DJ
25278 return dwarf2_per_objfile->all_comp_units[low-1];
25279 }
25280 else
25281 {
b76e467d 25282 if (low == dwarf2_per_objfile->all_comp_units.size () - 1
9c541725 25283 && sect_off >= this_cu->sect_off + this_cu->length)
9d8780f0 25284 error (_("invalid dwarf2 offset %s"), sect_offset_str (sect_off));
9c541725 25285 gdb_assert (sect_off < this_cu->sect_off + this_cu->length);
ae038cb0
DJ
25286 return this_cu;
25287 }
25288}
25289
23745b47 25290/* Initialize dwarf2_cu CU, owned by PER_CU. */
93311388 25291
fcd3b13d
SM
25292dwarf2_cu::dwarf2_cu (struct dwarf2_per_cu_data *per_cu_)
25293 : per_cu (per_cu_),
9068261f
AB
25294 mark (false),
25295 has_loclist (false),
25296 checked_producer (false),
25297 producer_is_gxx_lt_4_6 (false),
25298 producer_is_gcc_lt_4_3 (false),
eb77c9df 25299 producer_is_icc (false),
9068261f 25300 producer_is_icc_lt_14 (false),
c258c396 25301 producer_is_codewarrior (false),
9068261f 25302 processing_has_namespace_info (false)
93311388 25303{
fcd3b13d
SM
25304 per_cu->cu = this;
25305}
25306
25307/* Destroy a dwarf2_cu. */
25308
25309dwarf2_cu::~dwarf2_cu ()
25310{
25311 per_cu->cu = NULL;
9816fde3
JK
25312}
25313
25314/* Initialize basic fields of dwarf_cu CU according to DIE COMP_UNIT_DIE. */
25315
25316static void
95554aad
TT
25317prepare_one_comp_unit (struct dwarf2_cu *cu, struct die_info *comp_unit_die,
25318 enum language pretend_language)
9816fde3
JK
25319{
25320 struct attribute *attr;
25321
25322 /* Set the language we're debugging. */
25323 attr = dwarf2_attr (comp_unit_die, DW_AT_language, cu);
25324 if (attr)
25325 set_cu_language (DW_UNSND (attr), cu);
25326 else
9cded63f 25327 {
95554aad 25328 cu->language = pretend_language;
9cded63f
TT
25329 cu->language_defn = language_def (cu->language);
25330 }
dee91e82 25331
7d45c7c3 25332 cu->producer = dwarf2_string_attr (comp_unit_die, DW_AT_producer, cu);
93311388
DE
25333}
25334
ae038cb0
DJ
25335/* Increase the age counter on each cached compilation unit, and free
25336 any that are too old. */
25337
25338static void
ed2dc618 25339age_cached_comp_units (struct dwarf2_per_objfile *dwarf2_per_objfile)
ae038cb0
DJ
25340{
25341 struct dwarf2_per_cu_data *per_cu, **last_chain;
25342
25343 dwarf2_clear_marks (dwarf2_per_objfile->read_in_chain);
25344 per_cu = dwarf2_per_objfile->read_in_chain;
25345 while (per_cu != NULL)
25346 {
25347 per_cu->cu->last_used ++;
b4f54984 25348 if (per_cu->cu->last_used <= dwarf_max_cache_age)
ae038cb0
DJ
25349 dwarf2_mark (per_cu->cu);
25350 per_cu = per_cu->cu->read_in_chain;
25351 }
25352
25353 per_cu = dwarf2_per_objfile->read_in_chain;
25354 last_chain = &dwarf2_per_objfile->read_in_chain;
25355 while (per_cu != NULL)
25356 {
25357 struct dwarf2_per_cu_data *next_cu;
25358
25359 next_cu = per_cu->cu->read_in_chain;
25360
25361 if (!per_cu->cu->mark)
25362 {
fcd3b13d 25363 delete per_cu->cu;
ae038cb0
DJ
25364 *last_chain = next_cu;
25365 }
25366 else
25367 last_chain = &per_cu->cu->read_in_chain;
25368
25369 per_cu = next_cu;
25370 }
25371}
25372
25373/* Remove a single compilation unit from the cache. */
25374
25375static void
dee91e82 25376free_one_cached_comp_unit (struct dwarf2_per_cu_data *target_per_cu)
ae038cb0
DJ
25377{
25378 struct dwarf2_per_cu_data *per_cu, **last_chain;
ed2dc618
SM
25379 struct dwarf2_per_objfile *dwarf2_per_objfile
25380 = target_per_cu->dwarf2_per_objfile;
ae038cb0
DJ
25381
25382 per_cu = dwarf2_per_objfile->read_in_chain;
25383 last_chain = &dwarf2_per_objfile->read_in_chain;
25384 while (per_cu != NULL)
25385 {
25386 struct dwarf2_per_cu_data *next_cu;
25387
25388 next_cu = per_cu->cu->read_in_chain;
25389
dee91e82 25390 if (per_cu == target_per_cu)
ae038cb0 25391 {
fcd3b13d 25392 delete per_cu->cu;
dee91e82 25393 per_cu->cu = NULL;
ae038cb0
DJ
25394 *last_chain = next_cu;
25395 break;
25396 }
25397 else
25398 last_chain = &per_cu->cu->read_in_chain;
25399
25400 per_cu = next_cu;
25401 }
25402}
25403
dee91e82
DE
25404/* A set of CU "per_cu" pointer, DIE offset, and GDB type pointer.
25405 We store these in a hash table separate from the DIEs, and preserve them
25406 when the DIEs are flushed out of cache.
25407
25408 The CU "per_cu" pointer is needed because offset alone is not enough to
3019eac3 25409 uniquely identify the type. A file may have multiple .debug_types sections,
c88ee1f0
DE
25410 or the type may come from a DWO file. Furthermore, while it's more logical
25411 to use per_cu->section+offset, with Fission the section with the data is in
25412 the DWO file but we don't know that section at the point we need it.
25413 We have to use something in dwarf2_per_cu_data (or the pointer to it)
25414 because we can enter the lookup routine, get_die_type_at_offset, from
25415 outside this file, and thus won't necessarily have PER_CU->cu.
25416 Fortunately, PER_CU is stable for the life of the objfile. */
1c379e20 25417
dee91e82 25418struct dwarf2_per_cu_offset_and_type
1c379e20 25419{
dee91e82 25420 const struct dwarf2_per_cu_data *per_cu;
9c541725 25421 sect_offset sect_off;
1c379e20
DJ
25422 struct type *type;
25423};
25424
dee91e82 25425/* Hash function for a dwarf2_per_cu_offset_and_type. */
1c379e20
DJ
25426
25427static hashval_t
dee91e82 25428per_cu_offset_and_type_hash (const void *item)
1c379e20 25429{
9a3c8263
SM
25430 const struct dwarf2_per_cu_offset_and_type *ofs
25431 = (const struct dwarf2_per_cu_offset_and_type *) item;
9a619af0 25432
9c541725 25433 return (uintptr_t) ofs->per_cu + to_underlying (ofs->sect_off);
1c379e20
DJ
25434}
25435
dee91e82 25436/* Equality function for a dwarf2_per_cu_offset_and_type. */
1c379e20
DJ
25437
25438static int
dee91e82 25439per_cu_offset_and_type_eq (const void *item_lhs, const void *item_rhs)
1c379e20 25440{
9a3c8263
SM
25441 const struct dwarf2_per_cu_offset_and_type *ofs_lhs
25442 = (const struct dwarf2_per_cu_offset_and_type *) item_lhs;
25443 const struct dwarf2_per_cu_offset_and_type *ofs_rhs
25444 = (const struct dwarf2_per_cu_offset_and_type *) item_rhs;
9a619af0 25445
dee91e82 25446 return (ofs_lhs->per_cu == ofs_rhs->per_cu
9c541725 25447 && ofs_lhs->sect_off == ofs_rhs->sect_off);
1c379e20
DJ
25448}
25449
25450/* Set the type associated with DIE to TYPE. Save it in CU's hash
7e314c57
JK
25451 table if necessary. For convenience, return TYPE.
25452
25453 The DIEs reading must have careful ordering to:
25454 * Not cause infite loops trying to read in DIEs as a prerequisite for
25455 reading current DIE.
25456 * Not trying to dereference contents of still incompletely read in types
25457 while reading in other DIEs.
25458 * Enable referencing still incompletely read in types just by a pointer to
25459 the type without accessing its fields.
25460
25461 Therefore caller should follow these rules:
25462 * Try to fetch any prerequisite types we may need to build this DIE type
25463 before building the type and calling set_die_type.
e71ec853 25464 * After building type call set_die_type for current DIE as soon as
7e314c57
JK
25465 possible before fetching more types to complete the current type.
25466 * Make the type as complete as possible before fetching more types. */
1c379e20 25467
f792889a 25468static struct type *
1c379e20
DJ
25469set_die_type (struct die_info *die, struct type *type, struct dwarf2_cu *cu)
25470{
518817b3
SM
25471 struct dwarf2_per_objfile *dwarf2_per_objfile
25472 = cu->per_cu->dwarf2_per_objfile;
dee91e82 25473 struct dwarf2_per_cu_offset_and_type **slot, ofs;
ed2dc618 25474 struct objfile *objfile = dwarf2_per_objfile->objfile;
3cdcd0ce
JB
25475 struct attribute *attr;
25476 struct dynamic_prop prop;
1c379e20 25477
b4ba55a1
JB
25478 /* For Ada types, make sure that the gnat-specific data is always
25479 initialized (if not already set). There are a few types where
25480 we should not be doing so, because the type-specific area is
25481 already used to hold some other piece of info (eg: TYPE_CODE_FLT
25482 where the type-specific area is used to store the floatformat).
25483 But this is not a problem, because the gnat-specific information
25484 is actually not needed for these types. */
25485 if (need_gnat_info (cu)
25486 && TYPE_CODE (type) != TYPE_CODE_FUNC
25487 && TYPE_CODE (type) != TYPE_CODE_FLT
09e2d7c7
DE
25488 && TYPE_CODE (type) != TYPE_CODE_METHODPTR
25489 && TYPE_CODE (type) != TYPE_CODE_MEMBERPTR
25490 && TYPE_CODE (type) != TYPE_CODE_METHOD
b4ba55a1
JB
25491 && !HAVE_GNAT_AUX_INFO (type))
25492 INIT_GNAT_SPECIFIC (type);
25493
3f2f83dd
KB
25494 /* Read DW_AT_allocated and set in type. */
25495 attr = dwarf2_attr (die, DW_AT_allocated, cu);
25496 if (attr_form_is_block (attr))
25497 {
25498 if (attr_to_dynamic_prop (attr, die, cu, &prop))
50a82047 25499 add_dyn_prop (DYN_PROP_ALLOCATED, prop, type);
3f2f83dd
KB
25500 }
25501 else if (attr != NULL)
25502 {
b98664d3 25503 complaint (_("DW_AT_allocated has the wrong form (%s) at DIE %s"),
9c541725 25504 (attr != NULL ? dwarf_form_name (attr->form) : "n/a"),
9d8780f0 25505 sect_offset_str (die->sect_off));
3f2f83dd
KB
25506 }
25507
25508 /* Read DW_AT_associated and set in type. */
25509 attr = dwarf2_attr (die, DW_AT_associated, cu);
25510 if (attr_form_is_block (attr))
25511 {
25512 if (attr_to_dynamic_prop (attr, die, cu, &prop))
50a82047 25513 add_dyn_prop (DYN_PROP_ASSOCIATED, prop, type);
3f2f83dd
KB
25514 }
25515 else if (attr != NULL)
25516 {
b98664d3 25517 complaint (_("DW_AT_associated has the wrong form (%s) at DIE %s"),
9c541725 25518 (attr != NULL ? dwarf_form_name (attr->form) : "n/a"),
9d8780f0 25519 sect_offset_str (die->sect_off));
3f2f83dd
KB
25520 }
25521
3cdcd0ce
JB
25522 /* Read DW_AT_data_location and set in type. */
25523 attr = dwarf2_attr (die, DW_AT_data_location, cu);
25524 if (attr_to_dynamic_prop (attr, die, cu, &prop))
50a82047 25525 add_dyn_prop (DYN_PROP_DATA_LOCATION, prop, type);
3cdcd0ce 25526
dee91e82 25527 if (dwarf2_per_objfile->die_type_hash == NULL)
f792889a 25528 {
dee91e82
DE
25529 dwarf2_per_objfile->die_type_hash =
25530 htab_create_alloc_ex (127,
25531 per_cu_offset_and_type_hash,
25532 per_cu_offset_and_type_eq,
25533 NULL,
25534 &objfile->objfile_obstack,
25535 hashtab_obstack_allocate,
25536 dummy_obstack_deallocate);
f792889a 25537 }
1c379e20 25538
dee91e82 25539 ofs.per_cu = cu->per_cu;
9c541725 25540 ofs.sect_off = die->sect_off;
1c379e20 25541 ofs.type = type;
dee91e82
DE
25542 slot = (struct dwarf2_per_cu_offset_and_type **)
25543 htab_find_slot (dwarf2_per_objfile->die_type_hash, &ofs, INSERT);
7e314c57 25544 if (*slot)
b98664d3 25545 complaint (_("A problem internal to GDB: DIE %s has type already set"),
9d8780f0 25546 sect_offset_str (die->sect_off));
8d749320
SM
25547 *slot = XOBNEW (&objfile->objfile_obstack,
25548 struct dwarf2_per_cu_offset_and_type);
1c379e20 25549 **slot = ofs;
f792889a 25550 return type;
1c379e20
DJ
25551}
25552
9c541725 25553/* Look up the type for the die at SECT_OFF in PER_CU in die_type_hash,
02142a6c 25554 or return NULL if the die does not have a saved type. */
1c379e20
DJ
25555
25556static struct type *
9c541725 25557get_die_type_at_offset (sect_offset sect_off,
673bfd45 25558 struct dwarf2_per_cu_data *per_cu)
1c379e20 25559{
dee91e82 25560 struct dwarf2_per_cu_offset_and_type *slot, ofs;
ed2dc618 25561 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
f792889a 25562
dee91e82 25563 if (dwarf2_per_objfile->die_type_hash == NULL)
f792889a 25564 return NULL;
1c379e20 25565
dee91e82 25566 ofs.per_cu = per_cu;
9c541725 25567 ofs.sect_off = sect_off;
9a3c8263
SM
25568 slot = ((struct dwarf2_per_cu_offset_and_type *)
25569 htab_find (dwarf2_per_objfile->die_type_hash, &ofs));
1c379e20
DJ
25570 if (slot)
25571 return slot->type;
25572 else
25573 return NULL;
25574}
25575
02142a6c 25576/* Look up the type for DIE in CU in die_type_hash,
673bfd45
DE
25577 or return NULL if DIE does not have a saved type. */
25578
25579static struct type *
25580get_die_type (struct die_info *die, struct dwarf2_cu *cu)
25581{
9c541725 25582 return get_die_type_at_offset (die->sect_off, cu->per_cu);
673bfd45
DE
25583}
25584
10b3939b
DJ
25585/* Add a dependence relationship from CU to REF_PER_CU. */
25586
25587static void
25588dwarf2_add_dependence (struct dwarf2_cu *cu,
25589 struct dwarf2_per_cu_data *ref_per_cu)
25590{
25591 void **slot;
25592
25593 if (cu->dependencies == NULL)
25594 cu->dependencies
25595 = htab_create_alloc_ex (5, htab_hash_pointer, htab_eq_pointer,
25596 NULL, &cu->comp_unit_obstack,
25597 hashtab_obstack_allocate,
25598 dummy_obstack_deallocate);
25599
25600 slot = htab_find_slot (cu->dependencies, ref_per_cu, INSERT);
25601 if (*slot == NULL)
25602 *slot = ref_per_cu;
25603}
1c379e20 25604
f504f079
DE
25605/* Subroutine of dwarf2_mark to pass to htab_traverse.
25606 Set the mark field in every compilation unit in the
ae038cb0
DJ
25607 cache that we must keep because we are keeping CU. */
25608
10b3939b
DJ
25609static int
25610dwarf2_mark_helper (void **slot, void *data)
25611{
25612 struct dwarf2_per_cu_data *per_cu;
25613
25614 per_cu = (struct dwarf2_per_cu_data *) *slot;
d07ed419
JK
25615
25616 /* cu->dependencies references may not yet have been ever read if QUIT aborts
25617 reading of the chain. As such dependencies remain valid it is not much
25618 useful to track and undo them during QUIT cleanups. */
25619 if (per_cu->cu == NULL)
25620 return 1;
25621
10b3939b
DJ
25622 if (per_cu->cu->mark)
25623 return 1;
9068261f 25624 per_cu->cu->mark = true;
10b3939b
DJ
25625
25626 if (per_cu->cu->dependencies != NULL)
25627 htab_traverse (per_cu->cu->dependencies, dwarf2_mark_helper, NULL);
25628
25629 return 1;
25630}
25631
f504f079
DE
25632/* Set the mark field in CU and in every other compilation unit in the
25633 cache that we must keep because we are keeping CU. */
25634
ae038cb0
DJ
25635static void
25636dwarf2_mark (struct dwarf2_cu *cu)
25637{
25638 if (cu->mark)
25639 return;
9068261f 25640 cu->mark = true;
10b3939b
DJ
25641 if (cu->dependencies != NULL)
25642 htab_traverse (cu->dependencies, dwarf2_mark_helper, NULL);
ae038cb0
DJ
25643}
25644
25645static void
25646dwarf2_clear_marks (struct dwarf2_per_cu_data *per_cu)
25647{
25648 while (per_cu)
25649 {
9068261f 25650 per_cu->cu->mark = false;
ae038cb0
DJ
25651 per_cu = per_cu->cu->read_in_chain;
25652 }
72bf9492
DJ
25653}
25654
72bf9492
DJ
25655/* Trivial hash function for partial_die_info: the hash value of a DIE
25656 is its offset in .debug_info for this objfile. */
25657
25658static hashval_t
25659partial_die_hash (const void *item)
25660{
9a3c8263
SM
25661 const struct partial_die_info *part_die
25662 = (const struct partial_die_info *) item;
9a619af0 25663
9c541725 25664 return to_underlying (part_die->sect_off);
72bf9492
DJ
25665}
25666
25667/* Trivial comparison function for partial_die_info structures: two DIEs
25668 are equal if they have the same offset. */
25669
25670static int
25671partial_die_eq (const void *item_lhs, const void *item_rhs)
25672{
9a3c8263
SM
25673 const struct partial_die_info *part_die_lhs
25674 = (const struct partial_die_info *) item_lhs;
25675 const struct partial_die_info *part_die_rhs
25676 = (const struct partial_die_info *) item_rhs;
9a619af0 25677
9c541725 25678 return part_die_lhs->sect_off == part_die_rhs->sect_off;
72bf9492
DJ
25679}
25680
3c3bb058
AB
25681struct cmd_list_element *set_dwarf_cmdlist;
25682struct cmd_list_element *show_dwarf_cmdlist;
ae038cb0
DJ
25683
25684static void
981a3fb3 25685set_dwarf_cmd (const char *args, int from_tty)
ae038cb0 25686{
b4f54984 25687 help_list (set_dwarf_cmdlist, "maintenance set dwarf ", all_commands,
635c7e8a 25688 gdb_stdout);
ae038cb0
DJ
25689}
25690
25691static void
981a3fb3 25692show_dwarf_cmd (const char *args, int from_tty)
6e70227d 25693{
b4f54984 25694 cmd_show_list (show_dwarf_cmdlist, from_tty, "");
ae038cb0
DJ
25695}
25696
cd4fb1b2 25697int dwarf_always_disassemble;
437afbb8 25698
437afbb8 25699static void
cd4fb1b2
SM
25700show_dwarf_always_disassemble (struct ui_file *file, int from_tty,
25701 struct cmd_list_element *c, const char *value)
9291a0cd 25702{
cd4fb1b2
SM
25703 fprintf_filtered (file,
25704 _("Whether to always disassemble "
25705 "DWARF expressions is %s.\n"),
25706 value);
9291a0cd
TT
25707}
25708
9291a0cd 25709static void
cd4fb1b2
SM
25710show_check_physname (struct ui_file *file, int from_tty,
25711 struct cmd_list_element *c, const char *value)
9291a0cd 25712{
cd4fb1b2
SM
25713 fprintf_filtered (file,
25714 _("Whether to check \"physname\" is %s.\n"),
25715 value);
9291a0cd
TT
25716}
25717
cd4fb1b2
SM
25718void
25719_initialize_dwarf2_read (void)
9291a0cd 25720{
cd4fb1b2
SM
25721 add_prefix_cmd ("dwarf", class_maintenance, set_dwarf_cmd, _("\
25722Set DWARF specific variables.\n\
25723Configure DWARF variables such as the cache size"),
25724 &set_dwarf_cmdlist, "maintenance set dwarf ",
25725 0/*allow-unknown*/, &maintenance_set_cmdlist);
156942c7 25726
cd4fb1b2
SM
25727 add_prefix_cmd ("dwarf", class_maintenance, show_dwarf_cmd, _("\
25728Show DWARF specific variables\n\
25729Show DWARF variables such as the cache size"),
25730 &show_dwarf_cmdlist, "maintenance show dwarf ",
25731 0/*allow-unknown*/, &maintenance_show_cmdlist);
156942c7 25732
cd4fb1b2
SM
25733 add_setshow_zinteger_cmd ("max-cache-age", class_obscure,
25734 &dwarf_max_cache_age, _("\
25735Set the upper bound on the age of cached DWARF compilation units."), _("\
25736Show the upper bound on the age of cached DWARF compilation units."), _("\
25737A higher limit means that cached compilation units will be stored\n\
25738in memory longer, and more total memory will be used. Zero disables\n\
25739caching, which can slow down startup."),
25740 NULL,
25741 show_dwarf_max_cache_age,
25742 &set_dwarf_cmdlist,
25743 &show_dwarf_cmdlist);
156942c7 25744
cd4fb1b2
SM
25745 add_setshow_boolean_cmd ("always-disassemble", class_obscure,
25746 &dwarf_always_disassemble, _("\
25747Set whether `info address' always disassembles DWARF expressions."), _("\
25748Show whether `info address' always disassembles DWARF expressions."), _("\
25749When enabled, DWARF expressions are always printed in an assembly-like\n\
25750syntax. When disabled, expressions will be printed in a more\n\
25751conversational style, when possible."),
25752 NULL,
25753 show_dwarf_always_disassemble,
25754 &set_dwarf_cmdlist,
25755 &show_dwarf_cmdlist);
9291a0cd 25756
cd4fb1b2
SM
25757 add_setshow_zuinteger_cmd ("dwarf-read", no_class, &dwarf_read_debug, _("\
25758Set debugging of the DWARF reader."), _("\
25759Show debugging of the DWARF reader."), _("\
25760When enabled (non-zero), debugging messages are printed during DWARF\n\
25761reading and symtab expansion. A value of 1 (one) provides basic\n\
25762information. A value greater than 1 provides more verbose information."),
25763 NULL,
25764 NULL,
25765 &setdebuglist, &showdebuglist);
9291a0cd 25766
cd4fb1b2
SM
25767 add_setshow_zuinteger_cmd ("dwarf-die", no_class, &dwarf_die_debug, _("\
25768Set debugging of the DWARF DIE reader."), _("\
25769Show debugging of the DWARF DIE reader."), _("\
25770When enabled (non-zero), DIEs are dumped after they are read in.\n\
25771The value is the maximum depth to print."),
25772 NULL,
25773 NULL,
25774 &setdebuglist, &showdebuglist);
9291a0cd 25775
cd4fb1b2
SM
25776 add_setshow_zuinteger_cmd ("dwarf-line", no_class, &dwarf_line_debug, _("\
25777Set debugging of the dwarf line reader."), _("\
25778Show debugging of the dwarf line reader."), _("\
25779When enabled (non-zero), line number entries are dumped as they are read in.\n\
25780A value of 1 (one) provides basic information.\n\
25781A value greater than 1 provides more verbose information."),
25782 NULL,
25783 NULL,
25784 &setdebuglist, &showdebuglist);
437afbb8 25785
cd4fb1b2
SM
25786 add_setshow_boolean_cmd ("check-physname", no_class, &check_physname, _("\
25787Set cross-checking of \"physname\" code against demangler."), _("\
25788Show cross-checking of \"physname\" code against demangler."), _("\
25789When enabled, GDB's internal \"physname\" code is checked against\n\
25790the demangler."),
25791 NULL, show_check_physname,
25792 &setdebuglist, &showdebuglist);
900e11f9 25793
e615022a
DE
25794 add_setshow_boolean_cmd ("use-deprecated-index-sections",
25795 no_class, &use_deprecated_index_sections, _("\
25796Set whether to use deprecated gdb_index sections."), _("\
25797Show whether to use deprecated gdb_index sections."), _("\
25798When enabled, deprecated .gdb_index sections are used anyway.\n\
25799Normally they are ignored either because of a missing feature or\n\
25800performance issue.\n\
25801Warning: This option must be enabled before gdb reads the file."),
25802 NULL,
25803 NULL,
25804 &setlist, &showlist);
25805
f1e6e072
TT
25806 dwarf2_locexpr_index = register_symbol_computed_impl (LOC_COMPUTED,
25807 &dwarf2_locexpr_funcs);
25808 dwarf2_loclist_index = register_symbol_computed_impl (LOC_COMPUTED,
25809 &dwarf2_loclist_funcs);
25810
25811 dwarf2_locexpr_block_index = register_symbol_block_impl (LOC_BLOCK,
25812 &dwarf2_block_frame_base_locexpr_funcs);
25813 dwarf2_loclist_block_index = register_symbol_block_impl (LOC_BLOCK,
25814 &dwarf2_block_frame_base_loclist_funcs);
c62446b1
PA
25815
25816#if GDB_SELF_TEST
25817 selftests::register_test ("dw2_expand_symtabs_matching",
25818 selftests::dw2_expand_symtabs_matching::run_test);
25819#endif
6502dd73 25820}
This page took 4.891574 seconds and 4 git commands to generate.