From 1b36a6700fa01835a511189a3e4f70e1bed94dfb Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Mon, 21 Jun 2021 16:57:38 +0200 Subject: [PATCH] Disable-lazy --- gdb/dwarf2/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2