summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-04-28 14:01:50 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-06-23 17:41:39 -0400
commit1a0dbc5a7ff6ec220b9b4b150ce5cfb6c035d1f5 (patch)
treeed0446ecc8e629ed398494b89cd964da612fcb4f /session.h
parenta8368458b976929634935d66202d27927e3c2ed9 (diff)
downloadsystemtap-steved-1a0dbc5a7ff6ec220b9b4b150ce5cfb6c035d1f5.tar.gz
systemtap-steved-1a0dbc5a7ff6ec220b9b4b150ce5cfb6c035d1f5.tar.xz
systemtap-steved-1a0dbc5a7ff6ec220b9b4b150ce5cfb6c035d1f5.zip
populate sess.unwindsym_modules set from dwarf probes
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.h b/session.h
index 2b61a85f..d8d89091 100644
--- a/session.h
+++ b/session.h
@@ -165,8 +165,8 @@ struct systemtap_session
Dwarf_Addr sym_stext;
// List of libdwfl module names to extract symbol/unwind data for.
- std::vector<std::string> unwindsym_modules;
struct module_cache* module_cache;
+ std::set<std::string> unwindsym_modules;
std::set<std::string> seen_errors;
std::set<std::string> seen_warnings;