Make info fun|var|types interruptable for psyms.
authorDoug Evans <dje@google.com>
Wed, 15 Apr 2015 21:04:35 +0000 (14:04 -0700)
committerDoug Evans <dje@google.com>
Wed, 15 Apr 2015 21:04:35 +0000 (14:04 -0700)
gdb/ChangeLog:

* psymtab.c (psym_expand_symtabs_matching): Add QUIT call.

gdb/ChangeLog
gdb/psymtab.c

index 8e9aaf9..efee416 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
index b3c2f44..383e4c4 100644 (file)
@@ -1423,6 +1423,8 @@ psym_expand_symtabs_matching
 
   ALL_OBJFILE_PSYMTABS_REQUIRED (objfile, ps)
     {
+      QUIT;
+
       if (ps->readin)
        continue;