From 1a0dbc5a7ff6ec220b9b4b150ce5cfb6c035d1f5 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 28 Apr 2008 14:01:50 -0400 Subject: populate sess.unwindsym_modules set from dwarf probes --- session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'session.h') 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 unwindsym_modules; struct module_cache* module_cache; + std::set unwindsym_modules; std::set seen_errors; std::set seen_warnings; -- cgit