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 8e9aaf93271d84f6c9e6bd0b34406a09252ecf41..efee4167ad93e2d0ad1ecefc8a2c833897f4cadb 100644 (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.
index b3c2f44f00d8e8fe414e3b02235f792ca79931c3..383e4c4540f2330738830c997d475d5565c97466 100644 (file)
@@ -1423,6 +1423,8 @@ psym_expand_symtabs_matching
 
   ALL_OBJFILE_PSYMTABS_REQUIRED (objfile, ps)
     {
+      QUIT;
+
       if (ps->readin)
        continue;
 
This page took 0.028145 seconds and 4 git commands to generate.