From b114309693c9b5965ce92a1fc123c85600b79741 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 21 Jul 2009 13:17:26 +0200 Subject: Save module when dwflpp setup_user. * dwflpp.cxx (setup_user): Set module to mod. --- dwflpp.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'dwflpp.cxx') 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& modules, bool debuginfo_needed) module_name.c_str(), -1); // XXX: save mod! + module = mod; if (debuginfo_needed) dwfl_assert (string("missing process ") + -- cgit