Make info fun|var|types interruptable for psyms.

gdb/ChangeLog:

	* psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
This commit is contained in:
Doug Evans 2015-04-15 14:04:35 -07:00
parent 61d96d7e2e
commit 30b3dd9d47
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-04-15 Doug Evans <dje@google.com>
* psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
2015-04-15 Doug Evans <dje@google.com>
* dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.

View File

@ -1423,6 +1423,8 @@ psym_expand_symtabs_matching
ALL_OBJFILE_PSYMTABS_REQUIRED (objfile, ps)
{
QUIT;
if (ps->readin)
continue;