From 464c2dcbdb2e1e2334d309e5645306b0a1798c1a Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 9 Jan 2008 20:26:31 +0000 Subject: improve missing kernel-debuginfo message --- tapsets.cxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tapsets.cxx') 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 -- cgit