[gdb/symtab] Declare lazy_expand_symtab_p

Declare lazy_expand_symtab_p.

Declare directly in .c file(s) instead of header file for now, to speed up
rebuilding.
This commit is contained in:
Tom de Vries
2021-06-18 12:11:55 +02:00
parent bdd77e3200
commit 560671a154

View File

@@ -90,6 +90,8 @@
#include "count-one-bits.h"
#include <unordered_set>
extern bool lazy_expand_symtab_p;
/* When == 1, print basic high level tracing messages.
When > 1, be more verbose.
This is in contrast to the low level DIE reading of dwarf_die_debug. */