]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/symtab] Set lazy_expand_symtab_p to true
authorTom de Vries <tdevries@suse.de>
Sat, 12 Jun 2021 08:58:32 +0000 (10:58 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 24 Jun 2021 15:44:35 +0000 (17:44 +0200)
Enable lazy symtab expansion by default.

Should be the last patch, but moved earlier to make development
easier.

gdb/psymtab.c

index 7efc56270e4bf8b18f10205dddcfd350fc85e594..e395a10a85e94dce93c059334023055153ccb05d 100644 (file)
@@ -37,7 +37,7 @@
 #include <algorithm>
 #include <set>
 
-bool lazy_expand_symtab_p = false;
+bool lazy_expand_symtab_p = true;
 
 static struct partial_symbol *lookup_partial_symbol (struct objfile *,
                                                     struct partial_symtab *,