From c47ccf304e6560cb50c86c2a5213c8de56678449 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 24 Apr 2008 13:08:02 -0400 Subject: add module-name vector to session object, command line arguments --- session.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'session.h') diff --git a/session.h b/session.h index 6fa05a2f..c1661ea7 100644 --- a/session.h +++ b/session.h @@ -156,6 +156,9 @@ struct systemtap_session Dwarf_Addr sym_kprobes_text_end; Dwarf_Addr sym_stext; + // List of libdwfl module names to extract symbol/unwind data for. + std::vector unwindsym_modules; + std::set seen_errors; unsigned num_errors () { return seen_errors.size(); } // void print_error (const parse_error& e); -- cgit