diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-07-21 13:17:26 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-07-21 13:17:26 +0200 |
commit | b114309693c9b5965ce92a1fc123c85600b79741 (patch) | |
tree | 853b58a051f1de5a29d9e1847c842f18047f6a66 /dwflpp.cxx | |
parent | f982c59b2c2b1c25684213c816a69f18a98fea8a (diff) | |
download | systemtap-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.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ") + |