summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2008-09-12 11:26:06 -0400
committerDave Brolley <brolley@redhat.com>2008-09-12 11:26:06 -0400
commit87fa559f6de5e781f3ba2fe150d7421fb7d75efa (patch)
tree5d4218da9b0f949954a1e0ce320b17d131a369fd /translate.cxx
parent2c92c3026644f70f2628949a5cc0f94506a46ff5 (diff)
parent3438f38f647db43bfc06b12930b7dfc14af7d67d (diff)
downloadsystemtap-steved-87fa559f6de5e781f3ba2fe150d7421fb7d75efa.tar.gz
systemtap-steved-87fa559f6de5e781f3ba2fe150d7421fb7d75efa.tar.xz
systemtap-steved-87fa559f6de5e781f3ba2fe150d7421fb7d75efa.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Conflicts: ChangeLog
Diffstat (limited to 'translate.cxx')
-rw-r--r--translate.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/translate.cxx b/translate.cxx
index 64308fe3..e92c8483 100644
--- a/translate.cxx
+++ b/translate.cxx
@@ -4517,8 +4517,13 @@ dump_unwindsyms (Dwfl_Module *m,
}
else
{
+ // There would be only a small benefit to warning. A user
+ // likely can't do anything about this; backtraces for the
+ // affected module would just get all icky heuristicy.
+#if 0
c->session.print_warning ("No unwind data for " + modname
+ ", " + dwfl_errmsg (-1));
+#endif
}
for (unsigned secidx = 0; secidx < seclist.size(); secidx++)