summaryrefslogtreecommitdiffstats
path: root/dwflpp.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-07-08 12:01:45 -0400
committerDave Brolley <brolley@redhat.com>2009-07-08 12:01:45 -0400
commitbdf70a5d466fa9c1559a93ab71603981f1c0d753 (patch)
tree9dcacb67e60b3754129ff8b484878a994f6a7f75 /dwflpp.h
parent271691992a2e790cfa40df61b42de38be75d0677 (diff)
parent619d9aaf011c975159a79d34259083a596162bf1 (diff)
downloadsystemtap-steved-bdf70a5d466fa9c1559a93ab71603981f1c0d753.tar.gz
systemtap-steved-bdf70a5d466fa9c1559a93ab71603981f1c0d753.tar.xz
systemtap-steved-bdf70a5d466fa9c1559a93ab71603981f1c0d753.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'dwflpp.h')
-rw-r--r--dwflpp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwflpp.h b/dwflpp.h
index ec6c5a0c..d6d97cd0 100644
--- a/dwflpp.h
+++ b/dwflpp.h
@@ -166,7 +166,7 @@ struct dwflpp
std::string cu_name;
std::string function_name;
- dwflpp(systemtap_session & session, const std::string& user_module="");
+ dwflpp(systemtap_session & session, const std::string& user_module, bool kernel_p);
~dwflpp();
void get_module_dwarf(bool required = false, bool report = true);
@@ -280,7 +280,7 @@ private:
Dwarf * module_dwarf;
Dwarf_Die * function;
- void setup_kernel(bool debuginfo_needed = true);
+ void setup_kernel(const std::string& module_name, bool debuginfo_needed = true);
void setup_user(const std::string& module_name, bool debuginfo_needed = true);
typedef std::map<Dwarf*, std::vector<Dwarf_Die>*> module_cu_cache_t;