]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Disable-lazy
authorTom de Vries <tdevries@suse.de>
Mon, 21 Jun 2021 14:57:38 +0000 (16:57 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 24 Jun 2021 15:59:27 +0000 (17:59 +0200)
gdb/dwarf2/read.c

index cf6dc08367cf69cb087063ab1dffbb24ed946281..deec20ed98fa79bb5125ca1a130a955f2836c3c3 100644 (file)
@@ -10549,7 +10549,7 @@ read_file_scope (struct die_info *die, struct dwarf2_cu *cu)
   handle_DW_AT_stmt_list (die, cu, fnd.comp_dir, lowpc);
 
   /* Process all dies in compilation unit.  */
-  if (lazy_expand_symtab_p && cu->per_cu->interesting_symbols
+  if (false && lazy_expand_symtab_p && cu->per_cu->interesting_symbols
       && cu->per_cu->interesting_symbols->size () > 0)
     {
       std::set<sect_offset> expanded;