Handle DW_AT_ranges when reading partial symtabs
[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"
cd4fb1b2 32#include "dwarf2read.h"
87d6a7aa 33#include "dwarf-index-cache.h"
cd4fb1b2 34#include "dwarf-index-common.h"
c906108c 35#include "bfd.h"
80626a55 36#include "elf-bfd.h"
c906108c
SS
37#include "symtab.h"
38#include "gdbtypes.h"
c906108c 39#include "objfiles.h"
fa8f86ff 40#include "dwarf2.h"
804d2729 41#include "buildsym.h"
c906108c 42#include "demangle.h"
50f182aa 43#include "gdb-demangle.h"
c906108c 44#include "expression.h"
d5166ae1 45#include "filenames.h" /* for DOSish file names */
2e276125 46#include "macrotab.h"
c906108c
SS
47#include "language.h"
48#include "complaints.h"
4c2df51b
DJ
49#include "dwarf2expr.h"
50#include "dwarf2loc.h"
9219021c 51#include "cp-support.h"
72bf9492 52#include "hashtab.h"
ae038cb0
DJ
53#include "command.h"
54#include "gdbcmd.h"
edb3359d 55#include "block.h"
ff013f42 56#include "addrmap.h"
94af9270 57#include "typeprint.h"
ccefe4c4 58#include "psympriv.h"
53ce3c39 59#include <sys/stat.h>
96d19272 60#include "completer.h"
0747795c 61#include "common/vec.h"
98bfdba5 62#include "c-lang.h"
a766d390 63#include "go-lang.h"
98bfdba5 64#include "valprint.h"
3019eac3 65#include "gdbcore.h" /* for gnutarget */
156942c7 66#include "gdb/gdb-index.h"
60d5a603 67#include <ctype.h>
cbb099e8 68#include "gdb_bfd.h"
4357ac6c 69#include "f-lang.h"
05cba821 70#include "source.h"
0747795c 71#include "common/filestuff.h"
dc294be5 72#include "build-id.h"
22cee43f 73#include "namespace.h"
bef155c3 74#include "common/gdb_unlinker.h"
14bc53a8 75#include "common/function-view.h"
ecfb656c
PA
76#include "common/gdb_optional.h"
77#include "common/underlying.h"
d5722aa2 78#include "common/byte-vector.h"
927aa2e7 79#include "common/hash_enum.h"
bbf2f4df 80#include "filename-seen-cache.h"
b32b108a 81#include "producer.h"
c906108c 82#include <fcntl.h>
c906108c 83#include <sys/types.h>
325fac50 84#include <algorithm>
bc8f2430
JK
85#include <unordered_set>
86#include <unordered_map>
0747795c 87#include "common/selftest.h"
437afbb8
JK
88#include <cmath>
89#include <set>
90#include <forward_list>
c9317f21 91#include "rust-lang.h"
b4987c95 92#include "common/pathstuff.h"
437afbb8 93
73be47f5
DE
94/* When == 1, print basic high level tracing messages.
95 When > 1, be more verbose.
b4f54984
DE
96 This is in contrast to the low level DIE reading of dwarf_die_debug. */
97static unsigned int dwarf_read_debug = 0;
45cfd468 98
d97bc12b 99/* When non-zero, dump DIEs after they are read in. */
b4f54984 100static unsigned int dwarf_die_debug = 0;
d97bc12b 101
27e0867f
DE
102/* When non-zero, dump line number entries as they are read in. */
103static unsigned int dwarf_line_debug = 0;
104
900e11f9
JK
105/* When non-zero, cross-check physname against demangler. */
106static int check_physname = 0;
107
481860b3 108/* When non-zero, do not reject deprecated .gdb_index sections. */
e615022a 109static int use_deprecated_index_sections = 0;
481860b3 110
6502dd73
DJ
111static const struct objfile_data *dwarf2_objfile_data_key;
112
f1e6e072
TT
113/* The "aclass" indices for various kinds of computed DWARF symbols. */
114
115static int dwarf2_locexpr_index;
116static int dwarf2_loclist_index;
117static int dwarf2_locexpr_block_index;
118static int dwarf2_loclist_block_index;
119
3f563c84
PA
120/* An index into a (C++) symbol name component in a symbol name as
121 recorded in the mapped_index's symbol table. For each C++ symbol
122 in the symbol table, we record one entry for the start of each
123 component in the symbol in a table of name components, and then
124 sort the table, in order to be able to binary search symbol names,
125 ignoring leading namespaces, both completion and regular look up.
126 For example, for symbol "A::B::C", we'll have an entry that points
127 to "A::B::C", another that points to "B::C", and another for "C".
128 Note that function symbols in GDB index have no parameter
129 information, just the function/method names. You can convert a
130 name_component to a "const char *" using the
131 'mapped_index::symbol_name_at(offset_type)' method. */
132
133struct name_component
134{
135 /* Offset in the symbol name where the component starts. Stored as
136 a (32-bit) offset instead of a pointer to save memory and improve
137 locality on 64-bit architectures. */
138 offset_type name_offset;
139
140 /* The symbol's index in the symbol and constant pool tables of a
141 mapped_index. */
142 offset_type idx;
143};
144
44ed8f3e
PA
145/* Base class containing bits shared by both .gdb_index and
146 .debug_name indexes. */
147
148struct mapped_index_base
149{
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];
215 return bucket.name == 0 && bucket.vec;
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{
284 return ((struct dwarf2_per_objfile *)
285 objfile_data (objfile, dwarf2_objfile_data_key));
286}
287
288/* Set the dwarf2_per_objfile associated to OBJFILE. */
289
290void
291set_dwarf2_per_objfile (struct objfile *objfile,
292 struct dwarf2_per_objfile *dwarf2_per_objfile)
293{
294 gdb_assert (get_dwarf2_per_objfile (objfile) == NULL);
295 set_objfile_data (objfile, dwarf2_objfile_data_key, dwarf2_per_objfile);
296}
c906108c 297
251d32d9 298/* Default names of the debugging sections. */
c906108c 299
233a11ab
CS
300/* Note that if the debugging section has been compressed, it might
301 have a name like .zdebug_info. */
302
9cdd5dbd
DE
303static const struct dwarf2_debug_sections dwarf2_elf_names =
304{
251d32d9
TG
305 { ".debug_info", ".zdebug_info" },
306 { ".debug_abbrev", ".zdebug_abbrev" },
307 { ".debug_line", ".zdebug_line" },
308 { ".debug_loc", ".zdebug_loc" },
43988095 309 { ".debug_loclists", ".zdebug_loclists" },
251d32d9 310 { ".debug_macinfo", ".zdebug_macinfo" },
cf2c3c16 311 { ".debug_macro", ".zdebug_macro" },
251d32d9 312 { ".debug_str", ".zdebug_str" },
43988095 313 { ".debug_line_str", ".zdebug_line_str" },
251d32d9 314 { ".debug_ranges", ".zdebug_ranges" },
43988095 315 { ".debug_rnglists", ".zdebug_rnglists" },
251d32d9 316 { ".debug_types", ".zdebug_types" },
3019eac3 317 { ".debug_addr", ".zdebug_addr" },
251d32d9
TG
318 { ".debug_frame", ".zdebug_frame" },
319 { ".eh_frame", NULL },
24d3216f 320 { ".gdb_index", ".zgdb_index" },
927aa2e7
JK
321 { ".debug_names", ".zdebug_names" },
322 { ".debug_aranges", ".zdebug_aranges" },
24d3216f 323 23
251d32d9 324};
c906108c 325
80626a55 326/* List of DWO/DWP sections. */
3019eac3 327
80626a55 328static const struct dwop_section_names
3019eac3
DE
329{
330 struct dwarf2_section_names abbrev_dwo;
331 struct dwarf2_section_names info_dwo;
332 struct dwarf2_section_names line_dwo;
333 struct dwarf2_section_names loc_dwo;
43988095 334 struct dwarf2_section_names loclists_dwo;
09262596
DE
335 struct dwarf2_section_names macinfo_dwo;
336 struct dwarf2_section_names macro_dwo;
3019eac3
DE
337 struct dwarf2_section_names str_dwo;
338 struct dwarf2_section_names str_offsets_dwo;
339 struct dwarf2_section_names types_dwo;
80626a55
DE
340 struct dwarf2_section_names cu_index;
341 struct dwarf2_section_names tu_index;
3019eac3 342}
80626a55 343dwop_section_names =
3019eac3
DE
344{
345 { ".debug_abbrev.dwo", ".zdebug_abbrev.dwo" },
346 { ".debug_info.dwo", ".zdebug_info.dwo" },
347 { ".debug_line.dwo", ".zdebug_line.dwo" },
348 { ".debug_loc.dwo", ".zdebug_loc.dwo" },
43988095 349 { ".debug_loclists.dwo", ".zdebug_loclists.dwo" },
09262596
DE
350 { ".debug_macinfo.dwo", ".zdebug_macinfo.dwo" },
351 { ".debug_macro.dwo", ".zdebug_macro.dwo" },
3019eac3
DE
352 { ".debug_str.dwo", ".zdebug_str.dwo" },
353 { ".debug_str_offsets.dwo", ".zdebug_str_offsets.dwo" },
354 { ".debug_types.dwo", ".zdebug_types.dwo" },
80626a55
DE
355 { ".debug_cu_index", ".zdebug_cu_index" },
356 { ".debug_tu_index", ".zdebug_tu_index" },
3019eac3
DE
357};
358
c906108c
SS
359/* local data types */
360
107d2387
AC
361/* The data in a compilation unit header, after target2host
362 translation, looks like this. */
c906108c 363struct comp_unit_head
a738430d 364{
c764a876 365 unsigned int length;
a738430d 366 short version;
a738430d
MK
367 unsigned char addr_size;
368 unsigned char signed_addr_p;
9c541725 369 sect_offset abbrev_sect_off;
57349743 370
a738430d
MK
371 /* Size of file offsets; either 4 or 8. */
372 unsigned int offset_size;
57349743 373
a738430d
MK
374 /* Size of the length field; either 4 or 12. */
375 unsigned int initial_length_size;
57349743 376
43988095
JK
377 enum dwarf_unit_type unit_type;
378
a738430d
MK
379 /* Offset to the first byte of this compilation unit header in the
380 .debug_info section, for resolving relative reference dies. */
9c541725 381 sect_offset sect_off;
57349743 382
d00adf39
DE
383 /* Offset to first die in this cu from the start of the cu.
384 This will be the first byte following the compilation unit header. */
9c541725 385 cu_offset first_die_cu_offset;
43988095
JK
386
387 /* 64-bit signature of this type unit - it is valid only for
388 UNIT_TYPE DW_UT_type. */
389 ULONGEST signature;
390
391 /* For types, offset in the type's DIE of the type defined by this TU. */
9c541725 392 cu_offset type_cu_offset_in_tu;
a738430d 393};
c906108c 394
3da10d80
KS
395/* Type used for delaying computation of method physnames.
396 See comments for compute_delayed_physnames. */
397struct delayed_method_info
398{
399 /* The type to which the method is attached, i.e., its parent class. */
400 struct type *type;
401
402 /* The index of the method in the type's function fieldlists. */
403 int fnfield_index;
404
405 /* The index of the method in the fieldlist. */
406 int index;
407
408 /* The name of the DIE. */
409 const char *name;
410
411 /* The DIE associated with this method. */
412 struct die_info *die;
413};
414
e7c27a73
DJ
415/* Internal state when decoding a particular compilation unit. */
416struct dwarf2_cu
417{
fcd3b13d
SM
418 explicit dwarf2_cu (struct dwarf2_per_cu_data *per_cu);
419 ~dwarf2_cu ();
420
421 DISABLE_COPY_AND_ASSIGN (dwarf2_cu);
422
c24bdb02
KS
423 /* TU version of handle_DW_AT_stmt_list for read_type_unit_scope.
424 Create the set of symtabs used by this TU, or if this TU is sharing
425 symtabs with another TU and the symtabs have already been created
426 then restore those symtabs in the line header.
427 We don't need the pc/line-number mapping for type units. */
428 void setup_type_unit_groups (struct die_info *die);
429
430 /* Start a symtab for DWARF. NAME, COMP_DIR, LOW_PC are passed to the
431 buildsym_compunit constructor. */
432 struct compunit_symtab *start_symtab (const char *name,
433 const char *comp_dir,
434 CORE_ADDR low_pc);
435
436 /* Reset the builder. */
437 void reset_builder () { m_builder.reset (); }
438
d00adf39 439 /* The header of the compilation unit. */
fcd3b13d 440 struct comp_unit_head header {};
e142c38c 441
d00adf39 442 /* Base address of this compilation unit. */
fcd3b13d 443 CORE_ADDR base_address = 0;
d00adf39
DE
444
445 /* Non-zero if base_address has been set. */
fcd3b13d 446 int base_known = 0;
d00adf39 447
e142c38c 448 /* The language we are debugging. */
fcd3b13d
SM
449 enum language language = language_unknown;
450 const struct language_defn *language_defn = nullptr;
e142c38c 451
fcd3b13d 452 const char *producer = nullptr;
b0f35d58 453
c24bdb02 454private:
804d2729
TT
455 /* The symtab builder for this CU. This is only non-NULL when full
456 symbols are being read. */
c24bdb02 457 std::unique_ptr<buildsym_compunit> m_builder;
804d2729 458
c24bdb02 459public:
e142c38c
DJ
460 /* The generic symbol table building routines have separate lists for
461 file scope symbols and all all other scopes (local scopes). So
462 we need to select the right one to pass to add_symbol_to_list().
463 We do it by keeping a pointer to the correct list in list_in_scope.
464
465 FIXME: The original dwarf code just treated the file scope as the
466 first local scope, and all other local scopes as nested local
467 scopes, and worked fine. Check to see if we really need to
468 distinguish these in buildsym.c. */
fcd3b13d 469 struct pending **list_in_scope = nullptr;
e142c38c 470
b64f50a1
JK
471 /* Hash table holding all the loaded partial DIEs
472 with partial_die->offset.SECT_OFF as hash. */
fcd3b13d 473 htab_t partial_dies = nullptr;
72bf9492
DJ
474
475 /* Storage for things with the same lifetime as this read-in compilation
476 unit, including partial DIEs. */
fcd3b13d 477 auto_obstack comp_unit_obstack;
72bf9492 478
ae038cb0
DJ
479 /* When multiple dwarf2_cu structures are living in memory, this field
480 chains them all together, so that they can be released efficiently.
481 We will probably also want a generation counter so that most-recently-used
482 compilation units are cached... */
fcd3b13d 483 struct dwarf2_per_cu_data *read_in_chain = nullptr;
ae038cb0 484
69d751e3 485 /* Backlink to our per_cu entry. */
ae038cb0
DJ
486 struct dwarf2_per_cu_data *per_cu;
487
488 /* How many compilation units ago was this CU last referenced? */
fcd3b13d 489 int last_used = 0;
ae038cb0 490
b64f50a1
JK
491 /* A hash table of DIE cu_offset for following references with
492 die_info->offset.sect_off as hash. */
fcd3b13d 493 htab_t die_hash = nullptr;
10b3939b
DJ
494
495 /* Full DIEs if read in. */
fcd3b13d 496 struct die_info *dies = nullptr;
10b3939b
DJ
497
498 /* A set of pointers to dwarf2_per_cu_data objects for compilation
499 units referenced by this one. Only set during full symbol processing;
500 partial symbol tables do not have dependencies. */
fcd3b13d 501 htab_t dependencies = nullptr;
10b3939b 502
cb1df416 503 /* Header data from the line table, during full symbol processing. */
fcd3b13d 504 struct line_header *line_header = nullptr;
4c8aa72d
PA
505 /* Non-NULL if LINE_HEADER is owned by this DWARF_CU. Otherwise,
506 it's owned by dwarf2_per_objfile::line_header_hash. If non-NULL,
507 this is the DW_TAG_compile_unit die for this CU. We'll hold on
508 to the line header as long as this DIE is being processed. See
509 process_die_scope. */
fcd3b13d 510 die_info *line_header_die_owner = nullptr;
cb1df416 511
3da10d80
KS
512 /* A list of methods which need to have physnames computed
513 after all type information has been read. */
c89b44cd 514 std::vector<delayed_method_info> method_list;
3da10d80 515
96408a79 516 /* To be copied to symtab->call_site_htab. */
fcd3b13d 517 htab_t call_site_htab = nullptr;
96408a79 518
034e5797
DE
519 /* Non-NULL if this CU came from a DWO file.
520 There is an invariant here that is important to remember:
521 Except for attributes copied from the top level DIE in the "main"
522 (or "stub") file in preparation for reading the DWO file
523 (e.g., DW_AT_GNU_addr_base), we KISS: there is only *one* CU.
524 Either there isn't a DWO file (in which case this is NULL and the point
525 is moot), or there is and either we're not going to read it (in which
526 case this is NULL) or there is and we are reading it (in which case this
527 is non-NULL). */
fcd3b13d 528 struct dwo_unit *dwo_unit = nullptr;
3019eac3
DE
529
530 /* The DW_AT_addr_base attribute if present, zero otherwise
531 (zero is a valid value though).
1dbab08b 532 Note this value comes from the Fission stub CU/TU's DIE. */
fcd3b13d 533 ULONGEST addr_base = 0;
3019eac3 534
2e3cf129
DE
535 /* The DW_AT_ranges_base attribute if present, zero otherwise
536 (zero is a valid value though).
1dbab08b 537 Note this value comes from the Fission stub CU/TU's DIE.
2e3cf129 538 Also note that the value is zero in the non-DWO case so this value can
ab435259
DE
539 be used without needing to know whether DWO files are in use or not.
540 N.B. This does not apply to DW_AT_ranges appearing in
541 DW_TAG_compile_unit dies. This is a bit of a wart, consider if ever
542 DW_AT_ranges appeared in the DW_TAG_compile_unit of DWO DIEs: then
543 DW_AT_ranges_base *would* have to be applied, and we'd have to care
544 whether the DW_AT_ranges attribute came from the skeleton or DWO. */
fcd3b13d 545 ULONGEST ranges_base = 0;
2e3cf129 546
c9317f21
TT
547 /* When reading debug info generated by older versions of rustc, we
548 have to rewrite some union types to be struct types with a
549 variant part. This rewriting must be done after the CU is fully
550 read in, because otherwise at the point of rewriting some struct
551 type might not have been fully processed. So, we keep a list of
552 all such types here and process them after expansion. */
553 std::vector<struct type *> rust_unions;
554
ae038cb0 555 /* Mark used when releasing cached dies. */
9068261f 556 bool mark : 1;
ae038cb0 557
8be455d7
JK
558 /* This CU references .debug_loc. See the symtab->locations_valid field.
559 This test is imperfect as there may exist optimized debug code not using
560 any location list and still facing inlining issues if handled as
561 unoptimized code. For a future better test see GCC PR other/32998. */
9068261f 562 bool has_loclist : 1;
ba919b58 563
9068261f 564 /* These cache the results for producer_is_* fields. CHECKED_PRODUCER is true
1b80a9fa
JK
565 if all the producer_is_* fields are valid. This information is cached
566 because profiling CU expansion showed excessive time spent in
567 producer_is_gxx_lt_4_6. */
9068261f
AB
568 bool checked_producer : 1;
569 bool producer_is_gxx_lt_4_6 : 1;
570 bool producer_is_gcc_lt_4_3 : 1;
eb77c9df 571 bool producer_is_icc : 1;
9068261f 572 bool producer_is_icc_lt_14 : 1;
c258c396 573 bool producer_is_codewarrior : 1;
4d4ec4e5 574
9068261f 575 /* When true, the file that we're processing is known to have
4d4ec4e5
TT
576 debugging info for C++ namespaces. GCC 3.3.x did not produce
577 this information, but later versions do. */
578
9068261f 579 bool processing_has_namespace_info : 1;
d590ff25
YQ
580
581 struct partial_die_info *find_partial_die (sect_offset sect_off);
c24bdb02
KS
582
583 /* If this CU was inherited by another CU (via specification,
584 abstract_origin, etc), this is the ancestor CU. */
585 dwarf2_cu *ancestor;
586
587 /* Get the buildsym_compunit for this CU. */
588 buildsym_compunit *get_builder ()
589 {
590 /* If this CU has a builder associated with it, use that. */
591 if (m_builder != nullptr)
592 return m_builder.get ();
593
594 /* Otherwise, search ancestors for a valid builder. */
595 if (ancestor != nullptr)
596 return ancestor->get_builder ();
597
598 return nullptr;
599 }
e7c27a73
DJ
600};
601
094b34ac
DE
602/* A struct that can be used as a hash key for tables based on DW_AT_stmt_list.
603 This includes type_unit_group and quick_file_names. */
604
605struct stmt_list_hash
606{
607 /* The DWO unit this table is from or NULL if there is none. */
608 struct dwo_unit *dwo_unit;
609
610 /* Offset in .debug_line or .debug_line.dwo. */
9c541725 611 sect_offset line_sect_off;
094b34ac
DE
612};
613
f4dc4d17
DE
614/* Each element of dwarf2_per_objfile->type_unit_groups is a pointer to
615 an object of this type. */
616
617struct type_unit_group
618{
0186c6a7 619 /* dwarf2read.c's main "handle" on a TU symtab.
f4dc4d17
DE
620 To simplify things we create an artificial CU that "includes" all the
621 type units using this stmt_list so that the rest of the code still has
622 a "per_cu" handle on the symtab.
623 This PER_CU is recognized by having no section. */
8a0459fd 624#define IS_TYPE_UNIT_GROUP(per_cu) ((per_cu)->section == NULL)
094b34ac
DE
625 struct dwarf2_per_cu_data per_cu;
626
0186c6a7
DE
627 /* The TUs that share this DW_AT_stmt_list entry.
628 This is added to while parsing type units to build partial symtabs,
629 and is deleted afterwards and not used again. */
630 VEC (sig_type_ptr) *tus;
f4dc4d17 631
43f3e411 632 /* The compunit symtab.
094b34ac 633 Type units in a group needn't all be defined in the same source file,
43f3e411
DE
634 so we create an essentially anonymous symtab as the compunit symtab. */
635 struct compunit_symtab *compunit_symtab;
f4dc4d17 636
094b34ac
DE
637 /* The data used to construct the hash key. */
638 struct stmt_list_hash hash;
f4dc4d17
DE
639
640 /* The number of symtabs from the line header.
641 The value here must match line_header.num_file_names. */
642 unsigned int num_symtabs;
643
644 /* The symbol tables for this TU (obtained from the files listed in
645 DW_AT_stmt_list).
646 WARNING: The order of entries here must match the order of entries
647 in the line header. After the first TU using this type_unit_group, the
648 line header for the subsequent TUs is recreated from this. This is done
649 because we need to use the same symtabs for each TU using the same
650 DW_AT_stmt_list value. Also note that symtabs may be repeated here,
651 there's no guarantee the line header doesn't have duplicate entries. */
652 struct symtab **symtabs;
653};
654
73869dc2 655/* These sections are what may appear in a (real or virtual) DWO file. */
3019eac3
DE
656
657struct dwo_sections
658{
659 struct dwarf2_section_info abbrev;
3019eac3
DE
660 struct dwarf2_section_info line;
661 struct dwarf2_section_info loc;
43988095 662 struct dwarf2_section_info loclists;
09262596
DE
663 struct dwarf2_section_info macinfo;
664 struct dwarf2_section_info macro;
3019eac3
DE
665 struct dwarf2_section_info str;
666 struct dwarf2_section_info str_offsets;
80626a55
DE
667 /* In the case of a virtual DWO file, these two are unused. */
668 struct dwarf2_section_info info;
3019eac3
DE
669 VEC (dwarf2_section_info_def) *types;
670};
671
c88ee1f0 672/* CUs/TUs in DWP/DWO files. */
3019eac3
DE
673
674struct dwo_unit
675{
676 /* Backlink to the containing struct dwo_file. */
677 struct dwo_file *dwo_file;
678
679 /* The "id" that distinguishes this CU/TU.
680 .debug_info calls this "dwo_id", .debug_types calls this "signature".
681 Since signatures came first, we stick with it for consistency. */
682 ULONGEST signature;
683
684 /* The section this CU/TU lives in, in the DWO file. */
8a0459fd 685 struct dwarf2_section_info *section;
3019eac3 686
9c541725
PA
687 /* Same as dwarf2_per_cu_data:{sect_off,length} but in the DWO section. */
688 sect_offset sect_off;
3019eac3
DE
689 unsigned int length;
690
691 /* For types, offset in the type's DIE of the type defined by this TU. */
692 cu_offset type_offset_in_tu;
693};
694
73869dc2
DE
695/* include/dwarf2.h defines the DWP section codes.
696 It defines a max value but it doesn't define a min value, which we
697 use for error checking, so provide one. */
698
699enum dwp_v2_section_ids
700{
701 DW_SECT_MIN = 1
702};
703
80626a55 704/* Data for one DWO file.
57d63ce2
DE
705
706 This includes virtual DWO files (a virtual DWO file is a DWO file as it
707 appears in a DWP file). DWP files don't really have DWO files per se -
708 comdat folding of types "loses" the DWO file they came from, and from
709 a high level view DWP files appear to contain a mass of random types.
710 However, to maintain consistency with the non-DWP case we pretend DWP
711 files contain virtual DWO files, and we assign each TU with one virtual
712 DWO file (generally based on the line and abbrev section offsets -
713 a heuristic that seems to work in practice). */
3019eac3
DE
714
715struct dwo_file
716{
0ac5b59e 717 /* The DW_AT_GNU_dwo_name attribute.
80626a55
DE
718 For virtual DWO files the name is constructed from the section offsets
719 of abbrev,line,loc,str_offsets so that we combine virtual DWO files
720 from related CU+TUs. */
0ac5b59e
DE
721 const char *dwo_name;
722
723 /* The DW_AT_comp_dir attribute. */
724 const char *comp_dir;
3019eac3 725
80626a55
DE
726 /* The bfd, when the file is open. Otherwise this is NULL.
727 This is unused(NULL) for virtual DWO files where we use dwp_file.dbfd. */
728 bfd *dbfd;
3019eac3 729
73869dc2
DE
730 /* The sections that make up this DWO file.
731 Remember that for virtual DWO files in DWP V2, these are virtual
732 sections (for lack of a better name). */
3019eac3
DE
733 struct dwo_sections sections;
734
33c5cd75
DB
735 /* The CUs in the file.
736 Each element is a struct dwo_unit. Multiple CUs per DWO are supported as
737 an extension to handle LLVM's Link Time Optimization output (where
738 multiple source files may be compiled into a single object/dwo pair). */
739 htab_t cus;
3019eac3
DE
740
741 /* Table of TUs in the file.
742 Each element is a struct dwo_unit. */
743 htab_t tus;
744};
745
80626a55
DE
746/* These sections are what may appear in a DWP file. */
747
748struct dwp_sections
749{
73869dc2 750 /* These are used by both DWP version 1 and 2. */
80626a55
DE
751 struct dwarf2_section_info str;
752 struct dwarf2_section_info cu_index;
753 struct dwarf2_section_info tu_index;
73869dc2
DE
754
755 /* These are only used by DWP version 2 files.
756 In DWP version 1 the .debug_info.dwo, .debug_types.dwo, and other
757 sections are referenced by section number, and are not recorded here.
758 In DWP version 2 there is at most one copy of all these sections, each
759 section being (effectively) comprised of the concatenation of all of the
760 individual sections that exist in the version 1 format.
761 To keep the code simple we treat each of these concatenated pieces as a
762 section itself (a virtual section?). */
763 struct dwarf2_section_info abbrev;
764 struct dwarf2_section_info info;
765 struct dwarf2_section_info line;
766 struct dwarf2_section_info loc;
767 struct dwarf2_section_info macinfo;
768 struct dwarf2_section_info macro;
769 struct dwarf2_section_info str_offsets;
770 struct dwarf2_section_info types;
80626a55
DE
771};
772
73869dc2
DE
773/* These sections are what may appear in a virtual DWO file in DWP version 1.
774 A virtual DWO file is a DWO file as it appears in a DWP file. */
80626a55 775
73869dc2 776struct virtual_v1_dwo_sections
80626a55
DE
777{
778 struct dwarf2_section_info abbrev;
779 struct dwarf2_section_info line;
780 struct dwarf2_section_info loc;
781 struct dwarf2_section_info macinfo;
782 struct dwarf2_section_info macro;
783 struct dwarf2_section_info str_offsets;
784 /* Each DWP hash table entry records one CU or one TU.
8a0459fd 785 That is recorded here, and copied to dwo_unit.section. */
80626a55
DE
786 struct dwarf2_section_info info_or_types;
787};
788
73869dc2
DE
789/* Similar to virtual_v1_dwo_sections, but for DWP version 2.
790 In version 2, the sections of the DWO files are concatenated together
791 and stored in one section of that name. Thus each ELF section contains
792 several "virtual" sections. */
793
794struct virtual_v2_dwo_sections
795{
796 bfd_size_type abbrev_offset;
797 bfd_size_type abbrev_size;
798
799 bfd_size_type line_offset;
800 bfd_size_type line_size;
801
802 bfd_size_type loc_offset;
803 bfd_size_type loc_size;
804
805 bfd_size_type macinfo_offset;
806 bfd_size_type macinfo_size;
807
808 bfd_size_type macro_offset;
809 bfd_size_type macro_size;
810
811 bfd_size_type str_offsets_offset;
812 bfd_size_type str_offsets_size;
813
814 /* Each DWP hash table entry records one CU or one TU.
815 That is recorded here, and copied to dwo_unit.section. */
816 bfd_size_type info_or_types_offset;
817 bfd_size_type info_or_types_size;
818};
819
80626a55
DE
820/* Contents of DWP hash tables. */
821
822struct dwp_hash_table
823{
73869dc2 824 uint32_t version, nr_columns;
80626a55 825 uint32_t nr_units, nr_slots;
73869dc2
DE
826 const gdb_byte *hash_table, *unit_table;
827 union
828 {
829 struct
830 {
831 const gdb_byte *indices;
832 } v1;
833 struct
834 {
835 /* This is indexed by column number and gives the id of the section
836 in that column. */
837#define MAX_NR_V2_DWO_SECTIONS \
838 (1 /* .debug_info or .debug_types */ \
839 + 1 /* .debug_abbrev */ \
840 + 1 /* .debug_line */ \
841 + 1 /* .debug_loc */ \
842 + 1 /* .debug_str_offsets */ \
843 + 1 /* .debug_macro or .debug_macinfo */)
844 int section_ids[MAX_NR_V2_DWO_SECTIONS];
845 const gdb_byte *offsets;
846 const gdb_byte *sizes;
847 } v2;
848 } section_pool;
80626a55
DE
849};
850
851/* Data for one DWP file. */
852
853struct dwp_file
854{
400174b1
TT
855 dwp_file (const char *name_, gdb_bfd_ref_ptr &&abfd)
856 : name (name_),
857 dbfd (std::move (abfd))
858 {
859 }
860
80626a55
DE
861 /* Name of the file. */
862 const char *name;
863
73869dc2 864 /* File format version. */
400174b1 865 int version = 0;
73869dc2 866
93417882 867 /* The bfd. */
400174b1 868 gdb_bfd_ref_ptr dbfd;
80626a55
DE
869
870 /* Section info for this file. */
400174b1 871 struct dwp_sections sections {};
80626a55 872
57d63ce2 873 /* Table of CUs in the file. */
400174b1 874 const struct dwp_hash_table *cus = nullptr;
80626a55
DE
875
876 /* Table of TUs in the file. */
400174b1 877 const struct dwp_hash_table *tus = nullptr;
80626a55 878
19ac8c2e 879 /* Tables of loaded CUs/TUs. Each entry is a struct dwo_unit *. */
400174b1
TT
880 htab_t loaded_cus {};
881 htab_t loaded_tus {};
80626a55 882
73869dc2
DE
883 /* Table to map ELF section numbers to their sections.
884 This is only needed for the DWP V1 file format. */
400174b1
TT
885 unsigned int num_sections = 0;
886 asection **elf_sections = nullptr;
80626a55
DE
887};
888
36586728
TT
889/* This represents a '.dwz' file. */
890
891struct dwz_file
892{
7ff8cb8c
TT
893 dwz_file (gdb_bfd_ref_ptr &&bfd)
894 : dwz_bfd (std::move (bfd))
895 {
896 }
897
36586728 898 /* A dwz file can only contain a few sections. */
7ff8cb8c
TT
899 struct dwarf2_section_info abbrev {};
900 struct dwarf2_section_info info {};
901 struct dwarf2_section_info str {};
902 struct dwarf2_section_info line {};
903 struct dwarf2_section_info macro {};
904 struct dwarf2_section_info gdb_index {};
905 struct dwarf2_section_info debug_names {};
36586728
TT
906
907 /* The dwz's BFD. */
7ff8cb8c 908 gdb_bfd_ref_ptr dwz_bfd;
87d6a7aa
SM
909
910 /* If we loaded the index from an external file, this contains the
911 resources associated to the open file, memory mapping, etc. */
912 std::unique_ptr<index_cache_resource> index_cache_res;
36586728
TT
913};
914
0963b4bd
MS
915/* Struct used to pass misc. parameters to read_die_and_children, et
916 al. which are used for both .debug_info and .debug_types dies.
917 All parameters here are unchanging for the life of the call. This
dee91e82 918 struct exists to abstract away the constant parameters of die reading. */
93311388
DE
919
920struct die_reader_specs
921{
a32a8923 922 /* The bfd of die_section. */
93311388
DE
923 bfd* abfd;
924
925 /* The CU of the DIE we are parsing. */
926 struct dwarf2_cu *cu;
927
80626a55 928 /* Non-NULL if reading a DWO file (including one packaged into a DWP). */
3019eac3
DE
929 struct dwo_file *dwo_file;
930
dee91e82 931 /* The section the die comes from.
3019eac3 932 This is either .debug_info or .debug_types, or the .dwo variants. */
dee91e82
DE
933 struct dwarf2_section_info *die_section;
934
935 /* die_section->buffer. */
d521ce57 936 const gdb_byte *buffer;
f664829e
DE
937
938 /* The end of the buffer. */
939 const gdb_byte *buffer_end;
a2ce51a0
DE
940
941 /* The value of the DW_AT_comp_dir attribute. */
942 const char *comp_dir;
685af9cd
TT
943
944 /* The abbreviation table to use when reading the DIEs. */
945 struct abbrev_table *abbrev_table;
93311388
DE
946};
947
fd820528 948/* Type of function passed to init_cutu_and_read_dies, et.al. */
dee91e82 949typedef void (die_reader_func_ftype) (const struct die_reader_specs *reader,
d521ce57 950 const gdb_byte *info_ptr,
dee91e82
DE
951 struct die_info *comp_unit_die,
952 int has_children,
953 void *data);
954
ecfb656c
PA
955/* A 1-based directory index. This is a strong typedef to prevent
956 accidentally using a directory index as a 0-based index into an
957 array/vector. */
958enum class dir_index : unsigned int {};
959
960/* Likewise, a 1-based file name index. */
961enum class file_name_index : unsigned int {};
962
52059ffd
TT
963struct file_entry
964{
fff8551c
PA
965 file_entry () = default;
966
ecfb656c 967 file_entry (const char *name_, dir_index d_index_,
fff8551c
PA
968 unsigned int mod_time_, unsigned int length_)
969 : name (name_),
ecfb656c 970 d_index (d_index_),
fff8551c
PA
971 mod_time (mod_time_),
972 length (length_)
973 {}
974
ecfb656c
PA
975 /* Return the include directory at D_INDEX stored in LH. Returns
976 NULL if D_INDEX is out of bounds. */
8c43009f
PA
977 const char *include_dir (const line_header *lh) const;
978
fff8551c
PA
979 /* The file name. Note this is an observing pointer. The memory is
980 owned by debug_line_buffer. */
981 const char *name {};
982
8c43009f 983 /* The directory index (1-based). */
ecfb656c 984 dir_index d_index {};
fff8551c
PA
985
986 unsigned int mod_time {};
987
988 unsigned int length {};
989
990 /* True if referenced by the Line Number Program. */
991 bool included_p {};
992
83769d0b 993 /* The associated symbol table, if any. */
fff8551c 994 struct symtab *symtab {};
52059ffd
TT
995};
996
debd256d
JB
997/* The line number information for a compilation unit (found in the
998 .debug_line section) begins with a "statement program header",
999 which contains the following information. */
1000struct line_header
1001{
fff8551c
PA
1002 line_header ()
1003 : offset_in_dwz {}
1004 {}
1005
1006 /* Add an entry to the include directory table. */
1007 void add_include_dir (const char *include_dir);
1008
1009 /* Add an entry to the file name table. */
ecfb656c 1010 void add_file_name (const char *name, dir_index d_index,
fff8551c
PA
1011 unsigned int mod_time, unsigned int length);
1012
ecfb656c 1013 /* Return the include dir at INDEX (1-based). Returns NULL if INDEX
8c43009f 1014 is out of bounds. */
ecfb656c 1015 const char *include_dir_at (dir_index index) const
8c43009f 1016 {
ecfb656c
PA
1017 /* Convert directory index number (1-based) to vector index
1018 (0-based). */
1019 size_t vec_index = to_underlying (index) - 1;
1020
1021 if (vec_index >= include_dirs.size ())
8c43009f 1022 return NULL;
ecfb656c 1023 return include_dirs[vec_index];
8c43009f
PA
1024 }
1025
ecfb656c 1026 /* Return the file name at INDEX (1-based). Returns NULL if INDEX
8c43009f 1027 is out of bounds. */
ecfb656c 1028 file_entry *file_name_at (file_name_index index)
8c43009f 1029 {
ecfb656c
PA
1030 /* Convert file name index number (1-based) to vector index
1031 (0-based). */
1032 size_t vec_index = to_underlying (index) - 1;
1033
1034 if (vec_index >= file_names.size ())
fff8551c 1035 return NULL;
ecfb656c 1036 return &file_names[vec_index];
fff8551c
PA
1037 }
1038
1039 /* Const version of the above. */
1040 const file_entry *file_name_at (unsigned int index) const
1041 {
1042 if (index >= file_names.size ())
8c43009f
PA
1043 return NULL;
1044 return &file_names[index];
1045 }
1046
527f3840 1047 /* Offset of line number information in .debug_line section. */
9c541725 1048 sect_offset sect_off {};
527f3840
JK
1049
1050 /* OFFSET is for struct dwz_file associated with dwarf2_per_objfile. */
fff8551c
PA
1051 unsigned offset_in_dwz : 1; /* Can't initialize bitfields in-class. */
1052
1053 unsigned int total_length {};
1054 unsigned short version {};
1055 unsigned int header_length {};
1056 unsigned char minimum_instruction_length {};
1057 unsigned char maximum_ops_per_instruction {};
1058 unsigned char default_is_stmt {};
1059 int line_base {};
1060 unsigned char line_range {};
1061 unsigned char opcode_base {};
debd256d
JB
1062
1063 /* standard_opcode_lengths[i] is the number of operands for the
1064 standard opcode whose value is i. This means that
1065 standard_opcode_lengths[0] is unused, and the last meaningful
1066 element is standard_opcode_lengths[opcode_base - 1]. */
fff8551c 1067 std::unique_ptr<unsigned char[]> standard_opcode_lengths;
debd256d 1068
fff8551c
PA
1069 /* The include_directories table. Note these are observing
1070 pointers. The memory is owned by debug_line_buffer. */
1071 std::vector<const char *> include_dirs;
debd256d 1072
fff8551c
PA
1073 /* The file_names table. */
1074 std::vector<file_entry> file_names;
debd256d
JB
1075
1076 /* The start and end of the statement program following this
6502dd73 1077 header. These point into dwarf2_per_objfile->line_buffer. */
fff8551c 1078 const gdb_byte *statement_program_start {}, *statement_program_end {};
debd256d 1079};
c906108c 1080
fff8551c
PA
1081typedef std::unique_ptr<line_header> line_header_up;
1082
8c43009f
PA
1083const char *
1084file_entry::include_dir (const line_header *lh) const
1085{
ecfb656c 1086 return lh->include_dir_at (d_index);
8c43009f
PA
1087}
1088
c906108c 1089/* When we construct a partial symbol table entry we only
0963b4bd 1090 need this much information. */
6f06d47b 1091struct partial_die_info : public allocate_on_obstack
c906108c 1092 {
6f06d47b
YQ
1093 partial_die_info (sect_offset sect_off, struct abbrev_info *abbrev);
1094
1095 /* Disable assign but still keep copy ctor, which is needed
1096 load_partial_dies. */
1097 partial_die_info& operator=(const partial_die_info& rhs) = delete;
1098
52356b79
YQ
1099 /* Adjust the partial die before generating a symbol for it. This
1100 function may set the is_external flag or change the DIE's
1101 name. */
1102 void fixup (struct dwarf2_cu *cu);
1103
48fbe735
YQ
1104 /* Read a minimal amount of information into the minimal die
1105 structure. */
1106 const gdb_byte *read (const struct die_reader_specs *reader,
1107 const struct abbrev_info &abbrev,
1108 const gdb_byte *info_ptr);
1109
72bf9492 1110 /* Offset of this DIE. */
6f06d47b 1111 const sect_offset sect_off;
72bf9492
DJ
1112
1113 /* DWARF-2 tag for this DIE. */
6f06d47b 1114 const ENUM_BITFIELD(dwarf_tag) tag : 16;
72bf9492 1115
72bf9492 1116 /* Assorted flags describing the data found in this DIE. */
6f06d47b
YQ
1117 const unsigned int has_children : 1;
1118
72bf9492
DJ
1119 unsigned int is_external : 1;
1120 unsigned int is_declaration : 1;
1121 unsigned int has_type : 1;
1122 unsigned int has_specification : 1;
1123 unsigned int has_pc_info : 1;
481860b3 1124 unsigned int may_be_inlined : 1;
72bf9492 1125
0c1b455e
TT
1126 /* This DIE has been marked DW_AT_main_subprogram. */
1127 unsigned int main_subprogram : 1;
1128
72bf9492
DJ
1129 /* Flag set if the SCOPE field of this structure has been
1130 computed. */
1131 unsigned int scope_set : 1;
1132
fa4028e9
JB
1133 /* Flag set if the DIE has a byte_size attribute. */
1134 unsigned int has_byte_size : 1;
1135
ff908ebf
AW
1136 /* Flag set if the DIE has a DW_AT_const_value attribute. */
1137 unsigned int has_const_value : 1;
1138
98bfdba5
PA
1139 /* Flag set if any of the DIE's children are template arguments. */
1140 unsigned int has_template_arguments : 1;
1141
52356b79 1142 /* Flag set if fixup has been called on this die. */
abc72ce4
DE
1143 unsigned int fixup_called : 1;
1144
36586728
TT
1145 /* Flag set if DW_TAG_imported_unit uses DW_FORM_GNU_ref_alt. */
1146 unsigned int is_dwz : 1;
1147
1148 /* Flag set if spec_offset uses DW_FORM_GNU_ref_alt. */
1149 unsigned int spec_is_dwz : 1;
1150
72bf9492 1151 /* The name of this DIE. Normally the value of DW_AT_name, but
94af9270 1152 sometimes a default name for unnamed DIEs. */
6f06d47b 1153 const char *name = nullptr;
72bf9492 1154
abc72ce4 1155 /* The linkage name, if present. */
6f06d47b 1156 const char *linkage_name = nullptr;
abc72ce4 1157
72bf9492
DJ
1158 /* The scope to prepend to our children. This is generally
1159 allocated on the comp_unit_obstack, so will disappear
1160 when this compilation unit leaves the cache. */
6f06d47b 1161 const char *scope = nullptr;
72bf9492 1162
95554aad
TT
1163 /* Some data associated with the partial DIE. The tag determines
1164 which field is live. */
1165 union
1166 {
1167 /* The location description associated with this DIE, if any. */
1168 struct dwarf_block *locdesc;
1169 /* The offset of an import, for DW_TAG_imported_unit. */
9c541725 1170 sect_offset sect_off;
6f06d47b 1171 } d {};
72bf9492
DJ
1172
1173 /* If HAS_PC_INFO, the PC range associated with this DIE. */
6f06d47b
YQ
1174 CORE_ADDR lowpc = 0;
1175 CORE_ADDR highpc = 0;
72bf9492 1176
93311388 1177 /* Pointer into the info_buffer (or types_buffer) pointing at the target of
72bf9492 1178 DW_AT_sibling, if any. */
48fbe735
YQ
1179 /* NOTE: This member isn't strictly necessary, partial_die_info::read
1180 could return DW_AT_sibling values to its caller load_partial_dies. */
6f06d47b 1181 const gdb_byte *sibling = nullptr;
72bf9492
DJ
1182
1183 /* If HAS_SPECIFICATION, the offset of the DIE referred to by
1184 DW_AT_specification (or DW_AT_abstract_origin or
1185 DW_AT_extension). */
6f06d47b 1186 sect_offset spec_offset {};
72bf9492
DJ
1187
1188 /* Pointers to this DIE's parent, first child, and next sibling,
1189 if any. */
6f06d47b
YQ
1190 struct partial_die_info *die_parent = nullptr;
1191 struct partial_die_info *die_child = nullptr;
1192 struct partial_die_info *die_sibling = nullptr;
1193
1194 friend struct partial_die_info *
1195 dwarf2_cu::find_partial_die (sect_offset sect_off);
1196
1197 private:
1198 /* Only need to do look up in dwarf2_cu::find_partial_die. */
1199 partial_die_info (sect_offset sect_off)
1200 : partial_die_info (sect_off, DW_TAG_padding, 0)
1201 {
1202 }
1203
1204 partial_die_info (sect_offset sect_off_, enum dwarf_tag tag_,
1205 int has_children_)
1206 : sect_off (sect_off_), tag (tag_), has_children (has_children_)
1207 {
1208 is_external = 0;
1209 is_declaration = 0;
1210 has_type = 0;
1211 has_specification = 0;
1212 has_pc_info = 0;
1213 may_be_inlined = 0;
1214 main_subprogram = 0;
1215 scope_set = 0;
1216 has_byte_size = 0;
1217 has_const_value = 0;
1218 has_template_arguments = 0;
1219 fixup_called = 0;
1220 is_dwz = 0;
1221 spec_is_dwz = 0;
1222 }
c906108c
SS
1223 };
1224
0963b4bd 1225/* This data structure holds the information of an abbrev. */
c906108c
SS
1226struct abbrev_info
1227 {
1228 unsigned int number; /* number identifying abbrev */
1229 enum dwarf_tag tag; /* dwarf tag */
f3dd6933
DJ
1230 unsigned short has_children; /* boolean */
1231 unsigned short num_attrs; /* number of attributes */
c906108c
SS
1232 struct attr_abbrev *attrs; /* an array of attribute descriptions */
1233 struct abbrev_info *next; /* next in chain */
1234 };
1235
1236struct attr_abbrev
1237 {
9d25dd43
DE
1238 ENUM_BITFIELD(dwarf_attribute) name : 16;
1239 ENUM_BITFIELD(dwarf_form) form : 16;
43988095
JK
1240
1241 /* It is valid only if FORM is DW_FORM_implicit_const. */
1242 LONGEST implicit_const;
c906108c
SS
1243 };
1244
433df2d4
DE
1245/* Size of abbrev_table.abbrev_hash_table. */
1246#define ABBREV_HASH_SIZE 121
1247
1248/* Top level data structure to contain an abbreviation table. */
1249
1250struct abbrev_table
1251{
685af9cd
TT
1252 explicit abbrev_table (sect_offset off)
1253 : sect_off (off)
1254 {
4a17f768 1255 m_abbrevs =
685af9cd 1256 XOBNEWVEC (&abbrev_obstack, struct abbrev_info *, ABBREV_HASH_SIZE);
4a17f768 1257 memset (m_abbrevs, 0, ABBREV_HASH_SIZE * sizeof (struct abbrev_info *));
685af9cd
TT
1258 }
1259
1260 DISABLE_COPY_AND_ASSIGN (abbrev_table);
1261
1262 /* Allocate space for a struct abbrev_info object in
1263 ABBREV_TABLE. */
1264 struct abbrev_info *alloc_abbrev ();
1265
1266 /* Add an abbreviation to the table. */
1267 void add_abbrev (unsigned int abbrev_number, struct abbrev_info *abbrev);
1268
1269 /* Look up an abbrev in the table.
1270 Returns NULL if the abbrev is not found. */
1271
1272 struct abbrev_info *lookup_abbrev (unsigned int abbrev_number);
1273
1274
f4dc4d17
DE
1275 /* Where the abbrev table came from.
1276 This is used as a sanity check when the table is used. */
685af9cd 1277 const sect_offset sect_off;
433df2d4
DE
1278
1279 /* Storage for the abbrev table. */
685af9cd 1280 auto_obstack abbrev_obstack;
433df2d4 1281
4a17f768
YQ
1282private:
1283
433df2d4
DE
1284 /* Hash table of abbrevs.
1285 This is an array of size ABBREV_HASH_SIZE allocated in abbrev_obstack.
1286 It could be statically allocated, but the previous code didn't so we
1287 don't either. */
4a17f768 1288 struct abbrev_info **m_abbrevs;
433df2d4
DE
1289};
1290
685af9cd
TT
1291typedef std::unique_ptr<struct abbrev_table> abbrev_table_up;
1292
0963b4bd 1293/* Attributes have a name and a value. */
b60c80d6
DJ
1294struct attribute
1295 {
9d25dd43 1296 ENUM_BITFIELD(dwarf_attribute) name : 16;
8285870a
JK
1297 ENUM_BITFIELD(dwarf_form) form : 15;
1298
1299 /* Has DW_STRING already been updated by dwarf2_canonicalize_name? This
1300 field should be in u.str (existing only for DW_STRING) but it is kept
1301 here for better struct attribute alignment. */
1302 unsigned int string_is_canonical : 1;
1303
b60c80d6
DJ
1304 union
1305 {
15d034d0 1306 const char *str;
b60c80d6 1307 struct dwarf_block *blk;
43bbcdc2
PH
1308 ULONGEST unsnd;
1309 LONGEST snd;
b60c80d6 1310 CORE_ADDR addr;
ac9ec31b 1311 ULONGEST signature;
b60c80d6
DJ
1312 }
1313 u;
1314 };
1315
0963b4bd 1316/* This data structure holds a complete die structure. */
c906108c
SS
1317struct die_info
1318 {
76815b17
DE
1319 /* DWARF-2 tag for this DIE. */
1320 ENUM_BITFIELD(dwarf_tag) tag : 16;
1321
1322 /* Number of attributes */
98bfdba5
PA
1323 unsigned char num_attrs;
1324
1325 /* True if we're presently building the full type name for the
1326 type derived from this DIE. */
1327 unsigned char building_fullname : 1;
76815b17 1328
adde2bff
DE
1329 /* True if this die is in process. PR 16581. */
1330 unsigned char in_process : 1;
1331
76815b17
DE
1332 /* Abbrev number */
1333 unsigned int abbrev;
1334
93311388 1335 /* Offset in .debug_info or .debug_types section. */
9c541725 1336 sect_offset sect_off;
78ba4af6
JB
1337
1338 /* The dies in a compilation unit form an n-ary tree. PARENT
1339 points to this die's parent; CHILD points to the first child of
1340 this node; and all the children of a given node are chained
4950bc1c 1341 together via their SIBLING fields. */
639d11d3
DC
1342 struct die_info *child; /* Its first child, if any. */
1343 struct die_info *sibling; /* Its next sibling, if any. */
1344 struct die_info *parent; /* Its parent, if any. */
c906108c 1345
b60c80d6
DJ
1346 /* An array of attributes, with NUM_ATTRS elements. There may be
1347 zero, but it's not common and zero-sized arrays are not
1348 sufficiently portable C. */
1349 struct attribute attrs[1];
c906108c
SS
1350 };
1351
0963b4bd 1352/* Get at parts of an attribute structure. */
c906108c
SS
1353
1354#define DW_STRING(attr) ((attr)->u.str)
8285870a 1355#define DW_STRING_IS_CANONICAL(attr) ((attr)->string_is_canonical)
c906108c
SS
1356#define DW_UNSND(attr) ((attr)->u.unsnd)
1357#define DW_BLOCK(attr) ((attr)->u.blk)
1358#define DW_SND(attr) ((attr)->u.snd)
1359#define DW_ADDR(attr) ((attr)->u.addr)
ac9ec31b 1360#define DW_SIGNATURE(attr) ((attr)->u.signature)
c906108c 1361
0963b4bd 1362/* Blocks are a bunch of untyped bytes. */
c906108c
SS
1363struct dwarf_block
1364 {
56eb65bd 1365 size_t size;
1d6edc3c
JK
1366
1367 /* Valid only if SIZE is not zero. */
d521ce57 1368 const gdb_byte *data;
c906108c
SS
1369 };
1370
c906108c
SS
1371#ifndef ATTR_ALLOC_CHUNK
1372#define ATTR_ALLOC_CHUNK 4
1373#endif
1374
c906108c
SS
1375/* Allocate fields for structs, unions and enums in this size. */
1376#ifndef DW_FIELD_ALLOC_CHUNK
1377#define DW_FIELD_ALLOC_CHUNK 4
1378#endif
1379
c906108c
SS
1380/* FIXME: We might want to set this from BFD via bfd_arch_bits_per_byte,
1381 but this would require a corresponding change in unpack_field_as_long
1382 and friends. */
1383static int bits_per_byte = 8;
1384
2ddeaf8a
TT
1385/* When reading a variant or variant part, we track a bit more
1386 information about the field, and store it in an object of this
1387 type. */
1388
1389struct variant_field
1390{
1391 /* If we see a DW_TAG_variant, then this will be the discriminant
1392 value. */
1393 ULONGEST discriminant_value;
1394 /* If we see a DW_TAG_variant, then this will be set if this is the
1395 default branch. */
1396 bool default_branch;
1397 /* While reading a DW_TAG_variant_part, this will be set if this
1398 field is the discriminant. */
1399 bool is_discriminant;
1400};
1401
52059ffd
TT
1402struct nextfield
1403{
be2daae6
TT
1404 int accessibility = 0;
1405 int virtuality = 0;
2ddeaf8a 1406 /* Extra information to describe a variant or variant part. */
be2daae6
TT
1407 struct variant_field variant {};
1408 struct field field {};
52059ffd
TT
1409};
1410
1411struct fnfieldlist
1412{
be2daae6
TT
1413 const char *name = nullptr;
1414 std::vector<struct fn_field> fnfields;
52059ffd
TT
1415};
1416
c906108c
SS
1417/* The routines that read and process dies for a C struct or C++ class
1418 pass lists of data member fields and lists of member function fields
1419 in an instance of a field_info structure, as defined below. */
1420struct field_info
c5aa993b 1421 {
0963b4bd 1422 /* List of data member and baseclasses fields. */
be2daae6
TT
1423 std::vector<struct nextfield> fields;
1424 std::vector<struct nextfield> baseclasses;
c906108c 1425
7d0ccb61 1426 /* Number of fields (including baseclasses). */
be2daae6 1427 int nfields = 0;
c906108c 1428
c5aa993b 1429 /* Set if the accesibility of one of the fields is not public. */
be2daae6 1430 int non_public_fields = 0;
c906108c 1431
c5aa993b
JM
1432 /* Member function fieldlist array, contains name of possibly overloaded
1433 member function, number of overloaded member functions and a pointer
1434 to the head of the member function field chain. */
be2daae6 1435 std::vector<struct fnfieldlist> fnfieldlists;
98751a41
JK
1436
1437 /* typedefs defined inside this class. TYPEDEF_FIELD_LIST contains head of
1438 a NULL terminated list of TYPEDEF_FIELD_LIST_COUNT elements. */
be2daae6 1439 std::vector<struct decl_field> typedef_field_list;
883fd55a
KS
1440
1441 /* Nested types defined by this class and the number of elements in this
1442 list. */
be2daae6 1443 std::vector<struct decl_field> nested_types_list;
c5aa993b 1444 };
c906108c 1445
10b3939b
DJ
1446/* One item on the queue of compilation units to read in full symbols
1447 for. */
1448struct dwarf2_queue_item
1449{
1450 struct dwarf2_per_cu_data *per_cu;
95554aad 1451 enum language pretend_language;
10b3939b
DJ
1452 struct dwarf2_queue_item *next;
1453};
1454
1455/* The current queue. */
1456static struct dwarf2_queue_item *dwarf2_queue, *dwarf2_queue_tail;
1457
ae038cb0
DJ
1458/* Loaded secondary compilation units are kept in memory until they
1459 have not been referenced for the processing of this many
1460 compilation units. Set this to zero to disable caching. Cache
1461 sizes of up to at least twenty will improve startup time for
1462 typical inter-CU-reference binaries, at an obvious memory cost. */
b4f54984 1463static int dwarf_max_cache_age = 5;
920d2a44 1464static void
b4f54984
DE
1465show_dwarf_max_cache_age (struct ui_file *file, int from_tty,
1466 struct cmd_list_element *c, const char *value)
920d2a44 1467{
3e43a32a 1468 fprintf_filtered (file, _("The upper bound on the age of cached "
b4f54984 1469 "DWARF compilation units is %s.\n"),
920d2a44
AC
1470 value);
1471}
4390d890 1472\f
c906108c
SS
1473/* local function prototypes */
1474
a32a8923
DE
1475static const char *get_section_name (const struct dwarf2_section_info *);
1476
1477static const char *get_section_file_name (const struct dwarf2_section_info *);
1478
918dd910
JK
1479static void dwarf2_find_base_address (struct die_info *die,
1480 struct dwarf2_cu *cu);
1481
0018ea6f
DE
1482static struct partial_symtab *create_partial_symtab
1483 (struct dwarf2_per_cu_data *per_cu, const char *name);
1484
f1902523
JK
1485static void build_type_psymtabs_reader (const struct die_reader_specs *reader,
1486 const gdb_byte *info_ptr,
1487 struct die_info *type_unit_die,
1488 int has_children, void *data);
1489
ed2dc618
SM
1490static void dwarf2_build_psymtabs_hard
1491 (struct dwarf2_per_objfile *dwarf2_per_objfile);
c906108c 1492
72bf9492
DJ
1493static void scan_partial_symbols (struct partial_die_info *,
1494 CORE_ADDR *, CORE_ADDR *,
5734ee8b 1495 int, struct dwarf2_cu *);
c906108c 1496
72bf9492
DJ
1497static void add_partial_symbol (struct partial_die_info *,
1498 struct dwarf2_cu *);
63d06c5c 1499
72bf9492
DJ
1500static void add_partial_namespace (struct partial_die_info *pdi,
1501 CORE_ADDR *lowpc, CORE_ADDR *highpc,
cdc07690 1502 int set_addrmap, struct dwarf2_cu *cu);
63d06c5c 1503
5d7cb8df 1504static void add_partial_module (struct partial_die_info *pdi, CORE_ADDR *lowpc,
cdc07690 1505 CORE_ADDR *highpc, int set_addrmap,
5d7cb8df
JK
1506 struct dwarf2_cu *cu);
1507
72bf9492
DJ
1508static void add_partial_enumeration (struct partial_die_info *enum_pdi,
1509 struct dwarf2_cu *cu);
91c24f0a 1510
bc30ff58
JB
1511static void add_partial_subprogram (struct partial_die_info *pdi,
1512 CORE_ADDR *lowpc, CORE_ADDR *highpc,
5734ee8b 1513 int need_pc, struct dwarf2_cu *cu);
bc30ff58 1514
257e7a09
YQ
1515static void dwarf2_read_symtab (struct partial_symtab *,
1516 struct objfile *);
c906108c 1517
a14ed312 1518static void psymtab_to_symtab_1 (struct partial_symtab *);
c906108c 1519
685af9cd 1520static abbrev_table_up abbrev_table_read_table
ed2dc618
SM
1521 (struct dwarf2_per_objfile *dwarf2_per_objfile, struct dwarf2_section_info *,
1522 sect_offset);
433df2d4 1523
d521ce57 1524static unsigned int peek_abbrev_code (bfd *, const gdb_byte *);
6caca83c 1525
dee91e82 1526static struct partial_die_info *load_partial_dies
d521ce57 1527 (const struct die_reader_specs *, const gdb_byte *, int);
72bf9492 1528
36586728 1529static struct partial_die_info *find_partial_die (sect_offset, int,
10b3939b 1530 struct dwarf2_cu *);
72bf9492 1531
d521ce57
TT
1532static const gdb_byte *read_attribute (const struct die_reader_specs *,
1533 struct attribute *, struct attr_abbrev *,
1534 const gdb_byte *);
a8329558 1535
a1855c1d 1536static unsigned int read_1_byte (bfd *, const gdb_byte *);
c906108c 1537
a1855c1d 1538static int read_1_signed_byte (bfd *, const gdb_byte *);
c906108c 1539
a1855c1d 1540static unsigned int read_2_bytes (bfd *, const gdb_byte *);
c906108c 1541
a1855c1d 1542static unsigned int read_4_bytes (bfd *, const gdb_byte *);
c906108c 1543
a1855c1d 1544static ULONGEST read_8_bytes (bfd *, const gdb_byte *);
c906108c 1545
d521ce57 1546static CORE_ADDR read_address (bfd *, const gdb_byte *ptr, struct dwarf2_cu *,
891d2f0b 1547 unsigned int *);
c906108c 1548
d521ce57 1549static LONGEST read_initial_length (bfd *, const gdb_byte *, unsigned int *);
c764a876
DE
1550
1551static LONGEST read_checked_initial_length_and_offset
d521ce57 1552 (bfd *, const gdb_byte *, const struct comp_unit_head *,
c764a876 1553 unsigned int *, unsigned int *);
613e1657 1554
d521ce57
TT
1555static LONGEST read_offset (bfd *, const gdb_byte *,
1556 const struct comp_unit_head *,
c764a876
DE
1557 unsigned int *);
1558
d521ce57 1559static LONGEST read_offset_1 (bfd *, const gdb_byte *, unsigned int);
613e1657 1560
ed2dc618
SM
1561static sect_offset read_abbrev_offset
1562 (struct dwarf2_per_objfile *dwarf2_per_objfile,
1563 struct dwarf2_section_info *, sect_offset);
f4dc4d17 1564
d521ce57 1565static const gdb_byte *read_n_bytes (bfd *, const gdb_byte *, unsigned int);
c906108c 1566
d521ce57 1567static const char *read_direct_string (bfd *, const gdb_byte *, unsigned int *);
c906108c 1568
ed2dc618
SM
1569static const char *read_indirect_string
1570 (struct dwarf2_per_objfile *dwarf2_per_objfile, bfd *, const gdb_byte *,
1571 const struct comp_unit_head *, unsigned int *);
4bdf3d34 1572
ed2dc618
SM
1573static const char *read_indirect_line_string
1574 (struct dwarf2_per_objfile *dwarf2_per_objfile, bfd *, const gdb_byte *,
1575 const struct comp_unit_head *, unsigned int *);
36586728 1576
ed2dc618
SM
1577static const char *read_indirect_string_at_offset
1578 (struct dwarf2_per_objfile *dwarf2_per_objfile, bfd *abfd,
1579 LONGEST str_offset);
927aa2e7 1580
ed2dc618
SM
1581static const char *read_indirect_string_from_dwz
1582 (struct objfile *objfile, struct dwz_file *, LONGEST);
c906108c 1583
d521ce57 1584static LONGEST read_signed_leb128 (bfd *, const gdb_byte *, unsigned int *);
c906108c 1585
d521ce57
TT
1586static CORE_ADDR read_addr_index_from_leb128 (struct dwarf2_cu *,
1587 const gdb_byte *,
3019eac3
DE
1588 unsigned int *);
1589
d521ce57 1590static const char *read_str_index (const struct die_reader_specs *reader,
342587c4 1591 ULONGEST str_index);
3019eac3 1592
e142c38c 1593static void set_cu_language (unsigned int, struct dwarf2_cu *);
c906108c 1594
e142c38c
DJ
1595static struct attribute *dwarf2_attr (struct die_info *, unsigned int,
1596 struct dwarf2_cu *);
c906108c 1597
348e048f 1598static struct attribute *dwarf2_attr_no_follow (struct die_info *,
45e58e77 1599 unsigned int);
348e048f 1600
7d45c7c3
KB
1601static const char *dwarf2_string_attr (struct die_info *die, unsigned int name,
1602 struct dwarf2_cu *cu);
1603
05cf31d1
JB
1604static int dwarf2_flag_true_p (struct die_info *die, unsigned name,
1605 struct dwarf2_cu *cu);
1606
e142c38c 1607static int die_is_declaration (struct die_info *, struct dwarf2_cu *cu);
3ca72b44 1608
e142c38c 1609static struct die_info *die_specification (struct die_info *die,
f2f0e013 1610 struct dwarf2_cu **);
63d06c5c 1611
9c541725 1612static line_header_up dwarf_decode_line_header (sect_offset sect_off,
fff8551c 1613 struct dwarf2_cu *cu);
debd256d 1614
f3f5162e 1615static void dwarf_decode_lines (struct line_header *, const char *,
c3b7b696 1616 struct dwarf2_cu *, struct partial_symtab *,
527f3840 1617 CORE_ADDR, int decode_mapping);
c906108c 1618
804d2729
TT
1619static void dwarf2_start_subfile (struct dwarf2_cu *, const char *,
1620 const char *);
c906108c 1621
a14ed312 1622static struct symbol *new_symbol (struct die_info *, struct type *,
5e2db402 1623 struct dwarf2_cu *, struct symbol * = NULL);
34eaf542 1624
ff39bb5e 1625static void dwarf2_const_value (const struct attribute *, struct symbol *,
e7c27a73 1626 struct dwarf2_cu *);
c906108c 1627
ff39bb5e 1628static void dwarf2_const_value_attr (const struct attribute *attr,
98bfdba5
PA
1629 struct type *type,
1630 const char *name,
1631 struct obstack *obstack,
12df843f 1632 struct dwarf2_cu *cu, LONGEST *value,
d521ce57 1633 const gdb_byte **bytes,
98bfdba5 1634 struct dwarf2_locexpr_baton **baton);
2df3850c 1635
e7c27a73 1636static struct type *die_type (struct die_info *, struct dwarf2_cu *);
c906108c 1637
b4ba55a1
JB
1638static int need_gnat_info (struct dwarf2_cu *);
1639
3e43a32a
MS
1640static struct type *die_descriptive_type (struct die_info *,
1641 struct dwarf2_cu *);
b4ba55a1
JB
1642
1643static void set_descriptive_type (struct type *, struct die_info *,
1644 struct dwarf2_cu *);
1645
e7c27a73
DJ
1646static struct type *die_containing_type (struct die_info *,
1647 struct dwarf2_cu *);
c906108c 1648
ff39bb5e 1649static struct type *lookup_die_type (struct die_info *, const struct attribute *,
673bfd45 1650 struct dwarf2_cu *);
c906108c 1651
f792889a 1652static struct type *read_type_die (struct die_info *, struct dwarf2_cu *);
c906108c 1653
673bfd45
DE
1654static struct type *read_type_die_1 (struct die_info *, struct dwarf2_cu *);
1655
0d5cff50 1656static const char *determine_prefix (struct die_info *die, struct dwarf2_cu *);
63d06c5c 1657
6e70227d 1658static char *typename_concat (struct obstack *obs, const char *prefix,
f55ee35c
JK
1659 const char *suffix, int physname,
1660 struct dwarf2_cu *cu);
63d06c5c 1661
e7c27a73 1662static void read_file_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1663
348e048f
DE
1664static void read_type_unit_scope (struct die_info *, struct dwarf2_cu *);
1665
e7c27a73 1666static void read_func_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1667
e7c27a73 1668static void read_lexical_block_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1669
96408a79
SA
1670static void read_call_site_scope (struct die_info *die, struct dwarf2_cu *cu);
1671
71a3c369
TT
1672static void read_variable (struct die_info *die, struct dwarf2_cu *cu);
1673
ff013f42
JK
1674static int dwarf2_ranges_read (unsigned, CORE_ADDR *, CORE_ADDR *,
1675 struct dwarf2_cu *, struct partial_symtab *);
1676
3a2b436a 1677/* How dwarf2_get_pc_bounds constructed its *LOWPC and *HIGHPC return
e385593e 1678 values. Keep the items ordered with increasing constraints compliance. */
3a2b436a
JK
1679enum pc_bounds_kind
1680{
e385593e 1681 /* No attribute DW_AT_low_pc, DW_AT_high_pc or DW_AT_ranges was found. */
3a2b436a
JK
1682 PC_BOUNDS_NOT_PRESENT,
1683
e385593e
JK
1684 /* Some of the attributes DW_AT_low_pc, DW_AT_high_pc or DW_AT_ranges
1685 were present but they do not form a valid range of PC addresses. */
1686 PC_BOUNDS_INVALID,
1687
3a2b436a
JK
1688 /* Discontiguous range was found - that is DW_AT_ranges was found. */
1689 PC_BOUNDS_RANGES,
1690
1691 /* Contiguous range was found - DW_AT_low_pc and DW_AT_high_pc were found. */
1692 PC_BOUNDS_HIGH_LOW,
1693};
1694
1695static enum pc_bounds_kind dwarf2_get_pc_bounds (struct die_info *,
1696 CORE_ADDR *, CORE_ADDR *,
1697 struct dwarf2_cu *,
1698 struct partial_symtab *);
c906108c 1699
fae299cd
DC
1700static void get_scope_pc_bounds (struct die_info *,
1701 CORE_ADDR *, CORE_ADDR *,
1702 struct dwarf2_cu *);
1703
801e3a5b
JB
1704static void dwarf2_record_block_ranges (struct die_info *, struct block *,
1705 CORE_ADDR, struct dwarf2_cu *);
1706
a14ed312 1707static void dwarf2_add_field (struct field_info *, struct die_info *,
e7c27a73 1708 struct dwarf2_cu *);
c906108c 1709
a14ed312 1710static void dwarf2_attach_fields_to_type (struct field_info *,
e7c27a73 1711 struct type *, struct dwarf2_cu *);
c906108c 1712
a14ed312 1713static void dwarf2_add_member_fn (struct field_info *,
e26fb1d7 1714 struct die_info *, struct type *,
e7c27a73 1715 struct dwarf2_cu *);
c906108c 1716
a14ed312 1717static void dwarf2_attach_fn_fields_to_type (struct field_info *,
3e43a32a
MS
1718 struct type *,
1719 struct dwarf2_cu *);
c906108c 1720
134d01f1 1721static void process_structure_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1722
e7c27a73 1723static void read_common_block (struct die_info *, struct dwarf2_cu *);
c906108c 1724
e7c27a73 1725static void read_namespace (struct die_info *die, struct dwarf2_cu *);
d9fa45fe 1726
5d7cb8df
JK
1727static void read_module (struct die_info *die, struct dwarf2_cu *cu);
1728
804d2729 1729static struct using_direct **using_directives (struct dwarf2_cu *cu);
22cee43f 1730
27aa8d6a
SW
1731static void read_import_statement (struct die_info *die, struct dwarf2_cu *);
1732
74921315
KS
1733static int read_namespace_alias (struct die_info *die, struct dwarf2_cu *cu);
1734
f55ee35c
JK
1735static struct type *read_module_type (struct die_info *die,
1736 struct dwarf2_cu *cu);
1737
38d518c9 1738static const char *namespace_name (struct die_info *die,
e142c38c 1739 int *is_anonymous, struct dwarf2_cu *);
38d518c9 1740
134d01f1 1741static void process_enumeration_scope (struct die_info *, struct dwarf2_cu *);
c906108c 1742
e7c27a73 1743static CORE_ADDR decode_locdesc (struct dwarf_block *, struct dwarf2_cu *);
c906108c 1744
6e70227d 1745static enum dwarf_array_dim_ordering read_array_order (struct die_info *,
7ca2d3a3
DL
1746 struct dwarf2_cu *);
1747
bf6af496 1748static struct die_info *read_die_and_siblings_1
d521ce57 1749 (const struct die_reader_specs *, const gdb_byte *, const gdb_byte **,
bf6af496 1750 struct die_info *);
639d11d3 1751
dee91e82 1752static struct die_info *read_die_and_siblings (const struct die_reader_specs *,
d521ce57
TT
1753 const gdb_byte *info_ptr,
1754 const gdb_byte **new_info_ptr,
639d11d3
DC
1755 struct die_info *parent);
1756
d521ce57
TT
1757static const gdb_byte *read_full_die_1 (const struct die_reader_specs *,
1758 struct die_info **, const gdb_byte *,
1759 int *, int);
3019eac3 1760
d521ce57
TT
1761static const gdb_byte *read_full_die (const struct die_reader_specs *,
1762 struct die_info **, const gdb_byte *,
1763 int *);
93311388 1764
e7c27a73 1765static void process_die (struct die_info *, struct dwarf2_cu *);
c906108c 1766
15d034d0
TT
1767static const char *dwarf2_canonicalize_name (const char *, struct dwarf2_cu *,
1768 struct obstack *);
71c25dea 1769
15d034d0 1770static const char *dwarf2_name (struct die_info *die, struct dwarf2_cu *);
9219021c 1771
15d034d0 1772static const char *dwarf2_full_name (const char *name,
98bfdba5
PA
1773 struct die_info *die,
1774 struct dwarf2_cu *cu);
1775
ca69b9e6
DE
1776static const char *dwarf2_physname (const char *name, struct die_info *die,
1777 struct dwarf2_cu *cu);
1778
e142c38c 1779static struct die_info *dwarf2_extension (struct die_info *die,
f2f0e013 1780 struct dwarf2_cu **);
9219021c 1781
f39c6ffd 1782static const char *dwarf_tag_name (unsigned int);
c906108c 1783
f39c6ffd 1784static const char *dwarf_attr_name (unsigned int);
c906108c 1785
f39c6ffd 1786static const char *dwarf_form_name (unsigned int);
c906108c 1787
a121b7c1 1788static const char *dwarf_bool_name (unsigned int);
c906108c 1789
f39c6ffd 1790static const char *dwarf_type_encoding_name (unsigned int);
c906108c 1791
f9aca02d 1792static struct die_info *sibling_die (struct die_info *);
c906108c 1793
d97bc12b
DE
1794static void dump_die_shallow (struct ui_file *, int indent, struct die_info *);
1795
1796static void dump_die_for_error (struct die_info *);
1797
1798static void dump_die_1 (struct ui_file *, int level, int max_level,
1799 struct die_info *);
c906108c 1800
d97bc12b 1801/*static*/ void dump_die (struct die_info *, int max_level);
c906108c 1802
51545339 1803static void store_in_ref_table (struct die_info *,
10b3939b 1804 struct dwarf2_cu *);
c906108c 1805
ff39bb5e 1806static sect_offset dwarf2_get_ref_die_offset (const struct attribute *);
c906108c 1807
ff39bb5e 1808static LONGEST dwarf2_get_attr_constant_value (const struct attribute *, int);
a02abb62 1809
348e048f 1810static struct die_info *follow_die_ref_or_sig (struct die_info *,
ff39bb5e 1811 const struct attribute *,
348e048f
DE
1812 struct dwarf2_cu **);
1813
10b3939b 1814static struct die_info *follow_die_ref (struct die_info *,
ff39bb5e 1815 const struct attribute *,
f2f0e013 1816 struct dwarf2_cu **);
c906108c 1817
348e048f 1818static struct die_info *follow_die_sig (struct die_info *,
ff39bb5e 1819 const struct attribute *,
348e048f
DE
1820 struct dwarf2_cu **);
1821
ac9ec31b
DE
1822static struct type *get_signatured_type (struct die_info *, ULONGEST,
1823 struct dwarf2_cu *);
1824
1825static struct type *get_DW_AT_signature_type (struct die_info *,
ff39bb5e 1826 const struct attribute *,
ac9ec31b
DE
1827 struct dwarf2_cu *);
1828
e5fe5e75 1829static void load_full_type_unit (struct dwarf2_per_cu_data *per_cu);
348e048f 1830
52dc124a 1831static void read_signatured_type (struct signatured_type *);
348e048f 1832
63e43d3a
PMR
1833static int attr_to_dynamic_prop (const struct attribute *attr,
1834 struct die_info *die, struct dwarf2_cu *cu,
1835 struct dynamic_prop *prop);
1836
c906108c
SS
1837/* memory allocation interface */
1838
7b5a2f43 1839static struct dwarf_block *dwarf_alloc_block (struct dwarf2_cu *);
c906108c 1840
b60c80d6 1841static struct die_info *dwarf_alloc_die (struct dwarf2_cu *, int);
c906108c 1842
43f3e411 1843static void dwarf_decode_macros (struct dwarf2_cu *, unsigned int, int);
2e276125 1844
6e5a29e1 1845static int attr_form_is_block (const struct attribute *);
8e19ed76 1846
6e5a29e1 1847static int attr_form_is_section_offset (const struct attribute *);
3690dd37 1848
6e5a29e1 1849static int attr_form_is_constant (const struct attribute *);
3690dd37 1850
6e5a29e1 1851static int attr_form_is_ref (const struct attribute *);
7771576e 1852
8cf6f0b1
TT
1853static void fill_in_loclist_baton (struct dwarf2_cu *cu,
1854 struct dwarf2_loclist_baton *baton,
ff39bb5e 1855 const struct attribute *attr);
8cf6f0b1 1856
ff39bb5e 1857static void dwarf2_symbol_mark_computed (const struct attribute *attr,
93e7bd98 1858 struct symbol *sym,
f1e6e072
TT
1859 struct dwarf2_cu *cu,
1860 int is_block);
4c2df51b 1861
d521ce57
TT
1862static const gdb_byte *skip_one_die (const struct die_reader_specs *reader,
1863 const gdb_byte *info_ptr,
1864 struct abbrev_info *abbrev);
4bb7a0a7 1865
72bf9492
DJ
1866static hashval_t partial_die_hash (const void *item);
1867
1868static int partial_die_eq (const void *item_lhs, const void *item_rhs);
1869
ae038cb0 1870static struct dwarf2_per_cu_data *dwarf2_find_containing_comp_unit
ed2dc618
SM
1871 (sect_offset sect_off, unsigned int offset_in_dwz,
1872 struct dwarf2_per_objfile *dwarf2_per_objfile);
ae038cb0 1873
9816fde3 1874static void prepare_one_comp_unit (struct dwarf2_cu *cu,
95554aad
TT
1875 struct die_info *comp_unit_die,
1876 enum language pretend_language);
93311388 1877
ed2dc618 1878static void age_cached_comp_units (struct dwarf2_per_objfile *dwarf2_per_objfile);
ae038cb0 1879
dee91e82 1880static void free_one_cached_comp_unit (struct dwarf2_per_cu_data *);
ae038cb0 1881
f792889a
DJ
1882static struct type *set_die_type (struct die_info *, struct type *,
1883 struct dwarf2_cu *);
1c379e20 1884
ed2dc618 1885static void create_all_comp_units (struct dwarf2_per_objfile *dwarf2_per_objfile);
ae038cb0 1886
ed2dc618 1887static int create_all_type_units (struct dwarf2_per_objfile *dwarf2_per_objfile);
1fd400ff 1888
58f0c718 1889static void load_full_comp_unit (struct dwarf2_per_cu_data *, bool,
95554aad 1890 enum language);
10b3939b 1891
95554aad
TT
1892static void process_full_comp_unit (struct dwarf2_per_cu_data *,
1893 enum language);
10b3939b 1894
f4dc4d17
DE
1895static void process_full_type_unit (struct dwarf2_per_cu_data *,
1896 enum language);
1897
10b3939b
DJ
1898static void dwarf2_add_dependence (struct dwarf2_cu *,
1899 struct dwarf2_per_cu_data *);
1900
ae038cb0
DJ
1901static void dwarf2_mark (struct dwarf2_cu *);
1902
1903static void dwarf2_clear_marks (struct dwarf2_per_cu_data *);
1904
b64f50a1 1905static struct type *get_die_type_at_offset (sect_offset,
ac9ec31b 1906 struct dwarf2_per_cu_data *);
673bfd45 1907
f792889a 1908static struct type *get_die_type (struct die_info *die, struct dwarf2_cu *cu);
72019c9c 1909
95554aad
TT
1910static void queue_comp_unit (struct dwarf2_per_cu_data *per_cu,
1911 enum language pretend_language);
1912
ed2dc618 1913static void process_queue (struct dwarf2_per_objfile *dwarf2_per_objfile);
9291a0cd 1914
b303c6f6
AB
1915/* Class, the destructor of which frees all allocated queue entries. This
1916 will only have work to do if an error was thrown while processing the
1917 dwarf. If no error was thrown then the queue entries should have all
1918 been processed, and freed, as we went along. */
1919
1920class dwarf2_queue_guard
1921{
1922public:
1923 dwarf2_queue_guard () = default;
1924
1925 /* Free any entries remaining on the queue. There should only be
1926 entries left if we hit an error while processing the dwarf. */
1927 ~dwarf2_queue_guard ()
1928 {
1929 struct dwarf2_queue_item *item, *last;
1930
1931 item = dwarf2_queue;
1932 while (item)
1933 {
1934 /* Anything still marked queued is likely to be in an
1935 inconsistent state, so discard it. */
1936 if (item->per_cu->queued)
1937 {
1938 if (item->per_cu->cu != NULL)
1939 free_one_cached_comp_unit (item->per_cu);
1940 item->per_cu->queued = 0;
1941 }
1942
1943 last = item;
1944 item = item->next;
1945 xfree (last);
1946 }
1947
1948 dwarf2_queue = dwarf2_queue_tail = NULL;
1949 }
1950};
1951
d721ba37
PA
1952/* The return type of find_file_and_directory. Note, the enclosed
1953 string pointers are only valid while this object is valid. */
1954
1955struct file_and_directory
1956{
1957 /* The filename. This is never NULL. */
1958 const char *name;
1959
1960 /* The compilation directory. NULL if not known. If we needed to
1961 compute a new string, this points to COMP_DIR_STORAGE, otherwise,
1962 points directly to the DW_AT_comp_dir string attribute owned by
1963 the obstack that owns the DIE. */
1964 const char *comp_dir;
1965
1966 /* If we needed to build a new string for comp_dir, this is what
1967 owns the storage. */
1968 std::string comp_dir_storage;
1969};
1970
1971static file_and_directory find_file_and_directory (struct die_info *die,
1972 struct dwarf2_cu *cu);
9291a0cd
TT
1973
1974static char *file_full_name (int file, struct line_header *lh,
1975 const char *comp_dir);
1976
43988095
JK
1977/* Expected enum dwarf_unit_type for read_comp_unit_head. */
1978enum class rcuh_kind { COMPILE, TYPE };
1979
d521ce57 1980static const gdb_byte *read_and_check_comp_unit_head
ed2dc618
SM
1981 (struct dwarf2_per_objfile* dwarf2_per_objfile,
1982 struct comp_unit_head *header,
36586728 1983 struct dwarf2_section_info *section,
d521ce57 1984 struct dwarf2_section_info *abbrev_section, const gdb_byte *info_ptr,
43988095 1985 rcuh_kind section_kind);
36586728 1986
fd820528 1987static void init_cutu_and_read_dies
f4dc4d17 1988 (struct dwarf2_per_cu_data *this_cu, struct abbrev_table *abbrev_table,
58f0c718 1989 int use_existing_cu, int keep, bool skip_partial,
3019eac3
DE
1990 die_reader_func_ftype *die_reader_func, void *data);
1991
dee91e82
DE
1992static void init_cutu_and_read_dies_simple
1993 (struct dwarf2_per_cu_data *this_cu,
1994 die_reader_func_ftype *die_reader_func, void *data);
9291a0cd 1995
673bfd45 1996static htab_t allocate_signatured_type_table (struct objfile *objfile);
1fd400ff 1997
3019eac3
DE
1998static htab_t allocate_dwo_unit_table (struct objfile *objfile);
1999
57d63ce2 2000static struct dwo_unit *lookup_dwo_unit_in_dwp
ed2dc618
SM
2001 (struct dwarf2_per_objfile *dwarf2_per_objfile,
2002 struct dwp_file *dwp_file, const char *comp_dir,
57d63ce2 2003 ULONGEST signature, int is_debug_types);
a2ce51a0 2004
ed2dc618
SM
2005static struct dwp_file *get_dwp_file
2006 (struct dwarf2_per_objfile *dwarf2_per_objfile);
a2ce51a0 2007
3019eac3 2008static struct dwo_unit *lookup_dwo_comp_unit
a1855c1d 2009 (struct dwarf2_per_cu_data *, const char *, const char *, ULONGEST);
3019eac3
DE
2010
2011static struct dwo_unit *lookup_dwo_type_unit
a1855c1d 2012 (struct signatured_type *, const char *, const char *);
3019eac3 2013
89e63ee4
DE
2014static void queue_and_load_all_dwo_tus (struct dwarf2_per_cu_data *);
2015
263db9a1 2016static void free_dwo_file (struct dwo_file *);
3019eac3 2017
263db9a1
TT
2018/* A unique_ptr helper to free a dwo_file. */
2019
2020struct dwo_file_deleter
ed2dc618 2021{
263db9a1
TT
2022 void operator() (struct dwo_file *df) const
2023 {
2024 free_dwo_file (df);
2025 }
ed2dc618
SM
2026};
2027
263db9a1
TT
2028/* A unique pointer to a dwo_file. */
2029
2030typedef std::unique_ptr<struct dwo_file, dwo_file_deleter> dwo_file_up;
2031
ed2dc618 2032static void process_cu_includes (struct dwarf2_per_objfile *dwarf2_per_objfile);
95554aad 2033
1b80a9fa 2034static void check_producer (struct dwarf2_cu *cu);
527f3840
JK
2035
2036static void free_line_header_voidp (void *arg);
4390d890
DE
2037\f
2038/* Various complaints about symbol reading that don't abort the process. */
2039
2040static void
2041dwarf2_statement_list_fits_in_line_number_section_complaint (void)
2042{
b98664d3 2043 complaint (_("statement list doesn't fit in .debug_line section"));
4390d890
DE
2044}
2045
2046static void
2047dwarf2_debug_line_missing_file_complaint (void)
2048{
b98664d3 2049 complaint (_(".debug_line section has line data without a file"));
4390d890
DE
2050}
2051
2052static void
2053dwarf2_debug_line_missing_end_sequence_complaint (void)
2054{
b98664d3 2055 complaint (_(".debug_line section has line "
4390d890
DE
2056 "program sequence without an end"));
2057}
2058
2059static void
2060dwarf2_complex_location_expr_complaint (void)
2061{
b98664d3 2062 complaint (_("location expression too complex"));
4390d890
DE
2063}
2064
2065static void
2066dwarf2_const_value_length_mismatch_complaint (const char *arg1, int arg2,
2067 int arg3)
2068{
b98664d3 2069 complaint (_("const value length mismatch for '%s', got %d, expected %d"),
4390d890
DE
2070 arg1, arg2, arg3);
2071}
2072
2073static void
2074dwarf2_section_buffer_overflow_complaint (struct dwarf2_section_info *section)
2075{
b98664d3 2076 complaint (_("debug info runs off end of %s section"
4390d890 2077 " [in module %s]"),
a32a8923
DE
2078 get_section_name (section),
2079 get_section_file_name (section));
4390d890 2080}
1b80a9fa 2081
4390d890
DE
2082static void
2083dwarf2_macro_malformed_definition_complaint (const char *arg1)
2084{
b98664d3 2085 complaint (_("macro debug info contains a "
4390d890
DE
2086 "malformed macro definition:\n`%s'"),
2087 arg1);
2088}
2089
2090static void
2091dwarf2_invalid_attrib_class_complaint (const char *arg1, const char *arg2)
2092{
b98664d3 2093 complaint (_("invalid attribute class or form for '%s' in '%s'"),
4390d890
DE
2094 arg1, arg2);
2095}
527f3840
JK
2096
2097/* Hash function for line_header_hash. */
2098
2099static hashval_t
2100line_header_hash (const struct line_header *ofs)
2101{
9c541725 2102 return to_underlying (ofs->sect_off) ^ ofs->offset_in_dwz;
527f3840
JK
2103}
2104
2105/* Hash function for htab_create_alloc_ex for line_header_hash. */
2106
2107static hashval_t
2108line_header_hash_voidp (const void *item)
2109{
9a3c8263 2110 const struct line_header *ofs = (const struct line_header *) item;
527f3840
JK
2111
2112 return line_header_hash (ofs);
2113}
2114
2115/* Equality function for line_header_hash. */
2116
2117static int
2118line_header_eq_voidp (const void *item_lhs, const void *item_rhs)
2119{
9a3c8263
SM
2120 const struct line_header *ofs_lhs = (const struct line_header *) item_lhs;
2121 const struct line_header *ofs_rhs = (const struct line_header *) item_rhs;
527f3840 2122
9c541725 2123 return (ofs_lhs->sect_off == ofs_rhs->sect_off
527f3840
JK
2124 && ofs_lhs->offset_in_dwz == ofs_rhs->offset_in_dwz);
2125}
2126
4390d890 2127\f
9291a0cd 2128
31aa7e4e
JB
2129/* Read the given attribute value as an address, taking the attribute's
2130 form into account. */
2131
2132static CORE_ADDR
2133attr_value_as_address (struct attribute *attr)
2134{
2135 CORE_ADDR addr;
2136
2137 if (attr->form != DW_FORM_addr && attr->form != DW_FORM_GNU_addr_index)
2138 {
2139 /* Aside from a few clearly defined exceptions, attributes that
2140 contain an address must always be in DW_FORM_addr form.
2141 Unfortunately, some compilers happen to be violating this
2142 requirement by encoding addresses using other forms, such
2143 as DW_FORM_data4 for example. For those broken compilers,
2144 we try to do our best, without any guarantee of success,
2145 to interpret the address correctly. It would also be nice
2146 to generate a complaint, but that would require us to maintain
2147 a list of legitimate cases where a non-address form is allowed,
2148 as well as update callers to pass in at least the CU's DWARF
2149 version. This is more overhead than what we're willing to
2150 expand for a pretty rare case. */
2151 addr = DW_UNSND (attr);
2152 }
2153 else
2154 addr = DW_ADDR (attr);
2155
2156 return addr;
2157}
2158
330cdd98
PA
2159/* See declaration. */
2160
2161dwarf2_per_objfile::dwarf2_per_objfile (struct objfile *objfile_,
2162 const dwarf2_debug_sections *names)
2163 : objfile (objfile_)
2164{
2165 if (names == NULL)
2166 names = &dwarf2_elf_names;
2167
2168 bfd *obfd = objfile->obfd;
2169
2170 for (asection *sec = obfd->sections; sec != NULL; sec = sec->next)
2171 locate_sections (obfd, sec, *names);
2172}
2173
fc8e7e75
SM
2174static void free_dwo_files (htab_t dwo_files, struct objfile *objfile);
2175
330cdd98
PA
2176dwarf2_per_objfile::~dwarf2_per_objfile ()
2177{
2178 /* Cached DIE trees use xmalloc and the comp_unit_obstack. */
2179 free_cached_comp_units ();
2180
2181 if (quick_file_names_table)
2182 htab_delete (quick_file_names_table);
2183
2184 if (line_header_hash)
2185 htab_delete (line_header_hash);
2186
b76e467d
SM
2187 for (dwarf2_per_cu_data *per_cu : all_comp_units)
2188 VEC_free (dwarf2_per_cu_ptr, per_cu->imported_symtabs);
fc8e7e75 2189
b2bdb8cf
SM
2190 for (signatured_type *sig_type : all_type_units)
2191 VEC_free (dwarf2_per_cu_ptr, sig_type->per_cu.imported_symtabs);
fc8e7e75
SM
2192
2193 VEC_free (dwarf2_section_info_def, types);
2194
2195 if (dwo_files != NULL)
2196 free_dwo_files (dwo_files, objfile);
fc8e7e75 2197
330cdd98
PA
2198 /* Everything else should be on the objfile obstack. */
2199}
2200
2201/* See declaration. */
2202
2203void
2204dwarf2_per_objfile::free_cached_comp_units ()
2205{
2206 dwarf2_per_cu_data *per_cu = read_in_chain;
2207 dwarf2_per_cu_data **last_chain = &read_in_chain;
2208 while (per_cu != NULL)
2209 {
2210 dwarf2_per_cu_data *next_cu = per_cu->cu->read_in_chain;
2211
fcd3b13d 2212 delete per_cu->cu;
330cdd98
PA
2213 *last_chain = next_cu;
2214 per_cu = next_cu;
2215 }
2216}
2217
11ed8cad
TT
2218/* A helper class that calls free_cached_comp_units on
2219 destruction. */
2220
2221class free_cached_comp_units
2222{
2223public:
2224
2225 explicit free_cached_comp_units (dwarf2_per_objfile *per_objfile)
2226 : m_per_objfile (per_objfile)
2227 {
2228 }
2229
2230 ~free_cached_comp_units ()
2231 {
2232 m_per_objfile->free_cached_comp_units ();
2233 }
2234
2235 DISABLE_COPY_AND_ASSIGN (free_cached_comp_units);
2236
2237private:
2238
2239 dwarf2_per_objfile *m_per_objfile;
2240};
2241
c906108c 2242/* Try to locate the sections we need for DWARF 2 debugging
251d32d9
TG
2243 information and return true if we have enough to do something.
2244 NAMES points to the dwarf2 section names, or is NULL if the standard
2245 ELF names are used. */
c906108c
SS
2246
2247int
251d32d9
TG
2248dwarf2_has_info (struct objfile *objfile,
2249 const struct dwarf2_debug_sections *names)
c906108c 2250{
97cbe998
SDJ
2251 if (objfile->flags & OBJF_READNEVER)
2252 return 0;
2253
ed2dc618
SM
2254 struct dwarf2_per_objfile *dwarf2_per_objfile
2255 = get_dwarf2_per_objfile (objfile);
2256
2257 if (dwarf2_per_objfile == NULL)
be391dca
TT
2258 {
2259 /* Initialize per-objfile state. */
fd90ace4
YQ
2260 dwarf2_per_objfile
2261 = new (&objfile->objfile_obstack) struct dwarf2_per_objfile (objfile,
2262 names);
ed2dc618 2263 set_dwarf2_per_objfile (objfile, dwarf2_per_objfile);
be391dca 2264 }
73869dc2 2265 return (!dwarf2_per_objfile->info.is_virtual
049412e3 2266 && dwarf2_per_objfile->info.s.section != NULL
73869dc2 2267 && !dwarf2_per_objfile->abbrev.is_virtual
049412e3 2268 && dwarf2_per_objfile->abbrev.s.section != NULL);
73869dc2
DE
2269}
2270
2271/* Return the containing section of virtual section SECTION. */
2272
2273static struct dwarf2_section_info *
2274get_containing_section (const struct dwarf2_section_info *section)
2275{
2276 gdb_assert (section->is_virtual);
2277 return section->s.containing_section;
c906108c
SS
2278}
2279
a32a8923
DE
2280/* Return the bfd owner of SECTION. */
2281
2282static struct bfd *
2283get_section_bfd_owner (const struct dwarf2_section_info *section)
2284{
73869dc2
DE
2285 if (section->is_virtual)
2286 {
2287 section = get_containing_section (section);
2288 gdb_assert (!section->is_virtual);
2289 }
049412e3 2290 return section->s.section->owner;
a32a8923
DE
2291}
2292
2293/* Return the bfd section of SECTION.
2294 Returns NULL if the section is not present. */
2295
2296static asection *
2297get_section_bfd_section (const struct dwarf2_section_info *section)
2298{
73869dc2
DE
2299 if (section->is_virtual)
2300 {
2301 section = get_containing_section (section);
2302 gdb_assert (!section->is_virtual);
2303 }
049412e3 2304 return section->s.section;
a32a8923
DE
2305}
2306
2307/* Return the name of SECTION. */
2308
2309static const char *
2310get_section_name (const struct dwarf2_section_info *section)
2311{
2312 asection *sectp = get_section_bfd_section (section);
2313
2314 gdb_assert (sectp != NULL);
2315 return bfd_section_name (get_section_bfd_owner (section), sectp);
2316}
2317
2318/* Return the name of the file SECTION is in. */
2319
2320static const char *
2321get_section_file_name (const struct dwarf2_section_info *section)
2322{
2323 bfd *abfd = get_section_bfd_owner (section);
2324
2325 return bfd_get_filename (abfd);
2326}
2327
2328/* Return the id of SECTION.
2329 Returns 0 if SECTION doesn't exist. */
2330
2331static int
2332get_section_id (const struct dwarf2_section_info *section)
2333{
2334 asection *sectp = get_section_bfd_section (section);
2335
2336 if (sectp == NULL)
2337 return 0;
2338 return sectp->id;
2339}
2340
2341/* Return the flags of SECTION.
73869dc2 2342 SECTION (or containing section if this is a virtual section) must exist. */
a32a8923
DE
2343
2344static int
2345get_section_flags (const struct dwarf2_section_info *section)
2346{
2347 asection *sectp = get_section_bfd_section (section);
2348
2349 gdb_assert (sectp != NULL);
2350 return bfd_get_section_flags (sectp->owner, sectp);
2351}
2352
251d32d9
TG
2353/* When loading sections, we look either for uncompressed section or for
2354 compressed section names. */
233a11ab
CS
2355
2356static int
251d32d9
TG
2357section_is_p (const char *section_name,
2358 const struct dwarf2_section_names *names)
233a11ab 2359{
251d32d9
TG
2360 if (names->normal != NULL
2361 && strcmp (section_name, names->normal) == 0)
2362 return 1;
2363 if (names->compressed != NULL
2364 && strcmp (section_name, names->compressed) == 0)
2365 return 1;
2366 return 0;
233a11ab
CS
2367}
2368
330cdd98 2369/* See declaration. */
c906108c 2370
330cdd98
PA
2371void
2372dwarf2_per_objfile::locate_sections (bfd *abfd, asection *sectp,
2373 const dwarf2_debug_sections &names)
c906108c 2374{
dc7650b8 2375 flagword aflag = bfd_get_section_flags (abfd, sectp);
251d32d9 2376
dc7650b8
JK
2377 if ((aflag & SEC_HAS_CONTENTS) == 0)
2378 {
2379 }
330cdd98 2380 else if (section_is_p (sectp->name, &names.info))
c906108c 2381 {
330cdd98
PA
2382 this->info.s.section = sectp;
2383 this->info.size = bfd_get_section_size (sectp);
c906108c 2384 }
330cdd98 2385 else if (section_is_p (sectp->name, &names.abbrev))
c906108c 2386 {
330cdd98
PA
2387 this->abbrev.s.section = sectp;
2388 this->abbrev.size = bfd_get_section_size (sectp);
c906108c 2389 }
330cdd98 2390 else if (section_is_p (sectp->name, &names.line))
c906108c 2391 {
330cdd98
PA
2392 this->line.s.section = sectp;
2393 this->line.size = bfd_get_section_size (sectp);
c906108c 2394 }
330cdd98 2395 else if (section_is_p (sectp->name, &names.loc))
c906108c 2396 {
330cdd98
PA
2397 this->loc.s.section = sectp;
2398 this->loc.size = bfd_get_section_size (sectp);
c906108c 2399 }
330cdd98 2400 else if (section_is_p (sectp->name, &names.loclists))
43988095 2401 {
330cdd98
PA
2402 this->loclists.s.section = sectp;
2403 this->loclists.size = bfd_get_section_size (sectp);
43988095 2404 }
330cdd98 2405 else if (section_is_p (sectp->name, &names.macinfo))
c906108c 2406 {
330cdd98
PA
2407 this->macinfo.s.section = sectp;
2408 this->macinfo.size = bfd_get_section_size (sectp);
c906108c 2409 }
330cdd98 2410 else if (section_is_p (sectp->name, &names.macro))
cf2c3c16 2411 {
330cdd98
PA
2412 this->macro.s.section = sectp;
2413 this->macro.size = bfd_get_section_size (sectp);
cf2c3c16 2414 }
330cdd98 2415 else if (section_is_p (sectp->name, &names.str))
c906108c 2416 {
330cdd98
PA
2417 this->str.s.section = sectp;
2418 this->str.size = bfd_get_section_size (sectp);
c906108c 2419 }
330cdd98 2420 else if (section_is_p (sectp->name, &names.line_str))
43988095 2421 {
330cdd98
PA
2422 this->line_str.s.section = sectp;
2423 this->line_str.size = bfd_get_section_size (sectp);
43988095 2424 }
330cdd98 2425 else if (section_is_p (sectp->name, &names.addr))
3019eac3 2426 {
330cdd98
PA
2427 this->addr.s.section = sectp;
2428 this->addr.size = bfd_get_section_size (sectp);
3019eac3 2429 }
330cdd98 2430 else if (section_is_p (sectp->name, &names.frame))
b6af0555 2431 {
330cdd98
PA
2432 this->frame.s.section = sectp;
2433 this->frame.size = bfd_get_section_size (sectp);
b6af0555 2434 }
330cdd98 2435 else if (section_is_p (sectp->name, &names.eh_frame))
b6af0555 2436 {
330cdd98
PA
2437 this->eh_frame.s.section = sectp;
2438 this->eh_frame.size = bfd_get_section_size (sectp);
b6af0555 2439 }
330cdd98 2440 else if (section_is_p (sectp->name, &names.ranges))
af34e669 2441 {
330cdd98
PA
2442 this->ranges.s.section = sectp;
2443 this->ranges.size = bfd_get_section_size (sectp);
af34e669 2444 }
330cdd98 2445 else if (section_is_p (sectp->name, &names.rnglists))
43988095 2446 {
330cdd98
PA
2447 this->rnglists.s.section = sectp;
2448 this->rnglists.size = bfd_get_section_size (sectp);
43988095 2449 }
330cdd98 2450 else if (section_is_p (sectp->name, &names.types))
348e048f 2451 {
8b70b953
TT
2452 struct dwarf2_section_info type_section;
2453
2454 memset (&type_section, 0, sizeof (type_section));
049412e3 2455 type_section.s.section = sectp;
8b70b953
TT
2456 type_section.size = bfd_get_section_size (sectp);
2457
330cdd98 2458 VEC_safe_push (dwarf2_section_info_def, this->types,
8b70b953 2459 &type_section);
348e048f 2460 }
330cdd98 2461 else if (section_is_p (sectp->name, &names.gdb_index))
9291a0cd 2462 {
330cdd98
PA
2463 this->gdb_index.s.section = sectp;
2464 this->gdb_index.size = bfd_get_section_size (sectp);
9291a0cd 2465 }
927aa2e7
JK
2466 else if (section_is_p (sectp->name, &names.debug_names))
2467 {
2468 this->debug_names.s.section = sectp;
2469 this->debug_names.size = bfd_get_section_size (sectp);
2470 }
2471 else if (section_is_p (sectp->name, &names.debug_aranges))
2472 {
2473 this->debug_aranges.s.section = sectp;
2474 this->debug_aranges.size = bfd_get_section_size (sectp);
2475 }
dce234bc 2476
b4e1fd61 2477 if ((bfd_get_section_flags (abfd, sectp) & (SEC_LOAD | SEC_ALLOC))
72dca2f5 2478 && bfd_section_vma (abfd, sectp) == 0)
330cdd98 2479 this->has_section_at_zero = true;
c906108c
SS
2480}
2481
fceca515
DE
2482/* A helper function that decides whether a section is empty,
2483 or not present. */
9e0ac564
TT
2484
2485static int
19ac8c2e 2486dwarf2_section_empty_p (const struct dwarf2_section_info *section)
9e0ac564 2487{
73869dc2
DE
2488 if (section->is_virtual)
2489 return section->size == 0;
049412e3 2490 return section->s.section == NULL || section->size == 0;
9e0ac564
TT
2491}
2492
cd4fb1b2 2493/* See dwarf2read.h. */
c906108c 2494
cd4fb1b2
SM
2495void
2496dwarf2_read_section (struct objfile *objfile, dwarf2_section_info *info)
c906108c 2497{
a32a8923 2498 asection *sectp;
3019eac3 2499 bfd *abfd;
dce234bc 2500 gdb_byte *buf, *retbuf;
c906108c 2501
be391dca
TT
2502 if (info->readin)
2503 return;
dce234bc 2504 info->buffer = NULL;
be391dca 2505 info->readin = 1;
188dd5d6 2506
9e0ac564 2507 if (dwarf2_section_empty_p (info))
dce234bc 2508 return;
c906108c 2509
a32a8923 2510 sectp = get_section_bfd_section (info);
3019eac3 2511
73869dc2
DE
2512 /* If this is a virtual section we need to read in the real one first. */
2513 if (info->is_virtual)
2514 {
2515 struct dwarf2_section_info *containing_section =
2516 get_containing_section (info);
2517
2518 gdb_assert (sectp != NULL);
2519 if ((sectp->flags & SEC_RELOC) != 0)
2520 {
2521 error (_("Dwarf Error: DWP format V2 with relocations is not"
2522 " supported in section %s [in module %s]"),
2523 get_section_name (info), get_section_file_name (info));
2524 }
2525 dwarf2_read_section (objfile, containing_section);
2526 /* Other code should have already caught virtual sections that don't
2527 fit. */
2528 gdb_assert (info->virtual_offset + info->size
2529 <= containing_section->size);
2530 /* If the real section is empty or there was a problem reading the
2531 section we shouldn't get here. */
2532 gdb_assert (containing_section->buffer != NULL);
2533 info->buffer = containing_section->buffer + info->virtual_offset;
2534 return;
2535 }
2536
4bf44c1c
TT
2537 /* If the section has relocations, we must read it ourselves.
2538 Otherwise we attach it to the BFD. */
2539 if ((sectp->flags & SEC_RELOC) == 0)
dce234bc 2540 {
d521ce57 2541 info->buffer = gdb_bfd_map_section (sectp, &info->size);
4bf44c1c 2542 return;
dce234bc 2543 }
dce234bc 2544
224c3ddb 2545 buf = (gdb_byte *) obstack_alloc (&objfile->objfile_obstack, info->size);
4bf44c1c 2546 info->buffer = buf;
dce234bc
PP
2547
2548 /* When debugging .o files, we may need to apply relocations; see
2549 http://sourceware.org/ml/gdb-patches/2002-04/msg00136.html .
2550 We never compress sections in .o files, so we only need to
2551 try this when the section is not compressed. */
ac8035ab 2552 retbuf = symfile_relocate_debug_section (objfile, sectp, buf);
dce234bc
PP
2553 if (retbuf != NULL)
2554 {
2555 info->buffer = retbuf;
2556 return;
2557 }
2558
a32a8923
DE
2559 abfd = get_section_bfd_owner (info);
2560 gdb_assert (abfd != NULL);
2561
dce234bc
PP
2562 if (bfd_seek (abfd, sectp->filepos, SEEK_SET) != 0
2563 || bfd_bread (buf, info->size, abfd) != info->size)
19ac8c2e
DE
2564 {
2565 error (_("Dwarf Error: Can't read DWARF data"
2566 " in section %s [in module %s]"),
2567 bfd_section_name (abfd, sectp), bfd_get_filename (abfd));
2568 }
dce234bc
PP
2569}
2570
9e0ac564
TT
2571/* A helper function that returns the size of a section in a safe way.
2572 If you are positive that the section has been read before using the
2573 size, then it is safe to refer to the dwarf2_section_info object's
2574 "size" field directly. In other cases, you must call this
2575 function, because for compressed sections the size field is not set
2576 correctly until the section has been read. */
2577
2578static bfd_size_type
2579dwarf2_section_size (struct objfile *objfile,
2580 struct dwarf2_section_info *info)
2581{
2582 if (!info->readin)
2583 dwarf2_read_section (objfile, info);
2584 return info->size;
2585}
2586
dce234bc 2587/* Fill in SECTP, BUFP and SIZEP with section info, given OBJFILE and
0963b4bd 2588 SECTION_NAME. */
af34e669 2589
dce234bc 2590void
3017a003
TG
2591dwarf2_get_section_info (struct objfile *objfile,
2592 enum dwarf2_section_enum sect,
d521ce57 2593 asection **sectp, const gdb_byte **bufp,
dce234bc
PP
2594 bfd_size_type *sizep)
2595{
2596 struct dwarf2_per_objfile *data
9a3c8263
SM
2597 = (struct dwarf2_per_objfile *) objfile_data (objfile,
2598 dwarf2_objfile_data_key);
dce234bc 2599 struct dwarf2_section_info *info;
a3b2a86b
TT
2600
2601 /* We may see an objfile without any DWARF, in which case we just
2602 return nothing. */
2603 if (data == NULL)
2604 {
2605 *sectp = NULL;
2606 *bufp = NULL;
2607 *sizep = 0;
2608 return;
2609 }
3017a003
TG
2610 switch (sect)
2611 {
2612 case DWARF2_DEBUG_FRAME:
2613 info = &data->frame;
2614 break;
2615 case DWARF2_EH_FRAME:
2616 info = &data->eh_frame;
2617 break;
2618 default:
2619 gdb_assert_not_reached ("unexpected section");
2620 }
dce234bc 2621
9e0ac564 2622 dwarf2_read_section (objfile, info);
dce234bc 2623
a32a8923 2624 *sectp = get_section_bfd_section (info);
dce234bc
PP
2625 *bufp = info->buffer;
2626 *sizep = info->size;
2627}
2628
36586728
TT
2629/* A helper function to find the sections for a .dwz file. */
2630
2631static void
2632locate_dwz_sections (bfd *abfd, asection *sectp, void *arg)
2633{
9a3c8263 2634 struct dwz_file *dwz_file = (struct dwz_file *) arg;
36586728
TT
2635
2636 /* Note that we only support the standard ELF names, because .dwz
2637 is ELF-only (at the time of writing). */
2638 if (section_is_p (sectp->name, &dwarf2_elf_names.abbrev))
2639 {
049412e3 2640 dwz_file->abbrev.s.section = sectp;
36586728
TT
2641 dwz_file->abbrev.size = bfd_get_section_size (sectp);
2642 }
2643 else if (section_is_p (sectp->name, &dwarf2_elf_names.info))
2644 {
049412e3 2645 dwz_file->info.s.section = sectp;
36586728
TT
2646 dwz_file->info.size = bfd_get_section_size (sectp);
2647 }
2648 else if (section_is_p (sectp->name, &dwarf2_elf_names.str))
2649 {
049412e3 2650 dwz_file->str.s.section = sectp;
36586728
TT
2651 dwz_file->str.size = bfd_get_section_size (sectp);
2652 }
2653 else if (section_is_p (sectp->name, &dwarf2_elf_names.line))
2654 {
049412e3 2655 dwz_file->line.s.section = sectp;
36586728
TT
2656 dwz_file->line.size = bfd_get_section_size (sectp);
2657 }
2658 else if (section_is_p (sectp->name, &dwarf2_elf_names.macro))
2659 {
049412e3 2660 dwz_file->macro.s.section = sectp;
36586728
TT
2661 dwz_file->macro.size = bfd_get_section_size (sectp);
2662 }
2ec9a5e0
TT
2663 else if (section_is_p (sectp->name, &dwarf2_elf_names.gdb_index))
2664 {
049412e3 2665 dwz_file->gdb_index.s.section = sectp;
2ec9a5e0
TT
2666 dwz_file->gdb_index.size = bfd_get_section_size (sectp);
2667 }
927aa2e7
JK
2668 else if (section_is_p (sectp->name, &dwarf2_elf_names.debug_names))
2669 {
2670 dwz_file->debug_names.s.section = sectp;
2671 dwz_file->debug_names.size = bfd_get_section_size (sectp);
2672 }
36586728
TT
2673}
2674
4db1a1dc
TT
2675/* Open the separate '.dwz' debug file, if needed. Return NULL if
2676 there is no .gnu_debugaltlink section in the file. Error if there
2677 is such a section but the file cannot be found. */
36586728
TT
2678
2679static struct dwz_file *
ed2dc618 2680dwarf2_get_dwz_file (struct dwarf2_per_objfile *dwarf2_per_objfile)
36586728 2681{
36586728 2682 const char *filename;
acd13123 2683 bfd_size_type buildid_len_arg;
dc294be5
TT
2684 size_t buildid_len;
2685 bfd_byte *buildid;
36586728
TT
2686
2687 if (dwarf2_per_objfile->dwz_file != NULL)
7ff8cb8c 2688 return dwarf2_per_objfile->dwz_file.get ();
36586728 2689
4db1a1dc 2690 bfd_set_error (bfd_error_no_error);
791afaa2
TT
2691 gdb::unique_xmalloc_ptr<char> data
2692 (bfd_get_alt_debug_link_info (dwarf2_per_objfile->objfile->obfd,
2693 &buildid_len_arg, &buildid));
4db1a1dc
TT
2694 if (data == NULL)
2695 {
2696 if (bfd_get_error () == bfd_error_no_error)
2697 return NULL;
2698 error (_("could not read '.gnu_debugaltlink' section: %s"),
2699 bfd_errmsg (bfd_get_error ()));
2700 }
791afaa2
TT
2701
2702 gdb::unique_xmalloc_ptr<bfd_byte> buildid_holder (buildid);
36586728 2703
acd13123
TT
2704 buildid_len = (size_t) buildid_len_arg;
2705
791afaa2 2706 filename = data.get ();
d721ba37
PA
2707
2708 std::string abs_storage;
36586728
TT
2709 if (!IS_ABSOLUTE_PATH (filename))
2710 {
14278e1f
TT
2711 gdb::unique_xmalloc_ptr<char> abs
2712 = gdb_realpath (objfile_name (dwarf2_per_objfile->objfile));
36586728 2713
14278e1f 2714 abs_storage = ldirname (abs.get ()) + SLASH_STRING + filename;
d721ba37 2715 filename = abs_storage.c_str ();
36586728
TT
2716 }
2717
dc294be5
TT
2718 /* First try the file name given in the section. If that doesn't
2719 work, try to use the build-id instead. */
192b62ce 2720 gdb_bfd_ref_ptr dwz_bfd (gdb_bfd_open (filename, gnutarget, -1));
dc294be5 2721 if (dwz_bfd != NULL)
36586728 2722 {
192b62ce 2723 if (!build_id_verify (dwz_bfd.get (), buildid_len, buildid))
0f58c9e8 2724 dwz_bfd.reset (nullptr);
36586728
TT
2725 }
2726
dc294be5
TT
2727 if (dwz_bfd == NULL)
2728 dwz_bfd = build_id_to_debug_bfd (buildid_len, buildid);
2729
2730 if (dwz_bfd == NULL)
2731 error (_("could not find '.gnu_debugaltlink' file for %s"),
2732 objfile_name (dwarf2_per_objfile->objfile));
2733
7ff8cb8c
TT
2734 std::unique_ptr<struct dwz_file> result
2735 (new struct dwz_file (std::move (dwz_bfd)));
36586728 2736
7ff8cb8c
TT
2737 bfd_map_over_sections (result->dwz_bfd.get (), locate_dwz_sections,
2738 result.get ());
36586728 2739
7ff8cb8c
TT
2740 gdb_bfd_record_inclusion (dwarf2_per_objfile->objfile->obfd,
2741 result->dwz_bfd.get ());
2742 dwarf2_per_objfile->dwz_file = std::move (result);
2743 return dwarf2_per_objfile->dwz_file.get ();
36586728 2744}
9291a0cd 2745\f
7b9f3c50
DE
2746/* DWARF quick_symbols_functions support. */
2747
2748/* TUs can share .debug_line entries, and there can be a lot more TUs than
2749 unique line tables, so we maintain a separate table of all .debug_line
2750 derived entries to support the sharing.
2751 All the quick functions need is the list of file names. We discard the
2752 line_header when we're done and don't need to record it here. */
2753struct quick_file_names
2754{
094b34ac
DE
2755 /* The data used to construct the hash key. */
2756 struct stmt_list_hash hash;
7b9f3c50
DE
2757
2758 /* The number of entries in file_names, real_names. */
2759 unsigned int num_file_names;
2760
2761 /* The file names from the line table, after being run through
2762 file_full_name. */
2763 const char **file_names;
2764
2765 /* The file names from the line table after being run through
2766 gdb_realpath. These are computed lazily. */
2767 const char **real_names;
2768};
2769
2770/* When using the index (and thus not using psymtabs), each CU has an
2771 object of this type. This is used to hold information needed by
2772 the various "quick" methods. */
2773struct dwarf2_per_cu_quick_data
2774{
2775 /* The file table. This can be NULL if there was no file table
2776 or it's currently not read in.
2777 NOTE: This points into dwarf2_per_objfile->quick_file_names_table. */
2778 struct quick_file_names *file_names;
2779
2780 /* The corresponding symbol table. This is NULL if symbols for this
2781 CU have not yet been read. */
43f3e411 2782 struct compunit_symtab *compunit_symtab;
7b9f3c50
DE
2783
2784 /* A temporary mark bit used when iterating over all CUs in
2785 expand_symtabs_matching. */
2786 unsigned int mark : 1;
2787
2788 /* True if we've tried to read the file table and found there isn't one.
2789 There will be no point in trying to read it again next time. */
2790 unsigned int no_file_data : 1;
2791};
2792
094b34ac
DE
2793/* Utility hash function for a stmt_list_hash. */
2794
2795static hashval_t
2796hash_stmt_list_entry (const struct stmt_list_hash *stmt_list_hash)
2797{
2798 hashval_t v = 0;
2799
2800 if (stmt_list_hash->dwo_unit != NULL)
2801 v += (uintptr_t) stmt_list_hash->dwo_unit->dwo_file;
9c541725 2802 v += to_underlying (stmt_list_hash->line_sect_off);
094b34ac
DE
2803 return v;
2804}
2805
2806/* Utility equality function for a stmt_list_hash. */
2807
2808static int
2809eq_stmt_list_entry (const struct stmt_list_hash *lhs,
2810 const struct stmt_list_hash *rhs)
2811{
2812 if ((lhs->dwo_unit != NULL) != (rhs->dwo_unit != NULL))
2813 return 0;
2814 if (lhs->dwo_unit != NULL
2815 && lhs->dwo_unit->dwo_file != rhs->dwo_unit->dwo_file)
2816 return 0;
2817
9c541725 2818 return lhs->line_sect_off == rhs->line_sect_off;
094b34ac
DE
2819}
2820
7b9f3c50
DE
2821/* Hash function for a quick_file_names. */
2822
2823static hashval_t
2824hash_file_name_entry (const void *e)
2825{
9a3c8263
SM
2826 const struct quick_file_names *file_data
2827 = (const struct quick_file_names *) e;
7b9f3c50 2828
094b34ac 2829 return hash_stmt_list_entry (&file_data->hash);
7b9f3c50
DE
2830}
2831
2832/* Equality function for a quick_file_names. */
2833
2834static int
2835eq_file_name_entry (const void *a, const void *b)
2836{
9a3c8263
SM
2837 const struct quick_file_names *ea = (const struct quick_file_names *) a;
2838 const struct quick_file_names *eb = (const struct quick_file_names *) b;
7b9f3c50 2839
094b34ac 2840 return eq_stmt_list_entry (&ea->hash, &eb->hash);
7b9f3c50
DE
2841}
2842
2843/* Delete function for a quick_file_names. */
2844
2845static void
2846delete_file_name_entry (void *e)
2847{
9a3c8263 2848 struct quick_file_names *file_data = (struct quick_file_names *) e;
7b9f3c50
DE
2849 int i;
2850
2851 for (i = 0; i < file_data->num_file_names; ++i)
2852 {
2853 xfree ((void*) file_data->file_names[i]);
2854 if (file_data->real_names)
2855 xfree ((void*) file_data->real_names[i]);
2856 }
2857
2858 /* The space for the struct itself lives on objfile_obstack,
2859 so we don't free it here. */
2860}
2861
2862/* Create a quick_file_names hash table. */
2863
2864static htab_t
2865create_quick_file_names_table (unsigned int nr_initial_entries)
2866{
2867 return htab_create_alloc (nr_initial_entries,
2868 hash_file_name_entry, eq_file_name_entry,
2869 delete_file_name_entry, xcalloc, xfree);
2870}
9291a0cd 2871
918dd910
JK
2872/* Read in PER_CU->CU. This function is unrelated to symtabs, symtab would
2873 have to be created afterwards. You should call age_cached_comp_units after
2874 processing PER_CU->CU. dw2_setup must have been already called. */
2875
2876static void
58f0c718 2877load_cu (struct dwarf2_per_cu_data *per_cu, bool skip_partial)
918dd910 2878{
3019eac3 2879 if (per_cu->is_debug_types)
e5fe5e75 2880 load_full_type_unit (per_cu);
918dd910 2881 else
58f0c718 2882 load_full_comp_unit (per_cu, skip_partial, language_minimal);
918dd910 2883
cc12ce38
DE
2884 if (per_cu->cu == NULL)
2885 return; /* Dummy CU. */
2dc860c0
DE
2886
2887 dwarf2_find_base_address (per_cu->cu->dies, per_cu->cu);
918dd910
JK
2888}
2889
a0f42c21 2890/* Read in the symbols for PER_CU. */
2fdf6df6 2891
9291a0cd 2892static void
58f0c718 2893dw2_do_instantiate_symtab (struct dwarf2_per_cu_data *per_cu, bool skip_partial)
9291a0cd 2894{
ed2dc618 2895 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
9291a0cd 2896
f4dc4d17
DE
2897 /* Skip type_unit_groups, reading the type units they contain
2898 is handled elsewhere. */
2899 if (IS_TYPE_UNIT_GROUP (per_cu))
2900 return;
2901
b303c6f6
AB
2902 /* The destructor of dwarf2_queue_guard frees any entries left on
2903 the queue. After this point we're guaranteed to leave this function
2904 with the dwarf queue empty. */
2905 dwarf2_queue_guard q_guard;
9291a0cd 2906
95554aad 2907 if (dwarf2_per_objfile->using_index
43f3e411 2908 ? per_cu->v.quick->compunit_symtab == NULL
95554aad
TT
2909 : (per_cu->v.psymtab == NULL || !per_cu->v.psymtab->readin))
2910 {
2911 queue_comp_unit (per_cu, language_minimal);
58f0c718 2912 load_cu (per_cu, skip_partial);
89e63ee4
DE
2913
2914 /* If we just loaded a CU from a DWO, and we're working with an index
2915 that may badly handle TUs, load all the TUs in that DWO as well.
2916 http://sourceware.org/bugzilla/show_bug.cgi?id=15021 */
2917 if (!per_cu->is_debug_types
cc12ce38 2918 && per_cu->cu != NULL
89e63ee4
DE
2919 && per_cu->cu->dwo_unit != NULL
2920 && dwarf2_per_objfile->index_table != NULL
2921 && dwarf2_per_objfile->index_table->version <= 7
2922 /* DWP files aren't supported yet. */
ed2dc618 2923 && get_dwp_file (dwarf2_per_objfile) == NULL)
89e63ee4 2924 queue_and_load_all_dwo_tus (per_cu);
95554aad 2925 }
9291a0cd 2926
ed2dc618 2927 process_queue (dwarf2_per_objfile);
9291a0cd
TT
2928
2929 /* Age the cache, releasing compilation units that have not
2930 been used recently. */
ed2dc618 2931 age_cached_comp_units (dwarf2_per_objfile);
9291a0cd
TT
2932}
2933
2934/* Ensure that the symbols for PER_CU have been read in. OBJFILE is
2935 the objfile from which this CU came. Returns the resulting symbol
2936 table. */
2fdf6df6 2937
43f3e411 2938static struct compunit_symtab *
58f0c718 2939dw2_instantiate_symtab (struct dwarf2_per_cu_data *per_cu, bool skip_partial)
9291a0cd 2940{
ed2dc618
SM
2941 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
2942
95554aad 2943 gdb_assert (dwarf2_per_objfile->using_index);
43f3e411 2944 if (!per_cu->v.quick->compunit_symtab)
9291a0cd 2945 {
11ed8cad 2946 free_cached_comp_units freer (dwarf2_per_objfile);
c83dd867 2947 scoped_restore decrementer = increment_reading_symtab ();
58f0c718 2948 dw2_do_instantiate_symtab (per_cu, skip_partial);
ed2dc618 2949 process_cu_includes (dwarf2_per_objfile);
9291a0cd 2950 }
f194fefb 2951
43f3e411 2952 return per_cu->v.quick->compunit_symtab;
9291a0cd
TT
2953}
2954
ff4c9fec 2955/* See declaration. */
f4dc4d17 2956
ff4c9fec
SM
2957dwarf2_per_cu_data *
2958dwarf2_per_objfile::get_cutu (int index)
2959{
b76e467d 2960 if (index >= this->all_comp_units.size ())
ff4c9fec 2961 {
b76e467d 2962 index -= this->all_comp_units.size ();
b2bdb8cf 2963 gdb_assert (index < this->all_type_units.size ());
ff4c9fec
SM
2964 return &this->all_type_units[index]->per_cu;
2965 }
f4dc4d17 2966
ff4c9fec
SM
2967 return this->all_comp_units[index];
2968}
f4dc4d17 2969
ff4c9fec 2970/* See declaration. */
2fdf6df6 2971
ff4c9fec
SM
2972dwarf2_per_cu_data *
2973dwarf2_per_objfile::get_cu (int index)
1fd400ff 2974{
b76e467d 2975 gdb_assert (index >= 0 && index < this->all_comp_units.size ());
f4dc4d17 2976
ff4c9fec 2977 return this->all_comp_units[index];
f4dc4d17
DE
2978}
2979
ff4c9fec 2980/* See declaration. */
f4dc4d17 2981
ff4c9fec
SM
2982signatured_type *
2983dwarf2_per_objfile::get_tu (int index)
f4dc4d17 2984{
b2bdb8cf 2985 gdb_assert (index >= 0 && index < this->all_type_units.size ());
f4dc4d17 2986
ff4c9fec 2987 return this->all_type_units[index];
1fd400ff
TT
2988}
2989
4b514bc8
JK
2990/* Return a new dwarf2_per_cu_data allocated on OBJFILE's
2991 objfile_obstack, and constructed with the specified field
2992 values. */
2993
2994static dwarf2_per_cu_data *
ed2dc618 2995create_cu_from_index_list (struct dwarf2_per_objfile *dwarf2_per_objfile,
4b514bc8
JK
2996 struct dwarf2_section_info *section,
2997 int is_dwz,
2998 sect_offset sect_off, ULONGEST length)
2999{
ed2dc618 3000 struct objfile *objfile = dwarf2_per_objfile->objfile;
4b514bc8
JK
3001 dwarf2_per_cu_data *the_cu
3002 = OBSTACK_ZALLOC (&objfile->objfile_obstack,
3003 struct dwarf2_per_cu_data);
3004 the_cu->sect_off = sect_off;
3005 the_cu->length = length;
e3b94546 3006 the_cu->dwarf2_per_objfile = dwarf2_per_objfile;
4b514bc8
JK
3007 the_cu->section = section;
3008 the_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack,
3009 struct dwarf2_per_cu_quick_data);
3010 the_cu->is_dwz = is_dwz;
3011 return the_cu;
3012}
3013
2ec9a5e0
TT
3014/* A helper for create_cus_from_index that handles a given list of
3015 CUs. */
2fdf6df6 3016
74a0d9f6 3017static void
12359b5e 3018create_cus_from_index_list (struct dwarf2_per_objfile *dwarf2_per_objfile,
2ec9a5e0
TT
3019 const gdb_byte *cu_list, offset_type n_elements,
3020 struct dwarf2_section_info *section,
b76e467d 3021 int is_dwz)
9291a0cd 3022{
12359b5e 3023 for (offset_type i = 0; i < n_elements; i += 2)
9291a0cd 3024 {
74a0d9f6 3025 gdb_static_assert (sizeof (ULONGEST) >= 8);
9c541725
PA
3026
3027 sect_offset sect_off
3028 = (sect_offset) extract_unsigned_integer (cu_list, 8, BFD_ENDIAN_LITTLE);
3029 ULONGEST length = extract_unsigned_integer (cu_list + 8, 8, BFD_ENDIAN_LITTLE);
9291a0cd
TT
3030 cu_list += 2 * 8;
3031
b76e467d 3032 dwarf2_per_cu_data *per_cu
ed2dc618
SM
3033 = create_cu_from_index_list (dwarf2_per_objfile, section, is_dwz,
3034 sect_off, length);
b76e467d 3035 dwarf2_per_objfile->all_comp_units.push_back (per_cu);
9291a0cd 3036 }
9291a0cd
TT
3037}
3038
2ec9a5e0 3039/* Read the CU list from the mapped index, and use it to create all
74a0d9f6 3040 the CU objects for this objfile. */
2ec9a5e0 3041
74a0d9f6 3042static void
12359b5e 3043create_cus_from_index (struct dwarf2_per_objfile *dwarf2_per_objfile,
2ec9a5e0
TT
3044 const gdb_byte *cu_list, offset_type cu_list_elements,
3045 const gdb_byte *dwz_list, offset_type dwz_elements)
3046{
b76e467d
SM
3047 gdb_assert (dwarf2_per_objfile->all_comp_units.empty ());
3048 dwarf2_per_objfile->all_comp_units.reserve
3049 ((cu_list_elements + dwz_elements) / 2);
2ec9a5e0 3050
12359b5e 3051 create_cus_from_index_list (dwarf2_per_objfile, cu_list, cu_list_elements,
b76e467d 3052 &dwarf2_per_objfile->info, 0);
2ec9a5e0
TT
3053
3054 if (dwz_elements == 0)
74a0d9f6 3055 return;
2ec9a5e0 3056
12359b5e
SM
3057 dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
3058 create_cus_from_index_list (dwarf2_per_objfile, dwz_list, dwz_elements,
b76e467d 3059 &dwz->info, 1);
2ec9a5e0
TT
3060}
3061
1fd400ff 3062/* Create the signatured type hash table from the index. */
673bfd45 3063
74a0d9f6 3064static void
12359b5e
SM
3065create_signatured_type_table_from_index
3066 (struct dwarf2_per_objfile *dwarf2_per_objfile,
3067 struct dwarf2_section_info *section,
3068 const gdb_byte *bytes,
3069 offset_type elements)
1fd400ff 3070{
12359b5e 3071 struct objfile *objfile = dwarf2_per_objfile->objfile;
1fd400ff 3072
b2bdb8cf
SM
3073 gdb_assert (dwarf2_per_objfile->all_type_units.empty ());
3074 dwarf2_per_objfile->all_type_units.reserve (elements / 3);
1fd400ff 3075
12359b5e 3076 htab_t sig_types_hash = allocate_signatured_type_table (objfile);
1fd400ff 3077
12359b5e 3078 for (offset_type i = 0; i < elements; i += 3)
1fd400ff 3079 {
52dc124a 3080 struct signatured_type *sig_type;
9c541725 3081 ULONGEST signature;
1fd400ff 3082 void **slot;
9c541725 3083 cu_offset type_offset_in_tu;
1fd400ff 3084
74a0d9f6 3085 gdb_static_assert (sizeof (ULONGEST) >= 8);
9c541725
PA
3086 sect_offset sect_off
3087 = (sect_offset) extract_unsigned_integer (bytes, 8, BFD_ENDIAN_LITTLE);
3088 type_offset_in_tu
3089 = (cu_offset) extract_unsigned_integer (bytes + 8, 8,
3090 BFD_ENDIAN_LITTLE);
1fd400ff
TT
3091 signature = extract_unsigned_integer (bytes + 16, 8, BFD_ENDIAN_LITTLE);
3092 bytes += 3 * 8;
3093
52dc124a 3094 sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
1fd400ff 3095 struct signatured_type);
52dc124a 3096 sig_type->signature = signature;
9c541725 3097 sig_type->type_offset_in_tu = type_offset_in_tu;
3019eac3 3098 sig_type->per_cu.is_debug_types = 1;
8a0459fd 3099 sig_type->per_cu.section = section;
9c541725 3100 sig_type->per_cu.sect_off = sect_off;
e3b94546 3101 sig_type->per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
52dc124a 3102 sig_type->per_cu.v.quick
1fd400ff
TT
3103 = OBSTACK_ZALLOC (&objfile->objfile_obstack,
3104 struct dwarf2_per_cu_quick_data);
3105
52dc124a
DE
3106 slot = htab_find_slot (sig_types_hash, sig_type, INSERT);
3107 *slot = sig_type;
1fd400ff 3108
b2bdb8cf 3109 dwarf2_per_objfile->all_type_units.push_back (sig_type);
1fd400ff
TT
3110 }
3111
673bfd45 3112 dwarf2_per_objfile->signatured_types = sig_types_hash;
1fd400ff
TT
3113}
3114
927aa2e7
JK
3115/* Create the signatured type hash table from .debug_names. */
3116
3117static void
3118create_signatured_type_table_from_debug_names
ed2dc618 3119 (struct dwarf2_per_objfile *dwarf2_per_objfile,
927aa2e7
JK
3120 const mapped_debug_names &map,
3121 struct dwarf2_section_info *section,
3122 struct dwarf2_section_info *abbrev_section)
3123{
ed2dc618
SM
3124 struct objfile *objfile = dwarf2_per_objfile->objfile;
3125
927aa2e7
JK
3126 dwarf2_read_section (objfile, section);
3127 dwarf2_read_section (objfile, abbrev_section);
3128
b2bdb8cf
SM
3129 gdb_assert (dwarf2_per_objfile->all_type_units.empty ());
3130 dwarf2_per_objfile->all_type_units.reserve (map.tu_count);
927aa2e7
JK
3131
3132 htab_t sig_types_hash = allocate_signatured_type_table (objfile);
3133
3134 for (uint32_t i = 0; i < map.tu_count; ++i)
3135 {
3136 struct signatured_type *sig_type;
927aa2e7 3137 void **slot;
927aa2e7
JK
3138
3139 sect_offset sect_off
3140 = (sect_offset) (extract_unsigned_integer
3141 (map.tu_table_reordered + i * map.offset_size,
3142 map.offset_size,
3143 map.dwarf5_byte_order));
3144
3145 comp_unit_head cu_header;
ed2dc618
SM
3146 read_and_check_comp_unit_head (dwarf2_per_objfile, &cu_header, section,
3147 abbrev_section,
927aa2e7
JK
3148 section->buffer + to_underlying (sect_off),
3149 rcuh_kind::TYPE);
3150
3151 sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
3152 struct signatured_type);
3153 sig_type->signature = cu_header.signature;
3154 sig_type->type_offset_in_tu = cu_header.type_cu_offset_in_tu;
3155 sig_type->per_cu.is_debug_types = 1;
3156 sig_type->per_cu.section = section;
3157 sig_type->per_cu.sect_off = sect_off;
e3b94546 3158 sig_type->per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
927aa2e7
JK
3159 sig_type->per_cu.v.quick
3160 = OBSTACK_ZALLOC (&objfile->objfile_obstack,
3161 struct dwarf2_per_cu_quick_data);
3162
3163 slot = htab_find_slot (sig_types_hash, sig_type, INSERT);
3164 *slot = sig_type;
3165
b2bdb8cf 3166 dwarf2_per_objfile->all_type_units.push_back (sig_type);
927aa2e7
JK
3167 }
3168
3169 dwarf2_per_objfile->signatured_types = sig_types_hash;
3170}
3171
9291a0cd
TT
3172/* Read the address map data from the mapped index, and use it to
3173 populate the objfile's psymtabs_addrmap. */
2fdf6df6 3174
9291a0cd 3175static void
ed2dc618
SM
3176create_addrmap_from_index (struct dwarf2_per_objfile *dwarf2_per_objfile,
3177 struct mapped_index *index)
9291a0cd 3178{
ed2dc618 3179 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 3180 struct gdbarch *gdbarch = get_objfile_arch (objfile);
9291a0cd 3181 const gdb_byte *iter, *end;
9291a0cd 3182 struct addrmap *mutable_map;
9291a0cd
TT
3183 CORE_ADDR baseaddr;
3184
8268c778
PA
3185 auto_obstack temp_obstack;
3186
9291a0cd
TT
3187 mutable_map = addrmap_create_mutable (&temp_obstack);
3188
f00a2de2
PA
3189 iter = index->address_table.data ();
3190 end = iter + index->address_table.size ();
9291a0cd
TT
3191
3192 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
3193
3194 while (iter < end)
3195 {
3196 ULONGEST hi, lo, cu_index;
3197 lo = extract_unsigned_integer (iter, 8, BFD_ENDIAN_LITTLE);
3198 iter += 8;
3199 hi = extract_unsigned_integer (iter, 8, BFD_ENDIAN_LITTLE);
3200 iter += 8;
3201 cu_index = extract_unsigned_integer (iter, 4, BFD_ENDIAN_LITTLE);
3202 iter += 4;
f652bce2 3203
24a55014 3204 if (lo > hi)
f652bce2 3205 {
b98664d3 3206 complaint (_(".gdb_index address table has invalid range (%s - %s)"),
c0cd8254 3207 hex_string (lo), hex_string (hi));
24a55014 3208 continue;
f652bce2 3209 }
24a55014 3210
b76e467d 3211 if (cu_index >= dwarf2_per_objfile->all_comp_units.size ())
f652bce2 3212 {
b98664d3 3213 complaint (_(".gdb_index address table has invalid CU number %u"),
f652bce2 3214 (unsigned) cu_index);
24a55014 3215 continue;
f652bce2 3216 }
24a55014 3217
79748972
TT
3218 lo = gdbarch_adjust_dwarf2_addr (gdbarch, lo + baseaddr) - baseaddr;
3219 hi = gdbarch_adjust_dwarf2_addr (gdbarch, hi + baseaddr) - baseaddr;
ed2dc618 3220 addrmap_set_empty (mutable_map, lo, hi - 1,
ff4c9fec 3221 dwarf2_per_objfile->get_cu (cu_index));
9291a0cd
TT
3222 }
3223
d320c2b5 3224 objfile->partial_symtabs->psymtabs_addrmap
5923a04c 3225 = addrmap_create_fixed (mutable_map, objfile->partial_symtabs->obstack ());
9291a0cd
TT
3226}
3227
927aa2e7
JK
3228/* Read the address map data from DWARF-5 .debug_aranges, and use it to
3229 populate the objfile's psymtabs_addrmap. */
3230
3231static void
ed2dc618 3232create_addrmap_from_aranges (struct dwarf2_per_objfile *dwarf2_per_objfile,
927aa2e7
JK
3233 struct dwarf2_section_info *section)
3234{
ed2dc618 3235 struct objfile *objfile = dwarf2_per_objfile->objfile;
927aa2e7
JK
3236 bfd *abfd = objfile->obfd;
3237 struct gdbarch *gdbarch = get_objfile_arch (objfile);
3238 const CORE_ADDR baseaddr = ANOFFSET (objfile->section_offsets,
3239 SECT_OFF_TEXT (objfile));
3240
3241 auto_obstack temp_obstack;
3242 addrmap *mutable_map = addrmap_create_mutable (&temp_obstack);
3243
3244 std::unordered_map<sect_offset,
3245 dwarf2_per_cu_data *,
3246 gdb::hash_enum<sect_offset>>
3247 debug_info_offset_to_per_cu;
b76e467d 3248 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
927aa2e7 3249 {
927aa2e7
JK
3250 const auto insertpair
3251 = debug_info_offset_to_per_cu.emplace (per_cu->sect_off, per_cu);
3252 if (!insertpair.second)
3253 {
3254 warning (_("Section .debug_aranges in %s has duplicate "
9d8780f0
SM
3255 "debug_info_offset %s, ignoring .debug_aranges."),
3256 objfile_name (objfile), sect_offset_str (per_cu->sect_off));
927aa2e7
JK
3257 return;
3258 }
3259 }
3260
3261 dwarf2_read_section (objfile, section);
3262
3263 const bfd_endian dwarf5_byte_order = gdbarch_byte_order (gdbarch);
3264
3265 const gdb_byte *addr = section->buffer;
3266
3267 while (addr < section->buffer + section->size)
3268 {
3269 const gdb_byte *const entry_addr = addr;
3270 unsigned int bytes_read;
3271
3272 const LONGEST entry_length = read_initial_length (abfd, addr,
3273 &bytes_read);
3274 addr += bytes_read;
3275
3276 const gdb_byte *const entry_end = addr + entry_length;
3277 const bool dwarf5_is_dwarf64 = bytes_read != 4;
3278 const uint8_t offset_size = dwarf5_is_dwarf64 ? 8 : 4;
3279 if (addr + entry_length > section->buffer + section->size)
3280 {
3281 warning (_("Section .debug_aranges in %s entry at offset %zu "
3282 "length %s exceeds section length %s, "
3283 "ignoring .debug_aranges."),
3284 objfile_name (objfile), entry_addr - section->buffer,
3285 plongest (bytes_read + entry_length),
3286 pulongest (section->size));
3287 return;
3288 }
3289
3290 /* The version number. */
3291 const uint16_t version = read_2_bytes (abfd, addr);
3292 addr += 2;
3293 if (version != 2)
3294 {
3295 warning (_("Section .debug_aranges in %s entry at offset %zu "
3296 "has unsupported version %d, ignoring .debug_aranges."),
3297 objfile_name (objfile), entry_addr - section->buffer,
3298 version);
3299 return;
3300 }
3301
3302 const uint64_t debug_info_offset
3303 = extract_unsigned_integer (addr, offset_size, dwarf5_byte_order);
3304 addr += offset_size;
3305 const auto per_cu_it
3306 = debug_info_offset_to_per_cu.find (sect_offset (debug_info_offset));
3307 if (per_cu_it == debug_info_offset_to_per_cu.cend ())
3308 {
3309 warning (_("Section .debug_aranges in %s entry at offset %zu "
3310 "debug_info_offset %s does not exists, "
3311 "ignoring .debug_aranges."),
3312 objfile_name (objfile), entry_addr - section->buffer,
3313 pulongest (debug_info_offset));
3314 return;
3315 }
3316 dwarf2_per_cu_data *const per_cu = per_cu_it->second;
3317
3318 const uint8_t address_size = *addr++;
3319 if (address_size < 1 || address_size > 8)
3320 {
3321 warning (_("Section .debug_aranges in %s entry at offset %zu "
3322 "address_size %u is invalid, ignoring .debug_aranges."),
3323 objfile_name (objfile), entry_addr - section->buffer,
3324 address_size);
3325 return;
3326 }
3327
3328 const uint8_t segment_selector_size = *addr++;
3329 if (segment_selector_size != 0)
3330 {
3331 warning (_("Section .debug_aranges in %s entry at offset %zu "
3332 "segment_selector_size %u is not supported, "
3333 "ignoring .debug_aranges."),
3334 objfile_name (objfile), entry_addr - section->buffer,
3335 segment_selector_size);
3336 return;
3337 }
3338
3339 /* Must pad to an alignment boundary that is twice the address
3340 size. It is undocumented by the DWARF standard but GCC does
3341 use it. */
3342 for (size_t padding = ((-(addr - section->buffer))
3343 & (2 * address_size - 1));
3344 padding > 0; padding--)
3345 if (*addr++ != 0)
3346 {
3347 warning (_("Section .debug_aranges in %s entry at offset %zu "
3348 "padding is not zero, ignoring .debug_aranges."),
3349 objfile_name (objfile), entry_addr - section->buffer);
3350 return;
3351 }
3352
3353 for (;;)
3354 {
3355 if (addr + 2 * address_size > entry_end)
3356 {
3357 warning (_("Section .debug_aranges in %s entry at offset %zu "
3358 "address list is not properly terminated, "
3359 "ignoring .debug_aranges."),
3360 objfile_name (objfile), entry_addr - section->buffer);
3361 return;
3362 }
3363 ULONGEST start = extract_unsigned_integer (addr, address_size,
3364 dwarf5_byte_order);
3365 addr += address_size;
3366 ULONGEST length = extract_unsigned_integer (addr, address_size,
3367 dwarf5_byte_order);
3368 addr += address_size;
3369 if (start == 0 && length == 0)
3370 break;
3371 if (start == 0 && !dwarf2_per_objfile->has_section_at_zero)
3372 {
3373 /* Symbol was eliminated due to a COMDAT group. */
3374 continue;
3375 }
3376 ULONGEST end = start + length;
79748972
TT
3377 start = (gdbarch_adjust_dwarf2_addr (gdbarch, start + baseaddr)
3378 - baseaddr);
3379 end = (gdbarch_adjust_dwarf2_addr (gdbarch, end + baseaddr)
3380 - baseaddr);
927aa2e7
JK
3381 addrmap_set_empty (mutable_map, start, end - 1, per_cu);
3382 }
3383 }
3384
d320c2b5 3385 objfile->partial_symtabs->psymtabs_addrmap
5923a04c 3386 = addrmap_create_fixed (mutable_map, objfile->partial_symtabs->obstack ());
927aa2e7
JK
3387}
3388
9291a0cd
TT
3389/* Find a slot in the mapped index INDEX for the object named NAME.
3390 If NAME is found, set *VEC_OUT to point to the CU vector in the
109483d9
PA
3391 constant pool and return true. If NAME cannot be found, return
3392 false. */
2fdf6df6 3393
109483d9 3394static bool
9291a0cd
TT
3395find_slot_in_mapped_hash (struct mapped_index *index, const char *name,
3396 offset_type **vec_out)
3397{
0cf03b49 3398 offset_type hash;
9291a0cd 3399 offset_type slot, step;
559a7a62 3400 int (*cmp) (const char *, const char *);
9291a0cd 3401
791afaa2 3402 gdb::unique_xmalloc_ptr<char> without_params;
0cf03b49 3403 if (current_language->la_language == language_cplus
45280282
IB
3404 || current_language->la_language == language_fortran
3405 || current_language->la_language == language_d)
0cf03b49
JK
3406 {
3407 /* NAME is already canonical. Drop any qualifiers as .gdb_index does
3408 not contain any. */
a8719064 3409
72998fb3 3410 if (strchr (name, '(') != NULL)
0cf03b49 3411 {
109483d9 3412 without_params = cp_remove_params (name);
0cf03b49 3413
72998fb3 3414 if (without_params != NULL)
791afaa2 3415 name = without_params.get ();
0cf03b49
JK
3416 }
3417 }
3418
559a7a62 3419 /* Index version 4 did not support case insensitive searches. But the
feea76c2 3420 indices for case insensitive languages are built in lowercase, therefore
559a7a62
JK
3421 simulate our NAME being searched is also lowercased. */
3422 hash = mapped_index_string_hash ((index->version == 4
3423 && case_sensitivity == case_sensitive_off
3424 ? 5 : index->version),
3425 name);
3426
f00a2de2
PA
3427 slot = hash & (index->symbol_table.size () - 1);
3428 step = ((hash * 17) & (index->symbol_table.size () - 1)) | 1;
559a7a62 3429 cmp = (case_sensitivity == case_sensitive_on ? strcmp : strcasecmp);
9291a0cd
TT
3430
3431 for (;;)
3432 {
9291a0cd 3433 const char *str;
f00a2de2
PA
3434
3435 const auto &bucket = index->symbol_table[slot];
3436 if (bucket.name == 0 && bucket.vec == 0)
109483d9 3437 return false;
9291a0cd 3438
f00a2de2 3439 str = index->constant_pool + MAYBE_SWAP (bucket.name);
559a7a62 3440 if (!cmp (name, str))
9291a0cd
TT
3441 {
3442 *vec_out = (offset_type *) (index->constant_pool
f00a2de2 3443 + MAYBE_SWAP (bucket.vec));
109483d9 3444 return true;
9291a0cd
TT
3445 }
3446
f00a2de2 3447 slot = (slot + step) & (index->symbol_table.size () - 1);
9291a0cd
TT
3448 }
3449}
3450
4485a1c1
SM
3451/* A helper function that reads the .gdb_index from BUFFER and fills
3452 in MAP. FILENAME is the name of the file containing the data;
d33bc52e 3453 it is used for error reporting. DEPRECATED_OK is true if it is
2ec9a5e0
TT
3454 ok to use deprecated sections.
3455
3456 CU_LIST, CU_LIST_ELEMENTS, TYPES_LIST, and TYPES_LIST_ELEMENTS are
3457 out parameters that are filled in with information about the CU and
3458 TU lists in the section.
3459
4485a1c1 3460 Returns true if all went well, false otherwise. */
2fdf6df6 3461
d33bc52e 3462static bool
4485a1c1
SM
3463read_gdb_index_from_buffer (struct objfile *objfile,
3464 const char *filename,
3465 bool deprecated_ok,
3466 gdb::array_view<const gdb_byte> buffer,
3467 struct mapped_index *map,
3468 const gdb_byte **cu_list,
3469 offset_type *cu_list_elements,
3470 const gdb_byte **types_list,
3471 offset_type *types_list_elements)
3472{
3473 const gdb_byte *addr = &buffer[0];
82430852 3474
9291a0cd 3475 /* Version check. */
4485a1c1 3476 offset_type version = MAYBE_SWAP (*(offset_type *) addr);
987d643c 3477 /* Versions earlier than 3 emitted every copy of a psymbol. This
a6e293d1 3478 causes the index to behave very poorly for certain requests. Version 3
831adc1f 3479 contained incomplete addrmap. So, it seems better to just ignore such
481860b3 3480 indices. */
831adc1f 3481 if (version < 4)
481860b3
GB
3482 {
3483 static int warning_printed = 0;
3484 if (!warning_printed)
3485 {
3486 warning (_("Skipping obsolete .gdb_index section in %s."),
2ec9a5e0 3487 filename);
481860b3
GB
3488 warning_printed = 1;
3489 }
3490 return 0;
3491 }
3492 /* Index version 4 uses a different hash function than index version
3493 5 and later.
3494
3495 Versions earlier than 6 did not emit psymbols for inlined
3496 functions. Using these files will cause GDB not to be able to
3497 set breakpoints on inlined functions by name, so we ignore these
e615022a
DE
3498 indices unless the user has done
3499 "set use-deprecated-index-sections on". */
2ec9a5e0 3500 if (version < 6 && !deprecated_ok)
481860b3
GB
3501 {
3502 static int warning_printed = 0;
3503 if (!warning_printed)
3504 {
e615022a
DE
3505 warning (_("\
3506Skipping deprecated .gdb_index section in %s.\n\
3507Do \"set use-deprecated-index-sections on\" before the file is read\n\
3508to use the section anyway."),
2ec9a5e0 3509 filename);
481860b3
GB
3510 warning_printed = 1;
3511 }
3512 return 0;
3513 }
796a7ff8 3514 /* Version 7 indices generated by gold refer to the CU for a symbol instead
8943b874
DE
3515 of the TU (for symbols coming from TUs),
3516 http://sourceware.org/bugzilla/show_bug.cgi?id=15021.
3517 Plus gold-generated indices can have duplicate entries for global symbols,
3518 http://sourceware.org/bugzilla/show_bug.cgi?id=15646.
3519 These are just performance bugs, and we can't distinguish gdb-generated
3520 indices from gold-generated ones, so issue no warning here. */
796a7ff8 3521
481860b3 3522 /* Indexes with higher version than the one supported by GDB may be no
594e8718 3523 longer backward compatible. */
796a7ff8 3524 if (version > 8)
594e8718 3525 return 0;
9291a0cd 3526
559a7a62 3527 map->version = version;
9291a0cd 3528
4485a1c1 3529 offset_type *metadata = (offset_type *) (addr + sizeof (offset_type));
1fd400ff 3530
4485a1c1 3531 int i = 0;
2ec9a5e0
TT
3532 *cu_list = addr + MAYBE_SWAP (metadata[i]);
3533 *cu_list_elements = ((MAYBE_SWAP (metadata[i + 1]) - MAYBE_SWAP (metadata[i]))
3534 / 8);
1fd400ff
TT
3535 ++i;
3536
2ec9a5e0
TT
3537 *types_list = addr + MAYBE_SWAP (metadata[i]);
3538 *types_list_elements = ((MAYBE_SWAP (metadata[i + 1])
3539 - MAYBE_SWAP (metadata[i]))
3540 / 8);
987d643c 3541 ++i;
1fd400ff 3542
f00a2de2
PA
3543 const gdb_byte *address_table = addr + MAYBE_SWAP (metadata[i]);
3544 const gdb_byte *address_table_end = addr + MAYBE_SWAP (metadata[i + 1]);
3545 map->address_table
3546 = gdb::array_view<const gdb_byte> (address_table, address_table_end);
1fd400ff
TT
3547 ++i;
3548
f00a2de2
PA
3549 const gdb_byte *symbol_table = addr + MAYBE_SWAP (metadata[i]);
3550 const gdb_byte *symbol_table_end = addr + MAYBE_SWAP (metadata[i + 1]);
3551 map->symbol_table
3552 = gdb::array_view<mapped_index::symbol_table_slot>
3553 ((mapped_index::symbol_table_slot *) symbol_table,
3554 (mapped_index::symbol_table_slot *) symbol_table_end);
9291a0cd 3555
f00a2de2 3556 ++i;
f9d83a0b 3557 map->constant_pool = (char *) (addr + MAYBE_SWAP (metadata[i]));
1fd400ff 3558
2ec9a5e0
TT
3559 return 1;
3560}
3561
4485a1c1
SM
3562/* Callback types for dwarf2_read_gdb_index. */
3563
3564typedef gdb::function_view
3565 <gdb::array_view<const gdb_byte>(objfile *, dwarf2_per_objfile *)>
3566 get_gdb_index_contents_ftype;
3567typedef gdb::function_view
3568 <gdb::array_view<const gdb_byte>(objfile *, dwz_file *)>
3569 get_gdb_index_contents_dwz_ftype;
3570
927aa2e7 3571/* Read .gdb_index. If everything went ok, initialize the "quick"
2ec9a5e0
TT
3572 elements of all the CUs and return 1. Otherwise, return 0. */
3573
3574static int
4485a1c1
SM
3575dwarf2_read_gdb_index
3576 (struct dwarf2_per_objfile *dwarf2_per_objfile,
3577 get_gdb_index_contents_ftype get_gdb_index_contents,
3578 get_gdb_index_contents_dwz_ftype get_gdb_index_contents_dwz)
2ec9a5e0 3579{
2ec9a5e0
TT
3580 const gdb_byte *cu_list, *types_list, *dwz_list = NULL;
3581 offset_type cu_list_elements, types_list_elements, dwz_list_elements = 0;
4db1a1dc 3582 struct dwz_file *dwz;
12359b5e 3583 struct objfile *objfile = dwarf2_per_objfile->objfile;
2ec9a5e0 3584
4485a1c1
SM
3585 gdb::array_view<const gdb_byte> main_index_contents
3586 = get_gdb_index_contents (objfile, dwarf2_per_objfile);
3587
3588 if (main_index_contents.empty ())
3589 return 0;
3590
3063847f 3591 std::unique_ptr<struct mapped_index> map (new struct mapped_index);
4485a1c1
SM
3592 if (!read_gdb_index_from_buffer (objfile, objfile_name (objfile),
3593 use_deprecated_index_sections,
3594 main_index_contents, map.get (), &cu_list,
3595 &cu_list_elements, &types_list,
3596 &types_list_elements))
2ec9a5e0
TT
3597 return 0;
3598
0fefef59 3599 /* Don't use the index if it's empty. */
3063847f 3600 if (map->symbol_table.empty ())
0fefef59
DE
3601 return 0;
3602
2ec9a5e0
TT
3603 /* If there is a .dwz file, read it so we can get its CU list as
3604 well. */
ed2dc618 3605 dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
4db1a1dc 3606 if (dwz != NULL)
2ec9a5e0 3607 {
2ec9a5e0
TT
3608 struct mapped_index dwz_map;
3609 const gdb_byte *dwz_types_ignore;
3610 offset_type dwz_types_elements_ignore;
3611
4485a1c1
SM
3612 gdb::array_view<const gdb_byte> dwz_index_content
3613 = get_gdb_index_contents_dwz (objfile, dwz);
3614
3615 if (dwz_index_content.empty ())
3616 return 0;
3617
3618 if (!read_gdb_index_from_buffer (objfile,
3619 bfd_get_filename (dwz->dwz_bfd), 1,
3620 dwz_index_content, &dwz_map,
3621 &dwz_list, &dwz_list_elements,
3622 &dwz_types_ignore,
3623 &dwz_types_elements_ignore))
2ec9a5e0
TT
3624 {
3625 warning (_("could not read '.gdb_index' section from %s; skipping"),
3626 bfd_get_filename (dwz->dwz_bfd));
3627 return 0;
3628 }
3629 }
3630
12359b5e
SM
3631 create_cus_from_index (dwarf2_per_objfile, cu_list, cu_list_elements,
3632 dwz_list, dwz_list_elements);
1fd400ff 3633
8b70b953
TT
3634 if (types_list_elements)
3635 {
3636 struct dwarf2_section_info *section;
3637
3638 /* We can only handle a single .debug_types when we have an
3639 index. */
3640 if (VEC_length (dwarf2_section_info_def, dwarf2_per_objfile->types) != 1)
3641 return 0;
3642
3643 section = VEC_index (dwarf2_section_info_def,
3644 dwarf2_per_objfile->types, 0);
3645
12359b5e
SM
3646 create_signatured_type_table_from_index (dwarf2_per_objfile, section,
3647 types_list, types_list_elements);
8b70b953 3648 }
9291a0cd 3649
3063847f 3650 create_addrmap_from_index (dwarf2_per_objfile, map.get ());
9291a0cd 3651
3063847f 3652 dwarf2_per_objfile->index_table = std::move (map);
9291a0cd 3653 dwarf2_per_objfile->using_index = 1;
7b9f3c50 3654 dwarf2_per_objfile->quick_file_names_table =
b76e467d 3655 create_quick_file_names_table (dwarf2_per_objfile->all_comp_units.size ());
9291a0cd
TT
3656
3657 return 1;
3658}
3659
dee91e82 3660/* die_reader_func for dw2_get_file_names. */
2fdf6df6 3661
dee91e82
DE
3662static void
3663dw2_get_file_names_reader (const struct die_reader_specs *reader,
d521ce57 3664 const gdb_byte *info_ptr,
dee91e82
DE
3665 struct die_info *comp_unit_die,
3666 int has_children,
3667 void *data)
9291a0cd 3668{
dee91e82 3669 struct dwarf2_cu *cu = reader->cu;
ed2dc618 3670 struct dwarf2_per_cu_data *this_cu = cu->per_cu;
518817b3
SM
3671 struct dwarf2_per_objfile *dwarf2_per_objfile
3672 = cu->per_cu->dwarf2_per_objfile;
dee91e82 3673 struct objfile *objfile = dwarf2_per_objfile->objfile;
094b34ac 3674 struct dwarf2_per_cu_data *lh_cu;
9291a0cd 3675 struct attribute *attr;
dee91e82 3676 int i;
7b9f3c50
DE
3677 void **slot;
3678 struct quick_file_names *qfn;
9291a0cd 3679
0186c6a7
DE
3680 gdb_assert (! this_cu->is_debug_types);
3681
07261596
TT
3682 /* Our callers never want to match partial units -- instead they
3683 will match the enclosing full CU. */
3684 if (comp_unit_die->tag == DW_TAG_partial_unit)
3685 {
3686 this_cu->v.quick->no_file_data = 1;
3687 return;
3688 }
3689
0186c6a7 3690 lh_cu = this_cu;
7b9f3c50 3691 slot = NULL;
dee91e82 3692
fff8551c 3693 line_header_up lh;
9c541725 3694 sect_offset line_offset {};
fff8551c 3695
dee91e82 3696 attr = dwarf2_attr (comp_unit_die, DW_AT_stmt_list, cu);
9291a0cd
TT
3697 if (attr)
3698 {
7b9f3c50
DE
3699 struct quick_file_names find_entry;
3700
9c541725 3701 line_offset = (sect_offset) DW_UNSND (attr);
7b9f3c50
DE
3702
3703 /* We may have already read in this line header (TU line header sharing).
3704 If we have we're done. */
094b34ac 3705 find_entry.hash.dwo_unit = cu->dwo_unit;
9c541725 3706 find_entry.hash.line_sect_off = line_offset;
7b9f3c50
DE
3707 slot = htab_find_slot (dwarf2_per_objfile->quick_file_names_table,
3708 &find_entry, INSERT);
3709 if (*slot != NULL)
3710 {
9a3c8263 3711 lh_cu->v.quick->file_names = (struct quick_file_names *) *slot;
dee91e82 3712 return;
7b9f3c50
DE
3713 }
3714
3019eac3 3715 lh = dwarf_decode_line_header (line_offset, cu);
9291a0cd
TT
3716 }
3717 if (lh == NULL)
3718 {
094b34ac 3719 lh_cu->v.quick->no_file_data = 1;
dee91e82 3720 return;
9291a0cd
TT
3721 }
3722
8d749320 3723 qfn = XOBNEW (&objfile->objfile_obstack, struct quick_file_names);
094b34ac 3724 qfn->hash.dwo_unit = cu->dwo_unit;
9c541725 3725 qfn->hash.line_sect_off = line_offset;
7b9f3c50
DE
3726 gdb_assert (slot != NULL);
3727 *slot = qfn;
9291a0cd 3728
d721ba37 3729 file_and_directory fnd = find_file_and_directory (comp_unit_die, cu);
9291a0cd 3730
fff8551c 3731 qfn->num_file_names = lh->file_names.size ();
8d749320 3732 qfn->file_names =
fff8551c
PA
3733 XOBNEWVEC (&objfile->objfile_obstack, const char *, lh->file_names.size ());
3734 for (i = 0; i < lh->file_names.size (); ++i)
3735 qfn->file_names[i] = file_full_name (i + 1, lh.get (), fnd.comp_dir);
7b9f3c50 3736 qfn->real_names = NULL;
9291a0cd 3737
094b34ac 3738 lh_cu->v.quick->file_names = qfn;
dee91e82
DE
3739}
3740
3741/* A helper for the "quick" functions which attempts to read the line
3742 table for THIS_CU. */
3743
3744static struct quick_file_names *
e4a48d9d 3745dw2_get_file_names (struct dwarf2_per_cu_data *this_cu)
dee91e82 3746{
0186c6a7
DE
3747 /* This should never be called for TUs. */
3748 gdb_assert (! this_cu->is_debug_types);
3749 /* Nor type unit groups. */
3750 gdb_assert (! IS_TYPE_UNIT_GROUP (this_cu));
f4dc4d17 3751
dee91e82
DE
3752 if (this_cu->v.quick->file_names != NULL)
3753 return this_cu->v.quick->file_names;
3754 /* If we know there is no line data, no point in looking again. */
3755 if (this_cu->v.quick->no_file_data)
3756 return NULL;
3757
0186c6a7 3758 init_cutu_and_read_dies_simple (this_cu, dw2_get_file_names_reader, NULL);
dee91e82
DE
3759
3760 if (this_cu->v.quick->no_file_data)
3761 return NULL;
3762 return this_cu->v.quick->file_names;
9291a0cd
TT
3763}
3764
3765/* A helper for the "quick" functions which computes and caches the
7b9f3c50 3766 real path for a given file name from the line table. */
2fdf6df6 3767
9291a0cd 3768static const char *
7b9f3c50
DE
3769dw2_get_real_path (struct objfile *objfile,
3770 struct quick_file_names *qfn, int index)
9291a0cd 3771{
7b9f3c50
DE
3772 if (qfn->real_names == NULL)
3773 qfn->real_names = OBSTACK_CALLOC (&objfile->objfile_obstack,
26f2dc30 3774 qfn->num_file_names, const char *);
9291a0cd 3775
7b9f3c50 3776 if (qfn->real_names[index] == NULL)
14278e1f 3777 qfn->real_names[index] = gdb_realpath (qfn->file_names[index]).release ();
9291a0cd 3778
7b9f3c50 3779 return qfn->real_names[index];
9291a0cd
TT
3780}
3781
3782static struct symtab *
3783dw2_find_last_source_symtab (struct objfile *objfile)
3784{
ed2dc618
SM
3785 struct dwarf2_per_objfile *dwarf2_per_objfile
3786 = get_dwarf2_per_objfile (objfile);
b76e467d 3787 dwarf2_per_cu_data *dwarf_cu = dwarf2_per_objfile->all_comp_units.back ();
58f0c718 3788 compunit_symtab *cust = dw2_instantiate_symtab (dwarf_cu, false);
ae2de4f8 3789
43f3e411
DE
3790 if (cust == NULL)
3791 return NULL;
ed2dc618 3792
43f3e411 3793 return compunit_primary_filetab (cust);
9291a0cd
TT
3794}
3795
7b9f3c50
DE
3796/* Traversal function for dw2_forget_cached_source_info. */
3797
3798static int
3799dw2_free_cached_file_names (void **slot, void *info)
9291a0cd 3800{
7b9f3c50 3801 struct quick_file_names *file_data = (struct quick_file_names *) *slot;
9291a0cd 3802
7b9f3c50 3803 if (file_data->real_names)
9291a0cd 3804 {
7b9f3c50 3805 int i;
9291a0cd 3806
7b9f3c50 3807 for (i = 0; i < file_data->num_file_names; ++i)
9291a0cd 3808 {
7b9f3c50
DE
3809 xfree ((void*) file_data->real_names[i]);
3810 file_data->real_names[i] = NULL;
9291a0cd
TT
3811 }
3812 }
7b9f3c50
DE
3813
3814 return 1;
3815}
3816
3817static void
3818dw2_forget_cached_source_info (struct objfile *objfile)
3819{
ed2dc618
SM
3820 struct dwarf2_per_objfile *dwarf2_per_objfile
3821 = get_dwarf2_per_objfile (objfile);
7b9f3c50
DE
3822
3823 htab_traverse_noresize (dwarf2_per_objfile->quick_file_names_table,
3824 dw2_free_cached_file_names, NULL);
9291a0cd
TT
3825}
3826
f8eba3c6
TT
3827/* Helper function for dw2_map_symtabs_matching_filename that expands
3828 the symtabs and calls the iterator. */
3829
3830static int
3831dw2_map_expand_apply (struct objfile *objfile,
3832 struct dwarf2_per_cu_data *per_cu,
f5b95b50 3833 const char *name, const char *real_path,
14bc53a8 3834 gdb::function_view<bool (symtab *)> callback)
f8eba3c6 3835{
43f3e411 3836 struct compunit_symtab *last_made = objfile->compunit_symtabs;
f8eba3c6
TT
3837
3838 /* Don't visit already-expanded CUs. */
43f3e411 3839 if (per_cu->v.quick->compunit_symtab)
f8eba3c6
TT
3840 return 0;
3841
3842 /* This may expand more than one symtab, and we want to iterate over
3843 all of them. */
58f0c718 3844 dw2_instantiate_symtab (per_cu, false);
f8eba3c6 3845
14bc53a8
PA
3846 return iterate_over_some_symtabs (name, real_path, objfile->compunit_symtabs,
3847 last_made, callback);
f8eba3c6
TT
3848}
3849
3850/* Implementation of the map_symtabs_matching_filename method. */
3851
14bc53a8
PA
3852static bool
3853dw2_map_symtabs_matching_filename
3854 (struct objfile *objfile, const char *name, const char *real_path,
3855 gdb::function_view<bool (symtab *)> callback)
9291a0cd 3856{
c011a4f4 3857 const char *name_basename = lbasename (name);
ed2dc618
SM
3858 struct dwarf2_per_objfile *dwarf2_per_objfile
3859 = get_dwarf2_per_objfile (objfile);
ae2de4f8 3860
848e3e78
DE
3861 /* The rule is CUs specify all the files, including those used by
3862 any TU, so there's no need to scan TUs here. */
f4dc4d17 3863
b76e467d 3864 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
9291a0cd 3865 {
3d7bb9d9 3866 /* We only need to look at symtabs not already expanded. */
43f3e411 3867 if (per_cu->v.quick->compunit_symtab)
9291a0cd
TT
3868 continue;
3869
b76e467d 3870 quick_file_names *file_data = dw2_get_file_names (per_cu);
7b9f3c50 3871 if (file_data == NULL)
9291a0cd
TT
3872 continue;
3873
b76e467d 3874 for (int j = 0; j < file_data->num_file_names; ++j)
9291a0cd 3875 {
7b9f3c50 3876 const char *this_name = file_data->file_names[j];
da235a7c 3877 const char *this_real_name;
9291a0cd 3878
af529f8f 3879 if (compare_filenames_for_search (this_name, name))
9291a0cd 3880 {
f5b95b50 3881 if (dw2_map_expand_apply (objfile, per_cu, name, real_path,
14bc53a8
PA
3882 callback))
3883 return true;
288e77a7 3884 continue;
4aac40c8 3885 }
9291a0cd 3886
c011a4f4
DE
3887 /* Before we invoke realpath, which can get expensive when many
3888 files are involved, do a quick comparison of the basenames. */
3889 if (! basenames_may_differ
3890 && FILENAME_CMP (lbasename (this_name), name_basename) != 0)
3891 continue;
3892
da235a7c
JK
3893 this_real_name = dw2_get_real_path (objfile, file_data, j);
3894 if (compare_filenames_for_search (this_real_name, name))
9291a0cd 3895 {
da235a7c 3896 if (dw2_map_expand_apply (objfile, per_cu, name, real_path,
14bc53a8
PA
3897 callback))
3898 return true;
288e77a7 3899 continue;
da235a7c 3900 }
9291a0cd 3901
da235a7c
JK
3902 if (real_path != NULL)
3903 {
af529f8f
JK
3904 gdb_assert (IS_ABSOLUTE_PATH (real_path));
3905 gdb_assert (IS_ABSOLUTE_PATH (name));
7b9f3c50 3906 if (this_real_name != NULL
af529f8f 3907 && FILENAME_CMP (real_path, this_real_name) == 0)
9291a0cd 3908 {
f5b95b50 3909 if (dw2_map_expand_apply (objfile, per_cu, name, real_path,
14bc53a8
PA
3910 callback))
3911 return true;
288e77a7 3912 continue;
9291a0cd
TT
3913 }
3914 }
3915 }
3916 }
3917
14bc53a8 3918 return false;
9291a0cd
TT
3919}
3920
da51c347
DE
3921/* Struct used to manage iterating over all CUs looking for a symbol. */
3922
3923struct dw2_symtab_iterator
9291a0cd 3924{
ed2dc618
SM
3925 /* The dwarf2_per_objfile owning the CUs we are iterating on. */
3926 struct dwarf2_per_objfile *dwarf2_per_objfile;
da51c347
DE
3927 /* If non-zero, only look for symbols that match BLOCK_INDEX. */
3928 int want_specific_block;
3929 /* One of GLOBAL_BLOCK or STATIC_BLOCK.
3930 Unused if !WANT_SPECIFIC_BLOCK. */
3931 int block_index;
3932 /* The kind of symbol we're looking for. */
3933 domain_enum domain;
3934 /* The list of CUs from the index entry of the symbol,
3935 or NULL if not found. */
3936 offset_type *vec;
3937 /* The next element in VEC to look at. */
3938 int next;
3939 /* The number of elements in VEC, or zero if there is no match. */
3940 int length;
8943b874
DE
3941 /* Have we seen a global version of the symbol?
3942 If so we can ignore all further global instances.
3943 This is to work around gold/15646, inefficient gold-generated
3944 indices. */
3945 int global_seen;
da51c347 3946};
9291a0cd 3947
da51c347
DE
3948/* Initialize the index symtab iterator ITER.
3949 If WANT_SPECIFIC_BLOCK is non-zero, only look for symbols
3950 in block BLOCK_INDEX. Otherwise BLOCK_INDEX is ignored. */
2fdf6df6 3951
9291a0cd 3952static void
da51c347 3953dw2_symtab_iter_init (struct dw2_symtab_iterator *iter,
ed2dc618 3954 struct dwarf2_per_objfile *dwarf2_per_objfile,
da51c347
DE
3955 int want_specific_block,
3956 int block_index,
3957 domain_enum domain,
3958 const char *name)
3959{
ed2dc618 3960 iter->dwarf2_per_objfile = dwarf2_per_objfile;
da51c347
DE
3961 iter->want_specific_block = want_specific_block;
3962 iter->block_index = block_index;
3963 iter->domain = domain;
3964 iter->next = 0;
8943b874 3965 iter->global_seen = 0;
da51c347 3966
3063847f 3967 mapped_index *index = dwarf2_per_objfile->index_table.get ();
ed2dc618
SM
3968
3969 /* index is NULL if OBJF_READNOW. */
3970 if (index != NULL && find_slot_in_mapped_hash (index, name, &iter->vec))
da51c347
DE
3971 iter->length = MAYBE_SWAP (*iter->vec);
3972 else
3973 {
3974 iter->vec = NULL;
3975 iter->length = 0;
3976 }
3977}
3978
3979/* Return the next matching CU or NULL if there are no more. */
3980
3981static struct dwarf2_per_cu_data *
3982dw2_symtab_iter_next (struct dw2_symtab_iterator *iter)
3983{
ed2dc618
SM
3984 struct dwarf2_per_objfile *dwarf2_per_objfile = iter->dwarf2_per_objfile;
3985
da51c347
DE
3986 for ( ; iter->next < iter->length; ++iter->next)
3987 {
3988 offset_type cu_index_and_attrs =
3989 MAYBE_SWAP (iter->vec[iter->next + 1]);
3990 offset_type cu_index = GDB_INDEX_CU_VALUE (cu_index_and_attrs);
da51c347
DE
3991 int want_static = iter->block_index != GLOBAL_BLOCK;
3992 /* This value is only valid for index versions >= 7. */
3993 int is_static = GDB_INDEX_SYMBOL_STATIC_VALUE (cu_index_and_attrs);
3994 gdb_index_symbol_kind symbol_kind =
3995 GDB_INDEX_SYMBOL_KIND_VALUE (cu_index_and_attrs);
3996 /* Only check the symbol attributes if they're present.
3997 Indices prior to version 7 don't record them,
3998 and indices >= 7 may elide them for certain symbols
3999 (gold does this). */
4000 int attrs_valid =
ed2dc618 4001 (dwarf2_per_objfile->index_table->version >= 7
da51c347
DE
4002 && symbol_kind != GDB_INDEX_SYMBOL_KIND_NONE);
4003
3190f0c6 4004 /* Don't crash on bad data. */
b76e467d 4005 if (cu_index >= (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 4006 + dwarf2_per_objfile->all_type_units.size ()))
3190f0c6 4007 {
b98664d3 4008 complaint (_(".gdb_index entry has bad CU index"
4262abfb
JK
4009 " [in module %s]"),
4010 objfile_name (dwarf2_per_objfile->objfile));
3190f0c6
DE
4011 continue;
4012 }
4013
ff4c9fec 4014 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (cu_index);
3190f0c6 4015
da51c347 4016 /* Skip if already read in. */
43f3e411 4017 if (per_cu->v.quick->compunit_symtab)
da51c347
DE
4018 continue;
4019
8943b874
DE
4020 /* Check static vs global. */
4021 if (attrs_valid)
4022 {
4023 if (iter->want_specific_block
4024 && want_static != is_static)
4025 continue;
4026 /* Work around gold/15646. */
4027 if (!is_static && iter->global_seen)
4028 continue;
4029 if (!is_static)
4030 iter->global_seen = 1;
4031 }
da51c347
DE
4032
4033 /* Only check the symbol's kind if it has one. */
4034 if (attrs_valid)
4035 {
4036 switch (iter->domain)
4037 {
4038 case VAR_DOMAIN:
4039 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_VARIABLE
4040 && symbol_kind != GDB_INDEX_SYMBOL_KIND_FUNCTION
4041 /* Some types are also in VAR_DOMAIN. */
4042 && symbol_kind != GDB_INDEX_SYMBOL_KIND_TYPE)
4043 continue;
4044 break;
4045 case STRUCT_DOMAIN:
4046 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_TYPE)
4047 continue;
4048 break;
4049 case LABEL_DOMAIN:
4050 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_OTHER)
4051 continue;
4052 break;
4053 default:
4054 break;
4055 }
4056 }
4057
4058 ++iter->next;
4059 return per_cu;
4060 }
4061
4062 return NULL;
4063}
4064
43f3e411 4065static struct compunit_symtab *
da51c347
DE
4066dw2_lookup_symbol (struct objfile *objfile, int block_index,
4067 const char *name, domain_enum domain)
9291a0cd 4068{
43f3e411 4069 struct compunit_symtab *stab_best = NULL;
ed2dc618
SM
4070 struct dwarf2_per_objfile *dwarf2_per_objfile
4071 = get_dwarf2_per_objfile (objfile);
9291a0cd 4072
b5ec771e
PA
4073 lookup_name_info lookup_name (name, symbol_name_match_type::FULL);
4074
ed2dc618
SM
4075 struct dw2_symtab_iterator iter;
4076 struct dwarf2_per_cu_data *per_cu;
da51c347 4077
ed2dc618 4078 dw2_symtab_iter_init (&iter, dwarf2_per_objfile, 1, block_index, domain, name);
9291a0cd 4079
ed2dc618
SM
4080 while ((per_cu = dw2_symtab_iter_next (&iter)) != NULL)
4081 {
4082 struct symbol *sym, *with_opaque = NULL;
58f0c718 4083 struct compunit_symtab *stab = dw2_instantiate_symtab (per_cu, false);
ed2dc618 4084 const struct blockvector *bv = COMPUNIT_BLOCKVECTOR (stab);
582942f4 4085 const struct block *block = BLOCKVECTOR_BLOCK (bv, block_index);
da51c347 4086
ed2dc618
SM
4087 sym = block_find_symbol (block, name, domain,
4088 block_find_non_opaque_type_preferred,
4089 &with_opaque);
b2e2f908 4090
ed2dc618
SM
4091 /* Some caution must be observed with overloaded functions
4092 and methods, since the index will not contain any overload
4093 information (but NAME might contain it). */
da51c347 4094
ed2dc618
SM
4095 if (sym != NULL
4096 && SYMBOL_MATCHES_SEARCH_NAME (sym, lookup_name))
4097 return stab;
4098 if (with_opaque != NULL
4099 && SYMBOL_MATCHES_SEARCH_NAME (with_opaque, lookup_name))
4100 stab_best = stab;
da51c347 4101
ed2dc618 4102 /* Keep looking through other CUs. */
9291a0cd 4103 }
9291a0cd 4104
da51c347 4105 return stab_best;
9291a0cd
TT
4106}
4107
4108static void
4109dw2_print_stats (struct objfile *objfile)
4110{
ed2dc618
SM
4111 struct dwarf2_per_objfile *dwarf2_per_objfile
4112 = get_dwarf2_per_objfile (objfile);
b76e467d 4113 int total = (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 4114 + dwarf2_per_objfile->all_type_units.size ());
ed2dc618 4115 int count = 0;
9291a0cd 4116
ed2dc618 4117 for (int i = 0; i < total; ++i)
9291a0cd 4118 {
ff4c9fec 4119 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (i);
9291a0cd 4120
43f3e411 4121 if (!per_cu->v.quick->compunit_symtab)
9291a0cd
TT
4122 ++count;
4123 }
e4a48d9d 4124 printf_filtered (_(" Number of read CUs: %d\n"), total - count);
9291a0cd
TT
4125 printf_filtered (_(" Number of unread CUs: %d\n"), count);
4126}
4127
779bd270
DE
4128/* This dumps minimal information about the index.
4129 It is called via "mt print objfiles".
4130 One use is to verify .gdb_index has been loaded by the
4131 gdb.dwarf2/gdb-index.exp testcase. */
4132
9291a0cd
TT
4133static void
4134dw2_dump (struct objfile *objfile)
4135{
ed2dc618
SM
4136 struct dwarf2_per_objfile *dwarf2_per_objfile
4137 = get_dwarf2_per_objfile (objfile);
4138
779bd270
DE
4139 gdb_assert (dwarf2_per_objfile->using_index);
4140 printf_filtered (".gdb_index:");
4141 if (dwarf2_per_objfile->index_table != NULL)
4142 {
4143 printf_filtered (" version %d\n",
4144 dwarf2_per_objfile->index_table->version);
4145 }
4146 else
4147 printf_filtered (" faked for \"readnow\"\n");
4148 printf_filtered ("\n");
9291a0cd
TT
4149}
4150
9291a0cd
TT
4151static void
4152dw2_expand_symtabs_for_function (struct objfile *objfile,
4153 const char *func_name)
4154{
ed2dc618
SM
4155 struct dwarf2_per_objfile *dwarf2_per_objfile
4156 = get_dwarf2_per_objfile (objfile);
da51c347 4157
ed2dc618
SM
4158 struct dw2_symtab_iterator iter;
4159 struct dwarf2_per_cu_data *per_cu;
da51c347 4160
ed2dc618
SM
4161 /* Note: It doesn't matter what we pass for block_index here. */
4162 dw2_symtab_iter_init (&iter, dwarf2_per_objfile, 0, GLOBAL_BLOCK, VAR_DOMAIN,
4163 func_name);
da51c347 4164
ed2dc618 4165 while ((per_cu = dw2_symtab_iter_next (&iter)) != NULL)
58f0c718 4166 dw2_instantiate_symtab (per_cu, false);
da51c347 4167
9291a0cd
TT
4168}
4169
4170static void
4171dw2_expand_all_symtabs (struct objfile *objfile)
4172{
ed2dc618
SM
4173 struct dwarf2_per_objfile *dwarf2_per_objfile
4174 = get_dwarf2_per_objfile (objfile);
b76e467d 4175 int total_units = (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 4176 + dwarf2_per_objfile->all_type_units.size ());
9291a0cd 4177
ed2dc618 4178 for (int i = 0; i < total_units; ++i)
9291a0cd 4179 {
ff4c9fec 4180 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (i);
9291a0cd 4181
58f0c718
TT
4182 /* We don't want to directly expand a partial CU, because if we
4183 read it with the wrong language, then assertion failures can
4184 be triggered later on. See PR symtab/23010. So, tell
4185 dw2_instantiate_symtab to skip partial CUs -- any important
4186 partial CU will be read via DW_TAG_imported_unit anyway. */
4187 dw2_instantiate_symtab (per_cu, true);
9291a0cd
TT
4188 }
4189}
4190
4191static void
652a8996
JK
4192dw2_expand_symtabs_with_fullname (struct objfile *objfile,
4193 const char *fullname)
9291a0cd 4194{
ed2dc618
SM
4195 struct dwarf2_per_objfile *dwarf2_per_objfile
4196 = get_dwarf2_per_objfile (objfile);
d4637a04
DE
4197
4198 /* We don't need to consider type units here.
4199 This is only called for examining code, e.g. expand_line_sal.
4200 There can be an order of magnitude (or more) more type units
4201 than comp units, and we avoid them if we can. */
4202
b76e467d 4203 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
9291a0cd 4204 {
3d7bb9d9 4205 /* We only need to look at symtabs not already expanded. */
43f3e411 4206 if (per_cu->v.quick->compunit_symtab)
9291a0cd
TT
4207 continue;
4208
b76e467d 4209 quick_file_names *file_data = dw2_get_file_names (per_cu);
7b9f3c50 4210 if (file_data == NULL)
9291a0cd
TT
4211 continue;
4212
b76e467d 4213 for (int j = 0; j < file_data->num_file_names; ++j)
9291a0cd 4214 {
652a8996
JK
4215 const char *this_fullname = file_data->file_names[j];
4216
4217 if (filename_cmp (this_fullname, fullname) == 0)
9291a0cd 4218 {
58f0c718 4219 dw2_instantiate_symtab (per_cu, false);
9291a0cd
TT
4220 break;
4221 }
4222 }
4223 }
4224}
4225
9291a0cd 4226static void
ade7ed9e 4227dw2_map_matching_symbols (struct objfile *objfile,
fe978cb0 4228 const char * name, domain_enum domain,
ade7ed9e 4229 int global,
582942f4 4230 int (*callback) (const struct block *,
40658b94 4231 struct symbol *, void *),
b5ec771e 4232 void *data, symbol_name_match_type match,
2edb89d3 4233 symbol_compare_ftype *ordered_compare)
9291a0cd 4234{
40658b94 4235 /* Currently unimplemented; used for Ada. The function can be called if the
a9e6a4bb
JK
4236 current language is Ada for a non-Ada objfile using GNU index. As Ada
4237 does not look for non-Ada symbols this function should just return. */
9291a0cd
TT
4238}
4239
b5ec771e
PA
4240/* Symbol name matcher for .gdb_index names.
4241
4242 Symbol names in .gdb_index have a few particularities:
4243
4244 - There's no indication of which is the language of each symbol.
4245
4246 Since each language has its own symbol name matching algorithm,
4247 and we don't know which language is the right one, we must match
3f563c84
PA
4248 each symbol against all languages. This would be a potential
4249 performance problem if it were not mitigated by the
4250 mapped_index::name_components lookup table, which significantly
4251 reduces the number of times we need to call into this matcher,
4252 making it a non-issue.
b5ec771e
PA
4253
4254 - Symbol names in the index have no overload (parameter)
4255 information. I.e., in C++, "foo(int)" and "foo(long)" both
4256 appear as "foo" in the index, for example.
4257
4258 This means that the lookup names passed to the symbol name
4259 matcher functions must have no parameter information either
4260 because (e.g.) symbol search name "foo" does not match
4261 lookup-name "foo(int)" [while swapping search name for lookup
4262 name would match].
4263*/
4264class gdb_index_symbol_name_matcher
4265{
4266public:
4267 /* Prepares the vector of comparison functions for LOOKUP_NAME. */
4268 gdb_index_symbol_name_matcher (const lookup_name_info &lookup_name);
4269
4270 /* Walk all the matcher routines and match SYMBOL_NAME against them.
4271 Returns true if any matcher matches. */
4272 bool matches (const char *symbol_name);
4273
4274private:
4275 /* A reference to the lookup name we're matching against. */
4276 const lookup_name_info &m_lookup_name;
4277
4278 /* A vector holding all the different symbol name matchers, for all
4279 languages. */
4280 std::vector<symbol_name_matcher_ftype *> m_symbol_name_matcher_funcs;
4281};
4282
4283gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher
4284 (const lookup_name_info &lookup_name)
4285 : m_lookup_name (lookup_name)
4286{
4287 /* Prepare the vector of comparison functions upfront, to avoid
4288 doing the same work for each symbol. Care is taken to avoid
4289 matching with the same matcher more than once if/when multiple
4290 languages use the same matcher function. */
4291 auto &matchers = m_symbol_name_matcher_funcs;
4292 matchers.reserve (nr_languages);
4293
4294 matchers.push_back (default_symbol_name_matcher);
4295
4296 for (int i = 0; i < nr_languages; i++)
4297 {
4298 const language_defn *lang = language_def ((enum language) i);
c63d3e8d 4299 symbol_name_matcher_ftype *name_matcher
618daa93 4300 = get_symbol_name_matcher (lang, m_lookup_name);
c63d3e8d
PA
4301
4302 /* Don't insert the same comparison routine more than once.
4303 Note that we do this linear walk instead of a seemingly
4304 cheaper sorted insert, or use a std::set or something like
4305 that, because relative order of function addresses is not
4306 stable. This is not a problem in practice because the number
4307 of supported languages is low, and the cost here is tiny
4308 compared to the number of searches we'll do afterwards using
4309 this object. */
4310 if (name_matcher != default_symbol_name_matcher
4311 && (std::find (matchers.begin (), matchers.end (), name_matcher)
4312 == matchers.end ()))
4313 matchers.push_back (name_matcher);
b5ec771e
PA
4314 }
4315}
4316
4317bool
4318gdb_index_symbol_name_matcher::matches (const char *symbol_name)
4319{
4320 for (auto matches_name : m_symbol_name_matcher_funcs)
4321 if (matches_name (symbol_name, m_lookup_name, NULL))
4322 return true;
4323
4324 return false;
4325}
4326
e1ef7d7a
PA
4327/* Starting from a search name, return the string that finds the upper
4328 bound of all strings that start with SEARCH_NAME in a sorted name
4329 list. Returns the empty string to indicate that the upper bound is
4330 the end of the list. */
4331
4332static std::string
4333make_sort_after_prefix_name (const char *search_name)
4334{
4335 /* When looking to complete "func", we find the upper bound of all
4336 symbols that start with "func" by looking for where we'd insert
4337 the closest string that would follow "func" in lexicographical
4338 order. Usually, that's "func"-with-last-character-incremented,
4339 i.e. "fund". Mind non-ASCII characters, though. Usually those
4340 will be UTF-8 multi-byte sequences, but we can't be certain.
4341 Especially mind the 0xff character, which is a valid character in
4342 non-UTF-8 source character sets (e.g. Latin1 'ÿ'), and we can't
4343 rule out compilers allowing it in identifiers. Note that
4344 conveniently, strcmp/strcasecmp are specified to compare
4345 characters interpreted as unsigned char. So what we do is treat
4346 the whole string as a base 256 number composed of a sequence of
4347 base 256 "digits" and add 1 to it. I.e., adding 1 to 0xff wraps
4348 to 0, and carries 1 to the following more-significant position.
4349 If the very first character in SEARCH_NAME ends up incremented
4350 and carries/overflows, then the upper bound is the end of the
4351 list. The string after the empty string is also the empty
4352 string.
4353
4354 Some examples of this operation:
4355
4356 SEARCH_NAME => "+1" RESULT
4357
4358 "abc" => "abd"
4359 "ab\xff" => "ac"
4360 "\xff" "a" "\xff" => "\xff" "b"
4361 "\xff" => ""
4362 "\xff\xff" => ""
4363 "" => ""
4364
4365 Then, with these symbols for example:
4366
4367 func
4368 func1
4369 fund
4370
4371 completing "func" looks for symbols between "func" and
4372 "func"-with-last-character-incremented, i.e. "fund" (exclusive),
4373 which finds "func" and "func1", but not "fund".
4374
4375 And with:
4376
4377 funcÿ (Latin1 'ÿ' [0xff])
4378 funcÿ1
4379 fund
4380
4381 completing "funcÿ" looks for symbols between "funcÿ" and "fund"
4382 (exclusive), which finds "funcÿ" and "funcÿ1", but not "fund".
4383
4384 And with:
4385
4386 ÿÿ (Latin1 'ÿ' [0xff])
4387 ÿÿ1
4388
4389 completing "ÿ" or "ÿÿ" looks for symbols between between "ÿÿ" and
4390 the end of the list.
4391 */
4392 std::string after = search_name;
4393 while (!after.empty () && (unsigned char) after.back () == 0xff)
4394 after.pop_back ();
4395 if (!after.empty ())
4396 after.back () = (unsigned char) after.back () + 1;
4397 return after;
4398}
4399
5c58de74 4400/* See declaration. */
61d96d7e 4401
5c58de74
PA
4402std::pair<std::vector<name_component>::const_iterator,
4403 std::vector<name_component>::const_iterator>
44ed8f3e 4404mapped_index_base::find_name_components_bounds
5c58de74 4405 (const lookup_name_info &lookup_name_without_params) const
3f563c84 4406{
5c58de74
PA
4407 auto *name_cmp
4408 = this->name_components_casing == case_sensitive_on ? strcmp : strcasecmp;
3f563c84
PA
4409
4410 const char *cplus
c62446b1 4411 = lookup_name_without_params.cplus ().lookup_name ().c_str ();
9291a0cd 4412
3f563c84
PA
4413 /* Comparison function object for lower_bound that matches against a
4414 given symbol name. */
4415 auto lookup_compare_lower = [&] (const name_component &elem,
4416 const char *name)
4417 {
5c58de74 4418 const char *elem_qualified = this->symbol_name_at (elem.idx);
3f563c84
PA
4419 const char *elem_name = elem_qualified + elem.name_offset;
4420 return name_cmp (elem_name, name) < 0;
4421 };
4422
4423 /* Comparison function object for upper_bound that matches against a
4424 given symbol name. */
4425 auto lookup_compare_upper = [&] (const char *name,
4426 const name_component &elem)
4427 {
5c58de74 4428 const char *elem_qualified = this->symbol_name_at (elem.idx);
3f563c84
PA
4429 const char *elem_name = elem_qualified + elem.name_offset;
4430 return name_cmp (name, elem_name) < 0;
4431 };
4432
5c58de74
PA
4433 auto begin = this->name_components.begin ();
4434 auto end = this->name_components.end ();
3f563c84
PA
4435
4436 /* Find the lower bound. */
4437 auto lower = [&] ()
4438 {
5c58de74 4439 if (lookup_name_without_params.completion_mode () && cplus[0] == '\0')
3f563c84
PA
4440 return begin;
4441 else
4442 return std::lower_bound (begin, end, cplus, lookup_compare_lower);
4443 } ();
4444
4445 /* Find the upper bound. */
4446 auto upper = [&] ()
4447 {
5c58de74 4448 if (lookup_name_without_params.completion_mode ())
3f563c84 4449 {
e1ef7d7a
PA
4450 /* In completion mode, we want UPPER to point past all
4451 symbols names that have the same prefix. I.e., with
4452 these symbols, and completing "func":
4453
4454 function << lower bound
4455 function1
4456 other_function << upper bound
4457
4458 We find the upper bound by looking for the insertion
4459 point of "func"-with-last-character-incremented,
4460 i.e. "fund". */
4461 std::string after = make_sort_after_prefix_name (cplus);
4462 if (after.empty ())
3f563c84 4463 return end;
e6b2f5ef
PA
4464 return std::lower_bound (lower, end, after.c_str (),
4465 lookup_compare_lower);
3f563c84
PA
4466 }
4467 else
4468 return std::upper_bound (lower, end, cplus, lookup_compare_upper);
4469 } ();
4470
5c58de74
PA
4471 return {lower, upper};
4472}
4473
4474/* See declaration. */
4475
4476void
44ed8f3e 4477mapped_index_base::build_name_components ()
5c58de74
PA
4478{
4479 if (!this->name_components.empty ())
4480 return;
4481
4482 this->name_components_casing = case_sensitivity;
4483 auto *name_cmp
4484 = this->name_components_casing == case_sensitive_on ? strcmp : strcasecmp;
4485
4486 /* The code below only knows how to break apart components of C++
4487 symbol names (and other languages that use '::' as
4488 namespace/module separator). If we add support for wild matching
4489 to some language that uses some other operator (E.g., Ada, Go and
4490 D use '.'), then we'll need to try splitting the symbol name
4491 according to that language too. Note that Ada does support wild
4492 matching, but doesn't currently support .gdb_index. */
44ed8f3e
PA
4493 auto count = this->symbol_name_count ();
4494 for (offset_type idx = 0; idx < count; idx++)
5c58de74 4495 {
44ed8f3e 4496 if (this->symbol_name_slot_invalid (idx))
5c58de74
PA
4497 continue;
4498
4499 const char *name = this->symbol_name_at (idx);
4500
4501 /* Add each name component to the name component table. */
4502 unsigned int previous_len = 0;
4503 for (unsigned int current_len = cp_find_first_component (name);
4504 name[current_len] != '\0';
4505 current_len += cp_find_first_component (name + current_len))
4506 {
4507 gdb_assert (name[current_len] == ':');
4508 this->name_components.push_back ({previous_len, idx});
4509 /* Skip the '::'. */
4510 current_len += 2;
4511 previous_len = current_len;
4512 }
4513 this->name_components.push_back ({previous_len, idx});
4514 }
4515
4516 /* Sort name_components elements by name. */
4517 auto name_comp_compare = [&] (const name_component &left,
4518 const name_component &right)
4519 {
4520 const char *left_qualified = this->symbol_name_at (left.idx);
4521 const char *right_qualified = this->symbol_name_at (right.idx);
4522
4523 const char *left_name = left_qualified + left.name_offset;
4524 const char *right_name = right_qualified + right.name_offset;
4525
4526 return name_cmp (left_name, right_name) < 0;
4527 };
4528
4529 std::sort (this->name_components.begin (),
4530 this->name_components.end (),
4531 name_comp_compare);
4532}
4533
4534/* Helper for dw2_expand_symtabs_matching that works with a
44ed8f3e
PA
4535 mapped_index_base instead of the containing objfile. This is split
4536 to a separate function in order to be able to unit test the
4537 name_components matching using a mock mapped_index_base. For each
5c58de74 4538 symbol name that matches, calls MATCH_CALLBACK, passing it the
44ed8f3e 4539 symbol's index in the mapped_index_base symbol table. */
5c58de74
PA
4540
4541static void
4542dw2_expand_symtabs_matching_symbol
44ed8f3e 4543 (mapped_index_base &index,
5c58de74
PA
4544 const lookup_name_info &lookup_name_in,
4545 gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher,
4546 enum search_domain kind,
4547 gdb::function_view<void (offset_type)> match_callback)
4548{
4549 lookup_name_info lookup_name_without_params
4550 = lookup_name_in.make_ignore_params ();
4551 gdb_index_symbol_name_matcher lookup_name_matcher
4552 (lookup_name_without_params);
4553
4554 /* Build the symbol name component sorted vector, if we haven't
4555 yet. */
4556 index.build_name_components ();
4557
4558 auto bounds = index.find_name_components_bounds (lookup_name_without_params);
4559
3f563c84
PA
4560 /* Now for each symbol name in range, check to see if we have a name
4561 match, and if so, call the MATCH_CALLBACK callback. */
4562
4563 /* The same symbol may appear more than once in the range though.
4564 E.g., if we're looking for symbols that complete "w", and we have
4565 a symbol named "w1::w2", we'll find the two name components for
4566 that same symbol in the range. To be sure we only call the
4567 callback once per symbol, we first collect the symbol name
4568 indexes that matched in a temporary vector and ignore
4569 duplicates. */
4570 std::vector<offset_type> matches;
5c58de74 4571 matches.reserve (std::distance (bounds.first, bounds.second));
3f563c84 4572
5c58de74 4573 for (; bounds.first != bounds.second; ++bounds.first)
3f563c84 4574 {
5c58de74 4575 const char *qualified = index.symbol_name_at (bounds.first->idx);
3f563c84
PA
4576
4577 if (!lookup_name_matcher.matches (qualified)
4578 || (symbol_matcher != NULL && !symbol_matcher (qualified)))
9291a0cd
TT
4579 continue;
4580
5c58de74 4581 matches.push_back (bounds.first->idx);
3f563c84
PA
4582 }
4583
4584 std::sort (matches.begin (), matches.end ());
4585
4586 /* Finally call the callback, once per match. */
4587 ULONGEST prev = -1;
4588 for (offset_type idx : matches)
4589 {
4590 if (prev != idx)
4591 {
4592 match_callback (idx);
4593 prev = idx;
4594 }
4595 }
4596
4597 /* Above we use a type wider than idx's for 'prev', since 0 and
4598 (offset_type)-1 are both possible values. */
4599 static_assert (sizeof (prev) > sizeof (offset_type), "");
4600}
4601
c62446b1
PA
4602#if GDB_SELF_TEST
4603
4604namespace selftests { namespace dw2_expand_symtabs_matching {
4605
a3c5fafd
PA
4606/* A mock .gdb_index/.debug_names-like name index table, enough to
4607 exercise dw2_expand_symtabs_matching_symbol, which works with the
4608 mapped_index_base interface. Builds an index from the symbol list
4609 passed as parameter to the constructor. */
4610class mock_mapped_index : public mapped_index_base
c62446b1
PA
4611{
4612public:
a3c5fafd
PA
4613 mock_mapped_index (gdb::array_view<const char *> symbols)
4614 : m_symbol_table (symbols)
c62446b1
PA
4615 {}
4616
a3c5fafd 4617 DISABLE_COPY_AND_ASSIGN (mock_mapped_index);
c62446b1 4618
a3c5fafd 4619 /* Return the number of names in the symbol table. */
632e107b 4620 size_t symbol_name_count () const override
c62446b1 4621 {
a3c5fafd 4622 return m_symbol_table.size ();
c62446b1
PA
4623 }
4624
a3c5fafd 4625 /* Get the name of the symbol at IDX in the symbol table. */
632e107b 4626 const char *symbol_name_at (offset_type idx) const override
a3c5fafd
PA
4627 {
4628 return m_symbol_table[idx];
4629 }
c62446b1 4630
a3c5fafd
PA
4631private:
4632 gdb::array_view<const char *> m_symbol_table;
c62446b1
PA
4633};
4634
4635/* Convenience function that converts a NULL pointer to a "<null>"
4636 string, to pass to print routines. */
4637
4638static const char *
4639string_or_null (const char *str)
4640{
4641 return str != NULL ? str : "<null>";
4642}
4643
4644/* Check if a lookup_name_info built from
4645 NAME/MATCH_TYPE/COMPLETION_MODE matches the symbols in the mock
4646 index. EXPECTED_LIST is the list of expected matches, in expected
4647 matching order. If no match expected, then an empty list is
4648 specified. Returns true on success. On failure prints a warning
4649 indicating the file:line that failed, and returns false. */
4650
4651static bool
4652check_match (const char *file, int line,
4653 mock_mapped_index &mock_index,
4654 const char *name, symbol_name_match_type match_type,
4655 bool completion_mode,
4656 std::initializer_list<const char *> expected_list)
4657{
4658 lookup_name_info lookup_name (name, match_type, completion_mode);
4659
4660 bool matched = true;
4661
4662 auto mismatch = [&] (const char *expected_str,
4663 const char *got)
4664 {
4665 warning (_("%s:%d: match_type=%s, looking-for=\"%s\", "
4666 "expected=\"%s\", got=\"%s\"\n"),
4667 file, line,
4668 (match_type == symbol_name_match_type::FULL
4669 ? "FULL" : "WILD"),
4670 name, string_or_null (expected_str), string_or_null (got));
4671 matched = false;
4672 };
4673
4674 auto expected_it = expected_list.begin ();
4675 auto expected_end = expected_list.end ();
4676
a3c5fafd 4677 dw2_expand_symtabs_matching_symbol (mock_index, lookup_name,
c62446b1
PA
4678 NULL, ALL_DOMAIN,
4679 [&] (offset_type idx)
4680 {
a3c5fafd 4681 const char *matched_name = mock_index.symbol_name_at (idx);
c62446b1
PA
4682 const char *expected_str
4683 = expected_it == expected_end ? NULL : *expected_it++;
4684
4685 if (expected_str == NULL || strcmp (expected_str, matched_name) != 0)
4686 mismatch (expected_str, matched_name);
4687 });
4688
4689 const char *expected_str
4690 = expected_it == expected_end ? NULL : *expected_it++;
4691 if (expected_str != NULL)
4692 mismatch (expected_str, NULL);
4693
4694 return matched;
4695}
4696
4697/* The symbols added to the mock mapped_index for testing (in
4698 canonical form). */
4699static const char *test_symbols[] = {
4700 "function",
4701 "std::bar",
4702 "std::zfunction",
4703 "std::zfunction2",
4704 "w1::w2",
4705 "ns::foo<char*>",
4706 "ns::foo<int>",
4707 "ns::foo<long>",
a20714ff
PA
4708 "ns2::tmpl<int>::foo2",
4709 "(anonymous namespace)::A::B::C",
c62446b1 4710
e1ef7d7a
PA
4711 /* These are used to check that the increment-last-char in the
4712 matching algorithm for completion doesn't match "t1_fund" when
4713 completing "t1_func". */
4714 "t1_func",
4715 "t1_func1",
4716 "t1_fund",
4717 "t1_fund1",
4718
4719 /* A UTF-8 name with multi-byte sequences to make sure that
4720 cp-name-parser understands this as a single identifier ("função"
4721 is "function" in PT). */
4722 u8"u8função",
4723
4724 /* \377 (0xff) is Latin1 'ÿ'. */
4725 "yfunc\377",
4726
4727 /* \377 (0xff) is Latin1 'ÿ'. */
4728 "\377",
4729 "\377\377123",
4730
c62446b1
PA
4731 /* A name with all sorts of complications. Starts with "z" to make
4732 it easier for the completion tests below. */
4733#define Z_SYM_NAME \
4734 "z::std::tuple<(anonymous namespace)::ui*, std::bar<(anonymous namespace)::ui> >" \
4735 "::tuple<(anonymous namespace)::ui*, " \
4736 "std::default_delete<(anonymous namespace)::ui>, void>"
4737
4738 Z_SYM_NAME
4739};
4740
a3c5fafd
PA
4741/* Returns true if the mapped_index_base::find_name_component_bounds
4742 method finds EXPECTED_SYMS in INDEX when looking for SEARCH_NAME,
4743 in completion mode. */
5c58de74
PA
4744
4745static bool
a3c5fafd 4746check_find_bounds_finds (mapped_index_base &index,
5c58de74
PA
4747 const char *search_name,
4748 gdb::array_view<const char *> expected_syms)
4749{
4750 lookup_name_info lookup_name (search_name,
4751 symbol_name_match_type::FULL, true);
4752
4753 auto bounds = index.find_name_components_bounds (lookup_name);
4754
4755 size_t distance = std::distance (bounds.first, bounds.second);
4756 if (distance != expected_syms.size ())
4757 return false;
4758
4759 for (size_t exp_elem = 0; exp_elem < distance; exp_elem++)
4760 {
4761 auto nc_elem = bounds.first + exp_elem;
4762 const char *qualified = index.symbol_name_at (nc_elem->idx);
4763 if (strcmp (qualified, expected_syms[exp_elem]) != 0)
4764 return false;
4765 }
4766
4767 return true;
4768}
4769
4770/* Test the lower-level mapped_index::find_name_component_bounds
4771 method. */
4772
c62446b1 4773static void
5c58de74
PA
4774test_mapped_index_find_name_component_bounds ()
4775{
4776 mock_mapped_index mock_index (test_symbols);
4777
a3c5fafd 4778 mock_index.build_name_components ();
5c58de74
PA
4779
4780 /* Test the lower-level mapped_index::find_name_component_bounds
4781 method in completion mode. */
4782 {
4783 static const char *expected_syms[] = {
4784 "t1_func",
4785 "t1_func1",
5c58de74
PA
4786 };
4787
a3c5fafd 4788 SELF_CHECK (check_find_bounds_finds (mock_index,
5c58de74
PA
4789 "t1_func", expected_syms));
4790 }
4791
4792 /* Check that the increment-last-char in the name matching algorithm
4793 for completion doesn't get confused with Ansi1 'ÿ' / 0xff. */
4794 {
4795 static const char *expected_syms1[] = {
4796 "\377",
4797 "\377\377123",
4798 };
a3c5fafd 4799 SELF_CHECK (check_find_bounds_finds (mock_index,
5c58de74
PA
4800 "\377", expected_syms1));
4801
4802 static const char *expected_syms2[] = {
4803 "\377\377123",
4804 };
a3c5fafd 4805 SELF_CHECK (check_find_bounds_finds (mock_index,
5c58de74
PA
4806 "\377\377", expected_syms2));
4807 }
4808}
4809
4810/* Test dw2_expand_symtabs_matching_symbol. */
4811
4812static void
4813test_dw2_expand_symtabs_matching_symbol ()
c62446b1
PA
4814{
4815 mock_mapped_index mock_index (test_symbols);
4816
4817 /* We let all tests run until the end even if some fails, for debug
4818 convenience. */
4819 bool any_mismatch = false;
4820
4821 /* Create the expected symbols list (an initializer_list). Needed
4822 because lists have commas, and we need to pass them to CHECK,
4823 which is a macro. */
4824#define EXPECT(...) { __VA_ARGS__ }
4825
4826 /* Wrapper for check_match that passes down the current
4827 __FILE__/__LINE__. */
4828#define CHECK_MATCH(NAME, MATCH_TYPE, COMPLETION_MODE, EXPECTED_LIST) \
4829 any_mismatch |= !check_match (__FILE__, __LINE__, \
4830 mock_index, \
4831 NAME, MATCH_TYPE, COMPLETION_MODE, \
4832 EXPECTED_LIST)
4833
4834 /* Identity checks. */
4835 for (const char *sym : test_symbols)
4836 {
4837 /* Should be able to match all existing symbols. */
4838 CHECK_MATCH (sym, symbol_name_match_type::FULL, false,
4839 EXPECT (sym));
4840
4841 /* Should be able to match all existing symbols with
4842 parameters. */
4843 std::string with_params = std::string (sym) + "(int)";
4844 CHECK_MATCH (with_params.c_str (), symbol_name_match_type::FULL, false,
4845 EXPECT (sym));
4846
4847 /* Should be able to match all existing symbols with
4848 parameters and qualifiers. */
4849 with_params = std::string (sym) + " ( int ) const";
4850 CHECK_MATCH (with_params.c_str (), symbol_name_match_type::FULL, false,
4851 EXPECT (sym));
4852
4853 /* This should really find sym, but cp-name-parser.y doesn't
4854 know about lvalue/rvalue qualifiers yet. */
4855 with_params = std::string (sym) + " ( int ) &&";
4856 CHECK_MATCH (with_params.c_str (), symbol_name_match_type::FULL, false,
4857 {});
4858 }
4859
e1ef7d7a
PA
4860 /* Check that the name matching algorithm for completion doesn't get
4861 confused with Latin1 'ÿ' / 0xff. */
4862 {
4863 static const char str[] = "\377";
4864 CHECK_MATCH (str, symbol_name_match_type::FULL, true,
4865 EXPECT ("\377", "\377\377123"));
4866 }
4867
4868 /* Check that the increment-last-char in the matching algorithm for
4869 completion doesn't match "t1_fund" when completing "t1_func". */
4870 {
4871 static const char str[] = "t1_func";
4872 CHECK_MATCH (str, symbol_name_match_type::FULL, true,
4873 EXPECT ("t1_func", "t1_func1"));
4874 }
4875
c62446b1
PA
4876 /* Check that completion mode works at each prefix of the expected
4877 symbol name. */
4878 {
4879 static const char str[] = "function(int)";
4880 size_t len = strlen (str);
4881 std::string lookup;
4882
4883 for (size_t i = 1; i < len; i++)
4884 {
4885 lookup.assign (str, i);
4886 CHECK_MATCH (lookup.c_str (), symbol_name_match_type::FULL, true,
4887 EXPECT ("function"));
4888 }
4889 }
4890
4891 /* While "w" is a prefix of both components, the match function
4892 should still only be called once. */
4893 {
4894 CHECK_MATCH ("w", symbol_name_match_type::FULL, true,
4895 EXPECT ("w1::w2"));
a20714ff
PA
4896 CHECK_MATCH ("w", symbol_name_match_type::WILD, true,
4897 EXPECT ("w1::w2"));
c62446b1
PA
4898 }
4899
4900 /* Same, with a "complicated" symbol. */
4901 {
4902 static const char str[] = Z_SYM_NAME;
4903 size_t len = strlen (str);
4904 std::string lookup;
4905
4906 for (size_t i = 1; i < len; i++)
4907 {
4908 lookup.assign (str, i);
4909 CHECK_MATCH (lookup.c_str (), symbol_name_match_type::FULL, true,
4910 EXPECT (Z_SYM_NAME));
4911 }
4912 }
4913
4914 /* In FULL mode, an incomplete symbol doesn't match. */
4915 {
4916 CHECK_MATCH ("std::zfunction(int", symbol_name_match_type::FULL, false,
4917 {});
4918 }
4919
4920 /* A complete symbol with parameters matches any overload, since the
4921 index has no overload info. */
4922 {
4923 CHECK_MATCH ("std::zfunction(int)", symbol_name_match_type::FULL, true,
4924 EXPECT ("std::zfunction", "std::zfunction2"));
a20714ff
PA
4925 CHECK_MATCH ("zfunction(int)", symbol_name_match_type::WILD, true,
4926 EXPECT ("std::zfunction", "std::zfunction2"));
4927 CHECK_MATCH ("zfunc", symbol_name_match_type::WILD, true,
4928 EXPECT ("std::zfunction", "std::zfunction2"));
c62446b1
PA
4929 }
4930
4931 /* Check that whitespace is ignored appropriately. A symbol with a
4932 template argument list. */
4933 {
4934 static const char expected[] = "ns::foo<int>";
4935 CHECK_MATCH ("ns :: foo < int > ", symbol_name_match_type::FULL, false,
4936 EXPECT (expected));
a20714ff
PA
4937 CHECK_MATCH ("foo < int > ", symbol_name_match_type::WILD, false,
4938 EXPECT (expected));
c62446b1
PA
4939 }
4940
4941 /* Check that whitespace is ignored appropriately. A symbol with a
4942 template argument list that includes a pointer. */
4943 {
4944 static const char expected[] = "ns::foo<char*>";
4945 /* Try both completion and non-completion modes. */
4946 static const bool completion_mode[2] = {false, true};
4947 for (size_t i = 0; i < 2; i++)
4948 {
4949 CHECK_MATCH ("ns :: foo < char * >", symbol_name_match_type::FULL,
4950 completion_mode[i], EXPECT (expected));
a20714ff
PA
4951 CHECK_MATCH ("foo < char * >", symbol_name_match_type::WILD,
4952 completion_mode[i], EXPECT (expected));
c62446b1
PA
4953
4954 CHECK_MATCH ("ns :: foo < char * > (int)", symbol_name_match_type::FULL,
4955 completion_mode[i], EXPECT (expected));
a20714ff
PA
4956 CHECK_MATCH ("foo < char * > (int)", symbol_name_match_type::WILD,
4957 completion_mode[i], EXPECT (expected));
c62446b1
PA
4958 }
4959 }
4960
4961 {
4962 /* Check method qualifiers are ignored. */
4963 static const char expected[] = "ns::foo<char*>";
4964 CHECK_MATCH ("ns :: foo < char * > ( int ) const",
4965 symbol_name_match_type::FULL, true, EXPECT (expected));
4966 CHECK_MATCH ("ns :: foo < char * > ( int ) &&",
4967 symbol_name_match_type::FULL, true, EXPECT (expected));
a20714ff
PA
4968 CHECK_MATCH ("foo < char * > ( int ) const",
4969 symbol_name_match_type::WILD, true, EXPECT (expected));
4970 CHECK_MATCH ("foo < char * > ( int ) &&",
4971 symbol_name_match_type::WILD, true, EXPECT (expected));
c62446b1
PA
4972 }
4973
4974 /* Test lookup names that don't match anything. */
4975 {
a20714ff
PA
4976 CHECK_MATCH ("bar2", symbol_name_match_type::WILD, false,
4977 {});
4978
c62446b1
PA
4979 CHECK_MATCH ("doesntexist", symbol_name_match_type::FULL, false,
4980 {});
4981 }
4982
a20714ff
PA
4983 /* Some wild matching tests, exercising "(anonymous namespace)",
4984 which should not be confused with a parameter list. */
4985 {
4986 static const char *syms[] = {
4987 "A::B::C",
4988 "B::C",
4989 "C",
4990 "A :: B :: C ( int )",
4991 "B :: C ( int )",
4992 "C ( int )",
4993 };
4994
4995 for (const char *s : syms)
4996 {
4997 CHECK_MATCH (s, symbol_name_match_type::WILD, false,
4998 EXPECT ("(anonymous namespace)::A::B::C"));
4999 }
5000 }
5001
5002 {
5003 static const char expected[] = "ns2::tmpl<int>::foo2";
5004 CHECK_MATCH ("tmp", symbol_name_match_type::WILD, true,
5005 EXPECT (expected));
5006 CHECK_MATCH ("tmpl<", symbol_name_match_type::WILD, true,
5007 EXPECT (expected));
5008 }
5009
c62446b1
PA
5010 SELF_CHECK (!any_mismatch);
5011
5012#undef EXPECT
5013#undef CHECK_MATCH
5014}
5015
5c58de74
PA
5016static void
5017run_test ()
5018{
5019 test_mapped_index_find_name_component_bounds ();
5020 test_dw2_expand_symtabs_matching_symbol ();
5021}
5022
c62446b1
PA
5023}} // namespace selftests::dw2_expand_symtabs_matching
5024
5025#endif /* GDB_SELF_TEST */
5026
4b514bc8
JK
5027/* If FILE_MATCHER is NULL or if PER_CU has
5028 dwarf2_per_cu_quick_data::MARK set (see
5029 dw_expand_symtabs_matching_file_matcher), expand the CU and call
5030 EXPANSION_NOTIFY on it. */
5031
5032static void
5033dw2_expand_symtabs_matching_one
5034 (struct dwarf2_per_cu_data *per_cu,
5035 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
5036 gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify)
5037{
5038 if (file_matcher == NULL || per_cu->v.quick->mark)
5039 {
5040 bool symtab_was_null
5041 = (per_cu->v.quick->compunit_symtab == NULL);
5042
58f0c718 5043 dw2_instantiate_symtab (per_cu, false);
4b514bc8
JK
5044
5045 if (expansion_notify != NULL
5046 && symtab_was_null
5047 && per_cu->v.quick->compunit_symtab != NULL)
5048 expansion_notify (per_cu->v.quick->compunit_symtab);
5049 }
5050}
5051
3f563c84
PA
5052/* Helper for dw2_expand_matching symtabs. Called on each symbol
5053 matched, to expand corresponding CUs that were marked. IDX is the
5054 index of the symbol name that matched. */
5055
5056static void
5057dw2_expand_marked_cus
ed2dc618 5058 (struct dwarf2_per_objfile *dwarf2_per_objfile, offset_type idx,
3f563c84
PA
5059 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
5060 gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify,
5061 search_domain kind)
5062{
3f563c84
PA
5063 offset_type *vec, vec_len, vec_idx;
5064 bool global_seen = false;
ed2dc618 5065 mapped_index &index = *dwarf2_per_objfile->index_table;
3f563c84 5066
61920122 5067 vec = (offset_type *) (index.constant_pool
f00a2de2 5068 + MAYBE_SWAP (index.symbol_table[idx].vec));
61920122
PA
5069 vec_len = MAYBE_SWAP (vec[0]);
5070 for (vec_idx = 0; vec_idx < vec_len; ++vec_idx)
5071 {
61920122
PA
5072 offset_type cu_index_and_attrs = MAYBE_SWAP (vec[vec_idx + 1]);
5073 /* This value is only valid for index versions >= 7. */
5074 int is_static = GDB_INDEX_SYMBOL_STATIC_VALUE (cu_index_and_attrs);
5075 gdb_index_symbol_kind symbol_kind =
5076 GDB_INDEX_SYMBOL_KIND_VALUE (cu_index_and_attrs);
5077 int cu_index = GDB_INDEX_CU_VALUE (cu_index_and_attrs);
5078 /* Only check the symbol attributes if they're present.
5079 Indices prior to version 7 don't record them,
5080 and indices >= 7 may elide them for certain symbols
5081 (gold does this). */
5082 int attrs_valid =
5083 (index.version >= 7
5084 && symbol_kind != GDB_INDEX_SYMBOL_KIND_NONE);
5085
5086 /* Work around gold/15646. */
5087 if (attrs_valid)
9291a0cd 5088 {
61920122
PA
5089 if (!is_static && global_seen)
5090 continue;
5091 if (!is_static)
5092 global_seen = true;
5093 }
3190f0c6 5094
61920122
PA
5095 /* Only check the symbol's kind if it has one. */
5096 if (attrs_valid)
5097 {
5098 switch (kind)
8943b874 5099 {
61920122
PA
5100 case VARIABLES_DOMAIN:
5101 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_VARIABLE)
5102 continue;
5103 break;
5104 case FUNCTIONS_DOMAIN:
5105 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_FUNCTION)
8943b874 5106 continue;
61920122
PA
5107 break;
5108 case TYPES_DOMAIN:
5109 if (symbol_kind != GDB_INDEX_SYMBOL_KIND_TYPE)
5110 continue;
5111 break;
5112 default:
5113 break;
8943b874 5114 }
61920122 5115 }
8943b874 5116
61920122 5117 /* Don't crash on bad data. */
b76e467d 5118 if (cu_index >= (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 5119 + dwarf2_per_objfile->all_type_units.size ()))
61920122 5120 {
b98664d3 5121 complaint (_(".gdb_index entry has bad CU index"
ed2dc618
SM
5122 " [in module %s]"),
5123 objfile_name (dwarf2_per_objfile->objfile));
61920122
PA
5124 continue;
5125 }
5126
ff4c9fec 5127 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (cu_index);
4b514bc8
JK
5128 dw2_expand_symtabs_matching_one (per_cu, file_matcher,
5129 expansion_notify);
61920122
PA
5130 }
5131}
5132
4b514bc8
JK
5133/* If FILE_MATCHER is non-NULL, set all the
5134 dwarf2_per_cu_quick_data::MARK of the current DWARF2_PER_OBJFILE
5135 that match FILE_MATCHER. */
5136
61920122 5137static void
4b514bc8 5138dw_expand_symtabs_matching_file_matcher
ed2dc618
SM
5139 (struct dwarf2_per_objfile *dwarf2_per_objfile,
5140 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher)
61920122 5141{
4b514bc8 5142 if (file_matcher == NULL)
61920122
PA
5143 return;
5144
4b514bc8
JK
5145 objfile *const objfile = dwarf2_per_objfile->objfile;
5146
5147 htab_up visited_found (htab_create_alloc (10, htab_hash_pointer,
5148 htab_eq_pointer,
5149 NULL, xcalloc, xfree));
5150 htab_up visited_not_found (htab_create_alloc (10, htab_hash_pointer,
61920122
PA
5151 htab_eq_pointer,
5152 NULL, xcalloc, xfree));
61920122 5153
4b514bc8
JK
5154 /* The rule is CUs specify all the files, including those used by
5155 any TU, so there's no need to scan TUs here. */
61920122 5156
b76e467d 5157 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
927aa2e7 5158 {
927aa2e7
JK
5159 QUIT;
5160
5161 per_cu->v.quick->mark = 0;
5162
5163 /* We only need to look at symtabs not already expanded. */
5164 if (per_cu->v.quick->compunit_symtab)
5165 continue;
5166
b76e467d 5167 quick_file_names *file_data = dw2_get_file_names (per_cu);
927aa2e7
JK
5168 if (file_data == NULL)
5169 continue;
5170
5171 if (htab_find (visited_not_found.get (), file_data) != NULL)
5172 continue;
5173 else if (htab_find (visited_found.get (), file_data) != NULL)
5174 {
5175 per_cu->v.quick->mark = 1;
5176 continue;
5177 }
5178
b76e467d 5179 for (int j = 0; j < file_data->num_file_names; ++j)
927aa2e7
JK
5180 {
5181 const char *this_real_name;
5182
5183 if (file_matcher (file_data->file_names[j], false))
5184 {
5185 per_cu->v.quick->mark = 1;
5186 break;
5187 }
5188
5189 /* Before we invoke realpath, which can get expensive when many
5190 files are involved, do a quick comparison of the basenames. */
5191 if (!basenames_may_differ
5192 && !file_matcher (lbasename (file_data->file_names[j]),
5193 true))
5194 continue;
5195
5196 this_real_name = dw2_get_real_path (objfile, file_data, j);
5197 if (file_matcher (this_real_name, false))
5198 {
5199 per_cu->v.quick->mark = 1;
5200 break;
5201 }
5202 }
5203
b76e467d
SM
5204 void **slot = htab_find_slot (per_cu->v.quick->mark
5205 ? visited_found.get ()
5206 : visited_not_found.get (),
5207 file_data, INSERT);
927aa2e7
JK
5208 *slot = file_data;
5209 }
5210}
5211
5212static void
5213dw2_expand_symtabs_matching
5214 (struct objfile *objfile,
5215 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
5216 const lookup_name_info &lookup_name,
5217 gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher,
5218 gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify,
5219 enum search_domain kind)
5220{
ed2dc618
SM
5221 struct dwarf2_per_objfile *dwarf2_per_objfile
5222 = get_dwarf2_per_objfile (objfile);
927aa2e7
JK
5223
5224 /* index_table is NULL if OBJF_READNOW. */
5225 if (!dwarf2_per_objfile->index_table)
5226 return;
5227
ed2dc618 5228 dw_expand_symtabs_matching_file_matcher (dwarf2_per_objfile, file_matcher);
927aa2e7
JK
5229
5230 mapped_index &index = *dwarf2_per_objfile->index_table;
5231
5232 dw2_expand_symtabs_matching_symbol (index, lookup_name,
5233 symbol_matcher,
5234 kind, [&] (offset_type idx)
5235 {
ed2dc618 5236 dw2_expand_marked_cus (dwarf2_per_objfile, idx, file_matcher,
927aa2e7
JK
5237 expansion_notify, kind);
5238 });
5239}
5240
5241/* A helper for dw2_find_pc_sect_compunit_symtab which finds the most specific
5242 symtab. */
5243
5244static struct compunit_symtab *
5245recursively_find_pc_sect_compunit_symtab (struct compunit_symtab *cust,
5246 CORE_ADDR pc)
5247{
5248 int i;
5249
5250 if (COMPUNIT_BLOCKVECTOR (cust) != NULL
5251 && blockvector_contains_pc (COMPUNIT_BLOCKVECTOR (cust), pc))
5252 return cust;
5253
5254 if (cust->includes == NULL)
5255 return NULL;
5256
5257 for (i = 0; cust->includes[i]; ++i)
5258 {
5259 struct compunit_symtab *s = cust->includes[i];
5260
5261 s = recursively_find_pc_sect_compunit_symtab (s, pc);
5262 if (s != NULL)
5263 return s;
5264 }
5265
5266 return NULL;
5267}
5268
5269static struct compunit_symtab *
5270dw2_find_pc_sect_compunit_symtab (struct objfile *objfile,
5271 struct bound_minimal_symbol msymbol,
5272 CORE_ADDR pc,
5273 struct obj_section *section,
5274 int warn_if_readin)
5275{
5276 struct dwarf2_per_cu_data *data;
5277 struct compunit_symtab *result;
5278
d320c2b5 5279 if (!objfile->partial_symtabs->psymtabs_addrmap)
927aa2e7
JK
5280 return NULL;
5281
79748972
TT
5282 CORE_ADDR baseaddr = ANOFFSET (objfile->section_offsets,
5283 SECT_OFF_TEXT (objfile));
d320c2b5
TT
5284 data = (struct dwarf2_per_cu_data *) addrmap_find
5285 (objfile->partial_symtabs->psymtabs_addrmap, pc - baseaddr);
927aa2e7
JK
5286 if (!data)
5287 return NULL;
5288
5289 if (warn_if_readin && data->v.quick->compunit_symtab)
5290 warning (_("(Internal error: pc %s in read in CU, but not in symtab.)"),
5291 paddress (get_objfile_arch (objfile), pc));
5292
5293 result
58f0c718
TT
5294 = recursively_find_pc_sect_compunit_symtab (dw2_instantiate_symtab (data,
5295 false),
927aa2e7
JK
5296 pc);
5297 gdb_assert (result != NULL);
5298 return result;
5299}
5300
5301static void
5302dw2_map_symbol_filenames (struct objfile *objfile, symbol_filename_ftype *fun,
5303 void *data, int need_fullname)
5304{
ed2dc618
SM
5305 struct dwarf2_per_objfile *dwarf2_per_objfile
5306 = get_dwarf2_per_objfile (objfile);
927aa2e7
JK
5307
5308 if (!dwarf2_per_objfile->filenames_cache)
5309 {
5310 dwarf2_per_objfile->filenames_cache.emplace ();
5311
5312 htab_up visited (htab_create_alloc (10,
5313 htab_hash_pointer, htab_eq_pointer,
5314 NULL, xcalloc, xfree));
5315
5316 /* The rule is CUs specify all the files, including those used
5317 by any TU, so there's no need to scan TUs here. We can
5318 ignore file names coming from already-expanded CUs. */
5319
b76e467d 5320 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
927aa2e7 5321 {
927aa2e7
JK
5322 if (per_cu->v.quick->compunit_symtab)
5323 {
5324 void **slot = htab_find_slot (visited.get (),
5325 per_cu->v.quick->file_names,
5326 INSERT);
5327
5328 *slot = per_cu->v.quick->file_names;
5329 }
5330 }
5331
b76e467d 5332 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
927aa2e7 5333 {
927aa2e7
JK
5334 /* We only need to look at symtabs not already expanded. */
5335 if (per_cu->v.quick->compunit_symtab)
5336 continue;
5337
b76e467d 5338 quick_file_names *file_data = dw2_get_file_names (per_cu);
927aa2e7
JK
5339 if (file_data == NULL)
5340 continue;
5341
b76e467d 5342 void **slot = htab_find_slot (visited.get (), file_data, INSERT);
927aa2e7
JK
5343 if (*slot)
5344 {
5345 /* Already visited. */
5346 continue;
5347 }
5348 *slot = file_data;
5349
5350 for (int j = 0; j < file_data->num_file_names; ++j)
5351 {
5352 const char *filename = file_data->file_names[j];
5353 dwarf2_per_objfile->filenames_cache->seen (filename);
5354 }
5355 }
5356 }
5357
5358 dwarf2_per_objfile->filenames_cache->traverse ([&] (const char *filename)
5359 {
5360 gdb::unique_xmalloc_ptr<char> this_real_name;
5361
5362 if (need_fullname)
5363 this_real_name = gdb_realpath (filename);
5364 (*fun) (filename, this_real_name.get (), data);
5365 });
5366}
5367
5368static int
5369dw2_has_symbols (struct objfile *objfile)
5370{
5371 return 1;
5372}
5373
5374const struct quick_symbol_functions dwarf2_gdb_index_functions =
5375{
5376 dw2_has_symbols,
5377 dw2_find_last_source_symtab,
5378 dw2_forget_cached_source_info,
5379 dw2_map_symtabs_matching_filename,
5380 dw2_lookup_symbol,
5381 dw2_print_stats,
5382 dw2_dump,
927aa2e7
JK
5383 dw2_expand_symtabs_for_function,
5384 dw2_expand_all_symtabs,
5385 dw2_expand_symtabs_with_fullname,
5386 dw2_map_matching_symbols,
5387 dw2_expand_symtabs_matching,
5388 dw2_find_pc_sect_compunit_symtab,
5389 NULL,
5390 dw2_map_symbol_filenames
5391};
5392
5393/* DWARF-5 debug_names reader. */
5394
5395/* DWARF-5 augmentation string for GDB's DW_IDX_GNU_* extension. */
5396static const gdb_byte dwarf5_augmentation[] = { 'G', 'D', 'B', 0 };
5397
5398/* A helper function that reads the .debug_names section in SECTION
5399 and fills in MAP. FILENAME is the name of the file containing the
5400 section; it is used for error reporting.
5401
5402 Returns true if all went well, false otherwise. */
5403
5404static bool
5405read_debug_names_from_section (struct objfile *objfile,
5406 const char *filename,
5407 struct dwarf2_section_info *section,
5408 mapped_debug_names &map)
5409{
5410 if (dwarf2_section_empty_p (section))
5411 return false;
5412
5413 /* Older elfutils strip versions could keep the section in the main
5414 executable while splitting it for the separate debug info file. */
5415 if ((get_section_flags (section) & SEC_HAS_CONTENTS) == 0)
5416 return false;
5417
5418 dwarf2_read_section (objfile, section);
5419
5420 map.dwarf5_byte_order = gdbarch_byte_order (get_objfile_arch (objfile));
5421
5422 const gdb_byte *addr = section->buffer;
5423
5424 bfd *const abfd = get_section_bfd_owner (section);
5425
5426 unsigned int bytes_read;
5427 LONGEST length = read_initial_length (abfd, addr, &bytes_read);
5428 addr += bytes_read;
5429
5430 map.dwarf5_is_dwarf64 = bytes_read != 4;
5431 map.offset_size = map.dwarf5_is_dwarf64 ? 8 : 4;
5432 if (bytes_read + length != section->size)
5433 {
5434 /* There may be multiple per-CU indices. */
5435 warning (_("Section .debug_names in %s length %s does not match "
5436 "section length %s, ignoring .debug_names."),
5437 filename, plongest (bytes_read + length),
5438 pulongest (section->size));
5439 return false;
5440 }
5441
5442 /* The version number. */
5443 uint16_t version = read_2_bytes (abfd, addr);
5444 addr += 2;
5445 if (version != 5)
5446 {
5447 warning (_("Section .debug_names in %s has unsupported version %d, "
5448 "ignoring .debug_names."),
5449 filename, version);
5450 return false;
5451 }
5452
5453 /* Padding. */
5454 uint16_t padding = read_2_bytes (abfd, addr);
5455 addr += 2;
5456 if (padding != 0)
5457 {
5458 warning (_("Section .debug_names in %s has unsupported padding %d, "
5459 "ignoring .debug_names."),
5460 filename, padding);
5461 return false;
5462 }
5463
5464 /* comp_unit_count - The number of CUs in the CU list. */
5465 map.cu_count = read_4_bytes (abfd, addr);
5466 addr += 4;
5467
5468 /* local_type_unit_count - The number of TUs in the local TU
5469 list. */
5470 map.tu_count = read_4_bytes (abfd, addr);
5471 addr += 4;
5472
5473 /* foreign_type_unit_count - The number of TUs in the foreign TU
5474 list. */
5475 uint32_t foreign_tu_count = read_4_bytes (abfd, addr);
5476 addr += 4;
5477 if (foreign_tu_count != 0)
5478 {
5479 warning (_("Section .debug_names in %s has unsupported %lu foreign TUs, "
5480 "ignoring .debug_names."),
5481 filename, static_cast<unsigned long> (foreign_tu_count));
5482 return false;
5483 }
5484
5485 /* bucket_count - The number of hash buckets in the hash lookup
5486 table. */
5487 map.bucket_count = read_4_bytes (abfd, addr);
5488 addr += 4;
5489
5490 /* name_count - The number of unique names in the index. */
5491 map.name_count = read_4_bytes (abfd, addr);
5492 addr += 4;
5493
5494 /* abbrev_table_size - The size in bytes of the abbreviations
5495 table. */
5496 uint32_t abbrev_table_size = read_4_bytes (abfd, addr);
5497 addr += 4;
5498
5499 /* augmentation_string_size - The size in bytes of the augmentation
5500 string. This value is rounded up to a multiple of 4. */
5501 uint32_t augmentation_string_size = read_4_bytes (abfd, addr);
5502 addr += 4;
5503 map.augmentation_is_gdb = ((augmentation_string_size
5504 == sizeof (dwarf5_augmentation))
5505 && memcmp (addr, dwarf5_augmentation,
5506 sizeof (dwarf5_augmentation)) == 0);
5507 augmentation_string_size += (-augmentation_string_size) & 3;
5508 addr += augmentation_string_size;
5509
5510 /* List of CUs */
5511 map.cu_table_reordered = addr;
5512 addr += map.cu_count * map.offset_size;
5513
5514 /* List of Local TUs */
5515 map.tu_table_reordered = addr;
5516 addr += map.tu_count * map.offset_size;
5517
5518 /* Hash Lookup Table */
5519 map.bucket_table_reordered = reinterpret_cast<const uint32_t *> (addr);
5520 addr += map.bucket_count * 4;
5521 map.hash_table_reordered = reinterpret_cast<const uint32_t *> (addr);
5522 addr += map.name_count * 4;
5523
5524 /* Name Table */
5525 map.name_table_string_offs_reordered = addr;
5526 addr += map.name_count * map.offset_size;
5527 map.name_table_entry_offs_reordered = addr;
5528 addr += map.name_count * map.offset_size;
5529
5530 const gdb_byte *abbrev_table_start = addr;
5531 for (;;)
5532 {
927aa2e7
JK
5533 const ULONGEST index_num = read_unsigned_leb128 (abfd, addr, &bytes_read);
5534 addr += bytes_read;
5535 if (index_num == 0)
5536 break;
5537
5538 const auto insertpair
5539 = map.abbrev_map.emplace (index_num, mapped_debug_names::index_val ());
5540 if (!insertpair.second)
5541 {
5542 warning (_("Section .debug_names in %s has duplicate index %s, "
5543 "ignoring .debug_names."),
5544 filename, pulongest (index_num));
5545 return false;
5546 }
5547 mapped_debug_names::index_val &indexval = insertpair.first->second;
5548 indexval.dwarf_tag = read_unsigned_leb128 (abfd, addr, &bytes_read);
5549 addr += bytes_read;
5550
5551 for (;;)
5552 {
5553 mapped_debug_names::index_val::attr attr;
5554 attr.dw_idx = read_unsigned_leb128 (abfd, addr, &bytes_read);
5555 addr += bytes_read;
5556 attr.form = read_unsigned_leb128 (abfd, addr, &bytes_read);
5557 addr += bytes_read;
5558 if (attr.form == DW_FORM_implicit_const)
5559 {
5560 attr.implicit_const = read_signed_leb128 (abfd, addr,
5561 &bytes_read);
5562 addr += bytes_read;
5563 }
5564 if (attr.dw_idx == 0 && attr.form == 0)
5565 break;
5566 indexval.attr_vec.push_back (std::move (attr));
5567 }
5568 }
5569 if (addr != abbrev_table_start + abbrev_table_size)
5570 {
5571 warning (_("Section .debug_names in %s has abbreviation_table "
5572 "of size %zu vs. written as %u, ignoring .debug_names."),
5573 filename, addr - abbrev_table_start, abbrev_table_size);
5574 return false;
5575 }
5576 map.entry_pool = addr;
5577
5578 return true;
5579}
5580
5581/* A helper for create_cus_from_debug_names that handles the MAP's CU
5582 list. */
5583
5584static void
ed2dc618 5585create_cus_from_debug_names_list (struct dwarf2_per_objfile *dwarf2_per_objfile,
927aa2e7
JK
5586 const mapped_debug_names &map,
5587 dwarf2_section_info &section,
b76e467d 5588 bool is_dwz)
927aa2e7
JK
5589{
5590 sect_offset sect_off_prev;
5591 for (uint32_t i = 0; i <= map.cu_count; ++i)
5592 {
5593 sect_offset sect_off_next;
5594 if (i < map.cu_count)
5595 {
5596 sect_off_next
5597 = (sect_offset) (extract_unsigned_integer
5598 (map.cu_table_reordered + i * map.offset_size,
5599 map.offset_size,
5600 map.dwarf5_byte_order));
5601 }
5602 else
5603 sect_off_next = (sect_offset) section.size;
5604 if (i >= 1)
5605 {
5606 const ULONGEST length = sect_off_next - sect_off_prev;
b76e467d 5607 dwarf2_per_cu_data *per_cu
ed2dc618 5608 = create_cu_from_index_list (dwarf2_per_objfile, &section, is_dwz,
927aa2e7 5609 sect_off_prev, length);
b76e467d 5610 dwarf2_per_objfile->all_comp_units.push_back (per_cu);
927aa2e7
JK
5611 }
5612 sect_off_prev = sect_off_next;
5613 }
5614}
5615
5616/* Read the CU list from the mapped index, and use it to create all
ed2dc618 5617 the CU objects for this dwarf2_per_objfile. */
927aa2e7
JK
5618
5619static void
ed2dc618 5620create_cus_from_debug_names (struct dwarf2_per_objfile *dwarf2_per_objfile,
927aa2e7
JK
5621 const mapped_debug_names &map,
5622 const mapped_debug_names &dwz_map)
5623{
b76e467d
SM
5624 gdb_assert (dwarf2_per_objfile->all_comp_units.empty ());
5625 dwarf2_per_objfile->all_comp_units.reserve (map.cu_count + dwz_map.cu_count);
927aa2e7 5626
ed2dc618
SM
5627 create_cus_from_debug_names_list (dwarf2_per_objfile, map,
5628 dwarf2_per_objfile->info,
b76e467d 5629 false /* is_dwz */);
927aa2e7
JK
5630
5631 if (dwz_map.cu_count == 0)
5632 return;
5633
ed2dc618
SM
5634 dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
5635 create_cus_from_debug_names_list (dwarf2_per_objfile, dwz_map, dwz->info,
b76e467d 5636 true /* is_dwz */);
927aa2e7
JK
5637}
5638
5639/* Read .debug_names. If everything went ok, initialize the "quick"
5640 elements of all the CUs and return true. Otherwise, return false. */
5641
5642static bool
ed2dc618 5643dwarf2_read_debug_names (struct dwarf2_per_objfile *dwarf2_per_objfile)
927aa2e7 5644{
22ca247e
TT
5645 std::unique_ptr<mapped_debug_names> map
5646 (new mapped_debug_names (dwarf2_per_objfile));
ed2dc618
SM
5647 mapped_debug_names dwz_map (dwarf2_per_objfile);
5648 struct objfile *objfile = dwarf2_per_objfile->objfile;
927aa2e7
JK
5649
5650 if (!read_debug_names_from_section (objfile, objfile_name (objfile),
5651 &dwarf2_per_objfile->debug_names,
22ca247e 5652 *map))
927aa2e7
JK
5653 return false;
5654
5655 /* Don't use the index if it's empty. */
22ca247e 5656 if (map->name_count == 0)
927aa2e7
JK
5657 return false;
5658
5659 /* If there is a .dwz file, read it so we can get its CU list as
5660 well. */
ed2dc618 5661 dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
927aa2e7
JK
5662 if (dwz != NULL)
5663 {
5664 if (!read_debug_names_from_section (objfile,
5665 bfd_get_filename (dwz->dwz_bfd),
5666 &dwz->debug_names, dwz_map))
5667 {
5668 warning (_("could not read '.debug_names' section from %s; skipping"),
5669 bfd_get_filename (dwz->dwz_bfd));
5670 return false;
5671 }
5672 }
5673
22ca247e 5674 create_cus_from_debug_names (dwarf2_per_objfile, *map, dwz_map);
927aa2e7 5675
22ca247e 5676 if (map->tu_count != 0)
927aa2e7
JK
5677 {
5678 /* We can only handle a single .debug_types when we have an
5679 index. */
5680 if (VEC_length (dwarf2_section_info_def, dwarf2_per_objfile->types) != 1)
5681 return false;
5682
5683 dwarf2_section_info *section = VEC_index (dwarf2_section_info_def,
5684 dwarf2_per_objfile->types, 0);
5685
5686 create_signatured_type_table_from_debug_names
22ca247e 5687 (dwarf2_per_objfile, *map, section, &dwarf2_per_objfile->abbrev);
927aa2e7
JK
5688 }
5689
ed2dc618
SM
5690 create_addrmap_from_aranges (dwarf2_per_objfile,
5691 &dwarf2_per_objfile->debug_aranges);
927aa2e7 5692
22ca247e 5693 dwarf2_per_objfile->debug_names_table = std::move (map);
927aa2e7
JK
5694 dwarf2_per_objfile->using_index = 1;
5695 dwarf2_per_objfile->quick_file_names_table =
b76e467d 5696 create_quick_file_names_table (dwarf2_per_objfile->all_comp_units.size ());
927aa2e7
JK
5697
5698 return true;
5699}
5700
927aa2e7
JK
5701/* Type used to manage iterating over all CUs looking for a symbol for
5702 .debug_names. */
5703
5704class dw2_debug_names_iterator
5705{
5706public:
5707 /* If WANT_SPECIFIC_BLOCK is true, only look for symbols in block
5708 BLOCK_INDEX. Otherwise BLOCK_INDEX is ignored. */
5709 dw2_debug_names_iterator (const mapped_debug_names &map,
5710 bool want_specific_block,
5711 block_enum block_index, domain_enum domain,
5712 const char *name)
5713 : m_map (map), m_want_specific_block (want_specific_block),
5714 m_block_index (block_index), m_domain (domain),
5715 m_addr (find_vec_in_debug_names (map, name))
5716 {}
5717
5718 dw2_debug_names_iterator (const mapped_debug_names &map,
5719 search_domain search, uint32_t namei)
5720 : m_map (map),
5721 m_search (search),
5722 m_addr (find_vec_in_debug_names (map, namei))
5723 {}
5724
5725 /* Return the next matching CU or NULL if there are no more. */
5726 dwarf2_per_cu_data *next ();
5727
5728private:
5729 static const gdb_byte *find_vec_in_debug_names (const mapped_debug_names &map,
5730 const char *name);
5731 static const gdb_byte *find_vec_in_debug_names (const mapped_debug_names &map,
5732 uint32_t namei);
5733
5734 /* The internalized form of .debug_names. */
5735 const mapped_debug_names &m_map;
5736
5737 /* If true, only look for symbols that match BLOCK_INDEX. */
5738 const bool m_want_specific_block = false;
5739
5740 /* One of GLOBAL_BLOCK or STATIC_BLOCK.
5741 Unused if !WANT_SPECIFIC_BLOCK - FIRST_LOCAL_BLOCK is an invalid
5742 value. */
5743 const block_enum m_block_index = FIRST_LOCAL_BLOCK;
5744
5745 /* The kind of symbol we're looking for. */
5746 const domain_enum m_domain = UNDEF_DOMAIN;
5747 const search_domain m_search = ALL_DOMAIN;
5748
5749 /* The list of CUs from the index entry of the symbol, or NULL if
5750 not found. */
5751 const gdb_byte *m_addr;
5752};
5753
5754const char *
5755mapped_debug_names::namei_to_name (uint32_t namei) const
5756{
5757 const ULONGEST namei_string_offs
5758 = extract_unsigned_integer ((name_table_string_offs_reordered
5759 + namei * offset_size),
5760 offset_size,
5761 dwarf5_byte_order);
5762 return read_indirect_string_at_offset
ed2dc618 5763 (dwarf2_per_objfile, dwarf2_per_objfile->objfile->obfd, namei_string_offs);
927aa2e7
JK
5764}
5765
5766/* Find a slot in .debug_names for the object named NAME. If NAME is
5767 found, return pointer to its pool data. If NAME cannot be found,
5768 return NULL. */
5769
5770const gdb_byte *
5771dw2_debug_names_iterator::find_vec_in_debug_names
5772 (const mapped_debug_names &map, const char *name)
5773{
5774 int (*cmp) (const char *, const char *);
5775
5776 if (current_language->la_language == language_cplus
5777 || current_language->la_language == language_fortran
5778 || current_language->la_language == language_d)
5779 {
5780 /* NAME is already canonical. Drop any qualifiers as
5781 .debug_names does not contain any. */
5782
5783 if (strchr (name, '(') != NULL)
5784 {
5785 gdb::unique_xmalloc_ptr<char> without_params
5786 = cp_remove_params (name);
5787
5788 if (without_params != NULL)
5789 {
5790 name = without_params.get();
5791 }
5792 }
5793 }
5794
5795 cmp = (case_sensitivity == case_sensitive_on ? strcmp : strcasecmp);
5796
5797 const uint32_t full_hash = dwarf5_djb_hash (name);
5798 uint32_t namei
5799 = extract_unsigned_integer (reinterpret_cast<const gdb_byte *>
5800 (map.bucket_table_reordered
5801 + (full_hash % map.bucket_count)), 4,
5802 map.dwarf5_byte_order);
5803 if (namei == 0)
5804 return NULL;
5805 --namei;
5806 if (namei >= map.name_count)
5807 {
b98664d3 5808 complaint (_("Wrong .debug_names with name index %u but name_count=%u "
927aa2e7
JK
5809 "[in module %s]"),
5810 namei, map.name_count,
ed2dc618 5811 objfile_name (map.dwarf2_per_objfile->objfile));
927aa2e7
JK
5812 return NULL;
5813 }
5814
5815 for (;;)
5816 {
5817 const uint32_t namei_full_hash
5818 = extract_unsigned_integer (reinterpret_cast<const gdb_byte *>
5819 (map.hash_table_reordered + namei), 4,
5820 map.dwarf5_byte_order);
5821 if (full_hash % map.bucket_count != namei_full_hash % map.bucket_count)
5822 return NULL;
5823
5824 if (full_hash == namei_full_hash)
5825 {
5826 const char *const namei_string = map.namei_to_name (namei);
5827
5828#if 0 /* An expensive sanity check. */
5829 if (namei_full_hash != dwarf5_djb_hash (namei_string))
5830 {
b98664d3 5831 complaint (_("Wrong .debug_names hash for string at index %u "
927aa2e7
JK
5832 "[in module %s]"),
5833 namei, objfile_name (dwarf2_per_objfile->objfile));
5834 return NULL;
5835 }
5836#endif
5837
5838 if (cmp (namei_string, name) == 0)
5839 {
5840 const ULONGEST namei_entry_offs
5841 = extract_unsigned_integer ((map.name_table_entry_offs_reordered
5842 + namei * map.offset_size),
5843 map.offset_size, map.dwarf5_byte_order);
5844 return map.entry_pool + namei_entry_offs;
5845 }
5846 }
5847
5848 ++namei;
5849 if (namei >= map.name_count)
5850 return NULL;
5851 }
5852}
5853
5854const gdb_byte *
5855dw2_debug_names_iterator::find_vec_in_debug_names
5856 (const mapped_debug_names &map, uint32_t namei)
5857{
5858 if (namei >= map.name_count)
5859 {
b98664d3 5860 complaint (_("Wrong .debug_names with name index %u but name_count=%u "
927aa2e7
JK
5861 "[in module %s]"),
5862 namei, map.name_count,
ed2dc618 5863 objfile_name (map.dwarf2_per_objfile->objfile));
927aa2e7
JK
5864 return NULL;
5865 }
5866
5867 const ULONGEST namei_entry_offs
5868 = extract_unsigned_integer ((map.name_table_entry_offs_reordered
5869 + namei * map.offset_size),
5870 map.offset_size, map.dwarf5_byte_order);
5871 return map.entry_pool + namei_entry_offs;
5872}
5873
5874/* See dw2_debug_names_iterator. */
5875
5876dwarf2_per_cu_data *
5877dw2_debug_names_iterator::next ()
5878{
5879 if (m_addr == NULL)
5880 return NULL;
5881
ed2dc618
SM
5882 struct dwarf2_per_objfile *dwarf2_per_objfile = m_map.dwarf2_per_objfile;
5883 struct objfile *objfile = dwarf2_per_objfile->objfile;
5884 bfd *const abfd = objfile->obfd;
927aa2e7
JK
5885
5886 again:
5887
5888 unsigned int bytes_read;
5889 const ULONGEST abbrev = read_unsigned_leb128 (abfd, m_addr, &bytes_read);
5890 m_addr += bytes_read;
5891 if (abbrev == 0)
5892 return NULL;
5893
5894 const auto indexval_it = m_map.abbrev_map.find (abbrev);
5895 if (indexval_it == m_map.abbrev_map.cend ())
5896 {
b98664d3 5897 complaint (_("Wrong .debug_names undefined abbrev code %s "
927aa2e7 5898 "[in module %s]"),
ed2dc618 5899 pulongest (abbrev), objfile_name (objfile));
927aa2e7
JK
5900 return NULL;
5901 }
5902 const mapped_debug_names::index_val &indexval = indexval_it->second;
5903 bool have_is_static = false;
5904 bool is_static;
5905 dwarf2_per_cu_data *per_cu = NULL;
5906 for (const mapped_debug_names::index_val::attr &attr : indexval.attr_vec)
5907 {
5908 ULONGEST ull;
5909 switch (attr.form)
5910 {
5911 case DW_FORM_implicit_const:
5912 ull = attr.implicit_const;
5913 break;
5914 case DW_FORM_flag_present:
5915 ull = 1;
5916 break;
5917 case DW_FORM_udata:
5918 ull = read_unsigned_leb128 (abfd, m_addr, &bytes_read);
5919 m_addr += bytes_read;
5920 break;
5921 default:
b98664d3 5922 complaint (_("Unsupported .debug_names form %s [in module %s]"),
927aa2e7 5923 dwarf_form_name (attr.form),
ed2dc618 5924 objfile_name (objfile));
927aa2e7
JK
5925 return NULL;
5926 }
5927 switch (attr.dw_idx)
5928 {
5929 case DW_IDX_compile_unit:
5930 /* Don't crash on bad data. */
b76e467d 5931 if (ull >= dwarf2_per_objfile->all_comp_units.size ())
927aa2e7 5932 {
b98664d3 5933 complaint (_(".debug_names entry has bad CU index %s"
927aa2e7
JK
5934 " [in module %s]"),
5935 pulongest (ull),
5936 objfile_name (dwarf2_per_objfile->objfile));
5937 continue;
5938 }
ff4c9fec 5939 per_cu = dwarf2_per_objfile->get_cutu (ull);
927aa2e7 5940 break;
8af5c486
JK
5941 case DW_IDX_type_unit:
5942 /* Don't crash on bad data. */
b2bdb8cf 5943 if (ull >= dwarf2_per_objfile->all_type_units.size ())
8af5c486 5944 {
b98664d3 5945 complaint (_(".debug_names entry has bad TU index %s"
8af5c486
JK
5946 " [in module %s]"),
5947 pulongest (ull),
5948 objfile_name (dwarf2_per_objfile->objfile));
5949 continue;
5950 }
ff4c9fec 5951 per_cu = &dwarf2_per_objfile->get_tu (ull)->per_cu;
8af5c486 5952 break;
927aa2e7
JK
5953 case DW_IDX_GNU_internal:
5954 if (!m_map.augmentation_is_gdb)
5955 break;
5956 have_is_static = true;
5957 is_static = true;
5958 break;
5959 case DW_IDX_GNU_external:
5960 if (!m_map.augmentation_is_gdb)
5961 break;
5962 have_is_static = true;
5963 is_static = false;
5964 break;
5965 }
5966 }
5967
5968 /* Skip if already read in. */
5969 if (per_cu->v.quick->compunit_symtab)
5970 goto again;
5971
5972 /* Check static vs global. */
5973 if (have_is_static)
5974 {
5975 const bool want_static = m_block_index != GLOBAL_BLOCK;
5976 if (m_want_specific_block && want_static != is_static)
5977 goto again;
5978 }
5979
5980 /* Match dw2_symtab_iter_next, symbol_kind
5981 and debug_names::psymbol_tag. */
5982 switch (m_domain)
5983 {
5984 case VAR_DOMAIN:
5985 switch (indexval.dwarf_tag)
5986 {
5987 case DW_TAG_variable:
5988 case DW_TAG_subprogram:
5989 /* Some types are also in VAR_DOMAIN. */
5990 case DW_TAG_typedef:
5991 case DW_TAG_structure_type:
5992 break;
5993 default:
5994 goto again;
5995 }
5996 break;
5997 case STRUCT_DOMAIN:
5998 switch (indexval.dwarf_tag)
5999 {
6000 case DW_TAG_typedef:
6001 case DW_TAG_structure_type:
6002 break;
6003 default:
6004 goto again;
6005 }
6006 break;
6007 case LABEL_DOMAIN:
6008 switch (indexval.dwarf_tag)
6009 {
6010 case 0:
6011 case DW_TAG_variable:
6012 break;
6013 default:
6014 goto again;
6015 }
6016 break;
6017 default:
6018 break;
6019 }
6020
6021 /* Match dw2_expand_symtabs_matching, symbol_kind and
6022 debug_names::psymbol_tag. */
6023 switch (m_search)
4b514bc8 6024 {
927aa2e7
JK
6025 case VARIABLES_DOMAIN:
6026 switch (indexval.dwarf_tag)
4b514bc8 6027 {
927aa2e7
JK
6028 case DW_TAG_variable:
6029 break;
6030 default:
6031 goto again;
4b514bc8 6032 }
927aa2e7
JK
6033 break;
6034 case FUNCTIONS_DOMAIN:
6035 switch (indexval.dwarf_tag)
4b514bc8 6036 {
927aa2e7
JK
6037 case DW_TAG_subprogram:
6038 break;
6039 default:
6040 goto again;
4b514bc8 6041 }
927aa2e7
JK
6042 break;
6043 case TYPES_DOMAIN:
6044 switch (indexval.dwarf_tag)
6045 {
6046 case DW_TAG_typedef:
6047 case DW_TAG_structure_type:
6048 break;
6049 default:
6050 goto again;
6051 }
6052 break;
6053 default:
6054 break;
4b514bc8 6055 }
927aa2e7
JK
6056
6057 return per_cu;
4b514bc8 6058}
61920122 6059
927aa2e7
JK
6060static struct compunit_symtab *
6061dw2_debug_names_lookup_symbol (struct objfile *objfile, int block_index_int,
6062 const char *name, domain_enum domain)
4b514bc8 6063{
927aa2e7 6064 const block_enum block_index = static_cast<block_enum> (block_index_int);
ed2dc618
SM
6065 struct dwarf2_per_objfile *dwarf2_per_objfile
6066 = get_dwarf2_per_objfile (objfile);
61920122 6067
927aa2e7
JK
6068 const auto &mapp = dwarf2_per_objfile->debug_names_table;
6069 if (!mapp)
61920122 6070 {
927aa2e7
JK
6071 /* index is NULL if OBJF_READNOW. */
6072 return NULL;
6073 }
6074 const auto &map = *mapp;
9291a0cd 6075
927aa2e7
JK
6076 dw2_debug_names_iterator iter (map, true /* want_specific_block */,
6077 block_index, domain, name);
9703b513 6078
927aa2e7
JK
6079 struct compunit_symtab *stab_best = NULL;
6080 struct dwarf2_per_cu_data *per_cu;
6081 while ((per_cu = iter.next ()) != NULL)
6082 {
6083 struct symbol *sym, *with_opaque = NULL;
58f0c718 6084 struct compunit_symtab *stab = dw2_instantiate_symtab (per_cu, false);
927aa2e7 6085 const struct blockvector *bv = COMPUNIT_BLOCKVECTOR (stab);
582942f4 6086 const struct block *block = BLOCKVECTOR_BLOCK (bv, block_index);
9703b513 6087
927aa2e7
JK
6088 sym = block_find_symbol (block, name, domain,
6089 block_find_non_opaque_type_preferred,
6090 &with_opaque);
9703b513 6091
927aa2e7
JK
6092 /* Some caution must be observed with overloaded functions and
6093 methods, since the index will not contain any overload
6094 information (but NAME might contain it). */
a3ec0bb1 6095
927aa2e7
JK
6096 if (sym != NULL
6097 && strcmp_iw (SYMBOL_SEARCH_NAME (sym), name) == 0)
6098 return stab;
6099 if (with_opaque != NULL
6100 && strcmp_iw (SYMBOL_SEARCH_NAME (with_opaque), name) == 0)
6101 stab_best = stab;
9703b513 6102
927aa2e7 6103 /* Keep looking through other CUs. */
9703b513
TT
6104 }
6105
927aa2e7 6106 return stab_best;
9703b513
TT
6107}
6108
927aa2e7
JK
6109/* This dumps minimal information about .debug_names. It is called
6110 via "mt print objfiles". The gdb.dwarf2/gdb-index.exp testcase
6111 uses this to verify that .debug_names has been loaded. */
9291a0cd 6112
927aa2e7
JK
6113static void
6114dw2_debug_names_dump (struct objfile *objfile)
6115{
ed2dc618
SM
6116 struct dwarf2_per_objfile *dwarf2_per_objfile
6117 = get_dwarf2_per_objfile (objfile);
6118
927aa2e7
JK
6119 gdb_assert (dwarf2_per_objfile->using_index);
6120 printf_filtered (".debug_names:");
6121 if (dwarf2_per_objfile->debug_names_table)
6122 printf_filtered (" exists\n");
6123 else
6124 printf_filtered (" faked for \"readnow\"\n");
6125 printf_filtered ("\n");
9291a0cd
TT
6126}
6127
9291a0cd 6128static void
927aa2e7
JK
6129dw2_debug_names_expand_symtabs_for_function (struct objfile *objfile,
6130 const char *func_name)
9291a0cd 6131{
ed2dc618
SM
6132 struct dwarf2_per_objfile *dwarf2_per_objfile
6133 = get_dwarf2_per_objfile (objfile);
ae2de4f8 6134
927aa2e7
JK
6135 /* dwarf2_per_objfile->debug_names_table is NULL if OBJF_READNOW. */
6136 if (dwarf2_per_objfile->debug_names_table)
24c79950 6137 {
927aa2e7 6138 const mapped_debug_names &map = *dwarf2_per_objfile->debug_names_table;
24c79950 6139
927aa2e7
JK
6140 /* Note: It doesn't matter what we pass for block_index here. */
6141 dw2_debug_names_iterator iter (map, false /* want_specific_block */,
6142 GLOBAL_BLOCK, VAR_DOMAIN, func_name);
24c79950 6143
927aa2e7
JK
6144 struct dwarf2_per_cu_data *per_cu;
6145 while ((per_cu = iter.next ()) != NULL)
58f0c718 6146 dw2_instantiate_symtab (per_cu, false);
927aa2e7
JK
6147 }
6148}
24c79950 6149
927aa2e7
JK
6150static void
6151dw2_debug_names_expand_symtabs_matching
6152 (struct objfile *objfile,
6153 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
6154 const lookup_name_info &lookup_name,
6155 gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher,
6156 gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify,
6157 enum search_domain kind)
6158{
ed2dc618
SM
6159 struct dwarf2_per_objfile *dwarf2_per_objfile
6160 = get_dwarf2_per_objfile (objfile);
9291a0cd 6161
927aa2e7
JK
6162 /* debug_names_table is NULL if OBJF_READNOW. */
6163 if (!dwarf2_per_objfile->debug_names_table)
6164 return;
9291a0cd 6165
ed2dc618 6166 dw_expand_symtabs_matching_file_matcher (dwarf2_per_objfile, file_matcher);
24c79950 6167
44ed8f3e 6168 mapped_debug_names &map = *dwarf2_per_objfile->debug_names_table;
bbf2f4df 6169
44ed8f3e
PA
6170 dw2_expand_symtabs_matching_symbol (map, lookup_name,
6171 symbol_matcher,
6172 kind, [&] (offset_type namei)
927aa2e7 6173 {
927aa2e7
JK
6174 /* The name was matched, now expand corresponding CUs that were
6175 marked. */
6176 dw2_debug_names_iterator iter (map, kind, namei);
bbf2f4df 6177
927aa2e7
JK
6178 struct dwarf2_per_cu_data *per_cu;
6179 while ((per_cu = iter.next ()) != NULL)
6180 dw2_expand_symtabs_matching_one (per_cu, file_matcher,
6181 expansion_notify);
44ed8f3e 6182 });
9291a0cd
TT
6183}
6184
927aa2e7 6185const struct quick_symbol_functions dwarf2_debug_names_functions =
9291a0cd
TT
6186{
6187 dw2_has_symbols,
6188 dw2_find_last_source_symtab,
6189 dw2_forget_cached_source_info,
f8eba3c6 6190 dw2_map_symtabs_matching_filename,
927aa2e7 6191 dw2_debug_names_lookup_symbol,
9291a0cd 6192 dw2_print_stats,
927aa2e7 6193 dw2_debug_names_dump,
927aa2e7 6194 dw2_debug_names_expand_symtabs_for_function,
9291a0cd 6195 dw2_expand_all_symtabs,
652a8996 6196 dw2_expand_symtabs_with_fullname,
40658b94 6197 dw2_map_matching_symbols,
927aa2e7 6198 dw2_debug_names_expand_symtabs_matching,
43f3e411 6199 dw2_find_pc_sect_compunit_symtab,
71a3c369 6200 NULL,
9291a0cd
TT
6201 dw2_map_symbol_filenames
6202};
6203
4485a1c1
SM
6204/* Get the content of the .gdb_index section of OBJ. SECTION_OWNER should point
6205 to either a dwarf2_per_objfile or dwz_file object. */
6206
6207template <typename T>
6208static gdb::array_view<const gdb_byte>
6209get_gdb_index_contents_from_section (objfile *obj, T *section_owner)
6210{
6211 dwarf2_section_info *section = &section_owner->gdb_index;
6212
6213 if (dwarf2_section_empty_p (section))
6214 return {};
6215
6216 /* Older elfutils strip versions could keep the section in the main
6217 executable while splitting it for the separate debug info file. */
6218 if ((get_section_flags (section) & SEC_HAS_CONTENTS) == 0)
6219 return {};
6220
6221 dwarf2_read_section (obj, section);
6222
8bebfcda
PA
6223 /* dwarf2_section_info::size is a bfd_size_type, while
6224 gdb::array_view works with size_t. On 32-bit hosts, with
6225 --enable-64-bit-bfd, bfd_size_type is a 64-bit type, while size_t
6226 is 32-bit. So we need an explicit narrowing conversion here.
6227 This is fine, because it's impossible to allocate or mmap an
6228 array/buffer larger than what size_t can represent. */
6229 return gdb::make_array_view (section->buffer, section->size);
4485a1c1
SM
6230}
6231
87d6a7aa
SM
6232/* Lookup the index cache for the contents of the index associated to
6233 DWARF2_OBJ. */
6234
6235static gdb::array_view<const gdb_byte>
6236get_gdb_index_contents_from_cache (objfile *obj, dwarf2_per_objfile *dwarf2_obj)
6237{
6238 const bfd_build_id *build_id = build_id_bfd_get (obj->obfd);
6239 if (build_id == nullptr)
6240 return {};
6241
6242 return global_index_cache.lookup_gdb_index (build_id,
6243 &dwarf2_obj->index_cache_res);
6244}
6245
6246/* Same as the above, but for DWZ. */
6247
6248static gdb::array_view<const gdb_byte>
6249get_gdb_index_contents_from_cache_dwz (objfile *obj, dwz_file *dwz)
6250{
6251 const bfd_build_id *build_id = build_id_bfd_get (dwz->dwz_bfd.get ());
6252 if (build_id == nullptr)
6253 return {};
6254
6255 return global_index_cache.lookup_gdb_index (build_id, &dwz->index_cache_res);
6256}
6257
3c0aa29a 6258/* See symfile.h. */
9291a0cd 6259
3c0aa29a
PA
6260bool
6261dwarf2_initialize_objfile (struct objfile *objfile, dw_index_kind *index_kind)
9291a0cd 6262{
ed2dc618
SM
6263 struct dwarf2_per_objfile *dwarf2_per_objfile
6264 = get_dwarf2_per_objfile (objfile);
6265
9291a0cd
TT
6266 /* If we're about to read full symbols, don't bother with the
6267 indices. In this case we also don't care if some other debug
6268 format is making psymtabs, because they are all about to be
6269 expanded anyway. */
6270 if ((objfile->flags & OBJF_READNOW))
6271 {
9291a0cd 6272 dwarf2_per_objfile->using_index = 1;
ed2dc618
SM
6273 create_all_comp_units (dwarf2_per_objfile);
6274 create_all_type_units (dwarf2_per_objfile);
b76e467d
SM
6275 dwarf2_per_objfile->quick_file_names_table
6276 = create_quick_file_names_table
6277 (dwarf2_per_objfile->all_comp_units.size ());
9291a0cd 6278
b76e467d 6279 for (int i = 0; i < (dwarf2_per_objfile->all_comp_units.size ()
b2bdb8cf 6280 + dwarf2_per_objfile->all_type_units.size ()); ++i)
9291a0cd 6281 {
ff4c9fec 6282 dwarf2_per_cu_data *per_cu = dwarf2_per_objfile->get_cutu (i);
9291a0cd 6283
e254ef6a
DE
6284 per_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack,
6285 struct dwarf2_per_cu_quick_data);
9291a0cd
TT
6286 }
6287
6288 /* Return 1 so that gdb sees the "quick" functions. However,
6289 these functions will be no-ops because we will have expanded
6290 all symtabs. */
3c0aa29a
PA
6291 *index_kind = dw_index_kind::GDB_INDEX;
6292 return true;
9291a0cd
TT
6293 }
6294
ed2dc618 6295 if (dwarf2_read_debug_names (dwarf2_per_objfile))
3c0aa29a
PA
6296 {
6297 *index_kind = dw_index_kind::DEBUG_NAMES;
6298 return true;
6299 }
927aa2e7 6300
4485a1c1
SM
6301 if (dwarf2_read_gdb_index (dwarf2_per_objfile,
6302 get_gdb_index_contents_from_section<struct dwarf2_per_objfile>,
6303 get_gdb_index_contents_from_section<dwz_file>))
3c0aa29a
PA
6304 {
6305 *index_kind = dw_index_kind::GDB_INDEX;
6306 return true;
6307 }
9291a0cd 6308
87d6a7aa
SM
6309 /* ... otherwise, try to find the index in the index cache. */
6310 if (dwarf2_read_gdb_index (dwarf2_per_objfile,
6311 get_gdb_index_contents_from_cache,
6312 get_gdb_index_contents_from_cache_dwz))
6313 {
6314 global_index_cache.hit ();
6315 *index_kind = dw_index_kind::GDB_INDEX;
6316 return true;
6317 }
6318
6319 global_index_cache.miss ();
3c0aa29a 6320 return false;
9291a0cd
TT
6321}
6322
6323\f
6324
dce234bc
PP
6325/* Build a partial symbol table. */
6326
6327void
f29dff0a 6328dwarf2_build_psymtabs (struct objfile *objfile)
dce234bc 6329{
ed2dc618
SM
6330 struct dwarf2_per_objfile *dwarf2_per_objfile
6331 = get_dwarf2_per_objfile (objfile);
c9bf0622 6332
6eee24ce 6333 init_psymbol_list (objfile, 1024);
c906108c 6334
492d29ea 6335 TRY
c9bf0622
TT
6336 {
6337 /* This isn't really ideal: all the data we allocate on the
6338 objfile's obstack is still uselessly kept around. However,
6339 freeing it seems unsafe. */
906768f9 6340 psymtab_discarder psymtabs (objfile);
ed2dc618 6341 dwarf2_build_psymtabs_hard (dwarf2_per_objfile);
906768f9 6342 psymtabs.keep ();
87d6a7aa
SM
6343
6344 /* (maybe) store an index in the cache. */
6345 global_index_cache.store (dwarf2_per_objfile);
c9bf0622 6346 }
492d29ea
PA
6347 CATCH (except, RETURN_MASK_ERROR)
6348 {
6349 exception_print (gdb_stderr, except);
6350 }
6351 END_CATCH
c906108c 6352}
c906108c 6353
1ce1cefd
DE
6354/* Return the total length of the CU described by HEADER. */
6355
6356static unsigned int
6357get_cu_length (const struct comp_unit_head *header)
6358{
6359 return header->initial_length_size + header->length;
6360}
6361
9c541725 6362/* Return TRUE if SECT_OFF is within CU_HEADER. */
45452591 6363
9c541725
PA
6364static inline bool
6365offset_in_cu_p (const comp_unit_head *cu_header, sect_offset sect_off)
45452591 6366{
9c541725
PA
6367 sect_offset bottom = cu_header->sect_off;
6368 sect_offset top = cu_header->sect_off + get_cu_length (cu_header);
9a619af0 6369
9c541725 6370 return sect_off >= bottom && sect_off < top;
45452591
DE
6371}
6372
3b80fe9b
DE
6373/* Find the base address of the compilation unit for range lists and
6374 location lists. It will normally be specified by DW_AT_low_pc.
6375 In DWARF-3 draft 4, the base address could be overridden by
6376 DW_AT_entry_pc. It's been removed, but GCC still uses this for
6377 compilation units with discontinuous ranges. */
6378
6379static void
6380dwarf2_find_base_address (struct die_info *die, struct dwarf2_cu *cu)
6381{
6382 struct attribute *attr;
6383
6384 cu->base_known = 0;
6385 cu->base_address = 0;
6386
6387 attr = dwarf2_attr (die, DW_AT_entry_pc, cu);
6388 if (attr)
6389 {
31aa7e4e 6390 cu->base_address = attr_value_as_address (attr);
3b80fe9b
DE
6391 cu->base_known = 1;
6392 }
6393 else
6394 {
6395 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
6396 if (attr)
6397 {
31aa7e4e 6398 cu->base_address = attr_value_as_address (attr);
3b80fe9b
DE
6399 cu->base_known = 1;
6400 }
6401 }
6402}
6403
93311388 6404/* Read in the comp unit header information from the debug_info at info_ptr.
43988095 6405 Use rcuh_kind::COMPILE as the default type if not known by the caller.
93311388
DE
6406 NOTE: This leaves members offset, first_die_offset to be filled in
6407 by the caller. */
107d2387 6408
d521ce57 6409static const gdb_byte *
107d2387 6410read_comp_unit_head (struct comp_unit_head *cu_header,
43988095
JK
6411 const gdb_byte *info_ptr,
6412 struct dwarf2_section_info *section,
6413 rcuh_kind section_kind)
107d2387
AC
6414{
6415 int signed_addr;
891d2f0b 6416 unsigned int bytes_read;
43988095
JK
6417 const char *filename = get_section_file_name (section);
6418 bfd *abfd = get_section_bfd_owner (section);
c764a876
DE
6419
6420 cu_header->length = read_initial_length (abfd, info_ptr, &bytes_read);
6421 cu_header->initial_length_size = bytes_read;
6422 cu_header->offset_size = (bytes_read == 4) ? 4 : 8;
613e1657 6423 info_ptr += bytes_read;
107d2387 6424 cu_header->version = read_2_bytes (abfd, info_ptr);
1ea5da02
TV
6425 if (cu_header->version < 2 || cu_header->version > 5)
6426 error (_("Dwarf Error: wrong version in compilation unit header "
6427 "(is %d, should be 2, 3, 4 or 5) [in module %s]"),
6428 cu_header->version, filename);
107d2387 6429 info_ptr += 2;
43988095
JK
6430 if (cu_header->version < 5)
6431 switch (section_kind)
6432 {
6433 case rcuh_kind::COMPILE:
6434 cu_header->unit_type = DW_UT_compile;
6435 break;
6436 case rcuh_kind::TYPE:
6437 cu_header->unit_type = DW_UT_type;
6438 break;
6439 default:
6440 internal_error (__FILE__, __LINE__,
6441 _("read_comp_unit_head: invalid section_kind"));
6442 }
6443 else
6444 {
6445 cu_header->unit_type = static_cast<enum dwarf_unit_type>
6446 (read_1_byte (abfd, info_ptr));
6447 info_ptr += 1;
6448 switch (cu_header->unit_type)
6449 {
6450 case DW_UT_compile:
6451 if (section_kind != rcuh_kind::COMPILE)
6452 error (_("Dwarf Error: wrong unit_type in compilation unit header "
6453 "(is DW_UT_compile, should be DW_UT_type) [in module %s]"),
6454 filename);
6455 break;
6456 case DW_UT_type:
6457 section_kind = rcuh_kind::TYPE;
6458 break;
6459 default:
6460 error (_("Dwarf Error: wrong unit_type in compilation unit header "
6461 "(is %d, should be %d or %d) [in module %s]"),
6462 cu_header->unit_type, DW_UT_compile, DW_UT_type, filename);
6463 }
6464
6465 cu_header->addr_size = read_1_byte (abfd, info_ptr);
6466 info_ptr += 1;
6467 }
9c541725
PA
6468 cu_header->abbrev_sect_off = (sect_offset) read_offset (abfd, info_ptr,
6469 cu_header,
6470 &bytes_read);
613e1657 6471 info_ptr += bytes_read;
43988095
JK
6472 if (cu_header->version < 5)
6473 {
6474 cu_header->addr_size = read_1_byte (abfd, info_ptr);
6475 info_ptr += 1;
6476 }
107d2387
AC
6477 signed_addr = bfd_get_sign_extend_vma (abfd);
6478 if (signed_addr < 0)
8e65ff28 6479 internal_error (__FILE__, __LINE__,
e2e0b3e5 6480 _("read_comp_unit_head: dwarf from non elf file"));
107d2387 6481 cu_header->signed_addr_p = signed_addr;
c764a876 6482
43988095
JK
6483 if (section_kind == rcuh_kind::TYPE)
6484 {
6485 LONGEST type_offset;
6486
6487 cu_header->signature = read_8_bytes (abfd, info_ptr);
6488 info_ptr += 8;
6489
6490 type_offset = read_offset (abfd, info_ptr, cu_header, &bytes_read);
6491 info_ptr += bytes_read;
9c541725
PA
6492 cu_header->type_cu_offset_in_tu = (cu_offset) type_offset;
6493 if (to_underlying (cu_header->type_cu_offset_in_tu) != type_offset)
43988095
JK
6494 error (_("Dwarf Error: Too big type_offset in compilation unit "
6495 "header (is %s) [in module %s]"), plongest (type_offset),
6496 filename);
6497 }
6498
107d2387
AC
6499 return info_ptr;
6500}
6501
36586728
TT
6502/* Helper function that returns the proper abbrev section for
6503 THIS_CU. */
6504
6505static struct dwarf2_section_info *
6506get_abbrev_section_for_cu (struct dwarf2_per_cu_data *this_cu)
6507{
6508 struct dwarf2_section_info *abbrev;
ed2dc618 6509 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
36586728
TT
6510
6511 if (this_cu->is_dwz)
ed2dc618 6512 abbrev = &dwarf2_get_dwz_file (dwarf2_per_objfile)->abbrev;
36586728
TT
6513 else
6514 abbrev = &dwarf2_per_objfile->abbrev;
6515
6516 return abbrev;
6517}
6518
9ff913ba
DE
6519/* Subroutine of read_and_check_comp_unit_head and
6520 read_and_check_type_unit_head to simplify them.
6521 Perform various error checking on the header. */
6522
6523static void
ed2dc618
SM
6524error_check_comp_unit_head (struct dwarf2_per_objfile *dwarf2_per_objfile,
6525 struct comp_unit_head *header,
4bdcc0c1
DE
6526 struct dwarf2_section_info *section,
6527 struct dwarf2_section_info *abbrev_section)
9ff913ba 6528{
a32a8923 6529 const char *filename = get_section_file_name (section);
9ff913ba 6530
9c541725 6531 if (to_underlying (header->abbrev_sect_off)
36586728 6532 >= dwarf2_section_size (dwarf2_per_objfile->objfile, abbrev_section))
9d8780f0
SM
6533 error (_("Dwarf Error: bad offset (%s) in compilation unit header "
6534 "(offset %s + 6) [in module %s]"),
6535 sect_offset_str (header->abbrev_sect_off),
6536 sect_offset_str (header->sect_off),
9ff913ba
DE
6537 filename);
6538
9c541725 6539 /* Cast to ULONGEST to use 64-bit arithmetic when possible to
9ff913ba 6540 avoid potential 32-bit overflow. */
9c541725 6541 if (((ULONGEST) header->sect_off + get_cu_length (header))
9ff913ba 6542 > section->size)
9c541725 6543 error (_("Dwarf Error: bad length (0x%x) in compilation unit header "
9d8780f0
SM
6544 "(offset %s + 0) [in module %s]"),
6545 header->length, sect_offset_str (header->sect_off),
9ff913ba
DE
6546 filename);
6547}
6548
6549/* Read in a CU/TU header and perform some basic error checking.
6550 The contents of the header are stored in HEADER.
6551 The result is a pointer to the start of the first DIE. */
adabb602 6552
d521ce57 6553static const gdb_byte *
ed2dc618
SM
6554read_and_check_comp_unit_head (struct dwarf2_per_objfile *dwarf2_per_objfile,
6555 struct comp_unit_head *header,
9ff913ba 6556 struct dwarf2_section_info *section,
4bdcc0c1 6557 struct dwarf2_section_info *abbrev_section,
d521ce57 6558 const gdb_byte *info_ptr,
43988095 6559 rcuh_kind section_kind)
72bf9492 6560{
d521ce57 6561 const gdb_byte *beg_of_comp_unit = info_ptr;
72bf9492 6562
9c541725 6563 header->sect_off = (sect_offset) (beg_of_comp_unit - section->buffer);
adabb602 6564
43988095 6565 info_ptr = read_comp_unit_head (header, info_ptr, section, section_kind);
9ff913ba 6566
9c541725 6567 header->first_die_cu_offset = (cu_offset) (info_ptr - beg_of_comp_unit);
348e048f 6568
ed2dc618
SM
6569 error_check_comp_unit_head (dwarf2_per_objfile, header, section,
6570 abbrev_section);
9ff913ba
DE
6571
6572 return info_ptr;
348e048f
DE
6573}
6574
f4dc4d17
DE
6575/* Fetch the abbreviation table offset from a comp or type unit header. */
6576
6577static sect_offset
ed2dc618
SM
6578read_abbrev_offset (struct dwarf2_per_objfile *dwarf2_per_objfile,
6579 struct dwarf2_section_info *section,
9c541725 6580 sect_offset sect_off)
f4dc4d17 6581{
a32a8923 6582 bfd *abfd = get_section_bfd_owner (section);
d521ce57 6583 const gdb_byte *info_ptr;
ac298888 6584 unsigned int initial_length_size, offset_size;
43988095 6585 uint16_t version;
f4dc4d17
DE
6586
6587 dwarf2_read_section (dwarf2_per_objfile->objfile, section);
9c541725 6588 info_ptr = section->buffer + to_underlying (sect_off);
ac298888 6589 read_initial_length (abfd, info_ptr, &initial_length_size);
f4dc4d17 6590 offset_size = initial_length_size == 4 ? 4 : 8;
43988095
JK
6591 info_ptr += initial_length_size;
6592
6593 version = read_2_bytes (abfd, info_ptr);
6594 info_ptr += 2;
6595 if (version >= 5)
6596 {
6597 /* Skip unit type and address size. */
6598 info_ptr += 2;
6599 }
6600
9c541725 6601 return (sect_offset) read_offset_1 (abfd, info_ptr, offset_size);
f4dc4d17
DE
6602}
6603
aaa75496
JB
6604/* Allocate a new partial symtab for file named NAME and mark this new
6605 partial symtab as being an include of PST. */
6606
6607static void
d521ce57 6608dwarf2_create_include_psymtab (const char *name, struct partial_symtab *pst,
aaa75496
JB
6609 struct objfile *objfile)
6610{
6611 struct partial_symtab *subpst = allocate_psymtab (name, objfile);
6612
fbd9ab74
JK
6613 if (!IS_ABSOLUTE_PATH (subpst->filename))
6614 {
6615 /* It shares objfile->objfile_obstack. */
6616 subpst->dirname = pst->dirname;
6617 }
6618
a9342b62 6619 subpst->dependencies = objfile->partial_symtabs->allocate_dependencies (1);
aaa75496
JB
6620 subpst->dependencies[0] = pst;
6621 subpst->number_of_dependencies = 1;
6622
aaa75496 6623 subpst->read_symtab = pst->read_symtab;
aaa75496
JB
6624
6625 /* No private part is necessary for include psymtabs. This property
6626 can be used to differentiate between such include psymtabs and
10b3939b 6627 the regular ones. */
58a9656e 6628 subpst->read_symtab_private = NULL;
aaa75496
JB
6629}
6630
6631/* Read the Line Number Program data and extract the list of files
6632 included by the source file represented by PST. Build an include
d85a05f0 6633 partial symtab for each of these included files. */
aaa75496
JB
6634
6635static void
6636dwarf2_build_include_psymtabs (struct dwarf2_cu *cu,
dee91e82
DE
6637 struct die_info *die,
6638 struct partial_symtab *pst)
aaa75496 6639{
fff8551c 6640 line_header_up lh;
d85a05f0 6641 struct attribute *attr;
aaa75496 6642
d85a05f0
DJ
6643 attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
6644 if (attr)
9c541725 6645 lh = dwarf_decode_line_header ((sect_offset) DW_UNSND (attr), cu);
aaa75496
JB
6646 if (lh == NULL)
6647 return; /* No linetable, so no includes. */
6648
79748972
TT
6649 /* NOTE: pst->dirname is DW_AT_comp_dir (if present). Also note
6650 that we pass in the raw text_low here; that is ok because we're
6651 only decoding the line table to make include partial symtabs, and
6652 so the addresses aren't really used. */
4ae976d1 6653 dwarf_decode_lines (lh.get (), pst->dirname, cu, pst,
79748972 6654 pst->raw_text_low (), 1);
aaa75496
JB
6655}
6656
348e048f 6657static hashval_t
52dc124a 6658hash_signatured_type (const void *item)
348e048f 6659{
9a3c8263
SM
6660 const struct signatured_type *sig_type
6661 = (const struct signatured_type *) item;
9a619af0 6662
348e048f 6663 /* This drops the top 32 bits of the signature, but is ok for a hash. */
52dc124a 6664 return sig_type->signature;
348e048f
DE
6665}
6666
6667static int
52dc124a 6668eq_signatured_type (const void *item_lhs, const void *item_rhs)
348e048f 6669{
9a3c8263
SM
6670 const struct signatured_type *lhs = (const struct signatured_type *) item_lhs;
6671 const struct signatured_type *rhs = (const struct signatured_type *) item_rhs;
9a619af0 6672
348e048f
DE
6673 return lhs->signature == rhs->signature;
6674}
6675
1fd400ff
TT
6676/* Allocate a hash table for signatured types. */
6677
6678static htab_t
673bfd45 6679allocate_signatured_type_table (struct objfile *objfile)
1fd400ff
TT
6680{
6681 return htab_create_alloc_ex (41,
52dc124a
DE
6682 hash_signatured_type,
6683 eq_signatured_type,
1fd400ff
TT
6684 NULL,
6685 &objfile->objfile_obstack,
6686 hashtab_obstack_allocate,
6687 dummy_obstack_deallocate);
6688}
6689
d467dd73 6690/* A helper function to add a signatured type CU to a table. */
1fd400ff
TT
6691
6692static int
d467dd73 6693add_signatured_type_cu_to_table (void **slot, void *datum)
1fd400ff 6694{
9a3c8263 6695 struct signatured_type *sigt = (struct signatured_type *) *slot;
b2bdb8cf
SM
6696 std::vector<signatured_type *> *all_type_units
6697 = (std::vector<signatured_type *> *) datum;
1fd400ff 6698
b2bdb8cf 6699 all_type_units->push_back (sigt);
1fd400ff
TT
6700
6701 return 1;
6702}
6703
78d4d2c5 6704/* A helper for create_debug_types_hash_table. Read types from SECTION
43988095
JK
6705 and fill them into TYPES_HTAB. It will process only type units,
6706 therefore DW_UT_type. */
c88ee1f0 6707
78d4d2c5 6708static void
ed2dc618
SM
6709create_debug_type_hash_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
6710 struct dwo_file *dwo_file,
43988095
JK
6711 dwarf2_section_info *section, htab_t &types_htab,
6712 rcuh_kind section_kind)
348e048f 6713{
3019eac3 6714 struct objfile *objfile = dwarf2_per_objfile->objfile;
4bdcc0c1 6715 struct dwarf2_section_info *abbrev_section;
78d4d2c5
JK
6716 bfd *abfd;
6717 const gdb_byte *info_ptr, *end_ptr;
348e048f 6718
4bdcc0c1
DE
6719 abbrev_section = (dwo_file != NULL
6720 ? &dwo_file->sections.abbrev
6721 : &dwarf2_per_objfile->abbrev);
6722
b4f54984 6723 if (dwarf_read_debug)
43988095
JK
6724 fprintf_unfiltered (gdb_stdlog, "Reading %s for %s:\n",
6725 get_section_name (section),
a32a8923 6726 get_section_file_name (abbrev_section));
09406207 6727
78d4d2c5
JK
6728 dwarf2_read_section (objfile, section);
6729 info_ptr = section->buffer;
348e048f 6730
78d4d2c5
JK
6731 if (info_ptr == NULL)
6732 return;
348e048f 6733
78d4d2c5
JK
6734 /* We can't set abfd until now because the section may be empty or
6735 not present, in which case the bfd is unknown. */
6736 abfd = get_section_bfd_owner (section);
348e048f 6737
78d4d2c5
JK
6738 /* We don't use init_cutu_and_read_dies_simple, or some such, here
6739 because we don't need to read any dies: the signature is in the
6740 header. */
3019eac3 6741
78d4d2c5
JK
6742 end_ptr = info_ptr + section->size;
6743 while (info_ptr < end_ptr)
6744 {
78d4d2c5
JK
6745 struct signatured_type *sig_type;
6746 struct dwo_unit *dwo_tu;
6747 void **slot;
6748 const gdb_byte *ptr = info_ptr;
6749 struct comp_unit_head header;
6750 unsigned int length;
8b70b953 6751
9c541725 6752 sect_offset sect_off = (sect_offset) (ptr - section->buffer);
348e048f 6753
a49dd8dd
JK
6754 /* Initialize it due to a false compiler warning. */
6755 header.signature = -1;
9c541725 6756 header.type_cu_offset_in_tu = (cu_offset) -1;
a49dd8dd 6757
78d4d2c5
JK
6758 /* We need to read the type's signature in order to build the hash
6759 table, but we don't need anything else just yet. */
348e048f 6760
ed2dc618 6761 ptr = read_and_check_comp_unit_head (dwarf2_per_objfile, &header, section,
43988095 6762 abbrev_section, ptr, section_kind);
348e048f 6763
78d4d2c5 6764 length = get_cu_length (&header);
6caca83c 6765
78d4d2c5
JK
6766 /* Skip dummy type units. */
6767 if (ptr >= info_ptr + length
43988095
JK
6768 || peek_abbrev_code (abfd, ptr) == 0
6769 || header.unit_type != DW_UT_type)
78d4d2c5
JK
6770 {
6771 info_ptr += length;
6772 continue;
6773 }
dee91e82 6774
78d4d2c5
JK
6775 if (types_htab == NULL)
6776 {
6777 if (dwo_file)
6778 types_htab = allocate_dwo_unit_table (objfile);
6779 else
6780 types_htab = allocate_signatured_type_table (objfile);
6781 }
8b70b953 6782
78d4d2c5
JK
6783 if (dwo_file)
6784 {
6785 sig_type = NULL;
6786 dwo_tu = OBSTACK_ZALLOC (&objfile->objfile_obstack,
6787 struct dwo_unit);
6788 dwo_tu->dwo_file = dwo_file;
43988095 6789 dwo_tu->signature = header.signature;
9c541725 6790 dwo_tu->type_offset_in_tu = header.type_cu_offset_in_tu;
78d4d2c5 6791 dwo_tu->section = section;
9c541725 6792 dwo_tu->sect_off = sect_off;
78d4d2c5
JK
6793 dwo_tu->length = length;
6794 }
6795 else
6796 {
6797 /* N.B.: type_offset is not usable if this type uses a DWO file.
6798 The real type_offset is in the DWO file. */
6799 dwo_tu = NULL;
6800 sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
6801 struct signatured_type);
43988095 6802 sig_type->signature = header.signature;
9c541725 6803 sig_type->type_offset_in_tu = header.type_cu_offset_in_tu;
e3b94546 6804 sig_type->per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
78d4d2c5
JK
6805 sig_type->per_cu.is_debug_types = 1;
6806 sig_type->per_cu.section = section;
9c541725 6807 sig_type->per_cu.sect_off = sect_off;
78d4d2c5
JK
6808 sig_type->per_cu.length = length;
6809 }
6810
6811 slot = htab_find_slot (types_htab,
6812 dwo_file ? (void*) dwo_tu : (void *) sig_type,
6813 INSERT);
6814 gdb_assert (slot != NULL);
6815 if (*slot != NULL)
6816 {
9c541725 6817 sect_offset dup_sect_off;
0349ea22 6818
3019eac3
DE
6819 if (dwo_file)
6820 {
78d4d2c5
JK
6821 const struct dwo_unit *dup_tu
6822 = (const struct dwo_unit *) *slot;
6823
9c541725 6824 dup_sect_off = dup_tu->sect_off;
3019eac3
DE
6825 }
6826 else
6827 {
78d4d2c5
JK
6828 const struct signatured_type *dup_tu
6829 = (const struct signatured_type *) *slot;
6830
9c541725 6831 dup_sect_off = dup_tu->per_cu.sect_off;
3019eac3 6832 }
8b70b953 6833
b98664d3 6834 complaint (_("debug type entry at offset %s is duplicate to"
9d8780f0
SM
6835 " the entry at offset %s, signature %s"),
6836 sect_offset_str (sect_off), sect_offset_str (dup_sect_off),
43988095 6837 hex_string (header.signature));
78d4d2c5
JK
6838 }
6839 *slot = dwo_file ? (void *) dwo_tu : (void *) sig_type;
3019eac3 6840
78d4d2c5 6841 if (dwarf_read_debug > 1)
9d8780f0
SM
6842 fprintf_unfiltered (gdb_stdlog, " offset %s, signature %s\n",
6843 sect_offset_str (sect_off),
43988095 6844 hex_string (header.signature));
3019eac3 6845
78d4d2c5
JK
6846 info_ptr += length;
6847 }
6848}
3019eac3 6849
78d4d2c5
JK
6850/* Create the hash table of all entries in the .debug_types
6851 (or .debug_types.dwo) section(s).
6852 If reading a DWO file, then DWO_FILE is a pointer to the DWO file object,
6853 otherwise it is NULL.
b3c8eb43 6854
78d4d2c5 6855 The result is a pointer to the hash table or NULL if there are no types.
348e048f 6856
78d4d2c5 6857 Note: This function processes DWO files only, not DWP files. */
348e048f 6858
78d4d2c5 6859static void
ed2dc618
SM
6860create_debug_types_hash_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
6861 struct dwo_file *dwo_file,
78d4d2c5
JK
6862 VEC (dwarf2_section_info_def) *types,
6863 htab_t &types_htab)
6864{
6865 int ix;
6866 struct dwarf2_section_info *section;
6867
6868 if (VEC_empty (dwarf2_section_info_def, types))
6869 return;
348e048f 6870
78d4d2c5
JK
6871 for (ix = 0;
6872 VEC_iterate (dwarf2_section_info_def, types, ix, section);
6873 ++ix)
ed2dc618
SM
6874 create_debug_type_hash_table (dwarf2_per_objfile, dwo_file, section,
6875 types_htab, rcuh_kind::TYPE);
3019eac3
DE
6876}
6877
6878/* Create the hash table of all entries in the .debug_types section,
6879 and initialize all_type_units.
6880 The result is zero if there is an error (e.g. missing .debug_types section),
6881 otherwise non-zero. */
6882
6883static int
ed2dc618 6884create_all_type_units (struct dwarf2_per_objfile *dwarf2_per_objfile)
3019eac3 6885{
78d4d2c5 6886 htab_t types_htab = NULL;
3019eac3 6887
ed2dc618
SM
6888 create_debug_type_hash_table (dwarf2_per_objfile, NULL,
6889 &dwarf2_per_objfile->info, types_htab,
43988095 6890 rcuh_kind::COMPILE);
ed2dc618
SM
6891 create_debug_types_hash_table (dwarf2_per_objfile, NULL,
6892 dwarf2_per_objfile->types, types_htab);
3019eac3
DE
6893 if (types_htab == NULL)
6894 {
6895 dwarf2_per_objfile->signatured_types = NULL;
6896 return 0;
6897 }
6898
348e048f
DE
6899 dwarf2_per_objfile->signatured_types = types_htab;
6900
b2bdb8cf
SM
6901 gdb_assert (dwarf2_per_objfile->all_type_units.empty ());
6902 dwarf2_per_objfile->all_type_units.reserve (htab_elements (types_htab));
6903
6904 htab_traverse_noresize (types_htab, add_signatured_type_cu_to_table,
6905 &dwarf2_per_objfile->all_type_units);
1fd400ff 6906
348e048f
DE
6907 return 1;
6908}
6909
6aa5f3a6
DE
6910/* Add an entry for signature SIG to dwarf2_per_objfile->signatured_types.
6911 If SLOT is non-NULL, it is the entry to use in the hash table.
6912 Otherwise we find one. */
6913
6914static struct signatured_type *
ed2dc618
SM
6915add_type_unit (struct dwarf2_per_objfile *dwarf2_per_objfile, ULONGEST sig,
6916 void **slot)
6aa5f3a6
DE
6917{
6918 struct objfile *objfile = dwarf2_per_objfile->objfile;
6aa5f3a6 6919
b2bdb8cf
SM
6920 if (dwarf2_per_objfile->all_type_units.size ()
6921 == dwarf2_per_objfile->all_type_units.capacity ())
6922 ++dwarf2_per_objfile->tu_stats.nr_all_type_units_reallocs;
6aa5f3a6 6923
b2bdb8cf
SM
6924 signatured_type *sig_type = OBSTACK_ZALLOC (&objfile->objfile_obstack,
6925 struct signatured_type);
6926
6927 dwarf2_per_objfile->all_type_units.push_back (sig_type);
6aa5f3a6
DE
6928 sig_type->signature = sig;
6929 sig_type->per_cu.is_debug_types = 1;
6930 if (dwarf2_per_objfile->using_index)
6931 {
6932 sig_type->per_cu.v.quick =
6933 OBSTACK_ZALLOC (&objfile->objfile_obstack,
6934 struct dwarf2_per_cu_quick_data);
6935 }
6936
6937 if (slot == NULL)
6938 {
6939 slot = htab_find_slot (dwarf2_per_objfile->signatured_types,
6940 sig_type, INSERT);
6941 }
6942 gdb_assert (*slot == NULL);
6943 *slot = sig_type;
6944 /* The rest of sig_type must be filled in by the caller. */
6945 return sig_type;
6946}
6947
a2ce51a0
DE
6948/* Subroutine of lookup_dwo_signatured_type and lookup_dwp_signatured_type.
6949 Fill in SIG_ENTRY with DWO_ENTRY. */
6950
6951static void
ed2dc618 6952fill_in_sig_entry_from_dwo_entry (struct dwarf2_per_objfile *dwarf2_per_objfile,
a2ce51a0
DE
6953 struct signatured_type *sig_entry,
6954 struct dwo_unit *dwo_entry)
6955{
7ee85ab1 6956 /* Make sure we're not clobbering something we don't expect to. */
a2ce51a0
DE
6957 gdb_assert (! sig_entry->per_cu.queued);
6958 gdb_assert (sig_entry->per_cu.cu == NULL);
6aa5f3a6
DE
6959 if (dwarf2_per_objfile->using_index)
6960 {
6961 gdb_assert (sig_entry->per_cu.v.quick != NULL);
43f3e411 6962 gdb_assert (sig_entry->per_cu.v.quick->compunit_symtab == NULL);
6aa5f3a6
DE
6963 }
6964 else
6965 gdb_assert (sig_entry->per_cu.v.psymtab == NULL);
a2ce51a0 6966 gdb_assert (sig_entry->signature == dwo_entry->signature);
9c541725 6967 gdb_assert (to_underlying (sig_entry->type_offset_in_section) == 0);
a2ce51a0 6968 gdb_assert (sig_entry->type_unit_group == NULL);
7ee85ab1
DE
6969 gdb_assert (sig_entry->dwo_unit == NULL);
6970
6971 sig_entry->per_cu.section = dwo_entry->section;
9c541725 6972 sig_entry->per_cu.sect_off = dwo_entry->sect_off;
7ee85ab1
DE
6973 sig_entry->per_cu.length = dwo_entry->length;
6974 sig_entry->per_cu.reading_dwo_directly = 1;
e3b94546 6975 sig_entry->per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
a2ce51a0
DE
6976 sig_entry->type_offset_in_tu = dwo_entry->type_offset_in_tu;
6977 sig_entry->dwo_unit = dwo_entry;
6978}
6979
6980/* Subroutine of lookup_signatured_type.
7ee85ab1
DE
6981 If we haven't read the TU yet, create the signatured_type data structure
6982 for a TU to be read in directly from a DWO file, bypassing the stub.
6983 This is the "Stay in DWO Optimization": When there is no DWP file and we're
6984 using .gdb_index, then when reading a CU we want to stay in the DWO file
6985 containing that CU. Otherwise we could end up reading several other DWO
6986 files (due to comdat folding) to process the transitive closure of all the
6987 mentioned TUs, and that can be slow. The current DWO file will have every
6988 type signature that it needs.
a2ce51a0
DE
6989 We only do this for .gdb_index because in the psymtab case we already have
6990 to read all the DWOs to build the type unit groups. */
6991
6992static struct signatured_type *
6993lookup_dwo_signatured_type (struct dwarf2_cu *cu, ULONGEST sig)
6994{
518817b3
SM
6995 struct dwarf2_per_objfile *dwarf2_per_objfile
6996 = cu->per_cu->dwarf2_per_objfile;
a2ce51a0
DE
6997 struct objfile *objfile = dwarf2_per_objfile->objfile;
6998 struct dwo_file *dwo_file;
6999 struct dwo_unit find_dwo_entry, *dwo_entry;
7000 struct signatured_type find_sig_entry, *sig_entry;
6aa5f3a6 7001 void **slot;
a2ce51a0
DE
7002
7003 gdb_assert (cu->dwo_unit && dwarf2_per_objfile->using_index);
7004
6aa5f3a6
DE
7005 /* If TU skeletons have been removed then we may not have read in any
7006 TUs yet. */
7007 if (dwarf2_per_objfile->signatured_types == NULL)
7008 {
7009 dwarf2_per_objfile->signatured_types
7010 = allocate_signatured_type_table (objfile);
7011 }
a2ce51a0
DE
7012
7013 /* We only ever need to read in one copy of a signatured type.
6aa5f3a6
DE
7014 Use the global signatured_types array to do our own comdat-folding
7015 of types. If this is the first time we're reading this TU, and
7016 the TU has an entry in .gdb_index, replace the recorded data from
7017 .gdb_index with this TU. */
a2ce51a0 7018
a2ce51a0 7019 find_sig_entry.signature = sig;
6aa5f3a6
DE
7020 slot = htab_find_slot (dwarf2_per_objfile->signatured_types,
7021 &find_sig_entry, INSERT);
9a3c8263 7022 sig_entry = (struct signatured_type *) *slot;
7ee85ab1
DE
7023
7024 /* We can get here with the TU already read, *or* in the process of being
6aa5f3a6
DE
7025 read. Don't reassign the global entry to point to this DWO if that's
7026 the case. Also note that if the TU is already being read, it may not
7027 have come from a DWO, the program may be a mix of Fission-compiled
7028 code and non-Fission-compiled code. */
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 && sig_entry->per_cu.tu_read)
a2ce51a0
DE
7034 return sig_entry;
7035
6aa5f3a6
DE
7036 /* Note: cu->dwo_unit is the dwo_unit that references this TU, not the
7037 dwo_unit of the TU itself. */
7038 dwo_file = cu->dwo_unit->dwo_file;
7039
a2ce51a0
DE
7040 /* Ok, this is the first time we're reading this TU. */
7041 if (dwo_file->tus == NULL)
7042 return NULL;
7043 find_dwo_entry.signature = sig;
9a3c8263 7044 dwo_entry = (struct dwo_unit *) htab_find (dwo_file->tus, &find_dwo_entry);
a2ce51a0
DE
7045 if (dwo_entry == NULL)
7046 return NULL;
7047
6aa5f3a6
DE
7048 /* If the global table doesn't have an entry for this TU, add one. */
7049 if (sig_entry == NULL)
ed2dc618 7050 sig_entry = add_type_unit (dwarf2_per_objfile, sig, slot);
6aa5f3a6 7051
ed2dc618 7052 fill_in_sig_entry_from_dwo_entry (dwarf2_per_objfile, sig_entry, dwo_entry);
89e63ee4 7053 sig_entry->per_cu.tu_read = 1;
a2ce51a0
DE
7054 return sig_entry;
7055}
7056
a2ce51a0
DE
7057/* Subroutine of lookup_signatured_type.
7058 Look up the type for signature SIG, and if we can't find SIG in .gdb_index
6aa5f3a6
DE
7059 then try the DWP file. If the TU stub (skeleton) has been removed then
7060 it won't be in .gdb_index. */
a2ce51a0
DE
7061
7062static struct signatured_type *
7063lookup_dwp_signatured_type (struct dwarf2_cu *cu, ULONGEST sig)
7064{
518817b3
SM
7065 struct dwarf2_per_objfile *dwarf2_per_objfile
7066 = cu->per_cu->dwarf2_per_objfile;
a2ce51a0 7067 struct objfile *objfile = dwarf2_per_objfile->objfile;
ed2dc618 7068 struct dwp_file *dwp_file = get_dwp_file (dwarf2_per_objfile);
a2ce51a0
DE
7069 struct dwo_unit *dwo_entry;
7070 struct signatured_type find_sig_entry, *sig_entry;
6aa5f3a6 7071 void **slot;
a2ce51a0
DE
7072
7073 gdb_assert (cu->dwo_unit && dwarf2_per_objfile->using_index);
7074 gdb_assert (dwp_file != NULL);
7075
6aa5f3a6
DE
7076 /* If TU skeletons have been removed then we may not have read in any
7077 TUs yet. */
7078 if (dwarf2_per_objfile->signatured_types == NULL)
a2ce51a0 7079 {
6aa5f3a6
DE
7080 dwarf2_per_objfile->signatured_types
7081 = allocate_signatured_type_table (objfile);
a2ce51a0
DE
7082 }
7083
6aa5f3a6
DE
7084 find_sig_entry.signature = sig;
7085 slot = htab_find_slot (dwarf2_per_objfile->signatured_types,
7086 &find_sig_entry, INSERT);
9a3c8263 7087 sig_entry = (struct signatured_type *) *slot;
6aa5f3a6
DE
7088
7089 /* Have we already tried to read this TU?
7090 Note: sig_entry can be NULL if the skeleton TU was removed (thus it
7091 needn't exist in the global table yet). */
7092 if (sig_entry != NULL)
7093 return sig_entry;
7094
a2ce51a0
DE
7095 if (dwp_file->tus == NULL)
7096 return NULL;
ed2dc618 7097 dwo_entry = lookup_dwo_unit_in_dwp (dwarf2_per_objfile, dwp_file, NULL,
57d63ce2 7098 sig, 1 /* is_debug_types */);
a2ce51a0
DE
7099 if (dwo_entry == NULL)
7100 return NULL;
7101
ed2dc618
SM
7102 sig_entry = add_type_unit (dwarf2_per_objfile, sig, slot);
7103 fill_in_sig_entry_from_dwo_entry (dwarf2_per_objfile, sig_entry, dwo_entry);
a2ce51a0 7104
a2ce51a0
DE
7105 return sig_entry;
7106}
7107
380bca97 7108/* Lookup a signature based type for DW_FORM_ref_sig8.
5a8b3f62
DE
7109 Returns NULL if signature SIG is not present in the table.
7110 It is up to the caller to complain about this. */
348e048f
DE
7111
7112static struct signatured_type *
a2ce51a0 7113lookup_signatured_type (struct dwarf2_cu *cu, ULONGEST sig)
348e048f 7114{
518817b3
SM
7115 struct dwarf2_per_objfile *dwarf2_per_objfile
7116 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 7117
a2ce51a0
DE
7118 if (cu->dwo_unit
7119 && dwarf2_per_objfile->using_index)
7120 {
7121 /* We're in a DWO/DWP file, and we're using .gdb_index.
7122 These cases require special processing. */
ed2dc618 7123 if (get_dwp_file (dwarf2_per_objfile) == NULL)
a2ce51a0
DE
7124 return lookup_dwo_signatured_type (cu, sig);
7125 else
7126 return lookup_dwp_signatured_type (cu, sig);
7127 }
7128 else
7129 {
7130 struct signatured_type find_entry, *entry;
348e048f 7131
a2ce51a0
DE
7132 if (dwarf2_per_objfile->signatured_types == NULL)
7133 return NULL;
7134 find_entry.signature = sig;
9a3c8263
SM
7135 entry = ((struct signatured_type *)
7136 htab_find (dwarf2_per_objfile->signatured_types, &find_entry));
a2ce51a0
DE
7137 return entry;
7138 }
348e048f 7139}
42e7ad6c
DE
7140\f
7141/* Low level DIE reading support. */
348e048f 7142
d85a05f0
DJ
7143/* Initialize a die_reader_specs struct from a dwarf2_cu struct. */
7144
7145static void
7146init_cu_die_reader (struct die_reader_specs *reader,
dee91e82 7147 struct dwarf2_cu *cu,
3019eac3 7148 struct dwarf2_section_info *section,
685af9cd
TT
7149 struct dwo_file *dwo_file,
7150 struct abbrev_table *abbrev_table)
d85a05f0 7151{
fceca515 7152 gdb_assert (section->readin && section->buffer != NULL);
a32a8923 7153 reader->abfd = get_section_bfd_owner (section);
d85a05f0 7154 reader->cu = cu;
3019eac3 7155 reader->dwo_file = dwo_file;
dee91e82
DE
7156 reader->die_section = section;
7157 reader->buffer = section->buffer;
f664829e 7158 reader->buffer_end = section->buffer + section->size;
a2ce51a0 7159 reader->comp_dir = NULL;
685af9cd 7160 reader->abbrev_table = abbrev_table;
d85a05f0
DJ
7161}
7162
b0c7bfa9
DE
7163/* Subroutine of init_cutu_and_read_dies to simplify it.
7164 Read in the rest of a CU/TU top level DIE from DWO_UNIT.
7165 There's just a lot of work to do, and init_cutu_and_read_dies is big enough
7166 already.
7167
7168 STUB_COMP_UNIT_DIE is for the stub DIE, we copy over certain attributes
7169 from it to the DIE in the DWO. If NULL we are skipping the stub.
a2ce51a0
DE
7170 STUB_COMP_DIR is similar to STUB_COMP_UNIT_DIE: When reading a TU directly
7171 from the DWO file, bypassing the stub, it contains the DW_AT_comp_dir
c54a1dd8
DE
7172 attribute of the referencing CU. At most one of STUB_COMP_UNIT_DIE and
7173 STUB_COMP_DIR may be non-NULL.
b0c7bfa9
DE
7174 *RESULT_READER,*RESULT_INFO_PTR,*RESULT_COMP_UNIT_DIE,*RESULT_HAS_CHILDREN
7175 are filled in with the info of the DIE from the DWO file.
685af9cd
TT
7176 *RESULT_DWO_ABBREV_TABLE will be filled in with the abbrev table allocated
7177 from the dwo. Since *RESULT_READER references this abbrev table, it must be
7178 kept around for at least as long as *RESULT_READER.
7179
b0c7bfa9
DE
7180 The result is non-zero if a valid (non-dummy) DIE was found. */
7181
7182static int
7183read_cutu_die_from_dwo (struct dwarf2_per_cu_data *this_cu,
7184 struct dwo_unit *dwo_unit,
b0c7bfa9 7185 struct die_info *stub_comp_unit_die,
a2ce51a0 7186 const char *stub_comp_dir,
b0c7bfa9 7187 struct die_reader_specs *result_reader,
d521ce57 7188 const gdb_byte **result_info_ptr,
b0c7bfa9 7189 struct die_info **result_comp_unit_die,
685af9cd
TT
7190 int *result_has_children,
7191 abbrev_table_up *result_dwo_abbrev_table)
b0c7bfa9 7192{
ed2dc618 7193 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
b0c7bfa9
DE
7194 struct objfile *objfile = dwarf2_per_objfile->objfile;
7195 struct dwarf2_cu *cu = this_cu->cu;
b0c7bfa9 7196 bfd *abfd;
d521ce57 7197 const gdb_byte *begin_info_ptr, *info_ptr;
b0c7bfa9
DE
7198 struct attribute *comp_dir, *stmt_list, *low_pc, *high_pc, *ranges;
7199 int i,num_extra_attrs;
7200 struct dwarf2_section_info *dwo_abbrev_section;
7201 struct attribute *attr;
7202 struct die_info *comp_unit_die;
7203
b0aeadb3
DE
7204 /* At most one of these may be provided. */
7205 gdb_assert ((stub_comp_unit_die != NULL) + (stub_comp_dir != NULL) <= 1);
a2ce51a0 7206
b0c7bfa9
DE
7207 /* These attributes aren't processed until later:
7208 DW_AT_stmt_list, DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges.
0d60c288
DE
7209 DW_AT_comp_dir is used now, to find the DWO file, but it is also
7210 referenced later. However, these attributes are found in the stub
7211 which we won't have later. In order to not impose this complication
7212 on the rest of the code, we read them here and copy them to the
7213 DWO CU/TU die. */
b0c7bfa9
DE
7214
7215 stmt_list = NULL;
7216 low_pc = NULL;
7217 high_pc = NULL;
7218 ranges = NULL;
7219 comp_dir = NULL;
7220
7221 if (stub_comp_unit_die != NULL)
7222 {
7223 /* For TUs in DWO files, the DW_AT_stmt_list attribute lives in the
7224 DWO file. */
7225 if (! this_cu->is_debug_types)
7226 stmt_list = dwarf2_attr (stub_comp_unit_die, DW_AT_stmt_list, cu);
7227 low_pc = dwarf2_attr (stub_comp_unit_die, DW_AT_low_pc, cu);
7228 high_pc = dwarf2_attr (stub_comp_unit_die, DW_AT_high_pc, cu);
7229 ranges = dwarf2_attr (stub_comp_unit_die, DW_AT_ranges, cu);
7230 comp_dir = dwarf2_attr (stub_comp_unit_die, DW_AT_comp_dir, cu);
7231
7232 /* There should be a DW_AT_addr_base attribute here (if needed).
7233 We need the value before we can process DW_FORM_GNU_addr_index. */
7234 cu->addr_base = 0;
7235 attr = dwarf2_attr (stub_comp_unit_die, DW_AT_GNU_addr_base, cu);
7236 if (attr)
7237 cu->addr_base = DW_UNSND (attr);
7238
7239 /* There should be a DW_AT_ranges_base attribute here (if needed).
7240 We need the value before we can process DW_AT_ranges. */
7241 cu->ranges_base = 0;
7242 attr = dwarf2_attr (stub_comp_unit_die, DW_AT_GNU_ranges_base, cu);
7243 if (attr)
7244 cu->ranges_base = DW_UNSND (attr);
7245 }
a2ce51a0
DE
7246 else if (stub_comp_dir != NULL)
7247 {
7248 /* Reconstruct the comp_dir attribute to simplify the code below. */
8d749320 7249 comp_dir = XOBNEW (&cu->comp_unit_obstack, struct attribute);
a2ce51a0
DE
7250 comp_dir->name = DW_AT_comp_dir;
7251 comp_dir->form = DW_FORM_string;
7252 DW_STRING_IS_CANONICAL (comp_dir) = 0;
7253 DW_STRING (comp_dir) = stub_comp_dir;
7254 }
b0c7bfa9
DE
7255
7256 /* Set up for reading the DWO CU/TU. */
7257 cu->dwo_unit = dwo_unit;
685af9cd 7258 dwarf2_section_info *section = dwo_unit->section;
b0c7bfa9 7259 dwarf2_read_section (objfile, section);
a32a8923 7260 abfd = get_section_bfd_owner (section);
9c541725
PA
7261 begin_info_ptr = info_ptr = (section->buffer
7262 + to_underlying (dwo_unit->sect_off));
b0c7bfa9 7263 dwo_abbrev_section = &dwo_unit->dwo_file->sections.abbrev;
b0c7bfa9
DE
7264
7265 if (this_cu->is_debug_types)
7266 {
b0c7bfa9
DE
7267 struct signatured_type *sig_type = (struct signatured_type *) this_cu;
7268
ed2dc618
SM
7269 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7270 &cu->header, section,
b0c7bfa9 7271 dwo_abbrev_section,
43988095 7272 info_ptr, rcuh_kind::TYPE);
a2ce51a0 7273 /* This is not an assert because it can be caused by bad debug info. */
43988095 7274 if (sig_type->signature != cu->header.signature)
a2ce51a0
DE
7275 {
7276 error (_("Dwarf Error: signature mismatch %s vs %s while reading"
9d8780f0 7277 " TU at offset %s [in module %s]"),
a2ce51a0 7278 hex_string (sig_type->signature),
43988095 7279 hex_string (cu->header.signature),
9d8780f0 7280 sect_offset_str (dwo_unit->sect_off),
a2ce51a0
DE
7281 bfd_get_filename (abfd));
7282 }
9c541725 7283 gdb_assert (dwo_unit->sect_off == cu->header.sect_off);
b0c7bfa9
DE
7284 /* For DWOs coming from DWP files, we don't know the CU length
7285 nor the type's offset in the TU until now. */
7286 dwo_unit->length = get_cu_length (&cu->header);
9c541725 7287 dwo_unit->type_offset_in_tu = cu->header.type_cu_offset_in_tu;
b0c7bfa9
DE
7288
7289 /* Establish the type offset that can be used to lookup the type.
7290 For DWO files, we don't know it until now. */
9c541725
PA
7291 sig_type->type_offset_in_section
7292 = dwo_unit->sect_off + to_underlying (dwo_unit->type_offset_in_tu);
b0c7bfa9
DE
7293 }
7294 else
7295 {
ed2dc618
SM
7296 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7297 &cu->header, section,
b0c7bfa9 7298 dwo_abbrev_section,
43988095 7299 info_ptr, rcuh_kind::COMPILE);
9c541725 7300 gdb_assert (dwo_unit->sect_off == cu->header.sect_off);
b0c7bfa9
DE
7301 /* For DWOs coming from DWP files, we don't know the CU length
7302 until now. */
7303 dwo_unit->length = get_cu_length (&cu->header);
7304 }
7305
685af9cd
TT
7306 *result_dwo_abbrev_table
7307 = abbrev_table_read_table (dwarf2_per_objfile, dwo_abbrev_section,
7308 cu->header.abbrev_sect_off);
7309 init_cu_die_reader (result_reader, cu, section, dwo_unit->dwo_file,
7310 result_dwo_abbrev_table->get ());
b0c7bfa9
DE
7311
7312 /* Read in the die, but leave space to copy over the attributes
7313 from the stub. This has the benefit of simplifying the rest of
7314 the code - all the work to maintain the illusion of a single
7315 DW_TAG_{compile,type}_unit DIE is done here. */
7316 num_extra_attrs = ((stmt_list != NULL)
7317 + (low_pc != NULL)
7318 + (high_pc != NULL)
7319 + (ranges != NULL)
7320 + (comp_dir != NULL));
7321 info_ptr = read_full_die_1 (result_reader, result_comp_unit_die, info_ptr,
7322 result_has_children, num_extra_attrs);
7323
7324 /* Copy over the attributes from the stub to the DIE we just read in. */
7325 comp_unit_die = *result_comp_unit_die;
7326 i = comp_unit_die->num_attrs;
7327 if (stmt_list != NULL)
7328 comp_unit_die->attrs[i++] = *stmt_list;
7329 if (low_pc != NULL)
7330 comp_unit_die->attrs[i++] = *low_pc;
7331 if (high_pc != NULL)
7332 comp_unit_die->attrs[i++] = *high_pc;
7333 if (ranges != NULL)
7334 comp_unit_die->attrs[i++] = *ranges;
7335 if (comp_dir != NULL)
7336 comp_unit_die->attrs[i++] = *comp_dir;
7337 comp_unit_die->num_attrs += num_extra_attrs;
7338
b4f54984 7339 if (dwarf_die_debug)
bf6af496
DE
7340 {
7341 fprintf_unfiltered (gdb_stdlog,
7342 "Read die from %s@0x%x of %s:\n",
a32a8923 7343 get_section_name (section),
bf6af496
DE
7344 (unsigned) (begin_info_ptr - section->buffer),
7345 bfd_get_filename (abfd));
b4f54984 7346 dump_die (comp_unit_die, dwarf_die_debug);
bf6af496
DE
7347 }
7348
a2ce51a0
DE
7349 /* Save the comp_dir attribute. If there is no DWP file then we'll read
7350 TUs by skipping the stub and going directly to the entry in the DWO file.
7351 However, skipping the stub means we won't get DW_AT_comp_dir, so we have
7352 to get it via circuitous means. Blech. */
7353 if (comp_dir != NULL)
7354 result_reader->comp_dir = DW_STRING (comp_dir);
7355
b0c7bfa9
DE
7356 /* Skip dummy compilation units. */
7357 if (info_ptr >= begin_info_ptr + dwo_unit->length
7358 || peek_abbrev_code (abfd, info_ptr) == 0)
7359 return 0;
7360
7361 *result_info_ptr = info_ptr;
7362 return 1;
7363}
7364
7365/* Subroutine of init_cutu_and_read_dies to simplify it.
7366 Look up the DWO unit specified by COMP_UNIT_DIE of THIS_CU.
6a506a2d 7367 Returns NULL if the specified DWO unit cannot be found. */
b0c7bfa9
DE
7368
7369static struct dwo_unit *
7370lookup_dwo_unit (struct dwarf2_per_cu_data *this_cu,
7371 struct die_info *comp_unit_die)
7372{
7373 struct dwarf2_cu *cu = this_cu->cu;
b0c7bfa9
DE
7374 ULONGEST signature;
7375 struct dwo_unit *dwo_unit;
7376 const char *comp_dir, *dwo_name;
7377
a2ce51a0
DE
7378 gdb_assert (cu != NULL);
7379
b0c7bfa9 7380 /* Yeah, we look dwo_name up again, but it simplifies the code. */
7d45c7c3
KB
7381 dwo_name = dwarf2_string_attr (comp_unit_die, DW_AT_GNU_dwo_name, cu);
7382 comp_dir = dwarf2_string_attr (comp_unit_die, DW_AT_comp_dir, cu);
b0c7bfa9
DE
7383
7384 if (this_cu->is_debug_types)
7385 {
7386 struct signatured_type *sig_type;
7387
7388 /* Since this_cu is the first member of struct signatured_type,
7389 we can go from a pointer to one to a pointer to the other. */
7390 sig_type = (struct signatured_type *) this_cu;
7391 signature = sig_type->signature;
7392 dwo_unit = lookup_dwo_type_unit (sig_type, dwo_name, comp_dir);
7393 }
7394 else
7395 {
7396 struct attribute *attr;
7397
7398 attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_id, cu);
7399 if (! attr)
7400 error (_("Dwarf Error: missing dwo_id for dwo_name %s"
7401 " [in module %s]"),
e3b94546 7402 dwo_name, objfile_name (this_cu->dwarf2_per_objfile->objfile));
b0c7bfa9
DE
7403 signature = DW_UNSND (attr);
7404 dwo_unit = lookup_dwo_comp_unit (this_cu, dwo_name, comp_dir,
7405 signature);
7406 }
7407
b0c7bfa9
DE
7408 return dwo_unit;
7409}
7410
a2ce51a0 7411/* Subroutine of init_cutu_and_read_dies to simplify it.
6aa5f3a6 7412 See it for a description of the parameters.
fcd3b13d 7413 Read a TU directly from a DWO file, bypassing the stub. */
a2ce51a0
DE
7414
7415static void
6aa5f3a6
DE
7416init_tu_and_read_dwo_dies (struct dwarf2_per_cu_data *this_cu,
7417 int use_existing_cu, int keep,
a2ce51a0
DE
7418 die_reader_func_ftype *die_reader_func,
7419 void *data)
7420{
fcd3b13d 7421 std::unique_ptr<dwarf2_cu> new_cu;
a2ce51a0 7422 struct signatured_type *sig_type;
a2ce51a0
DE
7423 struct die_reader_specs reader;
7424 const gdb_byte *info_ptr;
7425 struct die_info *comp_unit_die;
7426 int has_children;
ed2dc618 7427 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
a2ce51a0
DE
7428
7429 /* Verify we can do the following downcast, and that we have the
7430 data we need. */
7431 gdb_assert (this_cu->is_debug_types && this_cu->reading_dwo_directly);
7432 sig_type = (struct signatured_type *) this_cu;
7433 gdb_assert (sig_type->dwo_unit != NULL);
7434
6aa5f3a6
DE
7435 if (use_existing_cu && this_cu->cu != NULL)
7436 {
7437 gdb_assert (this_cu->cu->dwo_unit == sig_type->dwo_unit);
6aa5f3a6
DE
7438 /* There's no need to do the rereading_dwo_cu handling that
7439 init_cutu_and_read_dies does since we don't read the stub. */
7440 }
7441 else
7442 {
7443 /* If !use_existing_cu, this_cu->cu must be NULL. */
7444 gdb_assert (this_cu->cu == NULL);
fcd3b13d 7445 new_cu.reset (new dwarf2_cu (this_cu));
6aa5f3a6
DE
7446 }
7447
7448 /* A future optimization, if needed, would be to use an existing
7449 abbrev table. When reading DWOs with skeletonless TUs, all the TUs
7450 could share abbrev tables. */
a2ce51a0 7451
685af9cd
TT
7452 /* The abbreviation table used by READER, this must live at least as long as
7453 READER. */
7454 abbrev_table_up dwo_abbrev_table;
7455
a2ce51a0 7456 if (read_cutu_die_from_dwo (this_cu, sig_type->dwo_unit,
a2ce51a0
DE
7457 NULL /* stub_comp_unit_die */,
7458 sig_type->dwo_unit->dwo_file->comp_dir,
7459 &reader, &info_ptr,
685af9cd
TT
7460 &comp_unit_die, &has_children,
7461 &dwo_abbrev_table) == 0)
a2ce51a0
DE
7462 {
7463 /* Dummy die. */
a2ce51a0
DE
7464 return;
7465 }
7466
7467 /* All the "real" work is done here. */
7468 die_reader_func (&reader, info_ptr, comp_unit_die, has_children, data);
7469
6aa5f3a6 7470 /* This duplicates the code in init_cutu_and_read_dies,
a2ce51a0
DE
7471 but the alternative is making the latter more complex.
7472 This function is only for the special case of using DWO files directly:
7473 no point in overly complicating the general case just to handle this. */
fcd3b13d 7474 if (new_cu != NULL && keep)
a2ce51a0 7475 {
fcd3b13d
SM
7476 /* Link this CU into read_in_chain. */
7477 this_cu->cu->read_in_chain = dwarf2_per_objfile->read_in_chain;
7478 dwarf2_per_objfile->read_in_chain = this_cu;
7479 /* The chain owns it now. */
7480 new_cu.release ();
a2ce51a0 7481 }
a2ce51a0
DE
7482}
7483
fd820528 7484/* Initialize a CU (or TU) and read its DIEs.
3019eac3 7485 If the CU defers to a DWO file, read the DWO file as well.
dee91e82 7486
f4dc4d17
DE
7487 ABBREV_TABLE, if non-NULL, is the abbreviation table to use.
7488 Otherwise the table specified in the comp unit header is read in and used.
7489 This is an optimization for when we already have the abbrev table.
7490
dee91e82
DE
7491 If USE_EXISTING_CU is non-zero, and THIS_CU->cu is non-NULL, then use it.
7492 Otherwise, a new CU is allocated with xmalloc.
7493
7494 If KEEP is non-zero, then if we allocated a dwarf2_cu we add it to
7495 read_in_chain. Otherwise the dwarf2_cu data is freed at the end.
7496
7497 WARNING: If THIS_CU is a "dummy CU" (used as filler by the incremental
fd820528 7498 linker) then DIE_READER_FUNC will not get called. */
aaa75496 7499
70221824 7500static void
fd820528 7501init_cutu_and_read_dies (struct dwarf2_per_cu_data *this_cu,
f4dc4d17 7502 struct abbrev_table *abbrev_table,
fd820528 7503 int use_existing_cu, int keep,
58f0c718 7504 bool skip_partial,
fd820528
DE
7505 die_reader_func_ftype *die_reader_func,
7506 void *data)
c906108c 7507{
ed2dc618 7508 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
dee91e82 7509 struct objfile *objfile = dwarf2_per_objfile->objfile;
8a0459fd 7510 struct dwarf2_section_info *section = this_cu->section;
a32a8923 7511 bfd *abfd = get_section_bfd_owner (section);
dee91e82 7512 struct dwarf2_cu *cu;
d521ce57 7513 const gdb_byte *begin_info_ptr, *info_ptr;
dee91e82 7514 struct die_reader_specs reader;
d85a05f0 7515 struct die_info *comp_unit_die;
dee91e82 7516 int has_children;
d85a05f0 7517 struct attribute *attr;
dee91e82 7518 struct signatured_type *sig_type = NULL;
4bdcc0c1 7519 struct dwarf2_section_info *abbrev_section;
42e7ad6c
DE
7520 /* Non-zero if CU currently points to a DWO file and we need to
7521 reread it. When this happens we need to reread the skeleton die
a2ce51a0 7522 before we can reread the DWO file (this only applies to CUs, not TUs). */
42e7ad6c 7523 int rereading_dwo_cu = 0;
c906108c 7524
b4f54984 7525 if (dwarf_die_debug)
9d8780f0 7526 fprintf_unfiltered (gdb_stdlog, "Reading %s unit at offset %s\n",
09406207 7527 this_cu->is_debug_types ? "type" : "comp",
9d8780f0 7528 sect_offset_str (this_cu->sect_off));
09406207 7529
dee91e82
DE
7530 if (use_existing_cu)
7531 gdb_assert (keep);
23745b47 7532
a2ce51a0
DE
7533 /* If we're reading a TU directly from a DWO file, including a virtual DWO
7534 file (instead of going through the stub), short-circuit all of this. */
7535 if (this_cu->reading_dwo_directly)
7536 {
7537 /* Narrow down the scope of possibilities to have to understand. */
7538 gdb_assert (this_cu->is_debug_types);
7539 gdb_assert (abbrev_table == NULL);
6aa5f3a6
DE
7540 init_tu_and_read_dwo_dies (this_cu, use_existing_cu, keep,
7541 die_reader_func, data);
a2ce51a0
DE
7542 return;
7543 }
7544
dee91e82
DE
7545 /* This is cheap if the section is already read in. */
7546 dwarf2_read_section (objfile, section);
7547
9c541725 7548 begin_info_ptr = info_ptr = section->buffer + to_underlying (this_cu->sect_off);
36586728
TT
7549
7550 abbrev_section = get_abbrev_section_for_cu (this_cu);
dee91e82 7551
fcd3b13d 7552 std::unique_ptr<dwarf2_cu> new_cu;
dee91e82
DE
7553 if (use_existing_cu && this_cu->cu != NULL)
7554 {
7555 cu = this_cu->cu;
42e7ad6c
DE
7556 /* If this CU is from a DWO file we need to start over, we need to
7557 refetch the attributes from the skeleton CU.
7558 This could be optimized by retrieving those attributes from when we
7559 were here the first time: the previous comp_unit_die was stored in
7560 comp_unit_obstack. But there's no data yet that we need this
7561 optimization. */
7562 if (cu->dwo_unit != NULL)
7563 rereading_dwo_cu = 1;
dee91e82
DE
7564 }
7565 else
7566 {
7567 /* If !use_existing_cu, this_cu->cu must be NULL. */
7568 gdb_assert (this_cu->cu == NULL);
fcd3b13d
SM
7569 new_cu.reset (new dwarf2_cu (this_cu));
7570 cu = new_cu.get ();
42e7ad6c 7571 }
dee91e82 7572
b0c7bfa9 7573 /* Get the header. */
9c541725 7574 if (to_underlying (cu->header.first_die_cu_offset) != 0 && !rereading_dwo_cu)
42e7ad6c
DE
7575 {
7576 /* We already have the header, there's no need to read it in again. */
9c541725 7577 info_ptr += to_underlying (cu->header.first_die_cu_offset);
42e7ad6c
DE
7578 }
7579 else
7580 {
3019eac3 7581 if (this_cu->is_debug_types)
dee91e82 7582 {
ed2dc618
SM
7583 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7584 &cu->header, section,
4bdcc0c1 7585 abbrev_section, info_ptr,
43988095 7586 rcuh_kind::TYPE);
dee91e82 7587
42e7ad6c
DE
7588 /* Since per_cu is the first member of struct signatured_type,
7589 we can go from a pointer to one to a pointer to the other. */
7590 sig_type = (struct signatured_type *) this_cu;
43988095 7591 gdb_assert (sig_type->signature == cu->header.signature);
9c541725
PA
7592 gdb_assert (sig_type->type_offset_in_tu
7593 == cu->header.type_cu_offset_in_tu);
7594 gdb_assert (this_cu->sect_off == cu->header.sect_off);
dee91e82 7595
42e7ad6c
DE
7596 /* LENGTH has not been set yet for type units if we're
7597 using .gdb_index. */
1ce1cefd 7598 this_cu->length = get_cu_length (&cu->header);
3019eac3
DE
7599
7600 /* Establish the type offset that can be used to lookup the type. */
9c541725
PA
7601 sig_type->type_offset_in_section =
7602 this_cu->sect_off + to_underlying (sig_type->type_offset_in_tu);
43988095
JK
7603
7604 this_cu->dwarf_version = cu->header.version;
dee91e82
DE
7605 }
7606 else
7607 {
ed2dc618
SM
7608 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7609 &cu->header, section,
4bdcc0c1 7610 abbrev_section,
43988095
JK
7611 info_ptr,
7612 rcuh_kind::COMPILE);
dee91e82 7613
9c541725 7614 gdb_assert (this_cu->sect_off == cu->header.sect_off);
1ce1cefd 7615 gdb_assert (this_cu->length == get_cu_length (&cu->header));
43988095 7616 this_cu->dwarf_version = cu->header.version;
dee91e82
DE
7617 }
7618 }
10b3939b 7619
6caca83c 7620 /* Skip dummy compilation units. */
dee91e82 7621 if (info_ptr >= begin_info_ptr + this_cu->length
6caca83c 7622 || peek_abbrev_code (abfd, info_ptr) == 0)
fcd3b13d 7623 return;
6caca83c 7624
433df2d4
DE
7625 /* If we don't have them yet, read the abbrevs for this compilation unit.
7626 And if we need to read them now, make sure they're freed when we're
685af9cd
TT
7627 done (own the table through ABBREV_TABLE_HOLDER). */
7628 abbrev_table_up abbrev_table_holder;
f4dc4d17 7629 if (abbrev_table != NULL)
685af9cd
TT
7630 gdb_assert (cu->header.abbrev_sect_off == abbrev_table->sect_off);
7631 else
f4dc4d17 7632 {
685af9cd
TT
7633 abbrev_table_holder
7634 = abbrev_table_read_table (dwarf2_per_objfile, abbrev_section,
7635 cu->header.abbrev_sect_off);
7636 abbrev_table = abbrev_table_holder.get ();
42e7ad6c 7637 }
af703f96 7638
dee91e82 7639 /* Read the top level CU/TU die. */
685af9cd 7640 init_cu_die_reader (&reader, cu, section, NULL, abbrev_table);
dee91e82 7641 info_ptr = read_full_die (&reader, &comp_unit_die, info_ptr, &has_children);
93311388 7642
58f0c718
TT
7643 if (skip_partial && comp_unit_die->tag == DW_TAG_partial_unit)
7644 return;
7645
b0c7bfa9 7646 /* If we are in a DWO stub, process it and then read in the "real" CU/TU
685af9cd
TT
7647 from the DWO file. read_cutu_die_from_dwo will allocate the abbreviation
7648 table from the DWO file and pass the ownership over to us. It will be
7649 referenced from READER, so we must make sure to free it after we're done
7650 with READER.
7651
b0c7bfa9
DE
7652 Note that if USE_EXISTING_OK != 0, and THIS_CU->cu already contains a
7653 DWO CU, that this test will fail (the attribute will not be present). */
3019eac3 7654 attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_name, cu);
685af9cd 7655 abbrev_table_up dwo_abbrev_table;
3019eac3
DE
7656 if (attr)
7657 {
3019eac3 7658 struct dwo_unit *dwo_unit;
b0c7bfa9 7659 struct die_info *dwo_comp_unit_die;
3019eac3
DE
7660
7661 if (has_children)
6a506a2d 7662 {
b98664d3 7663 complaint (_("compilation unit with DW_AT_GNU_dwo_name"
9d8780f0
SM
7664 " has children (offset %s) [in module %s]"),
7665 sect_offset_str (this_cu->sect_off),
7666 bfd_get_filename (abfd));
6a506a2d 7667 }
b0c7bfa9 7668 dwo_unit = lookup_dwo_unit (this_cu, comp_unit_die);
6a506a2d 7669 if (dwo_unit != NULL)
3019eac3 7670 {
6a506a2d 7671 if (read_cutu_die_from_dwo (this_cu, dwo_unit,
a2ce51a0 7672 comp_unit_die, NULL,
6a506a2d 7673 &reader, &info_ptr,
685af9cd
TT
7674 &dwo_comp_unit_die, &has_children,
7675 &dwo_abbrev_table) == 0)
6a506a2d
DE
7676 {
7677 /* Dummy die. */
6a506a2d
DE
7678 return;
7679 }
7680 comp_unit_die = dwo_comp_unit_die;
7681 }
7682 else
7683 {
7684 /* Yikes, we couldn't find the rest of the DIE, we only have
7685 the stub. A complaint has already been logged. There's
7686 not much more we can do except pass on the stub DIE to
7687 die_reader_func. We don't want to throw an error on bad
7688 debug info. */
3019eac3
DE
7689 }
7690 }
7691
b0c7bfa9 7692 /* All of the above is setup for this call. Yikes. */
dee91e82
DE
7693 die_reader_func (&reader, info_ptr, comp_unit_die, has_children, data);
7694
b0c7bfa9 7695 /* Done, clean up. */
fcd3b13d 7696 if (new_cu != NULL && keep)
348e048f 7697 {
fcd3b13d
SM
7698 /* Link this CU into read_in_chain. */
7699 this_cu->cu->read_in_chain = dwarf2_per_objfile->read_in_chain;
7700 dwarf2_per_objfile->read_in_chain = this_cu;
7701 /* The chain owns it now. */
7702 new_cu.release ();
348e048f 7703 }
dee91e82
DE
7704}
7705
33e80786
DE
7706/* Read CU/TU THIS_CU but do not follow DW_AT_GNU_dwo_name if present.
7707 DWO_FILE, if non-NULL, is the DWO file to read (the caller is assumed
7708 to have already done the lookup to find the DWO file).
dee91e82
DE
7709
7710 The caller is required to fill in THIS_CU->section, THIS_CU->offset, and
3019eac3 7711 THIS_CU->is_debug_types, but nothing else.
dee91e82
DE
7712
7713 We fill in THIS_CU->length.
7714
7715 WARNING: If THIS_CU is a "dummy CU" (used as filler by the incremental
7716 linker) then DIE_READER_FUNC will not get called.
7717
7718 THIS_CU->cu is always freed when done.
3019eac3
DE
7719 This is done in order to not leave THIS_CU->cu in a state where we have
7720 to care whether it refers to the "main" CU or the DWO CU. */
dee91e82
DE
7721
7722static void
7723init_cutu_and_read_dies_no_follow (struct dwarf2_per_cu_data *this_cu,
3019eac3 7724 struct dwo_file *dwo_file,
dee91e82
DE
7725 die_reader_func_ftype *die_reader_func,
7726 void *data)
7727{
ed2dc618 7728 struct dwarf2_per_objfile *dwarf2_per_objfile = this_cu->dwarf2_per_objfile;
dee91e82 7729 struct objfile *objfile = dwarf2_per_objfile->objfile;
8a0459fd 7730 struct dwarf2_section_info *section = this_cu->section;
a32a8923 7731 bfd *abfd = get_section_bfd_owner (section);
33e80786 7732 struct dwarf2_section_info *abbrev_section;
d521ce57 7733 const gdb_byte *begin_info_ptr, *info_ptr;
dee91e82 7734 struct die_reader_specs reader;
dee91e82
DE
7735 struct die_info *comp_unit_die;
7736 int has_children;
7737
b4f54984 7738 if (dwarf_die_debug)
9d8780f0 7739 fprintf_unfiltered (gdb_stdlog, "Reading %s unit at offset %s\n",
09406207 7740 this_cu->is_debug_types ? "type" : "comp",
9d8780f0 7741 sect_offset_str (this_cu->sect_off));
09406207 7742
dee91e82
DE
7743 gdb_assert (this_cu->cu == NULL);
7744
33e80786
DE
7745 abbrev_section = (dwo_file != NULL
7746 ? &dwo_file->sections.abbrev
7747 : get_abbrev_section_for_cu (this_cu));
7748
dee91e82
DE
7749 /* This is cheap if the section is already read in. */
7750 dwarf2_read_section (objfile, section);
7751
fcd3b13d 7752 struct dwarf2_cu cu (this_cu);
dee91e82 7753
9c541725 7754 begin_info_ptr = info_ptr = section->buffer + to_underlying (this_cu->sect_off);
ed2dc618
SM
7755 info_ptr = read_and_check_comp_unit_head (dwarf2_per_objfile,
7756 &cu.header, section,
4bdcc0c1 7757 abbrev_section, info_ptr,
43988095
JK
7758 (this_cu->is_debug_types
7759 ? rcuh_kind::TYPE
7760 : rcuh_kind::COMPILE));
dee91e82 7761
1ce1cefd 7762 this_cu->length = get_cu_length (&cu.header);
dee91e82
DE
7763
7764 /* Skip dummy compilation units. */
7765 if (info_ptr >= begin_info_ptr + this_cu->length
7766 || peek_abbrev_code (abfd, info_ptr) == 0)
fcd3b13d 7767 return;
72bf9492 7768
685af9cd
TT
7769 abbrev_table_up abbrev_table
7770 = abbrev_table_read_table (dwarf2_per_objfile, abbrev_section,
7771 cu.header.abbrev_sect_off);
dee91e82 7772
685af9cd 7773 init_cu_die_reader (&reader, &cu, section, dwo_file, abbrev_table.get ());
dee91e82
DE
7774 info_ptr = read_full_die (&reader, &comp_unit_die, info_ptr, &has_children);
7775
7776 die_reader_func (&reader, info_ptr, comp_unit_die, has_children, data);
dee91e82
DE
7777}
7778
3019eac3
DE
7779/* Read a CU/TU, except that this does not look for DW_AT_GNU_dwo_name and
7780 does not lookup the specified DWO file.
7781 This cannot be used to read DWO files.
dee91e82
DE
7782
7783 THIS_CU->cu is always freed when done.
3019eac3
DE
7784 This is done in order to not leave THIS_CU->cu in a state where we have
7785 to care whether it refers to the "main" CU or the DWO CU.
7786 We can revisit this if the data shows there's a performance issue. */
dee91e82
DE
7787
7788static void
7789init_cutu_and_read_dies_simple (struct dwarf2_per_cu_data *this_cu,
7790 die_reader_func_ftype *die_reader_func,
7791 void *data)
7792{
33e80786 7793 init_cutu_and_read_dies_no_follow (this_cu, NULL, die_reader_func, data);
dee91e82 7794}
0018ea6f
DE
7795\f
7796/* Type Unit Groups.
dee91e82 7797
0018ea6f
DE
7798 Type Unit Groups are a way to collapse the set of all TUs (type units) into
7799 a more manageable set. The grouping is done by DW_AT_stmt_list entry
7800 so that all types coming from the same compilation (.o file) are grouped
7801 together. A future step could be to put the types in the same symtab as
7802 the CU the types ultimately came from. */
ff013f42 7803
f4dc4d17
DE
7804static hashval_t
7805hash_type_unit_group (const void *item)
7806{
9a3c8263
SM
7807 const struct type_unit_group *tu_group
7808 = (const struct type_unit_group *) item;
f4dc4d17 7809
094b34ac 7810 return hash_stmt_list_entry (&tu_group->hash);
f4dc4d17 7811}
348e048f
DE
7812
7813static int
f4dc4d17 7814eq_type_unit_group (const void *item_lhs, const void *item_rhs)
348e048f 7815{
9a3c8263
SM
7816 const struct type_unit_group *lhs = (const struct type_unit_group *) item_lhs;
7817 const struct type_unit_group *rhs = (const struct type_unit_group *) item_rhs;
348e048f 7818
094b34ac 7819 return eq_stmt_list_entry (&lhs->hash, &rhs->hash);
f4dc4d17 7820}
348e048f 7821
f4dc4d17
DE
7822/* Allocate a hash table for type unit groups. */
7823
7824static htab_t
ed2dc618 7825allocate_type_unit_groups_table (struct objfile *objfile)
f4dc4d17
DE
7826{
7827 return htab_create_alloc_ex (3,
7828 hash_type_unit_group,
7829 eq_type_unit_group,
7830 NULL,
ed2dc618 7831 &objfile->objfile_obstack,
f4dc4d17
DE
7832 hashtab_obstack_allocate,
7833 dummy_obstack_deallocate);
7834}
dee91e82 7835
f4dc4d17
DE
7836/* Type units that don't have DW_AT_stmt_list are grouped into their own
7837 partial symtabs. We combine several TUs per psymtab to not let the size
7838 of any one psymtab grow too big. */
7839#define NO_STMT_LIST_TYPE_UNIT_PSYMTAB (1 << 31)
7840#define NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE 10
dee91e82 7841
094b34ac 7842/* Helper routine for get_type_unit_group.
f4dc4d17
DE
7843 Create the type_unit_group object used to hold one or more TUs. */
7844
7845static struct type_unit_group *
094b34ac 7846create_type_unit_group (struct dwarf2_cu *cu, sect_offset line_offset_struct)
f4dc4d17 7847{
518817b3
SM
7848 struct dwarf2_per_objfile *dwarf2_per_objfile
7849 = cu->per_cu->dwarf2_per_objfile;
f4dc4d17 7850 struct objfile *objfile = dwarf2_per_objfile->objfile;
094b34ac 7851 struct dwarf2_per_cu_data *per_cu;
f4dc4d17 7852 struct type_unit_group *tu_group;
f4dc4d17
DE
7853
7854 tu_group = OBSTACK_ZALLOC (&objfile->objfile_obstack,
7855 struct type_unit_group);
094b34ac 7856 per_cu = &tu_group->per_cu;
518817b3 7857 per_cu->dwarf2_per_objfile = dwarf2_per_objfile;
f4dc4d17 7858
094b34ac
DE
7859 if (dwarf2_per_objfile->using_index)
7860 {
7861 per_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack,
7862 struct dwarf2_per_cu_quick_data);
094b34ac
DE
7863 }
7864 else
7865 {
9c541725 7866 unsigned int line_offset = to_underlying (line_offset_struct);
094b34ac 7867 struct partial_symtab *pst;
528e1572 7868 std::string name;
094b34ac
DE
7869
7870 /* Give the symtab a useful name for debug purposes. */
7871 if ((line_offset & NO_STMT_LIST_TYPE_UNIT_PSYMTAB) != 0)
528e1572
SM
7872 name = string_printf ("<type_units_%d>",
7873 (line_offset & ~NO_STMT_LIST_TYPE_UNIT_PSYMTAB));
094b34ac 7874 else
528e1572 7875 name = string_printf ("<type_units_at_0x%x>", line_offset);
094b34ac 7876
528e1572 7877 pst = create_partial_symtab (per_cu, name.c_str ());
094b34ac 7878 pst->anonymous = 1;
094b34ac 7879 }
f4dc4d17 7880
094b34ac 7881 tu_group->hash.dwo_unit = cu->dwo_unit;
9c541725 7882 tu_group->hash.line_sect_off = line_offset_struct;
f4dc4d17
DE
7883
7884 return tu_group;
7885}
7886
094b34ac
DE
7887/* Look up the type_unit_group for type unit CU, and create it if necessary.
7888 STMT_LIST is a DW_AT_stmt_list attribute. */
f4dc4d17
DE
7889
7890static struct type_unit_group *
ff39bb5e 7891get_type_unit_group (struct dwarf2_cu *cu, const struct attribute *stmt_list)
f4dc4d17 7892{
518817b3
SM
7893 struct dwarf2_per_objfile *dwarf2_per_objfile
7894 = cu->per_cu->dwarf2_per_objfile;
f4dc4d17
DE
7895 struct tu_stats *tu_stats = &dwarf2_per_objfile->tu_stats;
7896 struct type_unit_group *tu_group;
7897 void **slot;
7898 unsigned int line_offset;
7899 struct type_unit_group type_unit_group_for_lookup;
7900
7901 if (dwarf2_per_objfile->type_unit_groups == NULL)
7902 {
7903 dwarf2_per_objfile->type_unit_groups =
ed2dc618 7904 allocate_type_unit_groups_table (dwarf2_per_objfile->objfile);
f4dc4d17
DE
7905 }
7906
7907 /* Do we need to create a new group, or can we use an existing one? */
7908
7909 if (stmt_list)
7910 {
7911 line_offset = DW_UNSND (stmt_list);
7912 ++tu_stats->nr_symtab_sharers;
7913 }
7914 else
7915 {
7916 /* Ugh, no stmt_list. Rare, but we have to handle it.
7917 We can do various things here like create one group per TU or
7918 spread them over multiple groups to split up the expansion work.
7919 To avoid worst case scenarios (too many groups or too large groups)
7920 we, umm, group them in bunches. */
7921 line_offset = (NO_STMT_LIST_TYPE_UNIT_PSYMTAB
7922 | (tu_stats->nr_stmt_less_type_units
7923 / NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE));
7924 ++tu_stats->nr_stmt_less_type_units;
7925 }
7926
094b34ac 7927 type_unit_group_for_lookup.hash.dwo_unit = cu->dwo_unit;
9c541725 7928 type_unit_group_for_lookup.hash.line_sect_off = (sect_offset) line_offset;
f4dc4d17
DE
7929 slot = htab_find_slot (dwarf2_per_objfile->type_unit_groups,
7930 &type_unit_group_for_lookup, INSERT);
7931 if (*slot != NULL)
7932 {
9a3c8263 7933 tu_group = (struct type_unit_group *) *slot;
f4dc4d17
DE
7934 gdb_assert (tu_group != NULL);
7935 }
7936 else
7937 {
9c541725 7938 sect_offset line_offset_struct = (sect_offset) line_offset;
094b34ac 7939 tu_group = create_type_unit_group (cu, line_offset_struct);
f4dc4d17
DE
7940 *slot = tu_group;
7941 ++tu_stats->nr_symtabs;
7942 }
7943
7944 return tu_group;
7945}
0018ea6f
DE
7946\f
7947/* Partial symbol tables. */
7948
7949/* Create a psymtab named NAME and assign it to PER_CU.
7950
7951 The caller must fill in the following details:
7952 dirname, textlow, texthigh. */
7953
7954static struct partial_symtab *
7955create_partial_symtab (struct dwarf2_per_cu_data *per_cu, const char *name)
7956{
e3b94546 7957 struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
0018ea6f
DE
7958 struct partial_symtab *pst;
7959
939652a5 7960 pst = start_psymtab_common (objfile, name, 0);
0018ea6f
DE
7961
7962 pst->psymtabs_addrmap_supported = 1;
7963
7964 /* This is the glue that links PST into GDB's symbol API. */
7965 pst->read_symtab_private = per_cu;
7966 pst->read_symtab = dwarf2_read_symtab;
7967 per_cu->v.psymtab = pst;
7968
7969 return pst;
7970}
7971
b93601f3
TT
7972/* The DATA object passed to process_psymtab_comp_unit_reader has this
7973 type. */
7974
7975struct process_psymtab_comp_unit_data
7976{
7977 /* True if we are reading a DW_TAG_partial_unit. */
7978
7979 int want_partial_unit;
7980
7981 /* The "pretend" language that is used if the CU doesn't declare a
7982 language. */
7983
7984 enum language pretend_language;
7985};
7986
0018ea6f
DE
7987/* die_reader_func for process_psymtab_comp_unit. */
7988
7989static void
7990process_psymtab_comp_unit_reader (const struct die_reader_specs *reader,
d521ce57 7991 const gdb_byte *info_ptr,
0018ea6f
DE
7992 struct die_info *comp_unit_die,
7993 int has_children,
7994 void *data)
7995{
7996 struct dwarf2_cu *cu = reader->cu;
518817b3 7997 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a 7998 struct gdbarch *gdbarch = get_objfile_arch (objfile);
0018ea6f 7999 struct dwarf2_per_cu_data *per_cu = cu->per_cu;
0018ea6f
DE
8000 CORE_ADDR baseaddr;
8001 CORE_ADDR best_lowpc = 0, best_highpc = 0;
8002 struct partial_symtab *pst;
3a2b436a 8003 enum pc_bounds_kind cu_bounds_kind;
0018ea6f 8004 const char *filename;
9a3c8263
SM
8005 struct process_psymtab_comp_unit_data *info
8006 = (struct process_psymtab_comp_unit_data *) data;
0018ea6f 8007
b93601f3 8008 if (comp_unit_die->tag == DW_TAG_partial_unit && !info->want_partial_unit)
0018ea6f
DE
8009 return;
8010
8011 gdb_assert (! per_cu->is_debug_types);
8012
b93601f3 8013 prepare_one_comp_unit (cu, comp_unit_die, info->pretend_language);
0018ea6f 8014
0018ea6f 8015 /* Allocate a new partial symbol table structure. */
7d45c7c3
KB
8016 filename = dwarf2_string_attr (comp_unit_die, DW_AT_name, cu);
8017 if (filename == NULL)
0018ea6f 8018 filename = "";
0018ea6f
DE
8019
8020 pst = create_partial_symtab (per_cu, filename);
8021
8022 /* This must be done before calling dwarf2_build_include_psymtabs. */
7d45c7c3 8023 pst->dirname = dwarf2_string_attr (comp_unit_die, DW_AT_comp_dir, cu);
0018ea6f
DE
8024
8025 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
8026
8027 dwarf2_find_base_address (comp_unit_die, cu);
8028
8029 /* Possibly set the default values of LOWPC and HIGHPC from
8030 `DW_AT_ranges'. */
3a2b436a
JK
8031 cu_bounds_kind = dwarf2_get_pc_bounds (comp_unit_die, &best_lowpc,
8032 &best_highpc, cu, pst);
8033 if (cu_bounds_kind == PC_BOUNDS_HIGH_LOW && best_lowpc < best_highpc)
79748972
TT
8034 {
8035 CORE_ADDR low
8036 = (gdbarch_adjust_dwarf2_addr (gdbarch, best_lowpc + baseaddr)
8037 - baseaddr);
8038 CORE_ADDR high
8039 = (gdbarch_adjust_dwarf2_addr (gdbarch, best_highpc + baseaddr)
8040 - baseaddr - 1);
8041 /* Store the contiguous range if it is not empty; it can be
8042 empty for CUs with no code. */
d320c2b5
TT
8043 addrmap_set_empty (objfile->partial_symtabs->psymtabs_addrmap,
8044 low, high, pst);
79748972 8045 }
0018ea6f
DE
8046
8047 /* Check if comp unit has_children.
8048 If so, read the rest of the partial symbols from this comp unit.
8049 If not, there's no more debug_info for this comp unit. */
8050 if (has_children)
8051 {
8052 struct partial_die_info *first_die;
8053 CORE_ADDR lowpc, highpc;
8054
8055 lowpc = ((CORE_ADDR) -1);
8056 highpc = ((CORE_ADDR) 0);
8057
8058 first_die = load_partial_dies (reader, info_ptr, 1);
8059
8060 scan_partial_symbols (first_die, &lowpc, &highpc,
e385593e 8061 cu_bounds_kind <= PC_BOUNDS_INVALID, cu);
0018ea6f
DE
8062
8063 /* If we didn't find a lowpc, set it to highpc to avoid
8064 complaints from `maint check'. */
8065 if (lowpc == ((CORE_ADDR) -1))
8066 lowpc = highpc;
8067
8068 /* If the compilation unit didn't have an explicit address range,
8069 then use the information extracted from its child dies. */
e385593e 8070 if (cu_bounds_kind <= PC_BOUNDS_INVALID)
0018ea6f
DE
8071 {
8072 best_lowpc = lowpc;
8073 best_highpc = highpc;
8074 }
8075 }
4ae976d1 8076 pst->set_text_low (gdbarch_adjust_dwarf2_addr (gdbarch,
79748972
TT
8077 best_lowpc + baseaddr)
8078 - baseaddr);
4ae976d1 8079 pst->set_text_high (gdbarch_adjust_dwarf2_addr (gdbarch,
79748972
TT
8080 best_highpc + baseaddr)
8081 - baseaddr);
0018ea6f 8082
8763cede 8083 end_psymtab_common (objfile, pst);
0018ea6f
DE
8084
8085 if (!VEC_empty (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs))
8086 {
8087 int i;
8088 int len = VEC_length (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs);
8089 struct dwarf2_per_cu_data *iter;
8090
8091 /* Fill in 'dependencies' here; we fill in 'users' in a
8092 post-pass. */
8093 pst->number_of_dependencies = len;
a9342b62
TT
8094 pst->dependencies
8095 = objfile->partial_symtabs->allocate_dependencies (len);
0018ea6f
DE
8096 for (i = 0;
8097 VEC_iterate (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs,
8098 i, iter);
8099 ++i)
8100 pst->dependencies[i] = iter->v.psymtab;
8101
8102 VEC_free (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs);
8103 }
8104
8105 /* Get the list of files included in the current compilation unit,
8106 and build a psymtab for each of them. */
8107 dwarf2_build_include_psymtabs (cu, comp_unit_die, pst);
8108
b4f54984 8109 if (dwarf_read_debug)
b926417a
TT
8110 fprintf_unfiltered (gdb_stdlog,
8111 "Psymtab for %s unit @%s: %s - %s"
8112 ", %d global, %d static syms\n",
8113 per_cu->is_debug_types ? "type" : "comp",
8114 sect_offset_str (per_cu->sect_off),
8115 paddress (gdbarch, pst->text_low (objfile)),
8116 paddress (gdbarch, pst->text_high (objfile)),
8117 pst->n_global_syms, pst->n_static_syms);
0018ea6f
DE
8118}
8119
8120/* Subroutine of dwarf2_build_psymtabs_hard to simplify it.
8121 Process compilation unit THIS_CU for a psymtab. */
8122
8123static void
8124process_psymtab_comp_unit (struct dwarf2_per_cu_data *this_cu,
b93601f3
TT
8125 int want_partial_unit,
8126 enum language pretend_language)
0018ea6f
DE
8127{
8128 /* If this compilation unit was already read in, free the
8129 cached copy in order to read it in again. This is
8130 necessary because we skipped some symbols when we first
8131 read in the compilation unit (see load_partial_dies).
8132 This problem could be avoided, but the benefit is unclear. */
8133 if (this_cu->cu != NULL)
8134 free_one_cached_comp_unit (this_cu);
8135
f1902523 8136 if (this_cu->is_debug_types)
58f0c718
TT
8137 init_cutu_and_read_dies (this_cu, NULL, 0, 0, false,
8138 build_type_psymtabs_reader, NULL);
f1902523
JK
8139 else
8140 {
8141 process_psymtab_comp_unit_data info;
8142 info.want_partial_unit = want_partial_unit;
8143 info.pretend_language = pretend_language;
58f0c718 8144 init_cutu_and_read_dies (this_cu, NULL, 0, 0, false,
f1902523
JK
8145 process_psymtab_comp_unit_reader, &info);
8146 }
0018ea6f
DE
8147
8148 /* Age out any secondary CUs. */
ed2dc618 8149 age_cached_comp_units (this_cu->dwarf2_per_objfile);
0018ea6f 8150}
f4dc4d17
DE
8151
8152/* Reader function for build_type_psymtabs. */
8153
8154static void
8155build_type_psymtabs_reader (const struct die_reader_specs *reader,
d521ce57 8156 const gdb_byte *info_ptr,
f4dc4d17
DE
8157 struct die_info *type_unit_die,
8158 int has_children,
8159 void *data)
8160{
ed2dc618 8161 struct dwarf2_per_objfile *dwarf2_per_objfile
518817b3 8162 = reader->cu->per_cu->dwarf2_per_objfile;
f4dc4d17
DE
8163 struct objfile *objfile = dwarf2_per_objfile->objfile;
8164 struct dwarf2_cu *cu = reader->cu;
8165 struct dwarf2_per_cu_data *per_cu = cu->per_cu;
0186c6a7 8166 struct signatured_type *sig_type;
f4dc4d17
DE
8167 struct type_unit_group *tu_group;
8168 struct attribute *attr;
8169 struct partial_die_info *first_die;
8170 CORE_ADDR lowpc, highpc;
8171 struct partial_symtab *pst;
8172
8173 gdb_assert (data == NULL);
0186c6a7
DE
8174 gdb_assert (per_cu->is_debug_types);
8175 sig_type = (struct signatured_type *) per_cu;
f4dc4d17
DE
8176
8177 if (! has_children)
8178 return;
8179
8180 attr = dwarf2_attr_no_follow (type_unit_die, DW_AT_stmt_list);
094b34ac 8181 tu_group = get_type_unit_group (cu, attr);
f4dc4d17 8182
0186c6a7 8183 VEC_safe_push (sig_type_ptr, tu_group->tus, sig_type);
f4dc4d17
DE
8184
8185 prepare_one_comp_unit (cu, type_unit_die, language_minimal);
f4dc4d17
DE
8186 pst = create_partial_symtab (per_cu, "");
8187 pst->anonymous = 1;
8188
8189 first_die = load_partial_dies (reader, info_ptr, 1);
8190
8191 lowpc = (CORE_ADDR) -1;
8192 highpc = (CORE_ADDR) 0;
8193 scan_partial_symbols (first_die, &lowpc, &highpc, 0, cu);
8194
8763cede 8195 end_psymtab_common (objfile, pst);
f4dc4d17
DE
8196}
8197
73051182
DE
8198/* Struct used to sort TUs by their abbreviation table offset. */
8199
8200struct tu_abbrev_offset
8201{
b2bdb8cf
SM
8202 tu_abbrev_offset (signatured_type *sig_type_, sect_offset abbrev_offset_)
8203 : sig_type (sig_type_), abbrev_offset (abbrev_offset_)
8204 {}
8205
8206 signatured_type *sig_type;
73051182
DE
8207 sect_offset abbrev_offset;
8208};
8209
484cf504 8210/* Helper routine for build_type_psymtabs_1, passed to std::sort. */
73051182 8211
484cf504
TT
8212static bool
8213sort_tu_by_abbrev_offset (const struct tu_abbrev_offset &a,
8214 const struct tu_abbrev_offset &b)
73051182 8215{
484cf504 8216 return a.abbrev_offset < b.abbrev_offset;
73051182
DE
8217}
8218
8219/* Efficiently read all the type units.
8220 This does the bulk of the work for build_type_psymtabs.
8221
8222 The efficiency is because we sort TUs by the abbrev table they use and
8223 only read each abbrev table once. In one program there are 200K TUs
8224 sharing 8K abbrev tables.
8225
8226 The main purpose of this function is to support building the
8227 dwarf2_per_objfile->type_unit_groups table.
8228 TUs typically share the DW_AT_stmt_list of the CU they came from, so we
8229 can collapse the search space by grouping them by stmt_list.
8230 The savings can be significant, in the same program from above the 200K TUs
8231 share 8K stmt_list tables.
8232
8233 FUNC is expected to call get_type_unit_group, which will create the
8234 struct type_unit_group if necessary and add it to
8235 dwarf2_per_objfile->type_unit_groups. */
8236
8237static void
ed2dc618 8238build_type_psymtabs_1 (struct dwarf2_per_objfile *dwarf2_per_objfile)
73051182 8239{
73051182 8240 struct tu_stats *tu_stats = &dwarf2_per_objfile->tu_stats;
685af9cd 8241 abbrev_table_up abbrev_table;
73051182 8242 sect_offset abbrev_offset;
73051182
DE
8243
8244 /* It's up to the caller to not call us multiple times. */
8245 gdb_assert (dwarf2_per_objfile->type_unit_groups == NULL);
8246
b2bdb8cf 8247 if (dwarf2_per_objfile->all_type_units.empty ())
73051182
DE
8248 return;
8249
8250 /* TUs typically share abbrev tables, and there can be way more TUs than
8251 abbrev tables. Sort by abbrev table to reduce the number of times we
8252 read each abbrev table in.
8253 Alternatives are to punt or to maintain a cache of abbrev tables.
8254 This is simpler and efficient enough for now.
8255
8256 Later we group TUs by their DW_AT_stmt_list value (as this defines the
8257 symtab to use). Typically TUs with the same abbrev offset have the same
8258 stmt_list value too so in practice this should work well.
8259
8260 The basic algorithm here is:
8261
8262 sort TUs by abbrev table
8263 for each TU with same abbrev table:
8264 read abbrev table if first user
8265 read TU top level DIE
8266 [IWBN if DWO skeletons had DW_AT_stmt_list]
8267 call FUNC */
8268
b4f54984 8269 if (dwarf_read_debug)
73051182
DE
8270 fprintf_unfiltered (gdb_stdlog, "Building type unit groups ...\n");
8271
8272 /* Sort in a separate table to maintain the order of all_type_units
8273 for .gdb_index: TU indices directly index all_type_units. */
b2bdb8cf
SM
8274 std::vector<tu_abbrev_offset> sorted_by_abbrev;
8275 sorted_by_abbrev.reserve (dwarf2_per_objfile->all_type_units.size ());
8276
8277 for (signatured_type *sig_type : dwarf2_per_objfile->all_type_units)
8278 sorted_by_abbrev.emplace_back
8279 (sig_type, read_abbrev_offset (dwarf2_per_objfile,
8280 sig_type->per_cu.section,
8281 sig_type->per_cu.sect_off));
73051182 8282
484cf504
TT
8283 std::sort (sorted_by_abbrev.begin (), sorted_by_abbrev.end (),
8284 sort_tu_by_abbrev_offset);
73051182 8285
9c541725 8286 abbrev_offset = (sect_offset) ~(unsigned) 0;
73051182 8287
b2bdb8cf 8288 for (const tu_abbrev_offset &tu : sorted_by_abbrev)
73051182 8289 {
73051182
DE
8290 /* Switch to the next abbrev table if necessary. */
8291 if (abbrev_table == NULL
b2bdb8cf 8292 || tu.abbrev_offset != abbrev_offset)
73051182 8293 {
b2bdb8cf 8294 abbrev_offset = tu.abbrev_offset;
73051182 8295 abbrev_table =
ed2dc618
SM
8296 abbrev_table_read_table (dwarf2_per_objfile,
8297 &dwarf2_per_objfile->abbrev,
73051182
DE
8298 abbrev_offset);
8299 ++tu_stats->nr_uniq_abbrev_tables;
8300 }
8301
b2bdb8cf 8302 init_cutu_and_read_dies (&tu.sig_type->per_cu, abbrev_table.get (),
58f0c718 8303 0, 0, false, build_type_psymtabs_reader, NULL);
73051182 8304 }
6aa5f3a6 8305}
73051182 8306
6aa5f3a6
DE
8307/* Print collected type unit statistics. */
8308
8309static void
ed2dc618 8310print_tu_stats (struct dwarf2_per_objfile *dwarf2_per_objfile)
6aa5f3a6
DE
8311{
8312 struct tu_stats *tu_stats = &dwarf2_per_objfile->tu_stats;
8313
8314 fprintf_unfiltered (gdb_stdlog, "Type unit statistics:\n");
b2bdb8cf
SM
8315 fprintf_unfiltered (gdb_stdlog, " %zu TUs\n",
8316 dwarf2_per_objfile->all_type_units.size ());
6aa5f3a6
DE
8317 fprintf_unfiltered (gdb_stdlog, " %d uniq abbrev tables\n",
8318 tu_stats->nr_uniq_abbrev_tables);
8319 fprintf_unfiltered (gdb_stdlog, " %d symtabs from stmt_list entries\n",
8320 tu_stats->nr_symtabs);
8321 fprintf_unfiltered (gdb_stdlog, " %d symtab sharers\n",
8322 tu_stats->nr_symtab_sharers);
8323 fprintf_unfiltered (gdb_stdlog, " %d type units without a stmt_list\n",
8324 tu_stats->nr_stmt_less_type_units);
8325 fprintf_unfiltered (gdb_stdlog, " %d all_type_units reallocs\n",
8326 tu_stats->nr_all_type_units_reallocs);
73051182
DE
8327}
8328
f4dc4d17
DE
8329/* Traversal function for build_type_psymtabs. */
8330
8331static int
8332build_type_psymtab_dependencies (void **slot, void *info)
8333{
ed2dc618
SM
8334 struct dwarf2_per_objfile *dwarf2_per_objfile
8335 = (struct dwarf2_per_objfile *) info;
f4dc4d17
DE
8336 struct objfile *objfile = dwarf2_per_objfile->objfile;
8337 struct type_unit_group *tu_group = (struct type_unit_group *) *slot;
094b34ac 8338 struct dwarf2_per_cu_data *per_cu = &tu_group->per_cu;
f4dc4d17 8339 struct partial_symtab *pst = per_cu->v.psymtab;
0186c6a7
DE
8340 int len = VEC_length (sig_type_ptr, tu_group->tus);
8341 struct signatured_type *iter;
f4dc4d17
DE
8342 int i;
8343
8344 gdb_assert (len > 0);
0186c6a7 8345 gdb_assert (IS_TYPE_UNIT_GROUP (per_cu));
f4dc4d17
DE
8346
8347 pst->number_of_dependencies = len;
a9342b62 8348 pst->dependencies = objfile->partial_symtabs->allocate_dependencies (len);
f4dc4d17 8349 for (i = 0;
0186c6a7 8350 VEC_iterate (sig_type_ptr, tu_group->tus, i, iter);
f4dc4d17
DE
8351 ++i)
8352 {
0186c6a7
DE
8353 gdb_assert (iter->per_cu.is_debug_types);
8354 pst->dependencies[i] = iter->per_cu.v.psymtab;
796a7ff8 8355 iter->type_unit_group = tu_group;
f4dc4d17
DE
8356 }
8357
0186c6a7 8358 VEC_free (sig_type_ptr, tu_group->tus);
348e048f
DE
8359
8360 return 1;
8361}
8362
8363/* Subroutine of dwarf2_build_psymtabs_hard to simplify it.
8364 Build partial symbol tables for the .debug_types comp-units. */
8365
8366static void
ed2dc618 8367build_type_psymtabs (struct dwarf2_per_objfile *dwarf2_per_objfile)
348e048f 8368{
ed2dc618 8369 if (! create_all_type_units (dwarf2_per_objfile))
348e048f
DE
8370 return;
8371
ed2dc618 8372 build_type_psymtabs_1 (dwarf2_per_objfile);
6aa5f3a6 8373}
f4dc4d17 8374
6aa5f3a6
DE
8375/* Traversal function for process_skeletonless_type_unit.
8376 Read a TU in a DWO file and build partial symbols for it. */
8377
8378static int
8379process_skeletonless_type_unit (void **slot, void *info)
8380{
8381 struct dwo_unit *dwo_unit = (struct dwo_unit *) *slot;
ed2dc618
SM
8382 struct dwarf2_per_objfile *dwarf2_per_objfile
8383 = (struct dwarf2_per_objfile *) info;
6aa5f3a6
DE
8384 struct signatured_type find_entry, *entry;
8385
8386 /* If this TU doesn't exist in the global table, add it and read it in. */
8387
8388 if (dwarf2_per_objfile->signatured_types == NULL)
8389 {
8390 dwarf2_per_objfile->signatured_types
ed2dc618 8391 = allocate_signatured_type_table (dwarf2_per_objfile->objfile);
6aa5f3a6
DE
8392 }
8393
8394 find_entry.signature = dwo_unit->signature;
8395 slot = htab_find_slot (dwarf2_per_objfile->signatured_types, &find_entry,
8396 INSERT);
8397 /* If we've already seen this type there's nothing to do. What's happening
8398 is we're doing our own version of comdat-folding here. */
8399 if (*slot != NULL)
8400 return 1;
8401
8402 /* This does the job that create_all_type_units would have done for
8403 this TU. */
ed2dc618
SM
8404 entry = add_type_unit (dwarf2_per_objfile, dwo_unit->signature, slot);
8405 fill_in_sig_entry_from_dwo_entry (dwarf2_per_objfile, entry, dwo_unit);
6aa5f3a6
DE
8406 *slot = entry;
8407
8408 /* This does the job that build_type_psymtabs_1 would have done. */
58f0c718 8409 init_cutu_and_read_dies (&entry->per_cu, NULL, 0, 0, false,
6aa5f3a6
DE
8410 build_type_psymtabs_reader, NULL);
8411
8412 return 1;
8413}
8414
8415/* Traversal function for process_skeletonless_type_units. */
8416
8417static int
8418process_dwo_file_for_skeletonless_type_units (void **slot, void *info)
8419{
8420 struct dwo_file *dwo_file = (struct dwo_file *) *slot;
8421
8422 if (dwo_file->tus != NULL)
8423 {
8424 htab_traverse_noresize (dwo_file->tus,
8425 process_skeletonless_type_unit, info);
8426 }
8427
8428 return 1;
8429}
8430
8431/* Scan all TUs of DWO files, verifying we've processed them.
8432 This is needed in case a TU was emitted without its skeleton.
8433 Note: This can't be done until we know what all the DWO files are. */
8434
8435static void
ed2dc618 8436process_skeletonless_type_units (struct dwarf2_per_objfile *dwarf2_per_objfile)
6aa5f3a6
DE
8437{
8438 /* Skeletonless TUs in DWP files without .gdb_index is not supported yet. */
ed2dc618 8439 if (get_dwp_file (dwarf2_per_objfile) == NULL
6aa5f3a6
DE
8440 && dwarf2_per_objfile->dwo_files != NULL)
8441 {
8442 htab_traverse_noresize (dwarf2_per_objfile->dwo_files,
8443 process_dwo_file_for_skeletonless_type_units,
ed2dc618 8444 dwarf2_per_objfile);
6aa5f3a6 8445 }
348e048f
DE
8446}
8447
ed2dc618 8448/* Compute the 'user' field for each psymtab in DWARF2_PER_OBJFILE. */
95554aad
TT
8449
8450static void
ed2dc618 8451set_partial_user (struct dwarf2_per_objfile *dwarf2_per_objfile)
95554aad 8452{
b76e467d 8453 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
95554aad 8454 {
95554aad 8455 struct partial_symtab *pst = per_cu->v.psymtab;
95554aad 8456
36586728
TT
8457 if (pst == NULL)
8458 continue;
8459
b76e467d 8460 for (int j = 0; j < pst->number_of_dependencies; ++j)
95554aad
TT
8461 {
8462 /* Set the 'user' field only if it is not already set. */
8463 if (pst->dependencies[j]->user == NULL)
8464 pst->dependencies[j]->user = pst;
8465 }
8466 }
8467}
8468
93311388
DE
8469/* Build the partial symbol table by doing a quick pass through the
8470 .debug_info and .debug_abbrev sections. */
72bf9492 8471
93311388 8472static void
ed2dc618 8473dwarf2_build_psymtabs_hard (struct dwarf2_per_objfile *dwarf2_per_objfile)
93311388 8474{
ed2dc618 8475 struct objfile *objfile = dwarf2_per_objfile->objfile;
93311388 8476
b4f54984 8477 if (dwarf_read_debug)
45cfd468
DE
8478 {
8479 fprintf_unfiltered (gdb_stdlog, "Building psymtabs of objfile %s ...\n",
4262abfb 8480 objfile_name (objfile));
45cfd468
DE
8481 }
8482
98bfdba5
PA
8483 dwarf2_per_objfile->reading_partial_symbols = 1;
8484
be391dca 8485 dwarf2_read_section (objfile, &dwarf2_per_objfile->info);
91c24f0a 8486
93311388
DE
8487 /* Any cached compilation units will be linked by the per-objfile
8488 read_in_chain. Make sure to free them when we're done. */
11ed8cad 8489 free_cached_comp_units freer (dwarf2_per_objfile);
72bf9492 8490
ed2dc618 8491 build_type_psymtabs (dwarf2_per_objfile);
348e048f 8492
ed2dc618 8493 create_all_comp_units (dwarf2_per_objfile);
c906108c 8494
60606b2c
TT
8495 /* Create a temporary address map on a temporary obstack. We later
8496 copy this to the final obstack. */
8268c778 8497 auto_obstack temp_obstack;
791afaa2
TT
8498
8499 scoped_restore save_psymtabs_addrmap
d320c2b5 8500 = make_scoped_restore (&objfile->partial_symtabs->psymtabs_addrmap,
791afaa2 8501 addrmap_create_mutable (&temp_obstack));
72bf9492 8502
b76e467d
SM
8503 for (dwarf2_per_cu_data *per_cu : dwarf2_per_objfile->all_comp_units)
8504 process_psymtab_comp_unit (per_cu, 0, language_minimal);
ff013f42 8505
6aa5f3a6 8506 /* This has to wait until we read the CUs, we need the list of DWOs. */
ed2dc618 8507 process_skeletonless_type_units (dwarf2_per_objfile);
6aa5f3a6
DE
8508
8509 /* Now that all TUs have been processed we can fill in the dependencies. */
8510 if (dwarf2_per_objfile->type_unit_groups != NULL)
8511 {
8512 htab_traverse_noresize (dwarf2_per_objfile->type_unit_groups,
ed2dc618 8513 build_type_psymtab_dependencies, dwarf2_per_objfile);
6aa5f3a6
DE
8514 }
8515
b4f54984 8516 if (dwarf_read_debug)
ed2dc618 8517 print_tu_stats (dwarf2_per_objfile);
6aa5f3a6 8518
ed2dc618 8519 set_partial_user (dwarf2_per_objfile);
95554aad 8520
d320c2b5
TT
8521 objfile->partial_symtabs->psymtabs_addrmap
8522 = addrmap_create_fixed (objfile->partial_symtabs->psymtabs_addrmap,
5923a04c 8523 objfile->partial_symtabs->obstack ());
791afaa2
TT
8524 /* At this point we want to keep the address map. */
8525 save_psymtabs_addrmap.release ();
ff013f42 8526
b4f54984 8527 if (dwarf_read_debug)
45cfd468 8528 fprintf_unfiltered (gdb_stdlog, "Done building psymtabs of %s\n",
4262abfb 8529 objfile_name (objfile));
ae038cb0
DJ
8530}
8531
3019eac3 8532/* die_reader_func for load_partial_comp_unit. */
ae038cb0
DJ
8533
8534static void
dee91e82 8535load_partial_comp_unit_reader (const struct die_reader_specs *reader,
d521ce57 8536 const gdb_byte *info_ptr,
dee91e82
DE
8537 struct die_info *comp_unit_die,
8538 int has_children,
8539 void *data)
ae038cb0 8540{
dee91e82 8541 struct dwarf2_cu *cu = reader->cu;
ae038cb0 8542
95554aad 8543 prepare_one_comp_unit (cu, comp_unit_die, language_minimal);
ae038cb0 8544
ae038cb0
DJ
8545 /* Check if comp unit has_children.
8546 If so, read the rest of the partial symbols from this comp unit.
0963b4bd 8547 If not, there's no more debug_info for this comp unit. */
d85a05f0 8548 if (has_children)
dee91e82
DE
8549 load_partial_dies (reader, info_ptr, 0);
8550}
98bfdba5 8551
dee91e82
DE
8552/* Load the partial DIEs for a secondary CU into memory.
8553 This is also used when rereading a primary CU with load_all_dies. */
c5b7e1cb 8554
dee91e82
DE
8555static void
8556load_partial_comp_unit (struct dwarf2_per_cu_data *this_cu)
8557{
58f0c718 8558 init_cutu_and_read_dies (this_cu, NULL, 1, 1, false,
f4dc4d17 8559 load_partial_comp_unit_reader, NULL);
ae038cb0
DJ
8560}
8561
ae038cb0 8562static void
ed2dc618 8563read_comp_units_from_section (struct dwarf2_per_objfile *dwarf2_per_objfile,
36586728 8564 struct dwarf2_section_info *section,
f1902523 8565 struct dwarf2_section_info *abbrev_section,
b76e467d 8566 unsigned int is_dwz)
ae038cb0 8567{
d521ce57 8568 const gdb_byte *info_ptr;
ed2dc618 8569 struct objfile *objfile = dwarf2_per_objfile->objfile;
be391dca 8570
b4f54984 8571 if (dwarf_read_debug)
bf6af496 8572 fprintf_unfiltered (gdb_stdlog, "Reading %s for %s\n",
a32a8923
DE
8573 get_section_name (section),
8574 get_section_file_name (section));
bf6af496 8575
36586728 8576 dwarf2_read_section (objfile, section);
ae038cb0 8577
36586728 8578 info_ptr = section->buffer;
6e70227d 8579
36586728 8580 while (info_ptr < section->buffer + section->size)
ae038cb0 8581 {
ae038cb0 8582 struct dwarf2_per_cu_data *this_cu;
ae038cb0 8583
9c541725 8584 sect_offset sect_off = (sect_offset) (info_ptr - section->buffer);
ae038cb0 8585
f1902523 8586 comp_unit_head cu_header;
ed2dc618
SM
8587 read_and_check_comp_unit_head (dwarf2_per_objfile, &cu_header, section,
8588 abbrev_section, info_ptr,
8589 rcuh_kind::COMPILE);
ae038cb0
DJ
8590
8591 /* Save the compilation unit for later lookup. */
f1902523
JK
8592 if (cu_header.unit_type != DW_UT_type)
8593 {
8594 this_cu = XOBNEW (&objfile->objfile_obstack,
8595 struct dwarf2_per_cu_data);
8596 memset (this_cu, 0, sizeof (*this_cu));
8597 }
8598 else
8599 {
8600 auto sig_type = XOBNEW (&objfile->objfile_obstack,
8601 struct signatured_type);
8602 memset (sig_type, 0, sizeof (*sig_type));
8603 sig_type->signature = cu_header.signature;
8604 sig_type->type_offset_in_tu = cu_header.type_cu_offset_in_tu;
8605 this_cu = &sig_type->per_cu;
8606 }
8607 this_cu->is_debug_types = (cu_header.unit_type == DW_UT_type);
9c541725 8608 this_cu->sect_off = sect_off;
f1902523 8609 this_cu->length = cu_header.length + cu_header.initial_length_size;
36586728 8610 this_cu->is_dwz = is_dwz;
e3b94546 8611 this_cu->dwarf2_per_objfile = dwarf2_per_objfile;
8a0459fd 8612 this_cu->section = section;
ae038cb0 8613
b76e467d 8614 dwarf2_per_objfile->all_comp_units.push_back (this_cu);
ae038cb0
DJ
8615
8616 info_ptr = info_ptr + this_cu->length;
8617 }
36586728
TT
8618}
8619
8620/* Create a list of all compilation units in OBJFILE.
8621 This is only done for -readnow and building partial symtabs. */
8622
8623static void
ed2dc618 8624create_all_comp_units (struct dwarf2_per_objfile *dwarf2_per_objfile)
36586728 8625{
b76e467d 8626 gdb_assert (dwarf2_per_objfile->all_comp_units.empty ());
ed2dc618 8627 read_comp_units_from_section (dwarf2_per_objfile, &dwarf2_per_objfile->info,
b76e467d 8628 &dwarf2_per_objfile->abbrev, 0);
36586728 8629
b76e467d 8630 dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
4db1a1dc 8631 if (dwz != NULL)
ed2dc618 8632 read_comp_units_from_section (dwarf2_per_objfile, &dwz->info, &dwz->abbrev,
b76e467d 8633 1);
c906108c
SS
8634}
8635
5734ee8b 8636/* Process all loaded DIEs for compilation unit CU, starting at
cdc07690 8637 FIRST_DIE. The caller should pass SET_ADDRMAP == 1 if the compilation
5734ee8b 8638 unit DIE did not have PC info (DW_AT_low_pc and DW_AT_high_pc, or
cdc07690
YQ
8639 DW_AT_ranges). See the comments of add_partial_subprogram on how
8640 SET_ADDRMAP is used and how *LOWPC and *HIGHPC are updated. */
c906108c 8641
72bf9492
DJ
8642static void
8643scan_partial_symbols (struct partial_die_info *first_die, CORE_ADDR *lowpc,
cdc07690
YQ
8644 CORE_ADDR *highpc, int set_addrmap,
8645 struct dwarf2_cu *cu)
c906108c 8646{
72bf9492 8647 struct partial_die_info *pdi;
c906108c 8648
91c24f0a
DC
8649 /* Now, march along the PDI's, descending into ones which have
8650 interesting children but skipping the children of the other ones,
8651 until we reach the end of the compilation unit. */
c906108c 8652
72bf9492 8653 pdi = first_die;
91c24f0a 8654
72bf9492
DJ
8655 while (pdi != NULL)
8656 {
52356b79 8657 pdi->fixup (cu);
c906108c 8658
f55ee35c 8659 /* Anonymous namespaces or modules have no name but have interesting
91c24f0a
DC
8660 children, so we need to look at them. Ditto for anonymous
8661 enums. */
933c6fe4 8662
72bf9492 8663 if (pdi->name != NULL || pdi->tag == DW_TAG_namespace
95554aad 8664 || pdi->tag == DW_TAG_module || pdi->tag == DW_TAG_enumeration_type
b1dc1806
XR
8665 || pdi->tag == DW_TAG_imported_unit
8666 || pdi->tag == DW_TAG_inlined_subroutine)
c906108c 8667 {
72bf9492 8668 switch (pdi->tag)
c906108c
SS
8669 {
8670 case DW_TAG_subprogram:
b1dc1806 8671 case DW_TAG_inlined_subroutine:
cdc07690 8672 add_partial_subprogram (pdi, lowpc, highpc, set_addrmap, cu);
c906108c 8673 break;
72929c62 8674 case DW_TAG_constant:
c906108c
SS
8675 case DW_TAG_variable:
8676 case DW_TAG_typedef:
91c24f0a 8677 case DW_TAG_union_type:
72bf9492 8678 if (!pdi->is_declaration)
63d06c5c 8679 {
72bf9492 8680 add_partial_symbol (pdi, cu);
63d06c5c
DC
8681 }
8682 break;
c906108c 8683 case DW_TAG_class_type:
680b30c7 8684 case DW_TAG_interface_type:
c906108c 8685 case DW_TAG_structure_type:
72bf9492 8686 if (!pdi->is_declaration)
c906108c 8687 {
72bf9492 8688 add_partial_symbol (pdi, cu);
c906108c 8689 }
b7fee5a3
KS
8690 if ((cu->language == language_rust
8691 || cu->language == language_cplus) && pdi->has_children)
e98c9e7c
TT
8692 scan_partial_symbols (pdi->die_child, lowpc, highpc,
8693 set_addrmap, cu);
c906108c 8694 break;
91c24f0a 8695 case DW_TAG_enumeration_type:
72bf9492
DJ
8696 if (!pdi->is_declaration)
8697 add_partial_enumeration (pdi, cu);
c906108c
SS
8698 break;
8699 case DW_TAG_base_type:
a02abb62 8700 case DW_TAG_subrange_type:
c906108c 8701 /* File scope base type definitions are added to the partial
c5aa993b 8702 symbol table. */
72bf9492 8703 add_partial_symbol (pdi, cu);
c906108c 8704 break;
d9fa45fe 8705 case DW_TAG_namespace:
cdc07690 8706 add_partial_namespace (pdi, lowpc, highpc, set_addrmap, cu);
91c24f0a 8707 break;
5d7cb8df 8708 case DW_TAG_module:
cdc07690 8709 add_partial_module (pdi, lowpc, highpc, set_addrmap, cu);
5d7cb8df 8710 break;
95554aad
TT
8711 case DW_TAG_imported_unit:
8712 {
8713 struct dwarf2_per_cu_data *per_cu;
8714
f4dc4d17
DE
8715 /* For now we don't handle imported units in type units. */
8716 if (cu->per_cu->is_debug_types)
8717 {
8718 error (_("Dwarf Error: DW_TAG_imported_unit is not"
8719 " supported in type units [in module %s]"),
518817b3 8720 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
f4dc4d17
DE
8721 }
8722
e3b94546
SM
8723 per_cu = dwarf2_find_containing_comp_unit
8724 (pdi->d.sect_off, pdi->is_dwz,
518817b3 8725 cu->per_cu->dwarf2_per_objfile);
95554aad
TT
8726
8727 /* Go read the partial unit, if needed. */
8728 if (per_cu->v.psymtab == NULL)
b93601f3 8729 process_psymtab_comp_unit (per_cu, 1, cu->language);
95554aad 8730
f4dc4d17 8731 VEC_safe_push (dwarf2_per_cu_ptr,
796a7ff8 8732 cu->per_cu->imported_symtabs, per_cu);
95554aad
TT
8733 }
8734 break;
74921315
KS
8735 case DW_TAG_imported_declaration:
8736 add_partial_symbol (pdi, cu);
8737 break;
c906108c
SS
8738 default:
8739 break;
8740 }
8741 }
8742
72bf9492
DJ
8743 /* If the die has a sibling, skip to the sibling. */
8744
8745 pdi = pdi->die_sibling;
8746 }
8747}
8748
8749/* Functions used to compute the fully scoped name of a partial DIE.
91c24f0a 8750
72bf9492 8751 Normally, this is simple. For C++, the parent DIE's fully scoped
9c37b5ae 8752 name is concatenated with "::" and the partial DIE's name.
72bf9492
DJ
8753 Enumerators are an exception; they use the scope of their parent
8754 enumeration type, i.e. the name of the enumeration type is not
8755 prepended to the enumerator.
91c24f0a 8756
72bf9492
DJ
8757 There are two complexities. One is DW_AT_specification; in this
8758 case "parent" means the parent of the target of the specification,
8759 instead of the direct parent of the DIE. The other is compilers
8760 which do not emit DW_TAG_namespace; in this case we try to guess
8761 the fully qualified name of structure types from their members'
8762 linkage names. This must be done using the DIE's children rather
8763 than the children of any DW_AT_specification target. We only need
8764 to do this for structures at the top level, i.e. if the target of
8765 any DW_AT_specification (if any; otherwise the DIE itself) does not
8766 have a parent. */
8767
8768/* Compute the scope prefix associated with PDI's parent, in
8769 compilation unit CU. The result will be allocated on CU's
8770 comp_unit_obstack, or a copy of the already allocated PDI->NAME
8771 field. NULL is returned if no prefix is necessary. */
15d034d0 8772static const char *
72bf9492
DJ
8773partial_die_parent_scope (struct partial_die_info *pdi,
8774 struct dwarf2_cu *cu)
8775{
15d034d0 8776 const char *grandparent_scope;
72bf9492 8777 struct partial_die_info *parent, *real_pdi;
91c24f0a 8778
72bf9492
DJ
8779 /* We need to look at our parent DIE; if we have a DW_AT_specification,
8780 then this means the parent of the specification DIE. */
8781
8782 real_pdi = pdi;
72bf9492 8783 while (real_pdi->has_specification)
36586728
TT
8784 real_pdi = find_partial_die (real_pdi->spec_offset,
8785 real_pdi->spec_is_dwz, cu);
72bf9492
DJ
8786
8787 parent = real_pdi->die_parent;
8788 if (parent == NULL)
8789 return NULL;
8790
8791 if (parent->scope_set)
8792 return parent->scope;
8793
52356b79 8794 parent->fixup (cu);
72bf9492 8795
10b3939b 8796 grandparent_scope = partial_die_parent_scope (parent, cu);
72bf9492 8797
acebe513
UW
8798 /* GCC 4.0 and 4.1 had a bug (PR c++/28460) where they generated bogus
8799 DW_TAG_namespace DIEs with a name of "::" for the global namespace.
8800 Work around this problem here. */
8801 if (cu->language == language_cplus
6e70227d 8802 && parent->tag == DW_TAG_namespace
acebe513
UW
8803 && strcmp (parent->name, "::") == 0
8804 && grandparent_scope == NULL)
8805 {
8806 parent->scope = NULL;
8807 parent->scope_set = 1;
8808 return NULL;
8809 }
8810
9c6c53f7
SA
8811 if (pdi->tag == DW_TAG_enumerator)
8812 /* Enumerators should not get the name of the enumeration as a prefix. */
8813 parent->scope = grandparent_scope;
8814 else if (parent->tag == DW_TAG_namespace
f55ee35c 8815 || parent->tag == DW_TAG_module
72bf9492
DJ
8816 || parent->tag == DW_TAG_structure_type
8817 || parent->tag == DW_TAG_class_type
680b30c7 8818 || parent->tag == DW_TAG_interface_type
ceeb3d5a
TT
8819 || parent->tag == DW_TAG_union_type
8820 || parent->tag == DW_TAG_enumeration_type)
72bf9492
DJ
8821 {
8822 if (grandparent_scope == NULL)
8823 parent->scope = parent->name;
8824 else
3e43a32a
MS
8825 parent->scope = typename_concat (&cu->comp_unit_obstack,
8826 grandparent_scope,
f55ee35c 8827 parent->name, 0, cu);
72bf9492 8828 }
72bf9492
DJ
8829 else
8830 {
8831 /* FIXME drow/2004-04-01: What should we be doing with
8832 function-local names? For partial symbols, we should probably be
8833 ignoring them. */
b98664d3 8834 complaint (_("unhandled containing DIE tag %d for DIE at %s"),
9d8780f0 8835 parent->tag, sect_offset_str (pdi->sect_off));
72bf9492 8836 parent->scope = grandparent_scope;
c906108c
SS
8837 }
8838
72bf9492
DJ
8839 parent->scope_set = 1;
8840 return parent->scope;
8841}
8842
8843/* Return the fully scoped name associated with PDI, from compilation unit
8844 CU. The result will be allocated with malloc. */
4568ecf9 8845
72bf9492
DJ
8846static char *
8847partial_die_full_name (struct partial_die_info *pdi,
8848 struct dwarf2_cu *cu)
8849{
15d034d0 8850 const char *parent_scope;
72bf9492 8851
98bfdba5
PA
8852 /* If this is a template instantiation, we can not work out the
8853 template arguments from partial DIEs. So, unfortunately, we have
8854 to go through the full DIEs. At least any work we do building
8855 types here will be reused if full symbols are loaded later. */
8856 if (pdi->has_template_arguments)
8857 {
52356b79 8858 pdi->fixup (cu);
98bfdba5
PA
8859
8860 if (pdi->name != NULL && strchr (pdi->name, '<') == NULL)
8861 {
8862 struct die_info *die;
8863 struct attribute attr;
8864 struct dwarf2_cu *ref_cu = cu;
8865
b64f50a1 8866 /* DW_FORM_ref_addr is using section offset. */
b4069958 8867 attr.name = (enum dwarf_attribute) 0;
98bfdba5 8868 attr.form = DW_FORM_ref_addr;
9c541725 8869 attr.u.unsnd = to_underlying (pdi->sect_off);
98bfdba5
PA
8870 die = follow_die_ref (NULL, &attr, &ref_cu);
8871
8872 return xstrdup (dwarf2_full_name (NULL, die, ref_cu));
8873 }
8874 }
8875
72bf9492
DJ
8876 parent_scope = partial_die_parent_scope (pdi, cu);
8877 if (parent_scope == NULL)
8878 return NULL;
8879 else
f55ee35c 8880 return typename_concat (NULL, parent_scope, pdi->name, 0, cu);
c906108c
SS
8881}
8882
8883static void
72bf9492 8884add_partial_symbol (struct partial_die_info *pdi, struct dwarf2_cu *cu)
c906108c 8885{
518817b3
SM
8886 struct dwarf2_per_objfile *dwarf2_per_objfile
8887 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 8888 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 8889 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c 8890 CORE_ADDR addr = 0;
15d034d0 8891 const char *actual_name = NULL;
e142c38c 8892 CORE_ADDR baseaddr;
15d034d0 8893 char *built_actual_name;
e142c38c
DJ
8894
8895 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c 8896
15d034d0
TT
8897 built_actual_name = partial_die_full_name (pdi, cu);
8898 if (built_actual_name != NULL)
8899 actual_name = built_actual_name;
63d06c5c 8900
72bf9492
DJ
8901 if (actual_name == NULL)
8902 actual_name = pdi->name;
8903
c906108c
SS
8904 switch (pdi->tag)
8905 {
b1dc1806 8906 case DW_TAG_inlined_subroutine:
c906108c 8907 case DW_TAG_subprogram:
79748972
TT
8908 addr = (gdbarch_adjust_dwarf2_addr (gdbarch, pdi->lowpc + baseaddr)
8909 - baseaddr);
2cfa0c8d 8910 if (pdi->is_external || cu->language == language_ada)
c906108c 8911 {
2cfa0c8d
JB
8912 /* brobecker/2007-12-26: Normally, only "external" DIEs are part
8913 of the global scope. But in Ada, we want to be able to access
8914 nested procedures globally. So all Ada subprograms are stored
8915 in the global scope. */
f47fb265 8916 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8917 built_actual_name != NULL,
f47fb265 8918 VAR_DOMAIN, LOC_BLOCK,
79748972 8919 SECT_OFF_TEXT (objfile),
75aedd27 8920 psymbol_placement::GLOBAL,
79748972
TT
8921 addr,
8922 cu->language, objfile);
c906108c
SS
8923 }
8924 else
8925 {
f47fb265 8926 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8927 built_actual_name != NULL,
f47fb265 8928 VAR_DOMAIN, LOC_BLOCK,
79748972 8929 SECT_OFF_TEXT (objfile),
75aedd27 8930 psymbol_placement::STATIC,
1762568f 8931 addr, cu->language, objfile);
c906108c 8932 }
0c1b455e
TT
8933
8934 if (pdi->main_subprogram && actual_name != NULL)
8935 set_objfile_main_name (objfile, actual_name, cu->language);
c906108c 8936 break;
72929c62 8937 case DW_TAG_constant:
75aedd27
TT
8938 add_psymbol_to_list (actual_name, strlen (actual_name),
8939 built_actual_name != NULL, VAR_DOMAIN, LOC_STATIC,
8940 -1, (pdi->is_external
8941 ? psymbol_placement::GLOBAL
8942 : psymbol_placement::STATIC),
8943 0, cu->language, objfile);
72929c62 8944 break;
c906108c 8945 case DW_TAG_variable:
95554aad
TT
8946 if (pdi->d.locdesc)
8947 addr = decode_locdesc (pdi->d.locdesc, cu);
caac4577 8948
95554aad 8949 if (pdi->d.locdesc
caac4577
JG
8950 && addr == 0
8951 && !dwarf2_per_objfile->has_section_at_zero)
8952 {
8953 /* A global or static variable may also have been stripped
8954 out by the linker if unused, in which case its address
8955 will be nullified; do not add such variables into partial
8956 symbol table then. */
8957 }
8958 else if (pdi->is_external)
c906108c
SS
8959 {
8960 /* Global Variable.
8961 Don't enter into the minimal symbol tables as there is
8962 a minimal symbol table entry from the ELF symbols already.
8963 Enter into partial symbol table if it has a location
8964 descriptor or a type.
8965 If the location descriptor is missing, new_symbol will create
8966 a LOC_UNRESOLVED symbol, the address of the variable will then
8967 be determined from the minimal symbol table whenever the variable
8968 is referenced.
8969 The address for the partial symbol table entry is not
8970 used by GDB, but it comes in handy for debugging partial symbol
8971 table building. */
8972
95554aad 8973 if (pdi->d.locdesc || pdi->has_type)
f47fb265 8974 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8975 built_actual_name != NULL,
f47fb265 8976 VAR_DOMAIN, LOC_STATIC,
79748972 8977 SECT_OFF_TEXT (objfile),
75aedd27 8978 psymbol_placement::GLOBAL,
79748972 8979 addr, cu->language, objfile);
c906108c
SS
8980 }
8981 else
8982 {
ff908ebf
AW
8983 int has_loc = pdi->d.locdesc != NULL;
8984
8985 /* Static Variable. Skip symbols whose value we cannot know (those
8986 without location descriptors or constant values). */
8987 if (!has_loc && !pdi->has_const_value)
decbce07 8988 {
15d034d0 8989 xfree (built_actual_name);
decbce07
MS
8990 return;
8991 }
ff908ebf 8992
f47fb265 8993 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 8994 built_actual_name != NULL,
f47fb265 8995 VAR_DOMAIN, LOC_STATIC,
79748972 8996 SECT_OFF_TEXT (objfile),
75aedd27 8997 psymbol_placement::STATIC,
79748972 8998 has_loc ? addr : 0,
f47fb265 8999 cu->language, objfile);
c906108c
SS
9000 }
9001 break;
9002 case DW_TAG_typedef:
9003 case DW_TAG_base_type:
a02abb62 9004 case DW_TAG_subrange_type:
38d518c9 9005 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 9006 built_actual_name != NULL,
79748972 9007 VAR_DOMAIN, LOC_TYPEDEF, -1,
75aedd27 9008 psymbol_placement::STATIC,
1762568f 9009 0, cu->language, objfile);
c906108c 9010 break;
74921315 9011 case DW_TAG_imported_declaration:
72bf9492
DJ
9012 case DW_TAG_namespace:
9013 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 9014 built_actual_name != NULL,
79748972 9015 VAR_DOMAIN, LOC_TYPEDEF, -1,
75aedd27 9016 psymbol_placement::GLOBAL,
1762568f 9017 0, cu->language, objfile);
72bf9492 9018 break;
530e8392
KB
9019 case DW_TAG_module:
9020 add_psymbol_to_list (actual_name, strlen (actual_name),
9021 built_actual_name != NULL,
79748972 9022 MODULE_DOMAIN, LOC_TYPEDEF, -1,
75aedd27 9023 psymbol_placement::GLOBAL,
1762568f 9024 0, cu->language, objfile);
530e8392 9025 break;
c906108c 9026 case DW_TAG_class_type:
680b30c7 9027 case DW_TAG_interface_type:
c906108c
SS
9028 case DW_TAG_structure_type:
9029 case DW_TAG_union_type:
9030 case DW_TAG_enumeration_type:
fa4028e9
JB
9031 /* Skip external references. The DWARF standard says in the section
9032 about "Structure, Union, and Class Type Entries": "An incomplete
9033 structure, union or class type is represented by a structure,
9034 union or class entry that does not have a byte size attribute
9035 and that has a DW_AT_declaration attribute." */
9036 if (!pdi->has_byte_size && pdi->is_declaration)
decbce07 9037 {
15d034d0 9038 xfree (built_actual_name);
decbce07
MS
9039 return;
9040 }
fa4028e9 9041
63d06c5c
DC
9042 /* NOTE: carlton/2003-10-07: See comment in new_symbol about
9043 static vs. global. */
38d518c9 9044 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 9045 built_actual_name != NULL,
79748972 9046 STRUCT_DOMAIN, LOC_TYPEDEF, -1,
9c37b5ae 9047 cu->language == language_cplus
75aedd27
TT
9048 ? psymbol_placement::GLOBAL
9049 : psymbol_placement::STATIC,
1762568f 9050 0, cu->language, objfile);
c906108c 9051
c906108c
SS
9052 break;
9053 case DW_TAG_enumerator:
38d518c9 9054 add_psymbol_to_list (actual_name, strlen (actual_name),
15d034d0 9055 built_actual_name != NULL,
79748972 9056 VAR_DOMAIN, LOC_CONST, -1,
9c37b5ae 9057 cu->language == language_cplus
75aedd27
TT
9058 ? psymbol_placement::GLOBAL
9059 : psymbol_placement::STATIC,
1762568f 9060 0, cu->language, objfile);
c906108c
SS
9061 break;
9062 default:
9063 break;
9064 }
5c4e30ca 9065
15d034d0 9066 xfree (built_actual_name);
c906108c
SS
9067}
9068
5c4e30ca
DC
9069/* Read a partial die corresponding to a namespace; also, add a symbol
9070 corresponding to that namespace to the symbol table. NAMESPACE is
9071 the name of the enclosing namespace. */
91c24f0a 9072
72bf9492
DJ
9073static void
9074add_partial_namespace (struct partial_die_info *pdi,
91c24f0a 9075 CORE_ADDR *lowpc, CORE_ADDR *highpc,
cdc07690 9076 int set_addrmap, struct dwarf2_cu *cu)
91c24f0a 9077{
72bf9492 9078 /* Add a symbol for the namespace. */
e7c27a73 9079
72bf9492 9080 add_partial_symbol (pdi, cu);
5c4e30ca
DC
9081
9082 /* Now scan partial symbols in that namespace. */
9083
91c24f0a 9084 if (pdi->has_children)
cdc07690 9085 scan_partial_symbols (pdi->die_child, lowpc, highpc, set_addrmap, cu);
91c24f0a
DC
9086}
9087
5d7cb8df
JK
9088/* Read a partial die corresponding to a Fortran module. */
9089
9090static void
9091add_partial_module (struct partial_die_info *pdi, CORE_ADDR *lowpc,
cdc07690 9092 CORE_ADDR *highpc, int set_addrmap, struct dwarf2_cu *cu)
5d7cb8df 9093{
530e8392
KB
9094 /* Add a symbol for the namespace. */
9095
9096 add_partial_symbol (pdi, cu);
9097
f55ee35c 9098 /* Now scan partial symbols in that module. */
5d7cb8df
JK
9099
9100 if (pdi->has_children)
cdc07690 9101 scan_partial_symbols (pdi->die_child, lowpc, highpc, set_addrmap, cu);
5d7cb8df
JK
9102}
9103
b1dc1806
XR
9104/* Read a partial die corresponding to a subprogram or an inlined
9105 subprogram and create a partial symbol for that subprogram.
9106 When the CU language allows it, this routine also defines a partial
9107 symbol for each nested subprogram that this subprogram contains.
9108 If SET_ADDRMAP is true, record the covered ranges in the addrmap.
9109 Set *LOWPC and *HIGHPC to the lowest and highest PC values found in PDI.
6e70227d 9110
cdc07690
YQ
9111 PDI may also be a lexical block, in which case we simply search
9112 recursively for subprograms defined inside that lexical block.
bc30ff58
JB
9113 Again, this is only performed when the CU language allows this
9114 type of definitions. */
9115
9116static void
9117add_partial_subprogram (struct partial_die_info *pdi,
9118 CORE_ADDR *lowpc, CORE_ADDR *highpc,
cdc07690 9119 int set_addrmap, struct dwarf2_cu *cu)
bc30ff58 9120{
b1dc1806 9121 if (pdi->tag == DW_TAG_subprogram || pdi->tag == DW_TAG_inlined_subroutine)
bc30ff58
JB
9122 {
9123 if (pdi->has_pc_info)
9124 {
9125 if (pdi->lowpc < *lowpc)
9126 *lowpc = pdi->lowpc;
9127 if (pdi->highpc > *highpc)
9128 *highpc = pdi->highpc;
cdc07690 9129 if (set_addrmap)
5734ee8b 9130 {
518817b3 9131 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a
MR
9132 struct gdbarch *gdbarch = get_objfile_arch (objfile);
9133 CORE_ADDR baseaddr;
b926417a
TT
9134 CORE_ADDR this_highpc;
9135 CORE_ADDR this_lowpc;
5734ee8b
DJ
9136
9137 baseaddr = ANOFFSET (objfile->section_offsets,
9138 SECT_OFF_TEXT (objfile));
b926417a
TT
9139 this_lowpc
9140 = (gdbarch_adjust_dwarf2_addr (gdbarch,
9141 pdi->lowpc + baseaddr)
9142 - baseaddr);
9143 this_highpc
9144 = (gdbarch_adjust_dwarf2_addr (gdbarch,
9145 pdi->highpc + baseaddr)
9146 - baseaddr);
d320c2b5 9147 addrmap_set_empty (objfile->partial_symtabs->psymtabs_addrmap,
b926417a 9148 this_lowpc, this_highpc - 1,
9291a0cd 9149 cu->per_cu->v.psymtab);
5734ee8b 9150 }
481860b3
GB
9151 }
9152
9153 if (pdi->has_pc_info || (!pdi->is_external && pdi->may_be_inlined))
9154 {
bc30ff58 9155 if (!pdi->is_declaration)
e8d05480
JB
9156 /* Ignore subprogram DIEs that do not have a name, they are
9157 illegal. Do not emit a complaint at this point, we will
9158 do so when we convert this psymtab into a symtab. */
9159 if (pdi->name)
9160 add_partial_symbol (pdi, cu);
bc30ff58
JB
9161 }
9162 }
6e70227d 9163
bc30ff58
JB
9164 if (! pdi->has_children)
9165 return;
9166
9167 if (cu->language == language_ada)
9168 {
9169 pdi = pdi->die_child;
9170 while (pdi != NULL)
9171 {
52356b79 9172 pdi->fixup (cu);
bc30ff58 9173 if (pdi->tag == DW_TAG_subprogram
b1dc1806 9174 || pdi->tag == DW_TAG_inlined_subroutine
bc30ff58 9175 || pdi->tag == DW_TAG_lexical_block)
cdc07690 9176 add_partial_subprogram (pdi, lowpc, highpc, set_addrmap, cu);
bc30ff58
JB
9177 pdi = pdi->die_sibling;
9178 }
9179 }
9180}
9181
91c24f0a
DC
9182/* Read a partial die corresponding to an enumeration type. */
9183
72bf9492
DJ
9184static void
9185add_partial_enumeration (struct partial_die_info *enum_pdi,
9186 struct dwarf2_cu *cu)
91c24f0a 9187{
72bf9492 9188 struct partial_die_info *pdi;
91c24f0a
DC
9189
9190 if (enum_pdi->name != NULL)
72bf9492
DJ
9191 add_partial_symbol (enum_pdi, cu);
9192
9193 pdi = enum_pdi->die_child;
9194 while (pdi)
91c24f0a 9195 {
72bf9492 9196 if (pdi->tag != DW_TAG_enumerator || pdi->name == NULL)
b98664d3 9197 complaint (_("malformed enumerator DIE ignored"));
91c24f0a 9198 else
72bf9492
DJ
9199 add_partial_symbol (pdi, cu);
9200 pdi = pdi->die_sibling;
91c24f0a 9201 }
91c24f0a
DC
9202}
9203
6caca83c
CC
9204/* Return the initial uleb128 in the die at INFO_PTR. */
9205
9206static unsigned int
d521ce57 9207peek_abbrev_code (bfd *abfd, const gdb_byte *info_ptr)
6caca83c
CC
9208{
9209 unsigned int bytes_read;
9210
9211 return read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
9212}
9213
685af9cd
TT
9214/* Read the initial uleb128 in the die at INFO_PTR in compilation unit
9215 READER::CU. Use READER::ABBREV_TABLE to lookup any abbreviation.
9216
4bb7a0a7
DJ
9217 Return the corresponding abbrev, or NULL if the number is zero (indicating
9218 an empty DIE). In either case *BYTES_READ will be set to the length of
9219 the initial number. */
9220
9221static struct abbrev_info *
685af9cd
TT
9222peek_die_abbrev (const die_reader_specs &reader,
9223 const gdb_byte *info_ptr, unsigned int *bytes_read)
4bb7a0a7 9224{
685af9cd 9225 dwarf2_cu *cu = reader.cu;
518817b3 9226 bfd *abfd = cu->per_cu->dwarf2_per_objfile->objfile->obfd;
685af9cd
TT
9227 unsigned int abbrev_number
9228 = read_unsigned_leb128 (abfd, info_ptr, bytes_read);
4bb7a0a7
DJ
9229
9230 if (abbrev_number == 0)
9231 return NULL;
9232
685af9cd 9233 abbrev_info *abbrev = reader.abbrev_table->lookup_abbrev (abbrev_number);
4bb7a0a7
DJ
9234 if (!abbrev)
9235 {
422b9917 9236 error (_("Dwarf Error: Could not find abbrev number %d in %s"
9d8780f0 9237 " at offset %s [in module %s]"),
422b9917 9238 abbrev_number, cu->per_cu->is_debug_types ? "TU" : "CU",
9d8780f0 9239 sect_offset_str (cu->header.sect_off), bfd_get_filename (abfd));
4bb7a0a7
DJ
9240 }
9241
9242 return abbrev;
9243}
9244
93311388
DE
9245/* Scan the debug information for CU starting at INFO_PTR in buffer BUFFER.
9246 Returns a pointer to the end of a series of DIEs, terminated by an empty
4bb7a0a7
DJ
9247 DIE. Any children of the skipped DIEs will also be skipped. */
9248
d521ce57
TT
9249static const gdb_byte *
9250skip_children (const struct die_reader_specs *reader, const gdb_byte *info_ptr)
4bb7a0a7 9251{
4bb7a0a7
DJ
9252 while (1)
9253 {
685af9cd
TT
9254 unsigned int bytes_read;
9255 abbrev_info *abbrev = peek_die_abbrev (*reader, info_ptr, &bytes_read);
9256
4bb7a0a7
DJ
9257 if (abbrev == NULL)
9258 return info_ptr + bytes_read;
9259 else
dee91e82 9260 info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
4bb7a0a7
DJ
9261 }
9262}
9263
93311388
DE
9264/* Scan the debug information for CU starting at INFO_PTR in buffer BUFFER.
9265 INFO_PTR should point just after the initial uleb128 of a DIE, and the
4bb7a0a7
DJ
9266 abbrev corresponding to that skipped uleb128 should be passed in
9267 ABBREV. Returns a pointer to this DIE's sibling, skipping any
9268 children. */
9269
d521ce57
TT
9270static const gdb_byte *
9271skip_one_die (const struct die_reader_specs *reader, const gdb_byte *info_ptr,
dee91e82 9272 struct abbrev_info *abbrev)
4bb7a0a7
DJ
9273{
9274 unsigned int bytes_read;
9275 struct attribute attr;
dee91e82
DE
9276 bfd *abfd = reader->abfd;
9277 struct dwarf2_cu *cu = reader->cu;
d521ce57 9278 const gdb_byte *buffer = reader->buffer;
f664829e 9279 const gdb_byte *buffer_end = reader->buffer_end;
4bb7a0a7
DJ
9280 unsigned int form, i;
9281
9282 for (i = 0; i < abbrev->num_attrs; i++)
9283 {
9284 /* The only abbrev we care about is DW_AT_sibling. */
9285 if (abbrev->attrs[i].name == DW_AT_sibling)
9286 {
dee91e82 9287 read_attribute (reader, &attr, &abbrev->attrs[i], info_ptr);
4bb7a0a7 9288 if (attr.form == DW_FORM_ref_addr)
b98664d3 9289 complaint (_("ignoring absolute DW_AT_sibling"));
4bb7a0a7 9290 else
b9502d3f 9291 {
9c541725
PA
9292 sect_offset off = dwarf2_get_ref_die_offset (&attr);
9293 const gdb_byte *sibling_ptr = buffer + to_underlying (off);
b9502d3f
WN
9294
9295 if (sibling_ptr < info_ptr)
b98664d3 9296 complaint (_("DW_AT_sibling points backwards"));
22869d73
KS
9297 else if (sibling_ptr > reader->buffer_end)
9298 dwarf2_section_buffer_overflow_complaint (reader->die_section);
b9502d3f
WN
9299 else
9300 return sibling_ptr;
9301 }
4bb7a0a7
DJ
9302 }
9303
9304 /* If it isn't DW_AT_sibling, skip this attribute. */
9305 form = abbrev->attrs[i].form;
9306 skip_attribute:
9307 switch (form)
9308 {
4bb7a0a7 9309 case DW_FORM_ref_addr:
ae411497
TT
9310 /* In DWARF 2, DW_FORM_ref_addr is address sized; in DWARF 3
9311 and later it is offset sized. */
9312 if (cu->header.version == 2)
9313 info_ptr += cu->header.addr_size;
9314 else
9315 info_ptr += cu->header.offset_size;
9316 break;
36586728
TT
9317 case DW_FORM_GNU_ref_alt:
9318 info_ptr += cu->header.offset_size;
9319 break;
ae411497 9320 case DW_FORM_addr:
4bb7a0a7
DJ
9321 info_ptr += cu->header.addr_size;
9322 break;
9323 case DW_FORM_data1:
9324 case DW_FORM_ref1:
9325 case DW_FORM_flag:
9326 info_ptr += 1;
9327 break;
2dc7f7b3 9328 case DW_FORM_flag_present:
43988095 9329 case DW_FORM_implicit_const:
2dc7f7b3 9330 break;
4bb7a0a7
DJ
9331 case DW_FORM_data2:
9332 case DW_FORM_ref2:
9333 info_ptr += 2;
9334 break;
9335 case DW_FORM_data4:
9336 case DW_FORM_ref4:
9337 info_ptr += 4;
9338 break;
9339 case DW_FORM_data8:
9340 case DW_FORM_ref8:
55f1336d 9341 case DW_FORM_ref_sig8:
4bb7a0a7
DJ
9342 info_ptr += 8;
9343 break;
0224619f
JK
9344 case DW_FORM_data16:
9345 info_ptr += 16;
9346 break;
4bb7a0a7 9347 case DW_FORM_string:
9b1c24c8 9348 read_direct_string (abfd, info_ptr, &bytes_read);
4bb7a0a7
DJ
9349 info_ptr += bytes_read;
9350 break;
2dc7f7b3 9351 case DW_FORM_sec_offset:
4bb7a0a7 9352 case DW_FORM_strp:
36586728 9353 case DW_FORM_GNU_strp_alt:
4bb7a0a7
DJ
9354 info_ptr += cu->header.offset_size;
9355 break;
2dc7f7b3 9356 case DW_FORM_exprloc:
4bb7a0a7
DJ
9357 case DW_FORM_block:
9358 info_ptr += read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
9359 info_ptr += bytes_read;
9360 break;
9361 case DW_FORM_block1:
9362 info_ptr += 1 + read_1_byte (abfd, info_ptr);
9363 break;
9364 case DW_FORM_block2:
9365 info_ptr += 2 + read_2_bytes (abfd, info_ptr);
9366 break;
9367 case DW_FORM_block4:
9368 info_ptr += 4 + read_4_bytes (abfd, info_ptr);
9369 break;
9370 case DW_FORM_sdata:
9371 case DW_FORM_udata:
9372 case DW_FORM_ref_udata:
3019eac3
DE
9373 case DW_FORM_GNU_addr_index:
9374 case DW_FORM_GNU_str_index:
d521ce57 9375 info_ptr = safe_skip_leb128 (info_ptr, buffer_end);
4bb7a0a7
DJ
9376 break;
9377 case DW_FORM_indirect:
9378 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
9379 info_ptr += bytes_read;
9380 /* We need to continue parsing from here, so just go back to
9381 the top. */
9382 goto skip_attribute;
9383
9384 default:
3e43a32a
MS
9385 error (_("Dwarf Error: Cannot handle %s "
9386 "in DWARF reader [in module %s]"),
4bb7a0a7
DJ
9387 dwarf_form_name (form),
9388 bfd_get_filename (abfd));
9389 }
9390 }
9391
9392 if (abbrev->has_children)
dee91e82 9393 return skip_children (reader, info_ptr);
4bb7a0a7
DJ
9394 else
9395 return info_ptr;
9396}
9397
93311388 9398/* Locate ORIG_PDI's sibling.
dee91e82 9399 INFO_PTR should point to the start of the next DIE after ORIG_PDI. */
91c24f0a 9400
d521ce57 9401static const gdb_byte *
dee91e82
DE
9402locate_pdi_sibling (const struct die_reader_specs *reader,
9403 struct partial_die_info *orig_pdi,
d521ce57 9404 const gdb_byte *info_ptr)
91c24f0a
DC
9405{
9406 /* Do we know the sibling already? */
72bf9492 9407
91c24f0a
DC
9408 if (orig_pdi->sibling)
9409 return orig_pdi->sibling;
9410
9411 /* Are there any children to deal with? */
9412
9413 if (!orig_pdi->has_children)
9414 return info_ptr;
9415
4bb7a0a7 9416 /* Skip the children the long way. */
91c24f0a 9417
dee91e82 9418 return skip_children (reader, info_ptr);
91c24f0a
DC
9419}
9420
257e7a09 9421/* Expand this partial symbol table into a full symbol table. SELF is
442e4d9c 9422 not NULL. */
c906108c
SS
9423
9424static void
257e7a09
YQ
9425dwarf2_read_symtab (struct partial_symtab *self,
9426 struct objfile *objfile)
c906108c 9427{
ed2dc618
SM
9428 struct dwarf2_per_objfile *dwarf2_per_objfile
9429 = get_dwarf2_per_objfile (objfile);
9430
257e7a09 9431 if (self->readin)
c906108c 9432 {
442e4d9c 9433 warning (_("bug: psymtab for %s is already read in."),
257e7a09 9434 self->filename);
442e4d9c
YQ
9435 }
9436 else
9437 {
9438 if (info_verbose)
c906108c 9439 {
442e4d9c 9440 printf_filtered (_("Reading in symbols for %s..."),
257e7a09 9441 self->filename);
442e4d9c 9442 gdb_flush (gdb_stdout);
c906108c 9443 }
c906108c 9444
442e4d9c
YQ
9445 /* If this psymtab is constructed from a debug-only objfile, the
9446 has_section_at_zero flag will not necessarily be correct. We
9447 can get the correct value for this flag by looking at the data
9448 associated with the (presumably stripped) associated objfile. */
9449 if (objfile->separate_debug_objfile_backlink)
9450 {
9451 struct dwarf2_per_objfile *dpo_backlink
ed2dc618 9452 = get_dwarf2_per_objfile (objfile->separate_debug_objfile_backlink);
9a619af0 9453
442e4d9c
YQ
9454 dwarf2_per_objfile->has_section_at_zero
9455 = dpo_backlink->has_section_at_zero;
9456 }
b2ab525c 9457
442e4d9c 9458 dwarf2_per_objfile->reading_partial_symbols = 0;
98bfdba5 9459
257e7a09 9460 psymtab_to_symtab_1 (self);
c906108c 9461
442e4d9c
YQ
9462 /* Finish up the debug error message. */
9463 if (info_verbose)
9464 printf_filtered (_("done.\n"));
c906108c 9465 }
95554aad 9466
ed2dc618 9467 process_cu_includes (dwarf2_per_objfile);
c906108c 9468}
9cdd5dbd
DE
9469\f
9470/* Reading in full CUs. */
c906108c 9471
10b3939b
DJ
9472/* Add PER_CU to the queue. */
9473
9474static void
95554aad
TT
9475queue_comp_unit (struct dwarf2_per_cu_data *per_cu,
9476 enum language pretend_language)
10b3939b
DJ
9477{
9478 struct dwarf2_queue_item *item;
9479
9480 per_cu->queued = 1;
8d749320 9481 item = XNEW (struct dwarf2_queue_item);
10b3939b 9482 item->per_cu = per_cu;
95554aad 9483 item->pretend_language = pretend_language;
10b3939b
DJ
9484 item->next = NULL;
9485
9486 if (dwarf2_queue == NULL)
9487 dwarf2_queue = item;
9488 else
9489 dwarf2_queue_tail->next = item;
9490
9491 dwarf2_queue_tail = item;
9492}
9493
89e63ee4
DE
9494/* If PER_CU is not yet queued, add it to the queue.
9495 If DEPENDENT_CU is non-NULL, it has a reference to PER_CU so add a
9496 dependency.
0907af0c 9497 The result is non-zero if PER_CU was queued, otherwise the result is zero
69d751e3
DE
9498 meaning either PER_CU is already queued or it is already loaded.
9499
9500 N.B. There is an invariant here that if a CU is queued then it is loaded.
9501 The caller is required to load PER_CU if we return non-zero. */
0907af0c
DE
9502
9503static int
89e63ee4 9504maybe_queue_comp_unit (struct dwarf2_cu *dependent_cu,
0907af0c
DE
9505 struct dwarf2_per_cu_data *per_cu,
9506 enum language pretend_language)
9507{
9508 /* We may arrive here during partial symbol reading, if we need full
9509 DIEs to process an unusual case (e.g. template arguments). Do
9510 not queue PER_CU, just tell our caller to load its DIEs. */
ed2dc618 9511 if (per_cu->dwarf2_per_objfile->reading_partial_symbols)
0907af0c
DE
9512 {
9513 if (per_cu->cu == NULL || per_cu->cu->dies == NULL)
9514 return 1;
9515 return 0;
9516 }
9517
9518 /* Mark the dependence relation so that we don't flush PER_CU
9519 too early. */
89e63ee4
DE
9520 if (dependent_cu != NULL)
9521 dwarf2_add_dependence (dependent_cu, per_cu);
0907af0c
DE
9522
9523 /* If it's already on the queue, we have nothing to do. */
9524 if (per_cu->queued)
9525 return 0;
9526
9527 /* If the compilation unit is already loaded, just mark it as
9528 used. */
9529 if (per_cu->cu != NULL)
9530 {
9531 per_cu->cu->last_used = 0;
9532 return 0;
9533 }
9534
9535 /* Add it to the queue. */
9536 queue_comp_unit (per_cu, pretend_language);
9537
9538 return 1;
9539}
9540
10b3939b
DJ
9541/* Process the queue. */
9542
9543static void
ed2dc618 9544process_queue (struct dwarf2_per_objfile *dwarf2_per_objfile)
10b3939b
DJ
9545{
9546 struct dwarf2_queue_item *item, *next_item;
9547
b4f54984 9548 if (dwarf_read_debug)
45cfd468
DE
9549 {
9550 fprintf_unfiltered (gdb_stdlog,
9551 "Expanding one or more symtabs of objfile %s ...\n",
4262abfb 9552 objfile_name (dwarf2_per_objfile->objfile));
45cfd468
DE
9553 }
9554
03dd20cc
DJ
9555 /* The queue starts out with one item, but following a DIE reference
9556 may load a new CU, adding it to the end of the queue. */
10b3939b
DJ
9557 for (item = dwarf2_queue; item != NULL; dwarf2_queue = item = next_item)
9558 {
cc12ce38
DE
9559 if ((dwarf2_per_objfile->using_index
9560 ? !item->per_cu->v.quick->compunit_symtab
9561 : (item->per_cu->v.psymtab && !item->per_cu->v.psymtab->readin))
9562 /* Skip dummy CUs. */
9563 && item->per_cu->cu != NULL)
f4dc4d17
DE
9564 {
9565 struct dwarf2_per_cu_data *per_cu = item->per_cu;
73be47f5 9566 unsigned int debug_print_threshold;
247f5c4f 9567 char buf[100];
f4dc4d17 9568
247f5c4f 9569 if (per_cu->is_debug_types)
f4dc4d17 9570 {
247f5c4f
DE
9571 struct signatured_type *sig_type =
9572 (struct signatured_type *) per_cu;
9573
9d8780f0 9574 sprintf (buf, "TU %s at offset %s",
73be47f5 9575 hex_string (sig_type->signature),
9d8780f0 9576 sect_offset_str (per_cu->sect_off));
73be47f5
DE
9577 /* There can be 100s of TUs.
9578 Only print them in verbose mode. */
9579 debug_print_threshold = 2;
f4dc4d17 9580 }
247f5c4f 9581 else
73be47f5 9582 {
9d8780f0
SM
9583 sprintf (buf, "CU at offset %s",
9584 sect_offset_str (per_cu->sect_off));
73be47f5
DE
9585 debug_print_threshold = 1;
9586 }
247f5c4f 9587
b4f54984 9588 if (dwarf_read_debug >= debug_print_threshold)
247f5c4f 9589 fprintf_unfiltered (gdb_stdlog, "Expanding symtab of %s\n", buf);
f4dc4d17
DE
9590
9591 if (per_cu->is_debug_types)
9592 process_full_type_unit (per_cu, item->pretend_language);
9593 else
9594 process_full_comp_unit (per_cu, item->pretend_language);
9595
b4f54984 9596 if (dwarf_read_debug >= debug_print_threshold)
247f5c4f 9597 fprintf_unfiltered (gdb_stdlog, "Done expanding %s\n", buf);
f4dc4d17 9598 }
10b3939b
DJ
9599
9600 item->per_cu->queued = 0;
9601 next_item = item->next;
9602 xfree (item);
9603 }
9604
9605 dwarf2_queue_tail = NULL;
45cfd468 9606
b4f54984 9607 if (dwarf_read_debug)
45cfd468
DE
9608 {
9609 fprintf_unfiltered (gdb_stdlog, "Done expanding symtabs of %s.\n",
4262abfb 9610 objfile_name (dwarf2_per_objfile->objfile));
45cfd468 9611 }
10b3939b
DJ
9612}
9613
10b3939b
DJ
9614/* Read in full symbols for PST, and anything it depends on. */
9615
c906108c 9616static void
fba45db2 9617psymtab_to_symtab_1 (struct partial_symtab *pst)
c906108c 9618{
10b3939b 9619 struct dwarf2_per_cu_data *per_cu;
aaa75496
JB
9620 int i;
9621
95554aad
TT
9622 if (pst->readin)
9623 return;
9624
aaa75496 9625 for (i = 0; i < pst->number_of_dependencies; i++)
95554aad
TT
9626 if (!pst->dependencies[i]->readin
9627 && pst->dependencies[i]->user == NULL)
aaa75496
JB
9628 {
9629 /* Inform about additional files that need to be read in. */
9630 if (info_verbose)
9631 {
a3f17187 9632 /* FIXME: i18n: Need to make this a single string. */
aaa75496
JB
9633 fputs_filtered (" ", gdb_stdout);
9634 wrap_here ("");
9635 fputs_filtered ("and ", gdb_stdout);
9636 wrap_here ("");
9637 printf_filtered ("%s...", pst->dependencies[i]->filename);
0963b4bd 9638 wrap_here (""); /* Flush output. */
aaa75496
JB
9639 gdb_flush (gdb_stdout);
9640 }
9641 psymtab_to_symtab_1 (pst->dependencies[i]);
9642 }
9643
9a3c8263 9644 per_cu = (struct dwarf2_per_cu_data *) pst->read_symtab_private;
10b3939b
DJ
9645
9646 if (per_cu == NULL)
aaa75496
JB
9647 {
9648 /* It's an include file, no symbols to read for it.
9649 Everything is in the parent symtab. */
9650 pst->readin = 1;
9651 return;
9652 }
c906108c 9653
58f0c718 9654 dw2_do_instantiate_symtab (per_cu, false);
10b3939b
DJ
9655}
9656
dee91e82
DE
9657/* Trivial hash function for die_info: the hash value of a DIE
9658 is its offset in .debug_info for this objfile. */
10b3939b 9659
dee91e82
DE
9660static hashval_t
9661die_hash (const void *item)
10b3939b 9662{
9a3c8263 9663 const struct die_info *die = (const struct die_info *) item;
6502dd73 9664
9c541725 9665 return to_underlying (die->sect_off);
dee91e82 9666}
63d06c5c 9667
dee91e82
DE
9668/* Trivial comparison function for die_info structures: two DIEs
9669 are equal if they have the same offset. */
98bfdba5 9670
dee91e82
DE
9671static int
9672die_eq (const void *item_lhs, const void *item_rhs)
9673{
9a3c8263
SM
9674 const struct die_info *die_lhs = (const struct die_info *) item_lhs;
9675 const struct die_info *die_rhs = (const struct die_info *) item_rhs;
c906108c 9676
9c541725 9677 return die_lhs->sect_off == die_rhs->sect_off;
dee91e82 9678}
c906108c 9679
dee91e82
DE
9680/* die_reader_func for load_full_comp_unit.
9681 This is identical to read_signatured_type_reader,
9682 but is kept separate for now. */
c906108c 9683
dee91e82
DE
9684static void
9685load_full_comp_unit_reader (const struct die_reader_specs *reader,
d521ce57 9686 const gdb_byte *info_ptr,
dee91e82
DE
9687 struct die_info *comp_unit_die,
9688 int has_children,
9689 void *data)
9690{
9691 struct dwarf2_cu *cu = reader->cu;
9a3c8263 9692 enum language *language_ptr = (enum language *) data;
6caca83c 9693
dee91e82
DE
9694 gdb_assert (cu->die_hash == NULL);
9695 cu->die_hash =
9696 htab_create_alloc_ex (cu->header.length / 12,
9697 die_hash,
9698 die_eq,
9699 NULL,
9700 &cu->comp_unit_obstack,
9701 hashtab_obstack_allocate,
9702 dummy_obstack_deallocate);
e142c38c 9703
dee91e82
DE
9704 if (has_children)
9705 comp_unit_die->child = read_die_and_siblings (reader, info_ptr,
9706 &info_ptr, comp_unit_die);
9707 cu->dies = comp_unit_die;
9708 /* comp_unit_die is not stored in die_hash, no need. */
10b3939b
DJ
9709
9710 /* We try not to read any attributes in this function, because not
9cdd5dbd 9711 all CUs needed for references have been loaded yet, and symbol
10b3939b 9712 table processing isn't initialized. But we have to set the CU language,
dee91e82
DE
9713 or we won't be able to build types correctly.
9714 Similarly, if we do not read the producer, we can not apply
9715 producer-specific interpretation. */
95554aad 9716 prepare_one_comp_unit (cu, cu->dies, *language_ptr);
dee91e82 9717}
10b3939b 9718
dee91e82 9719/* Load the DIEs associated with PER_CU into memory. */
a6c727b2 9720
dee91e82 9721static void
95554aad 9722load_full_comp_unit (struct dwarf2_per_cu_data *this_cu,
58f0c718 9723 bool skip_partial,
95554aad 9724 enum language pretend_language)
dee91e82 9725{
3019eac3 9726 gdb_assert (! this_cu->is_debug_types);
c5b7e1cb 9727
58f0c718 9728 init_cutu_and_read_dies (this_cu, NULL, 1, 1, skip_partial,
f4dc4d17 9729 load_full_comp_unit_reader, &pretend_language);
10b3939b
DJ
9730}
9731
3da10d80
KS
9732/* Add a DIE to the delayed physname list. */
9733
9734static void
9735add_to_method_list (struct type *type, int fnfield_index, int index,
9736 const char *name, struct die_info *die,
9737 struct dwarf2_cu *cu)
9738{
9739 struct delayed_method_info mi;
9740 mi.type = type;
9741 mi.fnfield_index = fnfield_index;
9742 mi.index = index;
9743 mi.name = name;
9744 mi.die = die;
c89b44cd 9745 cu->method_list.push_back (mi);
3da10d80
KS
9746}
9747
3693fdb3
PA
9748/* Check whether [PHYSNAME, PHYSNAME+LEN) ends with a modifier like
9749 "const" / "volatile". If so, decrements LEN by the length of the
9750 modifier and return true. Otherwise return false. */
9751
9752template<size_t N>
9753static bool
9754check_modifier (const char *physname, size_t &len, const char (&mod)[N])
9755{
9756 size_t mod_len = sizeof (mod) - 1;
9757 if (len > mod_len && startswith (physname + (len - mod_len), mod))
9758 {
9759 len -= mod_len;
9760 return true;
9761 }
9762 return false;
9763}
9764
3da10d80
KS
9765/* Compute the physnames of any methods on the CU's method list.
9766
9767 The computation of method physnames is delayed in order to avoid the
9768 (bad) condition that one of the method's formal parameters is of an as yet
9769 incomplete type. */
9770
9771static void
9772compute_delayed_physnames (struct dwarf2_cu *cu)
9773{
3693fdb3 9774 /* Only C++ delays computing physnames. */
c89b44cd 9775 if (cu->method_list.empty ())
3693fdb3
PA
9776 return;
9777 gdb_assert (cu->language == language_cplus);
9778
52941706 9779 for (const delayed_method_info &mi : cu->method_list)
3da10d80 9780 {
1d06ead6 9781 const char *physname;
3da10d80 9782 struct fn_fieldlist *fn_flp
c89b44cd
TT
9783 = &TYPE_FN_FIELDLIST (mi.type, mi.fnfield_index);
9784 physname = dwarf2_physname (mi.name, mi.die, cu);
9785 TYPE_FN_FIELD_PHYSNAME (fn_flp->fn_fields, mi.index)
005e54bb 9786 = physname ? physname : "";
3693fdb3
PA
9787
9788 /* Since there's no tag to indicate whether a method is a
9789 const/volatile overload, extract that information out of the
9790 demangled name. */
9791 if (physname != NULL)
9792 {
9793 size_t len = strlen (physname);
9794
9795 while (1)
9796 {
9797 if (physname[len] == ')') /* shortcut */
9798 break;
9799 else if (check_modifier (physname, len, " const"))
c89b44cd 9800 TYPE_FN_FIELD_CONST (fn_flp->fn_fields, mi.index) = 1;
3693fdb3 9801 else if (check_modifier (physname, len, " volatile"))
c89b44cd 9802 TYPE_FN_FIELD_VOLATILE (fn_flp->fn_fields, mi.index) = 1;
3693fdb3
PA
9803 else
9804 break;
9805 }
9806 }
3da10d80 9807 }
c89b44cd
TT
9808
9809 /* The list is no longer needed. */
9810 cu->method_list.clear ();
3da10d80
KS
9811}
9812
a766d390
DE
9813/* Go objects should be embedded in a DW_TAG_module DIE,
9814 and it's not clear if/how imported objects will appear.
9815 To keep Go support simple until that's worked out,
9816 go back through what we've read and create something usable.
9817 We could do this while processing each DIE, and feels kinda cleaner,
9818 but that way is more invasive.
9819 This is to, for example, allow the user to type "p var" or "b main"
9820 without having to specify the package name, and allow lookups
9821 of module.object to work in contexts that use the expression
9822 parser. */
9823
9824static void
9825fixup_go_packaging (struct dwarf2_cu *cu)
9826{
9827 char *package_name = NULL;
9828 struct pending *list;
9829 int i;
9830
c24bdb02 9831 for (list = *cu->get_builder ()->get_global_symbols ();
804d2729
TT
9832 list != NULL;
9833 list = list->next)
a766d390
DE
9834 {
9835 for (i = 0; i < list->nsyms; ++i)
9836 {
9837 struct symbol *sym = list->symbol[i];
9838
9839 if (SYMBOL_LANGUAGE (sym) == language_go
9840 && SYMBOL_CLASS (sym) == LOC_BLOCK)
9841 {
9842 char *this_package_name = go_symbol_package_name (sym);
9843
9844 if (this_package_name == NULL)
9845 continue;
9846 if (package_name == NULL)
9847 package_name = this_package_name;
9848 else
9849 {
518817b3
SM
9850 struct objfile *objfile
9851 = cu->per_cu->dwarf2_per_objfile->objfile;
a766d390 9852 if (strcmp (package_name, this_package_name) != 0)
b98664d3 9853 complaint (_("Symtab %s has objects from two different Go packages: %s and %s"),
08be3fe3
DE
9854 (symbol_symtab (sym) != NULL
9855 ? symtab_to_filename_for_display
9856 (symbol_symtab (sym))
e3b94546 9857 : objfile_name (objfile)),
a766d390
DE
9858 this_package_name, package_name);
9859 xfree (this_package_name);
9860 }
9861 }
9862 }
9863 }
9864
9865 if (package_name != NULL)
9866 {
518817b3 9867 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
34a68019 9868 const char *saved_package_name
224c3ddb
SM
9869 = (const char *) obstack_copy0 (&objfile->per_bfd->storage_obstack,
9870 package_name,
9871 strlen (package_name));
19f392bc
UW
9872 struct type *type = init_type (objfile, TYPE_CODE_MODULE, 0,
9873 saved_package_name);
a766d390
DE
9874 struct symbol *sym;
9875
e623cf5d 9876 sym = allocate_symbol (objfile);
f85f34ed 9877 SYMBOL_SET_LANGUAGE (sym, language_go, &objfile->objfile_obstack);
86f62fd7
TT
9878 SYMBOL_SET_NAMES (sym, saved_package_name,
9879 strlen (saved_package_name), 0, objfile);
a766d390
DE
9880 /* This is not VAR_DOMAIN because we want a way to ensure a lookup of,
9881 e.g., "main" finds the "main" module and not C's main(). */
9882 SYMBOL_DOMAIN (sym) = STRUCT_DOMAIN;
f1e6e072 9883 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
a766d390
DE
9884 SYMBOL_TYPE (sym) = type;
9885
c24bdb02 9886 add_symbol_to_list (sym, cu->get_builder ()->get_global_symbols ());
a766d390
DE
9887
9888 xfree (package_name);
9889 }
9890}
9891
c9317f21
TT
9892/* Allocate a fully-qualified name consisting of the two parts on the
9893 obstack. */
9894
9895static const char *
9896rust_fully_qualify (struct obstack *obstack, const char *p1, const char *p2)
9897{
9898 return obconcat (obstack, p1, "::", p2, (char *) NULL);
9899}
9900
9901/* A helper that allocates a struct discriminant_info to attach to a
9902 union type. */
9903
9904static struct discriminant_info *
9905alloc_discriminant_info (struct type *type, int discriminant_index,
9906 int default_index)
9907{
9908 gdb_assert (TYPE_CODE (type) == TYPE_CODE_UNION);
c7b15a66
TT
9909 gdb_assert (discriminant_index == -1
9910 || (discriminant_index >= 0
9911 && discriminant_index < TYPE_NFIELDS (type)));
c9317f21 9912 gdb_assert (default_index == -1
c7b15a66 9913 || (default_index >= 0 && default_index < TYPE_NFIELDS (type)));
c9317f21
TT
9914
9915 TYPE_FLAG_DISCRIMINATED_UNION (type) = 1;
9916
9917 struct discriminant_info *disc
9918 = ((struct discriminant_info *)
9919 TYPE_ZALLOC (type,
9920 offsetof (struct discriminant_info, discriminants)
9921 + TYPE_NFIELDS (type) * sizeof (disc->discriminants[0])));
9922 disc->default_index = default_index;
9923 disc->discriminant_index = discriminant_index;
9924
9925 struct dynamic_prop prop;
9926 prop.kind = PROP_UNDEFINED;
9927 prop.data.baton = disc;
9928
9929 add_dyn_prop (DYN_PROP_DISCRIMINATED, prop, type);
9930
9931 return disc;
9932}
9933
9934/* Some versions of rustc emitted enums in an unusual way.
9935
9936 Ordinary enums were emitted as unions. The first element of each
9937 structure in the union was named "RUST$ENUM$DISR". This element
9938 held the discriminant.
9939
9940 These versions of Rust also implemented the "non-zero"
9941 optimization. When the enum had two values, and one is empty and
9942 the other holds a pointer that cannot be zero, the pointer is used
9943 as the discriminant, with a zero value meaning the empty variant.
9944 Here, the union's first member is of the form
9945 RUST$ENCODED$ENUM$<fieldno>$<fieldno>$...$<variantname>
9946 where the fieldnos are the indices of the fields that should be
9947 traversed in order to find the field (which may be several fields deep)
9948 and the variantname is the name of the variant of the case when the
9949 field is zero.
9950
9951 This function recognizes whether TYPE is of one of these forms,
9952 and, if so, smashes it to be a variant type. */
9953
9954static void
9955quirk_rust_enum (struct type *type, struct objfile *objfile)
9956{
9957 gdb_assert (TYPE_CODE (type) == TYPE_CODE_UNION);
9958
9959 /* We don't need to deal with empty enums. */
9960 if (TYPE_NFIELDS (type) == 0)
9961 return;
9962
9963#define RUST_ENUM_PREFIX "RUST$ENCODED$ENUM$"
9964 if (TYPE_NFIELDS (type) == 1
9965 && startswith (TYPE_FIELD_NAME (type, 0), RUST_ENUM_PREFIX))
9966 {
9967 const char *name = TYPE_FIELD_NAME (type, 0) + strlen (RUST_ENUM_PREFIX);
9968
9969 /* Decode the field name to find the offset of the
9970 discriminant. */
9971 ULONGEST bit_offset = 0;
9972 struct type *field_type = TYPE_FIELD_TYPE (type, 0);
9973 while (name[0] >= '0' && name[0] <= '9')
9974 {
9975 char *tail;
9976 unsigned long index = strtoul (name, &tail, 10);
9977 name = tail;
9978 if (*name != '$'
9979 || index >= TYPE_NFIELDS (field_type)
9980 || (TYPE_FIELD_LOC_KIND (field_type, index)
9981 != FIELD_LOC_KIND_BITPOS))
9982 {
b98664d3 9983 complaint (_("Could not parse Rust enum encoding string \"%s\""
c9317f21
TT
9984 "[in module %s]"),
9985 TYPE_FIELD_NAME (type, 0),
9986 objfile_name (objfile));
9987 return;
9988 }
9989 ++name;
9990
9991 bit_offset += TYPE_FIELD_BITPOS (field_type, index);
9992 field_type = TYPE_FIELD_TYPE (field_type, index);
9993 }
9994
9995 /* Make a union to hold the variants. */
9996 struct type *union_type = alloc_type (objfile);
9997 TYPE_CODE (union_type) = TYPE_CODE_UNION;
9998 TYPE_NFIELDS (union_type) = 3;
9999 TYPE_FIELDS (union_type)
10000 = (struct field *) TYPE_ZALLOC (type, 3 * sizeof (struct field));
10001 TYPE_LENGTH (union_type) = TYPE_LENGTH (type);
2b4424c3 10002 set_type_align (union_type, TYPE_RAW_ALIGN (type));
c9317f21
TT
10003
10004 /* Put the discriminant must at index 0. */
10005 TYPE_FIELD_TYPE (union_type, 0) = field_type;
10006 TYPE_FIELD_ARTIFICIAL (union_type, 0) = 1;
10007 TYPE_FIELD_NAME (union_type, 0) = "<<discriminant>>";
10008 SET_FIELD_BITPOS (TYPE_FIELD (union_type, 0), bit_offset);
10009
10010 /* The order of fields doesn't really matter, so put the real
10011 field at index 1 and the data-less field at index 2. */
10012 struct discriminant_info *disc
10013 = alloc_discriminant_info (union_type, 0, 1);
10014 TYPE_FIELD (union_type, 1) = TYPE_FIELD (type, 0);
10015 TYPE_FIELD_NAME (union_type, 1)
10016 = rust_last_path_segment (TYPE_NAME (TYPE_FIELD_TYPE (union_type, 1)));
10017 TYPE_NAME (TYPE_FIELD_TYPE (union_type, 1))
10018 = rust_fully_qualify (&objfile->objfile_obstack, TYPE_NAME (type),
10019 TYPE_FIELD_NAME (union_type, 1));
10020
10021 const char *dataless_name
10022 = rust_fully_qualify (&objfile->objfile_obstack, TYPE_NAME (type),
10023 name);
10024 struct type *dataless_type = init_type (objfile, TYPE_CODE_VOID, 0,
10025 dataless_name);
10026 TYPE_FIELD_TYPE (union_type, 2) = dataless_type;
10027 /* NAME points into the original discriminant name, which
10028 already has the correct lifetime. */
10029 TYPE_FIELD_NAME (union_type, 2) = name;
10030 SET_FIELD_BITPOS (TYPE_FIELD (union_type, 2), 0);
10031 disc->discriminants[2] = 0;
10032
10033 /* Smash this type to be a structure type. We have to do this
10034 because the type has already been recorded. */
10035 TYPE_CODE (type) = TYPE_CODE_STRUCT;
10036 TYPE_NFIELDS (type) = 1;
10037 TYPE_FIELDS (type)
10038 = (struct field *) TYPE_ZALLOC (type, sizeof (struct field));
10039
10040 /* Install the variant part. */
10041 TYPE_FIELD_TYPE (type, 0) = union_type;
10042 SET_FIELD_BITPOS (TYPE_FIELD (type, 0), 0);
10043 TYPE_FIELD_NAME (type, 0) = "<<variants>>";
10044 }
10045 else if (TYPE_NFIELDS (type) == 1)
10046 {
10047 /* We assume that a union with a single field is a univariant
10048 enum. */
10049 /* Smash this type to be a structure type. We have to do this
10050 because the type has already been recorded. */
10051 TYPE_CODE (type) = TYPE_CODE_STRUCT;
10052
10053 /* Make a union to hold the variants. */
10054 struct type *union_type = alloc_type (objfile);
10055 TYPE_CODE (union_type) = TYPE_CODE_UNION;
10056 TYPE_NFIELDS (union_type) = TYPE_NFIELDS (type);
10057 TYPE_LENGTH (union_type) = TYPE_LENGTH (type);
2b4424c3 10058 set_type_align (union_type, TYPE_RAW_ALIGN (type));
c9317f21
TT
10059 TYPE_FIELDS (union_type) = TYPE_FIELDS (type);
10060
10061 struct type *field_type = TYPE_FIELD_TYPE (union_type, 0);
10062 const char *variant_name
10063 = rust_last_path_segment (TYPE_NAME (field_type));
10064 TYPE_FIELD_NAME (union_type, 0) = variant_name;
10065 TYPE_NAME (field_type)
10066 = rust_fully_qualify (&objfile->objfile_obstack,
c7b15a66 10067 TYPE_NAME (type), variant_name);
c9317f21
TT
10068
10069 /* Install the union in the outer struct type. */
10070 TYPE_NFIELDS (type) = 1;
10071 TYPE_FIELDS (type)
10072 = (struct field *) TYPE_ZALLOC (union_type, sizeof (struct field));
10073 TYPE_FIELD_TYPE (type, 0) = union_type;
10074 TYPE_FIELD_NAME (type, 0) = "<<variants>>";
10075 SET_FIELD_BITPOS (TYPE_FIELD (type, 0), 0);
10076
10077 alloc_discriminant_info (union_type, -1, 0);
10078 }
10079 else
10080 {
10081 struct type *disr_type = nullptr;
10082 for (int i = 0; i < TYPE_NFIELDS (type); ++i)
10083 {
10084 disr_type = TYPE_FIELD_TYPE (type, i);
10085
a037790e
TT
10086 if (TYPE_CODE (disr_type) != TYPE_CODE_STRUCT)
10087 {
10088 /* All fields of a true enum will be structs. */
10089 return;
10090 }
10091 else if (TYPE_NFIELDS (disr_type) == 0)
c9317f21
TT
10092 {
10093 /* Could be data-less variant, so keep going. */
a037790e 10094 disr_type = nullptr;
c9317f21
TT
10095 }
10096 else if (strcmp (TYPE_FIELD_NAME (disr_type, 0),
10097 "RUST$ENUM$DISR") != 0)
10098 {
10099 /* Not a Rust enum. */
10100 return;
10101 }
10102 else
10103 {
10104 /* Found one. */
10105 break;
10106 }
10107 }
10108
10109 /* If we got here without a discriminant, then it's probably
10110 just a union. */
10111 if (disr_type == nullptr)
10112 return;
10113
10114 /* Smash this type to be a structure type. We have to do this
10115 because the type has already been recorded. */
10116 TYPE_CODE (type) = TYPE_CODE_STRUCT;
10117
10118 /* Make a union to hold the variants. */
10119 struct field *disr_field = &TYPE_FIELD (disr_type, 0);
10120 struct type *union_type = alloc_type (objfile);
10121 TYPE_CODE (union_type) = TYPE_CODE_UNION;
10122 TYPE_NFIELDS (union_type) = 1 + TYPE_NFIELDS (type);
10123 TYPE_LENGTH (union_type) = TYPE_LENGTH (type);
2b4424c3 10124 set_type_align (union_type, TYPE_RAW_ALIGN (type));
c9317f21
TT
10125 TYPE_FIELDS (union_type)
10126 = (struct field *) TYPE_ZALLOC (union_type,
10127 (TYPE_NFIELDS (union_type)
10128 * sizeof (struct field)));
10129
10130 memcpy (TYPE_FIELDS (union_type) + 1, TYPE_FIELDS (type),
10131 TYPE_NFIELDS (type) * sizeof (struct field));
10132
10133 /* Install the discriminant at index 0 in the union. */
10134 TYPE_FIELD (union_type, 0) = *disr_field;
10135 TYPE_FIELD_ARTIFICIAL (union_type, 0) = 1;
10136 TYPE_FIELD_NAME (union_type, 0) = "<<discriminant>>";
10137
10138 /* Install the union in the outer struct type. */
10139 TYPE_FIELD_TYPE (type, 0) = union_type;
10140 TYPE_FIELD_NAME (type, 0) = "<<variants>>";
10141 TYPE_NFIELDS (type) = 1;
10142
10143 /* Set the size and offset of the union type. */
10144 SET_FIELD_BITPOS (TYPE_FIELD (type, 0), 0);
10145
10146 /* We need a way to find the correct discriminant given a
10147 variant name. For convenience we build a map here. */
10148 struct type *enum_type = FIELD_TYPE (*disr_field);
10149 std::unordered_map<std::string, ULONGEST> discriminant_map;
10150 for (int i = 0; i < TYPE_NFIELDS (enum_type); ++i)
10151 {
10152 if (TYPE_FIELD_LOC_KIND (enum_type, i) == FIELD_LOC_KIND_ENUMVAL)
10153 {
10154 const char *name
10155 = rust_last_path_segment (TYPE_FIELD_NAME (enum_type, i));
10156 discriminant_map[name] = TYPE_FIELD_ENUMVAL (enum_type, i);
10157 }
10158 }
10159
10160 int n_fields = TYPE_NFIELDS (union_type);
10161 struct discriminant_info *disc
10162 = alloc_discriminant_info (union_type, 0, -1);
10163 /* Skip the discriminant here. */
10164 for (int i = 1; i < n_fields; ++i)
10165 {
10166 /* Find the final word in the name of this variant's type.
10167 That name can be used to look up the correct
10168 discriminant. */
10169 const char *variant_name
10170 = rust_last_path_segment (TYPE_NAME (TYPE_FIELD_TYPE (union_type,
10171 i)));
10172
10173 auto iter = discriminant_map.find (variant_name);
10174 if (iter != discriminant_map.end ())
10175 disc->discriminants[i] = iter->second;
10176
bedda9ac 10177 /* Remove the discriminant field, if it exists. */
c9317f21 10178 struct type *sub_type = TYPE_FIELD_TYPE (union_type, i);
bedda9ac
TT
10179 if (TYPE_NFIELDS (sub_type) > 0)
10180 {
10181 --TYPE_NFIELDS (sub_type);
10182 ++TYPE_FIELDS (sub_type);
10183 }
c9317f21
TT
10184 TYPE_FIELD_NAME (union_type, i) = variant_name;
10185 TYPE_NAME (sub_type)
10186 = rust_fully_qualify (&objfile->objfile_obstack,
10187 TYPE_NAME (type), variant_name);
10188 }
10189 }
10190}
10191
10192/* Rewrite some Rust unions to be structures with variants parts. */
10193
10194static void
10195rust_union_quirks (struct dwarf2_cu *cu)
10196{
10197 gdb_assert (cu->language == language_rust);
52941706
SM
10198 for (type *type_ : cu->rust_unions)
10199 quirk_rust_enum (type_, cu->per_cu->dwarf2_per_objfile->objfile);
2d79090e
TT
10200 /* We don't need this any more. */
10201 cu->rust_unions.clear ();
c9317f21
TT
10202}
10203
95554aad
TT
10204/* Return the symtab for PER_CU. This works properly regardless of
10205 whether we're using the index or psymtabs. */
10206
43f3e411
DE
10207static struct compunit_symtab *
10208get_compunit_symtab (struct dwarf2_per_cu_data *per_cu)
95554aad 10209{
ed2dc618 10210 return (per_cu->dwarf2_per_objfile->using_index
43f3e411
DE
10211 ? per_cu->v.quick->compunit_symtab
10212 : per_cu->v.psymtab->compunit_symtab);
95554aad
TT
10213}
10214
10215/* A helper function for computing the list of all symbol tables
10216 included by PER_CU. */
10217
10218static void
4c39bc03 10219recursively_compute_inclusions (std::vector<compunit_symtab *> *result,
ec94af83 10220 htab_t all_children, htab_t all_type_symtabs,
f9125b6c 10221 struct dwarf2_per_cu_data *per_cu,
43f3e411 10222 struct compunit_symtab *immediate_parent)
95554aad
TT
10223{
10224 void **slot;
10225 int ix;
43f3e411 10226 struct compunit_symtab *cust;
95554aad
TT
10227 struct dwarf2_per_cu_data *iter;
10228
10229 slot = htab_find_slot (all_children, per_cu, INSERT);
10230 if (*slot != NULL)
10231 {
10232 /* This inclusion and its children have been processed. */
10233 return;
10234 }
10235
10236 *slot = per_cu;
10237 /* Only add a CU if it has a symbol table. */
43f3e411
DE
10238 cust = get_compunit_symtab (per_cu);
10239 if (cust != NULL)
ec94af83
DE
10240 {
10241 /* If this is a type unit only add its symbol table if we haven't
10242 seen it yet (type unit per_cu's can share symtabs). */
10243 if (per_cu->is_debug_types)
10244 {
43f3e411 10245 slot = htab_find_slot (all_type_symtabs, cust, INSERT);
ec94af83
DE
10246 if (*slot == NULL)
10247 {
43f3e411 10248 *slot = cust;
4c39bc03 10249 result->push_back (cust);
43f3e411
DE
10250 if (cust->user == NULL)
10251 cust->user = immediate_parent;
ec94af83
DE
10252 }
10253 }
10254 else
f9125b6c 10255 {
4c39bc03 10256 result->push_back (cust);
43f3e411
DE
10257 if (cust->user == NULL)
10258 cust->user = immediate_parent;
f9125b6c 10259 }
ec94af83 10260 }
95554aad
TT
10261
10262 for (ix = 0;
796a7ff8 10263 VEC_iterate (dwarf2_per_cu_ptr, per_cu->imported_symtabs, ix, iter);
95554aad 10264 ++ix)
ec94af83
DE
10265 {
10266 recursively_compute_inclusions (result, all_children,
43f3e411 10267 all_type_symtabs, iter, cust);
ec94af83 10268 }
95554aad
TT
10269}
10270
43f3e411 10271/* Compute the compunit_symtab 'includes' fields for the compunit_symtab of
95554aad
TT
10272 PER_CU. */
10273
10274static void
43f3e411 10275compute_compunit_symtab_includes (struct dwarf2_per_cu_data *per_cu)
95554aad 10276{
f4dc4d17
DE
10277 gdb_assert (! per_cu->is_debug_types);
10278
796a7ff8 10279 if (!VEC_empty (dwarf2_per_cu_ptr, per_cu->imported_symtabs))
95554aad
TT
10280 {
10281 int ix, len;
ec94af83 10282 struct dwarf2_per_cu_data *per_cu_iter;
4c39bc03 10283 std::vector<compunit_symtab *> result_symtabs;
ec94af83 10284 htab_t all_children, all_type_symtabs;
43f3e411 10285 struct compunit_symtab *cust = get_compunit_symtab (per_cu);
95554aad
TT
10286
10287 /* If we don't have a symtab, we can just skip this case. */
43f3e411 10288 if (cust == NULL)
95554aad
TT
10289 return;
10290
10291 all_children = htab_create_alloc (1, htab_hash_pointer, htab_eq_pointer,
10292 NULL, xcalloc, xfree);
ec94af83
DE
10293 all_type_symtabs = htab_create_alloc (1, htab_hash_pointer, htab_eq_pointer,
10294 NULL, xcalloc, xfree);
95554aad
TT
10295
10296 for (ix = 0;
796a7ff8 10297 VEC_iterate (dwarf2_per_cu_ptr, per_cu->imported_symtabs,
ec94af83 10298 ix, per_cu_iter);
95554aad 10299 ++ix)
ec94af83
DE
10300 {
10301 recursively_compute_inclusions (&result_symtabs, all_children,
f9125b6c 10302 all_type_symtabs, per_cu_iter,
43f3e411 10303 cust);
ec94af83 10304 }
95554aad 10305
ec94af83 10306 /* Now we have a transitive closure of all the included symtabs. */
4c39bc03 10307 len = result_symtabs.size ();
43f3e411 10308 cust->includes
ed2dc618 10309 = XOBNEWVEC (&per_cu->dwarf2_per_objfile->objfile->objfile_obstack,
8d749320 10310 struct compunit_symtab *, len + 1);
4c39bc03
TT
10311 memcpy (cust->includes, result_symtabs.data (),
10312 len * sizeof (compunit_symtab *));
43f3e411 10313 cust->includes[len] = NULL;
95554aad 10314
95554aad 10315 htab_delete (all_children);
ec94af83 10316 htab_delete (all_type_symtabs);
95554aad
TT
10317 }
10318}
10319
10320/* Compute the 'includes' field for the symtabs of all the CUs we just
10321 read. */
10322
10323static void
ed2dc618 10324process_cu_includes (struct dwarf2_per_objfile *dwarf2_per_objfile)
95554aad 10325{
71b73764 10326 for (dwarf2_per_cu_data *iter : dwarf2_per_objfile->just_read_cus)
f4dc4d17
DE
10327 {
10328 if (! iter->is_debug_types)
43f3e411 10329 compute_compunit_symtab_includes (iter);
f4dc4d17 10330 }
95554aad 10331
c5d0225d 10332 dwarf2_per_objfile->just_read_cus.clear ();
95554aad
TT
10333}
10334
9cdd5dbd 10335/* Generate full symbol information for PER_CU, whose DIEs have
10b3939b
DJ
10336 already been loaded into memory. */
10337
10338static void
95554aad
TT
10339process_full_comp_unit (struct dwarf2_per_cu_data *per_cu,
10340 enum language pretend_language)
10b3939b 10341{
10b3939b 10342 struct dwarf2_cu *cu = per_cu->cu;
ed2dc618
SM
10343 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
10344 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 10345 struct gdbarch *gdbarch = get_objfile_arch (objfile);
10b3939b 10346 CORE_ADDR lowpc, highpc;
43f3e411 10347 struct compunit_symtab *cust;
10b3939b 10348 CORE_ADDR baseaddr;
4359dff1 10349 struct block *static_block;
3e29f34a 10350 CORE_ADDR addr;
10b3939b
DJ
10351
10352 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
10353
c89b44cd
TT
10354 /* Clear the list here in case something was left over. */
10355 cu->method_list.clear ();
10b3939b 10356
95554aad
TT
10357 cu->language = pretend_language;
10358 cu->language_defn = language_def (cu->language);
10359
c906108c 10360 /* Do line number decoding in read_file_scope () */
10b3939b 10361 process_die (cu->dies, cu);
c906108c 10362
a766d390
DE
10363 /* For now fudge the Go package. */
10364 if (cu->language == language_go)
10365 fixup_go_packaging (cu);
10366
3da10d80
KS
10367 /* Now that we have processed all the DIEs in the CU, all the types
10368 should be complete, and it should now be safe to compute all of the
10369 physnames. */
10370 compute_delayed_physnames (cu);
3da10d80 10371
c9317f21
TT
10372 if (cu->language == language_rust)
10373 rust_union_quirks (cu);
10374
fae299cd
DC
10375 /* Some compilers don't define a DW_AT_high_pc attribute for the
10376 compilation unit. If the DW_AT_high_pc is missing, synthesize
10377 it, by scanning the DIE's below the compilation unit. */
10b3939b 10378 get_scope_pc_bounds (cu->dies, &lowpc, &highpc, cu);
c906108c 10379
3e29f34a 10380 addr = gdbarch_adjust_dwarf2_addr (gdbarch, highpc + baseaddr);
c24bdb02 10381 static_block = cu->get_builder ()->end_symtab_get_static_block (addr, 0, 1);
4359dff1
JK
10382
10383 /* If the comp unit has DW_AT_ranges, it may have discontiguous ranges.
10384 Also, DW_AT_ranges may record ranges not belonging to any child DIEs
10385 (such as virtual method tables). Record the ranges in STATIC_BLOCK's
10386 addrmap to help ensure it has an accurate map of pc values belonging to
10387 this comp unit. */
10388 dwarf2_record_block_ranges (cu->dies, static_block, baseaddr, cu);
10389
c24bdb02 10390 cust = cu->get_builder ()->end_symtab_from_static_block (static_block,
804d2729
TT
10391 SECT_OFF_TEXT (objfile),
10392 0);
c906108c 10393
43f3e411 10394 if (cust != NULL)
c906108c 10395 {
df15bd07 10396 int gcc_4_minor = producer_is_gcc_ge_4 (cu->producer);
4632c0d0 10397
8be455d7
JK
10398 /* Set symtab language to language from DW_AT_language. If the
10399 compilation is from a C file generated by language preprocessors, do
10400 not set the language if it was already deduced by start_subfile. */
43f3e411 10401 if (!(cu->language == language_c
40e3ad0e 10402 && COMPUNIT_FILETABS (cust)->language != language_unknown))
43f3e411 10403 COMPUNIT_FILETABS (cust)->language = cu->language;
8be455d7
JK
10404
10405 /* GCC-4.0 has started to support -fvar-tracking. GCC-3.x still can
10406 produce DW_AT_location with location lists but it can be possibly
ab260dad
JK
10407 invalid without -fvar-tracking. Still up to GCC-4.4.x incl. 4.4.0
10408 there were bugs in prologue debug info, fixed later in GCC-4.5
10409 by "unwind info for epilogues" patch (which is not directly related).
8be455d7
JK
10410
10411 For -gdwarf-4 type units LOCATIONS_VALID indication is fortunately not
10412 needed, it would be wrong due to missing DW_AT_producer there.
10413
10414 Still one can confuse GDB by using non-standard GCC compilation
10415 options - this waits on GCC PR other/32998 (-frecord-gcc-switches).
10416 */
ab260dad 10417 if (cu->has_loclist && gcc_4_minor >= 5)
43f3e411 10418 cust->locations_valid = 1;
e0d00bc7
JK
10419
10420 if (gcc_4_minor >= 5)
43f3e411 10421 cust->epilogue_unwind_valid = 1;
96408a79 10422
43f3e411 10423 cust->call_site_htab = cu->call_site_htab;
c906108c 10424 }
9291a0cd
TT
10425
10426 if (dwarf2_per_objfile->using_index)
43f3e411 10427 per_cu->v.quick->compunit_symtab = cust;
9291a0cd
TT
10428 else
10429 {
10430 struct partial_symtab *pst = per_cu->v.psymtab;
43f3e411 10431 pst->compunit_symtab = cust;
9291a0cd
TT
10432 pst->readin = 1;
10433 }
c906108c 10434
95554aad 10435 /* Push it for inclusion processing later. */
c5d0225d 10436 dwarf2_per_objfile->just_read_cus.push_back (per_cu);
804d2729
TT
10437
10438 /* Not needed any more. */
c24bdb02 10439 cu->reset_builder ();
f4dc4d17 10440}
45cfd468 10441
f4dc4d17
DE
10442/* Generate full symbol information for type unit PER_CU, whose DIEs have
10443 already been loaded into memory. */
10444
10445static void
10446process_full_type_unit (struct dwarf2_per_cu_data *per_cu,
10447 enum language pretend_language)
10448{
10449 struct dwarf2_cu *cu = per_cu->cu;
ed2dc618
SM
10450 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
10451 struct objfile *objfile = dwarf2_per_objfile->objfile;
43f3e411 10452 struct compunit_symtab *cust;
0186c6a7
DE
10453 struct signatured_type *sig_type;
10454
10455 gdb_assert (per_cu->is_debug_types);
10456 sig_type = (struct signatured_type *) per_cu;
f4dc4d17 10457
c89b44cd
TT
10458 /* Clear the list here in case something was left over. */
10459 cu->method_list.clear ();
f4dc4d17 10460
f4dc4d17
DE
10461 cu->language = pretend_language;
10462 cu->language_defn = language_def (cu->language);
10463
10464 /* The symbol tables are set up in read_type_unit_scope. */
10465 process_die (cu->dies, cu);
10466
10467 /* For now fudge the Go package. */
10468 if (cu->language == language_go)
10469 fixup_go_packaging (cu);
10470
10471 /* Now that we have processed all the DIEs in the CU, all the types
10472 should be complete, and it should now be safe to compute all of the
10473 physnames. */
10474 compute_delayed_physnames (cu);
f4dc4d17 10475
c9317f21
TT
10476 if (cu->language == language_rust)
10477 rust_union_quirks (cu);
10478
f4dc4d17
DE
10479 /* TUs share symbol tables.
10480 If this is the first TU to use this symtab, complete the construction
094b34ac
DE
10481 of it with end_expandable_symtab. Otherwise, complete the addition of
10482 this TU's symbols to the existing symtab. */
43f3e411 10483 if (sig_type->type_unit_group->compunit_symtab == NULL)
45cfd468 10484 {
c24bdb02
KS
10485 buildsym_compunit *builder = cu->get_builder ();
10486 cust = builder->end_expandable_symtab (0, SECT_OFF_TEXT (objfile));
43f3e411 10487 sig_type->type_unit_group->compunit_symtab = cust;
f4dc4d17 10488
43f3e411 10489 if (cust != NULL)
f4dc4d17
DE
10490 {
10491 /* Set symtab language to language from DW_AT_language. If the
10492 compilation is from a C file generated by language preprocessors,
10493 do not set the language if it was already deduced by
10494 start_subfile. */
43f3e411
DE
10495 if (!(cu->language == language_c
10496 && COMPUNIT_FILETABS (cust)->language != language_c))
10497 COMPUNIT_FILETABS (cust)->language = cu->language;
f4dc4d17
DE
10498 }
10499 }
10500 else
10501 {
c24bdb02 10502 cu->get_builder ()->augment_type_symtab ();
43f3e411 10503 cust = sig_type->type_unit_group->compunit_symtab;
f4dc4d17
DE
10504 }
10505
10506 if (dwarf2_per_objfile->using_index)
43f3e411 10507 per_cu->v.quick->compunit_symtab = cust;
f4dc4d17
DE
10508 else
10509 {
10510 struct partial_symtab *pst = per_cu->v.psymtab;
43f3e411 10511 pst->compunit_symtab = cust;
f4dc4d17 10512 pst->readin = 1;
45cfd468 10513 }
804d2729
TT
10514
10515 /* Not needed any more. */
c24bdb02 10516 cu->reset_builder ();
c906108c
SS
10517}
10518
95554aad
TT
10519/* Process an imported unit DIE. */
10520
10521static void
10522process_imported_unit_die (struct die_info *die, struct dwarf2_cu *cu)
10523{
10524 struct attribute *attr;
10525
f4dc4d17
DE
10526 /* For now we don't handle imported units in type units. */
10527 if (cu->per_cu->is_debug_types)
10528 {
10529 error (_("Dwarf Error: DW_TAG_imported_unit is not"
10530 " supported in type units [in module %s]"),
518817b3 10531 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
f4dc4d17
DE
10532 }
10533
95554aad
TT
10534 attr = dwarf2_attr (die, DW_AT_import, cu);
10535 if (attr != NULL)
10536 {
9c541725
PA
10537 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
10538 bool is_dwz = (attr->form == DW_FORM_GNU_ref_alt || cu->per_cu->is_dwz);
10539 dwarf2_per_cu_data *per_cu
e3b94546 10540 = dwarf2_find_containing_comp_unit (sect_off, is_dwz,
518817b3 10541 cu->per_cu->dwarf2_per_objfile);
95554aad 10542
69d751e3 10543 /* If necessary, add it to the queue and load its DIEs. */
95554aad 10544 if (maybe_queue_comp_unit (cu, per_cu, cu->language))
58f0c718 10545 load_full_comp_unit (per_cu, false, cu->language);
95554aad 10546
796a7ff8 10547 VEC_safe_push (dwarf2_per_cu_ptr, cu->per_cu->imported_symtabs,
95554aad
TT
10548 per_cu);
10549 }
10550}
10551
4c8aa72d
PA
10552/* RAII object that represents a process_die scope: i.e.,
10553 starts/finishes processing a DIE. */
10554class process_die_scope
adde2bff 10555{
4c8aa72d
PA
10556public:
10557 process_die_scope (die_info *die, dwarf2_cu *cu)
10558 : m_die (die), m_cu (cu)
10559 {
10560 /* We should only be processing DIEs not already in process. */
10561 gdb_assert (!m_die->in_process);
10562 m_die->in_process = true;
10563 }
8c3cb9fa 10564
4c8aa72d
PA
10565 ~process_die_scope ()
10566 {
10567 m_die->in_process = false;
10568
10569 /* If we're done processing the DIE for the CU that owns the line
10570 header, we don't need the line header anymore. */
10571 if (m_cu->line_header_die_owner == m_die)
10572 {
10573 delete m_cu->line_header;
10574 m_cu->line_header = NULL;
10575 m_cu->line_header_die_owner = NULL;
10576 }
10577 }
10578
10579private:
10580 die_info *m_die;
10581 dwarf2_cu *m_cu;
10582};
adde2bff 10583
c906108c
SS
10584/* Process a die and its children. */
10585
10586static void
e7c27a73 10587process_die (struct die_info *die, struct dwarf2_cu *cu)
c906108c 10588{
4c8aa72d 10589 process_die_scope scope (die, cu);
adde2bff 10590
c906108c
SS
10591 switch (die->tag)
10592 {
10593 case DW_TAG_padding:
10594 break;
10595 case DW_TAG_compile_unit:
95554aad 10596 case DW_TAG_partial_unit:
e7c27a73 10597 read_file_scope (die, cu);
c906108c 10598 break;
348e048f
DE
10599 case DW_TAG_type_unit:
10600 read_type_unit_scope (die, cu);
10601 break;
c906108c 10602 case DW_TAG_subprogram:
c906108c 10603 case DW_TAG_inlined_subroutine:
edb3359d 10604 read_func_scope (die, cu);
c906108c
SS
10605 break;
10606 case DW_TAG_lexical_block:
14898363
L
10607 case DW_TAG_try_block:
10608 case DW_TAG_catch_block:
e7c27a73 10609 read_lexical_block_scope (die, cu);
c906108c 10610 break;
216f72a1 10611 case DW_TAG_call_site:
96408a79
SA
10612 case DW_TAG_GNU_call_site:
10613 read_call_site_scope (die, cu);
10614 break;
c906108c 10615 case DW_TAG_class_type:
680b30c7 10616 case DW_TAG_interface_type:
c906108c
SS
10617 case DW_TAG_structure_type:
10618 case DW_TAG_union_type:
134d01f1 10619 process_structure_scope (die, cu);
c906108c
SS
10620 break;
10621 case DW_TAG_enumeration_type:
134d01f1 10622 process_enumeration_scope (die, cu);
c906108c 10623 break;
134d01f1 10624
f792889a
DJ
10625 /* These dies have a type, but processing them does not create
10626 a symbol or recurse to process the children. Therefore we can
10627 read them on-demand through read_type_die. */
c906108c 10628 case DW_TAG_subroutine_type:
72019c9c 10629 case DW_TAG_set_type:
c906108c 10630 case DW_TAG_array_type:
c906108c 10631 case DW_TAG_pointer_type:
c906108c 10632 case DW_TAG_ptr_to_member_type:
c906108c 10633 case DW_TAG_reference_type:
4297a3f0 10634 case DW_TAG_rvalue_reference_type:
c906108c 10635 case DW_TAG_string_type:
c906108c 10636 break;
134d01f1 10637
c906108c 10638 case DW_TAG_base_type:
a02abb62 10639 case DW_TAG_subrange_type:
cb249c71 10640 case DW_TAG_typedef:
134d01f1
DJ
10641 /* Add a typedef symbol for the type definition, if it has a
10642 DW_AT_name. */
f792889a 10643 new_symbol (die, read_type_die (die, cu), cu);
a02abb62 10644 break;
c906108c 10645 case DW_TAG_common_block:
e7c27a73 10646 read_common_block (die, cu);
c906108c
SS
10647 break;
10648 case DW_TAG_common_inclusion:
10649 break;
d9fa45fe 10650 case DW_TAG_namespace:
9068261f 10651 cu->processing_has_namespace_info = true;
e7c27a73 10652 read_namespace (die, cu);
d9fa45fe 10653 break;
5d7cb8df 10654 case DW_TAG_module:
9068261f 10655 cu->processing_has_namespace_info = true;
5d7cb8df
JK
10656 read_module (die, cu);
10657 break;
d9fa45fe 10658 case DW_TAG_imported_declaration:
9068261f 10659 cu->processing_has_namespace_info = true;
74921315
KS
10660 if (read_namespace_alias (die, cu))
10661 break;
86a73007
TT
10662 /* The declaration is not a global namespace alias. */
10663 /* Fall through. */
d9fa45fe 10664 case DW_TAG_imported_module:
9068261f 10665 cu->processing_has_namespace_info = true;
27aa8d6a
SW
10666 if (die->child != NULL && (die->tag == DW_TAG_imported_declaration
10667 || cu->language != language_fortran))
b98664d3 10668 complaint (_("Tag '%s' has unexpected children"),
27aa8d6a
SW
10669 dwarf_tag_name (die->tag));
10670 read_import_statement (die, cu);
d9fa45fe 10671 break;
95554aad
TT
10672
10673 case DW_TAG_imported_unit:
10674 process_imported_unit_die (die, cu);
10675 break;
10676
71a3c369
TT
10677 case DW_TAG_variable:
10678 read_variable (die, cu);
10679 break;
10680
c906108c 10681 default:
e7c27a73 10682 new_symbol (die, NULL, cu);
c906108c
SS
10683 break;
10684 }
10685}
ca69b9e6
DE
10686\f
10687/* DWARF name computation. */
c906108c 10688
94af9270
KS
10689/* A helper function for dwarf2_compute_name which determines whether DIE
10690 needs to have the name of the scope prepended to the name listed in the
10691 die. */
10692
10693static int
10694die_needs_namespace (struct die_info *die, struct dwarf2_cu *cu)
10695{
1c809c68
TT
10696 struct attribute *attr;
10697
94af9270
KS
10698 switch (die->tag)
10699 {
10700 case DW_TAG_namespace:
10701 case DW_TAG_typedef:
10702 case DW_TAG_class_type:
10703 case DW_TAG_interface_type:
10704 case DW_TAG_structure_type:
10705 case DW_TAG_union_type:
10706 case DW_TAG_enumeration_type:
10707 case DW_TAG_enumerator:
10708 case DW_TAG_subprogram:
08a76f8a 10709 case DW_TAG_inlined_subroutine:
94af9270 10710 case DW_TAG_member:
74921315 10711 case DW_TAG_imported_declaration:
94af9270
KS
10712 return 1;
10713
10714 case DW_TAG_variable:
c2b0a229 10715 case DW_TAG_constant:
94af9270
KS
10716 /* We only need to prefix "globally" visible variables. These include
10717 any variable marked with DW_AT_external or any variable that
10718 lives in a namespace. [Variables in anonymous namespaces
10719 require prefixing, but they are not DW_AT_external.] */
10720
10721 if (dwarf2_attr (die, DW_AT_specification, cu))
10722 {
10723 struct dwarf2_cu *spec_cu = cu;
9a619af0 10724
94af9270
KS
10725 return die_needs_namespace (die_specification (die, &spec_cu),
10726 spec_cu);
10727 }
10728
1c809c68 10729 attr = dwarf2_attr (die, DW_AT_external, cu);
f55ee35c
JK
10730 if (attr == NULL && die->parent->tag != DW_TAG_namespace
10731 && die->parent->tag != DW_TAG_module)
1c809c68
TT
10732 return 0;
10733 /* A variable in a lexical block of some kind does not need a
10734 namespace, even though in C++ such variables may be external
10735 and have a mangled name. */
10736 if (die->parent->tag == DW_TAG_lexical_block
10737 || die->parent->tag == DW_TAG_try_block
1054b214
TT
10738 || die->parent->tag == DW_TAG_catch_block
10739 || die->parent->tag == DW_TAG_subprogram)
1c809c68
TT
10740 return 0;
10741 return 1;
94af9270
KS
10742
10743 default:
10744 return 0;
10745 }
10746}
10747
73b9be8b
KS
10748/* Return the DIE's linkage name attribute, either DW_AT_linkage_name
10749 or DW_AT_MIPS_linkage_name. Returns NULL if the attribute is not
10750 defined for the given DIE. */
10751
10752static struct attribute *
10753dw2_linkage_name_attr (struct die_info *die, struct dwarf2_cu *cu)
10754{
10755 struct attribute *attr;
10756
10757 attr = dwarf2_attr (die, DW_AT_linkage_name, cu);
10758 if (attr == NULL)
10759 attr = dwarf2_attr (die, DW_AT_MIPS_linkage_name, cu);
10760
10761 return attr;
10762}
10763
10764/* Return the DIE's linkage name as a string, either DW_AT_linkage_name
10765 or DW_AT_MIPS_linkage_name. Returns NULL if the attribute is not
10766 defined for the given DIE. */
10767
10768static const char *
10769dw2_linkage_name (struct die_info *die, struct dwarf2_cu *cu)
10770{
10771 const char *linkage_name;
10772
10773 linkage_name = dwarf2_string_attr (die, DW_AT_linkage_name, cu);
10774 if (linkage_name == NULL)
10775 linkage_name = dwarf2_string_attr (die, DW_AT_MIPS_linkage_name, cu);
10776
10777 return linkage_name;
10778}
10779
94af9270 10780/* Compute the fully qualified name of DIE in CU. If PHYSNAME is nonzero,
a766d390 10781 compute the physname for the object, which include a method's:
9c37b5ae 10782 - formal parameters (C++),
a766d390 10783 - receiver type (Go),
a766d390
DE
10784
10785 The term "physname" is a bit confusing.
10786 For C++, for example, it is the demangled name.
10787 For Go, for example, it's the mangled name.
94af9270 10788
af6b7be1
JB
10789 For Ada, return the DIE's linkage name rather than the fully qualified
10790 name. PHYSNAME is ignored..
10791
94af9270
KS
10792 The result is allocated on the objfile_obstack and canonicalized. */
10793
10794static const char *
15d034d0
TT
10795dwarf2_compute_name (const char *name,
10796 struct die_info *die, struct dwarf2_cu *cu,
94af9270
KS
10797 int physname)
10798{
518817b3 10799 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
bb5ed363 10800
94af9270
KS
10801 if (name == NULL)
10802 name = dwarf2_name (die, cu);
10803
2ee7123e
DE
10804 /* For Fortran GDB prefers DW_AT_*linkage_name for the physname if present
10805 but otherwise compute it by typename_concat inside GDB.
10806 FIXME: Actually this is not really true, or at least not always true.
10807 It's all very confusing. SYMBOL_SET_NAMES doesn't try to demangle
5e2db402 10808 Fortran names because there is no mangling standard. So new_symbol
2ee7123e
DE
10809 will set the demangled name to the result of dwarf2_full_name, and it is
10810 the demangled name that GDB uses if it exists. */
f55ee35c
JK
10811 if (cu->language == language_ada
10812 || (cu->language == language_fortran && physname))
10813 {
10814 /* For Ada unit, we prefer the linkage name over the name, as
10815 the former contains the exported name, which the user expects
10816 to be able to reference. Ideally, we want the user to be able
10817 to reference this entity using either natural or linkage name,
10818 but we haven't started looking at this enhancement yet. */
73b9be8b 10819 const char *linkage_name = dw2_linkage_name (die, cu);
f55ee35c 10820
2ee7123e
DE
10821 if (linkage_name != NULL)
10822 return linkage_name;
f55ee35c
JK
10823 }
10824
94af9270
KS
10825 /* These are the only languages we know how to qualify names in. */
10826 if (name != NULL
9c37b5ae 10827 && (cu->language == language_cplus
c44af4eb
TT
10828 || cu->language == language_fortran || cu->language == language_d
10829 || cu->language == language_rust))
94af9270
KS
10830 {
10831 if (die_needs_namespace (die, cu))
10832 {
0d5cff50 10833 const char *prefix;
34a68019 10834 const char *canonical_name = NULL;
94af9270 10835
d7e74731
PA
10836 string_file buf;
10837
94af9270 10838 prefix = determine_prefix (die, cu);
94af9270
KS
10839 if (*prefix != '\0')
10840 {
f55ee35c
JK
10841 char *prefixed_name = typename_concat (NULL, prefix, name,
10842 physname, cu);
9a619af0 10843
d7e74731 10844 buf.puts (prefixed_name);
94af9270
KS
10845 xfree (prefixed_name);
10846 }
10847 else
d7e74731 10848 buf.puts (name);
94af9270 10849
98bfdba5
PA
10850 /* Template parameters may be specified in the DIE's DW_AT_name, or
10851 as children with DW_TAG_template_type_param or
10852 DW_TAG_value_type_param. If the latter, add them to the name
10853 here. If the name already has template parameters, then
10854 skip this step; some versions of GCC emit both, and
10855 it is more efficient to use the pre-computed name.
10856
10857 Something to keep in mind about this process: it is very
10858 unlikely, or in some cases downright impossible, to produce
10859 something that will match the mangled name of a function.
10860 If the definition of the function has the same debug info,
10861 we should be able to match up with it anyway. But fallbacks
10862 using the minimal symbol, for instance to find a method
10863 implemented in a stripped copy of libstdc++, will not work.
10864 If we do not have debug info for the definition, we will have to
10865 match them up some other way.
10866
10867 When we do name matching there is a related problem with function
10868 templates; two instantiated function templates are allowed to
10869 differ only by their return types, which we do not add here. */
10870
10871 if (cu->language == language_cplus && strchr (name, '<') == NULL)
10872 {
10873 struct attribute *attr;
10874 struct die_info *child;
10875 int first = 1;
10876
10877 die->building_fullname = 1;
10878
10879 for (child = die->child; child != NULL; child = child->sibling)
10880 {
10881 struct type *type;
12df843f 10882 LONGEST value;
d521ce57 10883 const gdb_byte *bytes;
98bfdba5
PA
10884 struct dwarf2_locexpr_baton *baton;
10885 struct value *v;
10886
10887 if (child->tag != DW_TAG_template_type_param
10888 && child->tag != DW_TAG_template_value_param)
10889 continue;
10890
10891 if (first)
10892 {
d7e74731 10893 buf.puts ("<");
98bfdba5
PA
10894 first = 0;
10895 }
10896 else
d7e74731 10897 buf.puts (", ");
98bfdba5
PA
10898
10899 attr = dwarf2_attr (child, DW_AT_type, cu);
10900 if (attr == NULL)
10901 {
b98664d3 10902 complaint (_("template parameter missing DW_AT_type"));
d7e74731 10903 buf.puts ("UNKNOWN_TYPE");
98bfdba5
PA
10904 continue;
10905 }
10906 type = die_type (child, cu);
10907
10908 if (child->tag == DW_TAG_template_type_param)
10909 {
c1ec8cea
TT
10910 c_print_type (type, "", &buf, -1, 0, cu->language,
10911 &type_print_raw_options);
98bfdba5
PA
10912 continue;
10913 }
10914
10915 attr = dwarf2_attr (child, DW_AT_const_value, cu);
10916 if (attr == NULL)
10917 {
b98664d3 10918 complaint (_("template parameter missing "
3e43a32a 10919 "DW_AT_const_value"));
d7e74731 10920 buf.puts ("UNKNOWN_VALUE");
98bfdba5
PA
10921 continue;
10922 }
10923
10924 dwarf2_const_value_attr (attr, type, name,
10925 &cu->comp_unit_obstack, cu,
10926 &value, &bytes, &baton);
10927
10928 if (TYPE_NOSIGN (type))
10929 /* GDB prints characters as NUMBER 'CHAR'. If that's
10930 changed, this can use value_print instead. */
d7e74731 10931 c_printchar (value, type, &buf);
98bfdba5
PA
10932 else
10933 {
10934 struct value_print_options opts;
10935
10936 if (baton != NULL)
10937 v = dwarf2_evaluate_loc_desc (type, NULL,
10938 baton->data,
10939 baton->size,
10940 baton->per_cu);
10941 else if (bytes != NULL)
10942 {
10943 v = allocate_value (type);
10944 memcpy (value_contents_writeable (v), bytes,
10945 TYPE_LENGTH (type));
10946 }
10947 else
10948 v = value_from_longest (type, value);
10949
3e43a32a
MS
10950 /* Specify decimal so that we do not depend on
10951 the radix. */
98bfdba5
PA
10952 get_formatted_print_options (&opts, 'd');
10953 opts.raw = 1;
d7e74731 10954 value_print (v, &buf, &opts);
98bfdba5 10955 release_value (v);
98bfdba5
PA
10956 }
10957 }
10958
10959 die->building_fullname = 0;
10960
10961 if (!first)
10962 {
10963 /* Close the argument list, with a space if necessary
10964 (nested templates). */
d7e74731
PA
10965 if (!buf.empty () && buf.string ().back () == '>')
10966 buf.puts (" >");
98bfdba5 10967 else
d7e74731 10968 buf.puts (">");
98bfdba5
PA
10969 }
10970 }
10971
9c37b5ae 10972 /* For C++ methods, append formal parameter type
94af9270 10973 information, if PHYSNAME. */
6e70227d 10974
94af9270 10975 if (physname && die->tag == DW_TAG_subprogram
9c37b5ae 10976 && cu->language == language_cplus)
94af9270
KS
10977 {
10978 struct type *type = read_type_die (die, cu);
10979
d7e74731 10980 c_type_print_args (type, &buf, 1, cu->language,
79d43c61 10981 &type_print_raw_options);
94af9270 10982
9c37b5ae 10983 if (cu->language == language_cplus)
94af9270 10984 {
60430eff
DJ
10985 /* Assume that an artificial first parameter is
10986 "this", but do not crash if it is not. RealView
10987 marks unnamed (and thus unused) parameters as
10988 artificial; there is no way to differentiate
10989 the two cases. */
94af9270
KS
10990 if (TYPE_NFIELDS (type) > 0
10991 && TYPE_FIELD_ARTIFICIAL (type, 0)
60430eff 10992 && TYPE_CODE (TYPE_FIELD_TYPE (type, 0)) == TYPE_CODE_PTR
3e43a32a
MS
10993 && TYPE_CONST (TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (type,
10994 0))))
d7e74731 10995 buf.puts (" const");
94af9270
KS
10996 }
10997 }
10998
d7e74731 10999 const std::string &intermediate_name = buf.string ();
94af9270
KS
11000
11001 if (cu->language == language_cplus)
34a68019 11002 canonical_name
322a8516 11003 = dwarf2_canonicalize_name (intermediate_name.c_str (), cu,
34a68019
TT
11004 &objfile->per_bfd->storage_obstack);
11005
11006 /* If we only computed INTERMEDIATE_NAME, or if
11007 INTERMEDIATE_NAME is already canonical, then we need to
11008 copy it to the appropriate obstack. */
322a8516 11009 if (canonical_name == NULL || canonical_name == intermediate_name.c_str ())
224c3ddb
SM
11010 name = ((const char *)
11011 obstack_copy0 (&objfile->per_bfd->storage_obstack,
322a8516
PA
11012 intermediate_name.c_str (),
11013 intermediate_name.length ()));
34a68019
TT
11014 else
11015 name = canonical_name;
94af9270
KS
11016 }
11017 }
11018
11019 return name;
11020}
11021
0114d602
DJ
11022/* Return the fully qualified name of DIE, based on its DW_AT_name.
11023 If scope qualifiers are appropriate they will be added. The result
34a68019 11024 will be allocated on the storage_obstack, or NULL if the DIE does
94af9270
KS
11025 not have a name. NAME may either be from a previous call to
11026 dwarf2_name or NULL.
11027
9c37b5ae 11028 The output string will be canonicalized (if C++). */
0114d602
DJ
11029
11030static const char *
15d034d0 11031dwarf2_full_name (const char *name, struct die_info *die, struct dwarf2_cu *cu)
0114d602 11032{
94af9270
KS
11033 return dwarf2_compute_name (name, die, cu, 0);
11034}
0114d602 11035
94af9270
KS
11036/* Construct a physname for the given DIE in CU. NAME may either be
11037 from a previous call to dwarf2_name or NULL. The result will be
11038 allocated on the objfile_objstack or NULL if the DIE does not have a
11039 name.
0114d602 11040
9c37b5ae 11041 The output string will be canonicalized (if C++). */
0114d602 11042
94af9270 11043static const char *
15d034d0 11044dwarf2_physname (const char *name, struct die_info *die, struct dwarf2_cu *cu)
94af9270 11045{
518817b3 11046 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
900e11f9 11047 const char *retval, *mangled = NULL, *canon = NULL;
900e11f9
JK
11048 int need_copy = 1;
11049
11050 /* In this case dwarf2_compute_name is just a shortcut not building anything
11051 on its own. */
11052 if (!die_needs_namespace (die, cu))
11053 return dwarf2_compute_name (name, die, cu, 1);
11054
73b9be8b 11055 mangled = dw2_linkage_name (die, cu);
900e11f9 11056
e98c9e7c
TT
11057 /* rustc emits invalid values for DW_AT_linkage_name. Ignore these.
11058 See https://github.com/rust-lang/rust/issues/32925. */
11059 if (cu->language == language_rust && mangled != NULL
11060 && strchr (mangled, '{') != NULL)
11061 mangled = NULL;
11062
900e11f9
JK
11063 /* DW_AT_linkage_name is missing in some cases - depend on what GDB
11064 has computed. */
791afaa2 11065 gdb::unique_xmalloc_ptr<char> demangled;
7d45c7c3 11066 if (mangled != NULL)
900e11f9 11067 {
900e11f9 11068
59cc4834
JB
11069 if (language_def (cu->language)->la_store_sym_names_in_linkage_form_p)
11070 {
11071 /* Do nothing (do not demangle the symbol name). */
11072 }
11073 else if (cu->language == language_go)
a766d390 11074 {
5e2db402
TT
11075 /* This is a lie, but we already lie to the caller new_symbol.
11076 new_symbol assumes we return the mangled name.
a766d390 11077 This just undoes that lie until things are cleaned up. */
a766d390
DE
11078 }
11079 else
11080 {
0eb876f5
JB
11081 /* Use DMGL_RET_DROP for C++ template functions to suppress
11082 their return type. It is easier for GDB users to search
11083 for such functions as `name(params)' than `long name(params)'.
11084 In such case the minimal symbol names do not match the full
11085 symbol names but for template functions there is never a need
11086 to look up their definition from their declaration so
11087 the only disadvantage remains the minimal symbol variant
11088 `long name(params)' does not have the proper inferior type. */
791afaa2
TT
11089 demangled.reset (gdb_demangle (mangled,
11090 (DMGL_PARAMS | DMGL_ANSI
11091 | DMGL_RET_DROP)));
a766d390 11092 }
900e11f9 11093 if (demangled)
791afaa2 11094 canon = demangled.get ();
900e11f9
JK
11095 else
11096 {
11097 canon = mangled;
11098 need_copy = 0;
11099 }
11100 }
11101
11102 if (canon == NULL || check_physname)
11103 {
11104 const char *physname = dwarf2_compute_name (name, die, cu, 1);
11105
11106 if (canon != NULL && strcmp (physname, canon) != 0)
11107 {
11108 /* It may not mean a bug in GDB. The compiler could also
11109 compute DW_AT_linkage_name incorrectly. But in such case
11110 GDB would need to be bug-to-bug compatible. */
11111
b98664d3 11112 complaint (_("Computed physname <%s> does not match demangled <%s> "
9d8780f0
SM
11113 "(from linkage <%s>) - DIE at %s [in module %s]"),
11114 physname, canon, mangled, sect_offset_str (die->sect_off),
4262abfb 11115 objfile_name (objfile));
900e11f9
JK
11116
11117 /* Prefer DW_AT_linkage_name (in the CANON form) - when it
11118 is available here - over computed PHYSNAME. It is safer
11119 against both buggy GDB and buggy compilers. */
11120
11121 retval = canon;
11122 }
11123 else
11124 {
11125 retval = physname;
11126 need_copy = 0;
11127 }
11128 }
11129 else
11130 retval = canon;
11131
11132 if (need_copy)
224c3ddb
SM
11133 retval = ((const char *)
11134 obstack_copy0 (&objfile->per_bfd->storage_obstack,
11135 retval, strlen (retval)));
900e11f9 11136
900e11f9 11137 return retval;
0114d602
DJ
11138}
11139
74921315
KS
11140/* Inspect DIE in CU for a namespace alias. If one exists, record
11141 a new symbol for it.
11142
11143 Returns 1 if a namespace alias was recorded, 0 otherwise. */
11144
11145static int
11146read_namespace_alias (struct die_info *die, struct dwarf2_cu *cu)
11147{
11148 struct attribute *attr;
11149
11150 /* If the die does not have a name, this is not a namespace
11151 alias. */
11152 attr = dwarf2_attr (die, DW_AT_name, cu);
11153 if (attr != NULL)
11154 {
11155 int num;
11156 struct die_info *d = die;
11157 struct dwarf2_cu *imported_cu = cu;
11158
11159 /* If the compiler has nested DW_AT_imported_declaration DIEs,
11160 keep inspecting DIEs until we hit the underlying import. */
11161#define MAX_NESTED_IMPORTED_DECLARATIONS 100
11162 for (num = 0; num < MAX_NESTED_IMPORTED_DECLARATIONS; ++num)
11163 {
11164 attr = dwarf2_attr (d, DW_AT_import, cu);
11165 if (attr == NULL)
11166 break;
11167
11168 d = follow_die_ref (d, attr, &imported_cu);
11169 if (d->tag != DW_TAG_imported_declaration)
11170 break;
11171 }
11172
11173 if (num == MAX_NESTED_IMPORTED_DECLARATIONS)
11174 {
b98664d3 11175 complaint (_("DIE at %s has too many recursively imported "
9d8780f0 11176 "declarations"), sect_offset_str (d->sect_off));
74921315
KS
11177 return 0;
11178 }
11179
11180 if (attr != NULL)
11181 {
11182 struct type *type;
9c541725 11183 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
74921315 11184
9c541725 11185 type = get_die_type_at_offset (sect_off, cu->per_cu);
74921315
KS
11186 if (type != NULL && TYPE_CODE (type) == TYPE_CODE_NAMESPACE)
11187 {
11188 /* This declaration is a global namespace alias. Add
11189 a symbol for it whose type is the aliased namespace. */
11190 new_symbol (die, type, cu);
11191 return 1;
11192 }
11193 }
11194 }
11195
11196 return 0;
11197}
11198
22cee43f 11199/* Return the using directives repository (global or local?) to use in the
804d2729 11200 current context for CU.
22cee43f
PMR
11201
11202 For Ada, imported declarations can materialize renamings, which *may* be
11203 global. However it is impossible (for now?) in DWARF to distinguish
11204 "external" imported declarations and "static" ones. As all imported
11205 declarations seem to be static in all other languages, make them all CU-wide
11206 global only in Ada. */
11207
11208static struct using_direct **
804d2729 11209using_directives (struct dwarf2_cu *cu)
22cee43f 11210{
c24bdb02
KS
11211 if (cu->language == language_ada
11212 && cu->get_builder ()->outermost_context_p ())
11213 return cu->get_builder ()->get_global_using_directives ();
22cee43f 11214 else
c24bdb02 11215 return cu->get_builder ()->get_local_using_directives ();
22cee43f
PMR
11216}
11217
27aa8d6a
SW
11218/* Read the import statement specified by the given die and record it. */
11219
11220static void
11221read_import_statement (struct die_info *die, struct dwarf2_cu *cu)
11222{
518817b3 11223 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
27aa8d6a 11224 struct attribute *import_attr;
32019081 11225 struct die_info *imported_die, *child_die;
de4affc9 11226 struct dwarf2_cu *imported_cu;
27aa8d6a 11227 const char *imported_name;
794684b6 11228 const char *imported_name_prefix;
13387711
SW
11229 const char *canonical_name;
11230 const char *import_alias;
11231 const char *imported_declaration = NULL;
794684b6 11232 const char *import_prefix;
eb1e02fd 11233 std::vector<const char *> excludes;
13387711 11234
27aa8d6a
SW
11235 import_attr = dwarf2_attr (die, DW_AT_import, cu);
11236 if (import_attr == NULL)
11237 {
b98664d3 11238 complaint (_("Tag '%s' has no DW_AT_import"),
27aa8d6a
SW
11239 dwarf_tag_name (die->tag));
11240 return;
11241 }
11242
de4affc9
CC
11243 imported_cu = cu;
11244 imported_die = follow_die_ref_or_sig (die, import_attr, &imported_cu);
11245 imported_name = dwarf2_name (imported_die, imported_cu);
27aa8d6a
SW
11246 if (imported_name == NULL)
11247 {
11248 /* GCC bug: https://bugzilla.redhat.com/show_bug.cgi?id=506524
11249
11250 The import in the following code:
11251 namespace A
11252 {
11253 typedef int B;
11254 }
11255
11256 int main ()
11257 {
11258 using A::B;
11259 B b;
11260 return b;
11261 }
11262
11263 ...
11264 <2><51>: Abbrev Number: 3 (DW_TAG_imported_declaration)
11265 <52> DW_AT_decl_file : 1
11266 <53> DW_AT_decl_line : 6
11267 <54> DW_AT_import : <0x75>
11268 <2><58>: Abbrev Number: 4 (DW_TAG_typedef)
11269 <59> DW_AT_name : B
11270 <5b> DW_AT_decl_file : 1
11271 <5c> DW_AT_decl_line : 2
11272 <5d> DW_AT_type : <0x6e>
11273 ...
11274 <1><75>: Abbrev Number: 7 (DW_TAG_base_type)
11275 <76> DW_AT_byte_size : 4
11276 <77> DW_AT_encoding : 5 (signed)
11277
11278 imports the wrong die ( 0x75 instead of 0x58 ).
11279 This case will be ignored until the gcc bug is fixed. */
11280 return;
11281 }
11282
82856980
SW
11283 /* Figure out the local name after import. */
11284 import_alias = dwarf2_name (die, cu);
27aa8d6a 11285
794684b6
SW
11286 /* Figure out where the statement is being imported to. */
11287 import_prefix = determine_prefix (die, cu);
11288
11289 /* Figure out what the scope of the imported die is and prepend it
11290 to the name of the imported die. */
de4affc9 11291 imported_name_prefix = determine_prefix (imported_die, imported_cu);
794684b6 11292
f55ee35c
JK
11293 if (imported_die->tag != DW_TAG_namespace
11294 && imported_die->tag != DW_TAG_module)
794684b6 11295 {
13387711
SW
11296 imported_declaration = imported_name;
11297 canonical_name = imported_name_prefix;
794684b6 11298 }
13387711 11299 else if (strlen (imported_name_prefix) > 0)
12aaed36 11300 canonical_name = obconcat (&objfile->objfile_obstack,
45280282
IB
11301 imported_name_prefix,
11302 (cu->language == language_d ? "." : "::"),
11303 imported_name, (char *) NULL);
13387711
SW
11304 else
11305 canonical_name = imported_name;
794684b6 11306
32019081
JK
11307 if (die->tag == DW_TAG_imported_module && cu->language == language_fortran)
11308 for (child_die = die->child; child_die && child_die->tag;
11309 child_die = sibling_die (child_die))
11310 {
11311 /* DWARF-4: A Fortran use statement with a “rename list” may be
11312 represented by an imported module entry with an import attribute
11313 referring to the module and owned entries corresponding to those
11314 entities that are renamed as part of being imported. */
11315
11316 if (child_die->tag != DW_TAG_imported_declaration)
11317 {
b98664d3 11318 complaint (_("child DW_TAG_imported_declaration expected "
9d8780f0
SM
11319 "- DIE at %s [in module %s]"),
11320 sect_offset_str (child_die->sect_off),
11321 objfile_name (objfile));
32019081
JK
11322 continue;
11323 }
11324
11325 import_attr = dwarf2_attr (child_die, DW_AT_import, cu);
11326 if (import_attr == NULL)
11327 {
b98664d3 11328 complaint (_("Tag '%s' has no DW_AT_import"),
32019081
JK
11329 dwarf_tag_name (child_die->tag));
11330 continue;
11331 }
11332
11333 imported_cu = cu;
11334 imported_die = follow_die_ref_or_sig (child_die, import_attr,
11335 &imported_cu);
11336 imported_name = dwarf2_name (imported_die, imported_cu);
11337 if (imported_name == NULL)
11338 {
b98664d3 11339 complaint (_("child DW_TAG_imported_declaration has unknown "
9d8780f0
SM
11340 "imported name - DIE at %s [in module %s]"),
11341 sect_offset_str (child_die->sect_off),
11342 objfile_name (objfile));
32019081
JK
11343 continue;
11344 }
11345
eb1e02fd 11346 excludes.push_back (imported_name);
32019081
JK
11347
11348 process_die (child_die, cu);
11349 }
11350
804d2729 11351 add_using_directive (using_directives (cu),
22cee43f
PMR
11352 import_prefix,
11353 canonical_name,
11354 import_alias,
11355 imported_declaration,
11356 excludes,
11357 0,
11358 &objfile->objfile_obstack);
27aa8d6a
SW
11359}
11360
5230b05a
WT
11361/* ICC<14 does not output the required DW_AT_declaration on incomplete
11362 types, but gives them a size of zero. Starting with version 14,
11363 ICC is compatible with GCC. */
11364
9068261f 11365static bool
5230b05a
WT
11366producer_is_icc_lt_14 (struct dwarf2_cu *cu)
11367{
11368 if (!cu->checked_producer)
11369 check_producer (cu);
11370
11371 return cu->producer_is_icc_lt_14;
11372}
11373
eb77c9df
AB
11374/* ICC generates a DW_AT_type for C void functions. This was observed on
11375 ICC 14.0.5.212, and appears to be against the DWARF spec (V5 3.3.2)
11376 which says that void functions should not have a DW_AT_type. */
11377
11378static bool
11379producer_is_icc (struct dwarf2_cu *cu)
11380{
11381 if (!cu->checked_producer)
11382 check_producer (cu);
11383
11384 return cu->producer_is_icc;
11385}
11386
1b80a9fa
JK
11387/* Check for possibly missing DW_AT_comp_dir with relative .debug_line
11388 directory paths. GCC SVN r127613 (new option -fdebug-prefix-map) fixed
11389 this, it was first present in GCC release 4.3.0. */
11390
9068261f 11391static bool
1b80a9fa
JK
11392producer_is_gcc_lt_4_3 (struct dwarf2_cu *cu)
11393{
11394 if (!cu->checked_producer)
11395 check_producer (cu);
11396
11397 return cu->producer_is_gcc_lt_4_3;
11398}
11399
d721ba37
PA
11400static file_and_directory
11401find_file_and_directory (struct die_info *die, struct dwarf2_cu *cu)
9291a0cd 11402{
d721ba37
PA
11403 file_and_directory res;
11404
9291a0cd
TT
11405 /* Find the filename. Do not use dwarf2_name here, since the filename
11406 is not a source language identifier. */
d721ba37
PA
11407 res.name = dwarf2_string_attr (die, DW_AT_name, cu);
11408 res.comp_dir = dwarf2_string_attr (die, DW_AT_comp_dir, cu);
9291a0cd 11409
d721ba37
PA
11410 if (res.comp_dir == NULL
11411 && producer_is_gcc_lt_4_3 (cu) && res.name != NULL
11412 && IS_ABSOLUTE_PATH (res.name))
9291a0cd 11413 {
d721ba37
PA
11414 res.comp_dir_storage = ldirname (res.name);
11415 if (!res.comp_dir_storage.empty ())
11416 res.comp_dir = res.comp_dir_storage.c_str ();
9291a0cd 11417 }
d721ba37 11418 if (res.comp_dir != NULL)
9291a0cd
TT
11419 {
11420 /* Irix 6.2 native cc prepends <machine>.: to the compilation
11421 directory, get rid of it. */
d721ba37 11422 const char *cp = strchr (res.comp_dir, ':');
9291a0cd 11423
d721ba37
PA
11424 if (cp && cp != res.comp_dir && cp[-1] == '.' && cp[1] == '/')
11425 res.comp_dir = cp + 1;
9291a0cd
TT
11426 }
11427
d721ba37
PA
11428 if (res.name == NULL)
11429 res.name = "<unknown>";
11430
11431 return res;
9291a0cd
TT
11432}
11433
f4dc4d17
DE
11434/* Handle DW_AT_stmt_list for a compilation unit.
11435 DIE is the DW_TAG_compile_unit die for CU.
c3b7b696
YQ
11436 COMP_DIR is the compilation directory. LOWPC is passed to
11437 dwarf_decode_lines. See dwarf_decode_lines comments about it. */
2ab95328
TT
11438
11439static void
11440handle_DW_AT_stmt_list (struct die_info *die, struct dwarf2_cu *cu,
c3b7b696 11441 const char *comp_dir, CORE_ADDR lowpc) /* ARI: editCase function */
2ab95328 11442{
518817b3
SM
11443 struct dwarf2_per_objfile *dwarf2_per_objfile
11444 = cu->per_cu->dwarf2_per_objfile;
527f3840 11445 struct objfile *objfile = dwarf2_per_objfile->objfile;
2ab95328 11446 struct attribute *attr;
527f3840
JK
11447 struct line_header line_header_local;
11448 hashval_t line_header_local_hash;
527f3840
JK
11449 void **slot;
11450 int decode_mapping;
2ab95328 11451
f4dc4d17
DE
11452 gdb_assert (! cu->per_cu->is_debug_types);
11453
2ab95328 11454 attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
527f3840
JK
11455 if (attr == NULL)
11456 return;
11457
9c541725 11458 sect_offset line_offset = (sect_offset) DW_UNSND (attr);
527f3840
JK
11459
11460 /* The line header hash table is only created if needed (it exists to
11461 prevent redundant reading of the line table for partial_units).
11462 If we're given a partial_unit, we'll need it. If we're given a
11463 compile_unit, then use the line header hash table if it's already
11464 created, but don't create one just yet. */
11465
11466 if (dwarf2_per_objfile->line_header_hash == NULL
11467 && die->tag == DW_TAG_partial_unit)
2ab95328 11468 {
527f3840
JK
11469 dwarf2_per_objfile->line_header_hash
11470 = htab_create_alloc_ex (127, line_header_hash_voidp,
11471 line_header_eq_voidp,
11472 free_line_header_voidp,
11473 &objfile->objfile_obstack,
11474 hashtab_obstack_allocate,
11475 dummy_obstack_deallocate);
11476 }
2ab95328 11477
9c541725 11478 line_header_local.sect_off = line_offset;
527f3840
JK
11479 line_header_local.offset_in_dwz = cu->per_cu->is_dwz;
11480 line_header_local_hash = line_header_hash (&line_header_local);
11481 if (dwarf2_per_objfile->line_header_hash != NULL)
11482 {
11483 slot = htab_find_slot_with_hash (dwarf2_per_objfile->line_header_hash,
11484 &line_header_local,
11485 line_header_local_hash, NO_INSERT);
11486
11487 /* For DW_TAG_compile_unit we need info like symtab::linetable which
11488 is not present in *SLOT (since if there is something in *SLOT then
11489 it will be for a partial_unit). */
11490 if (die->tag == DW_TAG_partial_unit && slot != NULL)
dee91e82 11491 {
527f3840 11492 gdb_assert (*slot != NULL);
9a3c8263 11493 cu->line_header = (struct line_header *) *slot;
527f3840 11494 return;
dee91e82 11495 }
2ab95328 11496 }
527f3840
JK
11497
11498 /* dwarf_decode_line_header does not yet provide sufficient information.
11499 We always have to call also dwarf_decode_lines for it. */
fff8551c
PA
11500 line_header_up lh = dwarf_decode_line_header (line_offset, cu);
11501 if (lh == NULL)
527f3840 11502 return;
4c8aa72d
PA
11503
11504 cu->line_header = lh.release ();
11505 cu->line_header_die_owner = die;
527f3840
JK
11506
11507 if (dwarf2_per_objfile->line_header_hash == NULL)
11508 slot = NULL;
11509 else
11510 {
11511 slot = htab_find_slot_with_hash (dwarf2_per_objfile->line_header_hash,
11512 &line_header_local,
11513 line_header_local_hash, INSERT);
11514 gdb_assert (slot != NULL);
11515 }
11516 if (slot != NULL && *slot == NULL)
11517 {
11518 /* This newly decoded line number information unit will be owned
11519 by line_header_hash hash table. */
11520 *slot = cu->line_header;
4c8aa72d 11521 cu->line_header_die_owner = NULL;
527f3840
JK
11522 }
11523 else
11524 {
11525 /* We cannot free any current entry in (*slot) as that struct line_header
11526 may be already used by multiple CUs. Create only temporary decoded
11527 line_header for this CU - it may happen at most once for each line
11528 number information unit. And if we're not using line_header_hash
11529 then this is what we want as well. */
11530 gdb_assert (die->tag != DW_TAG_partial_unit);
527f3840
JK
11531 }
11532 decode_mapping = (die->tag != DW_TAG_partial_unit);
11533 dwarf_decode_lines (cu->line_header, comp_dir, cu, NULL, lowpc,
11534 decode_mapping);
fff8551c 11535
2ab95328
TT
11536}
11537
95554aad 11538/* Process DW_TAG_compile_unit or DW_TAG_partial_unit. */
ae2de4f8 11539
c906108c 11540static void
e7c27a73 11541read_file_scope (struct die_info *die, struct dwarf2_cu *cu)
c906108c 11542{
518817b3
SM
11543 struct dwarf2_per_objfile *dwarf2_per_objfile
11544 = cu->per_cu->dwarf2_per_objfile;
dee91e82 11545 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 11546 struct gdbarch *gdbarch = get_objfile_arch (objfile);
2acceee2 11547 CORE_ADDR lowpc = ((CORE_ADDR) -1);
c906108c
SS
11548 CORE_ADDR highpc = ((CORE_ADDR) 0);
11549 struct attribute *attr;
c906108c 11550 struct die_info *child_die;
e142c38c 11551 CORE_ADDR baseaddr;
6e70227d 11552
380618d6 11553 prepare_one_comp_unit (cu, die, cu->language);
e142c38c 11554 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c 11555
fae299cd 11556 get_scope_pc_bounds (die, &lowpc, &highpc, cu);
c906108c
SS
11557
11558 /* If we didn't find a lowpc, set it to highpc to avoid complaints
11559 from finish_block. */
2acceee2 11560 if (lowpc == ((CORE_ADDR) -1))
c906108c 11561 lowpc = highpc;
3e29f34a 11562 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch, lowpc + baseaddr);
c906108c 11563
d721ba37 11564 file_and_directory fnd = find_file_and_directory (die, cu);
e1024ff1 11565
f4b8a18d
KW
11566 /* The XLCL doesn't generate DW_LANG_OpenCL because this attribute is not
11567 standardised yet. As a workaround for the language detection we fall
11568 back to the DW_AT_producer string. */
11569 if (cu->producer && strstr (cu->producer, "IBM XL C for OpenCL") != NULL)
11570 cu->language = language_opencl;
11571
3019eac3
DE
11572 /* Similar hack for Go. */
11573 if (cu->producer && strstr (cu->producer, "GNU Go ") != NULL)
11574 set_cu_language (DW_LANG_Go, cu);
11575
c24bdb02 11576 cu->start_symtab (fnd.name, fnd.comp_dir, lowpc);
3019eac3
DE
11577
11578 /* Decode line number information if present. We do this before
11579 processing child DIEs, so that the line header table is available
11580 for DW_AT_decl_file. */
d721ba37 11581 handle_DW_AT_stmt_list (die, cu, fnd.comp_dir, lowpc);
3019eac3
DE
11582
11583 /* Process all dies in compilation unit. */
11584 if (die->child != NULL)
11585 {
11586 child_die = die->child;
11587 while (child_die && child_die->tag)
11588 {
11589 process_die (child_die, cu);
11590 child_die = sibling_die (child_die);
11591 }
11592 }
11593
11594 /* Decode macro information, if present. Dwarf 2 macro information
11595 refers to information in the line number info statement program
11596 header, so we can only read it if we've read the header
11597 successfully. */
0af92d60
JK
11598 attr = dwarf2_attr (die, DW_AT_macros, cu);
11599 if (attr == NULL)
11600 attr = dwarf2_attr (die, DW_AT_GNU_macros, cu);
3019eac3
DE
11601 if (attr && cu->line_header)
11602 {
11603 if (dwarf2_attr (die, DW_AT_macro_info, cu))
b98664d3 11604 complaint (_("CU refers to both DW_AT_macros and DW_AT_macro_info"));
3019eac3 11605
43f3e411 11606 dwarf_decode_macros (cu, DW_UNSND (attr), 1);
3019eac3
DE
11607 }
11608 else
11609 {
11610 attr = dwarf2_attr (die, DW_AT_macro_info, cu);
11611 if (attr && cu->line_header)
11612 {
11613 unsigned int macro_offset = DW_UNSND (attr);
11614
43f3e411 11615 dwarf_decode_macros (cu, macro_offset, 0);
3019eac3
DE
11616 }
11617 }
3019eac3
DE
11618}
11619
c24bdb02
KS
11620void
11621dwarf2_cu::setup_type_unit_groups (struct die_info *die)
3019eac3 11622{
f4dc4d17
DE
11623 struct type_unit_group *tu_group;
11624 int first_time;
3019eac3 11625 struct attribute *attr;
9c541725 11626 unsigned int i;
0186c6a7 11627 struct signatured_type *sig_type;
3019eac3 11628
f4dc4d17 11629 gdb_assert (per_cu->is_debug_types);
0186c6a7 11630 sig_type = (struct signatured_type *) per_cu;
3019eac3 11631
c24bdb02 11632 attr = dwarf2_attr (die, DW_AT_stmt_list, this);
3019eac3 11633
f4dc4d17 11634 /* If we're using .gdb_index (includes -readnow) then
74e04d1c 11635 per_cu->type_unit_group may not have been set up yet. */
0186c6a7 11636 if (sig_type->type_unit_group == NULL)
c24bdb02 11637 sig_type->type_unit_group = get_type_unit_group (this, attr);
0186c6a7 11638 tu_group = sig_type->type_unit_group;
f4dc4d17
DE
11639
11640 /* If we've already processed this stmt_list there's no real need to
11641 do it again, we could fake it and just recreate the part we need
11642 (file name,index -> symtab mapping). If data shows this optimization
11643 is useful we can do it then. */
43f3e411 11644 first_time = tu_group->compunit_symtab == NULL;
f4dc4d17
DE
11645
11646 /* We have to handle the case of both a missing DW_AT_stmt_list or bad
11647 debug info. */
fff8551c 11648 line_header_up lh;
f4dc4d17 11649 if (attr != NULL)
3019eac3 11650 {
9c541725 11651 sect_offset line_offset = (sect_offset) DW_UNSND (attr);
c24bdb02 11652 lh = dwarf_decode_line_header (line_offset, this);
f4dc4d17
DE
11653 }
11654 if (lh == NULL)
11655 {
11656 if (first_time)
c24bdb02 11657 start_symtab ("", NULL, 0);
f4dc4d17
DE
11658 else
11659 {
11660 gdb_assert (tu_group->symtabs == NULL);
c24bdb02 11661 gdb_assert (m_builder == nullptr);
804d2729 11662 struct compunit_symtab *cust = tu_group->compunit_symtab;
c24bdb02
KS
11663 m_builder.reset (new struct buildsym_compunit
11664 (COMPUNIT_OBJFILE (cust), "",
11665 COMPUNIT_DIRNAME (cust),
11666 compunit_language (cust),
11667 0, cust));
f4dc4d17 11668 }
f4dc4d17 11669 return;
3019eac3
DE
11670 }
11671
c24bdb02
KS
11672 line_header = lh.release ();
11673 line_header_die_owner = die;
3019eac3 11674
f4dc4d17
DE
11675 if (first_time)
11676 {
c24bdb02 11677 struct compunit_symtab *cust = start_symtab ("", NULL, 0);
3019eac3 11678
1fd60fc0
DE
11679 /* Note: We don't assign tu_group->compunit_symtab yet because we're
11680 still initializing it, and our caller (a few levels up)
11681 process_full_type_unit still needs to know if this is the first
11682 time. */
11683
c24bdb02 11684 tu_group->num_symtabs = line_header->file_names.size ();
4c8aa72d 11685 tu_group->symtabs = XNEWVEC (struct symtab *,
c24bdb02 11686 line_header->file_names.size ());
3019eac3 11687
c24bdb02 11688 for (i = 0; i < line_header->file_names.size (); ++i)
f4dc4d17 11689 {
c24bdb02 11690 file_entry &fe = line_header->file_names[i];
3019eac3 11691
c24bdb02
KS
11692 dwarf2_start_subfile (this, fe.name,
11693 fe.include_dir (line_header));
11694 buildsym_compunit *b = get_builder ();
11695 if (b->get_current_subfile ()->symtab == NULL)
f4dc4d17 11696 {
4c8aa72d
PA
11697 /* NOTE: start_subfile will recognize when it's been
11698 passed a file it has already seen. So we can't
11699 assume there's a simple mapping from
11700 cu->line_header->file_names to subfiles, plus
11701 cu->line_header->file_names may contain dups. */
c24bdb02
KS
11702 b->get_current_subfile ()->symtab
11703 = allocate_symtab (cust, b->get_current_subfile ()->name);
f4dc4d17
DE
11704 }
11705
c24bdb02 11706 fe.symtab = b->get_current_subfile ()->symtab;
8c43009f 11707 tu_group->symtabs[i] = fe.symtab;
f4dc4d17
DE
11708 }
11709 }
11710 else
3019eac3 11711 {
c24bdb02 11712 gdb_assert (m_builder == nullptr);
804d2729 11713 struct compunit_symtab *cust = tu_group->compunit_symtab;
c24bdb02
KS
11714 m_builder.reset (new struct buildsym_compunit
11715 (COMPUNIT_OBJFILE (cust), "",
11716 COMPUNIT_DIRNAME (cust),
11717 compunit_language (cust),
11718 0, cust));
f4dc4d17 11719
c24bdb02 11720 for (i = 0; i < line_header->file_names.size (); ++i)
f4dc4d17 11721 {
c24bdb02 11722 file_entry &fe = line_header->file_names[i];
f4dc4d17 11723
4c8aa72d 11724 fe.symtab = tu_group->symtabs[i];
f4dc4d17 11725 }
3019eac3
DE
11726 }
11727
f4dc4d17
DE
11728 /* The main symtab is allocated last. Type units don't have DW_AT_name
11729 so they don't have a "real" (so to speak) symtab anyway.
11730 There is later code that will assign the main symtab to all symbols
11731 that don't have one. We need to handle the case of a symbol with a
11732 missing symtab (DW_AT_decl_file) anyway. */
11733}
3019eac3 11734
f4dc4d17
DE
11735/* Process DW_TAG_type_unit.
11736 For TUs we want to skip the first top level sibling if it's not the
11737 actual type being defined by this TU. In this case the first top
11738 level sibling is there to provide context only. */
3019eac3 11739
f4dc4d17
DE
11740static void
11741read_type_unit_scope (struct die_info *die, struct dwarf2_cu *cu)
11742{
11743 struct die_info *child_die;
3019eac3 11744
f4dc4d17
DE
11745 prepare_one_comp_unit (cu, die, language_minimal);
11746
11747 /* Initialize (or reinitialize) the machinery for building symtabs.
11748 We do this before processing child DIEs, so that the line header table
11749 is available for DW_AT_decl_file. */
c24bdb02 11750 cu->setup_type_unit_groups (die);
f4dc4d17
DE
11751
11752 if (die->child != NULL)
11753 {
11754 child_die = die->child;
11755 while (child_die && child_die->tag)
11756 {
11757 process_die (child_die, cu);
11758 child_die = sibling_die (child_die);
11759 }
11760 }
3019eac3
DE
11761}
11762\f
80626a55
DE
11763/* DWO/DWP files.
11764
11765 http://gcc.gnu.org/wiki/DebugFission
11766 http://gcc.gnu.org/wiki/DebugFissionDWP
11767
11768 To simplify handling of both DWO files ("object" files with the DWARF info)
11769 and DWP files (a file with the DWOs packaged up into one file), we treat
11770 DWP files as having a collection of virtual DWO files. */
3019eac3
DE
11771
11772static hashval_t
11773hash_dwo_file (const void *item)
11774{
9a3c8263 11775 const struct dwo_file *dwo_file = (const struct dwo_file *) item;
a2ce51a0 11776 hashval_t hash;
3019eac3 11777
a2ce51a0
DE
11778 hash = htab_hash_string (dwo_file->dwo_name);
11779 if (dwo_file->comp_dir != NULL)
11780 hash += htab_hash_string (dwo_file->comp_dir);
11781 return hash;
3019eac3
DE
11782}
11783
11784static int
11785eq_dwo_file (const void *item_lhs, const void *item_rhs)
11786{
9a3c8263
SM
11787 const struct dwo_file *lhs = (const struct dwo_file *) item_lhs;
11788 const struct dwo_file *rhs = (const struct dwo_file *) item_rhs;
3019eac3 11789
a2ce51a0
DE
11790 if (strcmp (lhs->dwo_name, rhs->dwo_name) != 0)
11791 return 0;
11792 if (lhs->comp_dir == NULL || rhs->comp_dir == NULL)
11793 return lhs->comp_dir == rhs->comp_dir;
11794 return strcmp (lhs->comp_dir, rhs->comp_dir) == 0;
3019eac3
DE
11795}
11796
11797/* Allocate a hash table for DWO files. */
11798
11799static htab_t
ed2dc618 11800allocate_dwo_file_hash_table (struct objfile *objfile)
3019eac3 11801{
3019eac3
DE
11802 return htab_create_alloc_ex (41,
11803 hash_dwo_file,
11804 eq_dwo_file,
11805 NULL,
11806 &objfile->objfile_obstack,
11807 hashtab_obstack_allocate,
11808 dummy_obstack_deallocate);
11809}
11810
80626a55
DE
11811/* Lookup DWO file DWO_NAME. */
11812
11813static void **
ed2dc618
SM
11814lookup_dwo_file_slot (struct dwarf2_per_objfile *dwarf2_per_objfile,
11815 const char *dwo_name,
11816 const char *comp_dir)
80626a55
DE
11817{
11818 struct dwo_file find_entry;
11819 void **slot;
11820
11821 if (dwarf2_per_objfile->dwo_files == NULL)
ed2dc618
SM
11822 dwarf2_per_objfile->dwo_files
11823 = allocate_dwo_file_hash_table (dwarf2_per_objfile->objfile);
80626a55
DE
11824
11825 memset (&find_entry, 0, sizeof (find_entry));
0ac5b59e
DE
11826 find_entry.dwo_name = dwo_name;
11827 find_entry.comp_dir = comp_dir;
80626a55
DE
11828 slot = htab_find_slot (dwarf2_per_objfile->dwo_files, &find_entry, INSERT);
11829
11830 return slot;
11831}
11832
3019eac3
DE
11833static hashval_t
11834hash_dwo_unit (const void *item)
11835{
9a3c8263 11836 const struct dwo_unit *dwo_unit = (const struct dwo_unit *) item;
3019eac3
DE
11837
11838 /* This drops the top 32 bits of the id, but is ok for a hash. */
11839 return dwo_unit->signature;
11840}
11841
11842static int
11843eq_dwo_unit (const void *item_lhs, const void *item_rhs)
11844{
9a3c8263
SM
11845 const struct dwo_unit *lhs = (const struct dwo_unit *) item_lhs;
11846 const struct dwo_unit *rhs = (const struct dwo_unit *) item_rhs;
3019eac3
DE
11847
11848 /* The signature is assumed to be unique within the DWO file.
11849 So while object file CU dwo_id's always have the value zero,
11850 that's OK, assuming each object file DWO file has only one CU,
11851 and that's the rule for now. */
11852 return lhs->signature == rhs->signature;
11853}
11854
11855/* Allocate a hash table for DWO CUs,TUs.
11856 There is one of these tables for each of CUs,TUs for each DWO file. */
11857
11858static htab_t
11859allocate_dwo_unit_table (struct objfile *objfile)
11860{
11861 /* Start out with a pretty small number.
11862 Generally DWO files contain only one CU and maybe some TUs. */
11863 return htab_create_alloc_ex (3,
11864 hash_dwo_unit,
11865 eq_dwo_unit,
11866 NULL,
11867 &objfile->objfile_obstack,
11868 hashtab_obstack_allocate,
11869 dummy_obstack_deallocate);
11870}
11871
80626a55 11872/* Structure used to pass data to create_dwo_debug_info_hash_table_reader. */
3019eac3 11873
19c3d4c9 11874struct create_dwo_cu_data
3019eac3
DE
11875{
11876 struct dwo_file *dwo_file;
19c3d4c9 11877 struct dwo_unit dwo_unit;
3019eac3
DE
11878};
11879
19c3d4c9 11880/* die_reader_func for create_dwo_cu. */
3019eac3
DE
11881
11882static void
19c3d4c9
DE
11883create_dwo_cu_reader (const struct die_reader_specs *reader,
11884 const gdb_byte *info_ptr,
11885 struct die_info *comp_unit_die,
11886 int has_children,
11887 void *datap)
3019eac3
DE
11888{
11889 struct dwarf2_cu *cu = reader->cu;
9c541725 11890 sect_offset sect_off = cu->per_cu->sect_off;
8a0459fd 11891 struct dwarf2_section_info *section = cu->per_cu->section;
9a3c8263 11892 struct create_dwo_cu_data *data = (struct create_dwo_cu_data *) datap;
3019eac3 11893 struct dwo_file *dwo_file = data->dwo_file;
19c3d4c9 11894 struct dwo_unit *dwo_unit = &data->dwo_unit;
3019eac3 11895 struct attribute *attr;
3019eac3
DE
11896
11897 attr = dwarf2_attr (comp_unit_die, DW_AT_GNU_dwo_id, cu);
11898 if (attr == NULL)
11899 {
b98664d3 11900 complaint (_("Dwarf Error: debug entry at offset %s is missing"
19c3d4c9 11901 " its dwo_id [in module %s]"),
9d8780f0 11902 sect_offset_str (sect_off), dwo_file->dwo_name);
3019eac3
DE
11903 return;
11904 }
11905
3019eac3
DE
11906 dwo_unit->dwo_file = dwo_file;
11907 dwo_unit->signature = DW_UNSND (attr);
8a0459fd 11908 dwo_unit->section = section;
9c541725 11909 dwo_unit->sect_off = sect_off;
3019eac3
DE
11910 dwo_unit->length = cu->per_cu->length;
11911
b4f54984 11912 if (dwarf_read_debug)
9d8780f0
SM
11913 fprintf_unfiltered (gdb_stdlog, " offset %s, dwo_id %s\n",
11914 sect_offset_str (sect_off),
9c541725 11915 hex_string (dwo_unit->signature));
3019eac3
DE
11916}
11917
33c5cd75 11918/* Create the dwo_units for the CUs in a DWO_FILE.
19c3d4c9 11919 Note: This function processes DWO files only, not DWP files. */
3019eac3 11920
33c5cd75 11921static void
ed2dc618
SM
11922create_cus_hash_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
11923 struct dwo_file &dwo_file, dwarf2_section_info &section,
33c5cd75 11924 htab_t &cus_htab)
3019eac3
DE
11925{
11926 struct objfile *objfile = dwarf2_per_objfile->objfile;
d521ce57 11927 const gdb_byte *info_ptr, *end_ptr;
3019eac3 11928
33c5cd75
DB
11929 dwarf2_read_section (objfile, &section);
11930 info_ptr = section.buffer;
3019eac3
DE
11931
11932 if (info_ptr == NULL)
33c5cd75 11933 return;
3019eac3 11934
b4f54984 11935 if (dwarf_read_debug)
19c3d4c9
DE
11936 {
11937 fprintf_unfiltered (gdb_stdlog, "Reading %s for %s:\n",
33c5cd75
DB
11938 get_section_name (&section),
11939 get_section_file_name (&section));
19c3d4c9 11940 }
3019eac3 11941
33c5cd75 11942 end_ptr = info_ptr + section.size;
3019eac3
DE
11943 while (info_ptr < end_ptr)
11944 {
11945 struct dwarf2_per_cu_data per_cu;
33c5cd75
DB
11946 struct create_dwo_cu_data create_dwo_cu_data;
11947 struct dwo_unit *dwo_unit;
11948 void **slot;
11949 sect_offset sect_off = (sect_offset) (info_ptr - section.buffer);
3019eac3 11950
19c3d4c9
DE
11951 memset (&create_dwo_cu_data.dwo_unit, 0,
11952 sizeof (create_dwo_cu_data.dwo_unit));
3019eac3 11953 memset (&per_cu, 0, sizeof (per_cu));
e3b94546 11954 per_cu.dwarf2_per_objfile = dwarf2_per_objfile;
3019eac3 11955 per_cu.is_debug_types = 0;
33c5cd75
DB
11956 per_cu.sect_off = sect_offset (info_ptr - section.buffer);
11957 per_cu.section = &section;
c5ed0576 11958 create_dwo_cu_data.dwo_file = &dwo_file;
33c5cd75
DB
11959
11960 init_cutu_and_read_dies_no_follow (
11961 &per_cu, &dwo_file, create_dwo_cu_reader, &create_dwo_cu_data);
11962 info_ptr += per_cu.length;
11963
11964 // If the unit could not be parsed, skip it.
11965 if (create_dwo_cu_data.dwo_unit.dwo_file == NULL)
11966 continue;
3019eac3 11967
33c5cd75
DB
11968 if (cus_htab == NULL)
11969 cus_htab = allocate_dwo_unit_table (objfile);
19c3d4c9 11970
33c5cd75
DB
11971 dwo_unit = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_unit);
11972 *dwo_unit = create_dwo_cu_data.dwo_unit;
11973 slot = htab_find_slot (cus_htab, dwo_unit, INSERT);
11974 gdb_assert (slot != NULL);
11975 if (*slot != NULL)
19c3d4c9 11976 {
33c5cd75
DB
11977 const struct dwo_unit *dup_cu = (const struct dwo_unit *)*slot;
11978 sect_offset dup_sect_off = dup_cu->sect_off;
19c3d4c9 11979
b98664d3 11980 complaint (_("debug cu entry at offset %s is duplicate to"
9d8780f0
SM
11981 " the entry at offset %s, signature %s"),
11982 sect_offset_str (sect_off), sect_offset_str (dup_sect_off),
33c5cd75 11983 hex_string (dwo_unit->signature));
19c3d4c9 11984 }
33c5cd75 11985 *slot = (void *)dwo_unit;
3019eac3 11986 }
3019eac3
DE
11987}
11988
80626a55
DE
11989/* DWP file .debug_{cu,tu}_index section format:
11990 [ref: http://gcc.gnu.org/wiki/DebugFissionDWP]
11991
d2415c6c
DE
11992 DWP Version 1:
11993
80626a55
DE
11994 Both index sections have the same format, and serve to map a 64-bit
11995 signature to a set of section numbers. Each section begins with a header,
11996 followed by a hash table of 64-bit signatures, a parallel table of 32-bit
11997 indexes, and a pool of 32-bit section numbers. The index sections will be
11998 aligned at 8-byte boundaries in the file.
11999
d2415c6c
DE
12000 The index section header consists of:
12001
12002 V, 32 bit version number
12003 -, 32 bits unused
12004 N, 32 bit number of compilation units or type units in the index
12005 M, 32 bit number of slots in the hash table
80626a55 12006
d2415c6c 12007 Numbers are recorded using the byte order of the application binary.
80626a55 12008
d2415c6c
DE
12009 The hash table begins at offset 16 in the section, and consists of an array
12010 of M 64-bit slots. Each slot contains a 64-bit signature (using the byte
12011 order of the application binary). Unused slots in the hash table are 0.
12012 (We rely on the extreme unlikeliness of a signature being exactly 0.)
80626a55 12013
d2415c6c
DE
12014 The parallel table begins immediately after the hash table
12015 (at offset 16 + 8 * M from the beginning of the section), and consists of an
12016 array of 32-bit indexes (using the byte order of the application binary),
12017 corresponding 1-1 with slots in the hash table. Each entry in the parallel
12018 table contains a 32-bit index into the pool of section numbers. For unused
12019 hash table slots, the corresponding entry in the parallel table will be 0.
80626a55 12020
73869dc2
DE
12021 The pool of section numbers begins immediately following the hash table
12022 (at offset 16 + 12 * M from the beginning of the section). The pool of
12023 section numbers consists of an array of 32-bit words (using the byte order
12024 of the application binary). Each item in the array is indexed starting
12025 from 0. The hash table entry provides the index of the first section
12026 number in the set. Additional section numbers in the set follow, and the
12027 set is terminated by a 0 entry (section number 0 is not used in ELF).
12028
12029 In each set of section numbers, the .debug_info.dwo or .debug_types.dwo
12030 section must be the first entry in the set, and the .debug_abbrev.dwo must
12031 be the second entry. Other members of the set may follow in any order.
12032
12033 ---
12034
12035 DWP Version 2:
12036
12037 DWP Version 2 combines all the .debug_info, etc. sections into one,
12038 and the entries in the index tables are now offsets into these sections.
12039 CU offsets begin at 0. TU offsets begin at the size of the .debug_info
12040 section.
12041
12042 Index Section Contents:
12043 Header
12044 Hash Table of Signatures dwp_hash_table.hash_table
12045 Parallel Table of Indices dwp_hash_table.unit_table
12046 Table of Section Offsets dwp_hash_table.v2.{section_ids,offsets}
12047 Table of Section Sizes dwp_hash_table.v2.sizes
12048
12049 The index section header consists of:
12050
12051 V, 32 bit version number
12052 L, 32 bit number of columns in the table of section offsets
12053 N, 32 bit number of compilation units or type units in the index
12054 M, 32 bit number of slots in the hash table
12055
12056 Numbers are recorded using the byte order of the application binary.
12057
12058 The hash table has the same format as version 1.
12059 The parallel table of indices has the same format as version 1,
12060 except that the entries are origin-1 indices into the table of sections
12061 offsets and the table of section sizes.
12062
12063 The table of offsets begins immediately following the parallel table
12064 (at offset 16 + 12 * M from the beginning of the section). The table is
12065 a two-dimensional array of 32-bit words (using the byte order of the
12066 application binary), with L columns and N+1 rows, in row-major order.
12067 Each row in the array is indexed starting from 0. The first row provides
12068 a key to the remaining rows: each column in this row provides an identifier
12069 for a debug section, and the offsets in the same column of subsequent rows
12070 refer to that section. The section identifiers are:
12071
12072 DW_SECT_INFO 1 .debug_info.dwo
12073 DW_SECT_TYPES 2 .debug_types.dwo
12074 DW_SECT_ABBREV 3 .debug_abbrev.dwo
12075 DW_SECT_LINE 4 .debug_line.dwo
12076 DW_SECT_LOC 5 .debug_loc.dwo
12077 DW_SECT_STR_OFFSETS 6 .debug_str_offsets.dwo
12078 DW_SECT_MACINFO 7 .debug_macinfo.dwo
12079 DW_SECT_MACRO 8 .debug_macro.dwo
12080
12081 The offsets provided by the CU and TU index sections are the base offsets
12082 for the contributions made by each CU or TU to the corresponding section
12083 in the package file. Each CU and TU header contains an abbrev_offset
12084 field, used to find the abbreviations table for that CU or TU within the
12085 contribution to the .debug_abbrev.dwo section for that CU or TU, and should
12086 be interpreted as relative to the base offset given in the index section.
12087 Likewise, offsets into .debug_line.dwo from DW_AT_stmt_list attributes
12088 should be interpreted as relative to the base offset for .debug_line.dwo,
12089 and offsets into other debug sections obtained from DWARF attributes should
12090 also be interpreted as relative to the corresponding base offset.
12091
12092 The table of sizes begins immediately following the table of offsets.
12093 Like the table of offsets, it is a two-dimensional array of 32-bit words,
12094 with L columns and N rows, in row-major order. Each row in the array is
12095 indexed starting from 1 (row 0 is shared by the two tables).
12096
12097 ---
12098
12099 Hash table lookup is handled the same in version 1 and 2:
12100
12101 We assume that N and M will not exceed 2^32 - 1.
12102 The size of the hash table, M, must be 2^k such that 2^k > 3*N/2.
12103
d2415c6c
DE
12104 Given a 64-bit compilation unit signature or a type signature S, an entry
12105 in the hash table is located as follows:
80626a55 12106
d2415c6c
DE
12107 1) Calculate a primary hash H = S & MASK(k), where MASK(k) is a mask with
12108 the low-order k bits all set to 1.
80626a55 12109
d2415c6c 12110 2) Calculate a secondary hash H' = (((S >> 32) & MASK(k)) | 1).
80626a55 12111
d2415c6c
DE
12112 3) If the hash table entry at index H matches the signature, use that
12113 entry. If the hash table entry at index H is unused (all zeroes),
12114 terminate the search: the signature is not present in the table.
80626a55 12115
d2415c6c 12116 4) Let H = (H + H') modulo M. Repeat at Step 3.
80626a55 12117
d2415c6c 12118 Because M > N and H' and M are relatively prime, the search is guaranteed
73869dc2 12119 to stop at an unused slot or find the match. */
80626a55
DE
12120
12121/* Create a hash table to map DWO IDs to their CU/TU entry in
12122 .debug_{info,types}.dwo in DWP_FILE.
12123 Returns NULL if there isn't one.
12124 Note: This function processes DWP files only, not DWO files. */
12125
12126static struct dwp_hash_table *
ed2dc618
SM
12127create_dwp_hash_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
12128 struct dwp_file *dwp_file, int is_debug_types)
80626a55
DE
12129{
12130 struct objfile *objfile = dwarf2_per_objfile->objfile;
400174b1 12131 bfd *dbfd = dwp_file->dbfd.get ();
948f8e3d 12132 const gdb_byte *index_ptr, *index_end;
80626a55 12133 struct dwarf2_section_info *index;
73869dc2 12134 uint32_t version, nr_columns, nr_units, nr_slots;
80626a55
DE
12135 struct dwp_hash_table *htab;
12136
12137 if (is_debug_types)
12138 index = &dwp_file->sections.tu_index;
12139 else
12140 index = &dwp_file->sections.cu_index;
12141
12142 if (dwarf2_section_empty_p (index))
12143 return NULL;
12144 dwarf2_read_section (objfile, index);
12145
12146 index_ptr = index->buffer;
12147 index_end = index_ptr + index->size;
12148
12149 version = read_4_bytes (dbfd, index_ptr);
73869dc2
DE
12150 index_ptr += 4;
12151 if (version == 2)
12152 nr_columns = read_4_bytes (dbfd, index_ptr);
12153 else
12154 nr_columns = 0;
12155 index_ptr += 4;
80626a55
DE
12156 nr_units = read_4_bytes (dbfd, index_ptr);
12157 index_ptr += 4;
12158 nr_slots = read_4_bytes (dbfd, index_ptr);
12159 index_ptr += 4;
12160
73869dc2 12161 if (version != 1 && version != 2)
80626a55 12162 {
21aa081e 12163 error (_("Dwarf Error: unsupported DWP file version (%s)"
80626a55 12164 " [in module %s]"),
21aa081e 12165 pulongest (version), dwp_file->name);
80626a55
DE
12166 }
12167 if (nr_slots != (nr_slots & -nr_slots))
12168 {
21aa081e 12169 error (_("Dwarf Error: number of slots in DWP hash table (%s)"
80626a55 12170 " is not power of 2 [in module %s]"),
21aa081e 12171 pulongest (nr_slots), dwp_file->name);
80626a55
DE
12172 }
12173
12174 htab = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwp_hash_table);
73869dc2
DE
12175 htab->version = version;
12176 htab->nr_columns = nr_columns;
80626a55
DE
12177 htab->nr_units = nr_units;
12178 htab->nr_slots = nr_slots;
12179 htab->hash_table = index_ptr;
12180 htab->unit_table = htab->hash_table + sizeof (uint64_t) * nr_slots;
73869dc2
DE
12181
12182 /* Exit early if the table is empty. */
12183 if (nr_slots == 0 || nr_units == 0
12184 || (version == 2 && nr_columns == 0))
12185 {
12186 /* All must be zero. */
12187 if (nr_slots != 0 || nr_units != 0
12188 || (version == 2 && nr_columns != 0))
12189 {
b98664d3 12190 complaint (_("Empty DWP but nr_slots,nr_units,nr_columns not"
73869dc2
DE
12191 " all zero [in modules %s]"),
12192 dwp_file->name);
12193 }
12194 return htab;
12195 }
12196
12197 if (version == 1)
12198 {
12199 htab->section_pool.v1.indices =
12200 htab->unit_table + sizeof (uint32_t) * nr_slots;
12201 /* It's harder to decide whether the section is too small in v1.
12202 V1 is deprecated anyway so we punt. */
12203 }
12204 else
12205 {
12206 const gdb_byte *ids_ptr = htab->unit_table + sizeof (uint32_t) * nr_slots;
12207 int *ids = htab->section_pool.v2.section_ids;
04fd5eed 12208 size_t sizeof_ids = sizeof (htab->section_pool.v2.section_ids);
73869dc2
DE
12209 /* Reverse map for error checking. */
12210 int ids_seen[DW_SECT_MAX + 1];
12211 int i;
12212
12213 if (nr_columns < 2)
12214 {
12215 error (_("Dwarf Error: bad DWP hash table, too few columns"
12216 " in section table [in module %s]"),
12217 dwp_file->name);
12218 }
12219 if (nr_columns > MAX_NR_V2_DWO_SECTIONS)
12220 {
12221 error (_("Dwarf Error: bad DWP hash table, too many columns"
12222 " in section table [in module %s]"),
12223 dwp_file->name);
12224 }
04fd5eed
GB
12225 memset (ids, 255, sizeof_ids);
12226 memset (ids_seen, 255, sizeof (ids_seen));
73869dc2
DE
12227 for (i = 0; i < nr_columns; ++i)
12228 {
12229 int id = read_4_bytes (dbfd, ids_ptr + i * sizeof (uint32_t));
12230
12231 if (id < DW_SECT_MIN || id > DW_SECT_MAX)
12232 {
12233 error (_("Dwarf Error: bad DWP hash table, bad section id %d"
12234 " in section table [in module %s]"),
12235 id, dwp_file->name);
12236 }
12237 if (ids_seen[id] != -1)
12238 {
12239 error (_("Dwarf Error: bad DWP hash table, duplicate section"
12240 " id %d in section table [in module %s]"),
12241 id, dwp_file->name);
12242 }
12243 ids_seen[id] = i;
12244 ids[i] = id;
12245 }
12246 /* Must have exactly one info or types section. */
12247 if (((ids_seen[DW_SECT_INFO] != -1)
12248 + (ids_seen[DW_SECT_TYPES] != -1))
12249 != 1)
12250 {
12251 error (_("Dwarf Error: bad DWP hash table, missing/duplicate"
12252 " DWO info/types section [in module %s]"),
12253 dwp_file->name);
12254 }
12255 /* Must have an abbrev section. */
12256 if (ids_seen[DW_SECT_ABBREV] == -1)
12257 {
12258 error (_("Dwarf Error: bad DWP hash table, missing DWO abbrev"
12259 " section [in module %s]"),
12260 dwp_file->name);
12261 }
12262 htab->section_pool.v2.offsets = ids_ptr + sizeof (uint32_t) * nr_columns;
12263 htab->section_pool.v2.sizes =
12264 htab->section_pool.v2.offsets + (sizeof (uint32_t)
12265 * nr_units * nr_columns);
12266 if ((htab->section_pool.v2.sizes + (sizeof (uint32_t)
12267 * nr_units * nr_columns))
12268 > index_end)
12269 {
12270 error (_("Dwarf Error: DWP index section is corrupt (too small)"
12271 " [in module %s]"),
12272 dwp_file->name);
12273 }
12274 }
80626a55
DE
12275
12276 return htab;
12277}
12278
12279/* Update SECTIONS with the data from SECTP.
12280
12281 This function is like the other "locate" section routines that are
12282 passed to bfd_map_over_sections, but in this context the sections to
73869dc2 12283 read comes from the DWP V1 hash table, not the full ELF section table.
80626a55
DE
12284
12285 The result is non-zero for success, or zero if an error was found. */
12286
12287static int
73869dc2
DE
12288locate_v1_virtual_dwo_sections (asection *sectp,
12289 struct virtual_v1_dwo_sections *sections)
80626a55
DE
12290{
12291 const struct dwop_section_names *names = &dwop_section_names;
12292
12293 if (section_is_p (sectp->name, &names->abbrev_dwo))
12294 {
12295 /* There can be only one. */
049412e3 12296 if (sections->abbrev.s.section != NULL)
80626a55 12297 return 0;
049412e3 12298 sections->abbrev.s.section = sectp;
80626a55
DE
12299 sections->abbrev.size = bfd_get_section_size (sectp);
12300 }
12301 else if (section_is_p (sectp->name, &names->info_dwo)
12302 || section_is_p (sectp->name, &names->types_dwo))
12303 {
12304 /* There can be only one. */
049412e3 12305 if (sections->info_or_types.s.section != NULL)
80626a55 12306 return 0;
049412e3 12307 sections->info_or_types.s.section = sectp;
80626a55
DE
12308 sections->info_or_types.size = bfd_get_section_size (sectp);
12309 }
12310 else if (section_is_p (sectp->name, &names->line_dwo))
12311 {
12312 /* There can be only one. */
049412e3 12313 if (sections->line.s.section != NULL)
80626a55 12314 return 0;
049412e3 12315 sections->line.s.section = sectp;
80626a55
DE
12316 sections->line.size = bfd_get_section_size (sectp);
12317 }
12318 else if (section_is_p (sectp->name, &names->loc_dwo))
12319 {
12320 /* There can be only one. */
049412e3 12321 if (sections->loc.s.section != NULL)
80626a55 12322 return 0;
049412e3 12323 sections->loc.s.section = sectp;
80626a55
DE
12324 sections->loc.size = bfd_get_section_size (sectp);
12325 }
12326 else if (section_is_p (sectp->name, &names->macinfo_dwo))
12327 {
12328 /* There can be only one. */
049412e3 12329 if (sections->macinfo.s.section != NULL)
80626a55 12330 return 0;
049412e3 12331 sections->macinfo.s.section = sectp;
80626a55
DE
12332 sections->macinfo.size = bfd_get_section_size (sectp);
12333 }
12334 else if (section_is_p (sectp->name, &names->macro_dwo))
12335 {
12336 /* There can be only one. */
049412e3 12337 if (sections->macro.s.section != NULL)
80626a55 12338 return 0;
049412e3 12339 sections->macro.s.section = sectp;
80626a55
DE
12340 sections->macro.size = bfd_get_section_size (sectp);
12341 }
12342 else if (section_is_p (sectp->name, &names->str_offsets_dwo))
12343 {
12344 /* There can be only one. */
049412e3 12345 if (sections->str_offsets.s.section != NULL)
80626a55 12346 return 0;
049412e3 12347 sections->str_offsets.s.section = sectp;
80626a55
DE
12348 sections->str_offsets.size = bfd_get_section_size (sectp);
12349 }
12350 else
12351 {
12352 /* No other kind of section is valid. */
12353 return 0;
12354 }
12355
12356 return 1;
12357}
12358
73869dc2
DE
12359/* Create a dwo_unit object for the DWO unit with signature SIGNATURE.
12360 UNIT_INDEX is the index of the DWO unit in the DWP hash table.
12361 COMP_DIR is the DW_AT_comp_dir attribute of the referencing CU.
12362 This is for DWP version 1 files. */
80626a55
DE
12363
12364static struct dwo_unit *
ed2dc618
SM
12365create_dwo_unit_in_dwp_v1 (struct dwarf2_per_objfile *dwarf2_per_objfile,
12366 struct dwp_file *dwp_file,
73869dc2
DE
12367 uint32_t unit_index,
12368 const char *comp_dir,
12369 ULONGEST signature, int is_debug_types)
80626a55
DE
12370{
12371 struct objfile *objfile = dwarf2_per_objfile->objfile;
73869dc2
DE
12372 const struct dwp_hash_table *dwp_htab =
12373 is_debug_types ? dwp_file->tus : dwp_file->cus;
400174b1 12374 bfd *dbfd = dwp_file->dbfd.get ();
80626a55
DE
12375 const char *kind = is_debug_types ? "TU" : "CU";
12376 struct dwo_file *dwo_file;
12377 struct dwo_unit *dwo_unit;
73869dc2 12378 struct virtual_v1_dwo_sections sections;
80626a55 12379 void **dwo_file_slot;
80626a55
DE
12380 int i;
12381
73869dc2
DE
12382 gdb_assert (dwp_file->version == 1);
12383
b4f54984 12384 if (dwarf_read_debug)
80626a55 12385 {
73869dc2 12386 fprintf_unfiltered (gdb_stdlog, "Reading %s %s/%s in DWP V1 file: %s\n",
80626a55 12387 kind,
73869dc2 12388 pulongest (unit_index), hex_string (signature),
80626a55
DE
12389 dwp_file->name);
12390 }
12391
19ac8c2e 12392 /* Fetch the sections of this DWO unit.
80626a55
DE
12393 Put a limit on the number of sections we look for so that bad data
12394 doesn't cause us to loop forever. */
12395
73869dc2 12396#define MAX_NR_V1_DWO_SECTIONS \
80626a55
DE
12397 (1 /* .debug_info or .debug_types */ \
12398 + 1 /* .debug_abbrev */ \
12399 + 1 /* .debug_line */ \
12400 + 1 /* .debug_loc */ \
12401 + 1 /* .debug_str_offsets */ \
19ac8c2e 12402 + 1 /* .debug_macro or .debug_macinfo */ \
80626a55
DE
12403 + 1 /* trailing zero */)
12404
12405 memset (&sections, 0, sizeof (sections));
80626a55 12406
73869dc2 12407 for (i = 0; i < MAX_NR_V1_DWO_SECTIONS; ++i)
80626a55
DE
12408 {
12409 asection *sectp;
12410 uint32_t section_nr =
12411 read_4_bytes (dbfd,
73869dc2
DE
12412 dwp_htab->section_pool.v1.indices
12413 + (unit_index + i) * sizeof (uint32_t));
80626a55
DE
12414
12415 if (section_nr == 0)
12416 break;
12417 if (section_nr >= dwp_file->num_sections)
12418 {
12419 error (_("Dwarf Error: bad DWP hash table, section number too large"
12420 " [in module %s]"),
12421 dwp_file->name);
12422 }
12423
12424 sectp = dwp_file->elf_sections[section_nr];
73869dc2 12425 if (! locate_v1_virtual_dwo_sections (sectp, &sections))
80626a55
DE
12426 {
12427 error (_("Dwarf Error: bad DWP hash table, invalid section found"
12428 " [in module %s]"),
12429 dwp_file->name);
12430 }
12431 }
12432
12433 if (i < 2
a32a8923
DE
12434 || dwarf2_section_empty_p (&sections.info_or_types)
12435 || dwarf2_section_empty_p (&sections.abbrev))
80626a55
DE
12436 {
12437 error (_("Dwarf Error: bad DWP hash table, missing DWO sections"
12438 " [in module %s]"),
12439 dwp_file->name);
12440 }
73869dc2 12441 if (i == MAX_NR_V1_DWO_SECTIONS)
80626a55
DE
12442 {
12443 error (_("Dwarf Error: bad DWP hash table, too many DWO sections"
12444 " [in module %s]"),
12445 dwp_file->name);
12446 }
12447
12448 /* It's easier for the rest of the code if we fake a struct dwo_file and
12449 have dwo_unit "live" in that. At least for now.
12450
12451 The DWP file can be made up of a random collection of CUs and TUs.
c766f7ec 12452 However, for each CU + set of TUs that came from the same original DWO
57d63ce2
DE
12453 file, we can combine them back into a virtual DWO file to save space
12454 (fewer struct dwo_file objects to allocate). Remember that for really
80626a55
DE
12455 large apps there can be on the order of 8K CUs and 200K TUs, or more. */
12456
791afaa2
TT
12457 std::string virtual_dwo_name =
12458 string_printf ("virtual-dwo/%d-%d-%d-%d",
12459 get_section_id (&sections.abbrev),
12460 get_section_id (&sections.line),
12461 get_section_id (&sections.loc),
12462 get_section_id (&sections.str_offsets));
80626a55 12463 /* Can we use an existing virtual DWO file? */
ed2dc618
SM
12464 dwo_file_slot = lookup_dwo_file_slot (dwarf2_per_objfile,
12465 virtual_dwo_name.c_str (),
12466 comp_dir);
80626a55
DE
12467 /* Create one if necessary. */
12468 if (*dwo_file_slot == NULL)
12469 {
b4f54984 12470 if (dwarf_read_debug)
80626a55
DE
12471 {
12472 fprintf_unfiltered (gdb_stdlog, "Creating virtual DWO: %s\n",
791afaa2 12473 virtual_dwo_name.c_str ());
80626a55
DE
12474 }
12475 dwo_file = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_file);
224c3ddb
SM
12476 dwo_file->dwo_name
12477 = (const char *) obstack_copy0 (&objfile->objfile_obstack,
791afaa2
TT
12478 virtual_dwo_name.c_str (),
12479 virtual_dwo_name.size ());
0ac5b59e 12480 dwo_file->comp_dir = comp_dir;
80626a55
DE
12481 dwo_file->sections.abbrev = sections.abbrev;
12482 dwo_file->sections.line = sections.line;
12483 dwo_file->sections.loc = sections.loc;
12484 dwo_file->sections.macinfo = sections.macinfo;
12485 dwo_file->sections.macro = sections.macro;
12486 dwo_file->sections.str_offsets = sections.str_offsets;
12487 /* The "str" section is global to the entire DWP file. */
12488 dwo_file->sections.str = dwp_file->sections.str;
57d63ce2 12489 /* The info or types section is assigned below to dwo_unit,
80626a55
DE
12490 there's no need to record it in dwo_file.
12491 Also, we can't simply record type sections in dwo_file because
12492 we record a pointer into the vector in dwo_unit. As we collect more
12493 types we'll grow the vector and eventually have to reallocate space
57d63ce2
DE
12494 for it, invalidating all copies of pointers into the previous
12495 contents. */
80626a55
DE
12496 *dwo_file_slot = dwo_file;
12497 }
12498 else
12499 {
b4f54984 12500 if (dwarf_read_debug)
80626a55
DE
12501 {
12502 fprintf_unfiltered (gdb_stdlog, "Using existing virtual DWO: %s\n",
791afaa2 12503 virtual_dwo_name.c_str ());
80626a55 12504 }
9a3c8263 12505 dwo_file = (struct dwo_file *) *dwo_file_slot;
80626a55 12506 }
80626a55
DE
12507
12508 dwo_unit = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_unit);
12509 dwo_unit->dwo_file = dwo_file;
12510 dwo_unit->signature = signature;
8d749320
SM
12511 dwo_unit->section =
12512 XOBNEW (&objfile->objfile_obstack, struct dwarf2_section_info);
8a0459fd 12513 *dwo_unit->section = sections.info_or_types;
57d63ce2 12514 /* dwo_unit->{offset,length,type_offset_in_tu} are set later. */
80626a55
DE
12515
12516 return dwo_unit;
12517}
12518
73869dc2
DE
12519/* Subroutine of create_dwo_unit_in_dwp_v2 to simplify it.
12520 Given a pointer to the containing section SECTION, and OFFSET,SIZE of the
12521 piece within that section used by a TU/CU, return a virtual section
12522 of just that piece. */
12523
12524static struct dwarf2_section_info
ed2dc618
SM
12525create_dwp_v2_section (struct dwarf2_per_objfile *dwarf2_per_objfile,
12526 struct dwarf2_section_info *section,
73869dc2
DE
12527 bfd_size_type offset, bfd_size_type size)
12528{
12529 struct dwarf2_section_info result;
12530 asection *sectp;
12531
12532 gdb_assert (section != NULL);
12533 gdb_assert (!section->is_virtual);
12534
12535 memset (&result, 0, sizeof (result));
12536 result.s.containing_section = section;
12537 result.is_virtual = 1;
12538
12539 if (size == 0)
12540 return result;
12541
12542 sectp = get_section_bfd_section (section);
12543
12544 /* Flag an error if the piece denoted by OFFSET,SIZE is outside the
12545 bounds of the real section. This is a pretty-rare event, so just
12546 flag an error (easier) instead of a warning and trying to cope. */
12547 if (sectp == NULL
12548 || offset + size > bfd_get_section_size (sectp))
12549 {
73869dc2
DE
12550 error (_("Dwarf Error: Bad DWP V2 section info, doesn't fit"
12551 " in section %s [in module %s]"),
12552 sectp ? bfd_section_name (abfd, sectp) : "<unknown>",
12553 objfile_name (dwarf2_per_objfile->objfile));
12554 }
12555
12556 result.virtual_offset = offset;
12557 result.size = size;
12558 return result;
12559}
12560
12561/* Create a dwo_unit object for the DWO unit with signature SIGNATURE.
12562 UNIT_INDEX is the index of the DWO unit in the DWP hash table.
12563 COMP_DIR is the DW_AT_comp_dir attribute of the referencing CU.
12564 This is for DWP version 2 files. */
12565
12566static struct dwo_unit *
ed2dc618
SM
12567create_dwo_unit_in_dwp_v2 (struct dwarf2_per_objfile *dwarf2_per_objfile,
12568 struct dwp_file *dwp_file,
73869dc2
DE
12569 uint32_t unit_index,
12570 const char *comp_dir,
12571 ULONGEST signature, int is_debug_types)
12572{
12573 struct objfile *objfile = dwarf2_per_objfile->objfile;
12574 const struct dwp_hash_table *dwp_htab =
12575 is_debug_types ? dwp_file->tus : dwp_file->cus;
400174b1 12576 bfd *dbfd = dwp_file->dbfd.get ();
73869dc2
DE
12577 const char *kind = is_debug_types ? "TU" : "CU";
12578 struct dwo_file *dwo_file;
12579 struct dwo_unit *dwo_unit;
12580 struct virtual_v2_dwo_sections sections;
12581 void **dwo_file_slot;
73869dc2
DE
12582 int i;
12583
12584 gdb_assert (dwp_file->version == 2);
12585
b4f54984 12586 if (dwarf_read_debug)
73869dc2
DE
12587 {
12588 fprintf_unfiltered (gdb_stdlog, "Reading %s %s/%s in DWP V2 file: %s\n",
12589 kind,
12590 pulongest (unit_index), hex_string (signature),
12591 dwp_file->name);
12592 }
12593
12594 /* Fetch the section offsets of this DWO unit. */
12595
12596 memset (&sections, 0, sizeof (sections));
73869dc2
DE
12597
12598 for (i = 0; i < dwp_htab->nr_columns; ++i)
12599 {
12600 uint32_t offset = read_4_bytes (dbfd,
12601 dwp_htab->section_pool.v2.offsets
12602 + (((unit_index - 1) * dwp_htab->nr_columns
12603 + i)
12604 * sizeof (uint32_t)));
12605 uint32_t size = read_4_bytes (dbfd,
12606 dwp_htab->section_pool.v2.sizes
12607 + (((unit_index - 1) * dwp_htab->nr_columns
12608 + i)
12609 * sizeof (uint32_t)));
12610
12611 switch (dwp_htab->section_pool.v2.section_ids[i])
12612 {
12613 case DW_SECT_INFO:
12614 case DW_SECT_TYPES:
12615 sections.info_or_types_offset = offset;
12616 sections.info_or_types_size = size;
12617 break;
12618 case DW_SECT_ABBREV:
12619 sections.abbrev_offset = offset;
12620 sections.abbrev_size = size;
12621 break;
12622 case DW_SECT_LINE:
12623 sections.line_offset = offset;
12624 sections.line_size = size;
12625 break;
12626 case DW_SECT_LOC:
12627 sections.loc_offset = offset;
12628 sections.loc_size = size;
12629 break;
12630 case DW_SECT_STR_OFFSETS:
12631 sections.str_offsets_offset = offset;
12632 sections.str_offsets_size = size;
12633 break;
12634 case DW_SECT_MACINFO:
12635 sections.macinfo_offset = offset;
12636 sections.macinfo_size = size;
12637 break;
12638 case DW_SECT_MACRO:
12639 sections.macro_offset = offset;
12640 sections.macro_size = size;
12641 break;
12642 }
12643 }
12644
12645 /* It's easier for the rest of the code if we fake a struct dwo_file and
12646 have dwo_unit "live" in that. At least for now.
12647
12648 The DWP file can be made up of a random collection of CUs and TUs.
12649 However, for each CU + set of TUs that came from the same original DWO
12650 file, we can combine them back into a virtual DWO file to save space
12651 (fewer struct dwo_file objects to allocate). Remember that for really
12652 large apps there can be on the order of 8K CUs and 200K TUs, or more. */
12653
791afaa2
TT
12654 std::string virtual_dwo_name =
12655 string_printf ("virtual-dwo/%ld-%ld-%ld-%ld",
12656 (long) (sections.abbrev_size ? sections.abbrev_offset : 0),
12657 (long) (sections.line_size ? sections.line_offset : 0),
12658 (long) (sections.loc_size ? sections.loc_offset : 0),
12659 (long) (sections.str_offsets_size
12660 ? sections.str_offsets_offset : 0));
73869dc2 12661 /* Can we use an existing virtual DWO file? */
ed2dc618
SM
12662 dwo_file_slot = lookup_dwo_file_slot (dwarf2_per_objfile,
12663 virtual_dwo_name.c_str (),
12664 comp_dir);
73869dc2
DE
12665 /* Create one if necessary. */
12666 if (*dwo_file_slot == NULL)
12667 {
b4f54984 12668 if (dwarf_read_debug)
73869dc2
DE
12669 {
12670 fprintf_unfiltered (gdb_stdlog, "Creating virtual DWO: %s\n",
791afaa2 12671 virtual_dwo_name.c_str ());
73869dc2
DE
12672 }
12673 dwo_file = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_file);
224c3ddb
SM
12674 dwo_file->dwo_name
12675 = (const char *) obstack_copy0 (&objfile->objfile_obstack,
791afaa2
TT
12676 virtual_dwo_name.c_str (),
12677 virtual_dwo_name.size ());
73869dc2
DE
12678 dwo_file->comp_dir = comp_dir;
12679 dwo_file->sections.abbrev =
ed2dc618 12680 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.abbrev,
73869dc2
DE
12681 sections.abbrev_offset, sections.abbrev_size);
12682 dwo_file->sections.line =
ed2dc618 12683 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.line,
73869dc2
DE
12684 sections.line_offset, sections.line_size);
12685 dwo_file->sections.loc =
ed2dc618 12686 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.loc,
73869dc2
DE
12687 sections.loc_offset, sections.loc_size);
12688 dwo_file->sections.macinfo =
ed2dc618 12689 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.macinfo,
73869dc2
DE
12690 sections.macinfo_offset, sections.macinfo_size);
12691 dwo_file->sections.macro =
ed2dc618 12692 create_dwp_v2_section (dwarf2_per_objfile, &dwp_file->sections.macro,
73869dc2
DE
12693 sections.macro_offset, sections.macro_size);
12694 dwo_file->sections.str_offsets =
ed2dc618
SM
12695 create_dwp_v2_section (dwarf2_per_objfile,
12696 &dwp_file->sections.str_offsets,
73869dc2
DE
12697 sections.str_offsets_offset,
12698 sections.str_offsets_size);
12699 /* The "str" section is global to the entire DWP file. */
12700 dwo_file->sections.str = dwp_file->sections.str;
12701 /* The info or types section is assigned below to dwo_unit,
12702 there's no need to record it in dwo_file.
12703 Also, we can't simply record type sections in dwo_file because
12704 we record a pointer into the vector in dwo_unit. As we collect more
12705 types we'll grow the vector and eventually have to reallocate space
12706 for it, invalidating all copies of pointers into the previous
12707 contents. */
12708 *dwo_file_slot = dwo_file;
12709 }
12710 else
12711 {
b4f54984 12712 if (dwarf_read_debug)
73869dc2
DE
12713 {
12714 fprintf_unfiltered (gdb_stdlog, "Using existing virtual DWO: %s\n",
791afaa2 12715 virtual_dwo_name.c_str ());
73869dc2 12716 }
9a3c8263 12717 dwo_file = (struct dwo_file *) *dwo_file_slot;
73869dc2 12718 }
73869dc2
DE
12719
12720 dwo_unit = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct dwo_unit);
12721 dwo_unit->dwo_file = dwo_file;
12722 dwo_unit->signature = signature;
8d749320
SM
12723 dwo_unit->section =
12724 XOBNEW (&objfile->objfile_obstack, struct dwarf2_section_info);
ed2dc618
SM
12725 *dwo_unit->section = create_dwp_v2_section (dwarf2_per_objfile,
12726 is_debug_types
73869dc2
DE
12727 ? &dwp_file->sections.types
12728 : &dwp_file->sections.info,
12729 sections.info_or_types_offset,
12730 sections.info_or_types_size);
12731 /* dwo_unit->{offset,length,type_offset_in_tu} are set later. */
12732
12733 return dwo_unit;
12734}
12735
57d63ce2
DE
12736/* Lookup the DWO unit with SIGNATURE in DWP_FILE.
12737 Returns NULL if the signature isn't found. */
80626a55
DE
12738
12739static struct dwo_unit *
ed2dc618
SM
12740lookup_dwo_unit_in_dwp (struct dwarf2_per_objfile *dwarf2_per_objfile,
12741 struct dwp_file *dwp_file, const char *comp_dir,
57d63ce2 12742 ULONGEST signature, int is_debug_types)
80626a55 12743{
57d63ce2
DE
12744 const struct dwp_hash_table *dwp_htab =
12745 is_debug_types ? dwp_file->tus : dwp_file->cus;
400174b1 12746 bfd *dbfd = dwp_file->dbfd.get ();
57d63ce2 12747 uint32_t mask = dwp_htab->nr_slots - 1;
80626a55
DE
12748 uint32_t hash = signature & mask;
12749 uint32_t hash2 = ((signature >> 32) & mask) | 1;
12750 unsigned int i;
12751 void **slot;
870f88f7 12752 struct dwo_unit find_dwo_cu;
80626a55
DE
12753
12754 memset (&find_dwo_cu, 0, sizeof (find_dwo_cu));
12755 find_dwo_cu.signature = signature;
19ac8c2e
DE
12756 slot = htab_find_slot (is_debug_types
12757 ? dwp_file->loaded_tus
12758 : dwp_file->loaded_cus,
12759 &find_dwo_cu, INSERT);
80626a55
DE
12760
12761 if (*slot != NULL)
9a3c8263 12762 return (struct dwo_unit *) *slot;
80626a55
DE
12763
12764 /* Use a for loop so that we don't loop forever on bad debug info. */
57d63ce2 12765 for (i = 0; i < dwp_htab->nr_slots; ++i)
80626a55
DE
12766 {
12767 ULONGEST signature_in_table;
12768
12769 signature_in_table =
57d63ce2 12770 read_8_bytes (dbfd, dwp_htab->hash_table + hash * sizeof (uint64_t));
80626a55
DE
12771 if (signature_in_table == signature)
12772 {
57d63ce2
DE
12773 uint32_t unit_index =
12774 read_4_bytes (dbfd,
12775 dwp_htab->unit_table + hash * sizeof (uint32_t));
80626a55 12776
73869dc2
DE
12777 if (dwp_file->version == 1)
12778 {
ed2dc618
SM
12779 *slot = create_dwo_unit_in_dwp_v1 (dwarf2_per_objfile,
12780 dwp_file, unit_index,
73869dc2
DE
12781 comp_dir, signature,
12782 is_debug_types);
12783 }
12784 else
12785 {
ed2dc618
SM
12786 *slot = create_dwo_unit_in_dwp_v2 (dwarf2_per_objfile,
12787 dwp_file, unit_index,
73869dc2
DE
12788 comp_dir, signature,
12789 is_debug_types);
12790 }
9a3c8263 12791 return (struct dwo_unit *) *slot;
80626a55
DE
12792 }
12793 if (signature_in_table == 0)
12794 return NULL;
12795 hash = (hash + hash2) & mask;
12796 }
12797
12798 error (_("Dwarf Error: bad DWP hash table, lookup didn't terminate"
12799 " [in module %s]"),
12800 dwp_file->name);
12801}
12802
ab5088bf 12803/* Subroutine of open_dwo_file,open_dwp_file to simplify them.
3019eac3
DE
12804 Open the file specified by FILE_NAME and hand it off to BFD for
12805 preliminary analysis. Return a newly initialized bfd *, which
12806 includes a canonicalized copy of FILE_NAME.
80626a55 12807 If IS_DWP is TRUE, we're opening a DWP file, otherwise a DWO file.
6ac97d4c
DE
12808 SEARCH_CWD is true if the current directory is to be searched.
12809 It will be searched before debug-file-directory.
13aaf454
DE
12810 If successful, the file is added to the bfd include table of the
12811 objfile's bfd (see gdb_bfd_record_inclusion).
6ac97d4c 12812 If unable to find/open the file, return NULL.
3019eac3
DE
12813 NOTE: This function is derived from symfile_bfd_open. */
12814
192b62ce 12815static gdb_bfd_ref_ptr
ed2dc618
SM
12816try_open_dwop_file (struct dwarf2_per_objfile *dwarf2_per_objfile,
12817 const char *file_name, int is_dwp, int search_cwd)
3019eac3 12818{
24b9144d 12819 int desc;
9c02c129
DE
12820 /* Blech. OPF_TRY_CWD_FIRST also disables searching the path list if
12821 FILE_NAME contains a '/'. So we can't use it. Instead prepend "."
12822 to debug_file_directory. */
e0cc99a6 12823 const char *search_path;
9c02c129
DE
12824 static const char dirname_separator_string[] = { DIRNAME_SEPARATOR, '\0' };
12825
e0cc99a6 12826 gdb::unique_xmalloc_ptr<char> search_path_holder;
6ac97d4c
DE
12827 if (search_cwd)
12828 {
12829 if (*debug_file_directory != '\0')
e0cc99a6
TT
12830 {
12831 search_path_holder.reset (concat (".", dirname_separator_string,
12832 debug_file_directory,
12833 (char *) NULL));
12834 search_path = search_path_holder.get ();
12835 }
6ac97d4c 12836 else
e0cc99a6 12837 search_path = ".";
6ac97d4c 12838 }
9c02c129 12839 else
e0cc99a6 12840 search_path = debug_file_directory;
3019eac3 12841
24b9144d 12842 openp_flags flags = OPF_RETURN_REALPATH;
80626a55
DE
12843 if (is_dwp)
12844 flags |= OPF_SEARCH_IN_PATH;
e0cc99a6
TT
12845
12846 gdb::unique_xmalloc_ptr<char> absolute_name;
9c02c129 12847 desc = openp (search_path, flags, file_name,
3019eac3
DE
12848 O_RDONLY | O_BINARY, &absolute_name);
12849 if (desc < 0)
12850 return NULL;
12851
e0cc99a6
TT
12852 gdb_bfd_ref_ptr sym_bfd (gdb_bfd_open (absolute_name.get (),
12853 gnutarget, desc));
9c02c129
DE
12854 if (sym_bfd == NULL)
12855 return NULL;
192b62ce 12856 bfd_set_cacheable (sym_bfd.get (), 1);
3019eac3 12857
192b62ce
TT
12858 if (!bfd_check_format (sym_bfd.get (), bfd_object))
12859 return NULL;
3019eac3 12860
13aaf454
DE
12861 /* Success. Record the bfd as having been included by the objfile's bfd.
12862 This is important because things like demangled_names_hash lives in the
12863 objfile's per_bfd space and may have references to things like symbol
12864 names that live in the DWO/DWP file's per_bfd space. PR 16426. */
192b62ce 12865 gdb_bfd_record_inclusion (dwarf2_per_objfile->objfile->obfd, sym_bfd.get ());
13aaf454 12866
3019eac3
DE
12867 return sym_bfd;
12868}
12869
ab5088bf 12870/* Try to open DWO file FILE_NAME.
3019eac3
DE
12871 COMP_DIR is the DW_AT_comp_dir attribute.
12872 The result is the bfd handle of the file.
12873 If there is a problem finding or opening the file, return NULL.
12874 Upon success, the canonicalized path of the file is stored in the bfd,
12875 same as symfile_bfd_open. */
12876
192b62ce 12877static gdb_bfd_ref_ptr
ed2dc618
SM
12878open_dwo_file (struct dwarf2_per_objfile *dwarf2_per_objfile,
12879 const char *file_name, const char *comp_dir)
3019eac3 12880{
80626a55 12881 if (IS_ABSOLUTE_PATH (file_name))
ed2dc618
SM
12882 return try_open_dwop_file (dwarf2_per_objfile, file_name,
12883 0 /*is_dwp*/, 0 /*search_cwd*/);
3019eac3
DE
12884
12885 /* Before trying the search path, try DWO_NAME in COMP_DIR. */
12886
12887 if (comp_dir != NULL)
12888 {
b36cec19
PA
12889 char *path_to_try = concat (comp_dir, SLASH_STRING,
12890 file_name, (char *) NULL);
3019eac3
DE
12891
12892 /* NOTE: If comp_dir is a relative path, this will also try the
12893 search path, which seems useful. */
ed2dc618
SM
12894 gdb_bfd_ref_ptr abfd (try_open_dwop_file (dwarf2_per_objfile,
12895 path_to_try,
12896 0 /*is_dwp*/,
192b62ce 12897 1 /*search_cwd*/));
3019eac3
DE
12898 xfree (path_to_try);
12899 if (abfd != NULL)
12900 return abfd;
12901 }
12902
12903 /* That didn't work, try debug-file-directory, which, despite its name,
12904 is a list of paths. */
12905
12906 if (*debug_file_directory == '\0')
12907 return NULL;
12908
ed2dc618
SM
12909 return try_open_dwop_file (dwarf2_per_objfile, file_name,
12910 0 /*is_dwp*/, 1 /*search_cwd*/);
3019eac3
DE
12911}
12912
80626a55
DE
12913/* This function is mapped across the sections and remembers the offset and
12914 size of each of the DWO debugging sections we are interested in. */
12915
12916static void
12917dwarf2_locate_dwo_sections (bfd *abfd, asection *sectp, void *dwo_sections_ptr)
12918{
9a3c8263 12919 struct dwo_sections *dwo_sections = (struct dwo_sections *) dwo_sections_ptr;
80626a55
DE
12920 const struct dwop_section_names *names = &dwop_section_names;
12921
12922 if (section_is_p (sectp->name, &names->abbrev_dwo))
12923 {
049412e3 12924 dwo_sections->abbrev.s.section = sectp;
80626a55
DE
12925 dwo_sections->abbrev.size = bfd_get_section_size (sectp);
12926 }
12927 else if (section_is_p (sectp->name, &names->info_dwo))
12928 {
049412e3 12929 dwo_sections->info.s.section = sectp;
80626a55
DE
12930 dwo_sections->info.size = bfd_get_section_size (sectp);
12931 }
12932 else if (section_is_p (sectp->name, &names->line_dwo))
12933 {
049412e3 12934 dwo_sections->line.s.section = sectp;
80626a55
DE
12935 dwo_sections->line.size = bfd_get_section_size (sectp);
12936 }
12937 else if (section_is_p (sectp->name, &names->loc_dwo))
12938 {
049412e3 12939 dwo_sections->loc.s.section = sectp;
80626a55
DE
12940 dwo_sections->loc.size = bfd_get_section_size (sectp);
12941 }
12942 else if (section_is_p (sectp->name, &names->macinfo_dwo))
12943 {
049412e3 12944 dwo_sections->macinfo.s.section = sectp;
80626a55
DE
12945 dwo_sections->macinfo.size = bfd_get_section_size (sectp);
12946 }
12947 else if (section_is_p (sectp->name, &names->macro_dwo))
12948 {
049412e3 12949 dwo_sections->macro.s.section = sectp;
80626a55
DE
12950 dwo_sections->macro.size = bfd_get_section_size (sectp);
12951 }
12952 else if (section_is_p (sectp->name, &names->str_dwo))
12953 {
049412e3 12954 dwo_sections->str.s.section = sectp;
80626a55
DE
12955 dwo_sections->str.size = bfd_get_section_size (sectp);
12956 }
12957 else if (section_is_p (sectp->name, &names->str_offsets_dwo))
12958 {
049412e3 12959 dwo_sections->str_offsets.s.section = sectp;
80626a55
DE
12960 dwo_sections->str_offsets.size = bfd_get_section_size (sectp);
12961 }
12962 else if (section_is_p (sectp->name, &names->types_dwo))
12963 {
12964 struct dwarf2_section_info type_section;
12965
12966 memset (&type_section, 0, sizeof (type_section));
049412e3 12967 type_section.s.section = sectp;
80626a55
DE
12968 type_section.size = bfd_get_section_size (sectp);
12969 VEC_safe_push (dwarf2_section_info_def, dwo_sections->types,
12970 &type_section);
12971 }
12972}
12973
ab5088bf 12974/* Initialize the use of the DWO file specified by DWO_NAME and referenced
19c3d4c9 12975 by PER_CU. This is for the non-DWP case.
80626a55 12976 The result is NULL if DWO_NAME can't be found. */
3019eac3
DE
12977
12978static struct dwo_file *
0ac5b59e
DE
12979open_and_init_dwo_file (struct dwarf2_per_cu_data *per_cu,
12980 const char *dwo_name, const char *comp_dir)
3019eac3 12981{
ed2dc618 12982 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
3019eac3 12983 struct objfile *objfile = dwarf2_per_objfile->objfile;
3019eac3 12984
ed2dc618 12985 gdb_bfd_ref_ptr dbfd (open_dwo_file (dwarf2_per_objfile, dwo_name, comp_dir));
80626a55
DE
12986 if (dbfd == NULL)
12987 {
b4f54984 12988 if (dwarf_read_debug)
80626a55
DE
12989 fprintf_unfiltered (gdb_stdlog, "DWO file not found: %s\n", dwo_name);
12990 return NULL;
12991 }
263db9a1
TT
12992
12993 /* We use a unique pointer here, despite the obstack allocation,
12994 because a dwo_file needs some cleanup if it is abandoned. */
12995 dwo_file_up dwo_file (OBSTACK_ZALLOC (&objfile->objfile_obstack,
12996 struct dwo_file));
0ac5b59e
DE
12997 dwo_file->dwo_name = dwo_name;
12998 dwo_file->comp_dir = comp_dir;
192b62ce 12999 dwo_file->dbfd = dbfd.release ();
3019eac3 13000
192b62ce
TT
13001 bfd_map_over_sections (dwo_file->dbfd, dwarf2_locate_dwo_sections,
13002 &dwo_file->sections);
3019eac3 13003
ed2dc618
SM
13004 create_cus_hash_table (dwarf2_per_objfile, *dwo_file, dwo_file->sections.info,
13005 dwo_file->cus);
3019eac3 13006
263db9a1 13007 create_debug_types_hash_table (dwarf2_per_objfile, dwo_file.get (),
ed2dc618 13008 dwo_file->sections.types, dwo_file->tus);
3019eac3 13009
b4f54984 13010 if (dwarf_read_debug)
80626a55
DE
13011 fprintf_unfiltered (gdb_stdlog, "DWO file found: %s\n", dwo_name);
13012
263db9a1 13013 return dwo_file.release ();
3019eac3
DE
13014}
13015
80626a55 13016/* This function is mapped across the sections and remembers the offset and
73869dc2
DE
13017 size of each of the DWP debugging sections common to version 1 and 2 that
13018 we are interested in. */
3019eac3 13019
80626a55 13020static void
73869dc2
DE
13021dwarf2_locate_common_dwp_sections (bfd *abfd, asection *sectp,
13022 void *dwp_file_ptr)
3019eac3 13023{
9a3c8263 13024 struct dwp_file *dwp_file = (struct dwp_file *) dwp_file_ptr;
80626a55
DE
13025 const struct dwop_section_names *names = &dwop_section_names;
13026 unsigned int elf_section_nr = elf_section_data (sectp)->this_idx;
3019eac3 13027
80626a55 13028 /* Record the ELF section number for later lookup: this is what the
73869dc2 13029 .debug_cu_index,.debug_tu_index tables use in DWP V1. */
80626a55
DE
13030 gdb_assert (elf_section_nr < dwp_file->num_sections);
13031 dwp_file->elf_sections[elf_section_nr] = sectp;
3019eac3 13032
80626a55
DE
13033 /* Look for specific sections that we need. */
13034 if (section_is_p (sectp->name, &names->str_dwo))
13035 {
049412e3 13036 dwp_file->sections.str.s.section = sectp;
80626a55
DE
13037 dwp_file->sections.str.size = bfd_get_section_size (sectp);
13038 }
13039 else if (section_is_p (sectp->name, &names->cu_index))
13040 {
049412e3 13041 dwp_file->sections.cu_index.s.section = sectp;
80626a55
DE
13042 dwp_file->sections.cu_index.size = bfd_get_section_size (sectp);
13043 }
13044 else if (section_is_p (sectp->name, &names->tu_index))
13045 {
049412e3 13046 dwp_file->sections.tu_index.s.section = sectp;
80626a55
DE
13047 dwp_file->sections.tu_index.size = bfd_get_section_size (sectp);
13048 }
13049}
3019eac3 13050
73869dc2
DE
13051/* This function is mapped across the sections and remembers the offset and
13052 size of each of the DWP version 2 debugging sections that we are interested
13053 in. This is split into a separate function because we don't know if we
13054 have version 1 or 2 until we parse the cu_index/tu_index sections. */
13055
13056static void
13057dwarf2_locate_v2_dwp_sections (bfd *abfd, asection *sectp, void *dwp_file_ptr)
13058{
9a3c8263 13059 struct dwp_file *dwp_file = (struct dwp_file *) dwp_file_ptr;
73869dc2
DE
13060 const struct dwop_section_names *names = &dwop_section_names;
13061 unsigned int elf_section_nr = elf_section_data (sectp)->this_idx;
13062
13063 /* Record the ELF section number for later lookup: this is what the
13064 .debug_cu_index,.debug_tu_index tables use in DWP V1. */
13065 gdb_assert (elf_section_nr < dwp_file->num_sections);
13066 dwp_file->elf_sections[elf_section_nr] = sectp;
13067
13068 /* Look for specific sections that we need. */
13069 if (section_is_p (sectp->name, &names->abbrev_dwo))
13070 {
049412e3 13071 dwp_file->sections.abbrev.s.section = sectp;
73869dc2
DE
13072 dwp_file->sections.abbrev.size = bfd_get_section_size (sectp);
13073 }
13074 else if (section_is_p (sectp->name, &names->info_dwo))
13075 {
049412e3 13076 dwp_file->sections.info.s.section = sectp;
73869dc2
DE
13077 dwp_file->sections.info.size = bfd_get_section_size (sectp);
13078 }
13079 else if (section_is_p (sectp->name, &names->line_dwo))
13080 {
049412e3 13081 dwp_file->sections.line.s.section = sectp;
73869dc2
DE
13082 dwp_file->sections.line.size = bfd_get_section_size (sectp);
13083 }
13084 else if (section_is_p (sectp->name, &names->loc_dwo))
13085 {
049412e3 13086 dwp_file->sections.loc.s.section = sectp;
73869dc2
DE
13087 dwp_file->sections.loc.size = bfd_get_section_size (sectp);
13088 }
13089 else if (section_is_p (sectp->name, &names->macinfo_dwo))
13090 {
049412e3 13091 dwp_file->sections.macinfo.s.section = sectp;
73869dc2
DE
13092 dwp_file->sections.macinfo.size = bfd_get_section_size (sectp);
13093 }
13094 else if (section_is_p (sectp->name, &names->macro_dwo))
13095 {
049412e3 13096 dwp_file->sections.macro.s.section = sectp;
73869dc2
DE
13097 dwp_file->sections.macro.size = bfd_get_section_size (sectp);
13098 }
13099 else if (section_is_p (sectp->name, &names->str_offsets_dwo))
13100 {
049412e3 13101 dwp_file->sections.str_offsets.s.section = sectp;
73869dc2
DE
13102 dwp_file->sections.str_offsets.size = bfd_get_section_size (sectp);
13103 }
13104 else if (section_is_p (sectp->name, &names->types_dwo))
13105 {
049412e3 13106 dwp_file->sections.types.s.section = sectp;
73869dc2
DE
13107 dwp_file->sections.types.size = bfd_get_section_size (sectp);
13108 }
13109}
13110
80626a55 13111/* Hash function for dwp_file loaded CUs/TUs. */
3019eac3 13112
80626a55
DE
13113static hashval_t
13114hash_dwp_loaded_cutus (const void *item)
13115{
9a3c8263 13116 const struct dwo_unit *dwo_unit = (const struct dwo_unit *) item;
3019eac3 13117
80626a55
DE
13118 /* This drops the top 32 bits of the signature, but is ok for a hash. */
13119 return dwo_unit->signature;
3019eac3
DE
13120}
13121
80626a55 13122/* Equality function for dwp_file loaded CUs/TUs. */
3019eac3 13123
80626a55
DE
13124static int
13125eq_dwp_loaded_cutus (const void *a, const void *b)
3019eac3 13126{
9a3c8263
SM
13127 const struct dwo_unit *dua = (const struct dwo_unit *) a;
13128 const struct dwo_unit *dub = (const struct dwo_unit *) b;
3019eac3 13129
80626a55
DE
13130 return dua->signature == dub->signature;
13131}
3019eac3 13132
80626a55 13133/* Allocate a hash table for dwp_file loaded CUs/TUs. */
3019eac3 13134
80626a55
DE
13135static htab_t
13136allocate_dwp_loaded_cutus_table (struct objfile *objfile)
13137{
13138 return htab_create_alloc_ex (3,
13139 hash_dwp_loaded_cutus,
13140 eq_dwp_loaded_cutus,
13141 NULL,
13142 &objfile->objfile_obstack,
13143 hashtab_obstack_allocate,
13144 dummy_obstack_deallocate);
13145}
3019eac3 13146
ab5088bf
DE
13147/* Try to open DWP file FILE_NAME.
13148 The result is the bfd handle of the file.
13149 If there is a problem finding or opening the file, return NULL.
13150 Upon success, the canonicalized path of the file is stored in the bfd,
13151 same as symfile_bfd_open. */
13152
192b62ce 13153static gdb_bfd_ref_ptr
ed2dc618
SM
13154open_dwp_file (struct dwarf2_per_objfile *dwarf2_per_objfile,
13155 const char *file_name)
ab5088bf 13156{
ed2dc618
SM
13157 gdb_bfd_ref_ptr abfd (try_open_dwop_file (dwarf2_per_objfile, file_name,
13158 1 /*is_dwp*/,
192b62ce 13159 1 /*search_cwd*/));
6ac97d4c
DE
13160 if (abfd != NULL)
13161 return abfd;
13162
13163 /* Work around upstream bug 15652.
13164 http://sourceware.org/bugzilla/show_bug.cgi?id=15652
13165 [Whether that's a "bug" is debatable, but it is getting in our way.]
13166 We have no real idea where the dwp file is, because gdb's realpath-ing
13167 of the executable's path may have discarded the needed info.
13168 [IWBN if the dwp file name was recorded in the executable, akin to
13169 .gnu_debuglink, but that doesn't exist yet.]
13170 Strip the directory from FILE_NAME and search again. */
13171 if (*debug_file_directory != '\0')
13172 {
13173 /* Don't implicitly search the current directory here.
13174 If the user wants to search "." to handle this case,
13175 it must be added to debug-file-directory. */
ed2dc618
SM
13176 return try_open_dwop_file (dwarf2_per_objfile,
13177 lbasename (file_name), 1 /*is_dwp*/,
6ac97d4c
DE
13178 0 /*search_cwd*/);
13179 }
13180
13181 return NULL;
ab5088bf
DE
13182}
13183
80626a55
DE
13184/* Initialize the use of the DWP file for the current objfile.
13185 By convention the name of the DWP file is ${objfile}.dwp.
13186 The result is NULL if it can't be found. */
a766d390 13187
400174b1 13188static std::unique_ptr<struct dwp_file>
ed2dc618 13189open_and_init_dwp_file (struct dwarf2_per_objfile *dwarf2_per_objfile)
80626a55
DE
13190{
13191 struct objfile *objfile = dwarf2_per_objfile->objfile;
80626a55 13192
82bf32bc
JK
13193 /* Try to find first .dwp for the binary file before any symbolic links
13194 resolving. */
6c447423
DE
13195
13196 /* If the objfile is a debug file, find the name of the real binary
13197 file and get the name of dwp file from there. */
d721ba37 13198 std::string dwp_name;
6c447423
DE
13199 if (objfile->separate_debug_objfile_backlink != NULL)
13200 {
13201 struct objfile *backlink = objfile->separate_debug_objfile_backlink;
13202 const char *backlink_basename = lbasename (backlink->original_name);
6c447423 13203
d721ba37 13204 dwp_name = ldirname (objfile->original_name) + SLASH_STRING + backlink_basename;
6c447423
DE
13205 }
13206 else
d721ba37
PA
13207 dwp_name = objfile->original_name;
13208
13209 dwp_name += ".dwp";
80626a55 13210
ed2dc618 13211 gdb_bfd_ref_ptr dbfd (open_dwp_file (dwarf2_per_objfile, dwp_name.c_str ()));
82bf32bc
JK
13212 if (dbfd == NULL
13213 && strcmp (objfile->original_name, objfile_name (objfile)) != 0)
13214 {
13215 /* Try to find .dwp for the binary file after gdb_realpath resolving. */
d721ba37
PA
13216 dwp_name = objfile_name (objfile);
13217 dwp_name += ".dwp";
ed2dc618 13218 dbfd = open_dwp_file (dwarf2_per_objfile, dwp_name.c_str ());
82bf32bc
JK
13219 }
13220
80626a55
DE
13221 if (dbfd == NULL)
13222 {
b4f54984 13223 if (dwarf_read_debug)
d721ba37 13224 fprintf_unfiltered (gdb_stdlog, "DWP file not found: %s\n", dwp_name.c_str ());
400174b1 13225 return std::unique_ptr<dwp_file> ();
3019eac3 13226 }
400174b1
TT
13227
13228 const char *name = bfd_get_filename (dbfd.get ());
13229 std::unique_ptr<struct dwp_file> dwp_file
13230 (new struct dwp_file (name, std::move (dbfd)));
c906108c 13231
0a0f4c01 13232 dwp_file->num_sections = elf_numsections (dwp_file->dbfd);
80626a55
DE
13233 dwp_file->elf_sections =
13234 OBSTACK_CALLOC (&objfile->objfile_obstack,
13235 dwp_file->num_sections, asection *);
13236
400174b1
TT
13237 bfd_map_over_sections (dwp_file->dbfd.get (),
13238 dwarf2_locate_common_dwp_sections,
13239 dwp_file.get ());
80626a55 13240
400174b1
TT
13241 dwp_file->cus = create_dwp_hash_table (dwarf2_per_objfile, dwp_file.get (),
13242 0);
80626a55 13243
400174b1
TT
13244 dwp_file->tus = create_dwp_hash_table (dwarf2_per_objfile, dwp_file.get (),
13245 1);
80626a55 13246
73869dc2 13247 /* The DWP file version is stored in the hash table. Oh well. */
08302ed2
DE
13248 if (dwp_file->cus && dwp_file->tus
13249 && dwp_file->cus->version != dwp_file->tus->version)
73869dc2
DE
13250 {
13251 /* Technically speaking, we should try to limp along, but this is
fbcbc3fd 13252 pretty bizarre. We use pulongest here because that's the established
4d65956b 13253 portability solution (e.g, we cannot use %u for uint32_t). */
fbcbc3fd
DE
13254 error (_("Dwarf Error: DWP file CU version %s doesn't match"
13255 " TU version %s [in DWP file %s]"),
13256 pulongest (dwp_file->cus->version),
d721ba37 13257 pulongest (dwp_file->tus->version), dwp_name.c_str ());
73869dc2 13258 }
08302ed2
DE
13259
13260 if (dwp_file->cus)
13261 dwp_file->version = dwp_file->cus->version;
13262 else if (dwp_file->tus)
13263 dwp_file->version = dwp_file->tus->version;
13264 else
13265 dwp_file->version = 2;
73869dc2
DE
13266
13267 if (dwp_file->version == 2)
400174b1
TT
13268 bfd_map_over_sections (dwp_file->dbfd.get (),
13269 dwarf2_locate_v2_dwp_sections,
13270 dwp_file.get ());
73869dc2 13271
19ac8c2e
DE
13272 dwp_file->loaded_cus = allocate_dwp_loaded_cutus_table (objfile);
13273 dwp_file->loaded_tus = allocate_dwp_loaded_cutus_table (objfile);
80626a55 13274
b4f54984 13275 if (dwarf_read_debug)
80626a55
DE
13276 {
13277 fprintf_unfiltered (gdb_stdlog, "DWP file found: %s\n", dwp_file->name);
13278 fprintf_unfiltered (gdb_stdlog,
21aa081e
PA
13279 " %s CUs, %s TUs\n",
13280 pulongest (dwp_file->cus ? dwp_file->cus->nr_units : 0),
13281 pulongest (dwp_file->tus ? dwp_file->tus->nr_units : 0));
80626a55
DE
13282 }
13283
13284 return dwp_file;
3019eac3 13285}
c906108c 13286
ab5088bf
DE
13287/* Wrapper around open_and_init_dwp_file, only open it once. */
13288
13289static struct dwp_file *
ed2dc618 13290get_dwp_file (struct dwarf2_per_objfile *dwarf2_per_objfile)
ab5088bf
DE
13291{
13292 if (! dwarf2_per_objfile->dwp_checked)
13293 {
ed2dc618
SM
13294 dwarf2_per_objfile->dwp_file
13295 = open_and_init_dwp_file (dwarf2_per_objfile);
ab5088bf
DE
13296 dwarf2_per_objfile->dwp_checked = 1;
13297 }
400174b1 13298 return dwarf2_per_objfile->dwp_file.get ();
ab5088bf
DE
13299}
13300
80626a55
DE
13301/* Subroutine of lookup_dwo_comp_unit, lookup_dwo_type_unit.
13302 Look up the CU/TU with signature SIGNATURE, either in DWO file DWO_NAME
13303 or in the DWP file for the objfile, referenced by THIS_UNIT.
3019eac3 13304 If non-NULL, comp_dir is the DW_AT_comp_dir attribute.
80626a55
DE
13305 IS_DEBUG_TYPES is non-zero if reading a TU, otherwise read a CU.
13306
13307 This is called, for example, when wanting to read a variable with a
13308 complex location. Therefore we don't want to do file i/o for every call.
13309 Therefore we don't want to look for a DWO file on every call.
13310 Therefore we first see if we've already seen SIGNATURE in a DWP file,
13311 then we check if we've already seen DWO_NAME, and only THEN do we check
13312 for a DWO file.
13313
1c658ad5 13314 The result is a pointer to the dwo_unit object or NULL if we didn't find it
80626a55 13315 (dwo_id mismatch or couldn't find the DWO/DWP file). */
debd256d 13316
3019eac3 13317static struct dwo_unit *
80626a55
DE
13318lookup_dwo_cutu (struct dwarf2_per_cu_data *this_unit,
13319 const char *dwo_name, const char *comp_dir,
13320 ULONGEST signature, int is_debug_types)
3019eac3 13321{
ed2dc618 13322 struct dwarf2_per_objfile *dwarf2_per_objfile = this_unit->dwarf2_per_objfile;
3019eac3 13323 struct objfile *objfile = dwarf2_per_objfile->objfile;
80626a55
DE
13324 const char *kind = is_debug_types ? "TU" : "CU";
13325 void **dwo_file_slot;
3019eac3 13326 struct dwo_file *dwo_file;
80626a55 13327 struct dwp_file *dwp_file;
cb1df416 13328
6a506a2d
DE
13329 /* First see if there's a DWP file.
13330 If we have a DWP file but didn't find the DWO inside it, don't
13331 look for the original DWO file. It makes gdb behave differently
13332 depending on whether one is debugging in the build tree. */
cf2c3c16 13333
ed2dc618 13334 dwp_file = get_dwp_file (dwarf2_per_objfile);
80626a55 13335 if (dwp_file != NULL)
cf2c3c16 13336 {
80626a55
DE
13337 const struct dwp_hash_table *dwp_htab =
13338 is_debug_types ? dwp_file->tus : dwp_file->cus;
13339
13340 if (dwp_htab != NULL)
13341 {
13342 struct dwo_unit *dwo_cutu =
ed2dc618 13343 lookup_dwo_unit_in_dwp (dwarf2_per_objfile, dwp_file, comp_dir,
57d63ce2 13344 signature, is_debug_types);
80626a55
DE
13345
13346 if (dwo_cutu != NULL)
13347 {
b4f54984 13348 if (dwarf_read_debug)
80626a55
DE
13349 {
13350 fprintf_unfiltered (gdb_stdlog,
13351 "Virtual DWO %s %s found: @%s\n",
13352 kind, hex_string (signature),
13353 host_address_to_string (dwo_cutu));
13354 }
13355 return dwo_cutu;
13356 }
13357 }
13358 }
6a506a2d 13359 else
80626a55 13360 {
6a506a2d 13361 /* No DWP file, look for the DWO file. */
80626a55 13362
ed2dc618
SM
13363 dwo_file_slot = lookup_dwo_file_slot (dwarf2_per_objfile,
13364 dwo_name, comp_dir);
6a506a2d 13365 if (*dwo_file_slot == NULL)
80626a55 13366 {
6a506a2d
DE
13367 /* Read in the file and build a table of the CUs/TUs it contains. */
13368 *dwo_file_slot = open_and_init_dwo_file (this_unit, dwo_name, comp_dir);
19c3d4c9 13369 }
6a506a2d 13370 /* NOTE: This will be NULL if unable to open the file. */
9a3c8263 13371 dwo_file = (struct dwo_file *) *dwo_file_slot;
3019eac3 13372
6a506a2d 13373 if (dwo_file != NULL)
19c3d4c9 13374 {
6a506a2d
DE
13375 struct dwo_unit *dwo_cutu = NULL;
13376
13377 if (is_debug_types && dwo_file->tus)
13378 {
13379 struct dwo_unit find_dwo_cutu;
13380
13381 memset (&find_dwo_cutu, 0, sizeof (find_dwo_cutu));
13382 find_dwo_cutu.signature = signature;
9a3c8263
SM
13383 dwo_cutu
13384 = (struct dwo_unit *) htab_find (dwo_file->tus, &find_dwo_cutu);
6a506a2d 13385 }
33c5cd75 13386 else if (!is_debug_types && dwo_file->cus)
80626a55 13387 {
33c5cd75
DB
13388 struct dwo_unit find_dwo_cutu;
13389
13390 memset (&find_dwo_cutu, 0, sizeof (find_dwo_cutu));
13391 find_dwo_cutu.signature = signature;
13392 dwo_cutu = (struct dwo_unit *)htab_find (dwo_file->cus,
13393 &find_dwo_cutu);
6a506a2d
DE
13394 }
13395
13396 if (dwo_cutu != NULL)
13397 {
b4f54984 13398 if (dwarf_read_debug)
6a506a2d
DE
13399 {
13400 fprintf_unfiltered (gdb_stdlog, "DWO %s %s(%s) found: @%s\n",
13401 kind, dwo_name, hex_string (signature),
13402 host_address_to_string (dwo_cutu));
13403 }
13404 return dwo_cutu;
80626a55
DE
13405 }
13406 }
2e276125 13407 }
9cdd5dbd 13408
80626a55
DE
13409 /* We didn't find it. This could mean a dwo_id mismatch, or
13410 someone deleted the DWO/DWP file, or the search path isn't set up
13411 correctly to find the file. */
13412
b4f54984 13413 if (dwarf_read_debug)
80626a55
DE
13414 {
13415 fprintf_unfiltered (gdb_stdlog, "DWO %s %s(%s) not found\n",
13416 kind, dwo_name, hex_string (signature));
13417 }
3019eac3 13418
6656a72d
DE
13419 /* This is a warning and not a complaint because it can be caused by
13420 pilot error (e.g., user accidentally deleting the DWO). */
43942612
DE
13421 {
13422 /* Print the name of the DWP file if we looked there, helps the user
13423 better diagnose the problem. */
791afaa2 13424 std::string dwp_text;
43942612
DE
13425
13426 if (dwp_file != NULL)
791afaa2
TT
13427 dwp_text = string_printf (" [in DWP file %s]",
13428 lbasename (dwp_file->name));
43942612 13429
9d8780f0 13430 warning (_("Could not find DWO %s %s(%s)%s referenced by %s at offset %s"
43942612
DE
13431 " [in module %s]"),
13432 kind, dwo_name, hex_string (signature),
791afaa2 13433 dwp_text.c_str (),
43942612 13434 this_unit->is_debug_types ? "TU" : "CU",
9d8780f0 13435 sect_offset_str (this_unit->sect_off), objfile_name (objfile));
43942612 13436 }
3019eac3 13437 return NULL;
5fb290d7
DJ
13438}
13439
80626a55
DE
13440/* Lookup the DWO CU DWO_NAME/SIGNATURE referenced from THIS_CU.
13441 See lookup_dwo_cutu_unit for details. */
13442
13443static struct dwo_unit *
13444lookup_dwo_comp_unit (struct dwarf2_per_cu_data *this_cu,
13445 const char *dwo_name, const char *comp_dir,
13446 ULONGEST signature)
13447{
13448 return lookup_dwo_cutu (this_cu, dwo_name, comp_dir, signature, 0);
13449}
13450
13451/* Lookup the DWO TU DWO_NAME/SIGNATURE referenced from THIS_TU.
13452 See lookup_dwo_cutu_unit for details. */
13453
13454static struct dwo_unit *
13455lookup_dwo_type_unit (struct signatured_type *this_tu,
13456 const char *dwo_name, const char *comp_dir)
13457{
13458 return lookup_dwo_cutu (&this_tu->per_cu, dwo_name, comp_dir, this_tu->signature, 1);
13459}
13460
89e63ee4
DE
13461/* Traversal function for queue_and_load_all_dwo_tus. */
13462
13463static int
13464queue_and_load_dwo_tu (void **slot, void *info)
13465{
13466 struct dwo_unit *dwo_unit = (struct dwo_unit *) *slot;
13467 struct dwarf2_per_cu_data *per_cu = (struct dwarf2_per_cu_data *) info;
13468 ULONGEST signature = dwo_unit->signature;
13469 struct signatured_type *sig_type =
13470 lookup_dwo_signatured_type (per_cu->cu, signature);
13471
13472 if (sig_type != NULL)
13473 {
13474 struct dwarf2_per_cu_data *sig_cu = &sig_type->per_cu;
13475
13476 /* We pass NULL for DEPENDENT_CU because we don't yet know if there's
13477 a real dependency of PER_CU on SIG_TYPE. That is detected later
13478 while processing PER_CU. */
13479 if (maybe_queue_comp_unit (NULL, sig_cu, per_cu->cu->language))
13480 load_full_type_unit (sig_cu);
13481 VEC_safe_push (dwarf2_per_cu_ptr, per_cu->imported_symtabs, sig_cu);
13482 }
13483
13484 return 1;
13485}
13486
13487/* Queue all TUs contained in the DWO of PER_CU to be read in.
13488 The DWO may have the only definition of the type, though it may not be
13489 referenced anywhere in PER_CU. Thus we have to load *all* its TUs.
13490 http://sourceware.org/bugzilla/show_bug.cgi?id=15021 */
13491
13492static void
13493queue_and_load_all_dwo_tus (struct dwarf2_per_cu_data *per_cu)
13494{
13495 struct dwo_unit *dwo_unit;
13496 struct dwo_file *dwo_file;
13497
13498 gdb_assert (!per_cu->is_debug_types);
ed2dc618 13499 gdb_assert (get_dwp_file (per_cu->dwarf2_per_objfile) == NULL);
89e63ee4
DE
13500 gdb_assert (per_cu->cu != NULL);
13501
13502 dwo_unit = per_cu->cu->dwo_unit;
13503 gdb_assert (dwo_unit != NULL);
13504
13505 dwo_file = dwo_unit->dwo_file;
13506 if (dwo_file->tus != NULL)
13507 htab_traverse_noresize (dwo_file->tus, queue_and_load_dwo_tu, per_cu);
13508}
13509
3019eac3 13510/* Free all resources associated with DWO_FILE.
5dafb3d1 13511 Close the DWO file and munmap the sections. */
348e048f
DE
13512
13513static void
5dafb3d1 13514free_dwo_file (struct dwo_file *dwo_file)
348e048f 13515{
5c6fa7ab 13516 /* Note: dbfd is NULL for virtual DWO files. */
80626a55 13517 gdb_bfd_unref (dwo_file->dbfd);
348e048f 13518
3019eac3
DE
13519 VEC_free (dwarf2_section_info_def, dwo_file->sections.types);
13520}
348e048f 13521
3019eac3 13522/* Traversal function for free_dwo_files. */
2ab95328 13523
3019eac3
DE
13524static int
13525free_dwo_file_from_slot (void **slot, void *info)
13526{
13527 struct dwo_file *dwo_file = (struct dwo_file *) *slot;
348e048f 13528
5dafb3d1 13529 free_dwo_file (dwo_file);
348e048f 13530
3019eac3
DE
13531 return 1;
13532}
348e048f 13533
3019eac3 13534/* Free all resources associated with DWO_FILES. */
348e048f 13535
3019eac3
DE
13536static void
13537free_dwo_files (htab_t dwo_files, struct objfile *objfile)
13538{
13539 htab_traverse_noresize (dwo_files, free_dwo_file_from_slot, objfile);
348e048f 13540}
3019eac3
DE
13541\f
13542/* Read in various DIEs. */
348e048f 13543
d389af10 13544/* DW_AT_abstract_origin inherits whole DIEs (not just their attributes).
3e43a32a
MS
13545 Inherit only the children of the DW_AT_abstract_origin DIE not being
13546 already referenced by DW_AT_abstract_origin from the children of the
13547 current DIE. */
d389af10
JK
13548
13549static void
13550inherit_abstract_dies (struct die_info *die, struct dwarf2_cu *cu)
13551{
13552 struct die_info *child_die;
791afaa2 13553 sect_offset *offsetp;
d389af10
JK
13554 /* Parent of DIE - referenced by DW_AT_abstract_origin. */
13555 struct die_info *origin_die;
13556 /* Iterator of the ORIGIN_DIE children. */
13557 struct die_info *origin_child_die;
d389af10 13558 struct attribute *attr;
cd02d79d
PA
13559 struct dwarf2_cu *origin_cu;
13560 struct pending **origin_previous_list_in_scope;
d389af10
JK
13561
13562 attr = dwarf2_attr (die, DW_AT_abstract_origin, cu);
13563 if (!attr)
13564 return;
13565
cd02d79d
PA
13566 /* Note that following die references may follow to a die in a
13567 different cu. */
13568
13569 origin_cu = cu;
13570 origin_die = follow_die_ref (die, attr, &origin_cu);
13571
13572 /* We're inheriting ORIGIN's children into the scope we'd put DIE's
13573 symbols in. */
13574 origin_previous_list_in_scope = origin_cu->list_in_scope;
13575 origin_cu->list_in_scope = cu->list_in_scope;
13576
edb3359d
DJ
13577 if (die->tag != origin_die->tag
13578 && !(die->tag == DW_TAG_inlined_subroutine
13579 && origin_die->tag == DW_TAG_subprogram))
b98664d3 13580 complaint (_("DIE %s and its abstract origin %s have different tags"),
9d8780f0
SM
13581 sect_offset_str (die->sect_off),
13582 sect_offset_str (origin_die->sect_off));
d389af10 13583
791afaa2 13584 std::vector<sect_offset> offsets;
d389af10 13585
3ea89b92
PMR
13586 for (child_die = die->child;
13587 child_die && child_die->tag;
13588 child_die = sibling_die (child_die))
13589 {
13590 struct die_info *child_origin_die;
13591 struct dwarf2_cu *child_origin_cu;
13592
13593 /* We are trying to process concrete instance entries:
216f72a1 13594 DW_TAG_call_site DIEs indeed have a DW_AT_abstract_origin tag, but
3ea89b92
PMR
13595 it's not relevant to our analysis here. i.e. detecting DIEs that are
13596 present in the abstract instance but not referenced in the concrete
13597 one. */
216f72a1
JK
13598 if (child_die->tag == DW_TAG_call_site
13599 || child_die->tag == DW_TAG_GNU_call_site)
3ea89b92
PMR
13600 continue;
13601
c38f313d
DJ
13602 /* For each CHILD_DIE, find the corresponding child of
13603 ORIGIN_DIE. If there is more than one layer of
13604 DW_AT_abstract_origin, follow them all; there shouldn't be,
13605 but GCC versions at least through 4.4 generate this (GCC PR
13606 40573). */
3ea89b92
PMR
13607 child_origin_die = child_die;
13608 child_origin_cu = cu;
c38f313d
DJ
13609 while (1)
13610 {
cd02d79d
PA
13611 attr = dwarf2_attr (child_origin_die, DW_AT_abstract_origin,
13612 child_origin_cu);
c38f313d
DJ
13613 if (attr == NULL)
13614 break;
cd02d79d
PA
13615 child_origin_die = follow_die_ref (child_origin_die, attr,
13616 &child_origin_cu);
c38f313d
DJ
13617 }
13618
d389af10
JK
13619 /* According to DWARF3 3.3.8.2 #3 new entries without their abstract
13620 counterpart may exist. */
c38f313d 13621 if (child_origin_die != child_die)
d389af10 13622 {
edb3359d
DJ
13623 if (child_die->tag != child_origin_die->tag
13624 && !(child_die->tag == DW_TAG_inlined_subroutine
13625 && child_origin_die->tag == DW_TAG_subprogram))
b98664d3 13626 complaint (_("Child DIE %s and its abstract origin %s have "
9c541725 13627 "different tags"),
9d8780f0
SM
13628 sect_offset_str (child_die->sect_off),
13629 sect_offset_str (child_origin_die->sect_off));
c38f313d 13630 if (child_origin_die->parent != origin_die)
b98664d3 13631 complaint (_("Child DIE %s and its abstract origin %s have "
9c541725 13632 "different parents"),
9d8780f0
SM
13633 sect_offset_str (child_die->sect_off),
13634 sect_offset_str (child_origin_die->sect_off));
c38f313d 13635 else
791afaa2 13636 offsets.push_back (child_origin_die->sect_off);
d389af10 13637 }
d389af10 13638 }
791afaa2
TT
13639 std::sort (offsets.begin (), offsets.end ());
13640 sect_offset *offsets_end = offsets.data () + offsets.size ();
13641 for (offsetp = offsets.data () + 1; offsetp < offsets_end; offsetp++)
9c541725 13642 if (offsetp[-1] == *offsetp)
b98664d3 13643 complaint (_("Multiple children of DIE %s refer "
9d8780f0
SM
13644 "to DIE %s as their abstract origin"),
13645 sect_offset_str (die->sect_off), sect_offset_str (*offsetp));
d389af10 13646
791afaa2 13647 offsetp = offsets.data ();
d389af10
JK
13648 origin_child_die = origin_die->child;
13649 while (origin_child_die && origin_child_die->tag)
13650 {
13651 /* Is ORIGIN_CHILD_DIE referenced by any of the DIE children? */
b64f50a1 13652 while (offsetp < offsets_end
9c541725 13653 && *offsetp < origin_child_die->sect_off)
d389af10 13654 offsetp++;
b64f50a1 13655 if (offsetp >= offsets_end
9c541725 13656 || *offsetp > origin_child_die->sect_off)
d389af10 13657 {
adde2bff
DE
13658 /* Found that ORIGIN_CHILD_DIE is really not referenced.
13659 Check whether we're already processing ORIGIN_CHILD_DIE.
13660 This can happen with mutually referenced abstract_origins.
13661 PR 16581. */
13662 if (!origin_child_die->in_process)
13663 process_die (origin_child_die, origin_cu);
d389af10
JK
13664 }
13665 origin_child_die = sibling_die (origin_child_die);
13666 }
cd02d79d 13667 origin_cu->list_in_scope = origin_previous_list_in_scope;
d389af10
JK
13668}
13669
c906108c 13670static void
e7c27a73 13671read_func_scope (struct die_info *die, struct dwarf2_cu *cu)
c906108c 13672{
518817b3 13673 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a 13674 struct gdbarch *gdbarch = get_objfile_arch (objfile);
fe978cb0 13675 struct context_stack *newobj;
c906108c
SS
13676 CORE_ADDR lowpc;
13677 CORE_ADDR highpc;
13678 struct die_info *child_die;
edb3359d 13679 struct attribute *attr, *call_line, *call_file;
15d034d0 13680 const char *name;
e142c38c 13681 CORE_ADDR baseaddr;
801e3a5b 13682 struct block *block;
edb3359d 13683 int inlined_func = (die->tag == DW_TAG_inlined_subroutine);
2f4732b0 13684 std::vector<struct symbol *> template_args;
34eaf542 13685 struct template_symbol *templ_func = NULL;
edb3359d
DJ
13686
13687 if (inlined_func)
13688 {
13689 /* If we do not have call site information, we can't show the
13690 caller of this inlined function. That's too confusing, so
13691 only use the scope for local variables. */
13692 call_line = dwarf2_attr (die, DW_AT_call_line, cu);
13693 call_file = dwarf2_attr (die, DW_AT_call_file, cu);
13694 if (call_line == NULL || call_file == NULL)
13695 {
13696 read_lexical_block_scope (die, cu);
13697 return;
13698 }
13699 }
c906108c 13700
e142c38c
DJ
13701 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
13702
94af9270 13703 name = dwarf2_name (die, cu);
c906108c 13704
e8d05480
JB
13705 /* Ignore functions with missing or empty names. These are actually
13706 illegal according to the DWARF standard. */
13707 if (name == NULL)
13708 {
b98664d3 13709 complaint (_("missing name for subprogram DIE at %s"),
9d8780f0 13710 sect_offset_str (die->sect_off));
e8d05480
JB
13711 return;
13712 }
13713
13714 /* Ignore functions with missing or invalid low and high pc attributes. */
3a2b436a 13715 if (dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu, NULL)
e385593e 13716 <= PC_BOUNDS_INVALID)
e8d05480 13717 {
ae4d0c03
PM
13718 attr = dwarf2_attr (die, DW_AT_external, cu);
13719 if (!attr || !DW_UNSND (attr))
b98664d3 13720 complaint (_("cannot get low and high bounds "
9d8780f0
SM
13721 "for subprogram DIE at %s"),
13722 sect_offset_str (die->sect_off));
e8d05480
JB
13723 return;
13724 }
c906108c 13725
3e29f34a
MR
13726 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch, lowpc + baseaddr);
13727 highpc = gdbarch_adjust_dwarf2_addr (gdbarch, highpc + baseaddr);
c906108c 13728
34eaf542
TT
13729 /* If we have any template arguments, then we must allocate a
13730 different sort of symbol. */
13731 for (child_die = die->child; child_die; child_die = sibling_die (child_die))
13732 {
13733 if (child_die->tag == DW_TAG_template_type_param
13734 || child_die->tag == DW_TAG_template_value_param)
13735 {
e623cf5d 13736 templ_func = allocate_template_symbol (objfile);
cf724bc9 13737 templ_func->subclass = SYMBOL_TEMPLATE;
34eaf542
TT
13738 break;
13739 }
13740 }
13741
c24bdb02 13742 newobj = cu->get_builder ()->push_context (0, lowpc);
5e2db402
TT
13743 newobj->name = new_symbol (die, read_type_die (die, cu), cu,
13744 (struct symbol *) templ_func);
4c2df51b 13745
4cecd739
DJ
13746 /* If there is a location expression for DW_AT_frame_base, record
13747 it. */
e142c38c 13748 attr = dwarf2_attr (die, DW_AT_frame_base, cu);
4c2df51b 13749 if (attr)
fe978cb0 13750 dwarf2_symbol_mark_computed (attr, newobj->name, cu, 1);
4c2df51b 13751
63e43d3a
PMR
13752 /* If there is a location for the static link, record it. */
13753 newobj->static_link = NULL;
13754 attr = dwarf2_attr (die, DW_AT_static_link, cu);
13755 if (attr)
13756 {
224c3ddb
SM
13757 newobj->static_link
13758 = XOBNEW (&objfile->objfile_obstack, struct dynamic_prop);
63e43d3a
PMR
13759 attr_to_dynamic_prop (attr, die, cu, newobj->static_link);
13760 }
13761
c24bdb02 13762 cu->list_in_scope = cu->get_builder ()->get_local_symbols ();
c906108c 13763
639d11d3 13764 if (die->child != NULL)
c906108c 13765 {
639d11d3 13766 child_die = die->child;
c906108c
SS
13767 while (child_die && child_die->tag)
13768 {
34eaf542
TT
13769 if (child_die->tag == DW_TAG_template_type_param
13770 || child_die->tag == DW_TAG_template_value_param)
13771 {
13772 struct symbol *arg = new_symbol (child_die, NULL, cu);
13773
f1078f66 13774 if (arg != NULL)
2f4732b0 13775 template_args.push_back (arg);
34eaf542
TT
13776 }
13777 else
13778 process_die (child_die, cu);
c906108c
SS
13779 child_die = sibling_die (child_die);
13780 }
13781 }
13782
d389af10
JK
13783 inherit_abstract_dies (die, cu);
13784
4a811a97
UW
13785 /* If we have a DW_AT_specification, we might need to import using
13786 directives from the context of the specification DIE. See the
13787 comment in determine_prefix. */
13788 if (cu->language == language_cplus
13789 && dwarf2_attr (die, DW_AT_specification, cu))
13790 {
13791 struct dwarf2_cu *spec_cu = cu;
13792 struct die_info *spec_die = die_specification (die, &spec_cu);
13793
13794 while (spec_die)
13795 {
13796 child_die = spec_die->child;
13797 while (child_die && child_die->tag)
13798 {
13799 if (child_die->tag == DW_TAG_imported_module)
13800 process_die (child_die, spec_cu);
13801 child_die = sibling_die (child_die);
13802 }
13803
13804 /* In some cases, GCC generates specification DIEs that
13805 themselves contain DW_AT_specification attributes. */
13806 spec_die = die_specification (spec_die, &spec_cu);
13807 }
13808 }
13809
c24bdb02 13810 struct context_stack cstk = cu->get_builder ()->pop_context ();
c906108c 13811 /* Make a block for the local symbols within. */
c24bdb02 13812 block = cu->get_builder ()->finish_block (cstk.name, cstk.old_blocks,
804d2729 13813 cstk.static_link, lowpc, highpc);
801e3a5b 13814
df8a16a1 13815 /* For C++, set the block's scope. */
45280282
IB
13816 if ((cu->language == language_cplus
13817 || cu->language == language_fortran
c44af4eb
TT
13818 || cu->language == language_d
13819 || cu->language == language_rust)
4d4ec4e5 13820 && cu->processing_has_namespace_info)
195a3f6c
TT
13821 block_set_scope (block, determine_prefix (die, cu),
13822 &objfile->objfile_obstack);
df8a16a1 13823
801e3a5b
JB
13824 /* If we have address ranges, record them. */
13825 dwarf2_record_block_ranges (die, block, baseaddr, cu);
6e70227d 13826
a60f3166 13827 gdbarch_make_symbol_special (gdbarch, cstk.name, objfile);
3e29f34a 13828
34eaf542 13829 /* Attach template arguments to function. */
2f4732b0 13830 if (!template_args.empty ())
34eaf542
TT
13831 {
13832 gdb_assert (templ_func != NULL);
13833
2f4732b0 13834 templ_func->n_template_arguments = template_args.size ();
34eaf542 13835 templ_func->template_arguments
8d749320
SM
13836 = XOBNEWVEC (&objfile->objfile_obstack, struct symbol *,
13837 templ_func->n_template_arguments);
34eaf542 13838 memcpy (templ_func->template_arguments,
2f4732b0 13839 template_args.data (),
34eaf542 13840 (templ_func->n_template_arguments * sizeof (struct symbol *)));
3e1d3d8c
TT
13841
13842 /* Make sure that the symtab is set on the new symbols. Even
13843 though they don't appear in this symtab directly, other parts
13844 of gdb assume that symbols do, and this is reasonably
13845 true. */
8634679f 13846 for (symbol *sym : template_args)
3e1d3d8c 13847 symbol_set_symtab (sym, symbol_symtab (templ_func));
34eaf542
TT
13848 }
13849
208d8187
JB
13850 /* In C++, we can have functions nested inside functions (e.g., when
13851 a function declares a class that has methods). This means that
13852 when we finish processing a function scope, we may need to go
13853 back to building a containing block's symbol lists. */
c24bdb02
KS
13854 *cu->get_builder ()->get_local_symbols () = cstk.locals;
13855 cu->get_builder ()->set_local_using_directives (cstk.local_using_directives);
208d8187 13856
921e78cf
JB
13857 /* If we've finished processing a top-level function, subsequent
13858 symbols go in the file symbol list. */
c24bdb02
KS
13859 if (cu->get_builder ()->outermost_context_p ())
13860 cu->list_in_scope = cu->get_builder ()->get_file_symbols ();
c906108c
SS
13861}
13862
13863/* Process all the DIES contained within a lexical block scope. Start
13864 a new scope, process the dies, and then close the scope. */
13865
13866static void
e7c27a73 13867read_lexical_block_scope (struct die_info *die, struct dwarf2_cu *cu)
c906108c 13868{
518817b3 13869 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a 13870 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c
SS
13871 CORE_ADDR lowpc, highpc;
13872 struct die_info *child_die;
e142c38c
DJ
13873 CORE_ADDR baseaddr;
13874
13875 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c
SS
13876
13877 /* Ignore blocks with missing or invalid low and high pc attributes. */
af34e669
DJ
13878 /* ??? Perhaps consider discontiguous blocks defined by DW_AT_ranges
13879 as multiple lexical blocks? Handling children in a sane way would
6e70227d 13880 be nasty. Might be easier to properly extend generic blocks to
af34e669 13881 describe ranges. */
e385593e
JK
13882 switch (dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu, NULL))
13883 {
13884 case PC_BOUNDS_NOT_PRESENT:
13885 /* DW_TAG_lexical_block has no attributes, process its children as if
13886 there was no wrapping by that DW_TAG_lexical_block.
13887 GCC does no longer produces such DWARF since GCC r224161. */
13888 for (child_die = die->child;
13889 child_die != NULL && child_die->tag;
13890 child_die = sibling_die (child_die))
13891 process_die (child_die, cu);
13892 return;
13893 case PC_BOUNDS_INVALID:
13894 return;
13895 }
3e29f34a
MR
13896 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch, lowpc + baseaddr);
13897 highpc = gdbarch_adjust_dwarf2_addr (gdbarch, highpc + baseaddr);
c906108c 13898
c24bdb02 13899 cu->get_builder ()->push_context (0, lowpc);
639d11d3 13900 if (die->child != NULL)
c906108c 13901 {
639d11d3 13902 child_die = die->child;
c906108c
SS
13903 while (child_die && child_die->tag)
13904 {
e7c27a73 13905 process_die (child_die, cu);
c906108c
SS
13906 child_die = sibling_die (child_die);
13907 }
13908 }
3ea89b92 13909 inherit_abstract_dies (die, cu);
c24bdb02 13910 struct context_stack cstk = cu->get_builder ()->pop_context ();
c906108c 13911
c24bdb02
KS
13912 if (*cu->get_builder ()->get_local_symbols () != NULL
13913 || (*cu->get_builder ()->get_local_using_directives ()) != NULL)
c906108c 13914 {
801e3a5b 13915 struct block *block
c24bdb02 13916 = cu->get_builder ()->finish_block (0, cstk.old_blocks, NULL,
804d2729 13917 cstk.start_addr, highpc);
801e3a5b
JB
13918
13919 /* Note that recording ranges after traversing children, as we
13920 do here, means that recording a parent's ranges entails
13921 walking across all its children's ranges as they appear in
13922 the address map, which is quadratic behavior.
13923
13924 It would be nicer to record the parent's ranges before
13925 traversing its children, simply overriding whatever you find
13926 there. But since we don't even decide whether to create a
13927 block until after we've traversed its children, that's hard
13928 to do. */
13929 dwarf2_record_block_ranges (die, block, baseaddr, cu);
c906108c 13930 }
c24bdb02
KS
13931 *cu->get_builder ()->get_local_symbols () = cstk.locals;
13932 cu->get_builder ()->set_local_using_directives (cstk.local_using_directives);
c906108c
SS
13933}
13934
216f72a1 13935/* Read in DW_TAG_call_site and insert it to CU->call_site_htab. */
96408a79
SA
13936
13937static void
13938read_call_site_scope (struct die_info *die, struct dwarf2_cu *cu)
13939{
518817b3 13940 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
96408a79
SA
13941 struct gdbarch *gdbarch = get_objfile_arch (objfile);
13942 CORE_ADDR pc, baseaddr;
13943 struct attribute *attr;
13944 struct call_site *call_site, call_site_local;
13945 void **slot;
13946 int nparams;
13947 struct die_info *child_die;
13948
13949 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
13950
216f72a1
JK
13951 attr = dwarf2_attr (die, DW_AT_call_return_pc, cu);
13952 if (attr == NULL)
13953 {
13954 /* This was a pre-DWARF-5 GNU extension alias
13955 for DW_AT_call_return_pc. */
13956 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
13957 }
96408a79
SA
13958 if (!attr)
13959 {
b98664d3 13960 complaint (_("missing DW_AT_call_return_pc for DW_TAG_call_site "
9d8780f0
SM
13961 "DIE %s [in module %s]"),
13962 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79
SA
13963 return;
13964 }
31aa7e4e 13965 pc = attr_value_as_address (attr) + baseaddr;
3e29f34a 13966 pc = gdbarch_adjust_dwarf2_addr (gdbarch, pc);
96408a79
SA
13967
13968 if (cu->call_site_htab == NULL)
13969 cu->call_site_htab = htab_create_alloc_ex (16, core_addr_hash, core_addr_eq,
13970 NULL, &objfile->objfile_obstack,
13971 hashtab_obstack_allocate, NULL);
13972 call_site_local.pc = pc;
13973 slot = htab_find_slot (cu->call_site_htab, &call_site_local, INSERT);
13974 if (*slot != NULL)
13975 {
b98664d3 13976 complaint (_("Duplicate PC %s for DW_TAG_call_site "
9d8780f0
SM
13977 "DIE %s [in module %s]"),
13978 paddress (gdbarch, pc), sect_offset_str (die->sect_off),
4262abfb 13979 objfile_name (objfile));
96408a79
SA
13980 return;
13981 }
13982
13983 /* Count parameters at the caller. */
13984
13985 nparams = 0;
13986 for (child_die = die->child; child_die && child_die->tag;
13987 child_die = sibling_die (child_die))
13988 {
216f72a1
JK
13989 if (child_die->tag != DW_TAG_call_site_parameter
13990 && child_die->tag != DW_TAG_GNU_call_site_parameter)
96408a79 13991 {
b98664d3 13992 complaint (_("Tag %d is not DW_TAG_call_site_parameter in "
9d8780f0
SM
13993 "DW_TAG_call_site child DIE %s [in module %s]"),
13994 child_die->tag, sect_offset_str (child_die->sect_off),
4262abfb 13995 objfile_name (objfile));
96408a79
SA
13996 continue;
13997 }
13998
13999 nparams++;
14000 }
14001
224c3ddb
SM
14002 call_site
14003 = ((struct call_site *)
14004 obstack_alloc (&objfile->objfile_obstack,
14005 sizeof (*call_site)
14006 + (sizeof (*call_site->parameter) * (nparams - 1))));
96408a79
SA
14007 *slot = call_site;
14008 memset (call_site, 0, sizeof (*call_site) - sizeof (*call_site->parameter));
14009 call_site->pc = pc;
14010
216f72a1
JK
14011 if (dwarf2_flag_true_p (die, DW_AT_call_tail_call, cu)
14012 || dwarf2_flag_true_p (die, DW_AT_GNU_tail_call, cu))
96408a79
SA
14013 {
14014 struct die_info *func_die;
14015
14016 /* Skip also over DW_TAG_inlined_subroutine. */
14017 for (func_die = die->parent;
14018 func_die && func_die->tag != DW_TAG_subprogram
14019 && func_die->tag != DW_TAG_subroutine_type;
14020 func_die = func_die->parent);
14021
216f72a1
JK
14022 /* DW_AT_call_all_calls is a superset
14023 of DW_AT_call_all_tail_calls. */
96408a79 14024 if (func_die
216f72a1 14025 && !dwarf2_flag_true_p (func_die, DW_AT_call_all_calls, cu)
96408a79 14026 && !dwarf2_flag_true_p (func_die, DW_AT_GNU_all_call_sites, cu)
216f72a1 14027 && !dwarf2_flag_true_p (func_die, DW_AT_call_all_tail_calls, cu)
96408a79
SA
14028 && !dwarf2_flag_true_p (func_die, DW_AT_GNU_all_tail_call_sites, cu))
14029 {
14030 /* TYPE_TAIL_CALL_LIST is not interesting in functions where it is
14031 not complete. But keep CALL_SITE for look ups via call_site_htab,
14032 both the initial caller containing the real return address PC and
14033 the final callee containing the current PC of a chain of tail
14034 calls do not need to have the tail call list complete. But any
14035 function candidate for a virtual tail call frame searched via
14036 TYPE_TAIL_CALL_LIST must have the tail call list complete to be
14037 determined unambiguously. */
14038 }
14039 else
14040 {
14041 struct type *func_type = NULL;
14042
14043 if (func_die)
14044 func_type = get_die_type (func_die, cu);
14045 if (func_type != NULL)
14046 {
14047 gdb_assert (TYPE_CODE (func_type) == TYPE_CODE_FUNC);
14048
14049 /* Enlist this call site to the function. */
14050 call_site->tail_call_next = TYPE_TAIL_CALL_LIST (func_type);
14051 TYPE_TAIL_CALL_LIST (func_type) = call_site;
14052 }
14053 else
b98664d3 14054 complaint (_("Cannot find function owning DW_TAG_call_site "
9d8780f0
SM
14055 "DIE %s [in module %s]"),
14056 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79
SA
14057 }
14058 }
14059
216f72a1
JK
14060 attr = dwarf2_attr (die, DW_AT_call_target, cu);
14061 if (attr == NULL)
14062 attr = dwarf2_attr (die, DW_AT_GNU_call_site_target, cu);
14063 if (attr == NULL)
14064 attr = dwarf2_attr (die, DW_AT_call_origin, cu);
96408a79 14065 if (attr == NULL)
216f72a1
JK
14066 {
14067 /* This was a pre-DWARF-5 GNU extension alias for DW_AT_call_origin. */
14068 attr = dwarf2_attr (die, DW_AT_abstract_origin, cu);
14069 }
96408a79
SA
14070 SET_FIELD_DWARF_BLOCK (call_site->target, NULL);
14071 if (!attr || (attr_form_is_block (attr) && DW_BLOCK (attr)->size == 0))
14072 /* Keep NULL DWARF_BLOCK. */;
14073 else if (attr_form_is_block (attr))
14074 {
14075 struct dwarf2_locexpr_baton *dlbaton;
14076
8d749320 14077 dlbaton = XOBNEW (&objfile->objfile_obstack, struct dwarf2_locexpr_baton);
96408a79
SA
14078 dlbaton->data = DW_BLOCK (attr)->data;
14079 dlbaton->size = DW_BLOCK (attr)->size;
14080 dlbaton->per_cu = cu->per_cu;
14081
14082 SET_FIELD_DWARF_BLOCK (call_site->target, dlbaton);
14083 }
7771576e 14084 else if (attr_form_is_ref (attr))
96408a79 14085 {
96408a79
SA
14086 struct dwarf2_cu *target_cu = cu;
14087 struct die_info *target_die;
14088
ac9ec31b 14089 target_die = follow_die_ref (die, attr, &target_cu);
518817b3 14090 gdb_assert (target_cu->per_cu->dwarf2_per_objfile->objfile == objfile);
96408a79
SA
14091 if (die_is_declaration (target_die, target_cu))
14092 {
7d45c7c3 14093 const char *target_physname;
9112db09
JK
14094
14095 /* Prefer the mangled name; otherwise compute the demangled one. */
73b9be8b 14096 target_physname = dw2_linkage_name (target_die, target_cu);
7d45c7c3 14097 if (target_physname == NULL)
9112db09 14098 target_physname = dwarf2_physname (NULL, target_die, target_cu);
96408a79 14099 if (target_physname == NULL)
b98664d3 14100 complaint (_("DW_AT_call_target target DIE has invalid "
9d8780f0
SM
14101 "physname, for referencing DIE %s [in module %s]"),
14102 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79 14103 else
7d455152 14104 SET_FIELD_PHYSNAME (call_site->target, target_physname);
96408a79
SA
14105 }
14106 else
14107 {
14108 CORE_ADDR lowpc;
14109
14110 /* DW_AT_entry_pc should be preferred. */
3a2b436a 14111 if (dwarf2_get_pc_bounds (target_die, &lowpc, NULL, target_cu, NULL)
e385593e 14112 <= PC_BOUNDS_INVALID)
b98664d3 14113 complaint (_("DW_AT_call_target target DIE has invalid "
9d8780f0
SM
14114 "low pc, for referencing DIE %s [in module %s]"),
14115 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79 14116 else
3e29f34a
MR
14117 {
14118 lowpc = gdbarch_adjust_dwarf2_addr (gdbarch, lowpc + baseaddr);
14119 SET_FIELD_PHYSADDR (call_site->target, lowpc);
14120 }
96408a79
SA
14121 }
14122 }
14123 else
b98664d3 14124 complaint (_("DW_TAG_call_site DW_AT_call_target is neither "
9d8780f0
SM
14125 "block nor reference, for DIE %s [in module %s]"),
14126 sect_offset_str (die->sect_off), objfile_name (objfile));
96408a79
SA
14127
14128 call_site->per_cu = cu->per_cu;
14129
14130 for (child_die = die->child;
14131 child_die && child_die->tag;
14132 child_die = sibling_die (child_die))
14133 {
96408a79 14134 struct call_site_parameter *parameter;
1788b2d3 14135 struct attribute *loc, *origin;
96408a79 14136
216f72a1
JK
14137 if (child_die->tag != DW_TAG_call_site_parameter
14138 && child_die->tag != DW_TAG_GNU_call_site_parameter)
96408a79
SA
14139 {
14140 /* Already printed the complaint above. */
14141 continue;
14142 }
14143
14144 gdb_assert (call_site->parameter_count < nparams);
14145 parameter = &call_site->parameter[call_site->parameter_count];
14146
1788b2d3
JK
14147 /* DW_AT_location specifies the register number or DW_AT_abstract_origin
14148 specifies DW_TAG_formal_parameter. Value of the data assumed for the
216f72a1 14149 register is contained in DW_AT_call_value. */
96408a79 14150
24c5c679 14151 loc = dwarf2_attr (child_die, DW_AT_location, cu);
216f72a1
JK
14152 origin = dwarf2_attr (child_die, DW_AT_call_parameter, cu);
14153 if (origin == NULL)
14154 {
14155 /* This was a pre-DWARF-5 GNU extension alias
14156 for DW_AT_call_parameter. */
14157 origin = dwarf2_attr (child_die, DW_AT_abstract_origin, cu);
14158 }
7771576e 14159 if (loc == NULL && origin != NULL && attr_form_is_ref (origin))
1788b2d3 14160 {
1788b2d3 14161 parameter->kind = CALL_SITE_PARAMETER_PARAM_OFFSET;
9c541725
PA
14162
14163 sect_offset sect_off
14164 = (sect_offset) dwarf2_get_ref_die_offset (origin);
14165 if (!offset_in_cu_p (&cu->header, sect_off))
d76b7dbc
JK
14166 {
14167 /* As DW_OP_GNU_parameter_ref uses CU-relative offset this
14168 binding can be done only inside one CU. Such referenced DIE
14169 therefore cannot be even moved to DW_TAG_partial_unit. */
b98664d3 14170 complaint (_("DW_AT_call_parameter offset is not in CU for "
9d8780f0
SM
14171 "DW_TAG_call_site child DIE %s [in module %s]"),
14172 sect_offset_str (child_die->sect_off),
9c541725 14173 objfile_name (objfile));
d76b7dbc
JK
14174 continue;
14175 }
9c541725
PA
14176 parameter->u.param_cu_off
14177 = (cu_offset) (sect_off - cu->header.sect_off);
1788b2d3
JK
14178 }
14179 else if (loc == NULL || origin != NULL || !attr_form_is_block (loc))
96408a79 14180 {
b98664d3 14181 complaint (_("No DW_FORM_block* DW_AT_location for "
9d8780f0
SM
14182 "DW_TAG_call_site child DIE %s [in module %s]"),
14183 sect_offset_str (child_die->sect_off), objfile_name (objfile));
96408a79
SA
14184 continue;
14185 }
24c5c679 14186 else
96408a79 14187 {
24c5c679
JK
14188 parameter->u.dwarf_reg = dwarf_block_to_dwarf_reg
14189 (DW_BLOCK (loc)->data, &DW_BLOCK (loc)->data[DW_BLOCK (loc)->size]);
14190 if (parameter->u.dwarf_reg != -1)
14191 parameter->kind = CALL_SITE_PARAMETER_DWARF_REG;
14192 else if (dwarf_block_to_sp_offset (gdbarch, DW_BLOCK (loc)->data,
14193 &DW_BLOCK (loc)->data[DW_BLOCK (loc)->size],
14194 &parameter->u.fb_offset))
14195 parameter->kind = CALL_SITE_PARAMETER_FB_OFFSET;
14196 else
14197 {
b98664d3 14198 complaint (_("Only single DW_OP_reg or DW_OP_fbreg is supported "
24c5c679 14199 "for DW_FORM_block* DW_AT_location is supported for "
9d8780f0 14200 "DW_TAG_call_site child DIE %s "
24c5c679 14201 "[in module %s]"),
9d8780f0 14202 sect_offset_str (child_die->sect_off),
9c541725 14203 objfile_name (objfile));
24c5c679
JK
14204 continue;
14205 }
96408a79
SA
14206 }
14207
216f72a1
JK
14208 attr = dwarf2_attr (child_die, DW_AT_call_value, cu);
14209 if (attr == NULL)
14210 attr = dwarf2_attr (child_die, DW_AT_GNU_call_site_value, cu);
96408a79
SA
14211 if (!attr_form_is_block (attr))
14212 {
b98664d3 14213 complaint (_("No DW_FORM_block* DW_AT_call_value for "
9d8780f0
SM
14214 "DW_TAG_call_site child DIE %s [in module %s]"),
14215 sect_offset_str (child_die->sect_off),
9c541725 14216 objfile_name (objfile));
96408a79
SA
14217 continue;
14218 }
14219 parameter->value = DW_BLOCK (attr)->data;
14220 parameter->value_size = DW_BLOCK (attr)->size;
14221
14222 /* Parameters are not pre-cleared by memset above. */
14223 parameter->data_value = NULL;
14224 parameter->data_value_size = 0;
14225 call_site->parameter_count++;
14226
216f72a1
JK
14227 attr = dwarf2_attr (child_die, DW_AT_call_data_value, cu);
14228 if (attr == NULL)
14229 attr = dwarf2_attr (child_die, DW_AT_GNU_call_site_data_value, cu);
96408a79
SA
14230 if (attr)
14231 {
14232 if (!attr_form_is_block (attr))
b98664d3 14233 complaint (_("No DW_FORM_block* DW_AT_call_data_value for "
9d8780f0
SM
14234 "DW_TAG_call_site child DIE %s [in module %s]"),
14235 sect_offset_str (child_die->sect_off),
9c541725 14236 objfile_name (objfile));
96408a79
SA
14237 else
14238 {
14239 parameter->data_value = DW_BLOCK (attr)->data;
14240 parameter->data_value_size = DW_BLOCK (attr)->size;
14241 }
14242 }
14243 }
14244}
14245
71a3c369
TT
14246/* Helper function for read_variable. If DIE represents a virtual
14247 table, then return the type of the concrete object that is
14248 associated with the virtual table. Otherwise, return NULL. */
14249
14250static struct type *
14251rust_containing_type (struct die_info *die, struct dwarf2_cu *cu)
14252{
14253 struct attribute *attr = dwarf2_attr (die, DW_AT_type, cu);
14254 if (attr == NULL)
14255 return NULL;
14256
14257 /* Find the type DIE. */
14258 struct die_info *type_die = NULL;
14259 struct dwarf2_cu *type_cu = cu;
14260
14261 if (attr_form_is_ref (attr))
14262 type_die = follow_die_ref (die, attr, &type_cu);
14263 if (type_die == NULL)
14264 return NULL;
14265
14266 if (dwarf2_attr (type_die, DW_AT_containing_type, type_cu) == NULL)
14267 return NULL;
14268 return die_containing_type (type_die, type_cu);
14269}
14270
14271/* Read a variable (DW_TAG_variable) DIE and create a new symbol. */
14272
14273static void
14274read_variable (struct die_info *die, struct dwarf2_cu *cu)
14275{
14276 struct rust_vtable_symbol *storage = NULL;
14277
14278 if (cu->language == language_rust)
14279 {
14280 struct type *containing_type = rust_containing_type (die, cu);
14281
14282 if (containing_type != NULL)
14283 {
518817b3 14284 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
71a3c369
TT
14285
14286 storage = OBSTACK_ZALLOC (&objfile->objfile_obstack,
14287 struct rust_vtable_symbol);
14288 initialize_objfile_symbol (storage);
14289 storage->concrete_type = containing_type;
cf724bc9 14290 storage->subclass = SYMBOL_RUST_VTABLE;
71a3c369
TT
14291 }
14292 }
14293
e4a62c65
TV
14294 struct symbol *res = new_symbol (die, NULL, cu, storage);
14295 struct attribute *abstract_origin
14296 = dwarf2_attr (die, DW_AT_abstract_origin, cu);
14297 struct attribute *loc = dwarf2_attr (die, DW_AT_location, cu);
14298 if (res == NULL && loc && abstract_origin)
14299 {
14300 /* We have a variable without a name, but with a location and an abstract
14301 origin. This may be a concrete instance of an abstract variable
14302 referenced from an DW_OP_GNU_variable_value, so save it to find it back
14303 later. */
14304 struct dwarf2_cu *origin_cu = cu;
14305 struct die_info *origin_die
14306 = follow_die_ref (die, abstract_origin, &origin_cu);
14307 dwarf2_per_objfile *dpo = cu->per_cu->dwarf2_per_objfile;
14308 dpo->abstract_to_concrete[origin_die].push_back (die);
14309 }
71a3c369
TT
14310}
14311
43988095
JK
14312/* Call CALLBACK from DW_AT_ranges attribute value OFFSET
14313 reading .debug_rnglists.
14314 Callback's type should be:
14315 void (CORE_ADDR range_beginning, CORE_ADDR range_end)
14316 Return true if the attributes are present and valid, otherwise,
14317 return false. */
14318
14319template <typename Callback>
14320static bool
14321dwarf2_rnglists_process (unsigned offset, struct dwarf2_cu *cu,
14322 Callback &&callback)
14323{
ed2dc618 14324 struct dwarf2_per_objfile *dwarf2_per_objfile
518817b3 14325 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 14326 struct objfile *objfile = dwarf2_per_objfile->objfile;
43988095 14327 bfd *obfd = objfile->obfd;
43988095
JK
14328 /* Base address selection entry. */
14329 CORE_ADDR base;
14330 int found_base;
43988095 14331 const gdb_byte *buffer;
43988095
JK
14332 CORE_ADDR baseaddr;
14333 bool overflow = false;
14334
14335 found_base = cu->base_known;
14336 base = cu->base_address;
14337
14338 dwarf2_read_section (objfile, &dwarf2_per_objfile->rnglists);
14339 if (offset >= dwarf2_per_objfile->rnglists.size)
14340 {
b98664d3 14341 complaint (_("Offset %d out of bounds for DW_AT_ranges attribute"),
43988095
JK
14342 offset);
14343 return false;
14344 }
14345 buffer = dwarf2_per_objfile->rnglists.buffer + offset;
14346
14347 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
14348
14349 while (1)
14350 {
7814882a
JK
14351 /* Initialize it due to a false compiler warning. */
14352 CORE_ADDR range_beginning = 0, range_end = 0;
43988095
JK
14353 const gdb_byte *buf_end = (dwarf2_per_objfile->rnglists.buffer
14354 + dwarf2_per_objfile->rnglists.size);
14355 unsigned int bytes_read;
14356
14357 if (buffer == buf_end)
14358 {
14359 overflow = true;
14360 break;
14361 }
14362 const auto rlet = static_cast<enum dwarf_range_list_entry>(*buffer++);
14363 switch (rlet)
14364 {
14365 case DW_RLE_end_of_list:
14366 break;
14367 case DW_RLE_base_address:
14368 if (buffer + cu->header.addr_size > buf_end)
14369 {
14370 overflow = true;
14371 break;
14372 }
14373 base = read_address (obfd, buffer, cu, &bytes_read);
14374 found_base = 1;
14375 buffer += bytes_read;
14376 break;
14377 case DW_RLE_start_length:
14378 if (buffer + cu->header.addr_size > buf_end)
14379 {
14380 overflow = true;
14381 break;
14382 }
14383 range_beginning = read_address (obfd, buffer, cu, &bytes_read);
14384 buffer += bytes_read;
14385 range_end = (range_beginning
14386 + read_unsigned_leb128 (obfd, buffer, &bytes_read));
14387 buffer += bytes_read;
14388 if (buffer > buf_end)
14389 {
14390 overflow = true;
14391 break;
14392 }
14393 break;
14394 case DW_RLE_offset_pair:
14395 range_beginning = read_unsigned_leb128 (obfd, buffer, &bytes_read);
14396 buffer += bytes_read;
14397 if (buffer > buf_end)
14398 {
14399 overflow = true;
14400 break;
14401 }
14402 range_end = read_unsigned_leb128 (obfd, buffer, &bytes_read);
14403 buffer += bytes_read;
14404 if (buffer > buf_end)
14405 {
14406 overflow = true;
14407 break;
14408 }
14409 break;
14410 case DW_RLE_start_end:
14411 if (buffer + 2 * cu->header.addr_size > buf_end)
14412 {
14413 overflow = true;
14414 break;
14415 }
14416 range_beginning = read_address (obfd, buffer, cu, &bytes_read);
14417 buffer += bytes_read;
14418 range_end = read_address (obfd, buffer, cu, &bytes_read);
14419 buffer += bytes_read;
14420 break;
14421 default:
b98664d3 14422 complaint (_("Invalid .debug_rnglists data (no base address)"));
43988095
JK
14423 return false;
14424 }
14425 if (rlet == DW_RLE_end_of_list || overflow)
14426 break;
14427 if (rlet == DW_RLE_base_address)
14428 continue;
14429
14430 if (!found_base)
14431 {
14432 /* We have no valid base address for the ranges
14433 data. */
b98664d3 14434 complaint (_("Invalid .debug_rnglists data (no base address)"));
43988095
JK
14435 return false;
14436 }
14437
14438 if (range_beginning > range_end)
14439 {
14440 /* Inverted range entries are invalid. */
b98664d3 14441 complaint (_("Invalid .debug_rnglists data (inverted range)"));
43988095
JK
14442 return false;
14443 }
14444
14445 /* Empty range entries have no effect. */
14446 if (range_beginning == range_end)
14447 continue;
14448
14449 range_beginning += base;
14450 range_end += base;
14451
14452 /* A not-uncommon case of bad debug info.
14453 Don't pollute the addrmap with bad data. */
14454 if (range_beginning + baseaddr == 0
14455 && !dwarf2_per_objfile->has_section_at_zero)
14456 {
b98664d3 14457 complaint (_(".debug_rnglists entry has start address of zero"
43988095
JK
14458 " [in module %s]"), objfile_name (objfile));
14459 continue;
14460 }
14461
14462 callback (range_beginning, range_end);
14463 }
14464
14465 if (overflow)
14466 {
b98664d3 14467 complaint (_("Offset %d is not terminated "
43988095
JK
14468 "for DW_AT_ranges attribute"),
14469 offset);
14470 return false;
14471 }
14472
14473 return true;
14474}
14475
14476/* Call CALLBACK from DW_AT_ranges attribute value OFFSET reading .debug_ranges.
14477 Callback's type should be:
14478 void (CORE_ADDR range_beginning, CORE_ADDR range_end)
5f46c5a5 14479 Return 1 if the attributes are present and valid, otherwise, return 0. */
43039443 14480
43988095 14481template <typename Callback>
43039443 14482static int
5f46c5a5 14483dwarf2_ranges_process (unsigned offset, struct dwarf2_cu *cu,
43988095 14484 Callback &&callback)
43039443 14485{
ed2dc618 14486 struct dwarf2_per_objfile *dwarf2_per_objfile
518817b3 14487 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 14488 struct objfile *objfile = dwarf2_per_objfile->objfile;
43039443
JK
14489 struct comp_unit_head *cu_header = &cu->header;
14490 bfd *obfd = objfile->obfd;
14491 unsigned int addr_size = cu_header->addr_size;
14492 CORE_ADDR mask = ~(~(CORE_ADDR)1 << (addr_size * 8 - 1));
14493 /* Base address selection entry. */
14494 CORE_ADDR base;
14495 int found_base;
14496 unsigned int dummy;
d521ce57 14497 const gdb_byte *buffer;
ff013f42 14498 CORE_ADDR baseaddr;
43039443 14499
43988095
JK
14500 if (cu_header->version >= 5)
14501 return dwarf2_rnglists_process (offset, cu, callback);
14502
d00adf39
DE
14503 found_base = cu->base_known;
14504 base = cu->base_address;
43039443 14505
be391dca 14506 dwarf2_read_section (objfile, &dwarf2_per_objfile->ranges);
dce234bc 14507 if (offset >= dwarf2_per_objfile->ranges.size)
43039443 14508 {
b98664d3 14509 complaint (_("Offset %d out of bounds for DW_AT_ranges attribute"),
43039443
JK
14510 offset);
14511 return 0;
14512 }
dce234bc 14513 buffer = dwarf2_per_objfile->ranges.buffer + offset;
43039443 14514
e7030f15 14515 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
ff013f42 14516
43039443
JK
14517 while (1)
14518 {
14519 CORE_ADDR range_beginning, range_end;
14520
14521 range_beginning = read_address (obfd, buffer, cu, &dummy);
14522 buffer += addr_size;
14523 range_end = read_address (obfd, buffer, cu, &dummy);
14524 buffer += addr_size;
14525 offset += 2 * addr_size;
14526
14527 /* An end of list marker is a pair of zero addresses. */
14528 if (range_beginning == 0 && range_end == 0)
14529 /* Found the end of list entry. */
14530 break;
14531
14532 /* Each base address selection entry is a pair of 2 values.
14533 The first is the largest possible address, the second is
14534 the base address. Check for a base address here. */
14535 if ((range_beginning & mask) == mask)
14536 {
28d2bfb9
AB
14537 /* If we found the largest possible address, then we already
14538 have the base address in range_end. */
14539 base = range_end;
43039443
JK
14540 found_base = 1;
14541 continue;
14542 }
14543
14544 if (!found_base)
14545 {
14546 /* We have no valid base address for the ranges
14547 data. */
b98664d3 14548 complaint (_("Invalid .debug_ranges data (no base address)"));
43039443
JK
14549 return 0;
14550 }
14551
9277c30c
UW
14552 if (range_beginning > range_end)
14553 {
14554 /* Inverted range entries are invalid. */
b98664d3 14555 complaint (_("Invalid .debug_ranges data (inverted range)"));
9277c30c
UW
14556 return 0;
14557 }
14558
14559 /* Empty range entries have no effect. */
14560 if (range_beginning == range_end)
14561 continue;
14562
43039443
JK
14563 range_beginning += base;
14564 range_end += base;
14565
01093045
DE
14566 /* A not-uncommon case of bad debug info.
14567 Don't pollute the addrmap with bad data. */
14568 if (range_beginning + baseaddr == 0
14569 && !dwarf2_per_objfile->has_section_at_zero)
14570 {
b98664d3 14571 complaint (_(".debug_ranges entry has start address of zero"
4262abfb 14572 " [in module %s]"), objfile_name (objfile));
01093045
DE
14573 continue;
14574 }
14575
5f46c5a5
JK
14576 callback (range_beginning, range_end);
14577 }
14578
14579 return 1;
14580}
14581
14582/* Get low and high pc attributes from DW_AT_ranges attribute value OFFSET.
14583 Return 1 if the attributes are present and valid, otherwise, return 0.
14584 If RANGES_PST is not NULL we should setup `objfile->psymtabs_addrmap'. */
14585
14586static int
14587dwarf2_ranges_read (unsigned offset, CORE_ADDR *low_return,
14588 CORE_ADDR *high_return, struct dwarf2_cu *cu,
14589 struct partial_symtab *ranges_pst)
14590{
518817b3 14591 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
5f46c5a5
JK
14592 struct gdbarch *gdbarch = get_objfile_arch (objfile);
14593 const CORE_ADDR baseaddr = ANOFFSET (objfile->section_offsets,
14594 SECT_OFF_TEXT (objfile));
14595 int low_set = 0;
14596 CORE_ADDR low = 0;
14597 CORE_ADDR high = 0;
14598 int retval;
14599
14600 retval = dwarf2_ranges_process (offset, cu,
14601 [&] (CORE_ADDR range_beginning, CORE_ADDR range_end)
14602 {
9277c30c 14603 if (ranges_pst != NULL)
3e29f34a
MR
14604 {
14605 CORE_ADDR lowpc;
14606 CORE_ADDR highpc;
14607
79748972
TT
14608 lowpc = (gdbarch_adjust_dwarf2_addr (gdbarch,
14609 range_beginning + baseaddr)
14610 - baseaddr);
14611 highpc = (gdbarch_adjust_dwarf2_addr (gdbarch,
14612 range_end + baseaddr)
14613 - baseaddr);
d320c2b5
TT
14614 addrmap_set_empty (objfile->partial_symtabs->psymtabs_addrmap,
14615 lowpc, highpc - 1, ranges_pst);
3e29f34a 14616 }
ff013f42 14617
43039443
JK
14618 /* FIXME: This is recording everything as a low-high
14619 segment of consecutive addresses. We should have a
14620 data structure for discontiguous block ranges
14621 instead. */
14622 if (! low_set)
14623 {
14624 low = range_beginning;
14625 high = range_end;
14626 low_set = 1;
14627 }
14628 else
14629 {
14630 if (range_beginning < low)
14631 low = range_beginning;
14632 if (range_end > high)
14633 high = range_end;
14634 }
5f46c5a5
JK
14635 });
14636 if (!retval)
14637 return 0;
43039443
JK
14638
14639 if (! low_set)
14640 /* If the first entry is an end-of-list marker, the range
14641 describes an empty scope, i.e. no instructions. */
14642 return 0;
14643
14644 if (low_return)
14645 *low_return = low;
14646 if (high_return)
14647 *high_return = high;
14648 return 1;
14649}
14650
3a2b436a
JK
14651/* Get low and high pc attributes from a die. See enum pc_bounds_kind
14652 definition for the return value. *LOWPC and *HIGHPC are set iff
e385593e 14653 neither PC_BOUNDS_NOT_PRESENT nor PC_BOUNDS_INVALID are returned. */
380bca97 14654
3a2b436a 14655static enum pc_bounds_kind
af34e669 14656dwarf2_get_pc_bounds (struct die_info *die, CORE_ADDR *lowpc,
d85a05f0
DJ
14657 CORE_ADDR *highpc, struct dwarf2_cu *cu,
14658 struct partial_symtab *pst)
c906108c 14659{
518817b3
SM
14660 struct dwarf2_per_objfile *dwarf2_per_objfile
14661 = cu->per_cu->dwarf2_per_objfile;
c906108c 14662 struct attribute *attr;
91da1414 14663 struct attribute *attr_high;
af34e669
DJ
14664 CORE_ADDR low = 0;
14665 CORE_ADDR high = 0;
e385593e 14666 enum pc_bounds_kind ret;
c906108c 14667
91da1414
MW
14668 attr_high = dwarf2_attr (die, DW_AT_high_pc, cu);
14669 if (attr_high)
af34e669 14670 {
e142c38c 14671 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
af34e669 14672 if (attr)
91da1414 14673 {
31aa7e4e
JB
14674 low = attr_value_as_address (attr);
14675 high = attr_value_as_address (attr_high);
14676 if (cu->header.version >= 4 && attr_form_is_constant (attr_high))
14677 high += low;
91da1414 14678 }
af34e669
DJ
14679 else
14680 /* Found high w/o low attribute. */
e385593e 14681 return PC_BOUNDS_INVALID;
af34e669
DJ
14682
14683 /* Found consecutive range of addresses. */
3a2b436a 14684 ret = PC_BOUNDS_HIGH_LOW;
af34e669 14685 }
c906108c 14686 else
af34e669 14687 {
e142c38c 14688 attr = dwarf2_attr (die, DW_AT_ranges, cu);
af34e669
DJ
14689 if (attr != NULL)
14690 {
ab435259
DE
14691 /* DW_AT_ranges_base does not apply to DIEs from the DWO skeleton.
14692 We take advantage of the fact that DW_AT_ranges does not appear
14693 in DW_TAG_compile_unit of DWO files. */
14694 int need_ranges_base = die->tag != DW_TAG_compile_unit;
14695 unsigned int ranges_offset = (DW_UNSND (attr)
14696 + (need_ranges_base
14697 ? cu->ranges_base
14698 : 0));
2e3cf129 14699
af34e669 14700 /* Value of the DW_AT_ranges attribute is the offset in the
a604369a 14701 .debug_ranges section. */
2e3cf129 14702 if (!dwarf2_ranges_read (ranges_offset, &low, &high, cu, pst))
e385593e 14703 return PC_BOUNDS_INVALID;
43039443 14704 /* Found discontinuous range of addresses. */
3a2b436a 14705 ret = PC_BOUNDS_RANGES;
af34e669 14706 }
e385593e
JK
14707 else
14708 return PC_BOUNDS_NOT_PRESENT;
af34e669 14709 }
c906108c 14710
48fbe735 14711 /* partial_die_info::read has also the strict LOW < HIGH requirement. */
9373cf26 14712 if (high <= low)
e385593e 14713 return PC_BOUNDS_INVALID;
c906108c
SS
14714
14715 /* When using the GNU linker, .gnu.linkonce. sections are used to
14716 eliminate duplicate copies of functions and vtables and such.
14717 The linker will arbitrarily choose one and discard the others.
14718 The AT_*_pc values for such functions refer to local labels in
14719 these sections. If the section from that file was discarded, the
14720 labels are not in the output, so the relocs get a value of 0.
14721 If this is a discarded function, mark the pc bounds as invalid,
14722 so that GDB will ignore it. */
72dca2f5 14723 if (low == 0 && !dwarf2_per_objfile->has_section_at_zero)
e385593e 14724 return PC_BOUNDS_INVALID;
c906108c
SS
14725
14726 *lowpc = low;
96408a79
SA
14727 if (highpc)
14728 *highpc = high;
af34e669 14729 return ret;
c906108c
SS
14730}
14731
b084d499
JB
14732/* Assuming that DIE represents a subprogram DIE or a lexical block, get
14733 its low and high PC addresses. Do nothing if these addresses could not
14734 be determined. Otherwise, set LOWPC to the low address if it is smaller,
14735 and HIGHPC to the high address if greater than HIGHPC. */
14736
14737static void
14738dwarf2_get_subprogram_pc_bounds (struct die_info *die,
14739 CORE_ADDR *lowpc, CORE_ADDR *highpc,
14740 struct dwarf2_cu *cu)
14741{
14742 CORE_ADDR low, high;
14743 struct die_info *child = die->child;
14744
e385593e 14745 if (dwarf2_get_pc_bounds (die, &low, &high, cu, NULL) >= PC_BOUNDS_RANGES)
b084d499 14746 {
325fac50
PA
14747 *lowpc = std::min (*lowpc, low);
14748 *highpc = std::max (*highpc, high);
b084d499
JB
14749 }
14750
14751 /* If the language does not allow nested subprograms (either inside
14752 subprograms or lexical blocks), we're done. */
14753 if (cu->language != language_ada)
14754 return;
6e70227d 14755
b084d499
JB
14756 /* Check all the children of the given DIE. If it contains nested
14757 subprograms, then check their pc bounds. Likewise, we need to
14758 check lexical blocks as well, as they may also contain subprogram
14759 definitions. */
14760 while (child && child->tag)
14761 {
14762 if (child->tag == DW_TAG_subprogram
14763 || child->tag == DW_TAG_lexical_block)
14764 dwarf2_get_subprogram_pc_bounds (child, lowpc, highpc, cu);
14765 child = sibling_die (child);
14766 }
14767}
14768
fae299cd
DC
14769/* Get the low and high pc's represented by the scope DIE, and store
14770 them in *LOWPC and *HIGHPC. If the correct values can't be
14771 determined, set *LOWPC to -1 and *HIGHPC to 0. */
14772
14773static void
14774get_scope_pc_bounds (struct die_info *die,
14775 CORE_ADDR *lowpc, CORE_ADDR *highpc,
14776 struct dwarf2_cu *cu)
14777{
14778 CORE_ADDR best_low = (CORE_ADDR) -1;
14779 CORE_ADDR best_high = (CORE_ADDR) 0;
14780 CORE_ADDR current_low, current_high;
14781
3a2b436a 14782 if (dwarf2_get_pc_bounds (die, &current_low, &current_high, cu, NULL)
e385593e 14783 >= PC_BOUNDS_RANGES)
fae299cd
DC
14784 {
14785 best_low = current_low;
14786 best_high = current_high;
14787 }
14788 else
14789 {
14790 struct die_info *child = die->child;
14791
14792 while (child && child->tag)
14793 {
14794 switch (child->tag) {
14795 case DW_TAG_subprogram:
b084d499 14796 dwarf2_get_subprogram_pc_bounds (child, &best_low, &best_high, cu);
fae299cd
DC
14797 break;
14798 case DW_TAG_namespace:
f55ee35c 14799 case DW_TAG_module:
fae299cd
DC
14800 /* FIXME: carlton/2004-01-16: Should we do this for
14801 DW_TAG_class_type/DW_TAG_structure_type, too? I think
14802 that current GCC's always emit the DIEs corresponding
14803 to definitions of methods of classes as children of a
14804 DW_TAG_compile_unit or DW_TAG_namespace (as opposed to
14805 the DIEs giving the declarations, which could be
14806 anywhere). But I don't see any reason why the
14807 standards says that they have to be there. */
14808 get_scope_pc_bounds (child, &current_low, &current_high, cu);
14809
14810 if (current_low != ((CORE_ADDR) -1))
14811 {
325fac50
PA
14812 best_low = std::min (best_low, current_low);
14813 best_high = std::max (best_high, current_high);
fae299cd
DC
14814 }
14815 break;
14816 default:
0963b4bd 14817 /* Ignore. */
fae299cd
DC
14818 break;
14819 }
14820
14821 child = sibling_die (child);
14822 }
14823 }
14824
14825 *lowpc = best_low;
14826 *highpc = best_high;
14827}
14828
801e3a5b
JB
14829/* Record the address ranges for BLOCK, offset by BASEADDR, as given
14830 in DIE. */
380bca97 14831
801e3a5b
JB
14832static void
14833dwarf2_record_block_ranges (struct die_info *die, struct block *block,
14834 CORE_ADDR baseaddr, struct dwarf2_cu *cu)
14835{
518817b3 14836 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3e29f34a 14837 struct gdbarch *gdbarch = get_objfile_arch (objfile);
801e3a5b 14838 struct attribute *attr;
91da1414 14839 struct attribute *attr_high;
801e3a5b 14840
91da1414
MW
14841 attr_high = dwarf2_attr (die, DW_AT_high_pc, cu);
14842 if (attr_high)
801e3a5b 14843 {
801e3a5b
JB
14844 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
14845 if (attr)
14846 {
31aa7e4e
JB
14847 CORE_ADDR low = attr_value_as_address (attr);
14848 CORE_ADDR high = attr_value_as_address (attr_high);
14849
14850 if (cu->header.version >= 4 && attr_form_is_constant (attr_high))
14851 high += low;
9a619af0 14852
3e29f34a
MR
14853 low = gdbarch_adjust_dwarf2_addr (gdbarch, low + baseaddr);
14854 high = gdbarch_adjust_dwarf2_addr (gdbarch, high + baseaddr);
c24bdb02 14855 cu->get_builder ()->record_block_range (block, low, high - 1);
801e3a5b
JB
14856 }
14857 }
14858
14859 attr = dwarf2_attr (die, DW_AT_ranges, cu);
14860 if (attr)
14861 {
ab435259
DE
14862 /* DW_AT_ranges_base does not apply to DIEs from the DWO skeleton.
14863 We take advantage of the fact that DW_AT_ranges does not appear
14864 in DW_TAG_compile_unit of DWO files. */
14865 int need_ranges_base = die->tag != DW_TAG_compile_unit;
801e3a5b
JB
14866
14867 /* The value of the DW_AT_ranges attribute is the offset of the
14868 address range list in the .debug_ranges section. */
ab435259
DE
14869 unsigned long offset = (DW_UNSND (attr)
14870 + (need_ranges_base ? cu->ranges_base : 0));
801e3a5b 14871
2d5f09ec 14872 std::vector<blockrange> blockvec;
5f46c5a5
JK
14873 dwarf2_ranges_process (offset, cu,
14874 [&] (CORE_ADDR start, CORE_ADDR end)
14875 {
58fdfd2c
JK
14876 start += baseaddr;
14877 end += baseaddr;
5f46c5a5
JK
14878 start = gdbarch_adjust_dwarf2_addr (gdbarch, start);
14879 end = gdbarch_adjust_dwarf2_addr (gdbarch, end);
c24bdb02 14880 cu->get_builder ()->record_block_range (block, start, end - 1);
2d5f09ec 14881 blockvec.emplace_back (start, end);
5f46c5a5 14882 });
2d5f09ec
KB
14883
14884 BLOCK_RANGES(block) = make_blockranges (objfile, blockvec);
801e3a5b
JB
14885 }
14886}
14887
685b1105
JK
14888/* Check whether the producer field indicates either of GCC < 4.6, or the
14889 Intel C/C++ compiler, and cache the result in CU. */
60d5a603 14890
685b1105
JK
14891static void
14892check_producer (struct dwarf2_cu *cu)
60d5a603 14893{
38360086 14894 int major, minor;
60d5a603
JK
14895
14896 if (cu->producer == NULL)
14897 {
14898 /* For unknown compilers expect their behavior is DWARF version
14899 compliant.
14900
14901 GCC started to support .debug_types sections by -gdwarf-4 since
14902 gcc-4.5.x. As the .debug_types sections are missing DW_AT_producer
14903 for their space efficiency GDB cannot workaround gcc-4.5.x -gdwarf-4
14904 combination. gcc-4.5.x -gdwarf-4 binaries have DW_AT_accessibility
14905 interpreted incorrectly by GDB now - GCC PR debug/48229. */
60d5a603 14906 }
b1ffba5a 14907 else if (producer_is_gcc (cu->producer, &major, &minor))
60d5a603 14908 {
38360086
MW
14909 cu->producer_is_gxx_lt_4_6 = major < 4 || (major == 4 && minor < 6);
14910 cu->producer_is_gcc_lt_4_3 = major < 4 || (major == 4 && minor < 3);
685b1105 14911 }
5230b05a 14912 else if (producer_is_icc (cu->producer, &major, &minor))
eb77c9df
AB
14913 {
14914 cu->producer_is_icc = true;
14915 cu->producer_is_icc_lt_14 = major < 14;
14916 }
c258c396
JD
14917 else if (startswith (cu->producer, "CodeWarrior S12/L-ISA"))
14918 cu->producer_is_codewarrior = true;
685b1105
JK
14919 else
14920 {
14921 /* For other non-GCC compilers, expect their behavior is DWARF version
14922 compliant. */
60d5a603
JK
14923 }
14924
9068261f 14925 cu->checked_producer = true;
685b1105 14926}
ba919b58 14927
685b1105
JK
14928/* Check for GCC PR debug/45124 fix which is not present in any G++ version up
14929 to 4.5.any while it is present already in G++ 4.6.0 - the PR has been fixed
14930 during 4.6.0 experimental. */
14931
9068261f 14932static bool
685b1105
JK
14933producer_is_gxx_lt_4_6 (struct dwarf2_cu *cu)
14934{
14935 if (!cu->checked_producer)
14936 check_producer (cu);
14937
14938 return cu->producer_is_gxx_lt_4_6;
60d5a603
JK
14939}
14940
c258c396
JD
14941
14942/* Codewarrior (at least as of version 5.0.40) generates dwarf line information
14943 with incorrect is_stmt attributes. */
14944
14945static bool
14946producer_is_codewarrior (struct dwarf2_cu *cu)
14947{
14948 if (!cu->checked_producer)
14949 check_producer (cu);
14950
14951 return cu->producer_is_codewarrior;
14952}
14953
60d5a603
JK
14954/* Return the default accessibility type if it is not overriden by
14955 DW_AT_accessibility. */
14956
14957static enum dwarf_access_attribute
14958dwarf2_default_access_attribute (struct die_info *die, struct dwarf2_cu *cu)
14959{
14960 if (cu->header.version < 3 || producer_is_gxx_lt_4_6 (cu))
14961 {
14962 /* The default DWARF 2 accessibility for members is public, the default
14963 accessibility for inheritance is private. */
14964
14965 if (die->tag != DW_TAG_inheritance)
14966 return DW_ACCESS_public;
14967 else
14968 return DW_ACCESS_private;
14969 }
14970 else
14971 {
14972 /* DWARF 3+ defines the default accessibility a different way. The same
14973 rules apply now for DW_TAG_inheritance as for the members and it only
14974 depends on the container kind. */
14975
14976 if (die->parent->tag == DW_TAG_class_type)
14977 return DW_ACCESS_private;
14978 else
14979 return DW_ACCESS_public;
14980 }
14981}
14982
74ac6d43
TT
14983/* Look for DW_AT_data_member_location. Set *OFFSET to the byte
14984 offset. If the attribute was not found return 0, otherwise return
14985 1. If it was found but could not properly be handled, set *OFFSET
14986 to 0. */
14987
14988static int
14989handle_data_member_location (struct die_info *die, struct dwarf2_cu *cu,
14990 LONGEST *offset)
14991{
14992 struct attribute *attr;
14993
14994 attr = dwarf2_attr (die, DW_AT_data_member_location, cu);
14995 if (attr != NULL)
14996 {
14997 *offset = 0;
14998
14999 /* Note that we do not check for a section offset first here.
15000 This is because DW_AT_data_member_location is new in DWARF 4,
15001 so if we see it, we can assume that a constant form is really
15002 a constant and not a section offset. */
15003 if (attr_form_is_constant (attr))
15004 *offset = dwarf2_get_attr_constant_value (attr, 0);
15005 else if (attr_form_is_section_offset (attr))
15006 dwarf2_complex_location_expr_complaint ();
15007 else if (attr_form_is_block (attr))
15008 *offset = decode_locdesc (DW_BLOCK (attr), cu);
15009 else
15010 dwarf2_complex_location_expr_complaint ();
15011
15012 return 1;
15013 }
15014
15015 return 0;
15016}
15017
c906108c
SS
15018/* Add an aggregate field to the field list. */
15019
15020static void
107d2387 15021dwarf2_add_field (struct field_info *fip, struct die_info *die,
e7c27a73 15022 struct dwarf2_cu *cu)
6e70227d 15023{
518817b3 15024 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
5e2b427d 15025 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c
SS
15026 struct nextfield *new_field;
15027 struct attribute *attr;
15028 struct field *fp;
15d034d0 15029 const char *fieldname = "";
c906108c 15030
7d0ccb61
DJ
15031 if (die->tag == DW_TAG_inheritance)
15032 {
be2daae6
TT
15033 fip->baseclasses.emplace_back ();
15034 new_field = &fip->baseclasses.back ();
7d0ccb61
DJ
15035 }
15036 else
15037 {
be2daae6
TT
15038 fip->fields.emplace_back ();
15039 new_field = &fip->fields.back ();
7d0ccb61 15040 }
be2daae6 15041
c906108c
SS
15042 fip->nfields++;
15043
e142c38c 15044 attr = dwarf2_attr (die, DW_AT_accessibility, cu);
c906108c
SS
15045 if (attr)
15046 new_field->accessibility = DW_UNSND (attr);
60d5a603
JK
15047 else
15048 new_field->accessibility = dwarf2_default_access_attribute (die, cu);
c906108c
SS
15049 if (new_field->accessibility != DW_ACCESS_public)
15050 fip->non_public_fields = 1;
60d5a603 15051
e142c38c 15052 attr = dwarf2_attr (die, DW_AT_virtuality, cu);
c906108c
SS
15053 if (attr)
15054 new_field->virtuality = DW_UNSND (attr);
60d5a603
JK
15055 else
15056 new_field->virtuality = DW_VIRTUALITY_none;
c906108c
SS
15057
15058 fp = &new_field->field;
a9a9bd0f 15059
e142c38c 15060 if (die->tag == DW_TAG_member && ! die_is_declaration (die, cu))
c906108c 15061 {
74ac6d43
TT
15062 LONGEST offset;
15063
a9a9bd0f 15064 /* Data member other than a C++ static data member. */
6e70227d 15065
c906108c 15066 /* Get type of field. */
e7c27a73 15067 fp->type = die_type (die, cu);
c906108c 15068
d6a843b5 15069 SET_FIELD_BITPOS (*fp, 0);
01ad7f36 15070
c906108c 15071 /* Get bit size of field (zero if none). */
e142c38c 15072 attr = dwarf2_attr (die, DW_AT_bit_size, cu);
c906108c
SS
15073 if (attr)
15074 {
15075 FIELD_BITSIZE (*fp) = DW_UNSND (attr);
15076 }
15077 else
15078 {
15079 FIELD_BITSIZE (*fp) = 0;
15080 }
15081
15082 /* Get bit offset of field. */
74ac6d43
TT
15083 if (handle_data_member_location (die, cu, &offset))
15084 SET_FIELD_BITPOS (*fp, offset * bits_per_byte);
e142c38c 15085 attr = dwarf2_attr (die, DW_AT_bit_offset, cu);
c906108c
SS
15086 if (attr)
15087 {
5e2b427d 15088 if (gdbarch_bits_big_endian (gdbarch))
c906108c
SS
15089 {
15090 /* For big endian bits, the DW_AT_bit_offset gives the
c5aa993b
JM
15091 additional bit offset from the MSB of the containing
15092 anonymous object to the MSB of the field. We don't
15093 have to do anything special since we don't need to
15094 know the size of the anonymous object. */
f41f5e61 15095 SET_FIELD_BITPOS (*fp, FIELD_BITPOS (*fp) + DW_UNSND (attr));
c906108c
SS
15096 }
15097 else
15098 {
15099 /* For little endian bits, compute the bit offset to the
c5aa993b
JM
15100 MSB of the anonymous object, subtract off the number of
15101 bits from the MSB of the field to the MSB of the
15102 object, and then subtract off the number of bits of
15103 the field itself. The result is the bit offset of
15104 the LSB of the field. */
c906108c
SS
15105 int anonymous_size;
15106 int bit_offset = DW_UNSND (attr);
15107
e142c38c 15108 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
15109 if (attr)
15110 {
15111 /* The size of the anonymous object containing
15112 the bit field is explicit, so use the
15113 indicated size (in bytes). */
15114 anonymous_size = DW_UNSND (attr);
15115 }
15116 else
15117 {
15118 /* The size of the anonymous object containing
15119 the bit field must be inferred from the type
15120 attribute of the data member containing the
15121 bit field. */
15122 anonymous_size = TYPE_LENGTH (fp->type);
15123 }
f41f5e61
PA
15124 SET_FIELD_BITPOS (*fp,
15125 (FIELD_BITPOS (*fp)
15126 + anonymous_size * bits_per_byte
15127 - bit_offset - FIELD_BITSIZE (*fp)));
c906108c
SS
15128 }
15129 }
da5b30da
AA
15130 attr = dwarf2_attr (die, DW_AT_data_bit_offset, cu);
15131 if (attr != NULL)
15132 SET_FIELD_BITPOS (*fp, (FIELD_BITPOS (*fp)
15133 + dwarf2_get_attr_constant_value (attr, 0)));
c906108c
SS
15134
15135 /* Get name of field. */
39cbfefa
DJ
15136 fieldname = dwarf2_name (die, cu);
15137 if (fieldname == NULL)
15138 fieldname = "";
d8151005
DJ
15139
15140 /* The name is already allocated along with this objfile, so we don't
15141 need to duplicate it for the type. */
15142 fp->name = fieldname;
c906108c
SS
15143
15144 /* Change accessibility for artificial fields (e.g. virtual table
c5aa993b 15145 pointer or virtual base class pointer) to private. */
e142c38c 15146 if (dwarf2_attr (die, DW_AT_artificial, cu))
c906108c 15147 {
d48cc9dd 15148 FIELD_ARTIFICIAL (*fp) = 1;
c906108c
SS
15149 new_field->accessibility = DW_ACCESS_private;
15150 fip->non_public_fields = 1;
15151 }
15152 }
a9a9bd0f 15153 else if (die->tag == DW_TAG_member || die->tag == DW_TAG_variable)
c906108c 15154 {
a9a9bd0f
DC
15155 /* C++ static member. */
15156
15157 /* NOTE: carlton/2002-11-05: It should be a DW_TAG_member that
15158 is a declaration, but all versions of G++ as of this writing
15159 (so through at least 3.2.1) incorrectly generate
15160 DW_TAG_variable tags. */
6e70227d 15161
ff355380 15162 const char *physname;
c906108c 15163
a9a9bd0f 15164 /* Get name of field. */
39cbfefa
DJ
15165 fieldname = dwarf2_name (die, cu);
15166 if (fieldname == NULL)
c906108c
SS
15167 return;
15168
254e6b9e 15169 attr = dwarf2_attr (die, DW_AT_const_value, cu);
3863f96c
DE
15170 if (attr
15171 /* Only create a symbol if this is an external value.
15172 new_symbol checks this and puts the value in the global symbol
15173 table, which we want. If it is not external, new_symbol
15174 will try to put the value in cu->list_in_scope which is wrong. */
15175 && dwarf2_flag_true_p (die, DW_AT_external, cu))
254e6b9e
DE
15176 {
15177 /* A static const member, not much different than an enum as far as
15178 we're concerned, except that we can support more types. */
15179 new_symbol (die, NULL, cu);
15180 }
15181
2df3850c 15182 /* Get physical name. */
ff355380 15183 physname = dwarf2_physname (fieldname, die, cu);
c906108c 15184
d8151005
DJ
15185 /* The name is already allocated along with this objfile, so we don't
15186 need to duplicate it for the type. */
15187 SET_FIELD_PHYSNAME (*fp, physname ? physname : "");
e7c27a73 15188 FIELD_TYPE (*fp) = die_type (die, cu);
d8151005 15189 FIELD_NAME (*fp) = fieldname;
c906108c
SS
15190 }
15191 else if (die->tag == DW_TAG_inheritance)
15192 {
74ac6d43 15193 LONGEST offset;
d4b96c9a 15194
74ac6d43
TT
15195 /* C++ base class field. */
15196 if (handle_data_member_location (die, cu, &offset))
15197 SET_FIELD_BITPOS (*fp, offset * bits_per_byte);
c906108c 15198 FIELD_BITSIZE (*fp) = 0;
e7c27a73 15199 FIELD_TYPE (*fp) = die_type (die, cu);
a737d952 15200 FIELD_NAME (*fp) = TYPE_NAME (fp->type);
c906108c 15201 }
2ddeaf8a
TT
15202 else if (die->tag == DW_TAG_variant_part)
15203 {
15204 /* process_structure_scope will treat this DIE as a union. */
15205 process_structure_scope (die, cu);
15206
15207 /* The variant part is relative to the start of the enclosing
15208 structure. */
15209 SET_FIELD_BITPOS (*fp, 0);
15210 fp->type = get_die_type (die, cu);
15211 fp->artificial = 1;
15212 fp->name = "<<variant>>";
c8c81635
TT
15213
15214 /* Normally a DW_TAG_variant_part won't have a size, but our
15215 representation requires one, so set it to the maximum of the
15216 child sizes. */
15217 if (TYPE_LENGTH (fp->type) == 0)
15218 {
15219 unsigned max = 0;
15220 for (int i = 0; i < TYPE_NFIELDS (fp->type); ++i)
15221 if (TYPE_LENGTH (TYPE_FIELD_TYPE (fp->type, i)) > max)
15222 max = TYPE_LENGTH (TYPE_FIELD_TYPE (fp->type, i));
15223 TYPE_LENGTH (fp->type) = max;
15224 }
2ddeaf8a
TT
15225 }
15226 else
15227 gdb_assert_not_reached ("missing case in dwarf2_add_field");
c906108c
SS
15228}
15229
883fd55a
KS
15230/* Can the type given by DIE define another type? */
15231
15232static bool
15233type_can_define_types (const struct die_info *die)
15234{
15235 switch (die->tag)
15236 {
15237 case DW_TAG_typedef:
15238 case DW_TAG_class_type:
15239 case DW_TAG_structure_type:
15240 case DW_TAG_union_type:
15241 case DW_TAG_enumeration_type:
15242 return true;
15243
15244 default:
15245 return false;
15246 }
15247}
15248
15249/* Add a type definition defined in the scope of the FIP's class. */
98751a41
JK
15250
15251static void
883fd55a
KS
15252dwarf2_add_type_defn (struct field_info *fip, struct die_info *die,
15253 struct dwarf2_cu *cu)
6e70227d 15254{
be2daae6
TT
15255 struct decl_field fp;
15256 memset (&fp, 0, sizeof (fp));
98751a41 15257
883fd55a 15258 gdb_assert (type_can_define_types (die));
98751a41 15259
883fd55a 15260 /* Get name of field. NULL is okay here, meaning an anonymous type. */
be2daae6
TT
15261 fp.name = dwarf2_name (die, cu);
15262 fp.type = read_type_die (die, cu);
98751a41 15263
c191a687
KS
15264 /* Save accessibility. */
15265 enum dwarf_access_attribute accessibility;
15266 struct attribute *attr = dwarf2_attr (die, DW_AT_accessibility, cu);
15267 if (attr != NULL)
15268 accessibility = (enum dwarf_access_attribute) DW_UNSND (attr);
15269 else
15270 accessibility = dwarf2_default_access_attribute (die, cu);
15271 switch (accessibility)
15272 {
15273 case DW_ACCESS_public:
15274 /* The assumed value if neither private nor protected. */
15275 break;
15276 case DW_ACCESS_private:
be2daae6 15277 fp.is_private = 1;
c191a687
KS
15278 break;
15279 case DW_ACCESS_protected:
be2daae6 15280 fp.is_protected = 1;
c191a687
KS
15281 break;
15282 default:
b98664d3 15283 complaint (_("Unhandled DW_AT_accessibility value (%x)"), accessibility);
c191a687
KS
15284 }
15285
883fd55a 15286 if (die->tag == DW_TAG_typedef)
be2daae6 15287 fip->typedef_field_list.push_back (fp);
883fd55a 15288 else
be2daae6 15289 fip->nested_types_list.push_back (fp);
98751a41
JK
15290}
15291
c906108c
SS
15292/* Create the vector of fields, and attach it to the type. */
15293
15294static void
fba45db2 15295dwarf2_attach_fields_to_type (struct field_info *fip, struct type *type,
e7c27a73 15296 struct dwarf2_cu *cu)
c906108c
SS
15297{
15298 int nfields = fip->nfields;
15299
15300 /* Record the field count, allocate space for the array of fields,
15301 and create blank accessibility bitfields if necessary. */
15302 TYPE_NFIELDS (type) = nfields;
15303 TYPE_FIELDS (type) = (struct field *)
be2daae6 15304 TYPE_ZALLOC (type, sizeof (struct field) * nfields);
c906108c 15305
b4ba55a1 15306 if (fip->non_public_fields && cu->language != language_ada)
c906108c
SS
15307 {
15308 ALLOCATE_CPLUS_STRUCT_TYPE (type);
15309
15310 TYPE_FIELD_PRIVATE_BITS (type) =
15311 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
15312 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields);
15313
15314 TYPE_FIELD_PROTECTED_BITS (type) =
15315 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
15316 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields);
15317
774b6a14
TT
15318 TYPE_FIELD_IGNORE_BITS (type) =
15319 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
15320 B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields);
c906108c
SS
15321 }
15322
15323 /* If the type has baseclasses, allocate and clear a bit vector for
15324 TYPE_FIELD_VIRTUAL_BITS. */
be2daae6 15325 if (!fip->baseclasses.empty () && cu->language != language_ada)
c906108c 15326 {
be2daae6 15327 int num_bytes = B_BYTES (fip->baseclasses.size ());
fe1b8b76 15328 unsigned char *pointer;
c906108c
SS
15329
15330 ALLOCATE_CPLUS_STRUCT_TYPE (type);
224c3ddb 15331 pointer = (unsigned char *) TYPE_ALLOC (type, num_bytes);
fe1b8b76 15332 TYPE_FIELD_VIRTUAL_BITS (type) = pointer;
be2daae6
TT
15333 B_CLRALL (TYPE_FIELD_VIRTUAL_BITS (type), fip->baseclasses.size ());
15334 TYPE_N_BASECLASSES (type) = fip->baseclasses.size ();
c906108c
SS
15335 }
15336
2ddeaf8a
TT
15337 if (TYPE_FLAG_DISCRIMINATED_UNION (type))
15338 {
15339 struct discriminant_info *di = alloc_discriminant_info (type, -1, -1);
15340
be2daae6 15341 for (int index = 0; index < nfields; ++index)
2ddeaf8a 15342 {
be2daae6
TT
15343 struct nextfield &field = fip->fields[index];
15344
15345 if (field.variant.is_discriminant)
2ddeaf8a 15346 di->discriminant_index = index;
be2daae6 15347 else if (field.variant.default_branch)
2ddeaf8a
TT
15348 di->default_index = index;
15349 else
be2daae6 15350 di->discriminants[index] = field.variant.discriminant_value;
2ddeaf8a
TT
15351 }
15352 }
15353
be2daae6
TT
15354 /* Copy the saved-up fields into the field vector. */
15355 for (int i = 0; i < nfields; ++i)
c906108c 15356 {
be2daae6
TT
15357 struct nextfield &field
15358 = ((i < fip->baseclasses.size ()) ? fip->baseclasses[i]
15359 : fip->fields[i - fip->baseclasses.size ()]);
7d0ccb61 15360
be2daae6
TT
15361 TYPE_FIELD (type, i) = field.field;
15362 switch (field.accessibility)
c906108c 15363 {
c5aa993b 15364 case DW_ACCESS_private:
b4ba55a1 15365 if (cu->language != language_ada)
be2daae6 15366 SET_TYPE_FIELD_PRIVATE (type, i);
c5aa993b 15367 break;
c906108c 15368
c5aa993b 15369 case DW_ACCESS_protected:
b4ba55a1 15370 if (cu->language != language_ada)
be2daae6 15371 SET_TYPE_FIELD_PROTECTED (type, i);
c5aa993b 15372 break;
c906108c 15373
c5aa993b
JM
15374 case DW_ACCESS_public:
15375 break;
c906108c 15376
c5aa993b
JM
15377 default:
15378 /* Unknown accessibility. Complain and treat it as public. */
15379 {
b98664d3 15380 complaint (_("unsupported accessibility %d"),
be2daae6 15381 field.accessibility);
c5aa993b
JM
15382 }
15383 break;
c906108c 15384 }
be2daae6 15385 if (i < fip->baseclasses.size ())
c906108c 15386 {
be2daae6 15387 switch (field.virtuality)
c906108c 15388 {
c5aa993b
JM
15389 case DW_VIRTUALITY_virtual:
15390 case DW_VIRTUALITY_pure_virtual:
b4ba55a1 15391 if (cu->language == language_ada)
a73c6dcd 15392 error (_("unexpected virtuality in component of Ada type"));
be2daae6 15393 SET_TYPE_FIELD_VIRTUAL (type, i);
c5aa993b 15394 break;
c906108c
SS
15395 }
15396 }
c906108c
SS
15397 }
15398}
15399
7d27a96d
TT
15400/* Return true if this member function is a constructor, false
15401 otherwise. */
15402
15403static int
15404dwarf2_is_constructor (struct die_info *die, struct dwarf2_cu *cu)
15405{
15406 const char *fieldname;
fe978cb0 15407 const char *type_name;
7d27a96d
TT
15408 int len;
15409
15410 if (die->parent == NULL)
15411 return 0;
15412
15413 if (die->parent->tag != DW_TAG_structure_type
15414 && die->parent->tag != DW_TAG_union_type
15415 && die->parent->tag != DW_TAG_class_type)
15416 return 0;
15417
15418 fieldname = dwarf2_name (die, cu);
fe978cb0
PA
15419 type_name = dwarf2_name (die->parent, cu);
15420 if (fieldname == NULL || type_name == NULL)
7d27a96d
TT
15421 return 0;
15422
15423 len = strlen (fieldname);
fe978cb0
PA
15424 return (strncmp (fieldname, type_name, len) == 0
15425 && (type_name[len] == '\0' || type_name[len] == '<'));
7d27a96d
TT
15426}
15427
c906108c
SS
15428/* Add a member function to the proper fieldlist. */
15429
15430static void
107d2387 15431dwarf2_add_member_fn (struct field_info *fip, struct die_info *die,
e7c27a73 15432 struct type *type, struct dwarf2_cu *cu)
c906108c 15433{
518817b3 15434 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 15435 struct attribute *attr;
c906108c 15436 int i;
be2daae6 15437 struct fnfieldlist *flp = nullptr;
c906108c 15438 struct fn_field *fnp;
15d034d0 15439 const char *fieldname;
f792889a 15440 struct type *this_type;
60d5a603 15441 enum dwarf_access_attribute accessibility;
c906108c 15442
b4ba55a1 15443 if (cu->language == language_ada)
a73c6dcd 15444 error (_("unexpected member function in Ada type"));
b4ba55a1 15445
2df3850c 15446 /* Get name of member function. */
39cbfefa
DJ
15447 fieldname = dwarf2_name (die, cu);
15448 if (fieldname == NULL)
2df3850c 15449 return;
c906108c 15450
c906108c 15451 /* Look up member function name in fieldlist. */
be2daae6 15452 for (i = 0; i < fip->fnfieldlists.size (); i++)
c906108c 15453 {
27bfe10e 15454 if (strcmp (fip->fnfieldlists[i].name, fieldname) == 0)
be2daae6
TT
15455 {
15456 flp = &fip->fnfieldlists[i];
15457 break;
15458 }
c906108c
SS
15459 }
15460
be2daae6
TT
15461 /* Create a new fnfieldlist if necessary. */
15462 if (flp == nullptr)
c906108c 15463 {
be2daae6
TT
15464 fip->fnfieldlists.emplace_back ();
15465 flp = &fip->fnfieldlists.back ();
c906108c 15466 flp->name = fieldname;
be2daae6 15467 i = fip->fnfieldlists.size () - 1;
c906108c
SS
15468 }
15469
be2daae6
TT
15470 /* Create a new member function field and add it to the vector of
15471 fnfieldlists. */
15472 flp->fnfields.emplace_back ();
15473 fnp = &flp->fnfields.back ();
3da10d80
KS
15474
15475 /* Delay processing of the physname until later. */
9c37b5ae 15476 if (cu->language == language_cplus)
be2daae6
TT
15477 add_to_method_list (type, i, flp->fnfields.size () - 1, fieldname,
15478 die, cu);
3da10d80
KS
15479 else
15480 {
1d06ead6 15481 const char *physname = dwarf2_physname (fieldname, die, cu);
3da10d80
KS
15482 fnp->physname = physname ? physname : "";
15483 }
15484
c906108c 15485 fnp->type = alloc_type (objfile);
f792889a
DJ
15486 this_type = read_type_die (die, cu);
15487 if (this_type && TYPE_CODE (this_type) == TYPE_CODE_FUNC)
c906108c 15488 {
f792889a 15489 int nparams = TYPE_NFIELDS (this_type);
c906108c 15490
f792889a 15491 /* TYPE is the domain of this method, and THIS_TYPE is the type
e26fb1d7
DC
15492 of the method itself (TYPE_CODE_METHOD). */
15493 smash_to_method_type (fnp->type, type,
f792889a
DJ
15494 TYPE_TARGET_TYPE (this_type),
15495 TYPE_FIELDS (this_type),
15496 TYPE_NFIELDS (this_type),
15497 TYPE_VARARGS (this_type));
c906108c
SS
15498
15499 /* Handle static member functions.
c5aa993b 15500 Dwarf2 has no clean way to discern C++ static and non-static
0963b4bd
MS
15501 member functions. G++ helps GDB by marking the first
15502 parameter for non-static member functions (which is the this
15503 pointer) as artificial. We obtain this information from
15504 read_subroutine_type via TYPE_FIELD_ARTIFICIAL. */
f792889a 15505 if (nparams == 0 || TYPE_FIELD_ARTIFICIAL (this_type, 0) == 0)
c906108c
SS
15506 fnp->voffset = VOFFSET_STATIC;
15507 }
15508 else
b98664d3 15509 complaint (_("member function type missing for '%s'"),
3da10d80 15510 dwarf2_full_name (fieldname, die, cu));
c906108c
SS
15511
15512 /* Get fcontext from DW_AT_containing_type if present. */
e142c38c 15513 if (dwarf2_attr (die, DW_AT_containing_type, cu) != NULL)
e7c27a73 15514 fnp->fcontext = die_containing_type (die, cu);
c906108c 15515
3e43a32a
MS
15516 /* dwarf2 doesn't have stubbed physical names, so the setting of is_const and
15517 is_volatile is irrelevant, as it is needed by gdb_mangle_name only. */
c906108c
SS
15518
15519 /* Get accessibility. */
e142c38c 15520 attr = dwarf2_attr (die, DW_AT_accessibility, cu);
c906108c 15521 if (attr)
aead7601 15522 accessibility = (enum dwarf_access_attribute) DW_UNSND (attr);
60d5a603
JK
15523 else
15524 accessibility = dwarf2_default_access_attribute (die, cu);
15525 switch (accessibility)
c906108c 15526 {
60d5a603
JK
15527 case DW_ACCESS_private:
15528 fnp->is_private = 1;
15529 break;
15530 case DW_ACCESS_protected:
15531 fnp->is_protected = 1;
15532 break;
c906108c
SS
15533 }
15534
b02dede2 15535 /* Check for artificial methods. */
e142c38c 15536 attr = dwarf2_attr (die, DW_AT_artificial, cu);
b02dede2
DJ
15537 if (attr && DW_UNSND (attr) != 0)
15538 fnp->is_artificial = 1;
15539
7d27a96d
TT
15540 fnp->is_constructor = dwarf2_is_constructor (die, cu);
15541
0d564a31 15542 /* Get index in virtual function table if it is a virtual member
aec5aa8b
TT
15543 function. For older versions of GCC, this is an offset in the
15544 appropriate virtual table, as specified by DW_AT_containing_type.
15545 For everyone else, it is an expression to be evaluated relative
0d564a31
DJ
15546 to the object address. */
15547
e142c38c 15548 attr = dwarf2_attr (die, DW_AT_vtable_elem_location, cu);
aec5aa8b 15549 if (attr)
8e19ed76 15550 {
aec5aa8b 15551 if (attr_form_is_block (attr) && DW_BLOCK (attr)->size > 0)
8e19ed76 15552 {
aec5aa8b
TT
15553 if (DW_BLOCK (attr)->data[0] == DW_OP_constu)
15554 {
15555 /* Old-style GCC. */
15556 fnp->voffset = decode_locdesc (DW_BLOCK (attr), cu) + 2;
15557 }
15558 else if (DW_BLOCK (attr)->data[0] == DW_OP_deref
15559 || (DW_BLOCK (attr)->size > 1
15560 && DW_BLOCK (attr)->data[0] == DW_OP_deref_size
15561 && DW_BLOCK (attr)->data[1] == cu->header.addr_size))
15562 {
aec5aa8b
TT
15563 fnp->voffset = decode_locdesc (DW_BLOCK (attr), cu);
15564 if ((fnp->voffset % cu->header.addr_size) != 0)
15565 dwarf2_complex_location_expr_complaint ();
15566 else
15567 fnp->voffset /= cu->header.addr_size;
15568 fnp->voffset += 2;
15569 }
15570 else
15571 dwarf2_complex_location_expr_complaint ();
15572
15573 if (!fnp->fcontext)
7e993ebf
KS
15574 {
15575 /* If there is no `this' field and no DW_AT_containing_type,
15576 we cannot actually find a base class context for the
15577 vtable! */
15578 if (TYPE_NFIELDS (this_type) == 0
15579 || !TYPE_FIELD_ARTIFICIAL (this_type, 0))
15580 {
b98664d3 15581 complaint (_("cannot determine context for virtual member "
9d8780f0
SM
15582 "function \"%s\" (offset %s)"),
15583 fieldname, sect_offset_str (die->sect_off));
7e993ebf
KS
15584 }
15585 else
15586 {
15587 fnp->fcontext
15588 = TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (this_type, 0));
15589 }
15590 }
aec5aa8b 15591 }
3690dd37 15592 else if (attr_form_is_section_offset (attr))
8e19ed76 15593 {
4d3c2250 15594 dwarf2_complex_location_expr_complaint ();
8e19ed76
PS
15595 }
15596 else
15597 {
4d3c2250
KB
15598 dwarf2_invalid_attrib_class_complaint ("DW_AT_vtable_elem_location",
15599 fieldname);
8e19ed76 15600 }
0d564a31 15601 }
d48cc9dd
DJ
15602 else
15603 {
15604 attr = dwarf2_attr (die, DW_AT_virtuality, cu);
15605 if (attr && DW_UNSND (attr))
15606 {
15607 /* GCC does this, as of 2008-08-25; PR debug/37237. */
b98664d3 15608 complaint (_("Member function \"%s\" (offset %s) is virtual "
3e43a32a 15609 "but the vtable offset is not specified"),
9d8780f0 15610 fieldname, sect_offset_str (die->sect_off));
9655fd1a 15611 ALLOCATE_CPLUS_STRUCT_TYPE (type);
d48cc9dd
DJ
15612 TYPE_CPLUS_DYNAMIC (type) = 1;
15613 }
15614 }
c906108c
SS
15615}
15616
15617/* Create the vector of member function fields, and attach it to the type. */
15618
15619static void
fba45db2 15620dwarf2_attach_fn_fields_to_type (struct field_info *fip, struct type *type,
e7c27a73 15621 struct dwarf2_cu *cu)
c906108c 15622{
b4ba55a1 15623 if (cu->language == language_ada)
a73c6dcd 15624 error (_("unexpected member functions in Ada type"));
b4ba55a1 15625
c906108c
SS
15626 ALLOCATE_CPLUS_STRUCT_TYPE (type);
15627 TYPE_FN_FIELDLISTS (type) = (struct fn_fieldlist *)
be2daae6
TT
15628 TYPE_ALLOC (type,
15629 sizeof (struct fn_fieldlist) * fip->fnfieldlists.size ());
c906108c 15630
be2daae6 15631 for (int i = 0; i < fip->fnfieldlists.size (); i++)
c906108c 15632 {
be2daae6 15633 struct fnfieldlist &nf = fip->fnfieldlists[i];
c906108c 15634 struct fn_fieldlist *fn_flp = &TYPE_FN_FIELDLIST (type, i);
c906108c 15635
be2daae6
TT
15636 TYPE_FN_FIELDLIST_NAME (type, i) = nf.name;
15637 TYPE_FN_FIELDLIST_LENGTH (type, i) = nf.fnfields.size ();
c906108c 15638 fn_flp->fn_fields = (struct fn_field *)
be2daae6
TT
15639 TYPE_ALLOC (type, sizeof (struct fn_field) * nf.fnfields.size ());
15640
15641 for (int k = 0; k < nf.fnfields.size (); ++k)
15642 fn_flp->fn_fields[k] = nf.fnfields[k];
c906108c
SS
15643 }
15644
be2daae6 15645 TYPE_NFN_FIELDS (type) = fip->fnfieldlists.size ();
c906108c
SS
15646}
15647
1168df01
JB
15648/* Returns non-zero if NAME is the name of a vtable member in CU's
15649 language, zero otherwise. */
15650static int
15651is_vtable_name (const char *name, struct dwarf2_cu *cu)
15652{
15653 static const char vptr[] = "_vptr";
15654
9c37b5ae
TT
15655 /* Look for the C++ form of the vtable. */
15656 if (startswith (name, vptr) && is_cplus_marker (name[sizeof (vptr) - 1]))
1168df01
JB
15657 return 1;
15658
15659 return 0;
15660}
15661
c0dd20ea 15662/* GCC outputs unnamed structures that are really pointers to member
0b92b5bb
TT
15663 functions, with the ABI-specified layout. If TYPE describes
15664 such a structure, smash it into a member function type.
61049d3b
DJ
15665
15666 GCC shouldn't do this; it should just output pointer to member DIEs.
15667 This is GCC PR debug/28767. */
c0dd20ea 15668
0b92b5bb
TT
15669static void
15670quirk_gcc_member_function_pointer (struct type *type, struct objfile *objfile)
c0dd20ea 15671{
09e2d7c7 15672 struct type *pfn_type, *self_type, *new_type;
c0dd20ea
DJ
15673
15674 /* Check for a structure with no name and two children. */
0b92b5bb
TT
15675 if (TYPE_CODE (type) != TYPE_CODE_STRUCT || TYPE_NFIELDS (type) != 2)
15676 return;
c0dd20ea
DJ
15677
15678 /* Check for __pfn and __delta members. */
0b92b5bb
TT
15679 if (TYPE_FIELD_NAME (type, 0) == NULL
15680 || strcmp (TYPE_FIELD_NAME (type, 0), "__pfn") != 0
15681 || TYPE_FIELD_NAME (type, 1) == NULL
15682 || strcmp (TYPE_FIELD_NAME (type, 1), "__delta") != 0)
15683 return;
c0dd20ea
DJ
15684
15685 /* Find the type of the method. */
0b92b5bb 15686 pfn_type = TYPE_FIELD_TYPE (type, 0);
c0dd20ea
DJ
15687 if (pfn_type == NULL
15688 || TYPE_CODE (pfn_type) != TYPE_CODE_PTR
15689 || TYPE_CODE (TYPE_TARGET_TYPE (pfn_type)) != TYPE_CODE_FUNC)
0b92b5bb 15690 return;
c0dd20ea
DJ
15691
15692 /* Look for the "this" argument. */
15693 pfn_type = TYPE_TARGET_TYPE (pfn_type);
15694 if (TYPE_NFIELDS (pfn_type) == 0
0b92b5bb 15695 /* || TYPE_FIELD_TYPE (pfn_type, 0) == NULL */
c0dd20ea 15696 || TYPE_CODE (TYPE_FIELD_TYPE (pfn_type, 0)) != TYPE_CODE_PTR)
0b92b5bb 15697 return;
c0dd20ea 15698
09e2d7c7 15699 self_type = TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (pfn_type, 0));
0b92b5bb 15700 new_type = alloc_type (objfile);
09e2d7c7 15701 smash_to_method_type (new_type, self_type, TYPE_TARGET_TYPE (pfn_type),
c0dd20ea
DJ
15702 TYPE_FIELDS (pfn_type), TYPE_NFIELDS (pfn_type),
15703 TYPE_VARARGS (pfn_type));
0b92b5bb 15704 smash_to_methodptr_type (type, new_type);
c0dd20ea 15705}
1168df01 15706
2b4424c3
TT
15707/* If the DIE has a DW_AT_alignment attribute, return its value, doing
15708 appropriate error checking and issuing complaints if there is a
15709 problem. */
15710
15711static ULONGEST
15712get_alignment (struct dwarf2_cu *cu, struct die_info *die)
15713{
15714 struct attribute *attr = dwarf2_attr (die, DW_AT_alignment, cu);
15715
15716 if (attr == nullptr)
15717 return 0;
15718
15719 if (!attr_form_is_constant (attr))
15720 {
b98664d3 15721 complaint (_("DW_AT_alignment must have constant form"
2b4424c3
TT
15722 " - DIE at %s [in module %s]"),
15723 sect_offset_str (die->sect_off),
15724 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15725 return 0;
15726 }
15727
15728 ULONGEST align;
15729 if (attr->form == DW_FORM_sdata)
15730 {
15731 LONGEST val = DW_SND (attr);
15732 if (val < 0)
15733 {
b98664d3 15734 complaint (_("DW_AT_alignment value must not be negative"
2b4424c3
TT
15735 " - DIE at %s [in module %s]"),
15736 sect_offset_str (die->sect_off),
15737 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15738 return 0;
15739 }
15740 align = val;
15741 }
15742 else
15743 align = DW_UNSND (attr);
15744
15745 if (align == 0)
15746 {
b98664d3 15747 complaint (_("DW_AT_alignment value must not be zero"
2b4424c3
TT
15748 " - DIE at %s [in module %s]"),
15749 sect_offset_str (die->sect_off),
15750 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15751 return 0;
15752 }
15753 if ((align & (align - 1)) != 0)
15754 {
b98664d3 15755 complaint (_("DW_AT_alignment value must be a power of 2"
2b4424c3
TT
15756 " - DIE at %s [in module %s]"),
15757 sect_offset_str (die->sect_off),
15758 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15759 return 0;
15760 }
15761
15762 return align;
15763}
15764
15765/* If the DIE has a DW_AT_alignment attribute, use its value to set
15766 the alignment for TYPE. */
15767
15768static void
15769maybe_set_alignment (struct dwarf2_cu *cu, struct die_info *die,
15770 struct type *type)
15771{
15772 if (!set_type_align (type, get_alignment (cu, die)))
b98664d3 15773 complaint (_("DW_AT_alignment value too large"
2b4424c3
TT
15774 " - DIE at %s [in module %s]"),
15775 sect_offset_str (die->sect_off),
15776 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15777}
685b1105 15778
c906108c 15779/* Called when we find the DIE that starts a structure or union scope
c767944b
DJ
15780 (definition) to create a type for the structure or union. Fill in
15781 the type's name and general properties; the members will not be
83655187
DE
15782 processed until process_structure_scope. A symbol table entry for
15783 the type will also not be done until process_structure_scope (assuming
15784 the type has a name).
c906108c 15785
c767944b
DJ
15786 NOTE: we need to call these functions regardless of whether or not the
15787 DIE has a DW_AT_name attribute, since it might be an anonymous
c906108c 15788 structure or union. This gets the type entered into our set of
83655187 15789 user defined types. */
c906108c 15790
f792889a 15791static struct type *
134d01f1 15792read_structure_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 15793{
518817b3 15794 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c
SS
15795 struct type *type;
15796 struct attribute *attr;
15d034d0 15797 const char *name;
c906108c 15798
348e048f
DE
15799 /* If the definition of this type lives in .debug_types, read that type.
15800 Don't follow DW_AT_specification though, that will take us back up
15801 the chain and we want to go down. */
45e58e77 15802 attr = dwarf2_attr_no_follow (die, DW_AT_signature);
348e048f
DE
15803 if (attr)
15804 {
ac9ec31b 15805 type = get_DW_AT_signature_type (die, attr, cu);
9dc481d3 15806
ac9ec31b 15807 /* The type's CU may not be the same as CU.
02142a6c 15808 Ensure TYPE is recorded with CU in die_type_hash. */
348e048f
DE
15809 return set_die_type (die, type, cu);
15810 }
15811
c0dd20ea 15812 type = alloc_type (objfile);
c906108c 15813 INIT_CPLUS_SPECIFIC (type);
93311388 15814
39cbfefa
DJ
15815 name = dwarf2_name (die, cu);
15816 if (name != NULL)
c906108c 15817 {
987504bb 15818 if (cu->language == language_cplus
c44af4eb
TT
15819 || cu->language == language_d
15820 || cu->language == language_rust)
63d06c5c 15821 {
15d034d0 15822 const char *full_name = dwarf2_full_name (name, die, cu);
3da10d80
KS
15823
15824 /* dwarf2_full_name might have already finished building the DIE's
15825 type. If so, there is no need to continue. */
15826 if (get_die_type (die, cu) != NULL)
15827 return get_die_type (die, cu);
15828
e86ca25f 15829 TYPE_NAME (type) = full_name;
63d06c5c
DC
15830 }
15831 else
15832 {
d8151005
DJ
15833 /* The name is already allocated along with this objfile, so
15834 we don't need to duplicate it for the type. */
e86ca25f 15835 TYPE_NAME (type) = name;
63d06c5c 15836 }
c906108c
SS
15837 }
15838
15839 if (die->tag == DW_TAG_structure_type)
15840 {
15841 TYPE_CODE (type) = TYPE_CODE_STRUCT;
15842 }
15843 else if (die->tag == DW_TAG_union_type)
15844 {
15845 TYPE_CODE (type) = TYPE_CODE_UNION;
15846 }
2ddeaf8a
TT
15847 else if (die->tag == DW_TAG_variant_part)
15848 {
15849 TYPE_CODE (type) = TYPE_CODE_UNION;
15850 TYPE_FLAG_DISCRIMINATED_UNION (type) = 1;
15851 }
c906108c
SS
15852 else
15853 {
4753d33b 15854 TYPE_CODE (type) = TYPE_CODE_STRUCT;
c906108c
SS
15855 }
15856
0cc2414c
TT
15857 if (cu->language == language_cplus && die->tag == DW_TAG_class_type)
15858 TYPE_DECLARED_CLASS (type) = 1;
15859
e142c38c 15860 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
15861 if (attr)
15862 {
155bfbd3
JB
15863 if (attr_form_is_constant (attr))
15864 TYPE_LENGTH (type) = DW_UNSND (attr);
15865 else
15866 {
15867 /* For the moment, dynamic type sizes are not supported
15868 by GDB's struct type. The actual size is determined
15869 on-demand when resolving the type of a given object,
15870 so set the type's length to zero for now. Otherwise,
15871 we record an expression as the length, and that expression
15872 could lead to a very large value, which could eventually
15873 lead to us trying to allocate that much memory when creating
15874 a value of that type. */
15875 TYPE_LENGTH (type) = 0;
15876 }
c906108c
SS
15877 }
15878 else
15879 {
15880 TYPE_LENGTH (type) = 0;
15881 }
15882
2b4424c3
TT
15883 maybe_set_alignment (cu, die, type);
15884
5230b05a 15885 if (producer_is_icc_lt_14 (cu) && (TYPE_LENGTH (type) == 0))
685b1105 15886 {
5230b05a
WT
15887 /* ICC<14 does not output the required DW_AT_declaration on
15888 incomplete types, but gives them a size of zero. */
422b1cb0 15889 TYPE_STUB (type) = 1;
685b1105
JK
15890 }
15891 else
15892 TYPE_STUB_SUPPORTED (type) = 1;
15893
dc718098 15894 if (die_is_declaration (die, cu))
876cecd0 15895 TYPE_STUB (type) = 1;
a6c727b2
DJ
15896 else if (attr == NULL && die->child == NULL
15897 && producer_is_realview (cu->producer))
15898 /* RealView does not output the required DW_AT_declaration
15899 on incomplete types. */
15900 TYPE_STUB (type) = 1;
dc718098 15901
c906108c
SS
15902 /* We need to add the type field to the die immediately so we don't
15903 infinitely recurse when dealing with pointers to the structure
0963b4bd 15904 type within the structure itself. */
1c379e20 15905 set_die_type (die, type, cu);
c906108c 15906
7e314c57
JK
15907 /* set_die_type should be already done. */
15908 set_descriptive_type (type, die, cu);
15909
c767944b
DJ
15910 return type;
15911}
15912
2ddeaf8a
TT
15913/* A helper for process_structure_scope that handles a single member
15914 DIE. */
15915
15916static void
15917handle_struct_member_die (struct die_info *child_die, struct type *type,
15918 struct field_info *fi,
15919 std::vector<struct symbol *> *template_args,
15920 struct dwarf2_cu *cu)
15921{
15922 if (child_die->tag == DW_TAG_member
15923 || child_die->tag == DW_TAG_variable
15924 || child_die->tag == DW_TAG_variant_part)
15925 {
15926 /* NOTE: carlton/2002-11-05: A C++ static data member
15927 should be a DW_TAG_member that is a declaration, but
15928 all versions of G++ as of this writing (so through at
15929 least 3.2.1) incorrectly generate DW_TAG_variable
15930 tags for them instead. */
15931 dwarf2_add_field (fi, child_die, cu);
15932 }
15933 else if (child_die->tag == DW_TAG_subprogram)
15934 {
15935 /* Rust doesn't have member functions in the C++ sense.
15936 However, it does emit ordinary functions as children
15937 of a struct DIE. */
15938 if (cu->language == language_rust)
15939 read_func_scope (child_die, cu);
15940 else
15941 {
15942 /* C++ member function. */
15943 dwarf2_add_member_fn (fi, child_die, type, cu);
15944 }
15945 }
15946 else if (child_die->tag == DW_TAG_inheritance)
15947 {
15948 /* C++ base class field. */
15949 dwarf2_add_field (fi, child_die, cu);
15950 }
15951 else if (type_can_define_types (child_die))
15952 dwarf2_add_type_defn (fi, child_die, cu);
15953 else if (child_die->tag == DW_TAG_template_type_param
15954 || child_die->tag == DW_TAG_template_value_param)
15955 {
15956 struct symbol *arg = new_symbol (child_die, NULL, cu);
15957
15958 if (arg != NULL)
15959 template_args->push_back (arg);
15960 }
15961 else if (child_die->tag == DW_TAG_variant)
15962 {
15963 /* In a variant we want to get the discriminant and also add a
15964 field for our sole member child. */
15965 struct attribute *discr = dwarf2_attr (child_die, DW_AT_discr_value, cu);
15966
15967 for (struct die_info *variant_child = child_die->child;
15968 variant_child != NULL;
15969 variant_child = sibling_die (variant_child))
15970 {
15971 if (variant_child->tag == DW_TAG_member)
15972 {
15973 handle_struct_member_die (variant_child, type, fi,
15974 template_args, cu);
15975 /* Only handle the one. */
15976 break;
15977 }
15978 }
15979
15980 /* We don't handle this but we might as well report it if we see
15981 it. */
15982 if (dwarf2_attr (child_die, DW_AT_discr_list, cu) != nullptr)
b98664d3 15983 complaint (_("DW_AT_discr_list is not supported yet"
2ddeaf8a
TT
15984 " - DIE at %s [in module %s]"),
15985 sect_offset_str (child_die->sect_off),
15986 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
15987
15988 /* The first field was just added, so we can stash the
15989 discriminant there. */
be2daae6 15990 gdb_assert (!fi->fields.empty ());
2ddeaf8a 15991 if (discr == NULL)
be2daae6 15992 fi->fields.back ().variant.default_branch = true;
2ddeaf8a 15993 else
be2daae6 15994 fi->fields.back ().variant.discriminant_value = DW_UNSND (discr);
2ddeaf8a
TT
15995 }
15996}
15997
c767944b
DJ
15998/* Finish creating a structure or union type, including filling in
15999 its members and creating a symbol for it. */
16000
16001static void
16002process_structure_scope (struct die_info *die, struct dwarf2_cu *cu)
16003{
518817b3 16004 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
ca040673 16005 struct die_info *child_die;
c767944b
DJ
16006 struct type *type;
16007
16008 type = get_die_type (die, cu);
16009 if (type == NULL)
16010 type = read_structure_type (die, cu);
16011
2ddeaf8a
TT
16012 /* When reading a DW_TAG_variant_part, we need to notice when we
16013 read the discriminant member, so we can record it later in the
16014 discriminant_info. */
16015 bool is_variant_part = TYPE_FLAG_DISCRIMINATED_UNION (type);
16016 sect_offset discr_offset;
3e1d3d8c 16017 bool has_template_parameters = false;
2ddeaf8a
TT
16018
16019 if (is_variant_part)
16020 {
16021 struct attribute *discr = dwarf2_attr (die, DW_AT_discr, cu);
16022 if (discr == NULL)
16023 {
16024 /* Maybe it's a univariant form, an extension we support.
16025 In this case arrange not to check the offset. */
16026 is_variant_part = false;
16027 }
16028 else if (attr_form_is_ref (discr))
16029 {
16030 struct dwarf2_cu *target_cu = cu;
16031 struct die_info *target_die = follow_die_ref (die, discr, &target_cu);
16032
16033 discr_offset = target_die->sect_off;
16034 }
16035 else
16036 {
b98664d3 16037 complaint (_("DW_AT_discr does not have DIE reference form"
2ddeaf8a
TT
16038 " - DIE at %s [in module %s]"),
16039 sect_offset_str (die->sect_off),
16040 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
16041 is_variant_part = false;
16042 }
16043 }
16044
e142c38c 16045 if (die->child != NULL && ! die_is_declaration (die, cu))
c906108c
SS
16046 {
16047 struct field_info fi;
2f4732b0 16048 std::vector<struct symbol *> template_args;
c906108c 16049
639d11d3 16050 child_die = die->child;
c906108c
SS
16051
16052 while (child_die && child_die->tag)
16053 {
2ddeaf8a 16054 handle_struct_member_die (child_die, type, &fi, &template_args, cu);
34eaf542 16055
2ddeaf8a 16056 if (is_variant_part && discr_offset == child_die->sect_off)
be2daae6 16057 fi.fields.back ().variant.is_discriminant = true;
34eaf542 16058
c906108c
SS
16059 child_die = sibling_die (child_die);
16060 }
16061
34eaf542 16062 /* Attach template arguments to type. */
2f4732b0 16063 if (!template_args.empty ())
34eaf542 16064 {
3e1d3d8c 16065 has_template_parameters = true;
34eaf542 16066 ALLOCATE_CPLUS_STRUCT_TYPE (type);
2f4732b0 16067 TYPE_N_TEMPLATE_ARGUMENTS (type) = template_args.size ();
34eaf542 16068 TYPE_TEMPLATE_ARGUMENTS (type)
8d749320
SM
16069 = XOBNEWVEC (&objfile->objfile_obstack,
16070 struct symbol *,
16071 TYPE_N_TEMPLATE_ARGUMENTS (type));
34eaf542 16072 memcpy (TYPE_TEMPLATE_ARGUMENTS (type),
2f4732b0 16073 template_args.data (),
34eaf542
TT
16074 (TYPE_N_TEMPLATE_ARGUMENTS (type)
16075 * sizeof (struct symbol *)));
34eaf542
TT
16076 }
16077
c906108c
SS
16078 /* Attach fields and member functions to the type. */
16079 if (fi.nfields)
e7c27a73 16080 dwarf2_attach_fields_to_type (&fi, type, cu);
be2daae6 16081 if (!fi.fnfieldlists.empty ())
c906108c 16082 {
e7c27a73 16083 dwarf2_attach_fn_fields_to_type (&fi, type, cu);
c906108c 16084
c5aa993b 16085 /* Get the type which refers to the base class (possibly this
c906108c 16086 class itself) which contains the vtable pointer for the current
0d564a31
DJ
16087 class from the DW_AT_containing_type attribute. This use of
16088 DW_AT_containing_type is a GNU extension. */
c906108c 16089
e142c38c 16090 if (dwarf2_attr (die, DW_AT_containing_type, cu) != NULL)
c906108c 16091 {
e7c27a73 16092 struct type *t = die_containing_type (die, cu);
c906108c 16093
ae6ae975 16094 set_type_vptr_basetype (type, t);
c906108c
SS
16095 if (type == t)
16096 {
c906108c
SS
16097 int i;
16098
16099 /* Our own class provides vtbl ptr. */
16100 for (i = TYPE_NFIELDS (t) - 1;
16101 i >= TYPE_N_BASECLASSES (t);
16102 --i)
16103 {
0d5cff50 16104 const char *fieldname = TYPE_FIELD_NAME (t, i);
c906108c 16105
1168df01 16106 if (is_vtable_name (fieldname, cu))
c906108c 16107 {
ae6ae975 16108 set_type_vptr_fieldno (type, i);
c906108c
SS
16109 break;
16110 }
16111 }
16112
16113 /* Complain if virtual function table field not found. */
16114 if (i < TYPE_N_BASECLASSES (t))
b98664d3 16115 complaint (_("virtual function table pointer "
3e43a32a 16116 "not found when defining class '%s'"),
e86ca25f 16117 TYPE_NAME (type) ? TYPE_NAME (type) : "");
c906108c
SS
16118 }
16119 else
16120 {
ae6ae975 16121 set_type_vptr_fieldno (type, TYPE_VPTR_FIELDNO (t));
c906108c
SS
16122 }
16123 }
f6235d4c 16124 else if (cu->producer
61012eef 16125 && startswith (cu->producer, "IBM(R) XL C/C++ Advanced Edition"))
f6235d4c
EZ
16126 {
16127 /* The IBM XLC compiler does not provide direct indication
16128 of the containing type, but the vtable pointer is
16129 always named __vfp. */
16130
16131 int i;
16132
16133 for (i = TYPE_NFIELDS (type) - 1;
16134 i >= TYPE_N_BASECLASSES (type);
16135 --i)
16136 {
16137 if (strcmp (TYPE_FIELD_NAME (type, i), "__vfp") == 0)
16138 {
ae6ae975
DE
16139 set_type_vptr_fieldno (type, i);
16140 set_type_vptr_basetype (type, type);
f6235d4c
EZ
16141 break;
16142 }
16143 }
16144 }
c906108c 16145 }
98751a41
JK
16146
16147 /* Copy fi.typedef_field_list linked list elements content into the
16148 allocated array TYPE_TYPEDEF_FIELD_ARRAY (type). */
be2daae6 16149 if (!fi.typedef_field_list.empty ())
98751a41 16150 {
be2daae6 16151 int count = fi.typedef_field_list.size ();
98751a41 16152
a0d7a4ff 16153 ALLOCATE_CPLUS_STRUCT_TYPE (type);
98751a41 16154 TYPE_TYPEDEF_FIELD_ARRAY (type)
883fd55a 16155 = ((struct decl_field *)
be2daae6
TT
16156 TYPE_ALLOC (type,
16157 sizeof (TYPE_TYPEDEF_FIELD (type, 0)) * count));
16158 TYPE_TYPEDEF_FIELD_COUNT (type) = count;
6e70227d 16159
be2daae6
TT
16160 for (int i = 0; i < fi.typedef_field_list.size (); ++i)
16161 TYPE_TYPEDEF_FIELD (type, i) = fi.typedef_field_list[i];
98751a41 16162 }
c767944b 16163
883fd55a
KS
16164 /* Copy fi.nested_types_list linked list elements content into the
16165 allocated array TYPE_NESTED_TYPES_ARRAY (type). */
be2daae6 16166 if (!fi.nested_types_list.empty () && cu->language != language_ada)
883fd55a 16167 {
be2daae6 16168 int count = fi.nested_types_list.size ();
883fd55a
KS
16169
16170 ALLOCATE_CPLUS_STRUCT_TYPE (type);
16171 TYPE_NESTED_TYPES_ARRAY (type)
16172 = ((struct decl_field *)
be2daae6
TT
16173 TYPE_ALLOC (type, sizeof (struct decl_field) * count));
16174 TYPE_NESTED_TYPES_COUNT (type) = count;
883fd55a 16175
be2daae6
TT
16176 for (int i = 0; i < fi.nested_types_list.size (); ++i)
16177 TYPE_NESTED_TYPES_FIELD (type, i) = fi.nested_types_list[i];
883fd55a 16178 }
c906108c 16179 }
63d06c5c 16180
bb5ed363 16181 quirk_gcc_member_function_pointer (type, objfile);
c9317f21
TT
16182 if (cu->language == language_rust && die->tag == DW_TAG_union_type)
16183 cu->rust_unions.push_back (type);
0b92b5bb 16184
90aeadfc
DC
16185 /* NOTE: carlton/2004-03-16: GCC 3.4 (or at least one of its
16186 snapshots) has been known to create a die giving a declaration
16187 for a class that has, as a child, a die giving a definition for a
16188 nested class. So we have to process our children even if the
16189 current die is a declaration. Normally, of course, a declaration
16190 won't have any children at all. */
134d01f1 16191
ca040673
DE
16192 child_die = die->child;
16193
90aeadfc
DC
16194 while (child_die != NULL && child_die->tag)
16195 {
16196 if (child_die->tag == DW_TAG_member
16197 || child_die->tag == DW_TAG_variable
34eaf542
TT
16198 || child_die->tag == DW_TAG_inheritance
16199 || child_die->tag == DW_TAG_template_value_param
16200 || child_die->tag == DW_TAG_template_type_param)
134d01f1 16201 {
90aeadfc 16202 /* Do nothing. */
134d01f1 16203 }
90aeadfc
DC
16204 else
16205 process_die (child_die, cu);
134d01f1 16206
90aeadfc 16207 child_die = sibling_die (child_die);
134d01f1
DJ
16208 }
16209
fa4028e9
JB
16210 /* Do not consider external references. According to the DWARF standard,
16211 these DIEs are identified by the fact that they have no byte_size
16212 attribute, and a declaration attribute. */
16213 if (dwarf2_attr (die, DW_AT_byte_size, cu) != NULL
16214 || !die_is_declaration (die, cu))
3e1d3d8c
TT
16215 {
16216 struct symbol *sym = new_symbol (die, type, cu);
16217
16218 if (has_template_parameters)
16219 {
16220 /* Make sure that the symtab is set on the new symbols.
16221 Even though they don't appear in this symtab directly,
16222 other parts of gdb assume that symbols do, and this is
16223 reasonably true. */
16224 for (int i = 0; i < TYPE_N_TEMPLATE_ARGUMENTS (type); ++i)
16225 symbol_set_symtab (TYPE_TEMPLATE_ARGUMENT (type, i),
16226 symbol_symtab (sym));
16227 }
16228 }
134d01f1
DJ
16229}
16230
55426c9d
JB
16231/* Assuming DIE is an enumeration type, and TYPE is its associated type,
16232 update TYPE using some information only available in DIE's children. */
16233
16234static void
16235update_enumeration_type_from_children (struct die_info *die,
16236 struct type *type,
16237 struct dwarf2_cu *cu)
16238{
60f7655a 16239 struct die_info *child_die;
55426c9d
JB
16240 int unsigned_enum = 1;
16241 int flag_enum = 1;
16242 ULONGEST mask = 0;
55426c9d 16243
8268c778 16244 auto_obstack obstack;
55426c9d 16245
60f7655a
DE
16246 for (child_die = die->child;
16247 child_die != NULL && child_die->tag;
16248 child_die = sibling_die (child_die))
55426c9d
JB
16249 {
16250 struct attribute *attr;
16251 LONGEST value;
16252 const gdb_byte *bytes;
16253 struct dwarf2_locexpr_baton *baton;
16254 const char *name;
60f7655a 16255
55426c9d
JB
16256 if (child_die->tag != DW_TAG_enumerator)
16257 continue;
16258
16259 attr = dwarf2_attr (child_die, DW_AT_const_value, cu);
16260 if (attr == NULL)
16261 continue;
16262
16263 name = dwarf2_name (child_die, cu);
16264 if (name == NULL)
16265 name = "<anonymous enumerator>";
16266
16267 dwarf2_const_value_attr (attr, type, name, &obstack, cu,
16268 &value, &bytes, &baton);
16269 if (value < 0)
16270 {
16271 unsigned_enum = 0;
16272 flag_enum = 0;
16273 }
16274 else if ((mask & value) != 0)
16275 flag_enum = 0;
16276 else
16277 mask |= value;
16278
16279 /* If we already know that the enum type is neither unsigned, nor
16280 a flag type, no need to look at the rest of the enumerates. */
16281 if (!unsigned_enum && !flag_enum)
16282 break;
55426c9d
JB
16283 }
16284
16285 if (unsigned_enum)
16286 TYPE_UNSIGNED (type) = 1;
16287 if (flag_enum)
16288 TYPE_FLAG_ENUM (type) = 1;
55426c9d
JB
16289}
16290
134d01f1
DJ
16291/* Given a DW_AT_enumeration_type die, set its type. We do not
16292 complete the type's fields yet, or create any symbols. */
c906108c 16293
f792889a 16294static struct type *
134d01f1 16295read_enumeration_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 16296{
518817b3 16297 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 16298 struct type *type;
c906108c 16299 struct attribute *attr;
0114d602 16300 const char *name;
134d01f1 16301
348e048f
DE
16302 /* If the definition of this type lives in .debug_types, read that type.
16303 Don't follow DW_AT_specification though, that will take us back up
16304 the chain and we want to go down. */
45e58e77 16305 attr = dwarf2_attr_no_follow (die, DW_AT_signature);
348e048f
DE
16306 if (attr)
16307 {
ac9ec31b 16308 type = get_DW_AT_signature_type (die, attr, cu);
9dc481d3 16309
ac9ec31b 16310 /* The type's CU may not be the same as CU.
02142a6c 16311 Ensure TYPE is recorded with CU in die_type_hash. */
348e048f
DE
16312 return set_die_type (die, type, cu);
16313 }
16314
c906108c
SS
16315 type = alloc_type (objfile);
16316
16317 TYPE_CODE (type) = TYPE_CODE_ENUM;
94af9270 16318 name = dwarf2_full_name (NULL, die, cu);
39cbfefa 16319 if (name != NULL)
e86ca25f 16320 TYPE_NAME (type) = name;
c906108c 16321
0626fc76
TT
16322 attr = dwarf2_attr (die, DW_AT_type, cu);
16323 if (attr != NULL)
16324 {
16325 struct type *underlying_type = die_type (die, cu);
16326
16327 TYPE_TARGET_TYPE (type) = underlying_type;
16328 }
16329
e142c38c 16330 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
16331 if (attr)
16332 {
16333 TYPE_LENGTH (type) = DW_UNSND (attr);
16334 }
16335 else
16336 {
16337 TYPE_LENGTH (type) = 0;
16338 }
16339
2b4424c3
TT
16340 maybe_set_alignment (cu, die, type);
16341
137033e9
JB
16342 /* The enumeration DIE can be incomplete. In Ada, any type can be
16343 declared as private in the package spec, and then defined only
16344 inside the package body. Such types are known as Taft Amendment
16345 Types. When another package uses such a type, an incomplete DIE
16346 may be generated by the compiler. */
02eb380e 16347 if (die_is_declaration (die, cu))
876cecd0 16348 TYPE_STUB (type) = 1;
02eb380e 16349
0626fc76
TT
16350 /* Finish the creation of this type by using the enum's children.
16351 We must call this even when the underlying type has been provided
16352 so that we can determine if we're looking at a "flag" enum. */
55426c9d
JB
16353 update_enumeration_type_from_children (die, type, cu);
16354
0626fc76
TT
16355 /* If this type has an underlying type that is not a stub, then we
16356 may use its attributes. We always use the "unsigned" attribute
16357 in this situation, because ordinarily we guess whether the type
16358 is unsigned -- but the guess can be wrong and the underlying type
16359 can tell us the reality. However, we defer to a local size
16360 attribute if one exists, because this lets the compiler override
16361 the underlying type if needed. */
16362 if (TYPE_TARGET_TYPE (type) != NULL && !TYPE_STUB (TYPE_TARGET_TYPE (type)))
16363 {
16364 TYPE_UNSIGNED (type) = TYPE_UNSIGNED (TYPE_TARGET_TYPE (type));
16365 if (TYPE_LENGTH (type) == 0)
16366 TYPE_LENGTH (type) = TYPE_LENGTH (TYPE_TARGET_TYPE (type));
2b4424c3
TT
16367 if (TYPE_RAW_ALIGN (type) == 0
16368 && TYPE_RAW_ALIGN (TYPE_TARGET_TYPE (type)) != 0)
16369 set_type_align (type, TYPE_RAW_ALIGN (TYPE_TARGET_TYPE (type)));
0626fc76
TT
16370 }
16371
3d567982
TT
16372 TYPE_DECLARED_CLASS (type) = dwarf2_flag_true_p (die, DW_AT_enum_class, cu);
16373
f792889a 16374 return set_die_type (die, type, cu);
134d01f1
DJ
16375}
16376
16377/* Given a pointer to a die which begins an enumeration, process all
16378 the dies that define the members of the enumeration, and create the
16379 symbol for the enumeration type.
16380
16381 NOTE: We reverse the order of the element list. */
16382
16383static void
16384process_enumeration_scope (struct die_info *die, struct dwarf2_cu *cu)
16385{
f792889a 16386 struct type *this_type;
134d01f1 16387
f792889a
DJ
16388 this_type = get_die_type (die, cu);
16389 if (this_type == NULL)
16390 this_type = read_enumeration_type (die, cu);
9dc481d3 16391
639d11d3 16392 if (die->child != NULL)
c906108c 16393 {
9dc481d3
DE
16394 struct die_info *child_die;
16395 struct symbol *sym;
16396 struct field *fields = NULL;
16397 int num_fields = 0;
15d034d0 16398 const char *name;
9dc481d3 16399
639d11d3 16400 child_die = die->child;
c906108c
SS
16401 while (child_die && child_die->tag)
16402 {
16403 if (child_die->tag != DW_TAG_enumerator)
16404 {
e7c27a73 16405 process_die (child_die, cu);
c906108c
SS
16406 }
16407 else
16408 {
39cbfefa
DJ
16409 name = dwarf2_name (child_die, cu);
16410 if (name)
c906108c 16411 {
f792889a 16412 sym = new_symbol (child_die, this_type, cu);
c906108c
SS
16413
16414 if ((num_fields % DW_FIELD_ALLOC_CHUNK) == 0)
16415 {
16416 fields = (struct field *)
16417 xrealloc (fields,
16418 (num_fields + DW_FIELD_ALLOC_CHUNK)
c5aa993b 16419 * sizeof (struct field));
c906108c
SS
16420 }
16421
3567439c 16422 FIELD_NAME (fields[num_fields]) = SYMBOL_LINKAGE_NAME (sym);
c906108c 16423 FIELD_TYPE (fields[num_fields]) = NULL;
14e75d8e 16424 SET_FIELD_ENUMVAL (fields[num_fields], SYMBOL_VALUE (sym));
c906108c
SS
16425 FIELD_BITSIZE (fields[num_fields]) = 0;
16426
16427 num_fields++;
16428 }
16429 }
16430
16431 child_die = sibling_die (child_die);
16432 }
16433
16434 if (num_fields)
16435 {
f792889a
DJ
16436 TYPE_NFIELDS (this_type) = num_fields;
16437 TYPE_FIELDS (this_type) = (struct field *)
16438 TYPE_ALLOC (this_type, sizeof (struct field) * num_fields);
16439 memcpy (TYPE_FIELDS (this_type), fields,
c906108c 16440 sizeof (struct field) * num_fields);
b8c9b27d 16441 xfree (fields);
c906108c 16442 }
c906108c 16443 }
134d01f1 16444
6c83ed52
TT
16445 /* If we are reading an enum from a .debug_types unit, and the enum
16446 is a declaration, and the enum is not the signatured type in the
16447 unit, then we do not want to add a symbol for it. Adding a
16448 symbol would in some cases obscure the true definition of the
16449 enum, giving users an incomplete type when the definition is
16450 actually available. Note that we do not want to do this for all
16451 enums which are just declarations, because C++0x allows forward
16452 enum declarations. */
3019eac3 16453 if (cu->per_cu->is_debug_types
6c83ed52
TT
16454 && die_is_declaration (die, cu))
16455 {
52dc124a 16456 struct signatured_type *sig_type;
6c83ed52 16457
c0f78cd4 16458 sig_type = (struct signatured_type *) cu->per_cu;
9c541725
PA
16459 gdb_assert (to_underlying (sig_type->type_offset_in_section) != 0);
16460 if (sig_type->type_offset_in_section != die->sect_off)
6c83ed52
TT
16461 return;
16462 }
16463
f792889a 16464 new_symbol (die, this_type, cu);
c906108c
SS
16465}
16466
16467/* Extract all information from a DW_TAG_array_type DIE and put it in
16468 the DIE's type field. For now, this only handles one dimensional
16469 arrays. */
16470
f792889a 16471static struct type *
e7c27a73 16472read_array_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 16473{
518817b3 16474 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 16475 struct die_info *child_die;
7e314c57 16476 struct type *type;
c906108c 16477 struct type *element_type, *range_type, *index_type;
c906108c 16478 struct attribute *attr;
15d034d0 16479 const char *name;
a405673c 16480 struct dynamic_prop *byte_stride_prop = NULL;
dc53a7ad 16481 unsigned int bit_stride = 0;
c906108c 16482
e7c27a73 16483 element_type = die_type (die, cu);
c906108c 16484
7e314c57
JK
16485 /* The die_type call above may have already set the type for this DIE. */
16486 type = get_die_type (die, cu);
16487 if (type)
16488 return type;
16489
dc53a7ad
JB
16490 attr = dwarf2_attr (die, DW_AT_byte_stride, cu);
16491 if (attr != NULL)
a405673c
JB
16492 {
16493 int stride_ok;
16494
16495 byte_stride_prop
16496 = (struct dynamic_prop *) alloca (sizeof (struct dynamic_prop));
16497 stride_ok = attr_to_dynamic_prop (attr, die, cu, byte_stride_prop);
16498 if (!stride_ok)
16499 {
b98664d3 16500 complaint (_("unable to read array DW_AT_byte_stride "
9d8780f0
SM
16501 " - DIE at %s [in module %s]"),
16502 sect_offset_str (die->sect_off),
518817b3 16503 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
a405673c
JB
16504 /* Ignore this attribute. We will likely not be able to print
16505 arrays of this type correctly, but there is little we can do
16506 to help if we cannot read the attribute's value. */
16507 byte_stride_prop = NULL;
16508 }
16509 }
dc53a7ad
JB
16510
16511 attr = dwarf2_attr (die, DW_AT_bit_stride, cu);
16512 if (attr != NULL)
16513 bit_stride = DW_UNSND (attr);
16514
c906108c
SS
16515 /* Irix 6.2 native cc creates array types without children for
16516 arrays with unspecified length. */
639d11d3 16517 if (die->child == NULL)
c906108c 16518 {
46bf5051 16519 index_type = objfile_type (objfile)->builtin_int;
0c9c3474 16520 range_type = create_static_range_type (NULL, index_type, 0, -1);
dc53a7ad 16521 type = create_array_type_with_stride (NULL, element_type, range_type,
a405673c 16522 byte_stride_prop, bit_stride);
f792889a 16523 return set_die_type (die, type, cu);
c906108c
SS
16524 }
16525
791afaa2 16526 std::vector<struct type *> range_types;
639d11d3 16527 child_die = die->child;
c906108c
SS
16528 while (child_die && child_die->tag)
16529 {
16530 if (child_die->tag == DW_TAG_subrange_type)
16531 {
f792889a 16532 struct type *child_type = read_type_die (child_die, cu);
9a619af0 16533
f792889a 16534 if (child_type != NULL)
a02abb62 16535 {
0963b4bd
MS
16536 /* The range type was succesfully read. Save it for the
16537 array type creation. */
791afaa2 16538 range_types.push_back (child_type);
a02abb62 16539 }
c906108c
SS
16540 }
16541 child_die = sibling_die (child_die);
16542 }
16543
16544 /* Dwarf2 dimensions are output from left to right, create the
16545 necessary array types in backwards order. */
7ca2d3a3 16546
c906108c 16547 type = element_type;
7ca2d3a3
DL
16548
16549 if (read_array_order (die, cu) == DW_ORD_col_major)
16550 {
16551 int i = 0;
9a619af0 16552
791afaa2 16553 while (i < range_types.size ())
dc53a7ad 16554 type = create_array_type_with_stride (NULL, type, range_types[i++],
a405673c 16555 byte_stride_prop, bit_stride);
7ca2d3a3
DL
16556 }
16557 else
16558 {
791afaa2 16559 size_t ndim = range_types.size ();
7ca2d3a3 16560 while (ndim-- > 0)
dc53a7ad 16561 type = create_array_type_with_stride (NULL, type, range_types[ndim],
a405673c 16562 byte_stride_prop, bit_stride);
7ca2d3a3 16563 }
c906108c 16564
f5f8a009
EZ
16565 /* Understand Dwarf2 support for vector types (like they occur on
16566 the PowerPC w/ AltiVec). Gcc just adds another attribute to the
16567 array type. This is not part of the Dwarf2/3 standard yet, but a
16568 custom vendor extension. The main difference between a regular
16569 array and the vector variant is that vectors are passed by value
16570 to functions. */
e142c38c 16571 attr = dwarf2_attr (die, DW_AT_GNU_vector, cu);
f5f8a009 16572 if (attr)
ea37ba09 16573 make_vector_type (type);
f5f8a009 16574
dbc98a8b
KW
16575 /* The DIE may have DW_AT_byte_size set. For example an OpenCL
16576 implementation may choose to implement triple vectors using this
16577 attribute. */
16578 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
16579 if (attr)
16580 {
16581 if (DW_UNSND (attr) >= TYPE_LENGTH (type))
16582 TYPE_LENGTH (type) = DW_UNSND (attr);
16583 else
b98664d3 16584 complaint (_("DW_AT_byte_size for array type smaller "
3e43a32a 16585 "than the total size of elements"));
dbc98a8b
KW
16586 }
16587
39cbfefa
DJ
16588 name = dwarf2_name (die, cu);
16589 if (name)
16590 TYPE_NAME (type) = name;
6e70227d 16591
2b4424c3
TT
16592 maybe_set_alignment (cu, die, type);
16593
0963b4bd 16594 /* Install the type in the die. */
7e314c57
JK
16595 set_die_type (die, type, cu);
16596
16597 /* set_die_type should be already done. */
b4ba55a1
JB
16598 set_descriptive_type (type, die, cu);
16599
7e314c57 16600 return type;
c906108c
SS
16601}
16602
7ca2d3a3 16603static enum dwarf_array_dim_ordering
6e70227d 16604read_array_order (struct die_info *die, struct dwarf2_cu *cu)
7ca2d3a3
DL
16605{
16606 struct attribute *attr;
16607
16608 attr = dwarf2_attr (die, DW_AT_ordering, cu);
16609
aead7601
SM
16610 if (attr)
16611 return (enum dwarf_array_dim_ordering) DW_SND (attr);
7ca2d3a3 16612
0963b4bd
MS
16613 /* GNU F77 is a special case, as at 08/2004 array type info is the
16614 opposite order to the dwarf2 specification, but data is still
16615 laid out as per normal fortran.
7ca2d3a3 16616
0963b4bd
MS
16617 FIXME: dsl/2004-8-20: If G77 is ever fixed, this will also need
16618 version checking. */
7ca2d3a3 16619
905e0470
PM
16620 if (cu->language == language_fortran
16621 && cu->producer && strstr (cu->producer, "GNU F77"))
7ca2d3a3
DL
16622 {
16623 return DW_ORD_row_major;
16624 }
16625
6e70227d 16626 switch (cu->language_defn->la_array_ordering)
7ca2d3a3
DL
16627 {
16628 case array_column_major:
16629 return DW_ORD_col_major;
16630 case array_row_major:
16631 default:
16632 return DW_ORD_row_major;
16633 };
16634}
16635
72019c9c 16636/* Extract all information from a DW_TAG_set_type DIE and put it in
0963b4bd 16637 the DIE's type field. */
72019c9c 16638
f792889a 16639static struct type *
72019c9c
GM
16640read_set_type (struct die_info *die, struct dwarf2_cu *cu)
16641{
7e314c57
JK
16642 struct type *domain_type, *set_type;
16643 struct attribute *attr;
f792889a 16644
7e314c57
JK
16645 domain_type = die_type (die, cu);
16646
16647 /* The die_type call above may have already set the type for this DIE. */
16648 set_type = get_die_type (die, cu);
16649 if (set_type)
16650 return set_type;
16651
16652 set_type = create_set_type (NULL, domain_type);
16653
16654 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
d09039dd
PM
16655 if (attr)
16656 TYPE_LENGTH (set_type) = DW_UNSND (attr);
7e314c57 16657
2b4424c3
TT
16658 maybe_set_alignment (cu, die, set_type);
16659
f792889a 16660 return set_die_type (die, set_type, cu);
72019c9c 16661}
7ca2d3a3 16662
0971de02
TT
16663/* A helper for read_common_block that creates a locexpr baton.
16664 SYM is the symbol which we are marking as computed.
16665 COMMON_DIE is the DIE for the common block.
16666 COMMON_LOC is the location expression attribute for the common
16667 block itself.
16668 MEMBER_LOC is the location expression attribute for the particular
16669 member of the common block that we are processing.
16670 CU is the CU from which the above come. */
16671
16672static void
16673mark_common_block_symbol_computed (struct symbol *sym,
16674 struct die_info *common_die,
16675 struct attribute *common_loc,
16676 struct attribute *member_loc,
16677 struct dwarf2_cu *cu)
16678{
518817b3
SM
16679 struct dwarf2_per_objfile *dwarf2_per_objfile
16680 = cu->per_cu->dwarf2_per_objfile;
0971de02
TT
16681 struct objfile *objfile = dwarf2_per_objfile->objfile;
16682 struct dwarf2_locexpr_baton *baton;
16683 gdb_byte *ptr;
16684 unsigned int cu_off;
16685 enum bfd_endian byte_order = gdbarch_byte_order (get_objfile_arch (objfile));
16686 LONGEST offset = 0;
16687
16688 gdb_assert (common_loc && member_loc);
16689 gdb_assert (attr_form_is_block (common_loc));
16690 gdb_assert (attr_form_is_block (member_loc)
16691 || attr_form_is_constant (member_loc));
16692
8d749320 16693 baton = XOBNEW (&objfile->objfile_obstack, struct dwarf2_locexpr_baton);
0971de02
TT
16694 baton->per_cu = cu->per_cu;
16695 gdb_assert (baton->per_cu);
16696
16697 baton->size = 5 /* DW_OP_call4 */ + 1 /* DW_OP_plus */;
16698
16699 if (attr_form_is_constant (member_loc))
16700 {
16701 offset = dwarf2_get_attr_constant_value (member_loc, 0);
16702 baton->size += 1 /* DW_OP_addr */ + cu->header.addr_size;
16703 }
16704 else
16705 baton->size += DW_BLOCK (member_loc)->size;
16706
224c3ddb 16707 ptr = (gdb_byte *) obstack_alloc (&objfile->objfile_obstack, baton->size);
0971de02
TT
16708 baton->data = ptr;
16709
16710 *ptr++ = DW_OP_call4;
9c541725 16711 cu_off = common_die->sect_off - cu->per_cu->sect_off;
0971de02
TT
16712 store_unsigned_integer (ptr, 4, byte_order, cu_off);
16713 ptr += 4;
16714
16715 if (attr_form_is_constant (member_loc))
16716 {
16717 *ptr++ = DW_OP_addr;
16718 store_unsigned_integer (ptr, cu->header.addr_size, byte_order, offset);
16719 ptr += cu->header.addr_size;
16720 }
16721 else
16722 {
16723 /* We have to copy the data here, because DW_OP_call4 will only
16724 use a DW_AT_location attribute. */
16725 memcpy (ptr, DW_BLOCK (member_loc)->data, DW_BLOCK (member_loc)->size);
16726 ptr += DW_BLOCK (member_loc)->size;
16727 }
16728
16729 *ptr++ = DW_OP_plus;
16730 gdb_assert (ptr - baton->data == baton->size);
16731
0971de02 16732 SYMBOL_LOCATION_BATON (sym) = baton;
f1e6e072 16733 SYMBOL_ACLASS_INDEX (sym) = dwarf2_locexpr_index;
0971de02
TT
16734}
16735
4357ac6c
TT
16736/* Create appropriate locally-scoped variables for all the
16737 DW_TAG_common_block entries. Also create a struct common_block
16738 listing all such variables for `info common'. COMMON_BLOCK_DOMAIN
16739 is used to sepate the common blocks name namespace from regular
16740 variable names. */
c906108c
SS
16741
16742static void
e7c27a73 16743read_common_block (struct die_info *die, struct dwarf2_cu *cu)
c906108c 16744{
0971de02
TT
16745 struct attribute *attr;
16746
16747 attr = dwarf2_attr (die, DW_AT_location, cu);
16748 if (attr)
16749 {
16750 /* Support the .debug_loc offsets. */
16751 if (attr_form_is_block (attr))
16752 {
16753 /* Ok. */
16754 }
16755 else if (attr_form_is_section_offset (attr))
16756 {
16757 dwarf2_complex_location_expr_complaint ();
16758 attr = NULL;
16759 }
16760 else
16761 {
16762 dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
16763 "common block member");
16764 attr = NULL;
16765 }
16766 }
16767
639d11d3 16768 if (die->child != NULL)
c906108c 16769 {
518817b3 16770 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
4357ac6c
TT
16771 struct die_info *child_die;
16772 size_t n_entries = 0, size;
16773 struct common_block *common_block;
16774 struct symbol *sym;
74ac6d43 16775
4357ac6c
TT
16776 for (child_die = die->child;
16777 child_die && child_die->tag;
16778 child_die = sibling_die (child_die))
16779 ++n_entries;
16780
16781 size = (sizeof (struct common_block)
16782 + (n_entries - 1) * sizeof (struct symbol *));
224c3ddb
SM
16783 common_block
16784 = (struct common_block *) obstack_alloc (&objfile->objfile_obstack,
16785 size);
4357ac6c
TT
16786 memset (common_block->contents, 0, n_entries * sizeof (struct symbol *));
16787 common_block->n_entries = 0;
16788
16789 for (child_die = die->child;
16790 child_die && child_die->tag;
16791 child_die = sibling_die (child_die))
16792 {
16793 /* Create the symbol in the DW_TAG_common_block block in the current
16794 symbol scope. */
e7c27a73 16795 sym = new_symbol (child_die, NULL, cu);
0971de02
TT
16796 if (sym != NULL)
16797 {
16798 struct attribute *member_loc;
16799
16800 common_block->contents[common_block->n_entries++] = sym;
16801
16802 member_loc = dwarf2_attr (child_die, DW_AT_data_member_location,
16803 cu);
16804 if (member_loc)
16805 {
16806 /* GDB has handled this for a long time, but it is
16807 not specified by DWARF. It seems to have been
16808 emitted by gfortran at least as recently as:
16809 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23057. */
b98664d3 16810 complaint (_("Variable in common block has "
0971de02 16811 "DW_AT_data_member_location "
9d8780f0
SM
16812 "- DIE at %s [in module %s]"),
16813 sect_offset_str (child_die->sect_off),
518817b3 16814 objfile_name (objfile));
0971de02
TT
16815
16816 if (attr_form_is_section_offset (member_loc))
16817 dwarf2_complex_location_expr_complaint ();
16818 else if (attr_form_is_constant (member_loc)
16819 || attr_form_is_block (member_loc))
16820 {
16821 if (attr)
16822 mark_common_block_symbol_computed (sym, die, attr,
16823 member_loc, cu);
16824 }
16825 else
16826 dwarf2_complex_location_expr_complaint ();
16827 }
16828 }
c906108c 16829 }
4357ac6c
TT
16830
16831 sym = new_symbol (die, objfile_type (objfile)->builtin_void, cu);
16832 SYMBOL_VALUE_COMMON_BLOCK (sym) = common_block;
c906108c
SS
16833 }
16834}
16835
0114d602 16836/* Create a type for a C++ namespace. */
d9fa45fe 16837
0114d602
DJ
16838static struct type *
16839read_namespace_type (struct die_info *die, struct dwarf2_cu *cu)
d9fa45fe 16840{
518817b3 16841 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
0114d602 16842 const char *previous_prefix, *name;
9219021c 16843 int is_anonymous;
0114d602
DJ
16844 struct type *type;
16845
16846 /* For extensions, reuse the type of the original namespace. */
16847 if (dwarf2_attr (die, DW_AT_extension, cu) != NULL)
16848 {
16849 struct die_info *ext_die;
16850 struct dwarf2_cu *ext_cu = cu;
9a619af0 16851
0114d602
DJ
16852 ext_die = dwarf2_extension (die, &ext_cu);
16853 type = read_type_die (ext_die, ext_cu);
9dc481d3
DE
16854
16855 /* EXT_CU may not be the same as CU.
02142a6c 16856 Ensure TYPE is recorded with CU in die_type_hash. */
0114d602
DJ
16857 return set_die_type (die, type, cu);
16858 }
9219021c 16859
e142c38c 16860 name = namespace_name (die, &is_anonymous, cu);
9219021c
DC
16861
16862 /* Now build the name of the current namespace. */
16863
0114d602
DJ
16864 previous_prefix = determine_prefix (die, cu);
16865 if (previous_prefix[0] != '\0')
16866 name = typename_concat (&objfile->objfile_obstack,
f55ee35c 16867 previous_prefix, name, 0, cu);
0114d602
DJ
16868
16869 /* Create the type. */
19f392bc 16870 type = init_type (objfile, TYPE_CODE_NAMESPACE, 0, name);
0114d602 16871
60531b24 16872 return set_die_type (die, type, cu);
0114d602
DJ
16873}
16874
22cee43f 16875/* Read a namespace scope. */
0114d602
DJ
16876
16877static void
16878read_namespace (struct die_info *die, struct dwarf2_cu *cu)
16879{
518817b3 16880 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
0114d602 16881 int is_anonymous;
9219021c 16882
5c4e30ca
DC
16883 /* Add a symbol associated to this if we haven't seen the namespace
16884 before. Also, add a using directive if it's an anonymous
16885 namespace. */
9219021c 16886
f2f0e013 16887 if (dwarf2_attr (die, DW_AT_extension, cu) == NULL)
5c4e30ca
DC
16888 {
16889 struct type *type;
16890
0114d602 16891 type = read_type_die (die, cu);
e7c27a73 16892 new_symbol (die, type, cu);
5c4e30ca 16893
e8e80198 16894 namespace_name (die, &is_anonymous, cu);
5c4e30ca 16895 if (is_anonymous)
0114d602
DJ
16896 {
16897 const char *previous_prefix = determine_prefix (die, cu);
9a619af0 16898
eb1e02fd 16899 std::vector<const char *> excludes;
804d2729 16900 add_using_directive (using_directives (cu),
22cee43f 16901 previous_prefix, TYPE_NAME (type), NULL,
eb1e02fd 16902 NULL, excludes, 0, &objfile->objfile_obstack);
0114d602 16903 }
5c4e30ca 16904 }
9219021c 16905
639d11d3 16906 if (die->child != NULL)
d9fa45fe 16907 {
639d11d3 16908 struct die_info *child_die = die->child;
6e70227d 16909
d9fa45fe
DC
16910 while (child_die && child_die->tag)
16911 {
e7c27a73 16912 process_die (child_die, cu);
d9fa45fe
DC
16913 child_die = sibling_die (child_die);
16914 }
16915 }
38d518c9
EZ
16916}
16917
f55ee35c
JK
16918/* Read a Fortran module as type. This DIE can be only a declaration used for
16919 imported module. Still we need that type as local Fortran "use ... only"
16920 declaration imports depend on the created type in determine_prefix. */
16921
16922static struct type *
16923read_module_type (struct die_info *die, struct dwarf2_cu *cu)
16924{
518817b3 16925 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
15d034d0 16926 const char *module_name;
f55ee35c
JK
16927 struct type *type;
16928
16929 module_name = dwarf2_name (die, cu);
16930 if (!module_name)
b98664d3 16931 complaint (_("DW_TAG_module has no name, offset %s"),
9d8780f0 16932 sect_offset_str (die->sect_off));
19f392bc 16933 type = init_type (objfile, TYPE_CODE_MODULE, 0, module_name);
f55ee35c 16934
f55ee35c
JK
16935 return set_die_type (die, type, cu);
16936}
16937
5d7cb8df
JK
16938/* Read a Fortran module. */
16939
16940static void
16941read_module (struct die_info *die, struct dwarf2_cu *cu)
16942{
16943 struct die_info *child_die = die->child;
530e8392
KB
16944 struct type *type;
16945
16946 type = read_type_die (die, cu);
16947 new_symbol (die, type, cu);
5d7cb8df 16948
5d7cb8df
JK
16949 while (child_die && child_die->tag)
16950 {
16951 process_die (child_die, cu);
16952 child_die = sibling_die (child_die);
16953 }
16954}
16955
38d518c9
EZ
16956/* Return the name of the namespace represented by DIE. Set
16957 *IS_ANONYMOUS to tell whether or not the namespace is an anonymous
16958 namespace. */
16959
16960static const char *
e142c38c 16961namespace_name (struct die_info *die, int *is_anonymous, struct dwarf2_cu *cu)
38d518c9
EZ
16962{
16963 struct die_info *current_die;
16964 const char *name = NULL;
16965
16966 /* Loop through the extensions until we find a name. */
16967
16968 for (current_die = die;
16969 current_die != NULL;
f2f0e013 16970 current_die = dwarf2_extension (die, &cu))
38d518c9 16971 {
96553a0c
DE
16972 /* We don't use dwarf2_name here so that we can detect the absence
16973 of a name -> anonymous namespace. */
7d45c7c3 16974 name = dwarf2_string_attr (die, DW_AT_name, cu);
96553a0c 16975
38d518c9
EZ
16976 if (name != NULL)
16977 break;
16978 }
16979
16980 /* Is it an anonymous namespace? */
16981
16982 *is_anonymous = (name == NULL);
16983 if (*is_anonymous)
2b1dbab0 16984 name = CP_ANONYMOUS_NAMESPACE_STR;
38d518c9
EZ
16985
16986 return name;
d9fa45fe
DC
16987}
16988
c906108c
SS
16989/* Extract all information from a DW_TAG_pointer_type DIE and add to
16990 the user defined type vector. */
16991
f792889a 16992static struct type *
e7c27a73 16993read_tag_pointer_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 16994{
518817b3
SM
16995 struct gdbarch *gdbarch
16996 = get_objfile_arch (cu->per_cu->dwarf2_per_objfile->objfile);
e7c27a73 16997 struct comp_unit_head *cu_header = &cu->header;
c906108c 16998 struct type *type;
8b2dbe47
KB
16999 struct attribute *attr_byte_size;
17000 struct attribute *attr_address_class;
17001 int byte_size, addr_class;
7e314c57
JK
17002 struct type *target_type;
17003
17004 target_type = die_type (die, cu);
c906108c 17005
7e314c57
JK
17006 /* The die_type call above may have already set the type for this DIE. */
17007 type = get_die_type (die, cu);
17008 if (type)
17009 return type;
17010
17011 type = lookup_pointer_type (target_type);
8b2dbe47 17012
e142c38c 17013 attr_byte_size = dwarf2_attr (die, DW_AT_byte_size, cu);
8b2dbe47
KB
17014 if (attr_byte_size)
17015 byte_size = DW_UNSND (attr_byte_size);
c906108c 17016 else
8b2dbe47
KB
17017 byte_size = cu_header->addr_size;
17018
e142c38c 17019 attr_address_class = dwarf2_attr (die, DW_AT_address_class, cu);
8b2dbe47
KB
17020 if (attr_address_class)
17021 addr_class = DW_UNSND (attr_address_class);
17022 else
17023 addr_class = DW_ADDR_none;
17024
2b4424c3
TT
17025 ULONGEST alignment = get_alignment (cu, die);
17026
17027 /* If the pointer size, alignment, or address class is different
17028 than the default, create a type variant marked as such and set
17029 the length accordingly. */
17030 if (TYPE_LENGTH (type) != byte_size
17031 || (alignment != 0 && TYPE_RAW_ALIGN (type) != 0
17032 && alignment != TYPE_RAW_ALIGN (type))
17033 || addr_class != DW_ADDR_none)
c906108c 17034 {
5e2b427d 17035 if (gdbarch_address_class_type_flags_p (gdbarch))
8b2dbe47
KB
17036 {
17037 int type_flags;
17038
849957d9 17039 type_flags = gdbarch_address_class_type_flags
5e2b427d 17040 (gdbarch, byte_size, addr_class);
876cecd0
TT
17041 gdb_assert ((type_flags & ~TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL)
17042 == 0);
8b2dbe47
KB
17043 type = make_type_with_address_space (type, type_flags);
17044 }
17045 else if (TYPE_LENGTH (type) != byte_size)
17046 {
b98664d3 17047 complaint (_("invalid pointer size %d"), byte_size);
8b2dbe47 17048 }
2b4424c3
TT
17049 else if (TYPE_RAW_ALIGN (type) != alignment)
17050 {
b98664d3 17051 complaint (_("Invalid DW_AT_alignment"
2b4424c3
TT
17052 " - DIE at %s [in module %s]"),
17053 sect_offset_str (die->sect_off),
17054 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
17055 }
6e70227d 17056 else
9a619af0
MS
17057 {
17058 /* Should we also complain about unhandled address classes? */
17059 }
c906108c 17060 }
8b2dbe47
KB
17061
17062 TYPE_LENGTH (type) = byte_size;
2b4424c3 17063 set_type_align (type, alignment);
f792889a 17064 return set_die_type (die, type, cu);
c906108c
SS
17065}
17066
17067/* Extract all information from a DW_TAG_ptr_to_member_type DIE and add to
17068 the user defined type vector. */
17069
f792889a 17070static struct type *
e7c27a73 17071read_tag_ptr_to_member_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c
SS
17072{
17073 struct type *type;
17074 struct type *to_type;
17075 struct type *domain;
17076
e7c27a73
DJ
17077 to_type = die_type (die, cu);
17078 domain = die_containing_type (die, cu);
0d5de010 17079
7e314c57
JK
17080 /* The calls above may have already set the type for this DIE. */
17081 type = get_die_type (die, cu);
17082 if (type)
17083 return type;
17084
0d5de010
DJ
17085 if (TYPE_CODE (check_typedef (to_type)) == TYPE_CODE_METHOD)
17086 type = lookup_methodptr_type (to_type);
7078baeb
TT
17087 else if (TYPE_CODE (check_typedef (to_type)) == TYPE_CODE_FUNC)
17088 {
518817b3
SM
17089 struct type *new_type
17090 = alloc_type (cu->per_cu->dwarf2_per_objfile->objfile);
7078baeb
TT
17091
17092 smash_to_method_type (new_type, domain, TYPE_TARGET_TYPE (to_type),
17093 TYPE_FIELDS (to_type), TYPE_NFIELDS (to_type),
17094 TYPE_VARARGS (to_type));
17095 type = lookup_methodptr_type (new_type);
17096 }
0d5de010
DJ
17097 else
17098 type = lookup_memberptr_type (to_type, domain);
c906108c 17099
f792889a 17100 return set_die_type (die, type, cu);
c906108c
SS
17101}
17102
4297a3f0 17103/* Extract all information from a DW_TAG_{rvalue_,}reference_type DIE and add to
c906108c
SS
17104 the user defined type vector. */
17105
f792889a 17106static struct type *
4297a3f0
AV
17107read_tag_reference_type (struct die_info *die, struct dwarf2_cu *cu,
17108 enum type_code refcode)
c906108c 17109{
e7c27a73 17110 struct comp_unit_head *cu_header = &cu->header;
7e314c57 17111 struct type *type, *target_type;
c906108c
SS
17112 struct attribute *attr;
17113
4297a3f0
AV
17114 gdb_assert (refcode == TYPE_CODE_REF || refcode == TYPE_CODE_RVALUE_REF);
17115
7e314c57
JK
17116 target_type = die_type (die, cu);
17117
17118 /* The die_type call above may have already set the type for this DIE. */
17119 type = get_die_type (die, cu);
17120 if (type)
17121 return type;
17122
4297a3f0 17123 type = lookup_reference_type (target_type, refcode);
e142c38c 17124 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
17125 if (attr)
17126 {
17127 TYPE_LENGTH (type) = DW_UNSND (attr);
17128 }
17129 else
17130 {
107d2387 17131 TYPE_LENGTH (type) = cu_header->addr_size;
c906108c 17132 }
2b4424c3 17133 maybe_set_alignment (cu, die, type);
f792889a 17134 return set_die_type (die, type, cu);
c906108c
SS
17135}
17136
cf363f18
MW
17137/* Add the given cv-qualifiers to the element type of the array. GCC
17138 outputs DWARF type qualifiers that apply to an array, not the
17139 element type. But GDB relies on the array element type to carry
17140 the cv-qualifiers. This mimics section 6.7.3 of the C99
17141 specification. */
17142
17143static struct type *
17144add_array_cv_type (struct die_info *die, struct dwarf2_cu *cu,
17145 struct type *base_type, int cnst, int voltl)
17146{
17147 struct type *el_type, *inner_array;
17148
17149 base_type = copy_type (base_type);
17150 inner_array = base_type;
17151
17152 while (TYPE_CODE (TYPE_TARGET_TYPE (inner_array)) == TYPE_CODE_ARRAY)
17153 {
17154 TYPE_TARGET_TYPE (inner_array) =
17155 copy_type (TYPE_TARGET_TYPE (inner_array));
17156 inner_array = TYPE_TARGET_TYPE (inner_array);
17157 }
17158
17159 el_type = TYPE_TARGET_TYPE (inner_array);
17160 cnst |= TYPE_CONST (el_type);
17161 voltl |= TYPE_VOLATILE (el_type);
17162 TYPE_TARGET_TYPE (inner_array) = make_cv_type (cnst, voltl, el_type, NULL);
17163
17164 return set_die_type (die, base_type, cu);
17165}
17166
f792889a 17167static struct type *
e7c27a73 17168read_tag_const_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17169{
f792889a 17170 struct type *base_type, *cv_type;
c906108c 17171
e7c27a73 17172 base_type = die_type (die, cu);
7e314c57
JK
17173
17174 /* The die_type call above may have already set the type for this DIE. */
17175 cv_type = get_die_type (die, cu);
17176 if (cv_type)
17177 return cv_type;
17178
2f608a3a
KW
17179 /* In case the const qualifier is applied to an array type, the element type
17180 is so qualified, not the array type (section 6.7.3 of C99). */
17181 if (TYPE_CODE (base_type) == TYPE_CODE_ARRAY)
cf363f18 17182 return add_array_cv_type (die, cu, base_type, 1, 0);
2f608a3a 17183
f792889a
DJ
17184 cv_type = make_cv_type (1, TYPE_VOLATILE (base_type), base_type, 0);
17185 return set_die_type (die, cv_type, cu);
c906108c
SS
17186}
17187
f792889a 17188static struct type *
e7c27a73 17189read_tag_volatile_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17190{
f792889a 17191 struct type *base_type, *cv_type;
c906108c 17192
e7c27a73 17193 base_type = die_type (die, cu);
7e314c57
JK
17194
17195 /* The die_type call above may have already set the type for this DIE. */
17196 cv_type = get_die_type (die, cu);
17197 if (cv_type)
17198 return cv_type;
17199
cf363f18
MW
17200 /* In case the volatile qualifier is applied to an array type, the
17201 element type is so qualified, not the array type (section 6.7.3
17202 of C99). */
17203 if (TYPE_CODE (base_type) == TYPE_CODE_ARRAY)
17204 return add_array_cv_type (die, cu, base_type, 0, 1);
17205
f792889a
DJ
17206 cv_type = make_cv_type (TYPE_CONST (base_type), 1, base_type, 0);
17207 return set_die_type (die, cv_type, cu);
c906108c
SS
17208}
17209
06d66ee9
TT
17210/* Handle DW_TAG_restrict_type. */
17211
17212static struct type *
17213read_tag_restrict_type (struct die_info *die, struct dwarf2_cu *cu)
17214{
17215 struct type *base_type, *cv_type;
17216
17217 base_type = die_type (die, cu);
17218
17219 /* The die_type call above may have already set the type for this DIE. */
17220 cv_type = get_die_type (die, cu);
17221 if (cv_type)
17222 return cv_type;
17223
17224 cv_type = make_restrict_type (base_type);
17225 return set_die_type (die, cv_type, cu);
17226}
17227
a2c2acaf
MW
17228/* Handle DW_TAG_atomic_type. */
17229
17230static struct type *
17231read_tag_atomic_type (struct die_info *die, struct dwarf2_cu *cu)
17232{
17233 struct type *base_type, *cv_type;
17234
17235 base_type = die_type (die, cu);
17236
17237 /* The die_type call above may have already set the type for this DIE. */
17238 cv_type = get_die_type (die, cu);
17239 if (cv_type)
17240 return cv_type;
17241
17242 cv_type = make_atomic_type (base_type);
17243 return set_die_type (die, cv_type, cu);
17244}
17245
c906108c
SS
17246/* Extract all information from a DW_TAG_string_type DIE and add to
17247 the user defined type vector. It isn't really a user defined type,
17248 but it behaves like one, with other DIE's using an AT_user_def_type
17249 attribute to reference it. */
17250
f792889a 17251static struct type *
e7c27a73 17252read_tag_string_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17253{
518817b3 17254 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
3b7538c0 17255 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c
SS
17256 struct type *type, *range_type, *index_type, *char_type;
17257 struct attribute *attr;
17258 unsigned int length;
17259
e142c38c 17260 attr = dwarf2_attr (die, DW_AT_string_length, cu);
c906108c
SS
17261 if (attr)
17262 {
17263 length = DW_UNSND (attr);
17264 }
17265 else
17266 {
0963b4bd 17267 /* Check for the DW_AT_byte_size attribute. */
e142c38c 17268 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
b21b22e0
PS
17269 if (attr)
17270 {
17271 length = DW_UNSND (attr);
17272 }
17273 else
17274 {
17275 length = 1;
17276 }
c906108c 17277 }
6ccb9162 17278
46bf5051 17279 index_type = objfile_type (objfile)->builtin_int;
0c9c3474 17280 range_type = create_static_range_type (NULL, index_type, 1, length);
3b7538c0
UW
17281 char_type = language_string_char_type (cu->language_defn, gdbarch);
17282 type = create_string_type (NULL, char_type, range_type);
6ccb9162 17283
f792889a 17284 return set_die_type (die, type, cu);
c906108c
SS
17285}
17286
4d804846
JB
17287/* Assuming that DIE corresponds to a function, returns nonzero
17288 if the function is prototyped. */
17289
17290static int
17291prototyped_function_p (struct die_info *die, struct dwarf2_cu *cu)
17292{
17293 struct attribute *attr;
17294
17295 attr = dwarf2_attr (die, DW_AT_prototyped, cu);
17296 if (attr && (DW_UNSND (attr) != 0))
17297 return 1;
17298
17299 /* The DWARF standard implies that the DW_AT_prototyped attribute
17300 is only meaninful for C, but the concept also extends to other
17301 languages that allow unprototyped functions (Eg: Objective C).
17302 For all other languages, assume that functions are always
17303 prototyped. */
17304 if (cu->language != language_c
17305 && cu->language != language_objc
17306 && cu->language != language_opencl)
17307 return 1;
17308
17309 /* RealView does not emit DW_AT_prototyped. We can not distinguish
17310 prototyped and unprototyped functions; default to prototyped,
17311 since that is more common in modern code (and RealView warns
17312 about unprototyped functions). */
17313 if (producer_is_realview (cu->producer))
17314 return 1;
17315
17316 return 0;
17317}
17318
c906108c
SS
17319/* Handle DIES due to C code like:
17320
17321 struct foo
c5aa993b
JM
17322 {
17323 int (*funcp)(int a, long l);
17324 int b;
17325 };
c906108c 17326
0963b4bd 17327 ('funcp' generates a DW_TAG_subroutine_type DIE). */
c906108c 17328
f792889a 17329static struct type *
e7c27a73 17330read_subroutine_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17331{
518817b3 17332 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
0963b4bd
MS
17333 struct type *type; /* Type that this function returns. */
17334 struct type *ftype; /* Function that returns above type. */
c906108c
SS
17335 struct attribute *attr;
17336
e7c27a73 17337 type = die_type (die, cu);
7e314c57
JK
17338
17339 /* The die_type call above may have already set the type for this DIE. */
17340 ftype = get_die_type (die, cu);
17341 if (ftype)
17342 return ftype;
17343
0c8b41f1 17344 ftype = lookup_function_type (type);
c906108c 17345
4d804846 17346 if (prototyped_function_p (die, cu))
a6c727b2 17347 TYPE_PROTOTYPED (ftype) = 1;
c906108c 17348
c055b101
CV
17349 /* Store the calling convention in the type if it's available in
17350 the subroutine die. Otherwise set the calling convention to
17351 the default value DW_CC_normal. */
17352 attr = dwarf2_attr (die, DW_AT_calling_convention, cu);
54fcddd0
UW
17353 if (attr)
17354 TYPE_CALLING_CONVENTION (ftype) = DW_UNSND (attr);
17355 else if (cu->producer && strstr (cu->producer, "IBM XL C for OpenCL"))
17356 TYPE_CALLING_CONVENTION (ftype) = DW_CC_GDB_IBM_OpenCL;
17357 else
17358 TYPE_CALLING_CONVENTION (ftype) = DW_CC_normal;
76c10ea2 17359
743649fd
MW
17360 /* Record whether the function returns normally to its caller or not
17361 if the DWARF producer set that information. */
17362 attr = dwarf2_attr (die, DW_AT_noreturn, cu);
17363 if (attr && (DW_UNSND (attr) != 0))
17364 TYPE_NO_RETURN (ftype) = 1;
17365
76c10ea2
GM
17366 /* We need to add the subroutine type to the die immediately so
17367 we don't infinitely recurse when dealing with parameters
0963b4bd 17368 declared as the same subroutine type. */
76c10ea2 17369 set_die_type (die, ftype, cu);
6e70227d 17370
639d11d3 17371 if (die->child != NULL)
c906108c 17372 {
bb5ed363 17373 struct type *void_type = objfile_type (objfile)->builtin_void;
c906108c 17374 struct die_info *child_die;
8072405b 17375 int nparams, iparams;
c906108c
SS
17376
17377 /* Count the number of parameters.
17378 FIXME: GDB currently ignores vararg functions, but knows about
17379 vararg member functions. */
8072405b 17380 nparams = 0;
639d11d3 17381 child_die = die->child;
c906108c
SS
17382 while (child_die && child_die->tag)
17383 {
17384 if (child_die->tag == DW_TAG_formal_parameter)
17385 nparams++;
17386 else if (child_die->tag == DW_TAG_unspecified_parameters)
876cecd0 17387 TYPE_VARARGS (ftype) = 1;
c906108c
SS
17388 child_die = sibling_die (child_die);
17389 }
17390
17391 /* Allocate storage for parameters and fill them in. */
17392 TYPE_NFIELDS (ftype) = nparams;
17393 TYPE_FIELDS (ftype) = (struct field *)
ae5a43e0 17394 TYPE_ZALLOC (ftype, nparams * sizeof (struct field));
c906108c 17395
8072405b
JK
17396 /* TYPE_FIELD_TYPE must never be NULL. Pre-fill the array to ensure it
17397 even if we error out during the parameters reading below. */
17398 for (iparams = 0; iparams < nparams; iparams++)
17399 TYPE_FIELD_TYPE (ftype, iparams) = void_type;
17400
17401 iparams = 0;
639d11d3 17402 child_die = die->child;
c906108c
SS
17403 while (child_die && child_die->tag)
17404 {
17405 if (child_die->tag == DW_TAG_formal_parameter)
17406 {
3ce3b1ba
PA
17407 struct type *arg_type;
17408
17409 /* DWARF version 2 has no clean way to discern C++
17410 static and non-static member functions. G++ helps
17411 GDB by marking the first parameter for non-static
17412 member functions (which is the this pointer) as
17413 artificial. We pass this information to
17414 dwarf2_add_member_fn via TYPE_FIELD_ARTIFICIAL.
17415
17416 DWARF version 3 added DW_AT_object_pointer, which GCC
17417 4.5 does not yet generate. */
e142c38c 17418 attr = dwarf2_attr (child_die, DW_AT_artificial, cu);
c906108c
SS
17419 if (attr)
17420 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = DW_UNSND (attr);
17421 else
9c37b5ae 17422 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0;
3ce3b1ba
PA
17423 arg_type = die_type (child_die, cu);
17424
17425 /* RealView does not mark THIS as const, which the testsuite
17426 expects. GCC marks THIS as const in method definitions,
17427 but not in the class specifications (GCC PR 43053). */
17428 if (cu->language == language_cplus && !TYPE_CONST (arg_type)
17429 && TYPE_FIELD_ARTIFICIAL (ftype, iparams))
17430 {
17431 int is_this = 0;
17432 struct dwarf2_cu *arg_cu = cu;
17433 const char *name = dwarf2_name (child_die, cu);
17434
17435 attr = dwarf2_attr (die, DW_AT_object_pointer, cu);
17436 if (attr)
17437 {
17438 /* If the compiler emits this, use it. */
17439 if (follow_die_ref (die, attr, &arg_cu) == child_die)
17440 is_this = 1;
17441 }
17442 else if (name && strcmp (name, "this") == 0)
17443 /* Function definitions will have the argument names. */
17444 is_this = 1;
17445 else if (name == NULL && iparams == 0)
17446 /* Declarations may not have the names, so like
17447 elsewhere in GDB, assume an artificial first
17448 argument is "this". */
17449 is_this = 1;
17450
17451 if (is_this)
17452 arg_type = make_cv_type (1, TYPE_VOLATILE (arg_type),
17453 arg_type, 0);
17454 }
17455
17456 TYPE_FIELD_TYPE (ftype, iparams) = arg_type;
c906108c
SS
17457 iparams++;
17458 }
17459 child_die = sibling_die (child_die);
17460 }
17461 }
17462
76c10ea2 17463 return ftype;
c906108c
SS
17464}
17465
f792889a 17466static struct type *
e7c27a73 17467read_typedef (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17468{
518817b3 17469 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
0114d602 17470 const char *name = NULL;
3c8e0968 17471 struct type *this_type, *target_type;
c906108c 17472
94af9270 17473 name = dwarf2_full_name (NULL, die, cu);
19f392bc
UW
17474 this_type = init_type (objfile, TYPE_CODE_TYPEDEF, 0, name);
17475 TYPE_TARGET_STUB (this_type) = 1;
f792889a 17476 set_die_type (die, this_type, cu);
3c8e0968
DE
17477 target_type = die_type (die, cu);
17478 if (target_type != this_type)
17479 TYPE_TARGET_TYPE (this_type) = target_type;
17480 else
17481 {
17482 /* Self-referential typedefs are, it seems, not allowed by the DWARF
17483 spec and cause infinite loops in GDB. */
b98664d3 17484 complaint (_("Self-referential DW_TAG_typedef "
9d8780f0
SM
17485 "- DIE at %s [in module %s]"),
17486 sect_offset_str (die->sect_off), objfile_name (objfile));
3c8e0968
DE
17487 TYPE_TARGET_TYPE (this_type) = NULL;
17488 }
f792889a 17489 return this_type;
c906108c
SS
17490}
17491
9b790ce7
UW
17492/* Allocate a floating-point type of size BITS and name NAME. Pass NAME_HINT
17493 (which may be different from NAME) to the architecture back-end to allow
17494 it to guess the correct format if necessary. */
17495
17496static struct type *
17497dwarf2_init_float_type (struct objfile *objfile, int bits, const char *name,
17498 const char *name_hint)
17499{
17500 struct gdbarch *gdbarch = get_objfile_arch (objfile);
17501 const struct floatformat **format;
17502 struct type *type;
17503
17504 format = gdbarch_floatformat_for_type (gdbarch, name_hint, bits);
17505 if (format)
17506 type = init_float_type (objfile, bits, name, format);
17507 else
77b7c781 17508 type = init_type (objfile, TYPE_CODE_ERROR, bits, name);
9b790ce7
UW
17509
17510 return type;
17511}
17512
eb77c9df
AB
17513/* Allocate an integer type of size BITS and name NAME. */
17514
17515static struct type *
17516dwarf2_init_integer_type (struct dwarf2_cu *cu, struct objfile *objfile,
17517 int bits, int unsigned_p, const char *name)
17518{
17519 struct type *type;
17520
17521 /* Versions of Intel's C Compiler generate an integer type called "void"
17522 instead of using DW_TAG_unspecified_type. This has been seen on
17523 at least versions 14, 17, and 18. */
35ee2dc2
AB
17524 if (bits == 0 && producer_is_icc (cu) && name != nullptr
17525 && strcmp (name, "void") == 0)
eb77c9df
AB
17526 type = objfile_type (objfile)->builtin_void;
17527 else
17528 type = init_integer_type (objfile, bits, unsigned_p, name);
17529
17530 return type;
17531}
17532
c906108c
SS
17533/* Find a representation of a given base type and install
17534 it in the TYPE field of the die. */
17535
f792889a 17536static struct type *
e7c27a73 17537read_base_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 17538{
518817b3 17539 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c
SS
17540 struct type *type;
17541 struct attribute *attr;
19f392bc 17542 int encoding = 0, bits = 0;
15d034d0 17543 const char *name;
c906108c 17544
e142c38c 17545 attr = dwarf2_attr (die, DW_AT_encoding, cu);
c906108c
SS
17546 if (attr)
17547 {
17548 encoding = DW_UNSND (attr);
17549 }
e142c38c 17550 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
c906108c
SS
17551 if (attr)
17552 {
19f392bc 17553 bits = DW_UNSND (attr) * TARGET_CHAR_BIT;
c906108c 17554 }
39cbfefa 17555 name = dwarf2_name (die, cu);
6ccb9162 17556 if (!name)
c906108c 17557 {
b98664d3 17558 complaint (_("DW_AT_name missing from DW_TAG_base_type"));
c906108c 17559 }
6ccb9162
UW
17560
17561 switch (encoding)
c906108c 17562 {
6ccb9162
UW
17563 case DW_ATE_address:
17564 /* Turn DW_ATE_address into a void * pointer. */
77b7c781 17565 type = init_type (objfile, TYPE_CODE_VOID, TARGET_CHAR_BIT, NULL);
19f392bc 17566 type = init_pointer_type (objfile, bits, name, type);
6ccb9162
UW
17567 break;
17568 case DW_ATE_boolean:
19f392bc 17569 type = init_boolean_type (objfile, bits, 1, name);
6ccb9162
UW
17570 break;
17571 case DW_ATE_complex_float:
9b790ce7 17572 type = dwarf2_init_float_type (objfile, bits / 2, NULL, name);
19f392bc 17573 type = init_complex_type (objfile, name, type);
6ccb9162
UW
17574 break;
17575 case DW_ATE_decimal_float:
19f392bc 17576 type = init_decfloat_type (objfile, bits, name);
6ccb9162
UW
17577 break;
17578 case DW_ATE_float:
9b790ce7 17579 type = dwarf2_init_float_type (objfile, bits, name, name);
6ccb9162
UW
17580 break;
17581 case DW_ATE_signed:
eb77c9df 17582 type = dwarf2_init_integer_type (cu, objfile, bits, 0, name);
6ccb9162
UW
17583 break;
17584 case DW_ATE_unsigned:
3b2b8fea
TT
17585 if (cu->language == language_fortran
17586 && name
61012eef 17587 && startswith (name, "character("))
19f392bc
UW
17588 type = init_character_type (objfile, bits, 1, name);
17589 else
eb77c9df 17590 type = dwarf2_init_integer_type (cu, objfile, bits, 1, name);
6ccb9162
UW
17591 break;
17592 case DW_ATE_signed_char:
6e70227d 17593 if (cu->language == language_ada || cu->language == language_m2
3b2b8fea
TT
17594 || cu->language == language_pascal
17595 || cu->language == language_fortran)
19f392bc
UW
17596 type = init_character_type (objfile, bits, 0, name);
17597 else
eb77c9df 17598 type = dwarf2_init_integer_type (cu, objfile, bits, 0, name);
6ccb9162
UW
17599 break;
17600 case DW_ATE_unsigned_char:
868a0084 17601 if (cu->language == language_ada || cu->language == language_m2
3b2b8fea 17602 || cu->language == language_pascal
c44af4eb
TT
17603 || cu->language == language_fortran
17604 || cu->language == language_rust)
19f392bc
UW
17605 type = init_character_type (objfile, bits, 1, name);
17606 else
eb77c9df 17607 type = dwarf2_init_integer_type (cu, objfile, bits, 1, name);
6ccb9162 17608 break;
75079b2b 17609 case DW_ATE_UTF:
53e710ac
PA
17610 {
17611 gdbarch *arch = get_objfile_arch (objfile);
17612
17613 if (bits == 16)
17614 type = builtin_type (arch)->builtin_char16;
17615 else if (bits == 32)
17616 type = builtin_type (arch)->builtin_char32;
17617 else
17618 {
b98664d3 17619 complaint (_("unsupported DW_ATE_UTF bit size: '%d'"),
53e710ac 17620 bits);
eb77c9df 17621 type = dwarf2_init_integer_type (cu, objfile, bits, 1, name);
53e710ac
PA
17622 }
17623 return set_die_type (die, type, cu);
17624 }
75079b2b
TT
17625 break;
17626
6ccb9162 17627 default:
b98664d3 17628 complaint (_("unsupported DW_AT_encoding: '%s'"),
6ccb9162 17629 dwarf_type_encoding_name (encoding));
77b7c781 17630 type = init_type (objfile, TYPE_CODE_ERROR, bits, name);
6ccb9162 17631 break;
c906108c 17632 }
6ccb9162 17633
0114d602 17634 if (name && strcmp (name, "char") == 0)
876cecd0 17635 TYPE_NOSIGN (type) = 1;
0114d602 17636
2b4424c3
TT
17637 maybe_set_alignment (cu, die, type);
17638
f792889a 17639 return set_die_type (die, type, cu);
c906108c
SS
17640}
17641
80180f79
SA
17642/* Parse dwarf attribute if it's a block, reference or constant and put the
17643 resulting value of the attribute into struct bound_prop.
17644 Returns 1 if ATTR could be resolved into PROP, 0 otherwise. */
17645
17646static int
17647attr_to_dynamic_prop (const struct attribute *attr, struct die_info *die,
17648 struct dwarf2_cu *cu, struct dynamic_prop *prop)
17649{
17650 struct dwarf2_property_baton *baton;
518817b3
SM
17651 struct obstack *obstack
17652 = &cu->per_cu->dwarf2_per_objfile->objfile->objfile_obstack;
80180f79
SA
17653
17654 if (attr == NULL || prop == NULL)
17655 return 0;
17656
17657 if (attr_form_is_block (attr))
17658 {
8d749320 17659 baton = XOBNEW (obstack, struct dwarf2_property_baton);
80180f79
SA
17660 baton->referenced_type = NULL;
17661 baton->locexpr.per_cu = cu->per_cu;
17662 baton->locexpr.size = DW_BLOCK (attr)->size;
17663 baton->locexpr.data = DW_BLOCK (attr)->data;
17664 prop->data.baton = baton;
17665 prop->kind = PROP_LOCEXPR;
17666 gdb_assert (prop->data.baton != NULL);
17667 }
17668 else if (attr_form_is_ref (attr))
17669 {
17670 struct dwarf2_cu *target_cu = cu;
17671 struct die_info *target_die;
17672 struct attribute *target_attr;
17673
17674 target_die = follow_die_ref (die, attr, &target_cu);
17675 target_attr = dwarf2_attr (target_die, DW_AT_location, target_cu);
df25ebbd
JB
17676 if (target_attr == NULL)
17677 target_attr = dwarf2_attr (target_die, DW_AT_data_member_location,
17678 target_cu);
80180f79
SA
17679 if (target_attr == NULL)
17680 return 0;
17681
df25ebbd 17682 switch (target_attr->name)
80180f79 17683 {
df25ebbd
JB
17684 case DW_AT_location:
17685 if (attr_form_is_section_offset (target_attr))
17686 {
8d749320 17687 baton = XOBNEW (obstack, struct dwarf2_property_baton);
df25ebbd
JB
17688 baton->referenced_type = die_type (target_die, target_cu);
17689 fill_in_loclist_baton (cu, &baton->loclist, target_attr);
17690 prop->data.baton = baton;
17691 prop->kind = PROP_LOCLIST;
17692 gdb_assert (prop->data.baton != NULL);
17693 }
17694 else if (attr_form_is_block (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 baton->locexpr.per_cu = cu->per_cu;
17699 baton->locexpr.size = DW_BLOCK (target_attr)->size;
17700 baton->locexpr.data = DW_BLOCK (target_attr)->data;
17701 prop->data.baton = baton;
17702 prop->kind = PROP_LOCEXPR;
17703 gdb_assert (prop->data.baton != NULL);
17704 }
17705 else
17706 {
17707 dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
17708 "dynamic property");
17709 return 0;
17710 }
17711 break;
17712 case DW_AT_data_member_location:
17713 {
17714 LONGEST offset;
17715
17716 if (!handle_data_member_location (target_die, target_cu,
17717 &offset))
17718 return 0;
17719
8d749320 17720 baton = XOBNEW (obstack, struct dwarf2_property_baton);
6ad395a7
JB
17721 baton->referenced_type = read_type_die (target_die->parent,
17722 target_cu);
df25ebbd
JB
17723 baton->offset_info.offset = offset;
17724 baton->offset_info.type = die_type (target_die, target_cu);
17725 prop->data.baton = baton;
17726 prop->kind = PROP_ADDR_OFFSET;
17727 break;
17728 }
80180f79
SA
17729 }
17730 }
17731 else if (attr_form_is_constant (attr))
17732 {
17733 prop->data.const_val = dwarf2_get_attr_constant_value (attr, 0);
17734 prop->kind = PROP_CONST;
17735 }
17736 else
17737 {
17738 dwarf2_invalid_attrib_class_complaint (dwarf_form_name (attr->form),
17739 dwarf2_name (die, cu));
17740 return 0;
17741 }
17742
17743 return 1;
17744}
17745
a02abb62
JB
17746/* Read the given DW_AT_subrange DIE. */
17747
f792889a 17748static struct type *
a02abb62
JB
17749read_subrange_type (struct die_info *die, struct dwarf2_cu *cu)
17750{
4c9ad8c2 17751 struct type *base_type, *orig_base_type;
a02abb62
JB
17752 struct type *range_type;
17753 struct attribute *attr;
729efb13 17754 struct dynamic_prop low, high;
4fae6e18 17755 int low_default_is_valid;
c451ebe5 17756 int high_bound_is_count = 0;
15d034d0 17757 const char *name;
d359392f 17758 ULONGEST negative_mask;
e77813c8 17759
4c9ad8c2
TT
17760 orig_base_type = die_type (die, cu);
17761 /* If ORIG_BASE_TYPE is a typedef, it will not be TYPE_UNSIGNED,
17762 whereas the real type might be. So, we use ORIG_BASE_TYPE when
17763 creating the range type, but we use the result of check_typedef
17764 when examining properties of the type. */
17765 base_type = check_typedef (orig_base_type);
a02abb62 17766
7e314c57
JK
17767 /* The die_type call above may have already set the type for this DIE. */
17768 range_type = get_die_type (die, cu);
17769 if (range_type)
17770 return range_type;
17771
729efb13
SA
17772 low.kind = PROP_CONST;
17773 high.kind = PROP_CONST;
17774 high.data.const_val = 0;
17775
4fae6e18
JK
17776 /* Set LOW_DEFAULT_IS_VALID if current language and DWARF version allow
17777 omitting DW_AT_lower_bound. */
17778 switch (cu->language)
6e70227d 17779 {
4fae6e18
JK
17780 case language_c:
17781 case language_cplus:
729efb13 17782 low.data.const_val = 0;
4fae6e18
JK
17783 low_default_is_valid = 1;
17784 break;
17785 case language_fortran:
729efb13 17786 low.data.const_val = 1;
4fae6e18
JK
17787 low_default_is_valid = 1;
17788 break;
17789 case language_d:
4fae6e18 17790 case language_objc:
c44af4eb 17791 case language_rust:
729efb13 17792 low.data.const_val = 0;
4fae6e18
JK
17793 low_default_is_valid = (cu->header.version >= 4);
17794 break;
17795 case language_ada:
17796 case language_m2:
17797 case language_pascal:
729efb13 17798 low.data.const_val = 1;
4fae6e18
JK
17799 low_default_is_valid = (cu->header.version >= 4);
17800 break;
17801 default:
729efb13 17802 low.data.const_val = 0;
4fae6e18
JK
17803 low_default_is_valid = 0;
17804 break;
a02abb62
JB
17805 }
17806
e142c38c 17807 attr = dwarf2_attr (die, DW_AT_lower_bound, cu);
a02abb62 17808 if (attr)
11c1ba78 17809 attr_to_dynamic_prop (attr, die, cu, &low);
4fae6e18 17810 else if (!low_default_is_valid)
b98664d3 17811 complaint (_("Missing DW_AT_lower_bound "
9d8780f0
SM
17812 "- DIE at %s [in module %s]"),
17813 sect_offset_str (die->sect_off),
518817b3 17814 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
a02abb62 17815
506f5c41
TV
17816 struct attribute *attr_ub, *attr_count;
17817 attr = attr_ub = dwarf2_attr (die, DW_AT_upper_bound, cu);
80180f79 17818 if (!attr_to_dynamic_prop (attr, die, cu, &high))
e77813c8 17819 {
506f5c41 17820 attr = attr_count = dwarf2_attr (die, DW_AT_count, cu);
c451ebe5 17821 if (attr_to_dynamic_prop (attr, die, cu, &high))
6b662e19 17822 {
c451ebe5
SA
17823 /* If bounds are constant do the final calculation here. */
17824 if (low.kind == PROP_CONST && high.kind == PROP_CONST)
17825 high.data.const_val = low.data.const_val + high.data.const_val - 1;
17826 else
17827 high_bound_is_count = 1;
c2ff108b 17828 }
506f5c41
TV
17829 else
17830 {
17831 if (attr_ub != NULL)
17832 complaint (_("Unresolved DW_AT_upper_bound "
17833 "- DIE at %s [in module %s]"),
17834 sect_offset_str (die->sect_off),
17835 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
17836 if (attr_count != NULL)
17837 complaint (_("Unresolved DW_AT_count "
17838 "- DIE at %s [in module %s]"),
17839 sect_offset_str (die->sect_off),
17840 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
17841 }
17842
e77813c8
PM
17843 }
17844
17845 /* Dwarf-2 specifications explicitly allows to create subrange types
17846 without specifying a base type.
17847 In that case, the base type must be set to the type of
17848 the lower bound, upper bound or count, in that order, if any of these
17849 three attributes references an object that has a type.
17850 If no base type is found, the Dwarf-2 specifications say that
17851 a signed integer type of size equal to the size of an address should
17852 be used.
17853 For the following C code: `extern char gdb_int [];'
17854 GCC produces an empty range DIE.
17855 FIXME: muller/2010-05-28: Possible references to object for low bound,
0963b4bd 17856 high bound or count are not yet handled by this code. */
e77813c8
PM
17857 if (TYPE_CODE (base_type) == TYPE_CODE_VOID)
17858 {
518817b3 17859 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
e77813c8
PM
17860 struct gdbarch *gdbarch = get_objfile_arch (objfile);
17861 int addr_size = gdbarch_addr_bit (gdbarch) /8;
17862 struct type *int_type = objfile_type (objfile)->builtin_int;
17863
17864 /* Test "int", "long int", and "long long int" objfile types,
17865 and select the first one having a size above or equal to the
17866 architecture address size. */
17867 if (int_type && TYPE_LENGTH (int_type) >= addr_size)
17868 base_type = int_type;
17869 else
17870 {
17871 int_type = objfile_type (objfile)->builtin_long;
17872 if (int_type && TYPE_LENGTH (int_type) >= addr_size)
17873 base_type = int_type;
17874 else
17875 {
17876 int_type = objfile_type (objfile)->builtin_long_long;
17877 if (int_type && TYPE_LENGTH (int_type) >= addr_size)
17878 base_type = int_type;
17879 }
17880 }
17881 }
a02abb62 17882
dbb9c2b1
JB
17883 /* Normally, the DWARF producers are expected to use a signed
17884 constant form (Eg. DW_FORM_sdata) to express negative bounds.
17885 But this is unfortunately not always the case, as witnessed
17886 with GCC, for instance, where the ambiguous DW_FORM_dataN form
17887 is used instead. To work around that ambiguity, we treat
17888 the bounds as signed, and thus sign-extend their values, when
17889 the base type is signed. */
6e70227d 17890 negative_mask =
d359392f 17891 -((ULONGEST) 1 << (TYPE_LENGTH (base_type) * TARGET_CHAR_BIT - 1));
729efb13
SA
17892 if (low.kind == PROP_CONST
17893 && !TYPE_UNSIGNED (base_type) && (low.data.const_val & negative_mask))
17894 low.data.const_val |= negative_mask;
17895 if (high.kind == PROP_CONST
17896 && !TYPE_UNSIGNED (base_type) && (high.data.const_val & negative_mask))
17897 high.data.const_val |= negative_mask;
43bbcdc2 17898
729efb13 17899 range_type = create_range_type (NULL, orig_base_type, &low, &high);
a02abb62 17900
c451ebe5
SA
17901 if (high_bound_is_count)
17902 TYPE_RANGE_DATA (range_type)->flag_upper_bound_is_count = 1;
17903
c2ff108b
JK
17904 /* Ada expects an empty array on no boundary attributes. */
17905 if (attr == NULL && cu->language != language_ada)
729efb13 17906 TYPE_HIGH_BOUND_KIND (range_type) = PROP_UNDEFINED;
c2ff108b 17907
39cbfefa
DJ
17908 name = dwarf2_name (die, cu);
17909 if (name)
17910 TYPE_NAME (range_type) = name;
6e70227d 17911
e142c38c 17912 attr = dwarf2_attr (die, DW_AT_byte_size, cu);
a02abb62
JB
17913 if (attr)
17914 TYPE_LENGTH (range_type) = DW_UNSND (attr);
17915
2b4424c3
TT
17916 maybe_set_alignment (cu, die, range_type);
17917
7e314c57
JK
17918 set_die_type (die, range_type, cu);
17919
17920 /* set_die_type should be already done. */
b4ba55a1
JB
17921 set_descriptive_type (range_type, die, cu);
17922
7e314c57 17923 return range_type;
a02abb62 17924}
6e70227d 17925
f792889a 17926static struct type *
81a17f79
JB
17927read_unspecified_type (struct die_info *die, struct dwarf2_cu *cu)
17928{
17929 struct type *type;
81a17f79 17930
518817b3
SM
17931 type = init_type (cu->per_cu->dwarf2_per_objfile->objfile, TYPE_CODE_VOID,0,
17932 NULL);
0114d602 17933 TYPE_NAME (type) = dwarf2_name (die, cu);
81a17f79 17934
74a2f8ff
JB
17935 /* In Ada, an unspecified type is typically used when the description
17936 of the type is defered to a different unit. When encountering
17937 such a type, we treat it as a stub, and try to resolve it later on,
17938 when needed. */
17939 if (cu->language == language_ada)
17940 TYPE_STUB (type) = 1;
17941
f792889a 17942 return set_die_type (die, type, cu);
81a17f79 17943}
a02abb62 17944
639d11d3
DC
17945/* Read a single die and all its descendents. Set the die's sibling
17946 field to NULL; set other fields in the die correctly, and set all
17947 of the descendents' fields correctly. Set *NEW_INFO_PTR to the
17948 location of the info_ptr after reading all of those dies. PARENT
17949 is the parent of the die in question. */
17950
17951static struct die_info *
dee91e82 17952read_die_and_children (const struct die_reader_specs *reader,
d521ce57
TT
17953 const gdb_byte *info_ptr,
17954 const gdb_byte **new_info_ptr,
dee91e82 17955 struct die_info *parent)
639d11d3
DC
17956{
17957 struct die_info *die;
d521ce57 17958 const gdb_byte *cur_ptr;
639d11d3
DC
17959 int has_children;
17960
bf6af496 17961 cur_ptr = read_full_die_1 (reader, &die, info_ptr, &has_children, 0);
1d325ec1
DJ
17962 if (die == NULL)
17963 {
17964 *new_info_ptr = cur_ptr;
17965 return NULL;
17966 }
93311388 17967 store_in_ref_table (die, reader->cu);
639d11d3
DC
17968
17969 if (has_children)
bf6af496 17970 die->child = read_die_and_siblings_1 (reader, cur_ptr, new_info_ptr, die);
639d11d3
DC
17971 else
17972 {
17973 die->child = NULL;
17974 *new_info_ptr = cur_ptr;
17975 }
17976
17977 die->sibling = NULL;
17978 die->parent = parent;
17979 return die;
17980}
17981
17982/* Read a die, all of its descendents, and all of its siblings; set
17983 all of the fields of all of the dies correctly. Arguments are as
17984 in read_die_and_children. */
17985
17986static struct die_info *
bf6af496 17987read_die_and_siblings_1 (const struct die_reader_specs *reader,
d521ce57
TT
17988 const gdb_byte *info_ptr,
17989 const gdb_byte **new_info_ptr,
bf6af496 17990 struct die_info *parent)
639d11d3
DC
17991{
17992 struct die_info *first_die, *last_sibling;
d521ce57 17993 const gdb_byte *cur_ptr;
639d11d3 17994
c906108c 17995 cur_ptr = info_ptr;
639d11d3
DC
17996 first_die = last_sibling = NULL;
17997
17998 while (1)
c906108c 17999 {
639d11d3 18000 struct die_info *die
dee91e82 18001 = read_die_and_children (reader, cur_ptr, &cur_ptr, parent);
639d11d3 18002
1d325ec1 18003 if (die == NULL)
c906108c 18004 {
639d11d3
DC
18005 *new_info_ptr = cur_ptr;
18006 return first_die;
c906108c 18007 }
1d325ec1
DJ
18008
18009 if (!first_die)
18010 first_die = die;
c906108c 18011 else
1d325ec1
DJ
18012 last_sibling->sibling = die;
18013
18014 last_sibling = die;
c906108c 18015 }
c906108c
SS
18016}
18017
bf6af496
DE
18018/* Read a die, all of its descendents, and all of its siblings; set
18019 all of the fields of all of the dies correctly. Arguments are as
18020 in read_die_and_children.
18021 This the main entry point for reading a DIE and all its children. */
18022
18023static struct die_info *
18024read_die_and_siblings (const struct die_reader_specs *reader,
d521ce57
TT
18025 const gdb_byte *info_ptr,
18026 const gdb_byte **new_info_ptr,
bf6af496
DE
18027 struct die_info *parent)
18028{
18029 struct die_info *die = read_die_and_siblings_1 (reader, info_ptr,
18030 new_info_ptr, parent);
18031
b4f54984 18032 if (dwarf_die_debug)
bf6af496
DE
18033 {
18034 fprintf_unfiltered (gdb_stdlog,
18035 "Read die from %s@0x%x of %s:\n",
a32a8923 18036 get_section_name (reader->die_section),
bf6af496
DE
18037 (unsigned) (info_ptr - reader->die_section->buffer),
18038 bfd_get_filename (reader->abfd));
b4f54984 18039 dump_die (die, dwarf_die_debug);
bf6af496
DE
18040 }
18041
18042 return die;
18043}
18044
3019eac3
DE
18045/* Read a die and all its attributes, leave space for NUM_EXTRA_ATTRS
18046 attributes.
18047 The caller is responsible for filling in the extra attributes
18048 and updating (*DIEP)->num_attrs.
18049 Set DIEP to point to a newly allocated die with its information,
18050 except for its child, sibling, and parent fields.
18051 Set HAS_CHILDREN to tell whether the die has children or not. */
93311388 18052
d521ce57 18053static const gdb_byte *
3019eac3 18054read_full_die_1 (const struct die_reader_specs *reader,
d521ce57 18055 struct die_info **diep, const gdb_byte *info_ptr,
3019eac3 18056 int *has_children, int num_extra_attrs)
93311388 18057{
b64f50a1 18058 unsigned int abbrev_number, bytes_read, i;
93311388
DE
18059 struct abbrev_info *abbrev;
18060 struct die_info *die;
18061 struct dwarf2_cu *cu = reader->cu;
18062 bfd *abfd = reader->abfd;
18063
9c541725 18064 sect_offset sect_off = (sect_offset) (info_ptr - reader->buffer);
93311388
DE
18065 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
18066 info_ptr += bytes_read;
18067 if (!abbrev_number)
18068 {
18069 *diep = NULL;
18070 *has_children = 0;
18071 return info_ptr;
18072 }
18073
685af9cd 18074 abbrev = reader->abbrev_table->lookup_abbrev (abbrev_number);
93311388 18075 if (!abbrev)
348e048f
DE
18076 error (_("Dwarf Error: could not find abbrev number %d [in module %s]"),
18077 abbrev_number,
18078 bfd_get_filename (abfd));
18079
3019eac3 18080 die = dwarf_alloc_die (cu, abbrev->num_attrs + num_extra_attrs);
9c541725 18081 die->sect_off = sect_off;
93311388
DE
18082 die->tag = abbrev->tag;
18083 die->abbrev = abbrev_number;
18084
3019eac3
DE
18085 /* Make the result usable.
18086 The caller needs to update num_attrs after adding the extra
18087 attributes. */
93311388
DE
18088 die->num_attrs = abbrev->num_attrs;
18089
18090 for (i = 0; i < abbrev->num_attrs; ++i)
dee91e82
DE
18091 info_ptr = read_attribute (reader, &die->attrs[i], &abbrev->attrs[i],
18092 info_ptr);
93311388
DE
18093
18094 *diep = die;
18095 *has_children = abbrev->has_children;
18096 return info_ptr;
18097}
18098
3019eac3
DE
18099/* Read a die and all its attributes.
18100 Set DIEP to point to a newly allocated die with its information,
18101 except for its child, sibling, and parent fields.
18102 Set HAS_CHILDREN to tell whether the die has children or not. */
18103
d521ce57 18104static const gdb_byte *
3019eac3 18105read_full_die (const struct die_reader_specs *reader,
d521ce57 18106 struct die_info **diep, const gdb_byte *info_ptr,
3019eac3
DE
18107 int *has_children)
18108{
d521ce57 18109 const gdb_byte *result;
bf6af496
DE
18110
18111 result = read_full_die_1 (reader, diep, info_ptr, has_children, 0);
18112
b4f54984 18113 if (dwarf_die_debug)
bf6af496
DE
18114 {
18115 fprintf_unfiltered (gdb_stdlog,
18116 "Read die from %s@0x%x of %s:\n",
a32a8923 18117 get_section_name (reader->die_section),
bf6af496
DE
18118 (unsigned) (info_ptr - reader->die_section->buffer),
18119 bfd_get_filename (reader->abfd));
b4f54984 18120 dump_die (*diep, dwarf_die_debug);
bf6af496
DE
18121 }
18122
18123 return result;
3019eac3 18124}
433df2d4
DE
18125\f
18126/* Abbreviation tables.
3019eac3 18127
433df2d4 18128 In DWARF version 2, the description of the debugging information is
c906108c
SS
18129 stored in a separate .debug_abbrev section. Before we read any
18130 dies from a section we read in all abbreviations and install them
433df2d4
DE
18131 in a hash table. */
18132
18133/* Allocate space for a struct abbrev_info object in ABBREV_TABLE. */
18134
685af9cd
TT
18135struct abbrev_info *
18136abbrev_table::alloc_abbrev ()
433df2d4
DE
18137{
18138 struct abbrev_info *abbrev;
18139
685af9cd 18140 abbrev = XOBNEW (&abbrev_obstack, struct abbrev_info);
433df2d4 18141 memset (abbrev, 0, sizeof (struct abbrev_info));
8d749320 18142
433df2d4
DE
18143 return abbrev;
18144}
18145
18146/* Add an abbreviation to the table. */
c906108c 18147
685af9cd
TT
18148void
18149abbrev_table::add_abbrev (unsigned int abbrev_number,
18150 struct abbrev_info *abbrev)
433df2d4
DE
18151{
18152 unsigned int hash_number;
18153
18154 hash_number = abbrev_number % ABBREV_HASH_SIZE;
4a17f768
YQ
18155 abbrev->next = m_abbrevs[hash_number];
18156 m_abbrevs[hash_number] = abbrev;
433df2d4 18157}
dee91e82 18158
433df2d4
DE
18159/* Look up an abbrev in the table.
18160 Returns NULL if the abbrev is not found. */
18161
685af9cd
TT
18162struct abbrev_info *
18163abbrev_table::lookup_abbrev (unsigned int abbrev_number)
c906108c 18164{
433df2d4
DE
18165 unsigned int hash_number;
18166 struct abbrev_info *abbrev;
18167
18168 hash_number = abbrev_number % ABBREV_HASH_SIZE;
4a17f768 18169 abbrev = m_abbrevs[hash_number];
433df2d4
DE
18170
18171 while (abbrev)
18172 {
18173 if (abbrev->number == abbrev_number)
18174 return abbrev;
18175 abbrev = abbrev->next;
18176 }
18177 return NULL;
18178}
18179
18180/* Read in an abbrev table. */
18181
685af9cd 18182static abbrev_table_up
ed2dc618
SM
18183abbrev_table_read_table (struct dwarf2_per_objfile *dwarf2_per_objfile,
18184 struct dwarf2_section_info *section,
9c541725 18185 sect_offset sect_off)
433df2d4
DE
18186{
18187 struct objfile *objfile = dwarf2_per_objfile->objfile;
a32a8923 18188 bfd *abfd = get_section_bfd_owner (section);
d521ce57 18189 const gdb_byte *abbrev_ptr;
c906108c
SS
18190 struct abbrev_info *cur_abbrev;
18191 unsigned int abbrev_number, bytes_read, abbrev_name;
433df2d4 18192 unsigned int abbrev_form;
f3dd6933
DJ
18193 struct attr_abbrev *cur_attrs;
18194 unsigned int allocated_attrs;
c906108c 18195
685af9cd 18196 abbrev_table_up abbrev_table (new struct abbrev_table (sect_off));
c906108c 18197
433df2d4 18198 dwarf2_read_section (objfile, section);
9c541725 18199 abbrev_ptr = section->buffer + to_underlying (sect_off);
c906108c
SS
18200 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
18201 abbrev_ptr += bytes_read;
18202
f3dd6933 18203 allocated_attrs = ATTR_ALLOC_CHUNK;
8d749320 18204 cur_attrs = XNEWVEC (struct attr_abbrev, allocated_attrs);
6e70227d 18205
0963b4bd 18206 /* Loop until we reach an abbrev number of 0. */
c906108c
SS
18207 while (abbrev_number)
18208 {
685af9cd 18209 cur_abbrev = abbrev_table->alloc_abbrev ();
c906108c
SS
18210
18211 /* read in abbrev header */
18212 cur_abbrev->number = abbrev_number;
aead7601
SM
18213 cur_abbrev->tag
18214 = (enum dwarf_tag) read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
c906108c
SS
18215 abbrev_ptr += bytes_read;
18216 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr);
18217 abbrev_ptr += 1;
18218
18219 /* now read in declarations */
22d2f3ab 18220 for (;;)
c906108c 18221 {
43988095
JK
18222 LONGEST implicit_const;
18223
22d2f3ab
JK
18224 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
18225 abbrev_ptr += bytes_read;
18226 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
18227 abbrev_ptr += bytes_read;
43988095
JK
18228 if (abbrev_form == DW_FORM_implicit_const)
18229 {
18230 implicit_const = read_signed_leb128 (abfd, abbrev_ptr,
18231 &bytes_read);
18232 abbrev_ptr += bytes_read;
18233 }
18234 else
18235 {
18236 /* Initialize it due to a false compiler warning. */
18237 implicit_const = -1;
18238 }
22d2f3ab
JK
18239
18240 if (abbrev_name == 0)
18241 break;
18242
f3dd6933 18243 if (cur_abbrev->num_attrs == allocated_attrs)
c906108c 18244 {
f3dd6933
DJ
18245 allocated_attrs += ATTR_ALLOC_CHUNK;
18246 cur_attrs
224c3ddb 18247 = XRESIZEVEC (struct attr_abbrev, cur_attrs, allocated_attrs);
c906108c 18248 }
ae038cb0 18249
aead7601
SM
18250 cur_attrs[cur_abbrev->num_attrs].name
18251 = (enum dwarf_attribute) abbrev_name;
22d2f3ab 18252 cur_attrs[cur_abbrev->num_attrs].form
aead7601 18253 = (enum dwarf_form) abbrev_form;
43988095 18254 cur_attrs[cur_abbrev->num_attrs].implicit_const = implicit_const;
22d2f3ab 18255 ++cur_abbrev->num_attrs;
c906108c
SS
18256 }
18257
8d749320
SM
18258 cur_abbrev->attrs =
18259 XOBNEWVEC (&abbrev_table->abbrev_obstack, struct attr_abbrev,
18260 cur_abbrev->num_attrs);
f3dd6933
DJ
18261 memcpy (cur_abbrev->attrs, cur_attrs,
18262 cur_abbrev->num_attrs * sizeof (struct attr_abbrev));
18263
685af9cd 18264 abbrev_table->add_abbrev (abbrev_number, cur_abbrev);
c906108c
SS
18265
18266 /* Get next abbreviation.
18267 Under Irix6 the abbreviations for a compilation unit are not
c5aa993b
JM
18268 always properly terminated with an abbrev number of 0.
18269 Exit loop if we encounter an abbreviation which we have
18270 already read (which means we are about to read the abbreviations
18271 for the next compile unit) or if the end of the abbreviation
18272 table is reached. */
433df2d4 18273 if ((unsigned int) (abbrev_ptr - section->buffer) >= section->size)
c906108c
SS
18274 break;
18275 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
18276 abbrev_ptr += bytes_read;
685af9cd 18277 if (abbrev_table->lookup_abbrev (abbrev_number) != NULL)
c906108c
SS
18278 break;
18279 }
f3dd6933
DJ
18280
18281 xfree (cur_attrs);
433df2d4 18282 return abbrev_table;
c906108c
SS
18283}
18284
72bf9492
DJ
18285/* Returns nonzero if TAG represents a type that we might generate a partial
18286 symbol for. */
18287
18288static int
18289is_type_tag_for_partial (int tag)
18290{
18291 switch (tag)
18292 {
18293#if 0
18294 /* Some types that would be reasonable to generate partial symbols for,
18295 that we don't at present. */
18296 case DW_TAG_array_type:
18297 case DW_TAG_file_type:
18298 case DW_TAG_ptr_to_member_type:
18299 case DW_TAG_set_type:
18300 case DW_TAG_string_type:
18301 case DW_TAG_subroutine_type:
18302#endif
18303 case DW_TAG_base_type:
18304 case DW_TAG_class_type:
680b30c7 18305 case DW_TAG_interface_type:
72bf9492
DJ
18306 case DW_TAG_enumeration_type:
18307 case DW_TAG_structure_type:
18308 case DW_TAG_subrange_type:
18309 case DW_TAG_typedef:
18310 case DW_TAG_union_type:
18311 return 1;
18312 default:
18313 return 0;
18314 }
18315}
18316
18317/* Load all DIEs that are interesting for partial symbols into memory. */
18318
18319static struct partial_die_info *
dee91e82 18320load_partial_dies (const struct die_reader_specs *reader,
d521ce57 18321 const gdb_byte *info_ptr, int building_psymtab)
72bf9492 18322{
dee91e82 18323 struct dwarf2_cu *cu = reader->cu;
518817b3 18324 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
72bf9492 18325 struct partial_die_info *parent_die, *last_die, *first_die = NULL;
72bf9492 18326 unsigned int bytes_read;
5afb4e99 18327 unsigned int load_all = 0;
72bf9492
DJ
18328 int nesting_level = 1;
18329
18330 parent_die = NULL;
18331 last_die = NULL;
18332
7adf1e79
DE
18333 gdb_assert (cu->per_cu != NULL);
18334 if (cu->per_cu->load_all_dies)
5afb4e99
DJ
18335 load_all = 1;
18336
72bf9492
DJ
18337 cu->partial_dies
18338 = htab_create_alloc_ex (cu->header.length / 12,
18339 partial_die_hash,
18340 partial_die_eq,
18341 NULL,
18342 &cu->comp_unit_obstack,
18343 hashtab_obstack_allocate,
18344 dummy_obstack_deallocate);
18345
72bf9492
DJ
18346 while (1)
18347 {
685af9cd 18348 abbrev_info *abbrev = peek_die_abbrev (*reader, info_ptr, &bytes_read);
72bf9492
DJ
18349
18350 /* A NULL abbrev means the end of a series of children. */
18351 if (abbrev == NULL)
18352 {
18353 if (--nesting_level == 0)
cd9983dd
YQ
18354 return first_die;
18355
72bf9492
DJ
18356 info_ptr += bytes_read;
18357 last_die = parent_die;
18358 parent_die = parent_die->die_parent;
18359 continue;
18360 }
18361
98bfdba5
PA
18362 /* Check for template arguments. We never save these; if
18363 they're seen, we just mark the parent, and go on our way. */
18364 if (parent_die != NULL
18365 && cu->language == language_cplus
18366 && (abbrev->tag == DW_TAG_template_type_param
18367 || abbrev->tag == DW_TAG_template_value_param))
18368 {
18369 parent_die->has_template_arguments = 1;
18370
18371 if (!load_all)
18372 {
18373 /* We don't need a partial DIE for the template argument. */
dee91e82 18374 info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
98bfdba5
PA
18375 continue;
18376 }
18377 }
18378
0d99eb77 18379 /* We only recurse into c++ subprograms looking for template arguments.
98bfdba5
PA
18380 Skip their other children. */
18381 if (!load_all
18382 && cu->language == language_cplus
18383 && parent_die != NULL
18384 && parent_die->tag == DW_TAG_subprogram)
18385 {
dee91e82 18386 info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
98bfdba5
PA
18387 continue;
18388 }
18389
5afb4e99
DJ
18390 /* Check whether this DIE is interesting enough to save. Normally
18391 we would not be interested in members here, but there may be
18392 later variables referencing them via DW_AT_specification (for
18393 static members). */
18394 if (!load_all
18395 && !is_type_tag_for_partial (abbrev->tag)
72929c62 18396 && abbrev->tag != DW_TAG_constant
72bf9492
DJ
18397 && abbrev->tag != DW_TAG_enumerator
18398 && abbrev->tag != DW_TAG_subprogram
b1dc1806 18399 && abbrev->tag != DW_TAG_inlined_subroutine
bc30ff58 18400 && abbrev->tag != DW_TAG_lexical_block
72bf9492 18401 && abbrev->tag != DW_TAG_variable
5afb4e99 18402 && abbrev->tag != DW_TAG_namespace
f55ee35c 18403 && abbrev->tag != DW_TAG_module
95554aad 18404 && abbrev->tag != DW_TAG_member
74921315
KS
18405 && abbrev->tag != DW_TAG_imported_unit
18406 && abbrev->tag != DW_TAG_imported_declaration)
72bf9492
DJ
18407 {
18408 /* Otherwise we skip to the next sibling, if any. */
dee91e82 18409 info_ptr = skip_one_die (reader, info_ptr + bytes_read, abbrev);
72bf9492
DJ
18410 continue;
18411 }
18412
6f06d47b
YQ
18413 struct partial_die_info pdi ((sect_offset) (info_ptr - reader->buffer),
18414 abbrev);
cd9983dd 18415
48fbe735 18416 info_ptr = pdi.read (reader, *abbrev, info_ptr + bytes_read);
72bf9492
DJ
18417
18418 /* This two-pass algorithm for processing partial symbols has a
18419 high cost in cache pressure. Thus, handle some simple cases
18420 here which cover the majority of C partial symbols. DIEs
18421 which neither have specification tags in them, nor could have
18422 specification tags elsewhere pointing at them, can simply be
18423 processed and discarded.
18424
18425 This segment is also optional; scan_partial_symbols and
18426 add_partial_symbol will handle these DIEs if we chain
18427 them in normally. When compilers which do not emit large
18428 quantities of duplicate debug information are more common,
18429 this code can probably be removed. */
18430
18431 /* Any complete simple types at the top level (pretty much all
18432 of them, for a language without namespaces), can be processed
18433 directly. */
18434 if (parent_die == NULL
cd9983dd
YQ
18435 && pdi.has_specification == 0
18436 && pdi.is_declaration == 0
18437 && ((pdi.tag == DW_TAG_typedef && !pdi.has_children)
18438 || pdi.tag == DW_TAG_base_type
18439 || pdi.tag == DW_TAG_subrange_type))
72bf9492 18440 {
cd9983dd
YQ
18441 if (building_psymtab && pdi.name != NULL)
18442 add_psymbol_to_list (pdi.name, strlen (pdi.name), 0,
79748972 18443 VAR_DOMAIN, LOC_TYPEDEF, -1,
75aedd27 18444 psymbol_placement::STATIC,
1762568f 18445 0, cu->language, objfile);
cd9983dd 18446 info_ptr = locate_pdi_sibling (reader, &pdi, info_ptr);
72bf9492
DJ
18447 continue;
18448 }
18449
d8228535
JK
18450 /* The exception for DW_TAG_typedef with has_children above is
18451 a workaround of GCC PR debug/47510. In the case of this complaint
a737d952 18452 type_name_or_error will error on such types later.
d8228535
JK
18453
18454 GDB skipped children of DW_TAG_typedef by the shortcut above and then
18455 it could not find the child DIEs referenced later, this is checked
18456 above. In correct DWARF DW_TAG_typedef should have no children. */
18457
cd9983dd 18458 if (pdi.tag == DW_TAG_typedef && pdi.has_children)
b98664d3 18459 complaint (_("DW_TAG_typedef has childen - GCC PR debug/47510 bug "
9d8780f0 18460 "- DIE at %s [in module %s]"),
cd9983dd 18461 sect_offset_str (pdi.sect_off), objfile_name (objfile));
d8228535 18462
72bf9492
DJ
18463 /* If we're at the second level, and we're an enumerator, and
18464 our parent has no specification (meaning possibly lives in a
18465 namespace elsewhere), then we can add the partial symbol now
18466 instead of queueing it. */
cd9983dd 18467 if (pdi.tag == DW_TAG_enumerator
72bf9492
DJ
18468 && parent_die != NULL
18469 && parent_die->die_parent == NULL
18470 && parent_die->tag == DW_TAG_enumeration_type
18471 && parent_die->has_specification == 0)
18472 {
cd9983dd 18473 if (pdi.name == NULL)
b98664d3 18474 complaint (_("malformed enumerator DIE ignored"));
72bf9492 18475 else if (building_psymtab)
cd9983dd 18476 add_psymbol_to_list (pdi.name, strlen (pdi.name), 0,
79748972 18477 VAR_DOMAIN, LOC_CONST, -1,
9c37b5ae 18478 cu->language == language_cplus
75aedd27
TT
18479 ? psymbol_placement::GLOBAL
18480 : psymbol_placement::STATIC,
1762568f 18481 0, cu->language, objfile);
72bf9492 18482
cd9983dd 18483 info_ptr = locate_pdi_sibling (reader, &pdi, info_ptr);
72bf9492
DJ
18484 continue;
18485 }
18486
cd9983dd 18487 struct partial_die_info *part_die
6f06d47b 18488 = new (&cu->comp_unit_obstack) partial_die_info (pdi);
cd9983dd 18489
72bf9492
DJ
18490 /* We'll save this DIE so link it in. */
18491 part_die->die_parent = parent_die;
18492 part_die->die_sibling = NULL;
18493 part_die->die_child = NULL;
18494
18495 if (last_die && last_die == parent_die)
18496 last_die->die_child = part_die;
18497 else if (last_die)
18498 last_die->die_sibling = part_die;
18499
18500 last_die = part_die;
18501
18502 if (first_die == NULL)
18503 first_die = part_die;
18504
18505 /* Maybe add the DIE to the hash table. Not all DIEs that we
18506 find interesting need to be in the hash table, because we
18507 also have the parent/sibling/child chains; only those that we
18508 might refer to by offset later during partial symbol reading.
18509
18510 For now this means things that might have be the target of a
18511 DW_AT_specification, DW_AT_abstract_origin, or
18512 DW_AT_extension. DW_AT_extension will refer only to
18513 namespaces; DW_AT_abstract_origin refers to functions (and
18514 many things under the function DIE, but we do not recurse
18515 into function DIEs during partial symbol reading) and
18516 possibly variables as well; DW_AT_specification refers to
18517 declarations. Declarations ought to have the DW_AT_declaration
18518 flag. It happens that GCC forgets to put it in sometimes, but
18519 only for functions, not for types.
18520
18521 Adding more things than necessary to the hash table is harmless
18522 except for the performance cost. Adding too few will result in
5afb4e99
DJ
18523 wasted time in find_partial_die, when we reread the compilation
18524 unit with load_all_dies set. */
72bf9492 18525
5afb4e99 18526 if (load_all
72929c62 18527 || abbrev->tag == DW_TAG_constant
5afb4e99 18528 || abbrev->tag == DW_TAG_subprogram
72bf9492
DJ
18529 || abbrev->tag == DW_TAG_variable
18530 || abbrev->tag == DW_TAG_namespace
18531 || part_die->is_declaration)
18532 {
18533 void **slot;
18534
18535 slot = htab_find_slot_with_hash (cu->partial_dies, part_die,
9c541725
PA
18536 to_underlying (part_die->sect_off),
18537 INSERT);
72bf9492
DJ
18538 *slot = part_die;
18539 }
18540
72bf9492 18541 /* For some DIEs we want to follow their children (if any). For C
bc30ff58 18542 we have no reason to follow the children of structures; for other
98bfdba5
PA
18543 languages we have to, so that we can get at method physnames
18544 to infer fully qualified class names, for DW_AT_specification,
18545 and for C++ template arguments. For C++, we also look one level
18546 inside functions to find template arguments (if the name of the
18547 function does not already contain the template arguments).
bc30ff58
JB
18548
18549 For Ada, we need to scan the children of subprograms and lexical
18550 blocks as well because Ada allows the definition of nested
18551 entities that could be interesting for the debugger, such as
18552 nested subprograms for instance. */
72bf9492 18553 if (last_die->has_children
5afb4e99
DJ
18554 && (load_all
18555 || last_die->tag == DW_TAG_namespace
f55ee35c 18556 || last_die->tag == DW_TAG_module
72bf9492 18557 || last_die->tag == DW_TAG_enumeration_type
98bfdba5
PA
18558 || (cu->language == language_cplus
18559 && last_die->tag == DW_TAG_subprogram
18560 && (last_die->name == NULL
18561 || strchr (last_die->name, '<') == NULL))
72bf9492
DJ
18562 || (cu->language != language_c
18563 && (last_die->tag == DW_TAG_class_type
680b30c7 18564 || last_die->tag == DW_TAG_interface_type
72bf9492 18565 || last_die->tag == DW_TAG_structure_type
bc30ff58
JB
18566 || last_die->tag == DW_TAG_union_type))
18567 || (cu->language == language_ada
18568 && (last_die->tag == DW_TAG_subprogram
18569 || last_die->tag == DW_TAG_lexical_block))))
72bf9492
DJ
18570 {
18571 nesting_level++;
18572 parent_die = last_die;
18573 continue;
18574 }
18575
18576 /* Otherwise we skip to the next sibling, if any. */
dee91e82 18577 info_ptr = locate_pdi_sibling (reader, last_die, info_ptr);
72bf9492
DJ
18578
18579 /* Back to the top, do it again. */
18580 }
18581}
18582
6f06d47b
YQ
18583partial_die_info::partial_die_info (sect_offset sect_off_,
18584 struct abbrev_info *abbrev)
18585 : partial_die_info (sect_off_, abbrev->tag, abbrev->has_children)
18586{
18587}
18588
35cc7ed7
YQ
18589/* Read a minimal amount of information into the minimal die structure.
18590 INFO_PTR should point just after the initial uleb128 of a DIE. */
c906108c 18591
48fbe735
YQ
18592const gdb_byte *
18593partial_die_info::read (const struct die_reader_specs *reader,
18594 const struct abbrev_info &abbrev, const gdb_byte *info_ptr)
c906108c 18595{
dee91e82 18596 struct dwarf2_cu *cu = reader->cu;
518817b3
SM
18597 struct dwarf2_per_objfile *dwarf2_per_objfile
18598 = cu->per_cu->dwarf2_per_objfile;
fa238c03 18599 unsigned int i;
c5aa993b 18600 int has_low_pc_attr = 0;
c906108c 18601 int has_high_pc_attr = 0;
91da1414 18602 int high_pc_relative = 0;
c906108c 18603
fd0a254f 18604 for (i = 0; i < abbrev.num_attrs; ++i)
c906108c 18605 {
48fbe735
YQ
18606 struct attribute attr;
18607
fd0a254f 18608 info_ptr = read_attribute (reader, &attr, &abbrev.attrs[i], info_ptr);
c906108c
SS
18609
18610 /* Store the data if it is of an attribute we want to keep in a
c5aa993b 18611 partial symbol table. */
c906108c
SS
18612 switch (attr.name)
18613 {
18614 case DW_AT_name:
48fbe735 18615 switch (tag)
71c25dea
TT
18616 {
18617 case DW_TAG_compile_unit:
95554aad 18618 case DW_TAG_partial_unit:
348e048f 18619 case DW_TAG_type_unit:
71c25dea
TT
18620 /* Compilation units have a DW_AT_name that is a filename, not
18621 a source language identifier. */
18622 case DW_TAG_enumeration_type:
18623 case DW_TAG_enumerator:
18624 /* These tags always have simple identifiers already; no need
18625 to canonicalize them. */
48fbe735 18626 name = DW_STRING (&attr);
71c25dea
TT
18627 break;
18628 default:
48fbe735
YQ
18629 {
18630 struct objfile *objfile = dwarf2_per_objfile->objfile;
18631
18632 name
18633 = dwarf2_canonicalize_name (DW_STRING (&attr), cu,
18634 &objfile->per_bfd->storage_obstack);
18635 }
71c25dea
TT
18636 break;
18637 }
c906108c 18638 break;
31ef98ae 18639 case DW_AT_linkage_name:
c906108c 18640 case DW_AT_MIPS_linkage_name:
31ef98ae
TT
18641 /* Note that both forms of linkage name might appear. We
18642 assume they will be the same, and we only store the last
18643 one we see. */
94af9270 18644 if (cu->language == language_ada)
48fbe735
YQ
18645 name = DW_STRING (&attr);
18646 linkage_name = DW_STRING (&attr);
c906108c
SS
18647 break;
18648 case DW_AT_low_pc:
18649 has_low_pc_attr = 1;
48fbe735 18650 lowpc = attr_value_as_address (&attr);
c906108c
SS
18651 break;
18652 case DW_AT_high_pc:
18653 has_high_pc_attr = 1;
48fbe735 18654 highpc = attr_value_as_address (&attr);
31aa7e4e
JB
18655 if (cu->header.version >= 4 && attr_form_is_constant (&attr))
18656 high_pc_relative = 1;
c906108c
SS
18657 break;
18658 case DW_AT_location:
0963b4bd 18659 /* Support the .debug_loc offsets. */
8e19ed76
PS
18660 if (attr_form_is_block (&attr))
18661 {
48fbe735 18662 d.locdesc = DW_BLOCK (&attr);
8e19ed76 18663 }
3690dd37 18664 else if (attr_form_is_section_offset (&attr))
8e19ed76 18665 {
4d3c2250 18666 dwarf2_complex_location_expr_complaint ();
8e19ed76
PS
18667 }
18668 else
18669 {
4d3c2250
KB
18670 dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
18671 "partial symbol information");
8e19ed76 18672 }
c906108c 18673 break;
c906108c 18674 case DW_AT_external:
48fbe735 18675 is_external = DW_UNSND (&attr);
c906108c
SS
18676 break;
18677 case DW_AT_declaration:
48fbe735 18678 is_declaration = DW_UNSND (&attr);
c906108c
SS
18679 break;
18680 case DW_AT_type:
48fbe735 18681 has_type = 1;
c906108c
SS
18682 break;
18683 case DW_AT_abstract_origin:
18684 case DW_AT_specification:
72bf9492 18685 case DW_AT_extension:
48fbe735
YQ
18686 has_specification = 1;
18687 spec_offset = dwarf2_get_ref_die_offset (&attr);
18688 spec_is_dwz = (attr.form == DW_FORM_GNU_ref_alt
36586728 18689 || cu->per_cu->is_dwz);
c906108c
SS
18690 break;
18691 case DW_AT_sibling:
18692 /* Ignore absolute siblings, they might point outside of
18693 the current compile unit. */
18694 if (attr.form == DW_FORM_ref_addr)
b98664d3 18695 complaint (_("ignoring absolute DW_AT_sibling"));
c906108c 18696 else
b9502d3f 18697 {
48fbe735 18698 const gdb_byte *buffer = reader->buffer;
9c541725
PA
18699 sect_offset off = dwarf2_get_ref_die_offset (&attr);
18700 const gdb_byte *sibling_ptr = buffer + to_underlying (off);
b9502d3f
WN
18701
18702 if (sibling_ptr < info_ptr)
b98664d3 18703 complaint (_("DW_AT_sibling points backwards"));
22869d73
KS
18704 else if (sibling_ptr > reader->buffer_end)
18705 dwarf2_section_buffer_overflow_complaint (reader->die_section);
b9502d3f 18706 else
48fbe735 18707 sibling = sibling_ptr;
b9502d3f 18708 }
c906108c 18709 break;
fa4028e9 18710 case DW_AT_byte_size:
48fbe735 18711 has_byte_size = 1;
fa4028e9 18712 break;
ff908ebf 18713 case DW_AT_const_value:
48fbe735 18714 has_const_value = 1;
ff908ebf 18715 break;
68511cec
CES
18716 case DW_AT_calling_convention:
18717 /* DWARF doesn't provide a way to identify a program's source-level
18718 entry point. DW_AT_calling_convention attributes are only meant
18719 to describe functions' calling conventions.
18720
18721 However, because it's a necessary piece of information in
0c1b455e
TT
18722 Fortran, and before DWARF 4 DW_CC_program was the only
18723 piece of debugging information whose definition refers to
18724 a 'main program' at all, several compilers marked Fortran
18725 main programs with DW_CC_program --- even when those
18726 functions use the standard calling conventions.
18727
18728 Although DWARF now specifies a way to provide this
18729 information, we support this practice for backward
18730 compatibility. */
68511cec 18731 if (DW_UNSND (&attr) == DW_CC_program
0c1b455e 18732 && cu->language == language_fortran)
48fbe735 18733 main_subprogram = 1;
68511cec 18734 break;
481860b3
GB
18735 case DW_AT_inline:
18736 if (DW_UNSND (&attr) == DW_INL_inlined
18737 || DW_UNSND (&attr) == DW_INL_declared_inlined)
48fbe735 18738 may_be_inlined = 1;
481860b3 18739 break;
95554aad
TT
18740
18741 case DW_AT_import:
48fbe735 18742 if (tag == DW_TAG_imported_unit)
36586728 18743 {
48fbe735
YQ
18744 d.sect_off = dwarf2_get_ref_die_offset (&attr);
18745 is_dwz = (attr.form == DW_FORM_GNU_ref_alt
36586728
TT
18746 || cu->per_cu->is_dwz);
18747 }
95554aad
TT
18748 break;
18749
0c1b455e 18750 case DW_AT_main_subprogram:
48fbe735 18751 main_subprogram = DW_UNSND (&attr);
0c1b455e
TT
18752 break;
18753
05caa1d2
TT
18754 case DW_AT_ranges:
18755 {
18756 /* It would be nice to reuse dwarf2_get_pc_bounds here,
18757 but that requires a full DIE, so instead we just
18758 reimplement it. */
18759 int need_ranges_base = tag != DW_TAG_compile_unit;
18760 unsigned int ranges_offset = (DW_UNSND (&attr)
18761 + (need_ranges_base
18762 ? cu->ranges_base
18763 : 0));
18764
18765 /* Value of the DW_AT_ranges attribute is the offset in the
18766 .debug_ranges section. */
18767 if (dwarf2_ranges_read (ranges_offset, &lowpc, &highpc, cu,
18768 nullptr))
18769 has_pc_info = 1;
18770 }
18771 break;
18772
c906108c
SS
18773 default:
18774 break;
18775 }
18776 }
18777
91da1414 18778 if (high_pc_relative)
48fbe735 18779 highpc += lowpc;
91da1414 18780
9373cf26
JK
18781 if (has_low_pc_attr && has_high_pc_attr)
18782 {
18783 /* When using the GNU linker, .gnu.linkonce. sections are used to
18784 eliminate duplicate copies of functions and vtables and such.
18785 The linker will arbitrarily choose one and discard the others.
18786 The AT_*_pc values for such functions refer to local labels in
18787 these sections. If the section from that file was discarded, the
18788 labels are not in the output, so the relocs get a value of 0.
18789 If this is a discarded function, mark the pc bounds as invalid,
18790 so that GDB will ignore it. */
48fbe735 18791 if (lowpc == 0 && !dwarf2_per_objfile->has_section_at_zero)
9373cf26 18792 {
48fbe735 18793 struct objfile *objfile = dwarf2_per_objfile->objfile;
bb5ed363 18794 struct gdbarch *gdbarch = get_objfile_arch (objfile);
9373cf26 18795
b98664d3 18796 complaint (_("DW_AT_low_pc %s is zero "
9d8780f0 18797 "for DIE at %s [in module %s]"),
48fbe735
YQ
18798 paddress (gdbarch, lowpc),
18799 sect_offset_str (sect_off),
9d8780f0 18800 objfile_name (objfile));
9373cf26
JK
18801 }
18802 /* dwarf2_get_pc_bounds has also the strict low < high requirement. */
48fbe735 18803 else if (lowpc >= highpc)
9373cf26 18804 {
48fbe735 18805 struct objfile *objfile = dwarf2_per_objfile->objfile;
bb5ed363 18806 struct gdbarch *gdbarch = get_objfile_arch (objfile);
9373cf26 18807
b98664d3 18808 complaint (_("DW_AT_low_pc %s is not < DW_AT_high_pc %s "
9d8780f0 18809 "for DIE at %s [in module %s]"),
48fbe735
YQ
18810 paddress (gdbarch, lowpc),
18811 paddress (gdbarch, highpc),
18812 sect_offset_str (sect_off),
9c541725 18813 objfile_name (objfile));
9373cf26
JK
18814 }
18815 else
48fbe735 18816 has_pc_info = 1;
9373cf26 18817 }
85cbf3d3 18818
c906108c
SS
18819 return info_ptr;
18820}
18821
72bf9492
DJ
18822/* Find a cached partial DIE at OFFSET in CU. */
18823
d590ff25
YQ
18824struct partial_die_info *
18825dwarf2_cu::find_partial_die (sect_offset sect_off)
72bf9492
DJ
18826{
18827 struct partial_die_info *lookup_die = NULL;
6f06d47b 18828 struct partial_die_info part_die (sect_off);
72bf9492 18829
9a3c8263 18830 lookup_die = ((struct partial_die_info *)
d590ff25 18831 htab_find_with_hash (partial_dies, &part_die,
9c541725 18832 to_underlying (sect_off)));
72bf9492 18833
72bf9492
DJ
18834 return lookup_die;
18835}
18836
348e048f
DE
18837/* Find a partial DIE at OFFSET, which may or may not be in CU,
18838 except in the case of .debug_types DIEs which do not reference
18839 outside their CU (they do however referencing other types via
55f1336d 18840 DW_FORM_ref_sig8). */
72bf9492
DJ
18841
18842static struct partial_die_info *
9c541725 18843find_partial_die (sect_offset sect_off, int offset_in_dwz, struct dwarf2_cu *cu)
72bf9492 18844{
518817b3
SM
18845 struct dwarf2_per_objfile *dwarf2_per_objfile
18846 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 18847 struct objfile *objfile = dwarf2_per_objfile->objfile;
5afb4e99
DJ
18848 struct dwarf2_per_cu_data *per_cu = NULL;
18849 struct partial_die_info *pd = NULL;
72bf9492 18850
36586728 18851 if (offset_in_dwz == cu->per_cu->is_dwz
9c541725 18852 && offset_in_cu_p (&cu->header, sect_off))
5afb4e99 18853 {
d590ff25 18854 pd = cu->find_partial_die (sect_off);
5afb4e99
DJ
18855 if (pd != NULL)
18856 return pd;
0d99eb77
DE
18857 /* We missed recording what we needed.
18858 Load all dies and try again. */
18859 per_cu = cu->per_cu;
5afb4e99 18860 }
0d99eb77
DE
18861 else
18862 {
18863 /* TUs don't reference other CUs/TUs (except via type signatures). */
3019eac3 18864 if (cu->per_cu->is_debug_types)
0d99eb77 18865 {
9d8780f0
SM
18866 error (_("Dwarf Error: Type Unit at offset %s contains"
18867 " external reference to offset %s [in module %s].\n"),
18868 sect_offset_str (cu->header.sect_off), sect_offset_str (sect_off),
0d99eb77
DE
18869 bfd_get_filename (objfile->obfd));
18870 }
9c541725 18871 per_cu = dwarf2_find_containing_comp_unit (sect_off, offset_in_dwz,
ed2dc618 18872 dwarf2_per_objfile);
72bf9492 18873
0d99eb77
DE
18874 if (per_cu->cu == NULL || per_cu->cu->partial_dies == NULL)
18875 load_partial_comp_unit (per_cu);
ae038cb0 18876
0d99eb77 18877 per_cu->cu->last_used = 0;
d590ff25 18878 pd = per_cu->cu->find_partial_die (sect_off);
0d99eb77 18879 }
5afb4e99 18880
dee91e82
DE
18881 /* If we didn't find it, and not all dies have been loaded,
18882 load them all and try again. */
18883
5afb4e99
DJ
18884 if (pd == NULL && per_cu->load_all_dies == 0)
18885 {
5afb4e99 18886 per_cu->load_all_dies = 1;
fd820528
DE
18887
18888 /* This is nasty. When we reread the DIEs, somewhere up the call chain
18889 THIS_CU->cu may already be in use. So we can't just free it and
18890 replace its DIEs with the ones we read in. Instead, we leave those
18891 DIEs alone (which can still be in use, e.g. in scan_partial_symbols),
18892 and clobber THIS_CU->cu->partial_dies with the hash table for the new
18893 set. */
dee91e82 18894 load_partial_comp_unit (per_cu);
5afb4e99 18895
d590ff25 18896 pd = per_cu->cu->find_partial_die (sect_off);
5afb4e99
DJ
18897 }
18898
18899 if (pd == NULL)
18900 internal_error (__FILE__, __LINE__,
9d8780f0 18901 _("could not find partial DIE %s "
3e43a32a 18902 "in cache [from module %s]\n"),
9d8780f0 18903 sect_offset_str (sect_off), bfd_get_filename (objfile->obfd));
5afb4e99 18904 return pd;
72bf9492
DJ
18905}
18906
abc72ce4
DE
18907/* See if we can figure out if the class lives in a namespace. We do
18908 this by looking for a member function; its demangled name will
18909 contain namespace info, if there is any. */
18910
18911static void
18912guess_partial_die_structure_name (struct partial_die_info *struct_pdi,
18913 struct dwarf2_cu *cu)
18914{
18915 /* NOTE: carlton/2003-10-07: Getting the info this way changes
18916 what template types look like, because the demangler
18917 frequently doesn't give the same name as the debug info. We
18918 could fix this by only using the demangled name to get the
18919 prefix (but see comment in read_structure_type). */
18920
18921 struct partial_die_info *real_pdi;
18922 struct partial_die_info *child_pdi;
18923
18924 /* If this DIE (this DIE's specification, if any) has a parent, then
18925 we should not do this. We'll prepend the parent's fully qualified
18926 name when we create the partial symbol. */
18927
18928 real_pdi = struct_pdi;
18929 while (real_pdi->has_specification)
36586728
TT
18930 real_pdi = find_partial_die (real_pdi->spec_offset,
18931 real_pdi->spec_is_dwz, cu);
abc72ce4
DE
18932
18933 if (real_pdi->die_parent != NULL)
18934 return;
18935
18936 for (child_pdi = struct_pdi->die_child;
18937 child_pdi != NULL;
18938 child_pdi = child_pdi->die_sibling)
18939 {
18940 if (child_pdi->tag == DW_TAG_subprogram
18941 && child_pdi->linkage_name != NULL)
18942 {
18943 char *actual_class_name
18944 = language_class_name_from_physname (cu->language_defn,
18945 child_pdi->linkage_name);
18946 if (actual_class_name != NULL)
18947 {
518817b3 18948 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
abc72ce4 18949 struct_pdi->name
224c3ddb 18950 = ((const char *)
e3b94546 18951 obstack_copy0 (&objfile->per_bfd->storage_obstack,
224c3ddb
SM
18952 actual_class_name,
18953 strlen (actual_class_name)));
abc72ce4
DE
18954 xfree (actual_class_name);
18955 }
18956 break;
18957 }
18958 }
18959}
18960
52356b79
YQ
18961void
18962partial_die_info::fixup (struct dwarf2_cu *cu)
72bf9492 18963{
abc72ce4
DE
18964 /* Once we've fixed up a die, there's no point in doing so again.
18965 This also avoids a memory leak if we were to call
18966 guess_partial_die_structure_name multiple times. */
52356b79 18967 if (fixup_called)
abc72ce4
DE
18968 return;
18969
72bf9492
DJ
18970 /* If we found a reference attribute and the DIE has no name, try
18971 to find a name in the referred to DIE. */
18972
52356b79 18973 if (name == NULL && has_specification)
72bf9492
DJ
18974 {
18975 struct partial_die_info *spec_die;
72bf9492 18976
52356b79 18977 spec_die = find_partial_die (spec_offset, spec_is_dwz, cu);
72bf9492 18978
52356b79 18979 spec_die->fixup (cu);
72bf9492
DJ
18980
18981 if (spec_die->name)
18982 {
52356b79 18983 name = spec_die->name;
72bf9492
DJ
18984
18985 /* Copy DW_AT_external attribute if it is set. */
18986 if (spec_die->is_external)
52356b79 18987 is_external = spec_die->is_external;
72bf9492
DJ
18988 }
18989 }
18990
18991 /* Set default names for some unnamed DIEs. */
72bf9492 18992
52356b79
YQ
18993 if (name == NULL && tag == DW_TAG_namespace)
18994 name = CP_ANONYMOUS_NAMESPACE_STR;
72bf9492 18995
abc72ce4
DE
18996 /* If there is no parent die to provide a namespace, and there are
18997 children, see if we can determine the namespace from their linkage
122d1940 18998 name. */
abc72ce4 18999 if (cu->language == language_cplus
518817b3
SM
19000 && !VEC_empty (dwarf2_section_info_def,
19001 cu->per_cu->dwarf2_per_objfile->types)
52356b79
YQ
19002 && die_parent == NULL
19003 && has_children
19004 && (tag == DW_TAG_class_type
19005 || tag == DW_TAG_structure_type
19006 || tag == DW_TAG_union_type))
19007 guess_partial_die_structure_name (this, cu);
abc72ce4 19008
53832f31
TT
19009 /* GCC might emit a nameless struct or union that has a linkage
19010 name. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510. */
52356b79
YQ
19011 if (name == NULL
19012 && (tag == DW_TAG_class_type
19013 || tag == DW_TAG_interface_type
19014 || tag == DW_TAG_structure_type
19015 || tag == DW_TAG_union_type)
19016 && linkage_name != NULL)
53832f31
TT
19017 {
19018 char *demangled;
19019
52356b79 19020 demangled = gdb_demangle (linkage_name, DMGL_TYPES);
53832f31
TT
19021 if (demangled)
19022 {
96408a79
SA
19023 const char *base;
19024
19025 /* Strip any leading namespaces/classes, keep only the base name.
19026 DW_AT_name for named DIEs does not contain the prefixes. */
19027 base = strrchr (demangled, ':');
19028 if (base && base > demangled && base[-1] == ':')
19029 base++;
19030 else
19031 base = demangled;
19032
518817b3 19033 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
52356b79 19034 name
224c3ddb 19035 = ((const char *)
e3b94546 19036 obstack_copy0 (&objfile->per_bfd->storage_obstack,
224c3ddb 19037 base, strlen (base)));
53832f31
TT
19038 xfree (demangled);
19039 }
19040 }
19041
52356b79 19042 fixup_called = 1;
72bf9492
DJ
19043}
19044
a8329558 19045/* Read an attribute value described by an attribute form. */
c906108c 19046
d521ce57 19047static const gdb_byte *
dee91e82
DE
19048read_attribute_value (const struct die_reader_specs *reader,
19049 struct attribute *attr, unsigned form,
43988095 19050 LONGEST implicit_const, const gdb_byte *info_ptr)
c906108c 19051{
dee91e82 19052 struct dwarf2_cu *cu = reader->cu;
518817b3
SM
19053 struct dwarf2_per_objfile *dwarf2_per_objfile
19054 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 19055 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 19056 struct gdbarch *gdbarch = get_objfile_arch (objfile);
dee91e82 19057 bfd *abfd = reader->abfd;
e7c27a73 19058 struct comp_unit_head *cu_header = &cu->header;
c906108c
SS
19059 unsigned int bytes_read;
19060 struct dwarf_block *blk;
19061
aead7601 19062 attr->form = (enum dwarf_form) form;
a8329558 19063 switch (form)
c906108c 19064 {
c906108c 19065 case DW_FORM_ref_addr:
ae411497 19066 if (cu->header.version == 2)
4568ecf9 19067 DW_UNSND (attr) = read_address (abfd, info_ptr, cu, &bytes_read);
ae411497 19068 else
4568ecf9
DE
19069 DW_UNSND (attr) = read_offset (abfd, info_ptr,
19070 &cu->header, &bytes_read);
ae411497
TT
19071 info_ptr += bytes_read;
19072 break;
36586728
TT
19073 case DW_FORM_GNU_ref_alt:
19074 DW_UNSND (attr) = read_offset (abfd, info_ptr, &cu->header, &bytes_read);
19075 info_ptr += bytes_read;
19076 break;
ae411497 19077 case DW_FORM_addr:
e7c27a73 19078 DW_ADDR (attr) = read_address (abfd, info_ptr, cu, &bytes_read);
3e29f34a 19079 DW_ADDR (attr) = gdbarch_adjust_dwarf2_addr (gdbarch, DW_ADDR (attr));
107d2387 19080 info_ptr += bytes_read;
c906108c
SS
19081 break;
19082 case DW_FORM_block2:
7b5a2f43 19083 blk = dwarf_alloc_block (cu);
c906108c
SS
19084 blk->size = read_2_bytes (abfd, info_ptr);
19085 info_ptr += 2;
19086 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
19087 info_ptr += blk->size;
19088 DW_BLOCK (attr) = blk;
19089 break;
19090 case DW_FORM_block4:
7b5a2f43 19091 blk = dwarf_alloc_block (cu);
c906108c
SS
19092 blk->size = read_4_bytes (abfd, info_ptr);
19093 info_ptr += 4;
19094 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
19095 info_ptr += blk->size;
19096 DW_BLOCK (attr) = blk;
19097 break;
19098 case DW_FORM_data2:
19099 DW_UNSND (attr) = read_2_bytes (abfd, info_ptr);
19100 info_ptr += 2;
19101 break;
19102 case DW_FORM_data4:
19103 DW_UNSND (attr) = read_4_bytes (abfd, info_ptr);
19104 info_ptr += 4;
19105 break;
19106 case DW_FORM_data8:
19107 DW_UNSND (attr) = read_8_bytes (abfd, info_ptr);
19108 info_ptr += 8;
19109 break;
0224619f
JK
19110 case DW_FORM_data16:
19111 blk = dwarf_alloc_block (cu);
19112 blk->size = 16;
19113 blk->data = read_n_bytes (abfd, info_ptr, 16);
19114 info_ptr += 16;
19115 DW_BLOCK (attr) = blk;
19116 break;
2dc7f7b3
TT
19117 case DW_FORM_sec_offset:
19118 DW_UNSND (attr) = read_offset (abfd, info_ptr, &cu->header, &bytes_read);
19119 info_ptr += bytes_read;
19120 break;
c906108c 19121 case DW_FORM_string:
9b1c24c8 19122 DW_STRING (attr) = read_direct_string (abfd, info_ptr, &bytes_read);
8285870a 19123 DW_STRING_IS_CANONICAL (attr) = 0;
c906108c
SS
19124 info_ptr += bytes_read;
19125 break;
4bdf3d34 19126 case DW_FORM_strp:
36586728
TT
19127 if (!cu->per_cu->is_dwz)
19128 {
ed2dc618
SM
19129 DW_STRING (attr) = read_indirect_string (dwarf2_per_objfile,
19130 abfd, info_ptr, cu_header,
36586728
TT
19131 &bytes_read);
19132 DW_STRING_IS_CANONICAL (attr) = 0;
19133 info_ptr += bytes_read;
19134 break;
19135 }
19136 /* FALLTHROUGH */
43988095
JK
19137 case DW_FORM_line_strp:
19138 if (!cu->per_cu->is_dwz)
19139 {
ed2dc618
SM
19140 DW_STRING (attr) = read_indirect_line_string (dwarf2_per_objfile,
19141 abfd, info_ptr,
43988095
JK
19142 cu_header, &bytes_read);
19143 DW_STRING_IS_CANONICAL (attr) = 0;
19144 info_ptr += bytes_read;
19145 break;
19146 }
19147 /* FALLTHROUGH */
36586728
TT
19148 case DW_FORM_GNU_strp_alt:
19149 {
ed2dc618 19150 struct dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
36586728
TT
19151 LONGEST str_offset = read_offset (abfd, info_ptr, cu_header,
19152 &bytes_read);
19153
ed2dc618
SM
19154 DW_STRING (attr) = read_indirect_string_from_dwz (objfile,
19155 dwz, str_offset);
36586728
TT
19156 DW_STRING_IS_CANONICAL (attr) = 0;
19157 info_ptr += bytes_read;
19158 }
4bdf3d34 19159 break;
2dc7f7b3 19160 case DW_FORM_exprloc:
c906108c 19161 case DW_FORM_block:
7b5a2f43 19162 blk = dwarf_alloc_block (cu);
c906108c
SS
19163 blk->size = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
19164 info_ptr += bytes_read;
19165 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
19166 info_ptr += blk->size;
19167 DW_BLOCK (attr) = blk;
19168 break;
19169 case DW_FORM_block1:
7b5a2f43 19170 blk = dwarf_alloc_block (cu);
c906108c
SS
19171 blk->size = read_1_byte (abfd, info_ptr);
19172 info_ptr += 1;
19173 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
19174 info_ptr += blk->size;
19175 DW_BLOCK (attr) = blk;
19176 break;
19177 case DW_FORM_data1:
19178 DW_UNSND (attr) = read_1_byte (abfd, info_ptr);
19179 info_ptr += 1;
19180 break;
19181 case DW_FORM_flag:
19182 DW_UNSND (attr) = read_1_byte (abfd, info_ptr);
19183 info_ptr += 1;
19184 break;
2dc7f7b3
TT
19185 case DW_FORM_flag_present:
19186 DW_UNSND (attr) = 1;
19187 break;
c906108c
SS
19188 case DW_FORM_sdata:
19189 DW_SND (attr) = read_signed_leb128 (abfd, info_ptr, &bytes_read);
19190 info_ptr += bytes_read;
19191 break;
19192 case DW_FORM_udata:
19193 DW_UNSND (attr) = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
19194 info_ptr += bytes_read;
19195 break;
19196 case DW_FORM_ref1:
9c541725 19197 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19198 + read_1_byte (abfd, info_ptr));
c906108c
SS
19199 info_ptr += 1;
19200 break;
19201 case DW_FORM_ref2:
9c541725 19202 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19203 + read_2_bytes (abfd, info_ptr));
c906108c
SS
19204 info_ptr += 2;
19205 break;
19206 case DW_FORM_ref4:
9c541725 19207 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19208 + read_4_bytes (abfd, info_ptr));
c906108c
SS
19209 info_ptr += 4;
19210 break;
613e1657 19211 case DW_FORM_ref8:
9c541725 19212 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19213 + read_8_bytes (abfd, info_ptr));
613e1657
KB
19214 info_ptr += 8;
19215 break;
55f1336d 19216 case DW_FORM_ref_sig8:
ac9ec31b 19217 DW_SIGNATURE (attr) = read_8_bytes (abfd, info_ptr);
348e048f
DE
19218 info_ptr += 8;
19219 break;
c906108c 19220 case DW_FORM_ref_udata:
9c541725 19221 DW_UNSND (attr) = (to_underlying (cu->header.sect_off)
4568ecf9 19222 + read_unsigned_leb128 (abfd, info_ptr, &bytes_read));
c906108c
SS
19223 info_ptr += bytes_read;
19224 break;
c906108c 19225 case DW_FORM_indirect:
a8329558
KW
19226 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
19227 info_ptr += bytes_read;
43988095
JK
19228 if (form == DW_FORM_implicit_const)
19229 {
19230 implicit_const = read_signed_leb128 (abfd, info_ptr, &bytes_read);
19231 info_ptr += bytes_read;
19232 }
19233 info_ptr = read_attribute_value (reader, attr, form, implicit_const,
19234 info_ptr);
19235 break;
19236 case DW_FORM_implicit_const:
19237 DW_SND (attr) = implicit_const;
a8329558 19238 break;
3019eac3
DE
19239 case DW_FORM_GNU_addr_index:
19240 if (reader->dwo_file == NULL)
19241 {
19242 /* For now flag a hard error.
19243 Later we can turn this into a complaint. */
19244 error (_("Dwarf Error: %s found in non-DWO CU [in module %s]"),
19245 dwarf_form_name (form),
19246 bfd_get_filename (abfd));
19247 }
19248 DW_ADDR (attr) = read_addr_index_from_leb128 (cu, info_ptr, &bytes_read);
19249 info_ptr += bytes_read;
19250 break;
19251 case DW_FORM_GNU_str_index:
19252 if (reader->dwo_file == NULL)
19253 {
19254 /* For now flag a hard error.
19255 Later we can turn this into a complaint if warranted. */
19256 error (_("Dwarf Error: %s found in non-DWO CU [in module %s]"),
19257 dwarf_form_name (form),
19258 bfd_get_filename (abfd));
19259 }
19260 {
19261 ULONGEST str_index =
19262 read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
19263
342587c4 19264 DW_STRING (attr) = read_str_index (reader, str_index);
3019eac3
DE
19265 DW_STRING_IS_CANONICAL (attr) = 0;
19266 info_ptr += bytes_read;
19267 }
19268 break;
c906108c 19269 default:
8a3fe4f8 19270 error (_("Dwarf Error: Cannot handle %s in DWARF reader [in module %s]"),
659b0389
ML
19271 dwarf_form_name (form),
19272 bfd_get_filename (abfd));
c906108c 19273 }
28e94949 19274
36586728 19275 /* Super hack. */
7771576e 19276 if (cu->per_cu->is_dwz && attr_form_is_ref (attr))
36586728
TT
19277 attr->form = DW_FORM_GNU_ref_alt;
19278
28e94949
JB
19279 /* We have seen instances where the compiler tried to emit a byte
19280 size attribute of -1 which ended up being encoded as an unsigned
19281 0xffffffff. Although 0xffffffff is technically a valid size value,
19282 an object of this size seems pretty unlikely so we can relatively
19283 safely treat these cases as if the size attribute was invalid and
19284 treat them as zero by default. */
19285 if (attr->name == DW_AT_byte_size
19286 && form == DW_FORM_data4
19287 && DW_UNSND (attr) >= 0xffffffff)
01c66ae6
JB
19288 {
19289 complaint
b98664d3 19290 (_("Suspicious DW_AT_byte_size value treated as zero instead of %s"),
43bbcdc2 19291 hex_string (DW_UNSND (attr)));
01c66ae6
JB
19292 DW_UNSND (attr) = 0;
19293 }
28e94949 19294
c906108c
SS
19295 return info_ptr;
19296}
19297
a8329558
KW
19298/* Read an attribute described by an abbreviated attribute. */
19299
d521ce57 19300static const gdb_byte *
dee91e82
DE
19301read_attribute (const struct die_reader_specs *reader,
19302 struct attribute *attr, struct attr_abbrev *abbrev,
d521ce57 19303 const gdb_byte *info_ptr)
a8329558
KW
19304{
19305 attr->name = abbrev->name;
43988095
JK
19306 return read_attribute_value (reader, attr, abbrev->form,
19307 abbrev->implicit_const, info_ptr);
a8329558
KW
19308}
19309
0963b4bd 19310/* Read dwarf information from a buffer. */
c906108c
SS
19311
19312static unsigned int
a1855c1d 19313read_1_byte (bfd *abfd, const gdb_byte *buf)
c906108c 19314{
fe1b8b76 19315 return bfd_get_8 (abfd, buf);
c906108c
SS
19316}
19317
19318static int
a1855c1d 19319read_1_signed_byte (bfd *abfd, const gdb_byte *buf)
c906108c 19320{
fe1b8b76 19321 return bfd_get_signed_8 (abfd, buf);
c906108c
SS
19322}
19323
19324static unsigned int
a1855c1d 19325read_2_bytes (bfd *abfd, const gdb_byte *buf)
c906108c 19326{
fe1b8b76 19327 return bfd_get_16 (abfd, buf);
c906108c
SS
19328}
19329
21ae7a4d 19330static int
a1855c1d 19331read_2_signed_bytes (bfd *abfd, const gdb_byte *buf)
21ae7a4d
JK
19332{
19333 return bfd_get_signed_16 (abfd, buf);
19334}
19335
c906108c 19336static unsigned int
a1855c1d 19337read_4_bytes (bfd *abfd, const gdb_byte *buf)
c906108c 19338{
fe1b8b76 19339 return bfd_get_32 (abfd, buf);
c906108c
SS
19340}
19341
21ae7a4d 19342static int
a1855c1d 19343read_4_signed_bytes (bfd *abfd, const gdb_byte *buf)
21ae7a4d
JK
19344{
19345 return bfd_get_signed_32 (abfd, buf);
19346}
19347
93311388 19348static ULONGEST
a1855c1d 19349read_8_bytes (bfd *abfd, const gdb_byte *buf)
c906108c 19350{
fe1b8b76 19351 return bfd_get_64 (abfd, buf);
c906108c
SS
19352}
19353
19354static CORE_ADDR
d521ce57 19355read_address (bfd *abfd, const gdb_byte *buf, struct dwarf2_cu *cu,
891d2f0b 19356 unsigned int *bytes_read)
c906108c 19357{
e7c27a73 19358 struct comp_unit_head *cu_header = &cu->header;
c906108c
SS
19359 CORE_ADDR retval = 0;
19360
107d2387 19361 if (cu_header->signed_addr_p)
c906108c 19362 {
107d2387
AC
19363 switch (cu_header->addr_size)
19364 {
19365 case 2:
fe1b8b76 19366 retval = bfd_get_signed_16 (abfd, buf);
107d2387
AC
19367 break;
19368 case 4:
fe1b8b76 19369 retval = bfd_get_signed_32 (abfd, buf);
107d2387
AC
19370 break;
19371 case 8:
fe1b8b76 19372 retval = bfd_get_signed_64 (abfd, buf);
107d2387
AC
19373 break;
19374 default:
8e65ff28 19375 internal_error (__FILE__, __LINE__,
e2e0b3e5 19376 _("read_address: bad switch, signed [in module %s]"),
659b0389 19377 bfd_get_filename (abfd));
107d2387
AC
19378 }
19379 }
19380 else
19381 {
19382 switch (cu_header->addr_size)
19383 {
19384 case 2:
fe1b8b76 19385 retval = bfd_get_16 (abfd, buf);
107d2387
AC
19386 break;
19387 case 4:
fe1b8b76 19388 retval = bfd_get_32 (abfd, buf);
107d2387
AC
19389 break;
19390 case 8:
fe1b8b76 19391 retval = bfd_get_64 (abfd, buf);
107d2387
AC
19392 break;
19393 default:
8e65ff28 19394 internal_error (__FILE__, __LINE__,
a73c6dcd
MS
19395 _("read_address: bad switch, "
19396 "unsigned [in module %s]"),
659b0389 19397 bfd_get_filename (abfd));
107d2387 19398 }
c906108c 19399 }
64367e0a 19400
107d2387
AC
19401 *bytes_read = cu_header->addr_size;
19402 return retval;
c906108c
SS
19403}
19404
f7ef9339 19405/* Read the initial length from a section. The (draft) DWARF 3
613e1657
KB
19406 specification allows the initial length to take up either 4 bytes
19407 or 12 bytes. If the first 4 bytes are 0xffffffff, then the next 8
19408 bytes describe the length and all offsets will be 8 bytes in length
19409 instead of 4.
19410
f7ef9339
KB
19411 An older, non-standard 64-bit format is also handled by this
19412 function. The older format in question stores the initial length
19413 as an 8-byte quantity without an escape value. Lengths greater
19414 than 2^32 aren't very common which means that the initial 4 bytes
19415 is almost always zero. Since a length value of zero doesn't make
19416 sense for the 32-bit format, this initial zero can be considered to
19417 be an escape value which indicates the presence of the older 64-bit
19418 format. As written, the code can't detect (old format) lengths
917c78fc
MK
19419 greater than 4GB. If it becomes necessary to handle lengths
19420 somewhat larger than 4GB, we could allow other small values (such
19421 as the non-sensical values of 1, 2, and 3) to also be used as
19422 escape values indicating the presence of the old format.
f7ef9339 19423
917c78fc
MK
19424 The value returned via bytes_read should be used to increment the
19425 relevant pointer after calling read_initial_length().
c764a876 19426
613e1657
KB
19427 [ Note: read_initial_length() and read_offset() are based on the
19428 document entitled "DWARF Debugging Information Format", revision
f7ef9339 19429 3, draft 8, dated November 19, 2001. This document was obtained
613e1657
KB
19430 from:
19431
f7ef9339 19432 http://reality.sgiweb.org/davea/dwarf3-draft8-011125.pdf
6e70227d 19433
613e1657
KB
19434 This document is only a draft and is subject to change. (So beware.)
19435
f7ef9339 19436 Details regarding the older, non-standard 64-bit format were
917c78fc
MK
19437 determined empirically by examining 64-bit ELF files produced by
19438 the SGI toolchain on an IRIX 6.5 machine.
f7ef9339
KB
19439
19440 - Kevin, July 16, 2002
613e1657
KB
19441 ] */
19442
19443static LONGEST
d521ce57 19444read_initial_length (bfd *abfd, const gdb_byte *buf, unsigned int *bytes_read)
613e1657 19445{
fe1b8b76 19446 LONGEST length = bfd_get_32 (abfd, buf);
613e1657 19447
dd373385 19448 if (length == 0xffffffff)
613e1657 19449 {
fe1b8b76 19450 length = bfd_get_64 (abfd, buf + 4);
613e1657 19451 *bytes_read = 12;
613e1657 19452 }
dd373385 19453 else if (length == 0)
f7ef9339 19454 {
dd373385 19455 /* Handle the (non-standard) 64-bit DWARF2 format used by IRIX. */
fe1b8b76 19456 length = bfd_get_64 (abfd, buf);
f7ef9339 19457 *bytes_read = 8;
f7ef9339 19458 }
613e1657
KB
19459 else
19460 {
19461 *bytes_read = 4;
613e1657
KB
19462 }
19463
c764a876
DE
19464 return length;
19465}
dd373385 19466
c764a876
DE
19467/* Cover function for read_initial_length.
19468 Returns the length of the object at BUF, and stores the size of the
19469 initial length in *BYTES_READ and stores the size that offsets will be in
19470 *OFFSET_SIZE.
19471 If the initial length size is not equivalent to that specified in
19472 CU_HEADER then issue a complaint.
19473 This is useful when reading non-comp-unit headers. */
dd373385 19474
c764a876 19475static LONGEST
d521ce57 19476read_checked_initial_length_and_offset (bfd *abfd, const gdb_byte *buf,
c764a876
DE
19477 const struct comp_unit_head *cu_header,
19478 unsigned int *bytes_read,
19479 unsigned int *offset_size)
19480{
19481 LONGEST length = read_initial_length (abfd, buf, bytes_read);
19482
19483 gdb_assert (cu_header->initial_length_size == 4
19484 || cu_header->initial_length_size == 8
19485 || cu_header->initial_length_size == 12);
19486
19487 if (cu_header->initial_length_size != *bytes_read)
b98664d3 19488 complaint (_("intermixed 32-bit and 64-bit DWARF sections"));
dd373385 19489
c764a876 19490 *offset_size = (*bytes_read == 4) ? 4 : 8;
dd373385 19491 return length;
613e1657
KB
19492}
19493
19494/* Read an offset from the data stream. The size of the offset is
917c78fc 19495 given by cu_header->offset_size. */
613e1657
KB
19496
19497static LONGEST
d521ce57
TT
19498read_offset (bfd *abfd, const gdb_byte *buf,
19499 const struct comp_unit_head *cu_header,
891d2f0b 19500 unsigned int *bytes_read)
c764a876
DE
19501{
19502 LONGEST offset = read_offset_1 (abfd, buf, cu_header->offset_size);
9a619af0 19503
c764a876
DE
19504 *bytes_read = cu_header->offset_size;
19505 return offset;
19506}
19507
19508/* Read an offset from the data stream. */
19509
19510static LONGEST
d521ce57 19511read_offset_1 (bfd *abfd, const gdb_byte *buf, unsigned int offset_size)
613e1657
KB
19512{
19513 LONGEST retval = 0;
19514
c764a876 19515 switch (offset_size)
613e1657
KB
19516 {
19517 case 4:
fe1b8b76 19518 retval = bfd_get_32 (abfd, buf);
613e1657
KB
19519 break;
19520 case 8:
fe1b8b76 19521 retval = bfd_get_64 (abfd, buf);
613e1657
KB
19522 break;
19523 default:
8e65ff28 19524 internal_error (__FILE__, __LINE__,
c764a876 19525 _("read_offset_1: bad switch [in module %s]"),
659b0389 19526 bfd_get_filename (abfd));
613e1657
KB
19527 }
19528
917c78fc 19529 return retval;
613e1657
KB
19530}
19531
d521ce57
TT
19532static const gdb_byte *
19533read_n_bytes (bfd *abfd, const gdb_byte *buf, unsigned int size)
c906108c
SS
19534{
19535 /* If the size of a host char is 8 bits, we can return a pointer
19536 to the buffer, otherwise we have to copy the data to a buffer
19537 allocated on the temporary obstack. */
4bdf3d34 19538 gdb_assert (HOST_CHAR_BIT == 8);
c906108c 19539 return buf;
c906108c
SS
19540}
19541
d521ce57
TT
19542static const char *
19543read_direct_string (bfd *abfd, const gdb_byte *buf,
19544 unsigned int *bytes_read_ptr)
c906108c
SS
19545{
19546 /* If the size of a host char is 8 bits, we can return a pointer
19547 to the string, otherwise we have to copy the string to a buffer
19548 allocated on the temporary obstack. */
4bdf3d34 19549 gdb_assert (HOST_CHAR_BIT == 8);
c906108c
SS
19550 if (*buf == '\0')
19551 {
19552 *bytes_read_ptr = 1;
19553 return NULL;
19554 }
d521ce57
TT
19555 *bytes_read_ptr = strlen ((const char *) buf) + 1;
19556 return (const char *) buf;
4bdf3d34
JJ
19557}
19558
43988095
JK
19559/* Return pointer to string at section SECT offset STR_OFFSET with error
19560 reporting strings FORM_NAME and SECT_NAME. */
19561
d521ce57 19562static const char *
ed2dc618
SM
19563read_indirect_string_at_offset_from (struct objfile *objfile,
19564 bfd *abfd, LONGEST str_offset,
43988095
JK
19565 struct dwarf2_section_info *sect,
19566 const char *form_name,
19567 const char *sect_name)
19568{
ed2dc618 19569 dwarf2_read_section (objfile, sect);
43988095
JK
19570 if (sect->buffer == NULL)
19571 error (_("%s used without %s section [in module %s]"),
19572 form_name, sect_name, bfd_get_filename (abfd));
19573 if (str_offset >= sect->size)
19574 error (_("%s pointing outside of %s section [in module %s]"),
19575 form_name, sect_name, bfd_get_filename (abfd));
4bdf3d34 19576 gdb_assert (HOST_CHAR_BIT == 8);
43988095 19577 if (sect->buffer[str_offset] == '\0')
4bdf3d34 19578 return NULL;
43988095
JK
19579 return (const char *) (sect->buffer + str_offset);
19580}
19581
19582/* Return pointer to string at .debug_str offset STR_OFFSET. */
19583
19584static const char *
ed2dc618
SM
19585read_indirect_string_at_offset (struct dwarf2_per_objfile *dwarf2_per_objfile,
19586 bfd *abfd, LONGEST str_offset)
43988095 19587{
ed2dc618
SM
19588 return read_indirect_string_at_offset_from (dwarf2_per_objfile->objfile,
19589 abfd, str_offset,
43988095
JK
19590 &dwarf2_per_objfile->str,
19591 "DW_FORM_strp", ".debug_str");
19592}
19593
19594/* Return pointer to string at .debug_line_str offset STR_OFFSET. */
19595
19596static const char *
ed2dc618
SM
19597read_indirect_line_string_at_offset (struct dwarf2_per_objfile *dwarf2_per_objfile,
19598 bfd *abfd, LONGEST str_offset)
43988095 19599{
ed2dc618
SM
19600 return read_indirect_string_at_offset_from (dwarf2_per_objfile->objfile,
19601 abfd, str_offset,
43988095
JK
19602 &dwarf2_per_objfile->line_str,
19603 "DW_FORM_line_strp",
19604 ".debug_line_str");
c906108c
SS
19605}
19606
36586728
TT
19607/* Read a string at offset STR_OFFSET in the .debug_str section from
19608 the .dwz file DWZ. Throw an error if the offset is too large. If
19609 the string consists of a single NUL byte, return NULL; otherwise
19610 return a pointer to the string. */
19611
d521ce57 19612static const char *
ed2dc618
SM
19613read_indirect_string_from_dwz (struct objfile *objfile, struct dwz_file *dwz,
19614 LONGEST str_offset)
36586728 19615{
ed2dc618 19616 dwarf2_read_section (objfile, &dwz->str);
36586728
TT
19617
19618 if (dwz->str.buffer == NULL)
19619 error (_("DW_FORM_GNU_strp_alt used without .debug_str "
19620 "section [in module %s]"),
19621 bfd_get_filename (dwz->dwz_bfd));
19622 if (str_offset >= dwz->str.size)
19623 error (_("DW_FORM_GNU_strp_alt pointing outside of "
19624 ".debug_str section [in module %s]"),
19625 bfd_get_filename (dwz->dwz_bfd));
19626 gdb_assert (HOST_CHAR_BIT == 8);
19627 if (dwz->str.buffer[str_offset] == '\0')
19628 return NULL;
d521ce57 19629 return (const char *) (dwz->str.buffer + str_offset);
36586728
TT
19630}
19631
43988095
JK
19632/* Return pointer to string at .debug_str offset as read from BUF.
19633 BUF is assumed to be in a compilation unit described by CU_HEADER.
19634 Return *BYTES_READ_PTR count of bytes read from BUF. */
19635
d521ce57 19636static const char *
ed2dc618
SM
19637read_indirect_string (struct dwarf2_per_objfile *dwarf2_per_objfile, bfd *abfd,
19638 const gdb_byte *buf,
cf2c3c16
TT
19639 const struct comp_unit_head *cu_header,
19640 unsigned int *bytes_read_ptr)
19641{
19642 LONGEST str_offset = read_offset (abfd, buf, cu_header, bytes_read_ptr);
19643
ed2dc618 19644 return read_indirect_string_at_offset (dwarf2_per_objfile, abfd, str_offset);
cf2c3c16
TT
19645}
19646
43988095
JK
19647/* Return pointer to string at .debug_line_str offset as read from BUF.
19648 BUF is assumed to be in a compilation unit described by CU_HEADER.
19649 Return *BYTES_READ_PTR count of bytes read from BUF. */
19650
19651static const char *
ed2dc618
SM
19652read_indirect_line_string (struct dwarf2_per_objfile *dwarf2_per_objfile,
19653 bfd *abfd, const gdb_byte *buf,
43988095
JK
19654 const struct comp_unit_head *cu_header,
19655 unsigned int *bytes_read_ptr)
19656{
19657 LONGEST str_offset = read_offset (abfd, buf, cu_header, bytes_read_ptr);
19658
ed2dc618
SM
19659 return read_indirect_line_string_at_offset (dwarf2_per_objfile, abfd,
19660 str_offset);
43988095
JK
19661}
19662
19663ULONGEST
d521ce57 19664read_unsigned_leb128 (bfd *abfd, const gdb_byte *buf,
43988095 19665 unsigned int *bytes_read_ptr)
c906108c 19666{
12df843f 19667 ULONGEST result;
ce5d95e1 19668 unsigned int num_read;
870f88f7 19669 int shift;
c906108c
SS
19670 unsigned char byte;
19671
19672 result = 0;
19673 shift = 0;
19674 num_read = 0;
c906108c
SS
19675 while (1)
19676 {
fe1b8b76 19677 byte = bfd_get_8 (abfd, buf);
c906108c
SS
19678 buf++;
19679 num_read++;
12df843f 19680 result |= ((ULONGEST) (byte & 127) << shift);
c906108c
SS
19681 if ((byte & 128) == 0)
19682 {
19683 break;
19684 }
19685 shift += 7;
19686 }
19687 *bytes_read_ptr = num_read;
19688 return result;
19689}
19690
12df843f 19691static LONGEST
d521ce57
TT
19692read_signed_leb128 (bfd *abfd, const gdb_byte *buf,
19693 unsigned int *bytes_read_ptr)
c906108c 19694{
4dd1b460 19695 ULONGEST result;
870f88f7 19696 int shift, num_read;
c906108c
SS
19697 unsigned char byte;
19698
19699 result = 0;
19700 shift = 0;
c906108c 19701 num_read = 0;
c906108c
SS
19702 while (1)
19703 {
fe1b8b76 19704 byte = bfd_get_8 (abfd, buf);
c906108c
SS
19705 buf++;
19706 num_read++;
4dd1b460 19707 result |= ((ULONGEST) (byte & 127) << shift);
c906108c
SS
19708 shift += 7;
19709 if ((byte & 128) == 0)
19710 {
19711 break;
19712 }
19713 }
77e0b926 19714 if ((shift < 8 * sizeof (result)) && (byte & 0x40))
4dd1b460 19715 result |= -(((ULONGEST) 1) << shift);
c906108c
SS
19716 *bytes_read_ptr = num_read;
19717 return result;
19718}
19719
3019eac3
DE
19720/* Given index ADDR_INDEX in .debug_addr, fetch the value.
19721 ADDR_BASE is the DW_AT_GNU_addr_base attribute or zero.
19722 ADDR_SIZE is the size of addresses from the CU header. */
19723
19724static CORE_ADDR
ed2dc618
SM
19725read_addr_index_1 (struct dwarf2_per_objfile *dwarf2_per_objfile,
19726 unsigned int addr_index, ULONGEST addr_base, int addr_size)
3019eac3
DE
19727{
19728 struct objfile *objfile = dwarf2_per_objfile->objfile;
19729 bfd *abfd = objfile->obfd;
19730 const gdb_byte *info_ptr;
19731
19732 dwarf2_read_section (objfile, &dwarf2_per_objfile->addr);
19733 if (dwarf2_per_objfile->addr.buffer == NULL)
19734 error (_("DW_FORM_addr_index used without .debug_addr section [in module %s]"),
4262abfb 19735 objfile_name (objfile));
3019eac3
DE
19736 if (addr_base + addr_index * addr_size >= dwarf2_per_objfile->addr.size)
19737 error (_("DW_FORM_addr_index pointing outside of "
19738 ".debug_addr section [in module %s]"),
4262abfb 19739 objfile_name (objfile));
3019eac3
DE
19740 info_ptr = (dwarf2_per_objfile->addr.buffer
19741 + addr_base + addr_index * addr_size);
19742 if (addr_size == 4)
19743 return bfd_get_32 (abfd, info_ptr);
19744 else
19745 return bfd_get_64 (abfd, info_ptr);
19746}
19747
19748/* Given index ADDR_INDEX in .debug_addr, fetch the value. */
19749
19750static CORE_ADDR
19751read_addr_index (struct dwarf2_cu *cu, unsigned int addr_index)
19752{
518817b3
SM
19753 return read_addr_index_1 (cu->per_cu->dwarf2_per_objfile, addr_index,
19754 cu->addr_base, cu->header.addr_size);
3019eac3
DE
19755}
19756
19757/* Given a pointer to an leb128 value, fetch the value from .debug_addr. */
19758
19759static CORE_ADDR
d521ce57 19760read_addr_index_from_leb128 (struct dwarf2_cu *cu, const gdb_byte *info_ptr,
3019eac3
DE
19761 unsigned int *bytes_read)
19762{
518817b3 19763 bfd *abfd = cu->per_cu->dwarf2_per_objfile->objfile->obfd;
3019eac3
DE
19764 unsigned int addr_index = read_unsigned_leb128 (abfd, info_ptr, bytes_read);
19765
19766 return read_addr_index (cu, addr_index);
19767}
19768
19769/* Data structure to pass results from dwarf2_read_addr_index_reader
19770 back to dwarf2_read_addr_index. */
19771
19772struct dwarf2_read_addr_index_data
19773{
19774 ULONGEST addr_base;
19775 int addr_size;
19776};
19777
19778/* die_reader_func for dwarf2_read_addr_index. */
19779
19780static void
19781dwarf2_read_addr_index_reader (const struct die_reader_specs *reader,
d521ce57 19782 const gdb_byte *info_ptr,
3019eac3
DE
19783 struct die_info *comp_unit_die,
19784 int has_children,
19785 void *data)
19786{
19787 struct dwarf2_cu *cu = reader->cu;
19788 struct dwarf2_read_addr_index_data *aidata =
19789 (struct dwarf2_read_addr_index_data *) data;
19790
19791 aidata->addr_base = cu->addr_base;
19792 aidata->addr_size = cu->header.addr_size;
19793}
19794
19795/* Given an index in .debug_addr, fetch the value.
19796 NOTE: This can be called during dwarf expression evaluation,
19797 long after the debug information has been read, and thus per_cu->cu
19798 may no longer exist. */
19799
19800CORE_ADDR
19801dwarf2_read_addr_index (struct dwarf2_per_cu_data *per_cu,
19802 unsigned int addr_index)
19803{
ed2dc618 19804 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
3019eac3
DE
19805 struct dwarf2_cu *cu = per_cu->cu;
19806 ULONGEST addr_base;
19807 int addr_size;
19808
3019eac3
DE
19809 /* We need addr_base and addr_size.
19810 If we don't have PER_CU->cu, we have to get it.
19811 Nasty, but the alternative is storing the needed info in PER_CU,
19812 which at this point doesn't seem justified: it's not clear how frequently
19813 it would get used and it would increase the size of every PER_CU.
19814 Entry points like dwarf2_per_cu_addr_size do a similar thing
19815 so we're not in uncharted territory here.
19816 Alas we need to be a bit more complicated as addr_base is contained
19817 in the DIE.
19818
19819 We don't need to read the entire CU(/TU).
19820 We just need the header and top level die.
a1b64ce1 19821
3019eac3 19822 IWBN to use the aging mechanism to let us lazily later discard the CU.
a1b64ce1 19823 For now we skip this optimization. */
3019eac3
DE
19824
19825 if (cu != NULL)
19826 {
19827 addr_base = cu->addr_base;
19828 addr_size = cu->header.addr_size;
19829 }
19830 else
19831 {
19832 struct dwarf2_read_addr_index_data aidata;
19833
a1b64ce1
DE
19834 /* Note: We can't use init_cutu_and_read_dies_simple here,
19835 we need addr_base. */
58f0c718 19836 init_cutu_and_read_dies (per_cu, NULL, 0, 0, false,
a1b64ce1 19837 dwarf2_read_addr_index_reader, &aidata);
3019eac3
DE
19838 addr_base = aidata.addr_base;
19839 addr_size = aidata.addr_size;
19840 }
19841
ed2dc618
SM
19842 return read_addr_index_1 (dwarf2_per_objfile, addr_index, addr_base,
19843 addr_size);
3019eac3
DE
19844}
19845
57d63ce2
DE
19846/* Given a DW_FORM_GNU_str_index, fetch the string.
19847 This is only used by the Fission support. */
3019eac3 19848
d521ce57 19849static const char *
342587c4 19850read_str_index (const struct die_reader_specs *reader, ULONGEST str_index)
3019eac3 19851{
ed2dc618 19852 struct dwarf2_cu *cu = reader->cu;
518817b3
SM
19853 struct dwarf2_per_objfile *dwarf2_per_objfile
19854 = cu->per_cu->dwarf2_per_objfile;
3019eac3 19855 struct objfile *objfile = dwarf2_per_objfile->objfile;
c5164cbc 19856 const char *objf_name = objfile_name (objfile);
3019eac3 19857 bfd *abfd = objfile->obfd;
73869dc2
DE
19858 struct dwarf2_section_info *str_section = &reader->dwo_file->sections.str;
19859 struct dwarf2_section_info *str_offsets_section =
19860 &reader->dwo_file->sections.str_offsets;
d521ce57 19861 const gdb_byte *info_ptr;
3019eac3 19862 ULONGEST str_offset;
57d63ce2 19863 static const char form_name[] = "DW_FORM_GNU_str_index";
3019eac3 19864
73869dc2
DE
19865 dwarf2_read_section (objfile, str_section);
19866 dwarf2_read_section (objfile, str_offsets_section);
19867 if (str_section->buffer == NULL)
57d63ce2 19868 error (_("%s used without .debug_str.dwo section"
9d8780f0
SM
19869 " in CU at offset %s [in module %s]"),
19870 form_name, sect_offset_str (cu->header.sect_off), objf_name);
73869dc2 19871 if (str_offsets_section->buffer == NULL)
57d63ce2 19872 error (_("%s used without .debug_str_offsets.dwo section"
9d8780f0
SM
19873 " in CU at offset %s [in module %s]"),
19874 form_name, sect_offset_str (cu->header.sect_off), objf_name);
73869dc2 19875 if (str_index * cu->header.offset_size >= str_offsets_section->size)
57d63ce2 19876 error (_("%s pointing outside of .debug_str_offsets.dwo"
9d8780f0
SM
19877 " section in CU at offset %s [in module %s]"),
19878 form_name, sect_offset_str (cu->header.sect_off), objf_name);
73869dc2 19879 info_ptr = (str_offsets_section->buffer
3019eac3
DE
19880 + str_index * cu->header.offset_size);
19881 if (cu->header.offset_size == 4)
19882 str_offset = bfd_get_32 (abfd, info_ptr);
19883 else
19884 str_offset = bfd_get_64 (abfd, info_ptr);
73869dc2 19885 if (str_offset >= str_section->size)
57d63ce2 19886 error (_("Offset from %s pointing outside of"
9d8780f0
SM
19887 " .debug_str.dwo section in CU at offset %s [in module %s]"),
19888 form_name, sect_offset_str (cu->header.sect_off), objf_name);
73869dc2 19889 return (const char *) (str_section->buffer + str_offset);
3019eac3
DE
19890}
19891
3019eac3
DE
19892/* Return the length of an LEB128 number in BUF. */
19893
19894static int
19895leb128_size (const gdb_byte *buf)
19896{
19897 const gdb_byte *begin = buf;
19898 gdb_byte byte;
19899
19900 while (1)
19901 {
19902 byte = *buf++;
19903 if ((byte & 128) == 0)
19904 return buf - begin;
19905 }
19906}
19907
c906108c 19908static void
e142c38c 19909set_cu_language (unsigned int lang, struct dwarf2_cu *cu)
c906108c
SS
19910{
19911 switch (lang)
19912 {
19913 case DW_LANG_C89:
76bee0cc 19914 case DW_LANG_C99:
0cfd832f 19915 case DW_LANG_C11:
c906108c 19916 case DW_LANG_C:
d1be3247 19917 case DW_LANG_UPC:
e142c38c 19918 cu->language = language_c;
c906108c 19919 break;
9c37b5ae 19920 case DW_LANG_Java:
c906108c 19921 case DW_LANG_C_plus_plus:
0cfd832f
MW
19922 case DW_LANG_C_plus_plus_11:
19923 case DW_LANG_C_plus_plus_14:
e142c38c 19924 cu->language = language_cplus;
c906108c 19925 break;
6aecb9c2
JB
19926 case DW_LANG_D:
19927 cu->language = language_d;
19928 break;
c906108c
SS
19929 case DW_LANG_Fortran77:
19930 case DW_LANG_Fortran90:
b21b22e0 19931 case DW_LANG_Fortran95:
f7de9aab
MW
19932 case DW_LANG_Fortran03:
19933 case DW_LANG_Fortran08:
e142c38c 19934 cu->language = language_fortran;
c906108c 19935 break;
a766d390
DE
19936 case DW_LANG_Go:
19937 cu->language = language_go;
19938 break;
c906108c 19939 case DW_LANG_Mips_Assembler:
e142c38c 19940 cu->language = language_asm;
c906108c
SS
19941 break;
19942 case DW_LANG_Ada83:
8aaf0b47 19943 case DW_LANG_Ada95:
bc5f45f8
JB
19944 cu->language = language_ada;
19945 break;
72019c9c
GM
19946 case DW_LANG_Modula2:
19947 cu->language = language_m2;
19948 break;
fe8e67fd
PM
19949 case DW_LANG_Pascal83:
19950 cu->language = language_pascal;
19951 break;
22566fbd
DJ
19952 case DW_LANG_ObjC:
19953 cu->language = language_objc;
19954 break;
c44af4eb
TT
19955 case DW_LANG_Rust:
19956 case DW_LANG_Rust_old:
19957 cu->language = language_rust;
19958 break;
c906108c
SS
19959 case DW_LANG_Cobol74:
19960 case DW_LANG_Cobol85:
c906108c 19961 default:
e142c38c 19962 cu->language = language_minimal;
c906108c
SS
19963 break;
19964 }
e142c38c 19965 cu->language_defn = language_def (cu->language);
c906108c
SS
19966}
19967
19968/* Return the named attribute or NULL if not there. */
19969
19970static struct attribute *
e142c38c 19971dwarf2_attr (struct die_info *die, unsigned int name, struct dwarf2_cu *cu)
c906108c 19972{
a48e046c 19973 for (;;)
c906108c 19974 {
a48e046c
TT
19975 unsigned int i;
19976 struct attribute *spec = NULL;
19977
19978 for (i = 0; i < die->num_attrs; ++i)
19979 {
19980 if (die->attrs[i].name == name)
19981 return &die->attrs[i];
19982 if (die->attrs[i].name == DW_AT_specification
19983 || die->attrs[i].name == DW_AT_abstract_origin)
19984 spec = &die->attrs[i];
19985 }
19986
19987 if (!spec)
19988 break;
c906108c 19989
f2f0e013 19990 die = follow_die_ref (die, spec, &cu);
f2f0e013 19991 }
c5aa993b 19992
c906108c
SS
19993 return NULL;
19994}
19995
348e048f
DE
19996/* Return the named attribute or NULL if not there,
19997 but do not follow DW_AT_specification, etc.
19998 This is for use in contexts where we're reading .debug_types dies.
19999 Following DW_AT_specification, DW_AT_abstract_origin will take us
20000 back up the chain, and we want to go down. */
20001
20002static struct attribute *
45e58e77 20003dwarf2_attr_no_follow (struct die_info *die, unsigned int name)
348e048f
DE
20004{
20005 unsigned int i;
20006
20007 for (i = 0; i < die->num_attrs; ++i)
20008 if (die->attrs[i].name == name)
20009 return &die->attrs[i];
20010
20011 return NULL;
20012}
20013
7d45c7c3
KB
20014/* Return the string associated with a string-typed attribute, or NULL if it
20015 is either not found or is of an incorrect type. */
20016
20017static const char *
20018dwarf2_string_attr (struct die_info *die, unsigned int name, struct dwarf2_cu *cu)
20019{
20020 struct attribute *attr;
20021 const char *str = NULL;
20022
20023 attr = dwarf2_attr (die, name, cu);
20024
20025 if (attr != NULL)
20026 {
43988095 20027 if (attr->form == DW_FORM_strp || attr->form == DW_FORM_line_strp
b3340438
L
20028 || attr->form == DW_FORM_string
20029 || attr->form == DW_FORM_GNU_str_index
16eb6b2d 20030 || attr->form == DW_FORM_GNU_strp_alt)
7d45c7c3
KB
20031 str = DW_STRING (attr);
20032 else
b98664d3 20033 complaint (_("string type expected for attribute %s for "
9d8780f0
SM
20034 "DIE at %s in module %s"),
20035 dwarf_attr_name (name), sect_offset_str (die->sect_off),
518817b3 20036 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
7d45c7c3
KB
20037 }
20038
20039 return str;
20040}
20041
05cf31d1
JB
20042/* Return non-zero iff the attribute NAME is defined for the given DIE,
20043 and holds a non-zero value. This function should only be used for
2dc7f7b3 20044 DW_FORM_flag or DW_FORM_flag_present attributes. */
05cf31d1
JB
20045
20046static int
20047dwarf2_flag_true_p (struct die_info *die, unsigned name, struct dwarf2_cu *cu)
20048{
20049 struct attribute *attr = dwarf2_attr (die, name, cu);
20050
20051 return (attr && DW_UNSND (attr));
20052}
20053
3ca72b44 20054static int
e142c38c 20055die_is_declaration (struct die_info *die, struct dwarf2_cu *cu)
3ca72b44 20056{
05cf31d1
JB
20057 /* A DIE is a declaration if it has a DW_AT_declaration attribute
20058 which value is non-zero. However, we have to be careful with
20059 DIEs having a DW_AT_specification attribute, because dwarf2_attr()
20060 (via dwarf2_flag_true_p) follows this attribute. So we may
20061 end up accidently finding a declaration attribute that belongs
20062 to a different DIE referenced by the specification attribute,
20063 even though the given DIE does not have a declaration attribute. */
20064 return (dwarf2_flag_true_p (die, DW_AT_declaration, cu)
20065 && dwarf2_attr (die, DW_AT_specification, cu) == NULL);
3ca72b44
AC
20066}
20067
63d06c5c 20068/* Return the die giving the specification for DIE, if there is
f2f0e013 20069 one. *SPEC_CU is the CU containing DIE on input, and the CU
edb3359d
DJ
20070 containing the return value on output. If there is no
20071 specification, but there is an abstract origin, that is
20072 returned. */
63d06c5c
DC
20073
20074static struct die_info *
f2f0e013 20075die_specification (struct die_info *die, struct dwarf2_cu **spec_cu)
63d06c5c 20076{
f2f0e013
DJ
20077 struct attribute *spec_attr = dwarf2_attr (die, DW_AT_specification,
20078 *spec_cu);
63d06c5c 20079
edb3359d
DJ
20080 if (spec_attr == NULL)
20081 spec_attr = dwarf2_attr (die, DW_AT_abstract_origin, *spec_cu);
20082
63d06c5c
DC
20083 if (spec_attr == NULL)
20084 return NULL;
20085 else
f2f0e013 20086 return follow_die_ref (die, spec_attr, spec_cu);
63d06c5c 20087}
c906108c 20088
527f3840
JK
20089/* Stub for free_line_header to match void * callback types. */
20090
20091static void
20092free_line_header_voidp (void *arg)
20093{
9a3c8263 20094 struct line_header *lh = (struct line_header *) arg;
527f3840 20095
fff8551c 20096 delete lh;
527f3840
JK
20097}
20098
fff8551c
PA
20099void
20100line_header::add_include_dir (const char *include_dir)
c906108c 20101{
27e0867f 20102 if (dwarf_line_debug >= 2)
fff8551c
PA
20103 fprintf_unfiltered (gdb_stdlog, "Adding dir %zu: %s\n",
20104 include_dirs.size () + 1, include_dir);
27e0867f 20105
fff8551c 20106 include_dirs.push_back (include_dir);
debd256d 20107}
6e70227d 20108
fff8551c
PA
20109void
20110line_header::add_file_name (const char *name,
ecfb656c 20111 dir_index d_index,
fff8551c
PA
20112 unsigned int mod_time,
20113 unsigned int length)
debd256d 20114{
27e0867f
DE
20115 if (dwarf_line_debug >= 2)
20116 fprintf_unfiltered (gdb_stdlog, "Adding file %u: %s\n",
fff8551c 20117 (unsigned) file_names.size () + 1, name);
27e0867f 20118
ecfb656c 20119 file_names.emplace_back (name, d_index, mod_time, length);
debd256d 20120}
6e70227d 20121
83769d0b 20122/* A convenience function to find the proper .debug_line section for a CU. */
36586728
TT
20123
20124static struct dwarf2_section_info *
20125get_debug_line_section (struct dwarf2_cu *cu)
20126{
20127 struct dwarf2_section_info *section;
518817b3
SM
20128 struct dwarf2_per_objfile *dwarf2_per_objfile
20129 = cu->per_cu->dwarf2_per_objfile;
36586728
TT
20130
20131 /* For TUs in DWO files, the DW_AT_stmt_list attribute lives in the
20132 DWO file. */
20133 if (cu->dwo_unit && cu->per_cu->is_debug_types)
20134 section = &cu->dwo_unit->dwo_file->sections.line;
20135 else if (cu->per_cu->is_dwz)
20136 {
ed2dc618 20137 struct dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
36586728
TT
20138
20139 section = &dwz->line;
20140 }
20141 else
20142 section = &dwarf2_per_objfile->line;
20143
20144 return section;
20145}
20146
43988095
JK
20147/* Read directory or file name entry format, starting with byte of
20148 format count entries, ULEB128 pairs of entry formats, ULEB128 of
20149 entries count and the entries themselves in the described entry
20150 format. */
20151
20152static void
ed2dc618
SM
20153read_formatted_entries (struct dwarf2_per_objfile *dwarf2_per_objfile,
20154 bfd *abfd, const gdb_byte **bufp,
43988095
JK
20155 struct line_header *lh,
20156 const struct comp_unit_head *cu_header,
20157 void (*callback) (struct line_header *lh,
20158 const char *name,
ecfb656c 20159 dir_index d_index,
43988095
JK
20160 unsigned int mod_time,
20161 unsigned int length))
20162{
20163 gdb_byte format_count, formati;
20164 ULONGEST data_count, datai;
20165 const gdb_byte *buf = *bufp;
20166 const gdb_byte *format_header_data;
43988095
JK
20167 unsigned int bytes_read;
20168
20169 format_count = read_1_byte (abfd, buf);
20170 buf += 1;
20171 format_header_data = buf;
20172 for (formati = 0; formati < format_count; formati++)
20173 {
20174 read_unsigned_leb128 (abfd, buf, &bytes_read);
20175 buf += bytes_read;
20176 read_unsigned_leb128 (abfd, buf, &bytes_read);
20177 buf += bytes_read;
20178 }
20179
20180 data_count = read_unsigned_leb128 (abfd, buf, &bytes_read);
20181 buf += bytes_read;
20182 for (datai = 0; datai < data_count; datai++)
20183 {
20184 const gdb_byte *format = format_header_data;
20185 struct file_entry fe;
20186
43988095
JK
20187 for (formati = 0; formati < format_count; formati++)
20188 {
ecfb656c 20189 ULONGEST content_type = read_unsigned_leb128 (abfd, format, &bytes_read);
43988095 20190 format += bytes_read;
43988095 20191
ecfb656c 20192 ULONGEST form = read_unsigned_leb128 (abfd, format, &bytes_read);
43988095 20193 format += bytes_read;
ecfb656c
PA
20194
20195 gdb::optional<const char *> string;
20196 gdb::optional<unsigned int> uint;
20197
43988095
JK
20198 switch (form)
20199 {
20200 case DW_FORM_string:
ecfb656c 20201 string.emplace (read_direct_string (abfd, buf, &bytes_read));
43988095
JK
20202 buf += bytes_read;
20203 break;
20204
20205 case DW_FORM_line_strp:
ed2dc618
SM
20206 string.emplace (read_indirect_line_string (dwarf2_per_objfile,
20207 abfd, buf,
ecfb656c
PA
20208 cu_header,
20209 &bytes_read));
43988095
JK
20210 buf += bytes_read;
20211 break;
20212
20213 case DW_FORM_data1:
ecfb656c 20214 uint.emplace (read_1_byte (abfd, buf));
43988095
JK
20215 buf += 1;
20216 break;
20217
20218 case DW_FORM_data2:
ecfb656c 20219 uint.emplace (read_2_bytes (abfd, buf));
43988095
JK
20220 buf += 2;
20221 break;
20222
20223 case DW_FORM_data4:
ecfb656c 20224 uint.emplace (read_4_bytes (abfd, buf));
43988095
JK
20225 buf += 4;
20226 break;
20227
20228 case DW_FORM_data8:
ecfb656c 20229 uint.emplace (read_8_bytes (abfd, buf));
43988095
JK
20230 buf += 8;
20231 break;
20232
20233 case DW_FORM_udata:
ecfb656c 20234 uint.emplace (read_unsigned_leb128 (abfd, buf, &bytes_read));
43988095
JK
20235 buf += bytes_read;
20236 break;
20237
20238 case DW_FORM_block:
20239 /* It is valid only for DW_LNCT_timestamp which is ignored by
20240 current GDB. */
20241 break;
20242 }
ecfb656c
PA
20243
20244 switch (content_type)
20245 {
20246 case DW_LNCT_path:
20247 if (string.has_value ())
20248 fe.name = *string;
20249 break;
20250 case DW_LNCT_directory_index:
20251 if (uint.has_value ())
20252 fe.d_index = (dir_index) *uint;
20253 break;
20254 case DW_LNCT_timestamp:
20255 if (uint.has_value ())
20256 fe.mod_time = *uint;
20257 break;
20258 case DW_LNCT_size:
20259 if (uint.has_value ())
20260 fe.length = *uint;
20261 break;
20262 case DW_LNCT_MD5:
20263 break;
20264 default:
b98664d3 20265 complaint (_("Unknown format content type %s"),
ecfb656c
PA
20266 pulongest (content_type));
20267 }
43988095
JK
20268 }
20269
ecfb656c 20270 callback (lh, fe.name, fe.d_index, fe.mod_time, fe.length);
43988095
JK
20271 }
20272
20273 *bufp = buf;
20274}
20275
debd256d 20276/* Read the statement program header starting at OFFSET in
3019eac3 20277 .debug_line, or .debug_line.dwo. Return a pointer
6502dd73 20278 to a struct line_header, allocated using xmalloc.
cd366ee8
DE
20279 Returns NULL if there is a problem reading the header, e.g., if it
20280 has a version we don't understand.
debd256d
JB
20281
20282 NOTE: the strings in the include directory and file name tables of
3019eac3
DE
20283 the returned object point into the dwarf line section buffer,
20284 and must not be freed. */
ae2de4f8 20285
fff8551c 20286static line_header_up
9c541725 20287dwarf_decode_line_header (sect_offset sect_off, struct dwarf2_cu *cu)
debd256d 20288{
d521ce57 20289 const gdb_byte *line_ptr;
c764a876 20290 unsigned int bytes_read, offset_size;
debd256d 20291 int i;
d521ce57 20292 const char *cur_dir, *cur_file;
3019eac3
DE
20293 struct dwarf2_section_info *section;
20294 bfd *abfd;
518817b3
SM
20295 struct dwarf2_per_objfile *dwarf2_per_objfile
20296 = cu->per_cu->dwarf2_per_objfile;
3019eac3 20297
36586728 20298 section = get_debug_line_section (cu);
3019eac3
DE
20299 dwarf2_read_section (dwarf2_per_objfile->objfile, section);
20300 if (section->buffer == NULL)
debd256d 20301 {
3019eac3 20302 if (cu->dwo_unit && cu->per_cu->is_debug_types)
b98664d3 20303 complaint (_("missing .debug_line.dwo section"));
3019eac3 20304 else
b98664d3 20305 complaint (_("missing .debug_line section"));
debd256d
JB
20306 return 0;
20307 }
20308
fceca515
DE
20309 /* We can't do this until we know the section is non-empty.
20310 Only then do we know we have such a section. */
a32a8923 20311 abfd = get_section_bfd_owner (section);
fceca515 20312
a738430d
MK
20313 /* Make sure that at least there's room for the total_length field.
20314 That could be 12 bytes long, but we're just going to fudge that. */
9c541725 20315 if (to_underlying (sect_off) + 4 >= section->size)
debd256d 20316 {
4d3c2250 20317 dwarf2_statement_list_fits_in_line_number_section_complaint ();
debd256d
JB
20318 return 0;
20319 }
20320
fff8551c 20321 line_header_up lh (new line_header ());
debd256d 20322
9c541725 20323 lh->sect_off = sect_off;
527f3840
JK
20324 lh->offset_in_dwz = cu->per_cu->is_dwz;
20325
9c541725 20326 line_ptr = section->buffer + to_underlying (sect_off);
debd256d 20327
a738430d 20328 /* Read in the header. */
6e70227d 20329 lh->total_length =
c764a876
DE
20330 read_checked_initial_length_and_offset (abfd, line_ptr, &cu->header,
20331 &bytes_read, &offset_size);
debd256d 20332 line_ptr += bytes_read;
3019eac3 20333 if (line_ptr + lh->total_length > (section->buffer + section->size))
debd256d 20334 {
4d3c2250 20335 dwarf2_statement_list_fits_in_line_number_section_complaint ();
debd256d
JB
20336 return 0;
20337 }
20338 lh->statement_program_end = line_ptr + lh->total_length;
20339 lh->version = read_2_bytes (abfd, line_ptr);
20340 line_ptr += 2;
43988095 20341 if (lh->version > 5)
cd366ee8
DE
20342 {
20343 /* This is a version we don't understand. The format could have
20344 changed in ways we don't handle properly so just punt. */
b98664d3 20345 complaint (_("unsupported version in .debug_line section"));
cd366ee8
DE
20346 return NULL;
20347 }
43988095
JK
20348 if (lh->version >= 5)
20349 {
20350 gdb_byte segment_selector_size;
20351
20352 /* Skip address size. */
20353 read_1_byte (abfd, line_ptr);
20354 line_ptr += 1;
20355
20356 segment_selector_size = read_1_byte (abfd, line_ptr);
20357 line_ptr += 1;
20358 if (segment_selector_size != 0)
20359 {
b98664d3 20360 complaint (_("unsupported segment selector size %u "
43988095
JK
20361 "in .debug_line section"),
20362 segment_selector_size);
20363 return NULL;
20364 }
20365 }
c764a876
DE
20366 lh->header_length = read_offset_1 (abfd, line_ptr, offset_size);
20367 line_ptr += offset_size;
debd256d
JB
20368 lh->minimum_instruction_length = read_1_byte (abfd, line_ptr);
20369 line_ptr += 1;
2dc7f7b3
TT
20370 if (lh->version >= 4)
20371 {
20372 lh->maximum_ops_per_instruction = read_1_byte (abfd, line_ptr);
20373 line_ptr += 1;
20374 }
20375 else
20376 lh->maximum_ops_per_instruction = 1;
20377
20378 if (lh->maximum_ops_per_instruction == 0)
20379 {
20380 lh->maximum_ops_per_instruction = 1;
b98664d3 20381 complaint (_("invalid maximum_ops_per_instruction "
3e43a32a 20382 "in `.debug_line' section"));
2dc7f7b3
TT
20383 }
20384
debd256d
JB
20385 lh->default_is_stmt = read_1_byte (abfd, line_ptr);
20386 line_ptr += 1;
20387 lh->line_base = read_1_signed_byte (abfd, line_ptr);
20388 line_ptr += 1;
20389 lh->line_range = read_1_byte (abfd, line_ptr);
20390 line_ptr += 1;
20391 lh->opcode_base = read_1_byte (abfd, line_ptr);
20392 line_ptr += 1;
fff8551c 20393 lh->standard_opcode_lengths.reset (new unsigned char[lh->opcode_base]);
debd256d
JB
20394
20395 lh->standard_opcode_lengths[0] = 1; /* This should never be used anyway. */
20396 for (i = 1; i < lh->opcode_base; ++i)
20397 {
20398 lh->standard_opcode_lengths[i] = read_1_byte (abfd, line_ptr);
20399 line_ptr += 1;
20400 }
20401
43988095 20402 if (lh->version >= 5)
debd256d 20403 {
43988095 20404 /* Read directory table. */
ed2dc618
SM
20405 read_formatted_entries (dwarf2_per_objfile, abfd, &line_ptr, lh.get (),
20406 &cu->header,
b926417a 20407 [] (struct line_header *header, const char *name,
ecfb656c 20408 dir_index d_index, unsigned int mod_time,
fff8551c
PA
20409 unsigned int length)
20410 {
b926417a 20411 header->add_include_dir (name);
fff8551c 20412 });
debd256d 20413
43988095 20414 /* Read file name table. */
ed2dc618
SM
20415 read_formatted_entries (dwarf2_per_objfile, abfd, &line_ptr, lh.get (),
20416 &cu->header,
b926417a 20417 [] (struct line_header *header, const char *name,
ecfb656c 20418 dir_index d_index, unsigned int mod_time,
fff8551c
PA
20419 unsigned int length)
20420 {
b926417a 20421 header->add_file_name (name, d_index, mod_time, length);
fff8551c 20422 });
43988095
JK
20423 }
20424 else
debd256d 20425 {
43988095
JK
20426 /* Read directory table. */
20427 while ((cur_dir = read_direct_string (abfd, line_ptr, &bytes_read)) != NULL)
20428 {
20429 line_ptr += bytes_read;
fff8551c 20430 lh->add_include_dir (cur_dir);
43988095 20431 }
debd256d
JB
20432 line_ptr += bytes_read;
20433
43988095
JK
20434 /* Read file name table. */
20435 while ((cur_file = read_direct_string (abfd, line_ptr, &bytes_read)) != NULL)
20436 {
ecfb656c
PA
20437 unsigned int mod_time, length;
20438 dir_index d_index;
43988095
JK
20439
20440 line_ptr += bytes_read;
ecfb656c 20441 d_index = (dir_index) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
43988095
JK
20442 line_ptr += bytes_read;
20443 mod_time = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
20444 line_ptr += bytes_read;
20445 length = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
20446 line_ptr += bytes_read;
20447
ecfb656c 20448 lh->add_file_name (cur_file, d_index, mod_time, length);
43988095
JK
20449 }
20450 line_ptr += bytes_read;
debd256d 20451 }
6e70227d 20452 lh->statement_program_start = line_ptr;
debd256d 20453
3019eac3 20454 if (line_ptr > (section->buffer + section->size))
b98664d3 20455 complaint (_("line number info header doesn't "
3e43a32a 20456 "fit in `.debug_line' section"));
debd256d 20457
debd256d
JB
20458 return lh;
20459}
c906108c 20460
c6da4cef
DE
20461/* Subroutine of dwarf_decode_lines to simplify it.
20462 Return the file name of the psymtab for included file FILE_INDEX
20463 in line header LH of PST.
20464 COMP_DIR is the compilation directory (DW_AT_comp_dir) or NULL if unknown.
c89b44cd
TT
20465 If space for the result is malloc'd, *NAME_HOLDER will be set.
20466 Returns NULL if FILE_INDEX should be ignored, i.e., it is pst->filename. */
c6da4cef 20467
d521ce57 20468static const char *
c6da4cef
DE
20469psymtab_include_file_name (const struct line_header *lh, int file_index,
20470 const struct partial_symtab *pst,
c89b44cd
TT
20471 const char *comp_dir,
20472 gdb::unique_xmalloc_ptr<char> *name_holder)
c6da4cef 20473{
8c43009f 20474 const file_entry &fe = lh->file_names[file_index];
d521ce57
TT
20475 const char *include_name = fe.name;
20476 const char *include_name_to_compare = include_name;
72b9f47f 20477 const char *pst_filename;
c6da4cef
DE
20478 int file_is_pst;
20479
8c43009f 20480 const char *dir_name = fe.include_dir (lh);
c6da4cef 20481
c89b44cd 20482 gdb::unique_xmalloc_ptr<char> hold_compare;
c6da4cef
DE
20483 if (!IS_ABSOLUTE_PATH (include_name)
20484 && (dir_name != NULL || comp_dir != NULL))
20485 {
20486 /* Avoid creating a duplicate psymtab for PST.
20487 We do this by comparing INCLUDE_NAME and PST_FILENAME.
20488 Before we do the comparison, however, we need to account
20489 for DIR_NAME and COMP_DIR.
20490 First prepend dir_name (if non-NULL). If we still don't
20491 have an absolute path prepend comp_dir (if non-NULL).
20492 However, the directory we record in the include-file's
20493 psymtab does not contain COMP_DIR (to match the
20494 corresponding symtab(s)).
20495
20496 Example:
20497
20498 bash$ cd /tmp
20499 bash$ gcc -g ./hello.c
20500 include_name = "hello.c"
20501 dir_name = "."
20502 DW_AT_comp_dir = comp_dir = "/tmp"
5f52445b
YQ
20503 DW_AT_name = "./hello.c"
20504
20505 */
c6da4cef
DE
20506
20507 if (dir_name != NULL)
20508 {
c89b44cd
TT
20509 name_holder->reset (concat (dir_name, SLASH_STRING,
20510 include_name, (char *) NULL));
20511 include_name = name_holder->get ();
c6da4cef 20512 include_name_to_compare = include_name;
c6da4cef
DE
20513 }
20514 if (!IS_ABSOLUTE_PATH (include_name) && comp_dir != NULL)
20515 {
c89b44cd
TT
20516 hold_compare.reset (concat (comp_dir, SLASH_STRING,
20517 include_name, (char *) NULL));
20518 include_name_to_compare = hold_compare.get ();
c6da4cef
DE
20519 }
20520 }
20521
20522 pst_filename = pst->filename;
c89b44cd 20523 gdb::unique_xmalloc_ptr<char> copied_name;
c6da4cef
DE
20524 if (!IS_ABSOLUTE_PATH (pst_filename) && pst->dirname != NULL)
20525 {
c89b44cd
TT
20526 copied_name.reset (concat (pst->dirname, SLASH_STRING,
20527 pst_filename, (char *) NULL));
20528 pst_filename = copied_name.get ();
c6da4cef
DE
20529 }
20530
1e3fad37 20531 file_is_pst = FILENAME_CMP (include_name_to_compare, pst_filename) == 0;
c6da4cef 20532
c6da4cef
DE
20533 if (file_is_pst)
20534 return NULL;
20535 return include_name;
20536}
20537
d9b3de22
DE
20538/* State machine to track the state of the line number program. */
20539
6f77053d 20540class lnp_state_machine
d9b3de22 20541{
6f77053d
PA
20542public:
20543 /* Initialize a machine state for the start of a line number
20544 program. */
804d2729
TT
20545 lnp_state_machine (struct dwarf2_cu *cu, gdbarch *arch, line_header *lh,
20546 bool record_lines_p);
6f77053d 20547
8c43009f
PA
20548 file_entry *current_file ()
20549 {
20550 /* lh->file_names is 0-based, but the file name numbers in the
20551 statement program are 1-based. */
6f77053d
PA
20552 return m_line_header->file_name_at (m_file);
20553 }
20554
20555 /* Record the line in the state machine. END_SEQUENCE is true if
20556 we're processing the end of a sequence. */
20557 void record_line (bool end_sequence);
20558
7ab6656f
OJ
20559 /* Check ADDRESS is zero and less than UNRELOCATED_LOWPC and if true
20560 nop-out rest of the lines in this sequence. */
6f77053d
PA
20561 void check_line_address (struct dwarf2_cu *cu,
20562 const gdb_byte *line_ptr,
7ab6656f 20563 CORE_ADDR unrelocated_lowpc, CORE_ADDR address);
6f77053d
PA
20564
20565 void handle_set_discriminator (unsigned int discriminator)
20566 {
20567 m_discriminator = discriminator;
20568 m_line_has_non_zero_discriminator |= discriminator != 0;
20569 }
20570
20571 /* Handle DW_LNE_set_address. */
20572 void handle_set_address (CORE_ADDR baseaddr, CORE_ADDR address)
20573 {
20574 m_op_index = 0;
20575 address += baseaddr;
20576 m_address = gdbarch_adjust_dwarf2_line (m_gdbarch, address, false);
20577 }
20578
20579 /* Handle DW_LNS_advance_pc. */
20580 void handle_advance_pc (CORE_ADDR adjust);
20581
20582 /* Handle a special opcode. */
20583 void handle_special_opcode (unsigned char op_code);
20584
20585 /* Handle DW_LNS_advance_line. */
20586 void handle_advance_line (int line_delta)
20587 {
20588 advance_line (line_delta);
20589 }
20590
20591 /* Handle DW_LNS_set_file. */
20592 void handle_set_file (file_name_index file);
20593
20594 /* Handle DW_LNS_negate_stmt. */
20595 void handle_negate_stmt ()
20596 {
20597 m_is_stmt = !m_is_stmt;
20598 }
20599
20600 /* Handle DW_LNS_const_add_pc. */
20601 void handle_const_add_pc ();
20602
20603 /* Handle DW_LNS_fixed_advance_pc. */
20604 void handle_fixed_advance_pc (CORE_ADDR addr_adj)
20605 {
20606 m_address += gdbarch_adjust_dwarf2_line (m_gdbarch, addr_adj, true);
20607 m_op_index = 0;
20608 }
20609
20610 /* Handle DW_LNS_copy. */
20611 void handle_copy ()
20612 {
20613 record_line (false);
20614 m_discriminator = 0;
20615 }
20616
20617 /* Handle DW_LNE_end_sequence. */
20618 void handle_end_sequence ()
20619 {
804d2729 20620 m_currently_recording_lines = true;
6f77053d
PA
20621 }
20622
20623private:
20624 /* Advance the line by LINE_DELTA. */
20625 void advance_line (int line_delta)
20626 {
20627 m_line += line_delta;
20628
20629 if (line_delta != 0)
20630 m_line_has_non_zero_discriminator = m_discriminator != 0;
8c43009f
PA
20631 }
20632
804d2729
TT
20633 struct dwarf2_cu *m_cu;
20634
6f77053d
PA
20635 gdbarch *m_gdbarch;
20636
20637 /* True if we're recording lines.
20638 Otherwise we're building partial symtabs and are just interested in
20639 finding include files mentioned by the line number program. */
20640 bool m_record_lines_p;
20641
8c43009f 20642 /* The line number header. */
6f77053d 20643 line_header *m_line_header;
8c43009f 20644
6f77053d
PA
20645 /* These are part of the standard DWARF line number state machine,
20646 and initialized according to the DWARF spec. */
d9b3de22 20647
6f77053d 20648 unsigned char m_op_index = 0;
8c43009f 20649 /* The line table index (1-based) of the current file. */
6f77053d
PA
20650 file_name_index m_file = (file_name_index) 1;
20651 unsigned int m_line = 1;
20652
20653 /* These are initialized in the constructor. */
20654
20655 CORE_ADDR m_address;
20656 bool m_is_stmt;
20657 unsigned int m_discriminator;
d9b3de22
DE
20658
20659 /* Additional bits of state we need to track. */
20660
20661 /* The last file that we called dwarf2_start_subfile for.
20662 This is only used for TLLs. */
6f77053d 20663 unsigned int m_last_file = 0;
d9b3de22 20664 /* The last file a line number was recorded for. */
6f77053d 20665 struct subfile *m_last_subfile = NULL;
d9b3de22 20666
804d2729
TT
20667 /* When true, record the lines we decode. */
20668 bool m_currently_recording_lines = false;
d9b3de22
DE
20669
20670 /* The last line number that was recorded, used to coalesce
20671 consecutive entries for the same line. This can happen, for
20672 example, when discriminators are present. PR 17276. */
6f77053d
PA
20673 unsigned int m_last_line = 0;
20674 bool m_line_has_non_zero_discriminator = false;
8c43009f 20675};
d9b3de22 20676
6f77053d
PA
20677void
20678lnp_state_machine::handle_advance_pc (CORE_ADDR adjust)
20679{
20680 CORE_ADDR addr_adj = (((m_op_index + adjust)
20681 / m_line_header->maximum_ops_per_instruction)
20682 * m_line_header->minimum_instruction_length);
20683 m_address += gdbarch_adjust_dwarf2_line (m_gdbarch, addr_adj, true);
20684 m_op_index = ((m_op_index + adjust)
20685 % m_line_header->maximum_ops_per_instruction);
20686}
d9b3de22 20687
6f77053d
PA
20688void
20689lnp_state_machine::handle_special_opcode (unsigned char op_code)
d9b3de22 20690{
6f77053d
PA
20691 unsigned char adj_opcode = op_code - m_line_header->opcode_base;
20692 CORE_ADDR addr_adj = (((m_op_index
20693 + (adj_opcode / m_line_header->line_range))
20694 / m_line_header->maximum_ops_per_instruction)
20695 * m_line_header->minimum_instruction_length);
20696 m_address += gdbarch_adjust_dwarf2_line (m_gdbarch, addr_adj, true);
20697 m_op_index = ((m_op_index + (adj_opcode / m_line_header->line_range))
20698 % m_line_header->maximum_ops_per_instruction);
d9b3de22 20699
6f77053d
PA
20700 int line_delta = (m_line_header->line_base
20701 + (adj_opcode % m_line_header->line_range));
20702 advance_line (line_delta);
20703 record_line (false);
20704 m_discriminator = 0;
20705}
d9b3de22 20706
6f77053d
PA
20707void
20708lnp_state_machine::handle_set_file (file_name_index file)
20709{
20710 m_file = file;
20711
20712 const file_entry *fe = current_file ();
20713 if (fe == NULL)
20714 dwarf2_debug_line_missing_file_complaint ();
20715 else if (m_record_lines_p)
20716 {
20717 const char *dir = fe->include_dir (m_line_header);
20718
c24bdb02 20719 m_last_subfile = m_cu->get_builder ()->get_current_subfile ();
6f77053d 20720 m_line_has_non_zero_discriminator = m_discriminator != 0;
804d2729 20721 dwarf2_start_subfile (m_cu, fe->name, dir);
6f77053d
PA
20722 }
20723}
20724
20725void
20726lnp_state_machine::handle_const_add_pc ()
20727{
20728 CORE_ADDR adjust
20729 = (255 - m_line_header->opcode_base) / m_line_header->line_range;
20730
20731 CORE_ADDR addr_adj
20732 = (((m_op_index + adjust)
20733 / m_line_header->maximum_ops_per_instruction)
20734 * m_line_header->minimum_instruction_length);
20735
20736 m_address += gdbarch_adjust_dwarf2_line (m_gdbarch, addr_adj, true);
20737 m_op_index = ((m_op_index + adjust)
20738 % m_line_header->maximum_ops_per_instruction);
20739}
d9b3de22 20740
a05a36a5
DE
20741/* Return non-zero if we should add LINE to the line number table.
20742 LINE is the line to add, LAST_LINE is the last line that was added,
20743 LAST_SUBFILE is the subfile for LAST_LINE.
20744 LINE_HAS_NON_ZERO_DISCRIMINATOR is non-zero if LINE has ever
20745 had a non-zero discriminator.
20746
20747 We have to be careful in the presence of discriminators.
20748 E.g., for this line:
20749
20750 for (i = 0; i < 100000; i++);
20751
20752 clang can emit four line number entries for that one line,
20753 each with a different discriminator.
20754 See gdb.dwarf2/dw2-single-line-discriminators.exp for an example.
20755
20756 However, we want gdb to coalesce all four entries into one.
20757 Otherwise the user could stepi into the middle of the line and
20758 gdb would get confused about whether the pc really was in the
20759 middle of the line.
20760
20761 Things are further complicated by the fact that two consecutive
20762 line number entries for the same line is a heuristic used by gcc
20763 to denote the end of the prologue. So we can't just discard duplicate
20764 entries, we have to be selective about it. The heuristic we use is
20765 that we only collapse consecutive entries for the same line if at least
20766 one of those entries has a non-zero discriminator. PR 17276.
20767
20768 Note: Addresses in the line number state machine can never go backwards
20769 within one sequence, thus this coalescing is ok. */
20770
20771static int
804d2729
TT
20772dwarf_record_line_p (struct dwarf2_cu *cu,
20773 unsigned int line, unsigned int last_line,
a05a36a5
DE
20774 int line_has_non_zero_discriminator,
20775 struct subfile *last_subfile)
20776{
c24bdb02 20777 if (cu->get_builder ()->get_current_subfile () != last_subfile)
a05a36a5
DE
20778 return 1;
20779 if (line != last_line)
20780 return 1;
20781 /* Same line for the same file that we've seen already.
20782 As a last check, for pr 17276, only record the line if the line
20783 has never had a non-zero discriminator. */
20784 if (!line_has_non_zero_discriminator)
20785 return 1;
20786 return 0;
20787}
20788
804d2729
TT
20789/* Use the CU's builder to record line number LINE beginning at
20790 address ADDRESS in the line table of subfile SUBFILE. */
252a6764
DE
20791
20792static void
d9b3de22
DE
20793dwarf_record_line_1 (struct gdbarch *gdbarch, struct subfile *subfile,
20794 unsigned int line, CORE_ADDR address,
804d2729 20795 struct dwarf2_cu *cu)
252a6764
DE
20796{
20797 CORE_ADDR addr = gdbarch_addr_bits_remove (gdbarch, address);
20798
27e0867f
DE
20799 if (dwarf_line_debug)
20800 {
20801 fprintf_unfiltered (gdb_stdlog,
20802 "Recording line %u, file %s, address %s\n",
20803 line, lbasename (subfile->name),
20804 paddress (gdbarch, address));
20805 }
20806
804d2729 20807 if (cu != nullptr)
c24bdb02 20808 cu->get_builder ()->record_line (subfile, line, addr);
252a6764
DE
20809}
20810
20811/* Subroutine of dwarf_decode_lines_1 to simplify it.
20812 Mark the end of a set of line number records.
d9b3de22 20813 The arguments are the same as for dwarf_record_line_1.
252a6764
DE
20814 If SUBFILE is NULL the request is ignored. */
20815
20816static void
20817dwarf_finish_line (struct gdbarch *gdbarch, struct subfile *subfile,
804d2729 20818 CORE_ADDR address, struct dwarf2_cu *cu)
252a6764 20819{
27e0867f
DE
20820 if (subfile == NULL)
20821 return;
20822
20823 if (dwarf_line_debug)
20824 {
20825 fprintf_unfiltered (gdb_stdlog,
20826 "Finishing current line, file %s, address %s\n",
20827 lbasename (subfile->name),
20828 paddress (gdbarch, address));
20829 }
20830
804d2729 20831 dwarf_record_line_1 (gdbarch, subfile, 0, address, cu);
d9b3de22
DE
20832}
20833
6f77053d
PA
20834void
20835lnp_state_machine::record_line (bool end_sequence)
d9b3de22 20836{
d9b3de22
DE
20837 if (dwarf_line_debug)
20838 {
20839 fprintf_unfiltered (gdb_stdlog,
20840 "Processing actual line %u: file %u,"
20841 " address %s, is_stmt %u, discrim %u\n",
6f77053d
PA
20842 m_line, to_underlying (m_file),
20843 paddress (m_gdbarch, m_address),
20844 m_is_stmt, m_discriminator);
d9b3de22
DE
20845 }
20846
6f77053d 20847 file_entry *fe = current_file ();
8c43009f
PA
20848
20849 if (fe == NULL)
d9b3de22
DE
20850 dwarf2_debug_line_missing_file_complaint ();
20851 /* For now we ignore lines not starting on an instruction boundary.
20852 But not when processing end_sequence for compatibility with the
20853 previous version of the code. */
6f77053d 20854 else if (m_op_index == 0 || end_sequence)
d9b3de22 20855 {
8c43009f 20856 fe->included_p = 1;
c258c396 20857 if (m_record_lines_p && (producer_is_codewarrior (m_cu) || m_is_stmt))
d9b3de22 20858 {
c24bdb02 20859 if (m_last_subfile != m_cu->get_builder ()->get_current_subfile ()
804d2729 20860 || end_sequence)
d9b3de22 20861 {
804d2729
TT
20862 dwarf_finish_line (m_gdbarch, m_last_subfile, m_address,
20863 m_currently_recording_lines ? m_cu : nullptr);
d9b3de22
DE
20864 }
20865
20866 if (!end_sequence)
20867 {
804d2729 20868 if (dwarf_record_line_p (m_cu, m_line, m_last_line,
6f77053d
PA
20869 m_line_has_non_zero_discriminator,
20870 m_last_subfile))
d9b3de22 20871 {
c24bdb02 20872 buildsym_compunit *builder = m_cu->get_builder ();
804d2729 20873 dwarf_record_line_1 (m_gdbarch,
c24bdb02 20874 builder->get_current_subfile (),
6f77053d 20875 m_line, m_address,
804d2729 20876 m_currently_recording_lines ? m_cu : nullptr);
d9b3de22 20877 }
c24bdb02 20878 m_last_subfile = m_cu->get_builder ()->get_current_subfile ();
6f77053d 20879 m_last_line = m_line;
d9b3de22
DE
20880 }
20881 }
20882 }
20883}
20884
804d2729
TT
20885lnp_state_machine::lnp_state_machine (struct dwarf2_cu *cu, gdbarch *arch,
20886 line_header *lh, bool record_lines_p)
d9b3de22 20887{
804d2729 20888 m_cu = cu;
6f77053d
PA
20889 m_gdbarch = arch;
20890 m_record_lines_p = record_lines_p;
20891 m_line_header = lh;
d9b3de22 20892
804d2729 20893 m_currently_recording_lines = true;
d9b3de22 20894
d9b3de22
DE
20895 /* Call `gdbarch_adjust_dwarf2_line' on the initial 0 address as if there
20896 was a line entry for it so that the backend has a chance to adjust it
20897 and also record it in case it needs it. This is currently used by MIPS
20898 code, cf. `mips_adjust_dwarf2_line'. */
6f77053d
PA
20899 m_address = gdbarch_adjust_dwarf2_line (arch, 0, 0);
20900 m_is_stmt = lh->default_is_stmt;
20901 m_discriminator = 0;
252a6764
DE
20902}
20903
6f77053d
PA
20904void
20905lnp_state_machine::check_line_address (struct dwarf2_cu *cu,
20906 const gdb_byte *line_ptr,
7ab6656f 20907 CORE_ADDR unrelocated_lowpc, CORE_ADDR address)
924c2928 20908{
7ab6656f
OJ
20909 /* If ADDRESS < UNRELOCATED_LOWPC then it's not a usable value, it's outside
20910 the pc range of the CU. However, we restrict the test to only ADDRESS
20911 values of zero to preserve GDB's previous behaviour which is to handle
20912 the specific case of a function being GC'd by the linker. */
924c2928 20913
7ab6656f 20914 if (address == 0 && address < unrelocated_lowpc)
924c2928
DE
20915 {
20916 /* This line table is for a function which has been
20917 GCd by the linker. Ignore it. PR gdb/12528 */
20918
518817b3 20919 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
924c2928
DE
20920 long line_offset = line_ptr - get_debug_line_section (cu)->buffer;
20921
b98664d3 20922 complaint (_(".debug_line address at offset 0x%lx is 0 [in module %s]"),
924c2928 20923 line_offset, objfile_name (objfile));
804d2729
TT
20924 m_currently_recording_lines = false;
20925 /* Note: m_currently_recording_lines is left as false until we see
20926 DW_LNE_end_sequence. */
924c2928
DE
20927 }
20928}
20929
f3f5162e 20930/* Subroutine of dwarf_decode_lines to simplify it.
d9b3de22
DE
20931 Process the line number information in LH.
20932 If DECODE_FOR_PST_P is non-zero, all we do is process the line number
20933 program in order to set included_p for every referenced header. */
debd256d 20934
c906108c 20935static void
43f3e411
DE
20936dwarf_decode_lines_1 (struct line_header *lh, struct dwarf2_cu *cu,
20937 const int decode_for_pst_p, CORE_ADDR lowpc)
c906108c 20938{
d521ce57
TT
20939 const gdb_byte *line_ptr, *extended_end;
20940 const gdb_byte *line_end;
a8c50c1f 20941 unsigned int bytes_read, extended_len;
699ca60a 20942 unsigned char op_code, extended_op;
e142c38c 20943 CORE_ADDR baseaddr;
518817b3 20944 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
f3f5162e 20945 bfd *abfd = objfile->obfd;
fbf65064 20946 struct gdbarch *gdbarch = get_objfile_arch (objfile);
6f77053d
PA
20947 /* True if we're recording line info (as opposed to building partial
20948 symtabs and just interested in finding include files mentioned by
20949 the line number program). */
20950 bool record_lines_p = !decode_for_pst_p;
e142c38c
DJ
20951
20952 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c 20953
debd256d
JB
20954 line_ptr = lh->statement_program_start;
20955 line_end = lh->statement_program_end;
c906108c
SS
20956
20957 /* Read the statement sequences until there's nothing left. */
20958 while (line_ptr < line_end)
20959 {
6f77053d
PA
20960 /* The DWARF line number program state machine. Reset the state
20961 machine at the start of each sequence. */
804d2729 20962 lnp_state_machine state_machine (cu, gdbarch, lh, record_lines_p);
6f77053d 20963 bool end_sequence = false;
d9b3de22 20964
8c43009f 20965 if (record_lines_p)
c906108c 20966 {
8c43009f
PA
20967 /* Start a subfile for the current file of the state
20968 machine. */
20969 const file_entry *fe = state_machine.current_file ();
20970
20971 if (fe != NULL)
804d2729 20972 dwarf2_start_subfile (cu, fe->name, fe->include_dir (lh));
c906108c
SS
20973 }
20974
a738430d 20975 /* Decode the table. */
d9b3de22 20976 while (line_ptr < line_end && !end_sequence)
c906108c
SS
20977 {
20978 op_code = read_1_byte (abfd, line_ptr);
20979 line_ptr += 1;
9aa1fe7e 20980
debd256d 20981 if (op_code >= lh->opcode_base)
6e70227d 20982 {
8e07a239 20983 /* Special opcode. */
6f77053d 20984 state_machine.handle_special_opcode (op_code);
9aa1fe7e
GK
20985 }
20986 else switch (op_code)
c906108c
SS
20987 {
20988 case DW_LNS_extended_op:
3e43a32a
MS
20989 extended_len = read_unsigned_leb128 (abfd, line_ptr,
20990 &bytes_read);
473b7be6 20991 line_ptr += bytes_read;
a8c50c1f 20992 extended_end = line_ptr + extended_len;
c906108c
SS
20993 extended_op = read_1_byte (abfd, line_ptr);
20994 line_ptr += 1;
20995 switch (extended_op)
20996 {
20997 case DW_LNE_end_sequence:
6f77053d
PA
20998 state_machine.handle_end_sequence ();
20999 end_sequence = true;
c906108c
SS
21000 break;
21001 case DW_LNE_set_address:
d9b3de22
DE
21002 {
21003 CORE_ADDR address
21004 = read_address (abfd, line_ptr, cu, &bytes_read);
d9b3de22 21005 line_ptr += bytes_read;
6f77053d
PA
21006
21007 state_machine.check_line_address (cu, line_ptr,
7ab6656f 21008 lowpc - baseaddr, address);
6f77053d 21009 state_machine.handle_set_address (baseaddr, address);
d9b3de22 21010 }
c906108c
SS
21011 break;
21012 case DW_LNE_define_file:
debd256d 21013 {
d521ce57 21014 const char *cur_file;
ecfb656c
PA
21015 unsigned int mod_time, length;
21016 dir_index dindex;
6e70227d 21017
3e43a32a
MS
21018 cur_file = read_direct_string (abfd, line_ptr,
21019 &bytes_read);
debd256d 21020 line_ptr += bytes_read;
ecfb656c 21021 dindex = (dir_index)
debd256d
JB
21022 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21023 line_ptr += bytes_read;
21024 mod_time =
21025 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21026 line_ptr += bytes_read;
21027 length =
21028 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21029 line_ptr += bytes_read;
ecfb656c 21030 lh->add_file_name (cur_file, dindex, mod_time, length);
debd256d 21031 }
c906108c 21032 break;
d0c6ba3d 21033 case DW_LNE_set_discriminator:
6f77053d
PA
21034 {
21035 /* The discriminator is not interesting to the
21036 debugger; just ignore it. We still need to
21037 check its value though:
21038 if there are consecutive entries for the same
21039 (non-prologue) line we want to coalesce them.
21040 PR 17276. */
21041 unsigned int discr
21042 = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21043 line_ptr += bytes_read;
21044
21045 state_machine.handle_set_discriminator (discr);
21046 }
d0c6ba3d 21047 break;
c906108c 21048 default:
b98664d3 21049 complaint (_("mangled .debug_line section"));
debd256d 21050 return;
c906108c 21051 }
a8c50c1f
DJ
21052 /* Make sure that we parsed the extended op correctly. If e.g.
21053 we expected a different address size than the producer used,
21054 we may have read the wrong number of bytes. */
21055 if (line_ptr != extended_end)
21056 {
b98664d3 21057 complaint (_("mangled .debug_line section"));
a8c50c1f
DJ
21058 return;
21059 }
c906108c
SS
21060 break;
21061 case DW_LNS_copy:
6f77053d 21062 state_machine.handle_copy ();
c906108c
SS
21063 break;
21064 case DW_LNS_advance_pc:
2dc7f7b3
TT
21065 {
21066 CORE_ADDR adjust
21067 = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
2dc7f7b3 21068 line_ptr += bytes_read;
6f77053d
PA
21069
21070 state_machine.handle_advance_pc (adjust);
2dc7f7b3 21071 }
c906108c
SS
21072 break;
21073 case DW_LNS_advance_line:
a05a36a5
DE
21074 {
21075 int line_delta
21076 = read_signed_leb128 (abfd, line_ptr, &bytes_read);
a05a36a5 21077 line_ptr += bytes_read;
6f77053d
PA
21078
21079 state_machine.handle_advance_line (line_delta);
a05a36a5 21080 }
c906108c
SS
21081 break;
21082 case DW_LNS_set_file:
d9b3de22 21083 {
6f77053d 21084 file_name_index file
ecfb656c
PA
21085 = (file_name_index) read_unsigned_leb128 (abfd, line_ptr,
21086 &bytes_read);
d9b3de22 21087 line_ptr += bytes_read;
8c43009f 21088
6f77053d 21089 state_machine.handle_set_file (file);
d9b3de22 21090 }
c906108c
SS
21091 break;
21092 case DW_LNS_set_column:
0ad93d4f 21093 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
c906108c
SS
21094 line_ptr += bytes_read;
21095 break;
21096 case DW_LNS_negate_stmt:
6f77053d 21097 state_machine.handle_negate_stmt ();
c906108c
SS
21098 break;
21099 case DW_LNS_set_basic_block:
c906108c 21100 break;
c2c6d25f
JM
21101 /* Add to the address register of the state machine the
21102 address increment value corresponding to special opcode
a738430d
MK
21103 255. I.e., this value is scaled by the minimum
21104 instruction length since special opcode 255 would have
b021a221 21105 scaled the increment. */
c906108c 21106 case DW_LNS_const_add_pc:
6f77053d 21107 state_machine.handle_const_add_pc ();
c906108c
SS
21108 break;
21109 case DW_LNS_fixed_advance_pc:
3e29f34a 21110 {
6f77053d 21111 CORE_ADDR addr_adj = read_2_bytes (abfd, line_ptr);
3e29f34a 21112 line_ptr += 2;
6f77053d
PA
21113
21114 state_machine.handle_fixed_advance_pc (addr_adj);
3e29f34a 21115 }
c906108c 21116 break;
9aa1fe7e 21117 default:
a738430d
MK
21118 {
21119 /* Unknown standard opcode, ignore it. */
9aa1fe7e 21120 int i;
a738430d 21121
debd256d 21122 for (i = 0; i < lh->standard_opcode_lengths[op_code]; i++)
9aa1fe7e
GK
21123 {
21124 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
21125 line_ptr += bytes_read;
21126 }
21127 }
c906108c
SS
21128 }
21129 }
d9b3de22
DE
21130
21131 if (!end_sequence)
21132 dwarf2_debug_line_missing_end_sequence_complaint ();
21133
21134 /* We got a DW_LNE_end_sequence (or we ran off the end of the buffer,
21135 in which case we still finish recording the last line). */
6f77053d 21136 state_machine.record_line (true);
c906108c 21137 }
f3f5162e
DE
21138}
21139
21140/* Decode the Line Number Program (LNP) for the given line_header
21141 structure and CU. The actual information extracted and the type
21142 of structures created from the LNP depends on the value of PST.
21143
21144 1. If PST is NULL, then this procedure uses the data from the program
21145 to create all necessary symbol tables, and their linetables.
21146
21147 2. If PST is not NULL, this procedure reads the program to determine
21148 the list of files included by the unit represented by PST, and
21149 builds all the associated partial symbol tables.
21150
21151 COMP_DIR is the compilation directory (DW_AT_comp_dir) or NULL if unknown.
21152 It is used for relative paths in the line table.
21153 NOTE: When processing partial symtabs (pst != NULL),
21154 comp_dir == pst->dirname.
21155
21156 NOTE: It is important that psymtabs have the same file name (via strcmp)
21157 as the corresponding symtab. Since COMP_DIR is not used in the name of the
21158 symtab we don't use it in the name of the psymtabs we create.
21159 E.g. expand_line_sal requires this when finding psymtabs to expand.
c3b7b696
YQ
21160 A good testcase for this is mb-inline.exp.
21161
527f3840
JK
21162 LOWPC is the lowest address in CU (or 0 if not known).
21163
21164 Boolean DECODE_MAPPING specifies we need to fully decode .debug_line
21165 for its PC<->lines mapping information. Otherwise only the filename
21166 table is read in. */
f3f5162e
DE
21167
21168static void
21169dwarf_decode_lines (struct line_header *lh, const char *comp_dir,
c3b7b696 21170 struct dwarf2_cu *cu, struct partial_symtab *pst,
527f3840 21171 CORE_ADDR lowpc, int decode_mapping)
f3f5162e 21172{
518817b3 21173 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
f3f5162e 21174 const int decode_for_pst_p = (pst != NULL);
f3f5162e 21175
527f3840
JK
21176 if (decode_mapping)
21177 dwarf_decode_lines_1 (lh, cu, decode_for_pst_p, lowpc);
aaa75496
JB
21178
21179 if (decode_for_pst_p)
21180 {
21181 int file_index;
21182
21183 /* Now that we're done scanning the Line Header Program, we can
21184 create the psymtab of each included file. */
fff8551c 21185 for (file_index = 0; file_index < lh->file_names.size (); file_index++)
aaa75496
JB
21186 if (lh->file_names[file_index].included_p == 1)
21187 {
c89b44cd 21188 gdb::unique_xmalloc_ptr<char> name_holder;
d521ce57 21189 const char *include_name =
c89b44cd
TT
21190 psymtab_include_file_name (lh, file_index, pst, comp_dir,
21191 &name_holder);
c6da4cef 21192 if (include_name != NULL)
aaa75496
JB
21193 dwarf2_create_include_psymtab (include_name, pst, objfile);
21194 }
21195 }
cb1df416
DJ
21196 else
21197 {
21198 /* Make sure a symtab is created for every file, even files
21199 which contain only variables (i.e. no code with associated
21200 line numbers). */
c24bdb02
KS
21201 buildsym_compunit *builder = cu->get_builder ();
21202 struct compunit_symtab *cust = builder->get_compunit_symtab ();
cb1df416 21203 int i;
cb1df416 21204
fff8551c 21205 for (i = 0; i < lh->file_names.size (); i++)
cb1df416 21206 {
8c43009f 21207 file_entry &fe = lh->file_names[i];
9a619af0 21208
804d2729 21209 dwarf2_start_subfile (cu, fe.name, fe.include_dir (lh));
cb1df416 21210
c24bdb02 21211 if (builder->get_current_subfile ()->symtab == NULL)
43f3e411 21212 {
c24bdb02 21213 builder->get_current_subfile ()->symtab
804d2729 21214 = allocate_symtab (cust,
c24bdb02 21215 builder->get_current_subfile ()->name);
43f3e411 21216 }
c24bdb02 21217 fe.symtab = builder->get_current_subfile ()->symtab;
cb1df416
DJ
21218 }
21219 }
c906108c
SS
21220}
21221
21222/* Start a subfile for DWARF. FILENAME is the name of the file and
21223 DIRNAME the name of the source directory which contains FILENAME
4d663531 21224 or NULL if not known.
c906108c
SS
21225 This routine tries to keep line numbers from identical absolute and
21226 relative file names in a common subfile.
21227
21228 Using the `list' example from the GDB testsuite, which resides in
21229 /srcdir and compiling it with Irix6.2 cc in /compdir using a filename
21230 of /srcdir/list0.c yields the following debugging information for list0.c:
21231
c5aa993b 21232 DW_AT_name: /srcdir/list0.c
4d663531 21233 DW_AT_comp_dir: /compdir
357e46e7 21234 files.files[0].name: list0.h
c5aa993b 21235 files.files[0].dir: /srcdir
357e46e7 21236 files.files[1].name: list0.c
c5aa993b 21237 files.files[1].dir: /srcdir
c906108c
SS
21238
21239 The line number information for list0.c has to end up in a single
4f1520fb
FR
21240 subfile, so that `break /srcdir/list0.c:1' works as expected.
21241 start_subfile will ensure that this happens provided that we pass the
21242 concatenation of files.files[1].dir and files.files[1].name as the
21243 subfile's name. */
c906108c
SS
21244
21245static void
804d2729
TT
21246dwarf2_start_subfile (struct dwarf2_cu *cu, const char *filename,
21247 const char *dirname)
c906108c 21248{
d521ce57 21249 char *copy = NULL;
4f1520fb 21250
4d663531 21251 /* In order not to lose the line information directory,
4f1520fb
FR
21252 we concatenate it to the filename when it makes sense.
21253 Note that the Dwarf3 standard says (speaking of filenames in line
21254 information): ``The directory index is ignored for file names
21255 that represent full path names''. Thus ignoring dirname in the
21256 `else' branch below isn't an issue. */
c906108c 21257
d5166ae1 21258 if (!IS_ABSOLUTE_PATH (filename) && dirname != NULL)
d521ce57
TT
21259 {
21260 copy = concat (dirname, SLASH_STRING, filename, (char *)NULL);
21261 filename = copy;
21262 }
c906108c 21263
c24bdb02 21264 cu->get_builder ()->start_subfile (filename);
4f1520fb 21265
d521ce57
TT
21266 if (copy != NULL)
21267 xfree (copy);
c906108c
SS
21268}
21269
804d2729
TT
21270/* Start a symtab for DWARF. NAME, COMP_DIR, LOW_PC are passed to the
21271 buildsym_compunit constructor. */
f4dc4d17 21272
c24bdb02
KS
21273struct compunit_symtab *
21274dwarf2_cu::start_symtab (const char *name, const char *comp_dir,
21275 CORE_ADDR low_pc)
f4dc4d17 21276{
c24bdb02 21277 gdb_assert (m_builder == nullptr);
43f3e411 21278
c24bdb02
KS
21279 m_builder.reset (new struct buildsym_compunit
21280 (per_cu->dwarf2_per_objfile->objfile,
21281 name, comp_dir, language, low_pc));
93b8bea4 21282
c24bdb02 21283 list_in_scope = get_builder ()->get_file_symbols ();
804d2729 21284
c24bdb02
KS
21285 get_builder ()->record_debugformat ("DWARF 2");
21286 get_builder ()->record_producer (producer);
f4dc4d17 21287
c24bdb02 21288 processing_has_namespace_info = false;
43f3e411 21289
c24bdb02 21290 return get_builder ()->get_compunit_symtab ();
f4dc4d17
DE
21291}
21292
4c2df51b
DJ
21293static void
21294var_decode_location (struct attribute *attr, struct symbol *sym,
e7c27a73 21295 struct dwarf2_cu *cu)
4c2df51b 21296{
518817b3 21297 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
e7c27a73
DJ
21298 struct comp_unit_head *cu_header = &cu->header;
21299
4c2df51b
DJ
21300 /* NOTE drow/2003-01-30: There used to be a comment and some special
21301 code here to turn a symbol with DW_AT_external and a
21302 SYMBOL_VALUE_ADDRESS of 0 into a LOC_UNRESOLVED symbol. This was
21303 necessary for platforms (maybe Alpha, certainly PowerPC GNU/Linux
21304 with some versions of binutils) where shared libraries could have
21305 relocations against symbols in their debug information - the
21306 minimal symbol would have the right address, but the debug info
21307 would not. It's no longer necessary, because we will explicitly
21308 apply relocations when we read in the debug information now. */
21309
21310 /* A DW_AT_location attribute with no contents indicates that a
21311 variable has been optimized away. */
21312 if (attr_form_is_block (attr) && DW_BLOCK (attr)->size == 0)
21313 {
f1e6e072 21314 SYMBOL_ACLASS_INDEX (sym) = LOC_OPTIMIZED_OUT;
4c2df51b
DJ
21315 return;
21316 }
21317
21318 /* Handle one degenerate form of location expression specially, to
21319 preserve GDB's previous behavior when section offsets are
3019eac3
DE
21320 specified. If this is just a DW_OP_addr or DW_OP_GNU_addr_index
21321 then mark this symbol as LOC_STATIC. */
4c2df51b
DJ
21322
21323 if (attr_form_is_block (attr)
3019eac3
DE
21324 && ((DW_BLOCK (attr)->data[0] == DW_OP_addr
21325 && DW_BLOCK (attr)->size == 1 + cu_header->addr_size)
21326 || (DW_BLOCK (attr)->data[0] == DW_OP_GNU_addr_index
21327 && (DW_BLOCK (attr)->size
21328 == 1 + leb128_size (&DW_BLOCK (attr)->data[1])))))
4c2df51b 21329 {
891d2f0b 21330 unsigned int dummy;
4c2df51b 21331
3019eac3
DE
21332 if (DW_BLOCK (attr)->data[0] == DW_OP_addr)
21333 SYMBOL_VALUE_ADDRESS (sym) =
21334 read_address (objfile->obfd, DW_BLOCK (attr)->data + 1, cu, &dummy);
21335 else
21336 SYMBOL_VALUE_ADDRESS (sym) =
21337 read_addr_index_from_leb128 (cu, DW_BLOCK (attr)->data + 1, &dummy);
f1e6e072 21338 SYMBOL_ACLASS_INDEX (sym) = LOC_STATIC;
4c2df51b
DJ
21339 fixup_symbol_section (sym, objfile);
21340 SYMBOL_VALUE_ADDRESS (sym) += ANOFFSET (objfile->section_offsets,
21341 SYMBOL_SECTION (sym));
4c2df51b
DJ
21342 return;
21343 }
21344
21345 /* NOTE drow/2002-01-30: It might be worthwhile to have a static
21346 expression evaluator, and use LOC_COMPUTED only when necessary
21347 (i.e. when the value of a register or memory location is
21348 referenced, or a thread-local block, etc.). Then again, it might
21349 not be worthwhile. I'm assuming that it isn't unless performance
21350 or memory numbers show me otherwise. */
21351
f1e6e072 21352 dwarf2_symbol_mark_computed (attr, sym, cu, 0);
8be455d7 21353
f1e6e072 21354 if (SYMBOL_COMPUTED_OPS (sym)->location_has_loclist)
9068261f 21355 cu->has_loclist = true;
4c2df51b
DJ
21356}
21357
c906108c
SS
21358/* Given a pointer to a DWARF information entry, figure out if we need
21359 to make a symbol table entry for it, and if so, create a new entry
21360 and return a pointer to it.
21361 If TYPE is NULL, determine symbol type from the die, otherwise
34eaf542
TT
21362 used the passed type.
21363 If SPACE is not NULL, use it to hold the new symbol. If it is
21364 NULL, allocate a new symbol on the objfile's obstack. */
c906108c
SS
21365
21366static struct symbol *
5e2db402
TT
21367new_symbol (struct die_info *die, struct type *type, struct dwarf2_cu *cu,
21368 struct symbol *space)
c906108c 21369{
518817b3
SM
21370 struct dwarf2_per_objfile *dwarf2_per_objfile
21371 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 21372 struct objfile *objfile = dwarf2_per_objfile->objfile;
3e29f34a 21373 struct gdbarch *gdbarch = get_objfile_arch (objfile);
c906108c 21374 struct symbol *sym = NULL;
15d034d0 21375 const char *name;
c906108c
SS
21376 struct attribute *attr = NULL;
21377 struct attribute *attr2 = NULL;
e142c38c 21378 CORE_ADDR baseaddr;
e37fd15a
SW
21379 struct pending **list_to_add = NULL;
21380
edb3359d 21381 int inlined_func = (die->tag == DW_TAG_inlined_subroutine);
e142c38c
DJ
21382
21383 baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
c906108c 21384
94af9270 21385 name = dwarf2_name (die, cu);
c906108c
SS
21386 if (name)
21387 {
94af9270 21388 const char *linkagename;
34eaf542 21389 int suppress_add = 0;
94af9270 21390
34eaf542
TT
21391 if (space)
21392 sym = space;
21393 else
e623cf5d 21394 sym = allocate_symbol (objfile);
c906108c 21395 OBJSTAT (objfile, n_syms++);
2de7ced7
DJ
21396
21397 /* Cache this symbol's name and the name's demangled form (if any). */
f85f34ed 21398 SYMBOL_SET_LANGUAGE (sym, cu->language, &objfile->objfile_obstack);
94af9270
KS
21399 linkagename = dwarf2_physname (name, die, cu);
21400 SYMBOL_SET_NAMES (sym, linkagename, strlen (linkagename), 0, objfile);
c906108c 21401
f55ee35c
JK
21402 /* Fortran does not have mangling standard and the mangling does differ
21403 between gfortran, iFort etc. */
21404 if (cu->language == language_fortran
b250c185 21405 && symbol_get_demangled_name (&(sym->ginfo)) == NULL)
29df156d 21406 symbol_set_demangled_name (&(sym->ginfo),
cfc594ee 21407 dwarf2_full_name (name, die, cu),
29df156d 21408 NULL);
f55ee35c 21409
c906108c 21410 /* Default assumptions.
c5aa993b 21411 Use the passed type or decode it from the die. */
176620f1 21412 SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
f1e6e072 21413 SYMBOL_ACLASS_INDEX (sym) = LOC_OPTIMIZED_OUT;
c906108c
SS
21414 if (type != NULL)
21415 SYMBOL_TYPE (sym) = type;
21416 else
e7c27a73 21417 SYMBOL_TYPE (sym) = die_type (die, cu);
edb3359d
DJ
21418 attr = dwarf2_attr (die,
21419 inlined_func ? DW_AT_call_line : DW_AT_decl_line,
21420 cu);
c906108c
SS
21421 if (attr)
21422 {
21423 SYMBOL_LINE (sym) = DW_UNSND (attr);
21424 }
cb1df416 21425
edb3359d
DJ
21426 attr = dwarf2_attr (die,
21427 inlined_func ? DW_AT_call_file : DW_AT_decl_file,
21428 cu);
cb1df416
DJ
21429 if (attr)
21430 {
ecfb656c 21431 file_name_index file_index = (file_name_index) DW_UNSND (attr);
8c43009f 21432 struct file_entry *fe;
9a619af0 21433
ecfb656c
PA
21434 if (cu->line_header != NULL)
21435 fe = cu->line_header->file_name_at (file_index);
8c43009f
PA
21436 else
21437 fe = NULL;
21438
21439 if (fe == NULL)
b98664d3 21440 complaint (_("file index out of range"));
8c43009f
PA
21441 else
21442 symbol_set_symtab (sym, fe->symtab);
cb1df416
DJ
21443 }
21444
c906108c
SS
21445 switch (die->tag)
21446 {
21447 case DW_TAG_label:
e142c38c 21448 attr = dwarf2_attr (die, DW_AT_low_pc, cu);
c906108c 21449 if (attr)
3e29f34a
MR
21450 {
21451 CORE_ADDR addr;
21452
21453 addr = attr_value_as_address (attr);
21454 addr = gdbarch_adjust_dwarf2_addr (gdbarch, addr + baseaddr);
21455 SYMBOL_VALUE_ADDRESS (sym) = addr;
21456 }
0f5238ed
TT
21457 SYMBOL_TYPE (sym) = objfile_type (objfile)->builtin_core_addr;
21458 SYMBOL_DOMAIN (sym) = LABEL_DOMAIN;
f1e6e072 21459 SYMBOL_ACLASS_INDEX (sym) = LOC_LABEL;
d3cb6808 21460 add_symbol_to_list (sym, cu->list_in_scope);
c906108c
SS
21461 break;
21462 case DW_TAG_subprogram:
21463 /* SYMBOL_BLOCK_VALUE (sym) will be filled in later by
21464 finish_block. */
f1e6e072 21465 SYMBOL_ACLASS_INDEX (sym) = LOC_BLOCK;
e142c38c 21466 attr2 = dwarf2_attr (die, DW_AT_external, cu);
2cfa0c8d
JB
21467 if ((attr2 && (DW_UNSND (attr2) != 0))
21468 || cu->language == language_ada)
c906108c 21469 {
2cfa0c8d
JB
21470 /* Subprograms marked external are stored as a global symbol.
21471 Ada subprograms, whether marked external or not, are always
21472 stored as a global symbol, because we want to be able to
21473 access them globally. For instance, we want to be able
21474 to break on a nested subprogram without having to
21475 specify the context. */
c24bdb02 21476 list_to_add = cu->get_builder ()->get_global_symbols ();
c906108c
SS
21477 }
21478 else
21479 {
e37fd15a 21480 list_to_add = cu->list_in_scope;
c906108c
SS
21481 }
21482 break;
edb3359d
DJ
21483 case DW_TAG_inlined_subroutine:
21484 /* SYMBOL_BLOCK_VALUE (sym) will be filled in later by
21485 finish_block. */
f1e6e072 21486 SYMBOL_ACLASS_INDEX (sym) = LOC_BLOCK;
edb3359d 21487 SYMBOL_INLINED (sym) = 1;
481860b3 21488 list_to_add = cu->list_in_scope;
edb3359d 21489 break;
34eaf542
TT
21490 case DW_TAG_template_value_param:
21491 suppress_add = 1;
21492 /* Fall through. */
72929c62 21493 case DW_TAG_constant:
c906108c 21494 case DW_TAG_variable:
254e6b9e 21495 case DW_TAG_member:
0963b4bd
MS
21496 /* Compilation with minimal debug info may result in
21497 variables with missing type entries. Change the
21498 misleading `void' type to something sensible. */
c906108c 21499 if (TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_VOID)
46a4882b 21500 SYMBOL_TYPE (sym) = objfile_type (objfile)->builtin_int;
64c50499 21501
e142c38c 21502 attr = dwarf2_attr (die, DW_AT_const_value, cu);
254e6b9e
DE
21503 /* In the case of DW_TAG_member, we should only be called for
21504 static const members. */
21505 if (die->tag == DW_TAG_member)
21506 {
3863f96c
DE
21507 /* dwarf2_add_field uses die_is_declaration,
21508 so we do the same. */
254e6b9e
DE
21509 gdb_assert (die_is_declaration (die, cu));
21510 gdb_assert (attr);
21511 }
c906108c
SS
21512 if (attr)
21513 {
e7c27a73 21514 dwarf2_const_value (attr, sym, cu);
e142c38c 21515 attr2 = dwarf2_attr (die, DW_AT_external, cu);
e37fd15a 21516 if (!suppress_add)
34eaf542
TT
21517 {
21518 if (attr2 && (DW_UNSND (attr2) != 0))
c24bdb02 21519 list_to_add = cu->get_builder ()->get_global_symbols ();
34eaf542 21520 else
e37fd15a 21521 list_to_add = cu->list_in_scope;
34eaf542 21522 }
c906108c
SS
21523 break;
21524 }
e142c38c 21525 attr = dwarf2_attr (die, DW_AT_location, cu);
c906108c
SS
21526 if (attr)
21527 {
e7c27a73 21528 var_decode_location (attr, sym, cu);
e142c38c 21529 attr2 = dwarf2_attr (die, DW_AT_external, cu);
4357ac6c
TT
21530
21531 /* Fortran explicitly imports any global symbols to the local
21532 scope by DW_TAG_common_block. */
21533 if (cu->language == language_fortran && die->parent
21534 && die->parent->tag == DW_TAG_common_block)
21535 attr2 = NULL;
21536
caac4577
JG
21537 if (SYMBOL_CLASS (sym) == LOC_STATIC
21538 && SYMBOL_VALUE_ADDRESS (sym) == 0
21539 && !dwarf2_per_objfile->has_section_at_zero)
21540 {
21541 /* When a static variable is eliminated by the linker,
21542 the corresponding debug information is not stripped
21543 out, but the variable address is set to null;
21544 do not add such variables into symbol table. */
21545 }
21546 else if (attr2 && (DW_UNSND (attr2) != 0))
1c809c68 21547 {
f55ee35c
JK
21548 /* Workaround gfortran PR debug/40040 - it uses
21549 DW_AT_location for variables in -fPIC libraries which may
21550 get overriden by other libraries/executable and get
21551 a different address. Resolve it by the minimal symbol
21552 which may come from inferior's executable using copy
21553 relocation. Make this workaround only for gfortran as for
21554 other compilers GDB cannot guess the minimal symbol
21555 Fortran mangling kind. */
21556 if (cu->language == language_fortran && die->parent
21557 && die->parent->tag == DW_TAG_module
21558 && cu->producer
28586665 21559 && startswith (cu->producer, "GNU Fortran"))
f1e6e072 21560 SYMBOL_ACLASS_INDEX (sym) = LOC_UNRESOLVED;
f55ee35c 21561
1c809c68
TT
21562 /* A variable with DW_AT_external is never static,
21563 but it may be block-scoped. */
804d2729 21564 list_to_add
c24bdb02
KS
21565 = ((cu->list_in_scope
21566 == cu->get_builder ()->get_file_symbols ())
21567 ? cu->get_builder ()->get_global_symbols ()
804d2729 21568 : cu->list_in_scope);
1c809c68 21569 }
c906108c 21570 else
e37fd15a 21571 list_to_add = cu->list_in_scope;
c906108c
SS
21572 }
21573 else
21574 {
21575 /* We do not know the address of this symbol.
c5aa993b
JM
21576 If it is an external symbol and we have type information
21577 for it, enter the symbol as a LOC_UNRESOLVED symbol.
21578 The address of the variable will then be determined from
21579 the minimal symbol table whenever the variable is
21580 referenced. */
e142c38c 21581 attr2 = dwarf2_attr (die, DW_AT_external, cu);
0971de02
TT
21582
21583 /* Fortran explicitly imports any global symbols to the local
21584 scope by DW_TAG_common_block. */
21585 if (cu->language == language_fortran && die->parent
21586 && die->parent->tag == DW_TAG_common_block)
21587 {
21588 /* SYMBOL_CLASS doesn't matter here because
21589 read_common_block is going to reset it. */
21590 if (!suppress_add)
21591 list_to_add = cu->list_in_scope;
21592 }
21593 else if (attr2 && (DW_UNSND (attr2) != 0)
21594 && dwarf2_attr (die, DW_AT_type, cu) != NULL)
c906108c 21595 {
0fe7935b
DJ
21596 /* A variable with DW_AT_external is never static, but it
21597 may be block-scoped. */
804d2729 21598 list_to_add
c24bdb02
KS
21599 = ((cu->list_in_scope
21600 == cu->get_builder ()->get_file_symbols ())
21601 ? cu->get_builder ()->get_global_symbols ()
804d2729 21602 : cu->list_in_scope);
0fe7935b 21603
f1e6e072 21604 SYMBOL_ACLASS_INDEX (sym) = LOC_UNRESOLVED;
c906108c 21605 }
442ddf59
JK
21606 else if (!die_is_declaration (die, cu))
21607 {
21608 /* Use the default LOC_OPTIMIZED_OUT class. */
21609 gdb_assert (SYMBOL_CLASS (sym) == LOC_OPTIMIZED_OUT);
e37fd15a
SW
21610 if (!suppress_add)
21611 list_to_add = cu->list_in_scope;
442ddf59 21612 }
c906108c
SS
21613 }
21614 break;
21615 case DW_TAG_formal_parameter:
a60f3166
TT
21616 {
21617 /* If we are inside a function, mark this as an argument. If
21618 not, we might be looking at an argument to an inlined function
21619 when we do not have enough information to show inlined frames;
21620 pretend it's a local variable in that case so that the user can
21621 still see it. */
804d2729 21622 struct context_stack *curr
c24bdb02 21623 = cu->get_builder ()->get_current_context_stack ();
a60f3166
TT
21624 if (curr != nullptr && curr->name != nullptr)
21625 SYMBOL_IS_ARGUMENT (sym) = 1;
21626 attr = dwarf2_attr (die, DW_AT_location, cu);
21627 if (attr)
21628 {
21629 var_decode_location (attr, sym, cu);
21630 }
21631 attr = dwarf2_attr (die, DW_AT_const_value, cu);
21632 if (attr)
21633 {
21634 dwarf2_const_value (attr, sym, cu);
21635 }
f346a30d 21636
a60f3166
TT
21637 list_to_add = cu->list_in_scope;
21638 }
c906108c
SS
21639 break;
21640 case DW_TAG_unspecified_parameters:
21641 /* From varargs functions; gdb doesn't seem to have any
21642 interest in this information, so just ignore it for now.
21643 (FIXME?) */
21644 break;
34eaf542
TT
21645 case DW_TAG_template_type_param:
21646 suppress_add = 1;
21647 /* Fall through. */
c906108c 21648 case DW_TAG_class_type:
680b30c7 21649 case DW_TAG_interface_type:
c906108c
SS
21650 case DW_TAG_structure_type:
21651 case DW_TAG_union_type:
72019c9c 21652 case DW_TAG_set_type:
c906108c 21653 case DW_TAG_enumeration_type:
f1e6e072 21654 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
176620f1 21655 SYMBOL_DOMAIN (sym) = STRUCT_DOMAIN;
c906108c 21656
63d06c5c 21657 {
9c37b5ae 21658 /* NOTE: carlton/2003-11-10: C++ class symbols shouldn't
63d06c5c
DC
21659 really ever be static objects: otherwise, if you try
21660 to, say, break of a class's method and you're in a file
21661 which doesn't mention that class, it won't work unless
21662 the check for all static symbols in lookup_symbol_aux
21663 saves you. See the OtherFileClass tests in
21664 gdb.c++/namespace.exp. */
21665
e37fd15a 21666 if (!suppress_add)
34eaf542 21667 {
c24bdb02 21668 buildsym_compunit *builder = cu->get_builder ();
804d2729 21669 list_to_add
c24bdb02 21670 = (cu->list_in_scope == builder->get_file_symbols ()
804d2729 21671 && cu->language == language_cplus
c24bdb02 21672 ? builder->get_global_symbols ()
804d2729 21673 : cu->list_in_scope);
63d06c5c 21674
64382290 21675 /* The semantics of C++ state that "struct foo {
9c37b5ae 21676 ... }" also defines a typedef for "foo". */
64382290 21677 if (cu->language == language_cplus
45280282 21678 || cu->language == language_ada
c44af4eb
TT
21679 || cu->language == language_d
21680 || cu->language == language_rust)
64382290
TT
21681 {
21682 /* The symbol's name is already allocated along
21683 with this objfile, so we don't need to
21684 duplicate it for the type. */
21685 if (TYPE_NAME (SYMBOL_TYPE (sym)) == 0)
21686 TYPE_NAME (SYMBOL_TYPE (sym)) = SYMBOL_SEARCH_NAME (sym);
21687 }
63d06c5c
DC
21688 }
21689 }
c906108c
SS
21690 break;
21691 case DW_TAG_typedef:
f1e6e072 21692 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
63d06c5c 21693 SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
e37fd15a 21694 list_to_add = cu->list_in_scope;
63d06c5c 21695 break;
c906108c 21696 case DW_TAG_base_type:
a02abb62 21697 case DW_TAG_subrange_type:
f1e6e072 21698 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
176620f1 21699 SYMBOL_DOMAIN (sym) = VAR_DOMAIN;
e37fd15a 21700 list_to_add = cu->list_in_scope;
c906108c
SS
21701 break;
21702 case DW_TAG_enumerator:
e142c38c 21703 attr = dwarf2_attr (die, DW_AT_const_value, cu);
c906108c
SS
21704 if (attr)
21705 {
e7c27a73 21706 dwarf2_const_value (attr, sym, cu);
c906108c 21707 }
63d06c5c
DC
21708 {
21709 /* NOTE: carlton/2003-11-10: See comment above in the
21710 DW_TAG_class_type, etc. block. */
21711
804d2729 21712 list_to_add
c24bdb02 21713 = (cu->list_in_scope == cu->get_builder ()->get_file_symbols ()
804d2729 21714 && cu->language == language_cplus
c24bdb02 21715 ? cu->get_builder ()->get_global_symbols ()
804d2729 21716 : cu->list_in_scope);
63d06c5c 21717 }
c906108c 21718 break;
74921315 21719 case DW_TAG_imported_declaration:
5c4e30ca 21720 case DW_TAG_namespace:
f1e6e072 21721 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
c24bdb02 21722 list_to_add = cu->get_builder ()->get_global_symbols ();
5c4e30ca 21723 break;
530e8392
KB
21724 case DW_TAG_module:
21725 SYMBOL_ACLASS_INDEX (sym) = LOC_TYPEDEF;
21726 SYMBOL_DOMAIN (sym) = MODULE_DOMAIN;
c24bdb02 21727 list_to_add = cu->get_builder ()->get_global_symbols ();
530e8392 21728 break;
4357ac6c 21729 case DW_TAG_common_block:
f1e6e072 21730 SYMBOL_ACLASS_INDEX (sym) = LOC_COMMON_BLOCK;
4357ac6c 21731 SYMBOL_DOMAIN (sym) = COMMON_BLOCK_DOMAIN;
d3cb6808 21732 add_symbol_to_list (sym, cu->list_in_scope);
4357ac6c 21733 break;
c906108c
SS
21734 default:
21735 /* Not a tag we recognize. Hopefully we aren't processing
21736 trash data, but since we must specifically ignore things
21737 we don't recognize, there is nothing else we should do at
0963b4bd 21738 this point. */
b98664d3 21739 complaint (_("unsupported tag: '%s'"),
4d3c2250 21740 dwarf_tag_name (die->tag));
c906108c
SS
21741 break;
21742 }
df8a16a1 21743
e37fd15a
SW
21744 if (suppress_add)
21745 {
21746 sym->hash_next = objfile->template_symbols;
21747 objfile->template_symbols = sym;
21748 list_to_add = NULL;
21749 }
21750
21751 if (list_to_add != NULL)
d3cb6808 21752 add_symbol_to_list (sym, list_to_add);
e37fd15a 21753
df8a16a1
DJ
21754 /* For the benefit of old versions of GCC, check for anonymous
21755 namespaces based on the demangled name. */
4d4ec4e5 21756 if (!cu->processing_has_namespace_info
94af9270 21757 && cu->language == language_cplus)
c24bdb02 21758 cp_scan_for_anonymous_namespaces (cu->get_builder (), sym, objfile);
c906108c
SS
21759 }
21760 return (sym);
21761}
21762
98bfdba5
PA
21763/* Given an attr with a DW_FORM_dataN value in host byte order,
21764 zero-extend it as appropriate for the symbol's type. The DWARF
21765 standard (v4) is not entirely clear about the meaning of using
21766 DW_FORM_dataN for a constant with a signed type, where the type is
21767 wider than the data. The conclusion of a discussion on the DWARF
21768 list was that this is unspecified. We choose to always zero-extend
21769 because that is the interpretation long in use by GCC. */
c906108c 21770
98bfdba5 21771static gdb_byte *
ff39bb5e 21772dwarf2_const_value_data (const struct attribute *attr, struct obstack *obstack,
12df843f 21773 struct dwarf2_cu *cu, LONGEST *value, int bits)
c906108c 21774{
518817b3 21775 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
e17a4113
UW
21776 enum bfd_endian byte_order = bfd_big_endian (objfile->obfd) ?
21777 BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE;
98bfdba5
PA
21778 LONGEST l = DW_UNSND (attr);
21779
21780 if (bits < sizeof (*value) * 8)
21781 {
21782 l &= ((LONGEST) 1 << bits) - 1;
21783 *value = l;
21784 }
21785 else if (bits == sizeof (*value) * 8)
21786 *value = l;
21787 else
21788 {
224c3ddb 21789 gdb_byte *bytes = (gdb_byte *) obstack_alloc (obstack, bits / 8);
98bfdba5
PA
21790 store_unsigned_integer (bytes, bits / 8, byte_order, l);
21791 return bytes;
21792 }
21793
21794 return NULL;
21795}
21796
21797/* Read a constant value from an attribute. Either set *VALUE, or if
21798 the value does not fit in *VALUE, set *BYTES - either already
21799 allocated on the objfile obstack, or newly allocated on OBSTACK,
21800 or, set *BATON, if we translated the constant to a location
21801 expression. */
21802
21803static void
ff39bb5e 21804dwarf2_const_value_attr (const struct attribute *attr, struct type *type,
98bfdba5
PA
21805 const char *name, struct obstack *obstack,
21806 struct dwarf2_cu *cu,
d521ce57 21807 LONGEST *value, const gdb_byte **bytes,
98bfdba5
PA
21808 struct dwarf2_locexpr_baton **baton)
21809{
518817b3 21810 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
98bfdba5 21811 struct comp_unit_head *cu_header = &cu->header;
c906108c 21812 struct dwarf_block *blk;
98bfdba5
PA
21813 enum bfd_endian byte_order = (bfd_big_endian (objfile->obfd) ?
21814 BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE);
21815
21816 *value = 0;
21817 *bytes = NULL;
21818 *baton = NULL;
c906108c
SS
21819
21820 switch (attr->form)
21821 {
21822 case DW_FORM_addr:
3019eac3 21823 case DW_FORM_GNU_addr_index:
ac56253d 21824 {
ac56253d
TT
21825 gdb_byte *data;
21826
98bfdba5
PA
21827 if (TYPE_LENGTH (type) != cu_header->addr_size)
21828 dwarf2_const_value_length_mismatch_complaint (name,
ac56253d 21829 cu_header->addr_size,
98bfdba5 21830 TYPE_LENGTH (type));
ac56253d
TT
21831 /* Symbols of this form are reasonably rare, so we just
21832 piggyback on the existing location code rather than writing
21833 a new implementation of symbol_computed_ops. */
8d749320 21834 *baton = XOBNEW (obstack, struct dwarf2_locexpr_baton);
98bfdba5
PA
21835 (*baton)->per_cu = cu->per_cu;
21836 gdb_assert ((*baton)->per_cu);
ac56253d 21837
98bfdba5 21838 (*baton)->size = 2 + cu_header->addr_size;
224c3ddb 21839 data = (gdb_byte *) obstack_alloc (obstack, (*baton)->size);
98bfdba5 21840 (*baton)->data = data;
ac56253d
TT
21841
21842 data[0] = DW_OP_addr;
21843 store_unsigned_integer (&data[1], cu_header->addr_size,
21844 byte_order, DW_ADDR (attr));
21845 data[cu_header->addr_size + 1] = DW_OP_stack_value;
ac56253d 21846 }
c906108c 21847 break;
4ac36638 21848 case DW_FORM_string:
93b5768b 21849 case DW_FORM_strp:
3019eac3 21850 case DW_FORM_GNU_str_index:
36586728 21851 case DW_FORM_GNU_strp_alt:
98bfdba5
PA
21852 /* DW_STRING is already allocated on the objfile obstack, point
21853 directly to it. */
d521ce57 21854 *bytes = (const gdb_byte *) DW_STRING (attr);
93b5768b 21855 break;
c906108c
SS
21856 case DW_FORM_block1:
21857 case DW_FORM_block2:
21858 case DW_FORM_block4:
21859 case DW_FORM_block:
2dc7f7b3 21860 case DW_FORM_exprloc:
0224619f 21861 case DW_FORM_data16:
c906108c 21862 blk = DW_BLOCK (attr);
98bfdba5
PA
21863 if (TYPE_LENGTH (type) != blk->size)
21864 dwarf2_const_value_length_mismatch_complaint (name, blk->size,
21865 TYPE_LENGTH (type));
21866 *bytes = blk->data;
c906108c 21867 break;
2df3850c
JM
21868
21869 /* The DW_AT_const_value attributes are supposed to carry the
21870 symbol's value "represented as it would be on the target
21871 architecture." By the time we get here, it's already been
21872 converted to host endianness, so we just need to sign- or
21873 zero-extend it as appropriate. */
21874 case DW_FORM_data1:
3aef2284 21875 *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 8);
2df3850c 21876 break;
c906108c 21877 case DW_FORM_data2:
3aef2284 21878 *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 16);
2df3850c 21879 break;
c906108c 21880 case DW_FORM_data4:
3aef2284 21881 *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 32);
2df3850c 21882 break;
c906108c 21883 case DW_FORM_data8:
3aef2284 21884 *bytes = dwarf2_const_value_data (attr, obstack, cu, value, 64);
2df3850c
JM
21885 break;
21886
c906108c 21887 case DW_FORM_sdata:
663c44ac 21888 case DW_FORM_implicit_const:
98bfdba5 21889 *value = DW_SND (attr);
2df3850c
JM
21890 break;
21891
c906108c 21892 case DW_FORM_udata:
98bfdba5 21893 *value = DW_UNSND (attr);
c906108c 21894 break;
2df3850c 21895
c906108c 21896 default:
b98664d3 21897 complaint (_("unsupported const value attribute form: '%s'"),
4d3c2250 21898 dwarf_form_name (attr->form));
98bfdba5 21899 *value = 0;
c906108c
SS
21900 break;
21901 }
21902}
21903
2df3850c 21904
98bfdba5
PA
21905/* Copy constant value from an attribute to a symbol. */
21906
2df3850c 21907static void
ff39bb5e 21908dwarf2_const_value (const struct attribute *attr, struct symbol *sym,
98bfdba5 21909 struct dwarf2_cu *cu)
2df3850c 21910{
518817b3 21911 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
12df843f 21912 LONGEST value;
d521ce57 21913 const gdb_byte *bytes;
98bfdba5 21914 struct dwarf2_locexpr_baton *baton;
2df3850c 21915
98bfdba5
PA
21916 dwarf2_const_value_attr (attr, SYMBOL_TYPE (sym),
21917 SYMBOL_PRINT_NAME (sym),
21918 &objfile->objfile_obstack, cu,
21919 &value, &bytes, &baton);
2df3850c 21920
98bfdba5
PA
21921 if (baton != NULL)
21922 {
98bfdba5 21923 SYMBOL_LOCATION_BATON (sym) = baton;
f1e6e072 21924 SYMBOL_ACLASS_INDEX (sym) = dwarf2_locexpr_index;
98bfdba5
PA
21925 }
21926 else if (bytes != NULL)
21927 {
21928 SYMBOL_VALUE_BYTES (sym) = bytes;
f1e6e072 21929 SYMBOL_ACLASS_INDEX (sym) = LOC_CONST_BYTES;
98bfdba5
PA
21930 }
21931 else
21932 {
21933 SYMBOL_VALUE (sym) = value;
f1e6e072 21934 SYMBOL_ACLASS_INDEX (sym) = LOC_CONST;
98bfdba5 21935 }
2df3850c
JM
21936}
21937
c906108c
SS
21938/* Return the type of the die in question using its DW_AT_type attribute. */
21939
21940static struct type *
e7c27a73 21941die_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 21942{
c906108c 21943 struct attribute *type_attr;
c906108c 21944
e142c38c 21945 type_attr = dwarf2_attr (die, DW_AT_type, cu);
c906108c
SS
21946 if (!type_attr)
21947 {
518817b3 21948 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 21949 /* A missing DW_AT_type represents a void type. */
518817b3 21950 return objfile_type (objfile)->builtin_void;
c906108c 21951 }
348e048f 21952
673bfd45 21953 return lookup_die_type (die, type_attr, cu);
c906108c
SS
21954}
21955
b4ba55a1
JB
21956/* True iff CU's producer generates GNAT Ada auxiliary information
21957 that allows to find parallel types through that information instead
21958 of having to do expensive parallel lookups by type name. */
21959
21960static int
21961need_gnat_info (struct dwarf2_cu *cu)
21962{
de4cb04a
JB
21963 /* Assume that the Ada compiler was GNAT, which always produces
21964 the auxiliary information. */
21965 return (cu->language == language_ada);
b4ba55a1
JB
21966}
21967
b4ba55a1
JB
21968/* Return the auxiliary type of the die in question using its
21969 DW_AT_GNAT_descriptive_type attribute. Returns NULL if the
21970 attribute is not present. */
21971
21972static struct type *
21973die_descriptive_type (struct die_info *die, struct dwarf2_cu *cu)
21974{
b4ba55a1 21975 struct attribute *type_attr;
b4ba55a1
JB
21976
21977 type_attr = dwarf2_attr (die, DW_AT_GNAT_descriptive_type, cu);
21978 if (!type_attr)
21979 return NULL;
21980
673bfd45 21981 return lookup_die_type (die, type_attr, cu);
b4ba55a1
JB
21982}
21983
21984/* If DIE has a descriptive_type attribute, then set the TYPE's
21985 descriptive type accordingly. */
21986
21987static void
21988set_descriptive_type (struct type *type, struct die_info *die,
21989 struct dwarf2_cu *cu)
21990{
21991 struct type *descriptive_type = die_descriptive_type (die, cu);
21992
21993 if (descriptive_type)
21994 {
21995 ALLOCATE_GNAT_AUX_TYPE (type);
21996 TYPE_DESCRIPTIVE_TYPE (type) = descriptive_type;
21997 }
21998}
21999
c906108c
SS
22000/* Return the containing type of the die in question using its
22001 DW_AT_containing_type attribute. */
22002
22003static struct type *
e7c27a73 22004die_containing_type (struct die_info *die, struct dwarf2_cu *cu)
c906108c 22005{
c906108c 22006 struct attribute *type_attr;
518817b3 22007 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
c906108c 22008
e142c38c 22009 type_attr = dwarf2_attr (die, DW_AT_containing_type, cu);
33ac96f0
JK
22010 if (!type_attr)
22011 error (_("Dwarf Error: Problem turning containing type into gdb type "
518817b3 22012 "[in module %s]"), objfile_name (objfile));
33ac96f0 22013
673bfd45 22014 return lookup_die_type (die, type_attr, cu);
c906108c
SS
22015}
22016
ac9ec31b
DE
22017/* Return an error marker type to use for the ill formed type in DIE/CU. */
22018
22019static struct type *
22020build_error_marker_type (struct dwarf2_cu *cu, struct die_info *die)
22021{
518817b3
SM
22022 struct dwarf2_per_objfile *dwarf2_per_objfile
22023 = cu->per_cu->dwarf2_per_objfile;
ac9ec31b 22024 struct objfile *objfile = dwarf2_per_objfile->objfile;
528e1572 22025 char *saved;
ac9ec31b 22026
528e1572
SM
22027 std::string message
22028 = string_printf (_("<unknown type in %s, CU %s, DIE %s>"),
22029 objfile_name (objfile),
22030 sect_offset_str (cu->header.sect_off),
22031 sect_offset_str (die->sect_off));
224c3ddb 22032 saved = (char *) obstack_copy0 (&objfile->objfile_obstack,
528e1572 22033 message.c_str (), message.length ());
ac9ec31b 22034
19f392bc 22035 return init_type (objfile, TYPE_CODE_ERROR, 0, saved);
ac9ec31b
DE
22036}
22037
673bfd45 22038/* Look up the type of DIE in CU using its type attribute ATTR.
ac9ec31b
DE
22039 ATTR must be one of: DW_AT_type, DW_AT_GNAT_descriptive_type,
22040 DW_AT_containing_type.
673bfd45
DE
22041 If there is no type substitute an error marker. */
22042
c906108c 22043static struct type *
ff39bb5e 22044lookup_die_type (struct die_info *die, const struct attribute *attr,
673bfd45 22045 struct dwarf2_cu *cu)
c906108c 22046{
518817b3
SM
22047 struct dwarf2_per_objfile *dwarf2_per_objfile
22048 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 22049 struct objfile *objfile = dwarf2_per_objfile->objfile;
f792889a
DJ
22050 struct type *this_type;
22051
ac9ec31b
DE
22052 gdb_assert (attr->name == DW_AT_type
22053 || attr->name == DW_AT_GNAT_descriptive_type
22054 || attr->name == DW_AT_containing_type);
22055
673bfd45
DE
22056 /* First see if we have it cached. */
22057
36586728
TT
22058 if (attr->form == DW_FORM_GNU_ref_alt)
22059 {
22060 struct dwarf2_per_cu_data *per_cu;
9c541725 22061 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
36586728 22062
ed2dc618
SM
22063 per_cu = dwarf2_find_containing_comp_unit (sect_off, 1,
22064 dwarf2_per_objfile);
9c541725 22065 this_type = get_die_type_at_offset (sect_off, per_cu);
36586728 22066 }
7771576e 22067 else if (attr_form_is_ref (attr))
673bfd45 22068 {
9c541725 22069 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
673bfd45 22070
9c541725 22071 this_type = get_die_type_at_offset (sect_off, cu->per_cu);
673bfd45 22072 }
55f1336d 22073 else if (attr->form == DW_FORM_ref_sig8)
673bfd45 22074 {
ac9ec31b 22075 ULONGEST signature = DW_SIGNATURE (attr);
673bfd45 22076
ac9ec31b 22077 return get_signatured_type (die, signature, cu);
673bfd45
DE
22078 }
22079 else
22080 {
b98664d3 22081 complaint (_("Dwarf Error: Bad type attribute %s in DIE"
9d8780f0
SM
22082 " at %s [in module %s]"),
22083 dwarf_attr_name (attr->name), sect_offset_str (die->sect_off),
4262abfb 22084 objfile_name (objfile));
ac9ec31b 22085 return build_error_marker_type (cu, die);
673bfd45
DE
22086 }
22087
22088 /* If not cached we need to read it in. */
22089
22090 if (this_type == NULL)
22091 {
ac9ec31b 22092 struct die_info *type_die = NULL;
673bfd45
DE
22093 struct dwarf2_cu *type_cu = cu;
22094
7771576e 22095 if (attr_form_is_ref (attr))
ac9ec31b
DE
22096 type_die = follow_die_ref (die, attr, &type_cu);
22097 if (type_die == NULL)
22098 return build_error_marker_type (cu, die);
22099 /* If we find the type now, it's probably because the type came
3019eac3
DE
22100 from an inter-CU reference and the type's CU got expanded before
22101 ours. */
ac9ec31b 22102 this_type = read_type_die (type_die, type_cu);
673bfd45
DE
22103 }
22104
22105 /* If we still don't have a type use an error marker. */
22106
22107 if (this_type == NULL)
ac9ec31b 22108 return build_error_marker_type (cu, die);
673bfd45 22109
f792889a 22110 return this_type;
c906108c
SS
22111}
22112
673bfd45
DE
22113/* Return the type in DIE, CU.
22114 Returns NULL for invalid types.
22115
02142a6c 22116 This first does a lookup in die_type_hash,
673bfd45
DE
22117 and only reads the die in if necessary.
22118
22119 NOTE: This can be called when reading in partial or full symbols. */
22120
f792889a 22121static struct type *
e7c27a73 22122read_type_die (struct die_info *die, struct dwarf2_cu *cu)
c906108c 22123{
f792889a
DJ
22124 struct type *this_type;
22125
22126 this_type = get_die_type (die, cu);
22127 if (this_type)
22128 return this_type;
22129
673bfd45
DE
22130 return read_type_die_1 (die, cu);
22131}
22132
22133/* Read the type in DIE, CU.
22134 Returns NULL for invalid types. */
22135
22136static struct type *
22137read_type_die_1 (struct die_info *die, struct dwarf2_cu *cu)
22138{
22139 struct type *this_type = NULL;
22140
c906108c
SS
22141 switch (die->tag)
22142 {
22143 case DW_TAG_class_type:
680b30c7 22144 case DW_TAG_interface_type:
c906108c
SS
22145 case DW_TAG_structure_type:
22146 case DW_TAG_union_type:
f792889a 22147 this_type = read_structure_type (die, cu);
c906108c
SS
22148 break;
22149 case DW_TAG_enumeration_type:
f792889a 22150 this_type = read_enumeration_type (die, cu);
c906108c
SS
22151 break;
22152 case DW_TAG_subprogram:
22153 case DW_TAG_subroutine_type:
edb3359d 22154 case DW_TAG_inlined_subroutine:
f792889a 22155 this_type = read_subroutine_type (die, cu);
c906108c
SS
22156 break;
22157 case DW_TAG_array_type:
f792889a 22158 this_type = read_array_type (die, cu);
c906108c 22159 break;
72019c9c 22160 case DW_TAG_set_type:
f792889a 22161 this_type = read_set_type (die, cu);
72019c9c 22162 break;
c906108c 22163 case DW_TAG_pointer_type:
f792889a 22164 this_type = read_tag_pointer_type (die, cu);
c906108c
SS
22165 break;
22166 case DW_TAG_ptr_to_member_type:
f792889a 22167 this_type = read_tag_ptr_to_member_type (die, cu);
c906108c
SS
22168 break;
22169 case DW_TAG_reference_type:
4297a3f0
AV
22170 this_type = read_tag_reference_type (die, cu, TYPE_CODE_REF);
22171 break;
22172 case DW_TAG_rvalue_reference_type:
22173 this_type = read_tag_reference_type (die, cu, TYPE_CODE_RVALUE_REF);
c906108c
SS
22174 break;
22175 case DW_TAG_const_type:
f792889a 22176 this_type = read_tag_const_type (die, cu);
c906108c
SS
22177 break;
22178 case DW_TAG_volatile_type:
f792889a 22179 this_type = read_tag_volatile_type (die, cu);
c906108c 22180 break;
06d66ee9
TT
22181 case DW_TAG_restrict_type:
22182 this_type = read_tag_restrict_type (die, cu);
22183 break;
c906108c 22184 case DW_TAG_string_type:
f792889a 22185 this_type = read_tag_string_type (die, cu);
c906108c
SS
22186 break;
22187 case DW_TAG_typedef:
f792889a 22188 this_type = read_typedef (die, cu);
c906108c 22189 break;
a02abb62 22190 case DW_TAG_subrange_type:
f792889a 22191 this_type = read_subrange_type (die, cu);
a02abb62 22192 break;
c906108c 22193 case DW_TAG_base_type:
f792889a 22194 this_type = read_base_type (die, cu);
c906108c 22195 break;
81a17f79 22196 case DW_TAG_unspecified_type:
f792889a 22197 this_type = read_unspecified_type (die, cu);
81a17f79 22198 break;
0114d602
DJ
22199 case DW_TAG_namespace:
22200 this_type = read_namespace_type (die, cu);
22201 break;
f55ee35c
JK
22202 case DW_TAG_module:
22203 this_type = read_module_type (die, cu);
22204 break;
a2c2acaf
MW
22205 case DW_TAG_atomic_type:
22206 this_type = read_tag_atomic_type (die, cu);
22207 break;
c906108c 22208 default:
b98664d3 22209 complaint (_("unexpected tag in read_type_die: '%s'"),
4d3c2250 22210 dwarf_tag_name (die->tag));
c906108c
SS
22211 break;
22212 }
63d06c5c 22213
f792889a 22214 return this_type;
63d06c5c
DC
22215}
22216
abc72ce4
DE
22217/* See if we can figure out if the class lives in a namespace. We do
22218 this by looking for a member function; its demangled name will
22219 contain namespace info, if there is any.
22220 Return the computed name or NULL.
22221 Space for the result is allocated on the objfile's obstack.
22222 This is the full-die version of guess_partial_die_structure_name.
22223 In this case we know DIE has no useful parent. */
22224
22225static char *
22226guess_full_die_structure_name (struct die_info *die, struct dwarf2_cu *cu)
22227{
22228 struct die_info *spec_die;
22229 struct dwarf2_cu *spec_cu;
22230 struct die_info *child;
518817b3 22231 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
abc72ce4
DE
22232
22233 spec_cu = cu;
22234 spec_die = die_specification (die, &spec_cu);
22235 if (spec_die != NULL)
22236 {
22237 die = spec_die;
22238 cu = spec_cu;
22239 }
22240
22241 for (child = die->child;
22242 child != NULL;
22243 child = child->sibling)
22244 {
22245 if (child->tag == DW_TAG_subprogram)
22246 {
73b9be8b 22247 const char *linkage_name = dw2_linkage_name (child, cu);
abc72ce4 22248
7d45c7c3 22249 if (linkage_name != NULL)
abc72ce4
DE
22250 {
22251 char *actual_name
22252 = language_class_name_from_physname (cu->language_defn,
7d45c7c3 22253 linkage_name);
abc72ce4
DE
22254 char *name = NULL;
22255
22256 if (actual_name != NULL)
22257 {
15d034d0 22258 const char *die_name = dwarf2_name (die, cu);
abc72ce4
DE
22259
22260 if (die_name != NULL
22261 && strcmp (die_name, actual_name) != 0)
22262 {
22263 /* Strip off the class name from the full name.
22264 We want the prefix. */
22265 int die_name_len = strlen (die_name);
22266 int actual_name_len = strlen (actual_name);
22267
22268 /* Test for '::' as a sanity check. */
22269 if (actual_name_len > die_name_len + 2
3e43a32a
MS
22270 && actual_name[actual_name_len
22271 - die_name_len - 1] == ':')
224c3ddb 22272 name = (char *) obstack_copy0 (
e3b94546 22273 &objfile->per_bfd->storage_obstack,
224c3ddb 22274 actual_name, actual_name_len - die_name_len - 2);
abc72ce4
DE
22275 }
22276 }
22277 xfree (actual_name);
22278 return name;
22279 }
22280 }
22281 }
22282
22283 return NULL;
22284}
22285
96408a79
SA
22286/* GCC might emit a nameless typedef that has a linkage name. Determine the
22287 prefix part in such case. See
22288 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510. */
22289
a121b7c1 22290static const char *
96408a79
SA
22291anonymous_struct_prefix (struct die_info *die, struct dwarf2_cu *cu)
22292{
22293 struct attribute *attr;
e6a959d6 22294 const char *base;
96408a79
SA
22295
22296 if (die->tag != DW_TAG_class_type && die->tag != DW_TAG_interface_type
22297 && die->tag != DW_TAG_structure_type && die->tag != DW_TAG_union_type)
22298 return NULL;
22299
7d45c7c3 22300 if (dwarf2_string_attr (die, DW_AT_name, cu) != NULL)
96408a79
SA
22301 return NULL;
22302
73b9be8b 22303 attr = dw2_linkage_name_attr (die, cu);
96408a79
SA
22304 if (attr == NULL || DW_STRING (attr) == NULL)
22305 return NULL;
22306
22307 /* dwarf2_name had to be already called. */
22308 gdb_assert (DW_STRING_IS_CANONICAL (attr));
22309
22310 /* Strip the base name, keep any leading namespaces/classes. */
22311 base = strrchr (DW_STRING (attr), ':');
22312 if (base == NULL || base == DW_STRING (attr) || base[-1] != ':')
22313 return "";
22314
518817b3 22315 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
e3b94546 22316 return (char *) obstack_copy0 (&objfile->per_bfd->storage_obstack,
224c3ddb
SM
22317 DW_STRING (attr),
22318 &base[-1] - DW_STRING (attr));
96408a79
SA
22319}
22320
fdde2d81 22321/* Return the name of the namespace/class that DIE is defined within,
0114d602 22322 or "" if we can't tell. The caller should not xfree the result.
fdde2d81 22323
0114d602
DJ
22324 For example, if we're within the method foo() in the following
22325 code:
22326
22327 namespace N {
22328 class C {
22329 void foo () {
22330 }
22331 };
22332 }
22333
22334 then determine_prefix on foo's die will return "N::C". */
fdde2d81 22335
0d5cff50 22336static const char *
e142c38c 22337determine_prefix (struct die_info *die, struct dwarf2_cu *cu)
63d06c5c 22338{
518817b3
SM
22339 struct dwarf2_per_objfile *dwarf2_per_objfile
22340 = cu->per_cu->dwarf2_per_objfile;
0114d602
DJ
22341 struct die_info *parent, *spec_die;
22342 struct dwarf2_cu *spec_cu;
22343 struct type *parent_type;
a121b7c1 22344 const char *retval;
63d06c5c 22345
9c37b5ae 22346 if (cu->language != language_cplus
c44af4eb
TT
22347 && cu->language != language_fortran && cu->language != language_d
22348 && cu->language != language_rust)
0114d602
DJ
22349 return "";
22350
96408a79
SA
22351 retval = anonymous_struct_prefix (die, cu);
22352 if (retval)
22353 return retval;
22354
0114d602
DJ
22355 /* We have to be careful in the presence of DW_AT_specification.
22356 For example, with GCC 3.4, given the code
22357
22358 namespace N {
22359 void foo() {
22360 // Definition of N::foo.
22361 }
22362 }
22363
22364 then we'll have a tree of DIEs like this:
22365
22366 1: DW_TAG_compile_unit
22367 2: DW_TAG_namespace // N
22368 3: DW_TAG_subprogram // declaration of N::foo
22369 4: DW_TAG_subprogram // definition of N::foo
22370 DW_AT_specification // refers to die #3
22371
22372 Thus, when processing die #4, we have to pretend that we're in
22373 the context of its DW_AT_specification, namely the contex of die
22374 #3. */
22375 spec_cu = cu;
22376 spec_die = die_specification (die, &spec_cu);
22377 if (spec_die == NULL)
22378 parent = die->parent;
22379 else
63d06c5c 22380 {
0114d602
DJ
22381 parent = spec_die->parent;
22382 cu = spec_cu;
63d06c5c 22383 }
0114d602
DJ
22384
22385 if (parent == NULL)
22386 return "";
98bfdba5
PA
22387 else if (parent->building_fullname)
22388 {
22389 const char *name;
22390 const char *parent_name;
22391
22392 /* It has been seen on RealView 2.2 built binaries,
22393 DW_TAG_template_type_param types actually _defined_ as
22394 children of the parent class:
22395
22396 enum E {};
22397 template class <class Enum> Class{};
22398 Class<enum E> class_e;
22399
22400 1: DW_TAG_class_type (Class)
22401 2: DW_TAG_enumeration_type (E)
22402 3: DW_TAG_enumerator (enum1:0)
22403 3: DW_TAG_enumerator (enum2:1)
22404 ...
22405 2: DW_TAG_template_type_param
22406 DW_AT_type DW_FORM_ref_udata (E)
22407
22408 Besides being broken debug info, it can put GDB into an
22409 infinite loop. Consider:
22410
22411 When we're building the full name for Class<E>, we'll start
22412 at Class, and go look over its template type parameters,
22413 finding E. We'll then try to build the full name of E, and
22414 reach here. We're now trying to build the full name of E,
22415 and look over the parent DIE for containing scope. In the
22416 broken case, if we followed the parent DIE of E, we'd again
22417 find Class, and once again go look at its template type
22418 arguments, etc., etc. Simply don't consider such parent die
22419 as source-level parent of this die (it can't be, the language
22420 doesn't allow it), and break the loop here. */
22421 name = dwarf2_name (die, cu);
22422 parent_name = dwarf2_name (parent, cu);
b98664d3 22423 complaint (_("template param type '%s' defined within parent '%s'"),
98bfdba5
PA
22424 name ? name : "<unknown>",
22425 parent_name ? parent_name : "<unknown>");
22426 return "";
22427 }
63d06c5c 22428 else
0114d602
DJ
22429 switch (parent->tag)
22430 {
63d06c5c 22431 case DW_TAG_namespace:
0114d602 22432 parent_type = read_type_die (parent, cu);
acebe513
UW
22433 /* GCC 4.0 and 4.1 had a bug (PR c++/28460) where they generated bogus
22434 DW_TAG_namespace DIEs with a name of "::" for the global namespace.
22435 Work around this problem here. */
22436 if (cu->language == language_cplus
e86ca25f 22437 && strcmp (TYPE_NAME (parent_type), "::") == 0)
acebe513 22438 return "";
0114d602 22439 /* We give a name to even anonymous namespaces. */
e86ca25f 22440 return TYPE_NAME (parent_type);
63d06c5c 22441 case DW_TAG_class_type:
680b30c7 22442 case DW_TAG_interface_type:
63d06c5c 22443 case DW_TAG_structure_type:
0114d602 22444 case DW_TAG_union_type:
f55ee35c 22445 case DW_TAG_module:
0114d602 22446 parent_type = read_type_die (parent, cu);
e86ca25f
TT
22447 if (TYPE_NAME (parent_type) != NULL)
22448 return TYPE_NAME (parent_type);
0114d602
DJ
22449 else
22450 /* An anonymous structure is only allowed non-static data
22451 members; no typedefs, no member functions, et cetera.
22452 So it does not need a prefix. */
22453 return "";
abc72ce4 22454 case DW_TAG_compile_unit:
95554aad 22455 case DW_TAG_partial_unit:
abc72ce4
DE
22456 /* gcc-4.5 -gdwarf-4 can drop the enclosing namespace. Cope. */
22457 if (cu->language == language_cplus
8b70b953 22458 && !VEC_empty (dwarf2_section_info_def, dwarf2_per_objfile->types)
abc72ce4
DE
22459 && die->child != NULL
22460 && (die->tag == DW_TAG_class_type
22461 || die->tag == DW_TAG_structure_type
22462 || die->tag == DW_TAG_union_type))
22463 {
22464 char *name = guess_full_die_structure_name (die, cu);
22465 if (name != NULL)
22466 return name;
22467 }
22468 return "";
3d567982
TT
22469 case DW_TAG_enumeration_type:
22470 parent_type = read_type_die (parent, cu);
22471 if (TYPE_DECLARED_CLASS (parent_type))
22472 {
e86ca25f
TT
22473 if (TYPE_NAME (parent_type) != NULL)
22474 return TYPE_NAME (parent_type);
3d567982
TT
22475 return "";
22476 }
22477 /* Fall through. */
63d06c5c 22478 default:
8176b9b8 22479 return determine_prefix (parent, cu);
63d06c5c 22480 }
63d06c5c
DC
22481}
22482
3e43a32a
MS
22483/* Return a newly-allocated string formed by concatenating PREFIX and SUFFIX
22484 with appropriate separator. If PREFIX or SUFFIX is NULL or empty, then
22485 simply copy the SUFFIX or PREFIX, respectively. If OBS is non-null, perform
22486 an obconcat, otherwise allocate storage for the result. The CU argument is
22487 used to determine the language and hence, the appropriate separator. */
987504bb 22488
f55ee35c 22489#define MAX_SEP_LEN 7 /* strlen ("__") + strlen ("_MOD_") */
63d06c5c
DC
22490
22491static char *
f55ee35c
JK
22492typename_concat (struct obstack *obs, const char *prefix, const char *suffix,
22493 int physname, struct dwarf2_cu *cu)
63d06c5c 22494{
f55ee35c 22495 const char *lead = "";
5c315b68 22496 const char *sep;
63d06c5c 22497
3e43a32a
MS
22498 if (suffix == NULL || suffix[0] == '\0'
22499 || prefix == NULL || prefix[0] == '\0')
987504bb 22500 sep = "";
45280282
IB
22501 else if (cu->language == language_d)
22502 {
22503 /* For D, the 'main' function could be defined in any module, but it
22504 should never be prefixed. */
22505 if (strcmp (suffix, "D main") == 0)
22506 {
22507 prefix = "";
22508 sep = "";
22509 }
22510 else
22511 sep = ".";
22512 }
f55ee35c
JK
22513 else if (cu->language == language_fortran && physname)
22514 {
22515 /* This is gfortran specific mangling. Normally DW_AT_linkage_name or
22516 DW_AT_MIPS_linkage_name is preferred and used instead. */
22517
22518 lead = "__";
22519 sep = "_MOD_";
22520 }
987504bb
JJ
22521 else
22522 sep = "::";
63d06c5c 22523
6dd47d34
DE
22524 if (prefix == NULL)
22525 prefix = "";
22526 if (suffix == NULL)
22527 suffix = "";
22528
987504bb
JJ
22529 if (obs == NULL)
22530 {
3e43a32a 22531 char *retval
224c3ddb
SM
22532 = ((char *)
22533 xmalloc (strlen (prefix) + MAX_SEP_LEN + strlen (suffix) + 1));
9a619af0 22534
f55ee35c
JK
22535 strcpy (retval, lead);
22536 strcat (retval, prefix);
6dd47d34
DE
22537 strcat (retval, sep);
22538 strcat (retval, suffix);
63d06c5c
DC
22539 return retval;
22540 }
987504bb
JJ
22541 else
22542 {
22543 /* We have an obstack. */
f55ee35c 22544 return obconcat (obs, lead, prefix, sep, suffix, (char *) NULL);
987504bb 22545 }
63d06c5c
DC
22546}
22547
c906108c
SS
22548/* Return sibling of die, NULL if no sibling. */
22549
f9aca02d 22550static struct die_info *
fba45db2 22551sibling_die (struct die_info *die)
c906108c 22552{
639d11d3 22553 return die->sibling;
c906108c
SS
22554}
22555
71c25dea
TT
22556/* Get name of a die, return NULL if not found. */
22557
15d034d0
TT
22558static const char *
22559dwarf2_canonicalize_name (const char *name, struct dwarf2_cu *cu,
71c25dea
TT
22560 struct obstack *obstack)
22561{
22562 if (name && cu->language == language_cplus)
22563 {
2f408ecb 22564 std::string canon_name = cp_canonicalize_string (name);
71c25dea 22565
2f408ecb 22566 if (!canon_name.empty ())
71c25dea 22567 {
2f408ecb
PA
22568 if (canon_name != name)
22569 name = (const char *) obstack_copy0 (obstack,
22570 canon_name.c_str (),
22571 canon_name.length ());
71c25dea
TT
22572 }
22573 }
22574
22575 return name;
c906108c
SS
22576}
22577
96553a0c
DE
22578/* Get name of a die, return NULL if not found.
22579 Anonymous namespaces are converted to their magic string. */
9219021c 22580
15d034d0 22581static const char *
e142c38c 22582dwarf2_name (struct die_info *die, struct dwarf2_cu *cu)
9219021c
DC
22583{
22584 struct attribute *attr;
518817b3 22585 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
9219021c 22586
e142c38c 22587 attr = dwarf2_attr (die, DW_AT_name, cu);
53832f31 22588 if ((!attr || !DW_STRING (attr))
96553a0c 22589 && die->tag != DW_TAG_namespace
53832f31
TT
22590 && die->tag != DW_TAG_class_type
22591 && die->tag != DW_TAG_interface_type
22592 && die->tag != DW_TAG_structure_type
22593 && die->tag != DW_TAG_union_type)
71c25dea
TT
22594 return NULL;
22595
22596 switch (die->tag)
22597 {
22598 case DW_TAG_compile_unit:
95554aad 22599 case DW_TAG_partial_unit:
71c25dea
TT
22600 /* Compilation units have a DW_AT_name that is a filename, not
22601 a source language identifier. */
22602 case DW_TAG_enumeration_type:
22603 case DW_TAG_enumerator:
22604 /* These tags always have simple identifiers already; no need
22605 to canonicalize them. */
22606 return DW_STRING (attr);
907af001 22607
96553a0c
DE
22608 case DW_TAG_namespace:
22609 if (attr != NULL && DW_STRING (attr) != NULL)
22610 return DW_STRING (attr);
22611 return CP_ANONYMOUS_NAMESPACE_STR;
22612
907af001
UW
22613 case DW_TAG_class_type:
22614 case DW_TAG_interface_type:
22615 case DW_TAG_structure_type:
22616 case DW_TAG_union_type:
22617 /* Some GCC versions emit spurious DW_AT_name attributes for unnamed
22618 structures or unions. These were of the form "._%d" in GCC 4.1,
22619 or simply "<anonymous struct>" or "<anonymous union>" in GCC 4.3
22620 and GCC 4.4. We work around this problem by ignoring these. */
53832f31 22621 if (attr && DW_STRING (attr)
61012eef
GB
22622 && (startswith (DW_STRING (attr), "._")
22623 || startswith (DW_STRING (attr), "<anonymous")))
907af001 22624 return NULL;
53832f31
TT
22625
22626 /* GCC might emit a nameless typedef that has a linkage name. See
22627 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510. */
22628 if (!attr || DW_STRING (attr) == NULL)
22629 {
df5c6c50 22630 char *demangled = NULL;
53832f31 22631
73b9be8b 22632 attr = dw2_linkage_name_attr (die, cu);
53832f31
TT
22633 if (attr == NULL || DW_STRING (attr) == NULL)
22634 return NULL;
22635
df5c6c50
JK
22636 /* Avoid demangling DW_STRING (attr) the second time on a second
22637 call for the same DIE. */
22638 if (!DW_STRING_IS_CANONICAL (attr))
8de20a37 22639 demangled = gdb_demangle (DW_STRING (attr), DMGL_TYPES);
53832f31
TT
22640
22641 if (demangled)
22642 {
e6a959d6 22643 const char *base;
96408a79 22644
53832f31 22645 /* FIXME: we already did this for the partial symbol... */
34a68019 22646 DW_STRING (attr)
224c3ddb 22647 = ((const char *)
e3b94546 22648 obstack_copy0 (&objfile->per_bfd->storage_obstack,
224c3ddb 22649 demangled, strlen (demangled)));
53832f31
TT
22650 DW_STRING_IS_CANONICAL (attr) = 1;
22651 xfree (demangled);
96408a79
SA
22652
22653 /* Strip any leading namespaces/classes, keep only the base name.
22654 DW_AT_name for named DIEs does not contain the prefixes. */
22655 base = strrchr (DW_STRING (attr), ':');
22656 if (base && base > DW_STRING (attr) && base[-1] == ':')
22657 return &base[1];
22658 else
22659 return DW_STRING (attr);
53832f31
TT
22660 }
22661 }
907af001
UW
22662 break;
22663
71c25dea 22664 default:
907af001
UW
22665 break;
22666 }
22667
22668 if (!DW_STRING_IS_CANONICAL (attr))
22669 {
22670 DW_STRING (attr)
22671 = dwarf2_canonicalize_name (DW_STRING (attr), cu,
e3b94546 22672 &objfile->per_bfd->storage_obstack);
907af001 22673 DW_STRING_IS_CANONICAL (attr) = 1;
71c25dea 22674 }
907af001 22675 return DW_STRING (attr);
9219021c
DC
22676}
22677
22678/* Return the die that this die in an extension of, or NULL if there
f2f0e013
DJ
22679 is none. *EXT_CU is the CU containing DIE on input, and the CU
22680 containing the return value on output. */
9219021c
DC
22681
22682static struct die_info *
f2f0e013 22683dwarf2_extension (struct die_info *die, struct dwarf2_cu **ext_cu)
9219021c
DC
22684{
22685 struct attribute *attr;
9219021c 22686
f2f0e013 22687 attr = dwarf2_attr (die, DW_AT_extension, *ext_cu);
9219021c
DC
22688 if (attr == NULL)
22689 return NULL;
22690
f2f0e013 22691 return follow_die_ref (die, attr, ext_cu);
9219021c
DC
22692}
22693
c906108c
SS
22694/* Convert a DIE tag into its string name. */
22695
f39c6ffd 22696static const char *
aa1ee363 22697dwarf_tag_name (unsigned tag)
c906108c 22698{
f39c6ffd
TT
22699 const char *name = get_DW_TAG_name (tag);
22700
22701 if (name == NULL)
22702 return "DW_TAG_<unknown>";
22703
22704 return name;
c906108c
SS
22705}
22706
22707/* Convert a DWARF attribute code into its string name. */
22708
f39c6ffd 22709static const char *
aa1ee363 22710dwarf_attr_name (unsigned attr)
c906108c 22711{
f39c6ffd
TT
22712 const char *name;
22713
c764a876 22714#ifdef MIPS /* collides with DW_AT_HP_block_index */
f39c6ffd
TT
22715 if (attr == DW_AT_MIPS_fde)
22716 return "DW_AT_MIPS_fde";
22717#else
22718 if (attr == DW_AT_HP_block_index)
22719 return "DW_AT_HP_block_index";
c764a876 22720#endif
f39c6ffd
TT
22721
22722 name = get_DW_AT_name (attr);
22723
22724 if (name == NULL)
22725 return "DW_AT_<unknown>";
22726
22727 return name;
c906108c
SS
22728}
22729
22730/* Convert a DWARF value form code into its string name. */
22731
f39c6ffd 22732static const char *
aa1ee363 22733dwarf_form_name (unsigned form)
c906108c 22734{
f39c6ffd
TT
22735 const char *name = get_DW_FORM_name (form);
22736
22737 if (name == NULL)
22738 return "DW_FORM_<unknown>";
22739
22740 return name;
c906108c
SS
22741}
22742
a121b7c1 22743static const char *
fba45db2 22744dwarf_bool_name (unsigned mybool)
c906108c
SS
22745{
22746 if (mybool)
22747 return "TRUE";
22748 else
22749 return "FALSE";
22750}
22751
22752/* Convert a DWARF type code into its string name. */
22753
f39c6ffd 22754static const char *
aa1ee363 22755dwarf_type_encoding_name (unsigned enc)
c906108c 22756{
f39c6ffd 22757 const char *name = get_DW_ATE_name (enc);
c906108c 22758
f39c6ffd
TT
22759 if (name == NULL)
22760 return "DW_ATE_<unknown>";
c906108c 22761
f39c6ffd 22762 return name;
c906108c 22763}
c906108c 22764
f9aca02d 22765static void
d97bc12b 22766dump_die_shallow (struct ui_file *f, int indent, struct die_info *die)
c906108c
SS
22767{
22768 unsigned int i;
22769
d97bc12b 22770 print_spaces (indent, f);
9d8780f0 22771 fprintf_unfiltered (f, "Die: %s (abbrev %d, offset %s)\n",
9c541725 22772 dwarf_tag_name (die->tag), die->abbrev,
9d8780f0 22773 sect_offset_str (die->sect_off));
d97bc12b
DE
22774
22775 if (die->parent != NULL)
22776 {
22777 print_spaces (indent, f);
9d8780f0
SM
22778 fprintf_unfiltered (f, " parent at offset: %s\n",
22779 sect_offset_str (die->parent->sect_off));
d97bc12b
DE
22780 }
22781
22782 print_spaces (indent, f);
22783 fprintf_unfiltered (f, " has children: %s\n",
639d11d3 22784 dwarf_bool_name (die->child != NULL));
c906108c 22785
d97bc12b
DE
22786 print_spaces (indent, f);
22787 fprintf_unfiltered (f, " attributes:\n");
22788
c906108c
SS
22789 for (i = 0; i < die->num_attrs; ++i)
22790 {
d97bc12b
DE
22791 print_spaces (indent, f);
22792 fprintf_unfiltered (f, " %s (%s) ",
c906108c
SS
22793 dwarf_attr_name (die->attrs[i].name),
22794 dwarf_form_name (die->attrs[i].form));
d97bc12b 22795
c906108c
SS
22796 switch (die->attrs[i].form)
22797 {
c906108c 22798 case DW_FORM_addr:
3019eac3 22799 case DW_FORM_GNU_addr_index:
d97bc12b 22800 fprintf_unfiltered (f, "address: ");
5af949e3 22801 fputs_filtered (hex_string (DW_ADDR (&die->attrs[i])), f);
c906108c
SS
22802 break;
22803 case DW_FORM_block2:
22804 case DW_FORM_block4:
22805 case DW_FORM_block:
22806 case DW_FORM_block1:
56eb65bd
SP
22807 fprintf_unfiltered (f, "block: size %s",
22808 pulongest (DW_BLOCK (&die->attrs[i])->size));
c906108c 22809 break;
2dc7f7b3 22810 case DW_FORM_exprloc:
56eb65bd
SP
22811 fprintf_unfiltered (f, "expression: size %s",
22812 pulongest (DW_BLOCK (&die->attrs[i])->size));
2dc7f7b3 22813 break;
0224619f
JK
22814 case DW_FORM_data16:
22815 fprintf_unfiltered (f, "constant of 16 bytes");
22816 break;
4568ecf9
DE
22817 case DW_FORM_ref_addr:
22818 fprintf_unfiltered (f, "ref address: ");
22819 fputs_filtered (hex_string (DW_UNSND (&die->attrs[i])), f);
22820 break;
36586728
TT
22821 case DW_FORM_GNU_ref_alt:
22822 fprintf_unfiltered (f, "alt ref address: ");
22823 fputs_filtered (hex_string (DW_UNSND (&die->attrs[i])), f);
22824 break;
10b3939b
DJ
22825 case DW_FORM_ref1:
22826 case DW_FORM_ref2:
22827 case DW_FORM_ref4:
4568ecf9
DE
22828 case DW_FORM_ref8:
22829 case DW_FORM_ref_udata:
d97bc12b 22830 fprintf_unfiltered (f, "constant ref: 0x%lx (adjusted)",
4568ecf9 22831 (long) (DW_UNSND (&die->attrs[i])));
10b3939b 22832 break;
c906108c
SS
22833 case DW_FORM_data1:
22834 case DW_FORM_data2:
22835 case DW_FORM_data4:
ce5d95e1 22836 case DW_FORM_data8:
c906108c
SS
22837 case DW_FORM_udata:
22838 case DW_FORM_sdata:
43bbcdc2
PH
22839 fprintf_unfiltered (f, "constant: %s",
22840 pulongest (DW_UNSND (&die->attrs[i])));
c906108c 22841 break;
2dc7f7b3
TT
22842 case DW_FORM_sec_offset:
22843 fprintf_unfiltered (f, "section offset: %s",
22844 pulongest (DW_UNSND (&die->attrs[i])));
22845 break;
55f1336d 22846 case DW_FORM_ref_sig8:
ac9ec31b
DE
22847 fprintf_unfiltered (f, "signature: %s",
22848 hex_string (DW_SIGNATURE (&die->attrs[i])));
348e048f 22849 break;
c906108c 22850 case DW_FORM_string:
4bdf3d34 22851 case DW_FORM_strp:
43988095 22852 case DW_FORM_line_strp:
3019eac3 22853 case DW_FORM_GNU_str_index:
36586728 22854 case DW_FORM_GNU_strp_alt:
8285870a 22855 fprintf_unfiltered (f, "string: \"%s\" (%s canonicalized)",
c906108c 22856 DW_STRING (&die->attrs[i])
8285870a
JK
22857 ? DW_STRING (&die->attrs[i]) : "",
22858 DW_STRING_IS_CANONICAL (&die->attrs[i]) ? "is" : "not");
c906108c
SS
22859 break;
22860 case DW_FORM_flag:
22861 if (DW_UNSND (&die->attrs[i]))
d97bc12b 22862 fprintf_unfiltered (f, "flag: TRUE");
c906108c 22863 else
d97bc12b 22864 fprintf_unfiltered (f, "flag: FALSE");
c906108c 22865 break;
2dc7f7b3
TT
22866 case DW_FORM_flag_present:
22867 fprintf_unfiltered (f, "flag: TRUE");
22868 break;
a8329558 22869 case DW_FORM_indirect:
0963b4bd
MS
22870 /* The reader will have reduced the indirect form to
22871 the "base form" so this form should not occur. */
3e43a32a
MS
22872 fprintf_unfiltered (f,
22873 "unexpected attribute form: DW_FORM_indirect");
a8329558 22874 break;
663c44ac
JK
22875 case DW_FORM_implicit_const:
22876 fprintf_unfiltered (f, "constant: %s",
22877 plongest (DW_SND (&die->attrs[i])));
22878 break;
c906108c 22879 default:
d97bc12b 22880 fprintf_unfiltered (f, "unsupported attribute form: %d.",
c5aa993b 22881 die->attrs[i].form);
d97bc12b 22882 break;
c906108c 22883 }
d97bc12b 22884 fprintf_unfiltered (f, "\n");
c906108c
SS
22885 }
22886}
22887
f9aca02d 22888static void
d97bc12b 22889dump_die_for_error (struct die_info *die)
c906108c 22890{
d97bc12b
DE
22891 dump_die_shallow (gdb_stderr, 0, die);
22892}
22893
22894static void
22895dump_die_1 (struct ui_file *f, int level, int max_level, struct die_info *die)
22896{
22897 int indent = level * 4;
22898
22899 gdb_assert (die != NULL);
22900
22901 if (level >= max_level)
22902 return;
22903
22904 dump_die_shallow (f, indent, die);
22905
22906 if (die->child != NULL)
c906108c 22907 {
d97bc12b
DE
22908 print_spaces (indent, f);
22909 fprintf_unfiltered (f, " Children:");
22910 if (level + 1 < max_level)
22911 {
22912 fprintf_unfiltered (f, "\n");
22913 dump_die_1 (f, level + 1, max_level, die->child);
22914 }
22915 else
22916 {
3e43a32a
MS
22917 fprintf_unfiltered (f,
22918 " [not printed, max nesting level reached]\n");
d97bc12b
DE
22919 }
22920 }
22921
22922 if (die->sibling != NULL && level > 0)
22923 {
22924 dump_die_1 (f, level, max_level, die->sibling);
c906108c
SS
22925 }
22926}
22927
d97bc12b
DE
22928/* This is called from the pdie macro in gdbinit.in.
22929 It's not static so gcc will keep a copy callable from gdb. */
22930
22931void
22932dump_die (struct die_info *die, int max_level)
22933{
22934 dump_die_1 (gdb_stdlog, 0, max_level, die);
22935}
22936
f9aca02d 22937static void
51545339 22938store_in_ref_table (struct die_info *die, struct dwarf2_cu *cu)
c906108c 22939{
51545339 22940 void **slot;
c906108c 22941
9c541725
PA
22942 slot = htab_find_slot_with_hash (cu->die_hash, die,
22943 to_underlying (die->sect_off),
b64f50a1 22944 INSERT);
51545339
DJ
22945
22946 *slot = die;
c906108c
SS
22947}
22948
b64f50a1
JK
22949/* Return DIE offset of ATTR. Return 0 with complaint if ATTR is not of the
22950 required kind. */
22951
22952static sect_offset
ff39bb5e 22953dwarf2_get_ref_die_offset (const struct attribute *attr)
93311388 22954{
7771576e 22955 if (attr_form_is_ref (attr))
9c541725 22956 return (sect_offset) DW_UNSND (attr);
93311388 22957
b98664d3 22958 complaint (_("unsupported die ref attribute form: '%s'"),
93311388 22959 dwarf_form_name (attr->form));
9c541725 22960 return {};
c906108c
SS
22961}
22962
43bbcdc2
PH
22963/* Return the constant value held by ATTR. Return DEFAULT_VALUE if
22964 * the value held by the attribute is not constant. */
a02abb62 22965
43bbcdc2 22966static LONGEST
ff39bb5e 22967dwarf2_get_attr_constant_value (const struct attribute *attr, int default_value)
a02abb62 22968{
663c44ac 22969 if (attr->form == DW_FORM_sdata || attr->form == DW_FORM_implicit_const)
a02abb62
JB
22970 return DW_SND (attr);
22971 else if (attr->form == DW_FORM_udata
22972 || attr->form == DW_FORM_data1
22973 || attr->form == DW_FORM_data2
22974 || attr->form == DW_FORM_data4
22975 || attr->form == DW_FORM_data8)
22976 return DW_UNSND (attr);
22977 else
22978 {
0224619f 22979 /* For DW_FORM_data16 see attr_form_is_constant. */
b98664d3 22980 complaint (_("Attribute value is not a constant (%s)"),
a02abb62
JB
22981 dwarf_form_name (attr->form));
22982 return default_value;
22983 }
22984}
22985
348e048f
DE
22986/* Follow reference or signature attribute ATTR of SRC_DIE.
22987 On entry *REF_CU is the CU of SRC_DIE.
22988 On exit *REF_CU is the CU of the result. */
22989
22990static struct die_info *
ff39bb5e 22991follow_die_ref_or_sig (struct die_info *src_die, const struct attribute *attr,
348e048f
DE
22992 struct dwarf2_cu **ref_cu)
22993{
22994 struct die_info *die;
22995
7771576e 22996 if (attr_form_is_ref (attr))
348e048f 22997 die = follow_die_ref (src_die, attr, ref_cu);
55f1336d 22998 else if (attr->form == DW_FORM_ref_sig8)
348e048f
DE
22999 die = follow_die_sig (src_die, attr, ref_cu);
23000 else
23001 {
23002 dump_die_for_error (src_die);
23003 error (_("Dwarf Error: Expected reference attribute [in module %s]"),
518817b3 23004 objfile_name ((*ref_cu)->per_cu->dwarf2_per_objfile->objfile));
348e048f
DE
23005 }
23006
23007 return die;
03dd20cc
DJ
23008}
23009
5c631832 23010/* Follow reference OFFSET.
673bfd45
DE
23011 On entry *REF_CU is the CU of the source die referencing OFFSET.
23012 On exit *REF_CU is the CU of the result.
23013 Returns NULL if OFFSET is invalid. */
f504f079 23014
f9aca02d 23015static struct die_info *
9c541725 23016follow_die_offset (sect_offset sect_off, int offset_in_dwz,
36586728 23017 struct dwarf2_cu **ref_cu)
c906108c 23018{
10b3939b 23019 struct die_info temp_die;
f2f0e013 23020 struct dwarf2_cu *target_cu, *cu = *ref_cu;
518817b3
SM
23021 struct dwarf2_per_objfile *dwarf2_per_objfile
23022 = cu->per_cu->dwarf2_per_objfile;
10b3939b 23023
348e048f
DE
23024 gdb_assert (cu->per_cu != NULL);
23025
98bfdba5
PA
23026 target_cu = cu;
23027
3019eac3 23028 if (cu->per_cu->is_debug_types)
348e048f
DE
23029 {
23030 /* .debug_types CUs cannot reference anything outside their CU.
23031 If they need to, they have to reference a signatured type via
55f1336d 23032 DW_FORM_ref_sig8. */
9c541725 23033 if (!offset_in_cu_p (&cu->header, sect_off))
5c631832 23034 return NULL;
348e048f 23035 }
36586728 23036 else if (offset_in_dwz != cu->per_cu->is_dwz
9c541725 23037 || !offset_in_cu_p (&cu->header, sect_off))
10b3939b
DJ
23038 {
23039 struct dwarf2_per_cu_data *per_cu;
9a619af0 23040
9c541725 23041 per_cu = dwarf2_find_containing_comp_unit (sect_off, offset_in_dwz,
ed2dc618 23042 dwarf2_per_objfile);
03dd20cc
DJ
23043
23044 /* If necessary, add it to the queue and load its DIEs. */
95554aad 23045 if (maybe_queue_comp_unit (cu, per_cu, cu->language))
58f0c718 23046 load_full_comp_unit (per_cu, false, cu->language);
03dd20cc 23047
10b3939b
DJ
23048 target_cu = per_cu->cu;
23049 }
98bfdba5
PA
23050 else if (cu->dies == NULL)
23051 {
23052 /* We're loading full DIEs during partial symbol reading. */
23053 gdb_assert (dwarf2_per_objfile->reading_partial_symbols);
58f0c718 23054 load_full_comp_unit (cu->per_cu, false, language_minimal);
98bfdba5 23055 }
c906108c 23056
f2f0e013 23057 *ref_cu = target_cu;
9c541725 23058 temp_die.sect_off = sect_off;
c24bdb02
KS
23059
23060 if (target_cu != cu)
23061 target_cu->ancestor = cu;
23062
9a3c8263 23063 return (struct die_info *) htab_find_with_hash (target_cu->die_hash,
9c541725
PA
23064 &temp_die,
23065 to_underlying (sect_off));
5c631832 23066}
10b3939b 23067
5c631832
JK
23068/* Follow reference attribute ATTR of SRC_DIE.
23069 On entry *REF_CU is the CU of SRC_DIE.
23070 On exit *REF_CU is the CU of the result. */
23071
23072static struct die_info *
ff39bb5e 23073follow_die_ref (struct die_info *src_die, const struct attribute *attr,
5c631832
JK
23074 struct dwarf2_cu **ref_cu)
23075{
9c541725 23076 sect_offset sect_off = dwarf2_get_ref_die_offset (attr);
5c631832
JK
23077 struct dwarf2_cu *cu = *ref_cu;
23078 struct die_info *die;
23079
9c541725 23080 die = follow_die_offset (sect_off,
36586728
TT
23081 (attr->form == DW_FORM_GNU_ref_alt
23082 || cu->per_cu->is_dwz),
23083 ref_cu);
5c631832 23084 if (!die)
9d8780f0
SM
23085 error (_("Dwarf Error: Cannot find DIE at %s referenced from DIE "
23086 "at %s [in module %s]"),
23087 sect_offset_str (sect_off), sect_offset_str (src_die->sect_off),
518817b3 23088 objfile_name (cu->per_cu->dwarf2_per_objfile->objfile));
348e048f 23089
5c631832
JK
23090 return die;
23091}
23092
9c541725 23093/* Return DWARF block referenced by DW_AT_location of DIE at SECT_OFF at PER_CU.
d83e736b 23094 Returned value is intended for DW_OP_call*. Returned
e3b94546
SM
23095 dwarf2_locexpr_baton->data has lifetime of
23096 PER_CU->DWARF2_PER_OBJFILE->OBJFILE. */
5c631832
JK
23097
23098struct dwarf2_locexpr_baton
9c541725 23099dwarf2_fetch_die_loc_sect_off (sect_offset sect_off,
8b9737bf
TT
23100 struct dwarf2_per_cu_data *per_cu,
23101 CORE_ADDR (*get_frame_pc) (void *baton),
e4a62c65 23102 void *baton, bool resolve_abstract_p)
5c631832 23103{
918dd910 23104 struct dwarf2_cu *cu;
5c631832
JK
23105 struct die_info *die;
23106 struct attribute *attr;
23107 struct dwarf2_locexpr_baton retval;
12359b5e
SM
23108 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
23109 struct objfile *objfile = dwarf2_per_objfile->objfile;
8cf6f0b1 23110
918dd910 23111 if (per_cu->cu == NULL)
58f0c718 23112 load_cu (per_cu, false);
918dd910 23113 cu = per_cu->cu;
cc12ce38
DE
23114 if (cu == NULL)
23115 {
23116 /* We shouldn't get here for a dummy CU, but don't crash on the user.
23117 Instead just throw an error, not much else we can do. */
9d8780f0
SM
23118 error (_("Dwarf Error: Dummy CU at %s referenced in module %s"),
23119 sect_offset_str (sect_off), objfile_name (objfile));
cc12ce38 23120 }
918dd910 23121
9c541725 23122 die = follow_die_offset (sect_off, per_cu->is_dwz, &cu);
5c631832 23123 if (!die)
9d8780f0
SM
23124 error (_("Dwarf Error: Cannot find DIE at %s referenced in module %s"),
23125 sect_offset_str (sect_off), objfile_name (objfile));
5c631832
JK
23126
23127 attr = dwarf2_attr (die, DW_AT_location, cu);
e4a62c65
TV
23128 if (!attr && resolve_abstract_p
23129 && (dwarf2_per_objfile->abstract_to_concrete.find (die)
23130 != dwarf2_per_objfile->abstract_to_concrete.end ()))
23131 {
23132 CORE_ADDR pc = (*get_frame_pc) (baton);
23133
23134 for (const auto &cand : dwarf2_per_objfile->abstract_to_concrete[die])
23135 {
23136 if (!cand->parent
23137 || cand->parent->tag != DW_TAG_subprogram)
23138 continue;
23139
23140 CORE_ADDR pc_low, pc_high;
23141 get_scope_pc_bounds (cand->parent, &pc_low, &pc_high, cu);
23142 if (pc_low == ((CORE_ADDR) -1)
23143 || !(pc_low <= pc && pc < pc_high))
23144 continue;
23145
23146 die = cand;
23147 attr = dwarf2_attr (die, DW_AT_location, cu);
23148 break;
23149 }
23150 }
23151
5c631832
JK
23152 if (!attr)
23153 {
e103e986
JK
23154 /* DWARF: "If there is no such attribute, then there is no effect.".
23155 DATA is ignored if SIZE is 0. */
5c631832 23156
e103e986 23157 retval.data = NULL;
5c631832
JK
23158 retval.size = 0;
23159 }
8cf6f0b1
TT
23160 else if (attr_form_is_section_offset (attr))
23161 {
23162 struct dwarf2_loclist_baton loclist_baton;
23163 CORE_ADDR pc = (*get_frame_pc) (baton);
23164 size_t size;
23165
23166 fill_in_loclist_baton (cu, &loclist_baton, attr);
23167
23168 retval.data = dwarf2_find_location_expression (&loclist_baton,
23169 &size, pc);
23170 retval.size = size;
23171 }
5c631832
JK
23172 else
23173 {
23174 if (!attr_form_is_block (attr))
9d8780f0 23175 error (_("Dwarf Error: DIE at %s referenced in module %s "
5c631832 23176 "is neither DW_FORM_block* nor DW_FORM_exprloc"),
9d8780f0 23177 sect_offset_str (sect_off), objfile_name (objfile));
5c631832
JK
23178
23179 retval.data = DW_BLOCK (attr)->data;
23180 retval.size = DW_BLOCK (attr)->size;
23181 }
23182 retval.per_cu = cu->per_cu;
918dd910 23183
ed2dc618 23184 age_cached_comp_units (dwarf2_per_objfile);
918dd910 23185
5c631832 23186 return retval;
348e048f
DE
23187}
23188
8b9737bf
TT
23189/* Like dwarf2_fetch_die_loc_sect_off, but take a CU
23190 offset. */
23191
23192struct dwarf2_locexpr_baton
23193dwarf2_fetch_die_loc_cu_off (cu_offset offset_in_cu,
23194 struct dwarf2_per_cu_data *per_cu,
23195 CORE_ADDR (*get_frame_pc) (void *baton),
23196 void *baton)
23197{
9c541725 23198 sect_offset sect_off = per_cu->sect_off + to_underlying (offset_in_cu);
8b9737bf 23199
9c541725 23200 return dwarf2_fetch_die_loc_sect_off (sect_off, per_cu, get_frame_pc, baton);
8b9737bf
TT
23201}
23202
b6807d98
TT
23203/* Write a constant of a given type as target-ordered bytes into
23204 OBSTACK. */
23205
23206static const gdb_byte *
23207write_constant_as_bytes (struct obstack *obstack,
23208 enum bfd_endian byte_order,
23209 struct type *type,
23210 ULONGEST value,
23211 LONGEST *len)
23212{
23213 gdb_byte *result;
23214
23215 *len = TYPE_LENGTH (type);
224c3ddb 23216 result = (gdb_byte *) obstack_alloc (obstack, *len);
b6807d98
TT
23217 store_unsigned_integer (result, *len, byte_order, value);
23218
23219 return result;
23220}
23221
23222/* If the DIE at OFFSET in PER_CU has a DW_AT_const_value, return a
23223 pointer to the constant bytes and set LEN to the length of the
23224 data. If memory is needed, allocate it on OBSTACK. If the DIE
23225 does not have a DW_AT_const_value, return NULL. */
23226
23227const gdb_byte *
9c541725 23228dwarf2_fetch_constant_bytes (sect_offset sect_off,
b6807d98
TT
23229 struct dwarf2_per_cu_data *per_cu,
23230 struct obstack *obstack,
23231 LONGEST *len)
23232{
23233 struct dwarf2_cu *cu;
23234 struct die_info *die;
23235 struct attribute *attr;
23236 const gdb_byte *result = NULL;
23237 struct type *type;
23238 LONGEST value;
23239 enum bfd_endian byte_order;
e3b94546 23240 struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
b6807d98 23241
b6807d98 23242 if (per_cu->cu == NULL)
58f0c718 23243 load_cu (per_cu, false);
b6807d98 23244 cu = per_cu->cu;
cc12ce38
DE
23245 if (cu == NULL)
23246 {
23247 /* We shouldn't get here for a dummy CU, but don't crash on the user.
23248 Instead just throw an error, not much else we can do. */
9d8780f0
SM
23249 error (_("Dwarf Error: Dummy CU at %s referenced in module %s"),
23250 sect_offset_str (sect_off), objfile_name (objfile));
cc12ce38 23251 }
b6807d98 23252
9c541725 23253 die = follow_die_offset (sect_off, per_cu->is_dwz, &cu);
b6807d98 23254 if (!die)
9d8780f0
SM
23255 error (_("Dwarf Error: Cannot find DIE at %s referenced in module %s"),
23256 sect_offset_str (sect_off), objfile_name (objfile));
b6807d98
TT
23257
23258 attr = dwarf2_attr (die, DW_AT_const_value, cu);
23259 if (attr == NULL)
23260 return NULL;
23261
e3b94546 23262 byte_order = (bfd_big_endian (objfile->obfd)
b6807d98
TT
23263 ? BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE);
23264
23265 switch (attr->form)
23266 {
23267 case DW_FORM_addr:
23268 case DW_FORM_GNU_addr_index:
23269 {
23270 gdb_byte *tem;
23271
23272 *len = cu->header.addr_size;
224c3ddb 23273 tem = (gdb_byte *) obstack_alloc (obstack, *len);
b6807d98
TT
23274 store_unsigned_integer (tem, *len, byte_order, DW_ADDR (attr));
23275 result = tem;
23276 }
23277 break;
23278 case DW_FORM_string:
23279 case DW_FORM_strp:
23280 case DW_FORM_GNU_str_index:
23281 case DW_FORM_GNU_strp_alt:
23282 /* DW_STRING is already allocated on the objfile obstack, point
23283 directly to it. */
23284 result = (const gdb_byte *) DW_STRING (attr);
23285 *len = strlen (DW_STRING (attr));
23286 break;
23287 case DW_FORM_block1:
23288 case DW_FORM_block2:
23289 case DW_FORM_block4:
23290 case DW_FORM_block:
23291 case DW_FORM_exprloc:
0224619f 23292 case DW_FORM_data16:
b6807d98
TT
23293 result = DW_BLOCK (attr)->data;
23294 *len = DW_BLOCK (attr)->size;
23295 break;
23296
23297 /* The DW_AT_const_value attributes are supposed to carry the
23298 symbol's value "represented as it would be on the target
23299 architecture." By the time we get here, it's already been
23300 converted to host endianness, so we just need to sign- or
23301 zero-extend it as appropriate. */
23302 case DW_FORM_data1:
23303 type = die_type (die, cu);
23304 result = dwarf2_const_value_data (attr, obstack, cu, &value, 8);
23305 if (result == NULL)
23306 result = write_constant_as_bytes (obstack, byte_order,
23307 type, value, len);
23308 break;
23309 case DW_FORM_data2:
23310 type = die_type (die, cu);
23311 result = dwarf2_const_value_data (attr, obstack, cu, &value, 16);
23312 if (result == NULL)
23313 result = write_constant_as_bytes (obstack, byte_order,
23314 type, value, len);
23315 break;
23316 case DW_FORM_data4:
23317 type = die_type (die, cu);
23318 result = dwarf2_const_value_data (attr, obstack, cu, &value, 32);
23319 if (result == NULL)
23320 result = write_constant_as_bytes (obstack, byte_order,
23321 type, value, len);
23322 break;
23323 case DW_FORM_data8:
23324 type = die_type (die, cu);
23325 result = dwarf2_const_value_data (attr, obstack, cu, &value, 64);
23326 if (result == NULL)
23327 result = write_constant_as_bytes (obstack, byte_order,
23328 type, value, len);
23329 break;
23330
23331 case DW_FORM_sdata:
663c44ac 23332 case DW_FORM_implicit_const:
b6807d98
TT
23333 type = die_type (die, cu);
23334 result = write_constant_as_bytes (obstack, byte_order,
23335 type, DW_SND (attr), len);
23336 break;
23337
23338 case DW_FORM_udata:
23339 type = die_type (die, cu);
23340 result = write_constant_as_bytes (obstack, byte_order,
23341 type, DW_UNSND (attr), len);
23342 break;
23343
23344 default:
b98664d3 23345 complaint (_("unsupported const value attribute form: '%s'"),
b6807d98
TT
23346 dwarf_form_name (attr->form));
23347 break;
23348 }
23349
23350 return result;
23351}
23352
7942e96e
AA
23353/* Return the type of the die at OFFSET in PER_CU. Return NULL if no
23354 valid type for this die is found. */
23355
23356struct type *
9c541725 23357dwarf2_fetch_die_type_sect_off (sect_offset sect_off,
7942e96e
AA
23358 struct dwarf2_per_cu_data *per_cu)
23359{
23360 struct dwarf2_cu *cu;
23361 struct die_info *die;
23362
7942e96e 23363 if (per_cu->cu == NULL)
58f0c718 23364 load_cu (per_cu, false);
7942e96e
AA
23365 cu = per_cu->cu;
23366 if (!cu)
23367 return NULL;
23368
9c541725 23369 die = follow_die_offset (sect_off, per_cu->is_dwz, &cu);
7942e96e
AA
23370 if (!die)
23371 return NULL;
23372
23373 return die_type (die, cu);
23374}
23375
8a9b8146
TT
23376/* Return the type of the DIE at DIE_OFFSET in the CU named by
23377 PER_CU. */
23378
23379struct type *
b64f50a1 23380dwarf2_get_die_type (cu_offset die_offset,
8a9b8146
TT
23381 struct dwarf2_per_cu_data *per_cu)
23382{
9c541725 23383 sect_offset die_offset_sect = per_cu->sect_off + to_underlying (die_offset);
b64f50a1 23384 return get_die_type_at_offset (die_offset_sect, per_cu);
8a9b8146
TT
23385}
23386
ac9ec31b 23387/* Follow type unit SIG_TYPE referenced by SRC_DIE.
348e048f 23388 On entry *REF_CU is the CU of SRC_DIE.
ac9ec31b
DE
23389 On exit *REF_CU is the CU of the result.
23390 Returns NULL if the referenced DIE isn't found. */
348e048f
DE
23391
23392static struct die_info *
ac9ec31b
DE
23393follow_die_sig_1 (struct die_info *src_die, struct signatured_type *sig_type,
23394 struct dwarf2_cu **ref_cu)
348e048f 23395{
348e048f 23396 struct die_info temp_die;
c24bdb02 23397 struct dwarf2_cu *sig_cu, *cu = *ref_cu;
348e048f
DE
23398 struct die_info *die;
23399
ac9ec31b
DE
23400 /* While it might be nice to assert sig_type->type == NULL here,
23401 we can get here for DW_AT_imported_declaration where we need
23402 the DIE not the type. */
348e048f
DE
23403
23404 /* If necessary, add it to the queue and load its DIEs. */
23405
95554aad 23406 if (maybe_queue_comp_unit (*ref_cu, &sig_type->per_cu, language_minimal))
a0f42c21 23407 read_signatured_type (sig_type);
348e048f 23408
348e048f 23409 sig_cu = sig_type->per_cu.cu;
69d751e3 23410 gdb_assert (sig_cu != NULL);
9c541725
PA
23411 gdb_assert (to_underlying (sig_type->type_offset_in_section) != 0);
23412 temp_die.sect_off = sig_type->type_offset_in_section;
9a3c8263 23413 die = (struct die_info *) htab_find_with_hash (sig_cu->die_hash, &temp_die,
9c541725 23414 to_underlying (temp_die.sect_off));
348e048f
DE
23415 if (die)
23416 {
ed2dc618 23417 struct dwarf2_per_objfile *dwarf2_per_objfile
518817b3 23418 = (*ref_cu)->per_cu->dwarf2_per_objfile;
ed2dc618 23419
796a7ff8
DE
23420 /* For .gdb_index version 7 keep track of included TUs.
23421 http://sourceware.org/bugzilla/show_bug.cgi?id=15021. */
23422 if (dwarf2_per_objfile->index_table != NULL
23423 && dwarf2_per_objfile->index_table->version <= 7)
23424 {
23425 VEC_safe_push (dwarf2_per_cu_ptr,
23426 (*ref_cu)->per_cu->imported_symtabs,
23427 sig_cu->per_cu);
23428 }
23429
348e048f 23430 *ref_cu = sig_cu;
c24bdb02
KS
23431 if (sig_cu != cu)
23432 sig_cu->ancestor = cu;
23433
348e048f
DE
23434 return die;
23435 }
23436
ac9ec31b
DE
23437 return NULL;
23438}
23439
23440/* Follow signatured type referenced by ATTR in SRC_DIE.
23441 On entry *REF_CU is the CU of SRC_DIE.
23442 On exit *REF_CU is the CU of the result.
23443 The result is the DIE of the type.
23444 If the referenced type cannot be found an error is thrown. */
23445
23446static struct die_info *
ff39bb5e 23447follow_die_sig (struct die_info *src_die, const struct attribute *attr,
ac9ec31b
DE
23448 struct dwarf2_cu **ref_cu)
23449{
23450 ULONGEST signature = DW_SIGNATURE (attr);
23451 struct signatured_type *sig_type;
23452 struct die_info *die;
23453
23454 gdb_assert (attr->form == DW_FORM_ref_sig8);
23455
a2ce51a0 23456 sig_type = lookup_signatured_type (*ref_cu, signature);
ac9ec31b
DE
23457 /* sig_type will be NULL if the signatured type is missing from
23458 the debug info. */
23459 if (sig_type == NULL)
23460 {
23461 error (_("Dwarf Error: Cannot find signatured DIE %s referenced"
9d8780f0
SM
23462 " from DIE at %s [in module %s]"),
23463 hex_string (signature), sect_offset_str (src_die->sect_off),
518817b3 23464 objfile_name ((*ref_cu)->per_cu->dwarf2_per_objfile->objfile));
ac9ec31b
DE
23465 }
23466
23467 die = follow_die_sig_1 (src_die, sig_type, ref_cu);
23468 if (die == NULL)
23469 {
23470 dump_die_for_error (src_die);
23471 error (_("Dwarf Error: Problem reading signatured DIE %s referenced"
9d8780f0
SM
23472 " from DIE at %s [in module %s]"),
23473 hex_string (signature), sect_offset_str (src_die->sect_off),
518817b3 23474 objfile_name ((*ref_cu)->per_cu->dwarf2_per_objfile->objfile));
ac9ec31b
DE
23475 }
23476
23477 return die;
23478}
23479
23480/* Get the type specified by SIGNATURE referenced in DIE/CU,
23481 reading in and processing the type unit if necessary. */
23482
23483static struct type *
23484get_signatured_type (struct die_info *die, ULONGEST signature,
23485 struct dwarf2_cu *cu)
23486{
518817b3
SM
23487 struct dwarf2_per_objfile *dwarf2_per_objfile
23488 = cu->per_cu->dwarf2_per_objfile;
ac9ec31b
DE
23489 struct signatured_type *sig_type;
23490 struct dwarf2_cu *type_cu;
23491 struct die_info *type_die;
23492 struct type *type;
23493
a2ce51a0 23494 sig_type = lookup_signatured_type (cu, signature);
ac9ec31b
DE
23495 /* sig_type will be NULL if the signatured type is missing from
23496 the debug info. */
23497 if (sig_type == NULL)
23498 {
b98664d3 23499 complaint (_("Dwarf Error: Cannot find signatured DIE %s referenced"
9d8780f0
SM
23500 " from DIE at %s [in module %s]"),
23501 hex_string (signature), sect_offset_str (die->sect_off),
4262abfb 23502 objfile_name (dwarf2_per_objfile->objfile));
ac9ec31b
DE
23503 return build_error_marker_type (cu, die);
23504 }
23505
23506 /* If we already know the type we're done. */
23507 if (sig_type->type != NULL)
23508 return sig_type->type;
23509
23510 type_cu = cu;
23511 type_die = follow_die_sig_1 (die, sig_type, &type_cu);
23512 if (type_die != NULL)
23513 {
23514 /* N.B. We need to call get_die_type to ensure only one type for this DIE
23515 is created. This is important, for example, because for c++ classes
23516 we need TYPE_NAME set which is only done by new_symbol. Blech. */
23517 type = read_type_die (type_die, type_cu);
23518 if (type == NULL)
23519 {
b98664d3 23520 complaint (_("Dwarf Error: Cannot build signatured type %s"
9d8780f0
SM
23521 " referenced from DIE at %s [in module %s]"),
23522 hex_string (signature), sect_offset_str (die->sect_off),
4262abfb 23523 objfile_name (dwarf2_per_objfile->objfile));
ac9ec31b
DE
23524 type = build_error_marker_type (cu, die);
23525 }
23526 }
23527 else
23528 {
b98664d3 23529 complaint (_("Dwarf Error: Problem reading signatured DIE %s referenced"
9d8780f0
SM
23530 " from DIE at %s [in module %s]"),
23531 hex_string (signature), sect_offset_str (die->sect_off),
4262abfb 23532 objfile_name (dwarf2_per_objfile->objfile));
ac9ec31b
DE
23533 type = build_error_marker_type (cu, die);
23534 }
23535 sig_type->type = type;
23536
23537 return type;
23538}
23539
23540/* Get the type specified by the DW_AT_signature ATTR in DIE/CU,
23541 reading in and processing the type unit if necessary. */
23542
23543static struct type *
ff39bb5e 23544get_DW_AT_signature_type (struct die_info *die, const struct attribute *attr,
b385a60d 23545 struct dwarf2_cu *cu) /* ARI: editCase function */
ac9ec31b
DE
23546{
23547 /* Yes, DW_AT_signature can use a non-ref_sig8 reference. */
7771576e 23548 if (attr_form_is_ref (attr))
ac9ec31b
DE
23549 {
23550 struct dwarf2_cu *type_cu = cu;
23551 struct die_info *type_die = follow_die_ref (die, attr, &type_cu);
23552
23553 return read_type_die (type_die, type_cu);
23554 }
23555 else if (attr->form == DW_FORM_ref_sig8)
23556 {
23557 return get_signatured_type (die, DW_SIGNATURE (attr), cu);
23558 }
23559 else
23560 {
518817b3
SM
23561 struct dwarf2_per_objfile *dwarf2_per_objfile
23562 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 23563
b98664d3 23564 complaint (_("Dwarf Error: DW_AT_signature has bad form %s in DIE"
9d8780f0
SM
23565 " at %s [in module %s]"),
23566 dwarf_form_name (attr->form), sect_offset_str (die->sect_off),
4262abfb 23567 objfile_name (dwarf2_per_objfile->objfile));
ac9ec31b
DE
23568 return build_error_marker_type (cu, die);
23569 }
348e048f
DE
23570}
23571
e5fe5e75 23572/* Load the DIEs associated with type unit PER_CU into memory. */
348e048f
DE
23573
23574static void
e5fe5e75 23575load_full_type_unit (struct dwarf2_per_cu_data *per_cu)
348e048f 23576{
52dc124a 23577 struct signatured_type *sig_type;
348e048f 23578
f4dc4d17
DE
23579 /* Caller is responsible for ensuring type_unit_groups don't get here. */
23580 gdb_assert (! IS_TYPE_UNIT_GROUP (per_cu));
23581
6721b2ec
DE
23582 /* We have the per_cu, but we need the signatured_type.
23583 Fortunately this is an easy translation. */
23584 gdb_assert (per_cu->is_debug_types);
23585 sig_type = (struct signatured_type *) per_cu;
348e048f 23586
6721b2ec 23587 gdb_assert (per_cu->cu == NULL);
348e048f 23588
52dc124a 23589 read_signatured_type (sig_type);
348e048f 23590
6721b2ec 23591 gdb_assert (per_cu->cu != NULL);
348e048f
DE
23592}
23593
dee91e82
DE
23594/* die_reader_func for read_signatured_type.
23595 This is identical to load_full_comp_unit_reader,
23596 but is kept separate for now. */
348e048f
DE
23597
23598static void
dee91e82 23599read_signatured_type_reader (const struct die_reader_specs *reader,
d521ce57 23600 const gdb_byte *info_ptr,
dee91e82
DE
23601 struct die_info *comp_unit_die,
23602 int has_children,
23603 void *data)
348e048f 23604{
dee91e82 23605 struct dwarf2_cu *cu = reader->cu;
348e048f 23606
dee91e82
DE
23607 gdb_assert (cu->die_hash == NULL);
23608 cu->die_hash =
23609 htab_create_alloc_ex (cu->header.length / 12,
23610 die_hash,
23611 die_eq,
23612 NULL,
23613 &cu->comp_unit_obstack,
23614 hashtab_obstack_allocate,
23615 dummy_obstack_deallocate);
348e048f 23616
dee91e82
DE
23617 if (has_children)
23618 comp_unit_die->child = read_die_and_siblings (reader, info_ptr,
23619 &info_ptr, comp_unit_die);
23620 cu->dies = comp_unit_die;
23621 /* comp_unit_die is not stored in die_hash, no need. */
348e048f
DE
23622
23623 /* We try not to read any attributes in this function, because not
9cdd5dbd 23624 all CUs needed for references have been loaded yet, and symbol
348e048f 23625 table processing isn't initialized. But we have to set the CU language,
dee91e82
DE
23626 or we won't be able to build types correctly.
23627 Similarly, if we do not read the producer, we can not apply
23628 producer-specific interpretation. */
95554aad 23629 prepare_one_comp_unit (cu, cu->dies, language_minimal);
dee91e82 23630}
348e048f 23631
3019eac3
DE
23632/* Read in a signatured type and build its CU and DIEs.
23633 If the type is a stub for the real type in a DWO file,
23634 read in the real type from the DWO file as well. */
dee91e82
DE
23635
23636static void
23637read_signatured_type (struct signatured_type *sig_type)
23638{
23639 struct dwarf2_per_cu_data *per_cu = &sig_type->per_cu;
348e048f 23640
3019eac3 23641 gdb_assert (per_cu->is_debug_types);
dee91e82 23642 gdb_assert (per_cu->cu == NULL);
348e048f 23643
58f0c718 23644 init_cutu_and_read_dies (per_cu, NULL, 0, 1, false,
f4dc4d17 23645 read_signatured_type_reader, NULL);
7ee85ab1 23646 sig_type->per_cu.tu_read = 1;
c906108c
SS
23647}
23648
c906108c
SS
23649/* Decode simple location descriptions.
23650 Given a pointer to a dwarf block that defines a location, compute
23651 the location and return the value.
23652
4cecd739
DJ
23653 NOTE drow/2003-11-18: This function is called in two situations
23654 now: for the address of static or global variables (partial symbols
23655 only) and for offsets into structures which are expected to be
23656 (more or less) constant. The partial symbol case should go away,
23657 and only the constant case should remain. That will let this
23658 function complain more accurately. A few special modes are allowed
23659 without complaint for global variables (for instance, global
23660 register values and thread-local values).
c906108c
SS
23661
23662 A location description containing no operations indicates that the
4cecd739 23663 object is optimized out. The return value is 0 for that case.
6b992462
DJ
23664 FIXME drow/2003-11-16: No callers check for this case any more; soon all
23665 callers will only want a very basic result and this can become a
21ae7a4d
JK
23666 complaint.
23667
23668 Note that stack[0] is unused except as a default error return. */
c906108c
SS
23669
23670static CORE_ADDR
e7c27a73 23671decode_locdesc (struct dwarf_block *blk, struct dwarf2_cu *cu)
c906108c 23672{
518817b3 23673 struct objfile *objfile = cu->per_cu->dwarf2_per_objfile->objfile;
56eb65bd
SP
23674 size_t i;
23675 size_t size = blk->size;
d521ce57 23676 const gdb_byte *data = blk->data;
21ae7a4d
JK
23677 CORE_ADDR stack[64];
23678 int stacki;
23679 unsigned int bytes_read, unsnd;
23680 gdb_byte op;
c906108c 23681
21ae7a4d
JK
23682 i = 0;
23683 stacki = 0;
23684 stack[stacki] = 0;
23685 stack[++stacki] = 0;
23686
23687 while (i < size)
23688 {
23689 op = data[i++];
23690 switch (op)
23691 {
23692 case DW_OP_lit0:
23693 case DW_OP_lit1:
23694 case DW_OP_lit2:
23695 case DW_OP_lit3:
23696 case DW_OP_lit4:
23697 case DW_OP_lit5:
23698 case DW_OP_lit6:
23699 case DW_OP_lit7:
23700 case DW_OP_lit8:
23701 case DW_OP_lit9:
23702 case DW_OP_lit10:
23703 case DW_OP_lit11:
23704 case DW_OP_lit12:
23705 case DW_OP_lit13:
23706 case DW_OP_lit14:
23707 case DW_OP_lit15:
23708 case DW_OP_lit16:
23709 case DW_OP_lit17:
23710 case DW_OP_lit18:
23711 case DW_OP_lit19:
23712 case DW_OP_lit20:
23713 case DW_OP_lit21:
23714 case DW_OP_lit22:
23715 case DW_OP_lit23:
23716 case DW_OP_lit24:
23717 case DW_OP_lit25:
23718 case DW_OP_lit26:
23719 case DW_OP_lit27:
23720 case DW_OP_lit28:
23721 case DW_OP_lit29:
23722 case DW_OP_lit30:
23723 case DW_OP_lit31:
23724 stack[++stacki] = op - DW_OP_lit0;
23725 break;
f1bea926 23726
21ae7a4d
JK
23727 case DW_OP_reg0:
23728 case DW_OP_reg1:
23729 case DW_OP_reg2:
23730 case DW_OP_reg3:
23731 case DW_OP_reg4:
23732 case DW_OP_reg5:
23733 case DW_OP_reg6:
23734 case DW_OP_reg7:
23735 case DW_OP_reg8:
23736 case DW_OP_reg9:
23737 case DW_OP_reg10:
23738 case DW_OP_reg11:
23739 case DW_OP_reg12:
23740 case DW_OP_reg13:
23741 case DW_OP_reg14:
23742 case DW_OP_reg15:
23743 case DW_OP_reg16:
23744 case DW_OP_reg17:
23745 case DW_OP_reg18:
23746 case DW_OP_reg19:
23747 case DW_OP_reg20:
23748 case DW_OP_reg21:
23749 case DW_OP_reg22:
23750 case DW_OP_reg23:
23751 case DW_OP_reg24:
23752 case DW_OP_reg25:
23753 case DW_OP_reg26:
23754 case DW_OP_reg27:
23755 case DW_OP_reg28:
23756 case DW_OP_reg29:
23757 case DW_OP_reg30:
23758 case DW_OP_reg31:
23759 stack[++stacki] = op - DW_OP_reg0;
23760 if (i < size)
23761 dwarf2_complex_location_expr_complaint ();
23762 break;
c906108c 23763
21ae7a4d
JK
23764 case DW_OP_regx:
23765 unsnd = read_unsigned_leb128 (NULL, (data + i), &bytes_read);
23766 i += bytes_read;
23767 stack[++stacki] = unsnd;
23768 if (i < size)
23769 dwarf2_complex_location_expr_complaint ();
23770 break;
c906108c 23771
21ae7a4d
JK
23772 case DW_OP_addr:
23773 stack[++stacki] = read_address (objfile->obfd, &data[i],
23774 cu, &bytes_read);
23775 i += bytes_read;
23776 break;
d53d4ac5 23777
21ae7a4d
JK
23778 case DW_OP_const1u:
23779 stack[++stacki] = read_1_byte (objfile->obfd, &data[i]);
23780 i += 1;
23781 break;
23782
23783 case DW_OP_const1s:
23784 stack[++stacki] = read_1_signed_byte (objfile->obfd, &data[i]);
23785 i += 1;
23786 break;
23787
23788 case DW_OP_const2u:
23789 stack[++stacki] = read_2_bytes (objfile->obfd, &data[i]);
23790 i += 2;
23791 break;
23792
23793 case DW_OP_const2s:
23794 stack[++stacki] = read_2_signed_bytes (objfile->obfd, &data[i]);
23795 i += 2;
23796 break;
d53d4ac5 23797
21ae7a4d
JK
23798 case DW_OP_const4u:
23799 stack[++stacki] = read_4_bytes (objfile->obfd, &data[i]);
23800 i += 4;
23801 break;
23802
23803 case DW_OP_const4s:
23804 stack[++stacki] = read_4_signed_bytes (objfile->obfd, &data[i]);
23805 i += 4;
23806 break;
23807
585861ea
JK
23808 case DW_OP_const8u:
23809 stack[++stacki] = read_8_bytes (objfile->obfd, &data[i]);
23810 i += 8;
23811 break;
23812
21ae7a4d
JK
23813 case DW_OP_constu:
23814 stack[++stacki] = read_unsigned_leb128 (NULL, (data + i),
23815 &bytes_read);
23816 i += bytes_read;
23817 break;
23818
23819 case DW_OP_consts:
23820 stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);
23821 i += bytes_read;
23822 break;
23823
23824 case DW_OP_dup:
23825 stack[stacki + 1] = stack[stacki];
23826 stacki++;
23827 break;
23828
23829 case DW_OP_plus:
23830 stack[stacki - 1] += stack[stacki];
23831 stacki--;
23832 break;
23833
23834 case DW_OP_plus_uconst:
23835 stack[stacki] += read_unsigned_leb128 (NULL, (data + i),
23836 &bytes_read);
23837 i += bytes_read;
23838 break;
23839
23840 case DW_OP_minus:
23841 stack[stacki - 1] -= stack[stacki];
23842 stacki--;
23843 break;
23844
23845 case DW_OP_deref:
23846 /* If we're not the last op, then we definitely can't encode
23847 this using GDB's address_class enum. This is valid for partial
23848 global symbols, although the variable's address will be bogus
23849 in the psymtab. */
23850 if (i < size)
23851 dwarf2_complex_location_expr_complaint ();
23852 break;
23853
23854 case DW_OP_GNU_push_tls_address:
4aa4e28b 23855 case DW_OP_form_tls_address:
21ae7a4d
JK
23856 /* The top of the stack has the offset from the beginning
23857 of the thread control block at which the variable is located. */
23858 /* Nothing should follow this operator, so the top of stack would
23859 be returned. */
23860 /* This is valid for partial global symbols, but the variable's
585861ea
JK
23861 address will be bogus in the psymtab. Make it always at least
23862 non-zero to not look as a variable garbage collected by linker
23863 which have DW_OP_addr 0. */
21ae7a4d
JK
23864 if (i < size)
23865 dwarf2_complex_location_expr_complaint ();
585861ea 23866 stack[stacki]++;
21ae7a4d
JK
23867 break;
23868
23869 case DW_OP_GNU_uninit:
23870 break;
23871
3019eac3 23872 case DW_OP_GNU_addr_index:
49f6c839 23873 case DW_OP_GNU_const_index:
3019eac3
DE
23874 stack[++stacki] = read_addr_index_from_leb128 (cu, &data[i],
23875 &bytes_read);
23876 i += bytes_read;
23877 break;
23878
21ae7a4d
JK
23879 default:
23880 {
f39c6ffd 23881 const char *name = get_DW_OP_name (op);
21ae7a4d
JK
23882
23883 if (name)
b98664d3 23884 complaint (_("unsupported stack op: '%s'"),
21ae7a4d
JK
23885 name);
23886 else
b98664d3 23887 complaint (_("unsupported stack op: '%02x'"),
21ae7a4d
JK
23888 op);
23889 }
23890
23891 return (stack[stacki]);
d53d4ac5 23892 }
3c6e0cb3 23893
21ae7a4d
JK
23894 /* Enforce maximum stack depth of SIZE-1 to avoid writing
23895 outside of the allocated space. Also enforce minimum>0. */
23896 if (stacki >= ARRAY_SIZE (stack) - 1)
23897 {
b98664d3 23898 complaint (_("location description stack overflow"));
21ae7a4d
JK
23899 return 0;
23900 }
23901
23902 if (stacki <= 0)
23903 {
b98664d3 23904 complaint (_("location description stack underflow"));
21ae7a4d
JK
23905 return 0;
23906 }
23907 }
23908 return (stack[stacki]);
c906108c
SS
23909}
23910
23911/* memory allocation interface */
23912
c906108c 23913static struct dwarf_block *
7b5a2f43 23914dwarf_alloc_block (struct dwarf2_cu *cu)
c906108c 23915{
8d749320 23916 return XOBNEW (&cu->comp_unit_obstack, struct dwarf_block);
c906108c
SS
23917}
23918
c906108c 23919static struct die_info *
b60c80d6 23920dwarf_alloc_die (struct dwarf2_cu *cu, int num_attrs)
c906108c
SS
23921{
23922 struct die_info *die;
b60c80d6
DJ
23923 size_t size = sizeof (struct die_info);
23924
23925 if (num_attrs > 1)
23926 size += (num_attrs - 1) * sizeof (struct attribute);
c906108c 23927
b60c80d6 23928 die = (struct die_info *) obstack_alloc (&cu->comp_unit_obstack, size);
c906108c
SS
23929 memset (die, 0, sizeof (struct die_info));
23930 return (die);
23931}
2e276125
JB
23932
23933\f
23934/* Macro support. */
23935
233d95b5
JK
23936/* Return file name relative to the compilation directory of file number I in
23937 *LH's file name table. The result is allocated using xmalloc; the caller is
2e276125 23938 responsible for freeing it. */
233d95b5 23939
2e276125 23940static char *
233d95b5 23941file_file_name (int file, struct line_header *lh)
2e276125 23942{
6a83a1e6
EZ
23943 /* Is the file number a valid index into the line header's file name
23944 table? Remember that file numbers start with one, not zero. */
fff8551c 23945 if (1 <= file && file <= lh->file_names.size ())
6a83a1e6 23946 {
8c43009f 23947 const file_entry &fe = lh->file_names[file - 1];
6e70227d 23948
8c43009f
PA
23949 if (!IS_ABSOLUTE_PATH (fe.name))
23950 {
23951 const char *dir = fe.include_dir (lh);
23952 if (dir != NULL)
23953 return concat (dir, SLASH_STRING, fe.name, (char *) NULL);
23954 }
23955 return xstrdup (fe.name);
6a83a1e6 23956 }
2e276125
JB
23957 else
23958 {
6a83a1e6
EZ
23959 /* The compiler produced a bogus file number. We can at least
23960 record the macro definitions made in the file, even if we
23961 won't be able to find the file by name. */
23962 char fake_name[80];
9a619af0 23963
8c042590
PM
23964 xsnprintf (fake_name, sizeof (fake_name),
23965 "<bad macro file number %d>", file);
2e276125 23966
b98664d3 23967 complaint (_("bad file number in macro information (%d)"),
6a83a1e6 23968 file);
2e276125 23969
6a83a1e6 23970 return xstrdup (fake_name);
2e276125
JB
23971 }
23972}
23973
233d95b5
JK
23974/* Return the full name of file number I in *LH's file name table.
23975 Use COMP_DIR as the name of the current directory of the
23976 compilation. The result is allocated using xmalloc; the caller is
23977 responsible for freeing it. */
23978static char *
23979file_full_name (int file, struct line_header *lh, const char *comp_dir)
23980{
23981 /* Is the file number a valid index into the line header's file name
23982 table? Remember that file numbers start with one, not zero. */
fff8551c 23983 if (1 <= file && file <= lh->file_names.size ())
233d95b5
JK
23984 {
23985 char *relative = file_file_name (file, lh);
23986
23987 if (IS_ABSOLUTE_PATH (relative) || comp_dir == NULL)
23988 return relative;
b36cec19
PA
23989 return reconcat (relative, comp_dir, SLASH_STRING,
23990 relative, (char *) NULL);
233d95b5
JK
23991 }
23992 else
23993 return file_file_name (file, lh);
23994}
23995
2e276125
JB
23996
23997static struct macro_source_file *
804d2729
TT
23998macro_start_file (struct dwarf2_cu *cu,
23999 int file, int line,
2e276125 24000 struct macro_source_file *current_file,
43f3e411 24001 struct line_header *lh)
2e276125 24002{
233d95b5
JK
24003 /* File name relative to the compilation directory of this source file. */
24004 char *file_name = file_file_name (file, lh);
2e276125 24005
2e276125 24006 if (! current_file)
abc9d0dc 24007 {
fc474241
DE
24008 /* Note: We don't create a macro table for this compilation unit
24009 at all until we actually get a filename. */
c24bdb02 24010 struct macro_table *macro_table = cu->get_builder ()->get_macro_table ();
fc474241 24011
abc9d0dc
TT
24012 /* If we have no current file, then this must be the start_file
24013 directive for the compilation unit's main source file. */
fc474241
DE
24014 current_file = macro_set_main (macro_table, file_name);
24015 macro_define_special (macro_table);
abc9d0dc 24016 }
2e276125 24017 else
233d95b5 24018 current_file = macro_include (current_file, line, file_name);
2e276125 24019
233d95b5 24020 xfree (file_name);
6e70227d 24021
2e276125
JB
24022 return current_file;
24023}
24024
2e276125
JB
24025static const char *
24026consume_improper_spaces (const char *p, const char *body)
24027{
24028 if (*p == ' ')
24029 {
b98664d3 24030 complaint (_("macro definition contains spaces "
3e43a32a 24031 "in formal argument list:\n`%s'"),
4d3c2250 24032 body);
2e276125
JB
24033
24034 while (*p == ' ')
24035 p++;
24036 }
24037
24038 return p;
24039}
24040
24041
24042static void
24043parse_macro_definition (struct macro_source_file *file, int line,
24044 const char *body)
24045{
24046 const char *p;
24047
24048 /* The body string takes one of two forms. For object-like macro
24049 definitions, it should be:
24050
24051 <macro name> " " <definition>
24052
24053 For function-like macro definitions, it should be:
24054
24055 <macro name> "() " <definition>
24056 or
24057 <macro name> "(" <arg name> ( "," <arg name> ) * ") " <definition>
24058
24059 Spaces may appear only where explicitly indicated, and in the
24060 <definition>.
24061
24062 The Dwarf 2 spec says that an object-like macro's name is always
24063 followed by a space, but versions of GCC around March 2002 omit
6e70227d 24064 the space when the macro's definition is the empty string.
2e276125
JB
24065
24066 The Dwarf 2 spec says that there should be no spaces between the
24067 formal arguments in a function-like macro's formal argument list,
24068 but versions of GCC around March 2002 include spaces after the
24069 commas. */
24070
24071
24072 /* Find the extent of the macro name. The macro name is terminated
24073 by either a space or null character (for an object-like macro) or
24074 an opening paren (for a function-like macro). */
24075 for (p = body; *p; p++)
24076 if (*p == ' ' || *p == '(')
24077 break;
24078
24079 if (*p == ' ' || *p == '\0')
24080 {
24081 /* It's an object-like macro. */
24082 int name_len = p - body;
3f8a7804 24083 char *name = savestring (body, name_len);
2e276125
JB
24084 const char *replacement;
24085
24086 if (*p == ' ')
24087 replacement = body + name_len + 1;
24088 else
24089 {
4d3c2250 24090 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
24091 replacement = body + name_len;
24092 }
6e70227d 24093
2e276125
JB
24094 macro_define_object (file, line, name, replacement);
24095
24096 xfree (name);
24097 }
24098 else if (*p == '(')
24099 {
24100 /* It's a function-like macro. */
3f8a7804 24101 char *name = savestring (body, p - body);
2e276125
JB
24102 int argc = 0;
24103 int argv_size = 1;
8d749320 24104 char **argv = XNEWVEC (char *, argv_size);
2e276125
JB
24105
24106 p++;
24107
24108 p = consume_improper_spaces (p, body);
24109
24110 /* Parse the formal argument list. */
24111 while (*p && *p != ')')
24112 {
24113 /* Find the extent of the current argument name. */
24114 const char *arg_start = p;
24115
24116 while (*p && *p != ',' && *p != ')' && *p != ' ')
24117 p++;
24118
24119 if (! *p || p == arg_start)
4d3c2250 24120 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
24121 else
24122 {
24123 /* Make sure argv has room for the new argument. */
24124 if (argc >= argv_size)
24125 {
24126 argv_size *= 2;
224c3ddb 24127 argv = XRESIZEVEC (char *, argv, argv_size);
2e276125
JB
24128 }
24129
3f8a7804 24130 argv[argc++] = savestring (arg_start, p - arg_start);
2e276125
JB
24131 }
24132
24133 p = consume_improper_spaces (p, body);
24134
24135 /* Consume the comma, if present. */
24136 if (*p == ',')
24137 {
24138 p++;
24139
24140 p = consume_improper_spaces (p, body);
24141 }
24142 }
24143
24144 if (*p == ')')
24145 {
24146 p++;
24147
24148 if (*p == ' ')
24149 /* Perfectly formed definition, no complaints. */
24150 macro_define_function (file, line, name,
6e70227d 24151 argc, (const char **) argv,
2e276125
JB
24152 p + 1);
24153 else if (*p == '\0')
24154 {
24155 /* Complain, but do define it. */
4d3c2250 24156 dwarf2_macro_malformed_definition_complaint (body);
2e276125 24157 macro_define_function (file, line, name,
6e70227d 24158 argc, (const char **) argv,
2e276125
JB
24159 p);
24160 }
24161 else
24162 /* Just complain. */
4d3c2250 24163 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
24164 }
24165 else
24166 /* Just complain. */
4d3c2250 24167 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
24168
24169 xfree (name);
24170 {
24171 int i;
24172
24173 for (i = 0; i < argc; i++)
24174 xfree (argv[i]);
24175 }
24176 xfree (argv);
24177 }
24178 else
4d3c2250 24179 dwarf2_macro_malformed_definition_complaint (body);
2e276125
JB
24180}
24181
cf2c3c16
TT
24182/* Skip some bytes from BYTES according to the form given in FORM.
24183 Returns the new pointer. */
2e276125 24184
d521ce57
TT
24185static const gdb_byte *
24186skip_form_bytes (bfd *abfd, const gdb_byte *bytes, const gdb_byte *buffer_end,
cf2c3c16
TT
24187 enum dwarf_form form,
24188 unsigned int offset_size,
24189 struct dwarf2_section_info *section)
2e276125 24190{
cf2c3c16 24191 unsigned int bytes_read;
2e276125 24192
cf2c3c16 24193 switch (form)
2e276125 24194 {
cf2c3c16
TT
24195 case DW_FORM_data1:
24196 case DW_FORM_flag:
24197 ++bytes;
24198 break;
24199
24200 case DW_FORM_data2:
24201 bytes += 2;
24202 break;
24203
24204 case DW_FORM_data4:
24205 bytes += 4;
24206 break;
24207
24208 case DW_FORM_data8:
24209 bytes += 8;
24210 break;
24211
0224619f
JK
24212 case DW_FORM_data16:
24213 bytes += 16;
24214 break;
24215
cf2c3c16
TT
24216 case DW_FORM_string:
24217 read_direct_string (abfd, bytes, &bytes_read);
24218 bytes += bytes_read;
24219 break;
24220
24221 case DW_FORM_sec_offset:
24222 case DW_FORM_strp:
36586728 24223 case DW_FORM_GNU_strp_alt:
cf2c3c16
TT
24224 bytes += offset_size;
24225 break;
24226
24227 case DW_FORM_block:
24228 bytes += read_unsigned_leb128 (abfd, bytes, &bytes_read);
24229 bytes += bytes_read;
24230 break;
24231
24232 case DW_FORM_block1:
24233 bytes += 1 + read_1_byte (abfd, bytes);
24234 break;
24235 case DW_FORM_block2:
24236 bytes += 2 + read_2_bytes (abfd, bytes);
24237 break;
24238 case DW_FORM_block4:
24239 bytes += 4 + read_4_bytes (abfd, bytes);
24240 break;
24241
24242 case DW_FORM_sdata:
24243 case DW_FORM_udata:
3019eac3
DE
24244 case DW_FORM_GNU_addr_index:
24245 case DW_FORM_GNU_str_index:
d521ce57 24246 bytes = gdb_skip_leb128 (bytes, buffer_end);
f664829e
DE
24247 if (bytes == NULL)
24248 {
24249 dwarf2_section_buffer_overflow_complaint (section);
24250 return NULL;
24251 }
cf2c3c16
TT
24252 break;
24253
663c44ac
JK
24254 case DW_FORM_implicit_const:
24255 break;
24256
cf2c3c16
TT
24257 default:
24258 {
b98664d3 24259 complaint (_("invalid form 0x%x in `%s'"),
a32a8923 24260 form, get_section_name (section));
cf2c3c16
TT
24261 return NULL;
24262 }
2e276125
JB
24263 }
24264
cf2c3c16
TT
24265 return bytes;
24266}
757a13d0 24267
cf2c3c16
TT
24268/* A helper for dwarf_decode_macros that handles skipping an unknown
24269 opcode. Returns an updated pointer to the macro data buffer; or,
24270 on error, issues a complaint and returns NULL. */
757a13d0 24271
d521ce57 24272static const gdb_byte *
cf2c3c16 24273skip_unknown_opcode (unsigned int opcode,
d521ce57
TT
24274 const gdb_byte **opcode_definitions,
24275 const gdb_byte *mac_ptr, const gdb_byte *mac_end,
cf2c3c16
TT
24276 bfd *abfd,
24277 unsigned int offset_size,
24278 struct dwarf2_section_info *section)
24279{
24280 unsigned int bytes_read, i;
24281 unsigned long arg;
d521ce57 24282 const gdb_byte *defn;
2e276125 24283
cf2c3c16 24284 if (opcode_definitions[opcode] == NULL)
2e276125 24285 {
b98664d3 24286 complaint (_("unrecognized DW_MACFINO opcode 0x%x"),
cf2c3c16
TT
24287 opcode);
24288 return NULL;
24289 }
2e276125 24290
cf2c3c16
TT
24291 defn = opcode_definitions[opcode];
24292 arg = read_unsigned_leb128 (abfd, defn, &bytes_read);
24293 defn += bytes_read;
2e276125 24294
cf2c3c16
TT
24295 for (i = 0; i < arg; ++i)
24296 {
aead7601
SM
24297 mac_ptr = skip_form_bytes (abfd, mac_ptr, mac_end,
24298 (enum dwarf_form) defn[i], offset_size,
f664829e 24299 section);
cf2c3c16
TT
24300 if (mac_ptr == NULL)
24301 {
24302 /* skip_form_bytes already issued the complaint. */
24303 return NULL;
24304 }
24305 }
757a13d0 24306
cf2c3c16
TT
24307 return mac_ptr;
24308}
757a13d0 24309
cf2c3c16
TT
24310/* A helper function which parses the header of a macro section.
24311 If the macro section is the extended (for now called "GNU") type,
24312 then this updates *OFFSET_SIZE. Returns a pointer to just after
24313 the header, or issues a complaint and returns NULL on error. */
757a13d0 24314
d521ce57
TT
24315static const gdb_byte *
24316dwarf_parse_macro_header (const gdb_byte **opcode_definitions,
cf2c3c16 24317 bfd *abfd,
d521ce57 24318 const gdb_byte *mac_ptr,
cf2c3c16
TT
24319 unsigned int *offset_size,
24320 int section_is_gnu)
24321{
24322 memset (opcode_definitions, 0, 256 * sizeof (gdb_byte *));
757a13d0 24323
cf2c3c16
TT
24324 if (section_is_gnu)
24325 {
24326 unsigned int version, flags;
757a13d0 24327
cf2c3c16 24328 version = read_2_bytes (abfd, mac_ptr);
0af92d60 24329 if (version != 4 && version != 5)
cf2c3c16 24330 {
b98664d3 24331 complaint (_("unrecognized version `%d' in .debug_macro section"),
cf2c3c16
TT
24332 version);
24333 return NULL;
24334 }
24335 mac_ptr += 2;
757a13d0 24336
cf2c3c16
TT
24337 flags = read_1_byte (abfd, mac_ptr);
24338 ++mac_ptr;
24339 *offset_size = (flags & 1) ? 8 : 4;
757a13d0 24340
cf2c3c16
TT
24341 if ((flags & 2) != 0)
24342 /* We don't need the line table offset. */
24343 mac_ptr += *offset_size;
757a13d0 24344
cf2c3c16
TT
24345 /* Vendor opcode descriptions. */
24346 if ((flags & 4) != 0)
24347 {
24348 unsigned int i, count;
757a13d0 24349
cf2c3c16
TT
24350 count = read_1_byte (abfd, mac_ptr);
24351 ++mac_ptr;
24352 for (i = 0; i < count; ++i)
24353 {
24354 unsigned int opcode, bytes_read;
24355 unsigned long arg;
24356
24357 opcode = read_1_byte (abfd, mac_ptr);
24358 ++mac_ptr;
24359 opcode_definitions[opcode] = mac_ptr;
24360 arg = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24361 mac_ptr += bytes_read;
24362 mac_ptr += arg;
24363 }
757a13d0 24364 }
cf2c3c16 24365 }
757a13d0 24366
cf2c3c16
TT
24367 return mac_ptr;
24368}
757a13d0 24369
cf2c3c16 24370/* A helper for dwarf_decode_macros that handles the GNU extensions,
0af92d60 24371 including DW_MACRO_import. */
cf2c3c16
TT
24372
24373static void
804d2729 24374dwarf_decode_macro_bytes (struct dwarf2_cu *cu,
ed2dc618 24375 bfd *abfd,
d521ce57 24376 const gdb_byte *mac_ptr, const gdb_byte *mac_end,
cf2c3c16 24377 struct macro_source_file *current_file,
43f3e411 24378 struct line_header *lh,
cf2c3c16 24379 struct dwarf2_section_info *section,
36586728 24380 int section_is_gnu, int section_is_dwz,
cf2c3c16 24381 unsigned int offset_size,
8fc3fc34 24382 htab_t include_hash)
cf2c3c16 24383{
804d2729
TT
24384 struct dwarf2_per_objfile *dwarf2_per_objfile
24385 = cu->per_cu->dwarf2_per_objfile;
4d663531 24386 struct objfile *objfile = dwarf2_per_objfile->objfile;
cf2c3c16
TT
24387 enum dwarf_macro_record_type macinfo_type;
24388 int at_commandline;
d521ce57 24389 const gdb_byte *opcode_definitions[256];
757a13d0 24390
cf2c3c16
TT
24391 mac_ptr = dwarf_parse_macro_header (opcode_definitions, abfd, mac_ptr,
24392 &offset_size, section_is_gnu);
24393 if (mac_ptr == NULL)
24394 {
24395 /* We already issued a complaint. */
24396 return;
24397 }
757a13d0
JK
24398
24399 /* Determines if GDB is still before first DW_MACINFO_start_file. If true
24400 GDB is still reading the definitions from command line. First
24401 DW_MACINFO_start_file will need to be ignored as it was already executed
24402 to create CURRENT_FILE for the main source holding also the command line
24403 definitions. On first met DW_MACINFO_start_file this flag is reset to
24404 normally execute all the remaining DW_MACINFO_start_file macinfos. */
24405
24406 at_commandline = 1;
24407
24408 do
24409 {
24410 /* Do we at least have room for a macinfo type byte? */
24411 if (mac_ptr >= mac_end)
24412 {
f664829e 24413 dwarf2_section_buffer_overflow_complaint (section);
757a13d0
JK
24414 break;
24415 }
24416
aead7601 24417 macinfo_type = (enum dwarf_macro_record_type) read_1_byte (abfd, mac_ptr);
757a13d0
JK
24418 mac_ptr++;
24419
cf2c3c16
TT
24420 /* Note that we rely on the fact that the corresponding GNU and
24421 DWARF constants are the same. */
132448f8
SM
24422 DIAGNOSTIC_PUSH
24423 DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES
757a13d0
JK
24424 switch (macinfo_type)
24425 {
24426 /* A zero macinfo type indicates the end of the macro
24427 information. */
24428 case 0:
24429 break;
2e276125 24430
0af92d60
JK
24431 case DW_MACRO_define:
24432 case DW_MACRO_undef:
24433 case DW_MACRO_define_strp:
24434 case DW_MACRO_undef_strp:
24435 case DW_MACRO_define_sup:
24436 case DW_MACRO_undef_sup:
2e276125 24437 {
891d2f0b 24438 unsigned int bytes_read;
2e276125 24439 int line;
d521ce57 24440 const char *body;
cf2c3c16 24441 int is_define;
2e276125 24442
cf2c3c16
TT
24443 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24444 mac_ptr += bytes_read;
24445
0af92d60
JK
24446 if (macinfo_type == DW_MACRO_define
24447 || macinfo_type == DW_MACRO_undef)
cf2c3c16
TT
24448 {
24449 body = read_direct_string (abfd, mac_ptr, &bytes_read);
24450 mac_ptr += bytes_read;
24451 }
24452 else
24453 {
24454 LONGEST str_offset;
24455
24456 str_offset = read_offset_1 (abfd, mac_ptr, offset_size);
24457 mac_ptr += offset_size;
2e276125 24458
0af92d60
JK
24459 if (macinfo_type == DW_MACRO_define_sup
24460 || macinfo_type == DW_MACRO_undef_sup
f7a35f02 24461 || section_is_dwz)
36586728 24462 {
ed2dc618
SM
24463 struct dwz_file *dwz
24464 = dwarf2_get_dwz_file (dwarf2_per_objfile);
36586728 24465
ed2dc618
SM
24466 body = read_indirect_string_from_dwz (objfile,
24467 dwz, str_offset);
36586728
TT
24468 }
24469 else
ed2dc618
SM
24470 body = read_indirect_string_at_offset (dwarf2_per_objfile,
24471 abfd, str_offset);
cf2c3c16
TT
24472 }
24473
0af92d60
JK
24474 is_define = (macinfo_type == DW_MACRO_define
24475 || macinfo_type == DW_MACRO_define_strp
24476 || macinfo_type == DW_MACRO_define_sup);
2e276125 24477 if (! current_file)
757a13d0
JK
24478 {
24479 /* DWARF violation as no main source is present. */
b98664d3 24480 complaint (_("debug info with no main source gives macro %s "
757a13d0 24481 "on line %d: %s"),
cf2c3c16
TT
24482 is_define ? _("definition") : _("undefinition"),
24483 line, body);
757a13d0
JK
24484 break;
24485 }
3e43a32a
MS
24486 if ((line == 0 && !at_commandline)
24487 || (line != 0 && at_commandline))
b98664d3 24488 complaint (_("debug info gives %s macro %s with %s line %d: %s"),
757a13d0 24489 at_commandline ? _("command-line") : _("in-file"),
cf2c3c16 24490 is_define ? _("definition") : _("undefinition"),
757a13d0
JK
24491 line == 0 ? _("zero") : _("non-zero"), line, body);
24492
cf2c3c16 24493 if (is_define)
757a13d0 24494 parse_macro_definition (current_file, line, body);
cf2c3c16
TT
24495 else
24496 {
0af92d60
JK
24497 gdb_assert (macinfo_type == DW_MACRO_undef
24498 || macinfo_type == DW_MACRO_undef_strp
24499 || macinfo_type == DW_MACRO_undef_sup);
cf2c3c16
TT
24500 macro_undef (current_file, line, body);
24501 }
2e276125
JB
24502 }
24503 break;
24504
0af92d60 24505 case DW_MACRO_start_file:
2e276125 24506 {
891d2f0b 24507 unsigned int bytes_read;
2e276125
JB
24508 int line, file;
24509
24510 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24511 mac_ptr += bytes_read;
24512 file = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24513 mac_ptr += bytes_read;
24514
3e43a32a
MS
24515 if ((line == 0 && !at_commandline)
24516 || (line != 0 && at_commandline))
b98664d3 24517 complaint (_("debug info gives source %d included "
757a13d0
JK
24518 "from %s at %s line %d"),
24519 file, at_commandline ? _("command-line") : _("file"),
24520 line == 0 ? _("zero") : _("non-zero"), line);
24521
24522 if (at_commandline)
24523 {
0af92d60 24524 /* This DW_MACRO_start_file was executed in the
cf2c3c16 24525 pass one. */
757a13d0
JK
24526 at_commandline = 0;
24527 }
24528 else
804d2729
TT
24529 current_file = macro_start_file (cu, file, line, current_file,
24530 lh);
2e276125
JB
24531 }
24532 break;
24533
0af92d60 24534 case DW_MACRO_end_file:
2e276125 24535 if (! current_file)
b98664d3 24536 complaint (_("macro debug info has an unmatched "
3e43a32a 24537 "`close_file' directive"));
2e276125
JB
24538 else
24539 {
24540 current_file = current_file->included_by;
24541 if (! current_file)
24542 {
cf2c3c16 24543 enum dwarf_macro_record_type next_type;
2e276125
JB
24544
24545 /* GCC circa March 2002 doesn't produce the zero
24546 type byte marking the end of the compilation
24547 unit. Complain if it's not there, but exit no
24548 matter what. */
24549
24550 /* Do we at least have room for a macinfo type byte? */
24551 if (mac_ptr >= mac_end)
24552 {
f664829e 24553 dwarf2_section_buffer_overflow_complaint (section);
2e276125
JB
24554 return;
24555 }
24556
24557 /* We don't increment mac_ptr here, so this is just
24558 a look-ahead. */
aead7601
SM
24559 next_type
24560 = (enum dwarf_macro_record_type) read_1_byte (abfd,
24561 mac_ptr);
2e276125 24562 if (next_type != 0)
b98664d3 24563 complaint (_("no terminating 0-type entry for "
3e43a32a 24564 "macros in `.debug_macinfo' section"));
2e276125
JB
24565
24566 return;
24567 }
24568 }
24569 break;
24570
0af92d60
JK
24571 case DW_MACRO_import:
24572 case DW_MACRO_import_sup:
cf2c3c16
TT
24573 {
24574 LONGEST offset;
8fc3fc34 24575 void **slot;
a036ba48
TT
24576 bfd *include_bfd = abfd;
24577 struct dwarf2_section_info *include_section = section;
d521ce57 24578 const gdb_byte *include_mac_end = mac_end;
a036ba48 24579 int is_dwz = section_is_dwz;
d521ce57 24580 const gdb_byte *new_mac_ptr;
cf2c3c16
TT
24581
24582 offset = read_offset_1 (abfd, mac_ptr, offset_size);
24583 mac_ptr += offset_size;
24584
0af92d60 24585 if (macinfo_type == DW_MACRO_import_sup)
a036ba48 24586 {
ed2dc618 24587 struct dwz_file *dwz = dwarf2_get_dwz_file (dwarf2_per_objfile);
a036ba48 24588
4d663531 24589 dwarf2_read_section (objfile, &dwz->macro);
a036ba48 24590
a036ba48 24591 include_section = &dwz->macro;
a32a8923 24592 include_bfd = get_section_bfd_owner (include_section);
a036ba48
TT
24593 include_mac_end = dwz->macro.buffer + dwz->macro.size;
24594 is_dwz = 1;
24595 }
24596
24597 new_mac_ptr = include_section->buffer + offset;
24598 slot = htab_find_slot (include_hash, new_mac_ptr, INSERT);
24599
8fc3fc34
TT
24600 if (*slot != NULL)
24601 {
24602 /* This has actually happened; see
24603 http://sourceware.org/bugzilla/show_bug.cgi?id=13568. */
b98664d3 24604 complaint (_("recursive DW_MACRO_import in "
8fc3fc34
TT
24605 ".debug_macro section"));
24606 }
24607 else
24608 {
d521ce57 24609 *slot = (void *) new_mac_ptr;
36586728 24610
804d2729 24611 dwarf_decode_macro_bytes (cu, include_bfd, new_mac_ptr,
43f3e411 24612 include_mac_end, current_file, lh,
36586728 24613 section, section_is_gnu, is_dwz,
4d663531 24614 offset_size, include_hash);
8fc3fc34 24615
d521ce57 24616 htab_remove_elt (include_hash, (void *) new_mac_ptr);
8fc3fc34 24617 }
cf2c3c16
TT
24618 }
24619 break;
24620
2e276125 24621 case DW_MACINFO_vendor_ext:
cf2c3c16
TT
24622 if (!section_is_gnu)
24623 {
24624 unsigned int bytes_read;
2e276125 24625
ac298888
TT
24626 /* This reads the constant, but since we don't recognize
24627 any vendor extensions, we ignore it. */
24628 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
cf2c3c16
TT
24629 mac_ptr += bytes_read;
24630 read_direct_string (abfd, mac_ptr, &bytes_read);
24631 mac_ptr += bytes_read;
2e276125 24632
cf2c3c16
TT
24633 /* We don't recognize any vendor extensions. */
24634 break;
24635 }
24636 /* FALLTHROUGH */
24637
24638 default:
24639 mac_ptr = skip_unknown_opcode (macinfo_type, opcode_definitions,
f664829e 24640 mac_ptr, mac_end, abfd, offset_size,
cf2c3c16
TT
24641 section);
24642 if (mac_ptr == NULL)
24643 return;
24644 break;
2e276125 24645 }
132448f8 24646 DIAGNOSTIC_POP
757a13d0 24647 } while (macinfo_type != 0);
2e276125 24648}
8e19ed76 24649
cf2c3c16 24650static void
09262596 24651dwarf_decode_macros (struct dwarf2_cu *cu, unsigned int offset,
43f3e411 24652 int section_is_gnu)
cf2c3c16 24653{
518817b3
SM
24654 struct dwarf2_per_objfile *dwarf2_per_objfile
24655 = cu->per_cu->dwarf2_per_objfile;
bb5ed363 24656 struct objfile *objfile = dwarf2_per_objfile->objfile;
09262596
DE
24657 struct line_header *lh = cu->line_header;
24658 bfd *abfd;
d521ce57 24659 const gdb_byte *mac_ptr, *mac_end;
cf2c3c16
TT
24660 struct macro_source_file *current_file = 0;
24661 enum dwarf_macro_record_type macinfo_type;
24662 unsigned int offset_size = cu->header.offset_size;
d521ce57 24663 const gdb_byte *opcode_definitions[256];
8fc3fc34 24664 void **slot;
09262596
DE
24665 struct dwarf2_section_info *section;
24666 const char *section_name;
24667
24668 if (cu->dwo_unit != NULL)
24669 {
24670 if (section_is_gnu)
24671 {
24672 section = &cu->dwo_unit->dwo_file->sections.macro;
24673 section_name = ".debug_macro.dwo";
24674 }
24675 else
24676 {
24677 section = &cu->dwo_unit->dwo_file->sections.macinfo;
24678 section_name = ".debug_macinfo.dwo";
24679 }
24680 }
24681 else
24682 {
24683 if (section_is_gnu)
24684 {
24685 section = &dwarf2_per_objfile->macro;
24686 section_name = ".debug_macro";
24687 }
24688 else
24689 {
24690 section = &dwarf2_per_objfile->macinfo;
24691 section_name = ".debug_macinfo";
24692 }
24693 }
cf2c3c16 24694
bb5ed363 24695 dwarf2_read_section (objfile, section);
cf2c3c16
TT
24696 if (section->buffer == NULL)
24697 {
b98664d3 24698 complaint (_("missing %s section"), section_name);
cf2c3c16
TT
24699 return;
24700 }
a32a8923 24701 abfd = get_section_bfd_owner (section);
cf2c3c16
TT
24702
24703 /* First pass: Find the name of the base filename.
24704 This filename is needed in order to process all macros whose definition
24705 (or undefinition) comes from the command line. These macros are defined
24706 before the first DW_MACINFO_start_file entry, and yet still need to be
24707 associated to the base file.
24708
24709 To determine the base file name, we scan the macro definitions until we
24710 reach the first DW_MACINFO_start_file entry. We then initialize
24711 CURRENT_FILE accordingly so that any macro definition found before the
24712 first DW_MACINFO_start_file can still be associated to the base file. */
24713
24714 mac_ptr = section->buffer + offset;
24715 mac_end = section->buffer + section->size;
24716
24717 mac_ptr = dwarf_parse_macro_header (opcode_definitions, abfd, mac_ptr,
24718 &offset_size, section_is_gnu);
24719 if (mac_ptr == NULL)
24720 {
24721 /* We already issued a complaint. */
24722 return;
24723 }
24724
24725 do
24726 {
24727 /* Do we at least have room for a macinfo type byte? */
24728 if (mac_ptr >= mac_end)
24729 {
24730 /* Complaint is printed during the second pass as GDB will probably
24731 stop the first pass earlier upon finding
24732 DW_MACINFO_start_file. */
24733 break;
24734 }
24735
aead7601 24736 macinfo_type = (enum dwarf_macro_record_type) read_1_byte (abfd, mac_ptr);
cf2c3c16
TT
24737 mac_ptr++;
24738
24739 /* Note that we rely on the fact that the corresponding GNU and
24740 DWARF constants are the same. */
132448f8
SM
24741 DIAGNOSTIC_PUSH
24742 DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES
cf2c3c16
TT
24743 switch (macinfo_type)
24744 {
24745 /* A zero macinfo type indicates the end of the macro
24746 information. */
24747 case 0:
24748 break;
24749
0af92d60
JK
24750 case DW_MACRO_define:
24751 case DW_MACRO_undef:
cf2c3c16
TT
24752 /* Only skip the data by MAC_PTR. */
24753 {
24754 unsigned int bytes_read;
24755
24756 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24757 mac_ptr += bytes_read;
24758 read_direct_string (abfd, mac_ptr, &bytes_read);
24759 mac_ptr += bytes_read;
24760 }
24761 break;
24762
0af92d60 24763 case DW_MACRO_start_file:
cf2c3c16
TT
24764 {
24765 unsigned int bytes_read;
24766 int line, file;
24767
24768 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24769 mac_ptr += bytes_read;
24770 file = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24771 mac_ptr += bytes_read;
24772
804d2729 24773 current_file = macro_start_file (cu, file, line, current_file, lh);
cf2c3c16
TT
24774 }
24775 break;
24776
0af92d60 24777 case DW_MACRO_end_file:
cf2c3c16
TT
24778 /* No data to skip by MAC_PTR. */
24779 break;
24780
0af92d60
JK
24781 case DW_MACRO_define_strp:
24782 case DW_MACRO_undef_strp:
24783 case DW_MACRO_define_sup:
24784 case DW_MACRO_undef_sup:
cf2c3c16
TT
24785 {
24786 unsigned int bytes_read;
24787
24788 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24789 mac_ptr += bytes_read;
24790 mac_ptr += offset_size;
24791 }
24792 break;
24793
0af92d60
JK
24794 case DW_MACRO_import:
24795 case DW_MACRO_import_sup:
cf2c3c16 24796 /* Note that, according to the spec, a transparent include
0af92d60 24797 chain cannot call DW_MACRO_start_file. So, we can just
cf2c3c16
TT
24798 skip this opcode. */
24799 mac_ptr += offset_size;
24800 break;
24801
24802 case DW_MACINFO_vendor_ext:
24803 /* Only skip the data by MAC_PTR. */
24804 if (!section_is_gnu)
24805 {
24806 unsigned int bytes_read;
24807
24808 read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
24809 mac_ptr += bytes_read;
24810 read_direct_string (abfd, mac_ptr, &bytes_read);
24811 mac_ptr += bytes_read;
24812 }
24813 /* FALLTHROUGH */
24814
24815 default:
24816 mac_ptr = skip_unknown_opcode (macinfo_type, opcode_definitions,
f664829e 24817 mac_ptr, mac_end, abfd, offset_size,
cf2c3c16
TT
24818 section);
24819 if (mac_ptr == NULL)
24820 return;
24821 break;
24822 }
132448f8 24823 DIAGNOSTIC_POP
cf2c3c16
TT
24824 } while (macinfo_type != 0 && current_file == NULL);
24825
24826 /* Second pass: Process all entries.
24827
24828 Use the AT_COMMAND_LINE flag to determine whether we are still processing
24829 command-line macro definitions/undefinitions. This flag is unset when we
24830 reach the first DW_MACINFO_start_file entry. */
24831
fc4007c9
TT
24832 htab_up include_hash (htab_create_alloc (1, htab_hash_pointer,
24833 htab_eq_pointer,
24834 NULL, xcalloc, xfree));
8fc3fc34 24835 mac_ptr = section->buffer + offset;
fc4007c9 24836 slot = htab_find_slot (include_hash.get (), mac_ptr, INSERT);
d521ce57 24837 *slot = (void *) mac_ptr;
804d2729 24838 dwarf_decode_macro_bytes (cu, abfd, mac_ptr, mac_end,
43f3e411 24839 current_file, lh, section,
fc4007c9
TT
24840 section_is_gnu, 0, offset_size,
24841 include_hash.get ());
cf2c3c16
TT
24842}
24843
8e19ed76 24844/* Check if the attribute's form is a DW_FORM_block*
0963b4bd 24845 if so return true else false. */
380bca97 24846
8e19ed76 24847static int
6e5a29e1 24848attr_form_is_block (const struct attribute *attr)
8e19ed76
PS
24849{
24850 return (attr == NULL ? 0 :
24851 attr->form == DW_FORM_block1
24852 || attr->form == DW_FORM_block2
24853 || attr->form == DW_FORM_block4
2dc7f7b3
TT
24854 || attr->form == DW_FORM_block
24855 || attr->form == DW_FORM_exprloc);
8e19ed76 24856}
4c2df51b 24857
c6a0999f
JB
24858/* Return non-zero if ATTR's value is a section offset --- classes
24859 lineptr, loclistptr, macptr or rangelistptr --- or zero, otherwise.
24860 You may use DW_UNSND (attr) to retrieve such offsets.
24861
24862 Section 7.5.4, "Attribute Encodings", explains that no attribute
24863 may have a value that belongs to more than one of these classes; it
24864 would be ambiguous if we did, because we use the same forms for all
24865 of them. */
380bca97 24866
3690dd37 24867static int
6e5a29e1 24868attr_form_is_section_offset (const struct attribute *attr)
3690dd37
JB
24869{
24870 return (attr->form == DW_FORM_data4
2dc7f7b3
TT
24871 || attr->form == DW_FORM_data8
24872 || attr->form == DW_FORM_sec_offset);
3690dd37
JB
24873}
24874
3690dd37
JB
24875/* Return non-zero if ATTR's value falls in the 'constant' class, or
24876 zero otherwise. When this function returns true, you can apply
24877 dwarf2_get_attr_constant_value to it.
24878
24879 However, note that for some attributes you must check
24880 attr_form_is_section_offset before using this test. DW_FORM_data4
24881 and DW_FORM_data8 are members of both the constant class, and of
24882 the classes that contain offsets into other debug sections
24883 (lineptr, loclistptr, macptr or rangelistptr). The DWARF spec says
24884 that, if an attribute's can be either a constant or one of the
24885 section offset classes, DW_FORM_data4 and DW_FORM_data8 should be
0224619f
JK
24886 taken as section offsets, not constants.
24887
24888 DW_FORM_data16 is not considered as dwarf2_get_attr_constant_value
24889 cannot handle that. */
380bca97 24890
3690dd37 24891static int
6e5a29e1 24892attr_form_is_constant (const struct attribute *attr)
3690dd37
JB
24893{
24894 switch (attr->form)
24895 {
24896 case DW_FORM_sdata:
24897 case DW_FORM_udata:
24898 case DW_FORM_data1:
24899 case DW_FORM_data2:
24900 case DW_FORM_data4:
24901 case DW_FORM_data8:
663c44ac 24902 case DW_FORM_implicit_const:
3690dd37
JB
24903 return 1;
24904 default:
24905 return 0;
24906 }
24907}
24908
7771576e
SA
24909
24910/* DW_ADDR is always stored already as sect_offset; despite for the forms
24911 besides DW_FORM_ref_addr it is stored as cu_offset in the DWARF file. */
24912
24913static int
6e5a29e1 24914attr_form_is_ref (const struct attribute *attr)
7771576e
SA
24915{
24916 switch (attr->form)
24917 {
24918 case DW_FORM_ref_addr:
24919 case DW_FORM_ref1:
24920 case DW_FORM_ref2:
24921 case DW_FORM_ref4:
24922 case DW_FORM_ref8:
24923 case DW_FORM_ref_udata:
24924 case DW_FORM_GNU_ref_alt:
24925 return 1;
24926 default:
24927 return 0;
24928 }
24929}
24930
3019eac3
DE
24931/* Return the .debug_loc section to use for CU.
24932 For DWO files use .debug_loc.dwo. */
24933
24934static struct dwarf2_section_info *
24935cu_debug_loc_section (struct dwarf2_cu *cu)
24936{
518817b3
SM
24937 struct dwarf2_per_objfile *dwarf2_per_objfile
24938 = cu->per_cu->dwarf2_per_objfile;
ed2dc618 24939
3019eac3 24940 if (cu->dwo_unit)
43988095
JK
24941 {
24942 struct dwo_sections *sections = &cu->dwo_unit->dwo_file->sections;
24943
24944 return cu->header.version >= 5 ? &sections->loclists : &sections->loc;
24945 }
24946 return (cu->header.version >= 5 ? &dwarf2_per_objfile->loclists
24947 : &dwarf2_per_objfile->loc);
3019eac3
DE
24948}
24949
8cf6f0b1
TT
24950/* A helper function that fills in a dwarf2_loclist_baton. */
24951
24952static void
24953fill_in_loclist_baton (struct dwarf2_cu *cu,
24954 struct dwarf2_loclist_baton *baton,
ff39bb5e 24955 const struct attribute *attr)
8cf6f0b1 24956{
518817b3
SM
24957 struct dwarf2_per_objfile *dwarf2_per_objfile
24958 = cu->per_cu->dwarf2_per_objfile;
3019eac3
DE
24959 struct dwarf2_section_info *section = cu_debug_loc_section (cu);
24960
24961 dwarf2_read_section (dwarf2_per_objfile->objfile, section);
8cf6f0b1
TT
24962
24963 baton->per_cu = cu->per_cu;
24964 gdb_assert (baton->per_cu);
24965 /* We don't know how long the location list is, but make sure we
24966 don't run off the edge of the section. */
3019eac3
DE
24967 baton->size = section->size - DW_UNSND (attr);
24968 baton->data = section->buffer + DW_UNSND (attr);
8cf6f0b1 24969 baton->base_address = cu->base_address;
f664829e 24970 baton->from_dwo = cu->dwo_unit != NULL;
8cf6f0b1
TT
24971}
24972
4c2df51b 24973static void
ff39bb5e 24974dwarf2_symbol_mark_computed (const struct attribute *attr, struct symbol *sym,
f1e6e072 24975 struct dwarf2_cu *cu, int is_block)
4c2df51b 24976{
518817b3
SM
24977 struct dwarf2_per_objfile *dwarf2_per_objfile
24978 = cu->per_cu->dwarf2_per_objfile;
bb5ed363 24979 struct objfile *objfile = dwarf2_per_objfile->objfile;
3019eac3 24980 struct dwarf2_section_info *section = cu_debug_loc_section (cu);
bb5ed363 24981
3690dd37 24982 if (attr_form_is_section_offset (attr)
3019eac3 24983 /* .debug_loc{,.dwo} may not exist at all, or the offset may be outside
99bcc461
DJ
24984 the section. If so, fall through to the complaint in the
24985 other branch. */
3019eac3 24986 && DW_UNSND (attr) < dwarf2_section_size (objfile, section))
4c2df51b 24987 {
0d53c4c4 24988 struct dwarf2_loclist_baton *baton;
4c2df51b 24989
8d749320 24990 baton = XOBNEW (&objfile->objfile_obstack, struct dwarf2_loclist_baton);
4c2df51b 24991
8cf6f0b1 24992 fill_in_loclist_baton (cu, baton, attr);
be391dca 24993
d00adf39 24994 if (cu->base_known == 0)
b98664d3 24995 complaint (_("Location list used without "
3e43a32a 24996 "specifying the CU base address."));
4c2df51b 24997
f1e6e072
TT
24998 SYMBOL_ACLASS_INDEX (sym) = (is_block
24999 ? dwarf2_loclist_block_index
25000 : dwarf2_loclist_index);
0d53c4c4
DJ
25001 SYMBOL_LOCATION_BATON (sym) = baton;
25002 }
25003 else
25004 {
25005 struct dwarf2_locexpr_baton *baton;
25006
8d749320 25007 baton = XOBNEW (&objfile->objfile_obstack, struct dwarf2_locexpr_baton);
ae0d2f24
UW
25008 baton->per_cu = cu->per_cu;
25009 gdb_assert (baton->per_cu);
0d53c4c4
DJ
25010
25011 if (attr_form_is_block (attr))
25012 {
25013 /* Note that we're just copying the block's data pointer
25014 here, not the actual data. We're still pointing into the
6502dd73
DJ
25015 info_buffer for SYM's objfile; right now we never release
25016 that buffer, but when we do clean up properly this may
25017 need to change. */
0d53c4c4
DJ
25018 baton->size = DW_BLOCK (attr)->size;
25019 baton->data = DW_BLOCK (attr)->data;
25020 }
25021 else
25022 {
25023 dwarf2_invalid_attrib_class_complaint ("location description",
25024 SYMBOL_NATURAL_NAME (sym));
25025 baton->size = 0;
0d53c4c4 25026 }
6e70227d 25027
f1e6e072
TT
25028 SYMBOL_ACLASS_INDEX (sym) = (is_block
25029 ? dwarf2_locexpr_block_index
25030 : dwarf2_locexpr_index);
0d53c4c4
DJ
25031 SYMBOL_LOCATION_BATON (sym) = baton;
25032 }
4c2df51b 25033}
6502dd73 25034
9aa1f1e3
TT
25035/* Return the OBJFILE associated with the compilation unit CU. If CU
25036 came from a separate debuginfo file, then the master objfile is
25037 returned. */
ae0d2f24
UW
25038
25039struct objfile *
25040dwarf2_per_cu_objfile (struct dwarf2_per_cu_data *per_cu)
25041{
e3b94546 25042 struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
ae0d2f24
UW
25043
25044 /* Return the master objfile, so that we can report and look up the
25045 correct file containing this variable. */
25046 if (objfile->separate_debug_objfile_backlink)
25047 objfile = objfile->separate_debug_objfile_backlink;
25048
25049 return objfile;
25050}
25051
96408a79
SA
25052/* Return comp_unit_head for PER_CU, either already available in PER_CU->CU
25053 (CU_HEADERP is unused in such case) or prepare a temporary copy at
25054 CU_HEADERP first. */
25055
25056static const struct comp_unit_head *
25057per_cu_header_read_in (struct comp_unit_head *cu_headerp,
25058 struct dwarf2_per_cu_data *per_cu)
25059{
d521ce57 25060 const gdb_byte *info_ptr;
96408a79
SA
25061
25062 if (per_cu->cu)
25063 return &per_cu->cu->header;
25064
9c541725 25065 info_ptr = per_cu->section->buffer + to_underlying (per_cu->sect_off);
96408a79
SA
25066
25067 memset (cu_headerp, 0, sizeof (*cu_headerp));
43988095
JK
25068 read_comp_unit_head (cu_headerp, info_ptr, per_cu->section,
25069 rcuh_kind::COMPILE);
96408a79
SA
25070
25071 return cu_headerp;
25072}
25073
ae0d2f24
UW
25074/* Return the address size given in the compilation unit header for CU. */
25075
98714339 25076int
ae0d2f24
UW
25077dwarf2_per_cu_addr_size (struct dwarf2_per_cu_data *per_cu)
25078{
96408a79
SA
25079 struct comp_unit_head cu_header_local;
25080 const struct comp_unit_head *cu_headerp;
c471e790 25081
96408a79
SA
25082 cu_headerp = per_cu_header_read_in (&cu_header_local, per_cu);
25083
25084 return cu_headerp->addr_size;
ae0d2f24
UW
25085}
25086
9eae7c52
TT
25087/* Return the offset size given in the compilation unit header for CU. */
25088
25089int
25090dwarf2_per_cu_offset_size (struct dwarf2_per_cu_data *per_cu)
25091{
96408a79
SA
25092 struct comp_unit_head cu_header_local;
25093 const struct comp_unit_head *cu_headerp;
9c6c53f7 25094
96408a79
SA
25095 cu_headerp = per_cu_header_read_in (&cu_header_local, per_cu);
25096
25097 return cu_headerp->offset_size;
25098}
25099
25100/* See its dwarf2loc.h declaration. */
25101
25102int
25103dwarf2_per_cu_ref_addr_size (struct dwarf2_per_cu_data *per_cu)
25104{
25105 struct comp_unit_head cu_header_local;
25106 const struct comp_unit_head *cu_headerp;
25107
25108 cu_headerp = per_cu_header_read_in (&cu_header_local, per_cu);
25109
25110 if (cu_headerp->version == 2)
25111 return cu_headerp->addr_size;
25112 else
25113 return cu_headerp->offset_size;
181cebd4
JK
25114}
25115
9aa1f1e3
TT
25116/* Return the text offset of the CU. The returned offset comes from
25117 this CU's objfile. If this objfile came from a separate debuginfo
25118 file, then the offset may be different from the corresponding
25119 offset in the parent objfile. */
25120
25121CORE_ADDR
25122dwarf2_per_cu_text_offset (struct dwarf2_per_cu_data *per_cu)
25123{
e3b94546 25124 struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
9aa1f1e3
TT
25125
25126 return ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
25127}
25128
43988095
JK
25129/* Return DWARF version number of PER_CU. */
25130
25131short
25132dwarf2_version (struct dwarf2_per_cu_data *per_cu)
25133{
25134 return per_cu->dwarf_version;
25135}
25136
348e048f
DE
25137/* Locate the .debug_info compilation unit from CU's objfile which contains
25138 the DIE at OFFSET. Raises an error on failure. */
ae038cb0
DJ
25139
25140static struct dwarf2_per_cu_data *
9c541725 25141dwarf2_find_containing_comp_unit (sect_offset sect_off,
36586728 25142 unsigned int offset_in_dwz,
ed2dc618 25143 struct dwarf2_per_objfile *dwarf2_per_objfile)
ae038cb0
DJ
25144{
25145 struct dwarf2_per_cu_data *this_cu;
25146 int low, high;
25147
ae038cb0 25148 low = 0;
b76e467d 25149 high = dwarf2_per_objfile->all_comp_units.size () - 1;
ae038cb0
DJ
25150 while (high > low)
25151 {
36586728 25152 struct dwarf2_per_cu_data *mid_cu;
ae038cb0 25153 int mid = low + (high - low) / 2;
9a619af0 25154
36586728 25155 mid_cu = dwarf2_per_objfile->all_comp_units[mid];
36586728 25156 if (mid_cu->is_dwz > offset_in_dwz
81fbbaf9 25157 || (mid_cu->is_dwz == offset_in_dwz
45b8ae0c 25158 && mid_cu->sect_off + mid_cu->length >= sect_off))
ae038cb0
DJ
25159 high = mid;
25160 else
25161 low = mid + 1;
25162 }
25163 gdb_assert (low == high);
36586728 25164 this_cu = dwarf2_per_objfile->all_comp_units[low];
45b8ae0c 25165 if (this_cu->is_dwz != offset_in_dwz || this_cu->sect_off > sect_off)
ae038cb0 25166 {
36586728 25167 if (low == 0 || this_cu->is_dwz != offset_in_dwz)
8a3fe4f8 25168 error (_("Dwarf Error: could not find partial DIE containing "
9d8780f0
SM
25169 "offset %s [in module %s]"),
25170 sect_offset_str (sect_off),
ed2dc618 25171 bfd_get_filename (dwarf2_per_objfile->objfile->obfd));
10b3939b 25172
9c541725
PA
25173 gdb_assert (dwarf2_per_objfile->all_comp_units[low-1]->sect_off
25174 <= sect_off);
ae038cb0
DJ
25175 return dwarf2_per_objfile->all_comp_units[low-1];
25176 }
25177 else
25178 {
b76e467d 25179 if (low == dwarf2_per_objfile->all_comp_units.size () - 1
9c541725 25180 && sect_off >= this_cu->sect_off + this_cu->length)
9d8780f0 25181 error (_("invalid dwarf2 offset %s"), sect_offset_str (sect_off));
9c541725 25182 gdb_assert (sect_off < this_cu->sect_off + this_cu->length);
ae038cb0
DJ
25183 return this_cu;
25184 }
25185}
25186
23745b47 25187/* Initialize dwarf2_cu CU, owned by PER_CU. */
93311388 25188
fcd3b13d
SM
25189dwarf2_cu::dwarf2_cu (struct dwarf2_per_cu_data *per_cu_)
25190 : per_cu (per_cu_),
9068261f
AB
25191 mark (false),
25192 has_loclist (false),
25193 checked_producer (false),
25194 producer_is_gxx_lt_4_6 (false),
25195 producer_is_gcc_lt_4_3 (false),
eb77c9df 25196 producer_is_icc (false),
9068261f 25197 producer_is_icc_lt_14 (false),
c258c396 25198 producer_is_codewarrior (false),
9068261f 25199 processing_has_namespace_info (false)
93311388 25200{
fcd3b13d
SM
25201 per_cu->cu = this;
25202}
25203
25204/* Destroy a dwarf2_cu. */
25205
25206dwarf2_cu::~dwarf2_cu ()
25207{
25208 per_cu->cu = NULL;
9816fde3
JK
25209}
25210
25211/* Initialize basic fields of dwarf_cu CU according to DIE COMP_UNIT_DIE. */
25212
25213static void
95554aad
TT
25214prepare_one_comp_unit (struct dwarf2_cu *cu, struct die_info *comp_unit_die,
25215 enum language pretend_language)
9816fde3
JK
25216{
25217 struct attribute *attr;
25218
25219 /* Set the language we're debugging. */
25220 attr = dwarf2_attr (comp_unit_die, DW_AT_language, cu);
25221 if (attr)
25222 set_cu_language (DW_UNSND (attr), cu);
25223 else
9cded63f 25224 {
95554aad 25225 cu->language = pretend_language;
9cded63f
TT
25226 cu->language_defn = language_def (cu->language);
25227 }
dee91e82 25228
7d45c7c3 25229 cu->producer = dwarf2_string_attr (comp_unit_die, DW_AT_producer, cu);
93311388
DE
25230}
25231
ae038cb0
DJ
25232/* Increase the age counter on each cached compilation unit, and free
25233 any that are too old. */
25234
25235static void
ed2dc618 25236age_cached_comp_units (struct dwarf2_per_objfile *dwarf2_per_objfile)
ae038cb0
DJ
25237{
25238 struct dwarf2_per_cu_data *per_cu, **last_chain;
25239
25240 dwarf2_clear_marks (dwarf2_per_objfile->read_in_chain);
25241 per_cu = dwarf2_per_objfile->read_in_chain;
25242 while (per_cu != NULL)
25243 {
25244 per_cu->cu->last_used ++;
b4f54984 25245 if (per_cu->cu->last_used <= dwarf_max_cache_age)
ae038cb0
DJ
25246 dwarf2_mark (per_cu->cu);
25247 per_cu = per_cu->cu->read_in_chain;
25248 }
25249
25250 per_cu = dwarf2_per_objfile->read_in_chain;
25251 last_chain = &dwarf2_per_objfile->read_in_chain;
25252 while (per_cu != NULL)
25253 {
25254 struct dwarf2_per_cu_data *next_cu;
25255
25256 next_cu = per_cu->cu->read_in_chain;
25257
25258 if (!per_cu->cu->mark)
25259 {
fcd3b13d 25260 delete per_cu->cu;
ae038cb0
DJ
25261 *last_chain = next_cu;
25262 }
25263 else
25264 last_chain = &per_cu->cu->read_in_chain;
25265
25266 per_cu = next_cu;
25267 }
25268}
25269
25270/* Remove a single compilation unit from the cache. */
25271
25272static void
dee91e82 25273free_one_cached_comp_unit (struct dwarf2_per_cu_data *target_per_cu)
ae038cb0
DJ
25274{
25275 struct dwarf2_per_cu_data *per_cu, **last_chain;
ed2dc618
SM
25276 struct dwarf2_per_objfile *dwarf2_per_objfile
25277 = target_per_cu->dwarf2_per_objfile;
ae038cb0
DJ
25278
25279 per_cu = dwarf2_per_objfile->read_in_chain;
25280 last_chain = &dwarf2_per_objfile->read_in_chain;
25281 while (per_cu != NULL)
25282 {
25283 struct dwarf2_per_cu_data *next_cu;
25284
25285 next_cu = per_cu->cu->read_in_chain;
25286
dee91e82 25287 if (per_cu == target_per_cu)
ae038cb0 25288 {
fcd3b13d 25289 delete per_cu->cu;
dee91e82 25290 per_cu->cu = NULL;
ae038cb0
DJ
25291 *last_chain = next_cu;
25292 break;
25293 }
25294 else
25295 last_chain = &per_cu->cu->read_in_chain;
25296
25297 per_cu = next_cu;
25298 }
25299}
25300
d95d3aef 25301/* Cleanup function for the dwarf2_per_objfile data. */
fe3e1990 25302
d95d3aef
TT
25303static void
25304dwarf2_free_objfile (struct objfile *objfile, void *datum)
fe3e1990 25305{
ed2dc618 25306 struct dwarf2_per_objfile *dwarf2_per_objfile
d95d3aef 25307 = static_cast<struct dwarf2_per_objfile *> (datum);
fe3e1990 25308
fd90ace4 25309 delete dwarf2_per_objfile;
fe3e1990
DJ
25310}
25311
dee91e82
DE
25312/* A set of CU "per_cu" pointer, DIE offset, and GDB type pointer.
25313 We store these in a hash table separate from the DIEs, and preserve them
25314 when the DIEs are flushed out of cache.
25315
25316 The CU "per_cu" pointer is needed because offset alone is not enough to
3019eac3 25317 uniquely identify the type. A file may have multiple .debug_types sections,
c88ee1f0
DE
25318 or the type may come from a DWO file. Furthermore, while it's more logical
25319 to use per_cu->section+offset, with Fission the section with the data is in
25320 the DWO file but we don't know that section at the point we need it.
25321 We have to use something in dwarf2_per_cu_data (or the pointer to it)
25322 because we can enter the lookup routine, get_die_type_at_offset, from
25323 outside this file, and thus won't necessarily have PER_CU->cu.
25324 Fortunately, PER_CU is stable for the life of the objfile. */
1c379e20 25325
dee91e82 25326struct dwarf2_per_cu_offset_and_type
1c379e20 25327{
dee91e82 25328 const struct dwarf2_per_cu_data *per_cu;
9c541725 25329 sect_offset sect_off;
1c379e20
DJ
25330 struct type *type;
25331};
25332
dee91e82 25333/* Hash function for a dwarf2_per_cu_offset_and_type. */
1c379e20
DJ
25334
25335static hashval_t
dee91e82 25336per_cu_offset_and_type_hash (const void *item)
1c379e20 25337{
9a3c8263
SM
25338 const struct dwarf2_per_cu_offset_and_type *ofs
25339 = (const struct dwarf2_per_cu_offset_and_type *) item;
9a619af0 25340
9c541725 25341 return (uintptr_t) ofs->per_cu + to_underlying (ofs->sect_off);
1c379e20
DJ
25342}
25343
dee91e82 25344/* Equality function for a dwarf2_per_cu_offset_and_type. */
1c379e20
DJ
25345
25346static int
dee91e82 25347per_cu_offset_and_type_eq (const void *item_lhs, const void *item_rhs)
1c379e20 25348{
9a3c8263
SM
25349 const struct dwarf2_per_cu_offset_and_type *ofs_lhs
25350 = (const struct dwarf2_per_cu_offset_and_type *) item_lhs;
25351 const struct dwarf2_per_cu_offset_and_type *ofs_rhs
25352 = (const struct dwarf2_per_cu_offset_and_type *) item_rhs;
9a619af0 25353
dee91e82 25354 return (ofs_lhs->per_cu == ofs_rhs->per_cu
9c541725 25355 && ofs_lhs->sect_off == ofs_rhs->sect_off);
1c379e20
DJ
25356}
25357
25358/* Set the type associated with DIE to TYPE. Save it in CU's hash
7e314c57
JK
25359 table if necessary. For convenience, return TYPE.
25360
25361 The DIEs reading must have careful ordering to:
25362 * Not cause infite loops trying to read in DIEs as a prerequisite for
25363 reading current DIE.
25364 * Not trying to dereference contents of still incompletely read in types
25365 while reading in other DIEs.
25366 * Enable referencing still incompletely read in types just by a pointer to
25367 the type without accessing its fields.
25368
25369 Therefore caller should follow these rules:
25370 * Try to fetch any prerequisite types we may need to build this DIE type
25371 before building the type and calling set_die_type.
e71ec853 25372 * After building type call set_die_type for current DIE as soon as
7e314c57
JK
25373 possible before fetching more types to complete the current type.
25374 * Make the type as complete as possible before fetching more types. */
1c379e20 25375
f792889a 25376static struct type *
1c379e20
DJ
25377set_die_type (struct die_info *die, struct type *type, struct dwarf2_cu *cu)
25378{
518817b3
SM
25379 struct dwarf2_per_objfile *dwarf2_per_objfile
25380 = cu->per_cu->dwarf2_per_objfile;
dee91e82 25381 struct dwarf2_per_cu_offset_and_type **slot, ofs;
ed2dc618 25382 struct objfile *objfile = dwarf2_per_objfile->objfile;
3cdcd0ce
JB
25383 struct attribute *attr;
25384 struct dynamic_prop prop;
1c379e20 25385
b4ba55a1
JB
25386 /* For Ada types, make sure that the gnat-specific data is always
25387 initialized (if not already set). There are a few types where
25388 we should not be doing so, because the type-specific area is
25389 already used to hold some other piece of info (eg: TYPE_CODE_FLT
25390 where the type-specific area is used to store the floatformat).
25391 But this is not a problem, because the gnat-specific information
25392 is actually not needed for these types. */
25393 if (need_gnat_info (cu)
25394 && TYPE_CODE (type) != TYPE_CODE_FUNC
25395 && TYPE_CODE (type) != TYPE_CODE_FLT
09e2d7c7
DE
25396 && TYPE_CODE (type) != TYPE_CODE_METHODPTR
25397 && TYPE_CODE (type) != TYPE_CODE_MEMBERPTR
25398 && TYPE_CODE (type) != TYPE_CODE_METHOD
b4ba55a1
JB
25399 && !HAVE_GNAT_AUX_INFO (type))
25400 INIT_GNAT_SPECIFIC (type);
25401
3f2f83dd
KB
25402 /* Read DW_AT_allocated and set in type. */
25403 attr = dwarf2_attr (die, DW_AT_allocated, cu);
25404 if (attr_form_is_block (attr))
25405 {
25406 if (attr_to_dynamic_prop (attr, die, cu, &prop))
50a82047 25407 add_dyn_prop (DYN_PROP_ALLOCATED, prop, type);
3f2f83dd
KB
25408 }
25409 else if (attr != NULL)
25410 {
b98664d3 25411 complaint (_("DW_AT_allocated has the wrong form (%s) at DIE %s"),
9c541725 25412 (attr != NULL ? dwarf_form_name (attr->form) : "n/a"),
9d8780f0 25413 sect_offset_str (die->sect_off));
3f2f83dd
KB
25414 }
25415
25416 /* Read DW_AT_associated and set in type. */
25417 attr = dwarf2_attr (die, DW_AT_associated, cu);
25418 if (attr_form_is_block (attr))
25419 {
25420 if (attr_to_dynamic_prop (attr, die, cu, &prop))
50a82047 25421 add_dyn_prop (DYN_PROP_ASSOCIATED, prop, type);
3f2f83dd
KB
25422 }
25423 else if (attr != NULL)
25424 {
b98664d3 25425 complaint (_("DW_AT_associated has the wrong form (%s) at DIE %s"),
9c541725 25426 (attr != NULL ? dwarf_form_name (attr->form) : "n/a"),
9d8780f0 25427 sect_offset_str (die->sect_off));
3f2f83dd
KB
25428 }
25429
3cdcd0ce
JB
25430 /* Read DW_AT_data_location and set in type. */
25431 attr = dwarf2_attr (die, DW_AT_data_location, cu);
25432 if (attr_to_dynamic_prop (attr, die, cu, &prop))
50a82047 25433 add_dyn_prop (DYN_PROP_DATA_LOCATION, prop, type);
3cdcd0ce 25434
dee91e82 25435 if (dwarf2_per_objfile->die_type_hash == NULL)
f792889a 25436 {
dee91e82
DE
25437 dwarf2_per_objfile->die_type_hash =
25438 htab_create_alloc_ex (127,
25439 per_cu_offset_and_type_hash,
25440 per_cu_offset_and_type_eq,
25441 NULL,
25442 &objfile->objfile_obstack,
25443 hashtab_obstack_allocate,
25444 dummy_obstack_deallocate);
f792889a 25445 }
1c379e20 25446
dee91e82 25447 ofs.per_cu = cu->per_cu;
9c541725 25448 ofs.sect_off = die->sect_off;
1c379e20 25449 ofs.type = type;
dee91e82
DE
25450 slot = (struct dwarf2_per_cu_offset_and_type **)
25451 htab_find_slot (dwarf2_per_objfile->die_type_hash, &ofs, INSERT);
7e314c57 25452 if (*slot)
b98664d3 25453 complaint (_("A problem internal to GDB: DIE %s has type already set"),
9d8780f0 25454 sect_offset_str (die->sect_off));
8d749320
SM
25455 *slot = XOBNEW (&objfile->objfile_obstack,
25456 struct dwarf2_per_cu_offset_and_type);
1c379e20 25457 **slot = ofs;
f792889a 25458 return type;
1c379e20
DJ
25459}
25460
9c541725 25461/* Look up the type for the die at SECT_OFF in PER_CU in die_type_hash,
02142a6c 25462 or return NULL if the die does not have a saved type. */
1c379e20
DJ
25463
25464static struct type *
9c541725 25465get_die_type_at_offset (sect_offset sect_off,
673bfd45 25466 struct dwarf2_per_cu_data *per_cu)
1c379e20 25467{
dee91e82 25468 struct dwarf2_per_cu_offset_and_type *slot, ofs;
ed2dc618 25469 struct dwarf2_per_objfile *dwarf2_per_objfile = per_cu->dwarf2_per_objfile;
f792889a 25470
dee91e82 25471 if (dwarf2_per_objfile->die_type_hash == NULL)
f792889a 25472 return NULL;
1c379e20 25473
dee91e82 25474 ofs.per_cu = per_cu;
9c541725 25475 ofs.sect_off = sect_off;
9a3c8263
SM
25476 slot = ((struct dwarf2_per_cu_offset_and_type *)
25477 htab_find (dwarf2_per_objfile->die_type_hash, &ofs));
1c379e20
DJ
25478 if (slot)
25479 return slot->type;
25480 else
25481 return NULL;
25482}
25483
02142a6c 25484/* Look up the type for DIE in CU in die_type_hash,
673bfd45
DE
25485 or return NULL if DIE does not have a saved type. */
25486
25487static struct type *
25488get_die_type (struct die_info *die, struct dwarf2_cu *cu)
25489{
9c541725 25490 return get_die_type_at_offset (die->sect_off, cu->per_cu);
673bfd45
DE
25491}
25492
10b3939b
DJ
25493/* Add a dependence relationship from CU to REF_PER_CU. */
25494
25495static void
25496dwarf2_add_dependence (struct dwarf2_cu *cu,
25497 struct dwarf2_per_cu_data *ref_per_cu)
25498{
25499 void **slot;
25500
25501 if (cu->dependencies == NULL)
25502 cu->dependencies
25503 = htab_create_alloc_ex (5, htab_hash_pointer, htab_eq_pointer,
25504 NULL, &cu->comp_unit_obstack,
25505 hashtab_obstack_allocate,
25506 dummy_obstack_deallocate);
25507
25508 slot = htab_find_slot (cu->dependencies, ref_per_cu, INSERT);
25509 if (*slot == NULL)
25510 *slot = ref_per_cu;
25511}
1c379e20 25512
f504f079
DE
25513/* Subroutine of dwarf2_mark to pass to htab_traverse.
25514 Set the mark field in every compilation unit in the
ae038cb0
DJ
25515 cache that we must keep because we are keeping CU. */
25516
10b3939b
DJ
25517static int
25518dwarf2_mark_helper (void **slot, void *data)
25519{
25520 struct dwarf2_per_cu_data *per_cu;
25521
25522 per_cu = (struct dwarf2_per_cu_data *) *slot;
d07ed419
JK
25523
25524 /* cu->dependencies references may not yet have been ever read if QUIT aborts
25525 reading of the chain. As such dependencies remain valid it is not much
25526 useful to track and undo them during QUIT cleanups. */
25527 if (per_cu->cu == NULL)
25528 return 1;
25529
10b3939b
DJ
25530 if (per_cu->cu->mark)
25531 return 1;
9068261f 25532 per_cu->cu->mark = true;
10b3939b
DJ
25533
25534 if (per_cu->cu->dependencies != NULL)
25535 htab_traverse (per_cu->cu->dependencies, dwarf2_mark_helper, NULL);
25536
25537 return 1;
25538}
25539
f504f079
DE
25540/* Set the mark field in CU and in every other compilation unit in the
25541 cache that we must keep because we are keeping CU. */
25542
ae038cb0
DJ
25543static void
25544dwarf2_mark (struct dwarf2_cu *cu)
25545{
25546 if (cu->mark)
25547 return;
9068261f 25548 cu->mark = true;
10b3939b
DJ
25549 if (cu->dependencies != NULL)
25550 htab_traverse (cu->dependencies, dwarf2_mark_helper, NULL);
ae038cb0
DJ
25551}
25552
25553static void
25554dwarf2_clear_marks (struct dwarf2_per_cu_data *per_cu)
25555{
25556 while (per_cu)
25557 {
9068261f 25558 per_cu->cu->mark = false;
ae038cb0
DJ
25559 per_cu = per_cu->cu->read_in_chain;
25560 }
72bf9492
DJ
25561}
25562
72bf9492
DJ
25563/* Trivial hash function for partial_die_info: the hash value of a DIE
25564 is its offset in .debug_info for this objfile. */
25565
25566static hashval_t
25567partial_die_hash (const void *item)
25568{
9a3c8263
SM
25569 const struct partial_die_info *part_die
25570 = (const struct partial_die_info *) item;
9a619af0 25571
9c541725 25572 return to_underlying (part_die->sect_off);
72bf9492
DJ
25573}
25574
25575/* Trivial comparison function for partial_die_info structures: two DIEs
25576 are equal if they have the same offset. */
25577
25578static int
25579partial_die_eq (const void *item_lhs, const void *item_rhs)
25580{
9a3c8263
SM
25581 const struct partial_die_info *part_die_lhs
25582 = (const struct partial_die_info *) item_lhs;
25583 const struct partial_die_info *part_die_rhs
25584 = (const struct partial_die_info *) item_rhs;
9a619af0 25585
9c541725 25586 return part_die_lhs->sect_off == part_die_rhs->sect_off;
72bf9492
DJ
25587}
25588
3c3bb058
AB
25589struct cmd_list_element *set_dwarf_cmdlist;
25590struct cmd_list_element *show_dwarf_cmdlist;
ae038cb0
DJ
25591
25592static void
981a3fb3 25593set_dwarf_cmd (const char *args, int from_tty)
ae038cb0 25594{
b4f54984 25595 help_list (set_dwarf_cmdlist, "maintenance set dwarf ", all_commands,
635c7e8a 25596 gdb_stdout);
ae038cb0
DJ
25597}
25598
25599static void
981a3fb3 25600show_dwarf_cmd (const char *args, int from_tty)
6e70227d 25601{
b4f54984 25602 cmd_show_list (show_dwarf_cmdlist, from_tty, "");
ae038cb0
DJ
25603}
25604
cd4fb1b2 25605int dwarf_always_disassemble;
437afbb8 25606
437afbb8 25607static void
cd4fb1b2
SM
25608show_dwarf_always_disassemble (struct ui_file *file, int from_tty,
25609 struct cmd_list_element *c, const char *value)
9291a0cd 25610{
cd4fb1b2
SM
25611 fprintf_filtered (file,
25612 _("Whether to always disassemble "
25613 "DWARF expressions is %s.\n"),
25614 value);
9291a0cd
TT
25615}
25616
9291a0cd 25617static void
cd4fb1b2
SM
25618show_check_physname (struct ui_file *file, int from_tty,
25619 struct cmd_list_element *c, const char *value)
9291a0cd 25620{
cd4fb1b2
SM
25621 fprintf_filtered (file,
25622 _("Whether to check \"physname\" is %s.\n"),
25623 value);
9291a0cd
TT
25624}
25625
cd4fb1b2
SM
25626void
25627_initialize_dwarf2_read (void)
9291a0cd 25628{
d95d3aef
TT
25629 dwarf2_objfile_data_key
25630 = register_objfile_data_with_cleanup (nullptr, dwarf2_free_objfile);
156942c7 25631
cd4fb1b2
SM
25632 add_prefix_cmd ("dwarf", class_maintenance, set_dwarf_cmd, _("\
25633Set DWARF specific variables.\n\
25634Configure DWARF variables such as the cache size"),
25635 &set_dwarf_cmdlist, "maintenance set dwarf ",
25636 0/*allow-unknown*/, &maintenance_set_cmdlist);
156942c7 25637
cd4fb1b2
SM
25638 add_prefix_cmd ("dwarf", class_maintenance, show_dwarf_cmd, _("\
25639Show DWARF specific variables\n\
25640Show DWARF variables such as the cache size"),
25641 &show_dwarf_cmdlist, "maintenance show dwarf ",
25642 0/*allow-unknown*/, &maintenance_show_cmdlist);
156942c7 25643
cd4fb1b2
SM
25644 add_setshow_zinteger_cmd ("max-cache-age", class_obscure,
25645 &dwarf_max_cache_age, _("\
25646Set the upper bound on the age of cached DWARF compilation units."), _("\
25647Show the upper bound on the age of cached DWARF compilation units."), _("\
25648A higher limit means that cached compilation units will be stored\n\
25649in memory longer, and more total memory will be used. Zero disables\n\
25650caching, which can slow down startup."),
25651 NULL,
25652 show_dwarf_max_cache_age,
25653 &set_dwarf_cmdlist,
25654 &show_dwarf_cmdlist);
156942c7 25655
cd4fb1b2
SM
25656 add_setshow_boolean_cmd ("always-disassemble", class_obscure,
25657 &dwarf_always_disassemble, _("\
25658Set whether `info address' always disassembles DWARF expressions."), _("\
25659Show whether `info address' always disassembles DWARF expressions."), _("\
25660When enabled, DWARF expressions are always printed in an assembly-like\n\
25661syntax. When disabled, expressions will be printed in a more\n\
25662conversational style, when possible."),
25663 NULL,
25664 show_dwarf_always_disassemble,
25665 &set_dwarf_cmdlist,
25666 &show_dwarf_cmdlist);
9291a0cd 25667
cd4fb1b2
SM
25668 add_setshow_zuinteger_cmd ("dwarf-read", no_class, &dwarf_read_debug, _("\
25669Set debugging of the DWARF reader."), _("\
25670Show debugging of the DWARF reader."), _("\
25671When enabled (non-zero), debugging messages are printed during DWARF\n\
25672reading and symtab expansion. A value of 1 (one) provides basic\n\
25673information. A value greater than 1 provides more verbose information."),
25674 NULL,
25675 NULL,
25676 &setdebuglist, &showdebuglist);
9291a0cd 25677
cd4fb1b2
SM
25678 add_setshow_zuinteger_cmd ("dwarf-die", no_class, &dwarf_die_debug, _("\
25679Set debugging of the DWARF DIE reader."), _("\
25680Show debugging of the DWARF DIE reader."), _("\
25681When enabled (non-zero), DIEs are dumped after they are read in.\n\
25682The value is the maximum depth to print."),
25683 NULL,
25684 NULL,
25685 &setdebuglist, &showdebuglist);
9291a0cd 25686
cd4fb1b2
SM
25687 add_setshow_zuinteger_cmd ("dwarf-line", no_class, &dwarf_line_debug, _("\
25688Set debugging of the dwarf line reader."), _("\
25689Show debugging of the dwarf line reader."), _("\
25690When enabled (non-zero), line number entries are dumped as they are read in.\n\
25691A value of 1 (one) provides basic information.\n\
25692A value greater than 1 provides more verbose information."),
25693 NULL,
25694 NULL,
25695 &setdebuglist, &showdebuglist);
437afbb8 25696
cd4fb1b2
SM
25697 add_setshow_boolean_cmd ("check-physname", no_class, &check_physname, _("\
25698Set cross-checking of \"physname\" code against demangler."), _("\
25699Show cross-checking of \"physname\" code against demangler."), _("\
25700When enabled, GDB's internal \"physname\" code is checked against\n\
25701the demangler."),
25702 NULL, show_check_physname,
25703 &setdebuglist, &showdebuglist);
900e11f9 25704
e615022a
DE
25705 add_setshow_boolean_cmd ("use-deprecated-index-sections",
25706 no_class, &use_deprecated_index_sections, _("\
25707Set whether to use deprecated gdb_index sections."), _("\
25708Show whether to use deprecated gdb_index sections."), _("\
25709When enabled, deprecated .gdb_index sections are used anyway.\n\
25710Normally they are ignored either because of a missing feature or\n\
25711performance issue.\n\
25712Warning: This option must be enabled before gdb reads the file."),
25713 NULL,
25714 NULL,
25715 &setlist, &showlist);
25716
f1e6e072
TT
25717 dwarf2_locexpr_index = register_symbol_computed_impl (LOC_COMPUTED,
25718 &dwarf2_locexpr_funcs);
25719 dwarf2_loclist_index = register_symbol_computed_impl (LOC_COMPUTED,
25720 &dwarf2_loclist_funcs);
25721
25722 dwarf2_locexpr_block_index = register_symbol_block_impl (LOC_BLOCK,
25723 &dwarf2_block_frame_base_locexpr_funcs);
25724 dwarf2_loclist_block_index = register_symbol_block_impl (LOC_BLOCK,
25725 &dwarf2_block_frame_base_loclist_funcs);
c62446b1
PA
25726
25727#if GDB_SELF_TEST
25728 selftests::register_test ("dw2_expand_symtabs_matching",
25729 selftests::dw2_expand_symtabs_matching::run_test);
25730#endif
6502dd73 25731}
This page took 4.749788 seconds and 4 git commands to generate.