summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-03-25 11:41:16 -0400
committerDave Brolley <brolley@redhat.com>2009-03-25 11:41:16 -0400
commit666d747e2a8880c2906c1e2ead49182cf061df74 (patch)
tree12ae1700dd11b1ef13415b0349641cfb70e01982 /translate.cxx
parentd171a9ff5fda69cab247d2afd06ec5952941969e (diff)
parentb41a544e20a42413daa0323d2f149e9e34586ccf (diff)
downloadsystemtap-steved-666d747e2a8880c2906c1e2ead49182cf061df74.tar.gz
systemtap-steved-666d747e2a8880c2906c1e2ead49182cf061df74.tar.xz
systemtap-steved-666d747e2a8880c2906c1e2ead49182cf061df74.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Conflicts: Makefile.in
Diffstat (limited to 'translate.cxx')
-rw-r--r--translate.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/translate.cxx b/translate.cxx
index 40bb82c2..0b81d9bb 100644
--- a/translate.cxx
+++ b/translate.cxx
@@ -4824,6 +4824,7 @@ emit_symbol_data (systemtap_session& s)
do
{
if (pending_interrupts) return;
+ if (ctx.undone_unwindsym_modules.empty()) break;
off = dwfl_getmodules (dwfl, &dump_unwindsyms, (void *) &ctx, 0);
}
while (off > 0);
@@ -4862,6 +4863,7 @@ emit_symbol_data (systemtap_session& s)
do
{
if (pending_interrupts) return;
+ if (ctx.undone_unwindsym_modules.empty()) break;
off = dwfl_getmodules (dwfl, &dump_unwindsyms, (void *) &ctx, 0);
}
while (off > 0);