From: Tom de Vries Date: Sat, 12 Jun 2021 08:58:32 +0000 (+0200) Subject: [gdb/symtab] Set lazy_expand_symtab_p to true X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bdd77e320042952784b66353adade878a97df62b;p=thirdparty%2Fbinutils-gdb.git [gdb/symtab] Set lazy_expand_symtab_p to true Enable lazy symtab expansion by default. Should be the last patch, but moved earlier to make development easier. --- diff --git a/gdb/psymtab.c b/gdb/psymtab.c index 7efc56270e4..e395a10a85e 100644 --- a/gdb/psymtab.c +++ b/gdb/psymtab.c @@ -37,7 +37,7 @@ #include #include -bool lazy_expand_symtab_p = false; +bool lazy_expand_symtab_p = true; static struct partial_symbol *lookup_partial_symbol (struct objfile *, struct partial_symtab *,