From ee53a613180a780ea377b4f1c857aaeabcf44240 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sun, 8 Mar 2009 22:30:03 -0400 Subject: [PATCH] Check pending_interrupts more frequently during unwindsyms (pass 3) processing --- translate.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/translate.cxx b/translate.cxx index c679e0f1d..b2ba5c72f 100644 --- a/translate.cxx +++ b/translate.cxx @@ -4458,6 +4458,9 @@ dump_unwindsyms (Dwfl_Module *m, string modname = name; + if (pending_interrupts) + return DWARF_CB_ABORT; + // skip modules/files we're not actually interested in if (c->session.unwindsym_modules.find(modname) == c->session.unwindsym_modules.end()) return DWARF_CB_OK; -- 2.43.5