summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-07-21 13:17:26 +0200
committerMark Wielaard <mjw@redhat.com>2009-07-21 13:17:26 +0200
commitb114309693c9b5965ce92a1fc123c85600b79741 (patch)
tree853b58a051f1de5a29d9e1847c842f18047f6a66 /dwflpp.cxx
parentf982c59b2c2b1c25684213c816a69f18a98fea8a (diff)
downloadsystemtap-steved-b114309693c9b5965ce92a1fc123c85600b79741.tar.gz
systemtap-steved-b114309693c9b5965ce92a1fc123c85600b79741.tar.xz
systemtap-steved-b114309693c9b5965ce92a1fc123c85600b79741.zip
Save module when dwflpp setup_user.
* dwflpp.cxx (setup_user): Set module to mod.
Diffstat (limited to 'dwflpp.cxx')
-rw-r--r--dwflpp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwflpp.cxx b/dwflpp.cxx
index 0bba3f1e..1951b071 100644
--- a/dwflpp.cxx
+++ b/dwflpp.cxx
@@ -418,6 +418,7 @@ dwflpp::setup_user(const vector<string>& modules, bool debuginfo_needed)
module_name.c_str(),
-1);
// XXX: save mod!
+ module = mod;
if (debuginfo_needed)
dwfl_assert (string("missing process ") +