From: Tom de Vries Date: Mon, 21 Jun 2021 14:57:38 +0000 (+0200) Subject: Disable-lazy X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b36a6700fa01835a511189a3e4f70e1bed94dfb;p=thirdparty%2Fbinutils-gdb.git Disable-lazy --- diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index cf6dc08367c..deec20ed98f 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -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 expanded;