From 2ed04863c3426f94932d4a4e4b5d6c7b84e49dfd Mon Sep 17 00:00:00 2001 From: William Cohen Date: Wed, 27 May 2009 11:14:12 -0400 Subject: Suggest rpms to install using debuginfo-install. The patch makes use of the RPM libraries to determine which rpm supplied the executable and from that information suggest a command to install the appropriate debuginfo rpm. This is enabled using the "--with-rpm" option for configure. Can be explicitly disabled with "--without-rpm". --- session.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'session.h') diff --git a/session.h b/session.h index 151094b1..a617e47f 100644 --- a/session.h +++ b/session.h @@ -211,6 +211,8 @@ struct systemtap_session std::set seen_warnings; unsigned num_errors () { return seen_errors.size(); } + std::set rpms_to_install; + // void print_error (const parse_error& e); const token* last_token; void print_token (std::ostream& o, const token* tok); -- cgit