diff options
Diffstat (limited to 'gdb/psymtab.c')
-rw-r--r-- | gdb/psymtab.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/psymtab.c b/gdb/psymtab.c index b3c2f44..383e4c4 100644 --- a/gdb/psymtab.c +++ b/gdb/psymtab.c @@ -1423,6 +1423,8 @@ psym_expand_symtabs_matching ALL_OBJFILE_PSYMTABS_REQUIRED (objfile, ps) { + QUIT; + if (ps->readin) continue; |