summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-04-24 13:08:02 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-04-24 13:08:02 -0400
commitc47ccf304e6560cb50c86c2a5213c8de56678449 (patch)
tree3898fdc916b19f35111f63d6302f90b53770ac67 /session.h
parentf0e6dc6304d8fea1e5fac151581f5deba0b07833 (diff)
downloadsystemtap-steved-c47ccf304e6560cb50c86c2a5213c8de56678449.tar.gz
systemtap-steved-c47ccf304e6560cb50c86c2a5213c8de56678449.tar.xz
systemtap-steved-c47ccf304e6560cb50c86c2a5213c8de56678449.zip
add module-name vector to session object, command line arguments
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 3 insertions, 0 deletions
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<std::string> unwindsym_modules;
+
std::set<std::string> seen_errors;
unsigned num_errors () { return seen_errors.size(); }
// void print_error (const parse_error& e);