summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-01-12 21:29:37 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-01-12 21:29:37 -0500
commit794dacb8ae89cfb594112d08aa3ce5789599fa5f (patch)
tree34edc01bc726a65bc68de7f436b5808f979f39c1 /tapsets.cxx
parente1ef65568215f5b68074acd08339fd5fc9fa4e3b (diff)
parentdc241cba4d146835d7bdc3c32133aad27cdfc8e4 (diff)
downloadsystemtap-steved-794dacb8ae89cfb594112d08aa3ce5789599fa5f.tar.gz
systemtap-steved-794dacb8ae89cfb594112d08aa3ce5789599fa5f.tar.xz
systemtap-steved-794dacb8ae89cfb594112d08aa3ce5789599fa5f.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index d2cd3bcd..ebc07ba3 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -746,7 +746,12 @@ struct dwflpp
/* selection predicate */
NULL);
if (debuginfo_needed)
- dwfl_assert ("missing kernel debuginfo", rc);
+ dwfl_assert (string("missing kernel ") +
+ sess.kernel_release +
+ string(" ") +
+ sess.architecture +
+ string(" debuginfo"),
+ rc);
// XXX: it would be nice if we could do a single
// ..._report_offline call for an entire systemtap script, so