diff options
author | Mark Wielaard <mjw@redhat.com> | 2008-09-10 17:43:42 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2008-09-10 17:43:42 +0200 |
commit | 675fb1ddeec8cd22e17ab989f8a813a375ae6226 (patch) | |
tree | 75909a476c3dbeef1ee440cf8f78f68c6ed31a01 /translate.cxx | |
parent | e0c72583f8fb7a61d052c58b8e9c6df0925bc234 (diff) | |
download | systemtap-steved-675fb1ddeec8cd22e17ab989f8a813a375ae6226.tar.gz systemtap-steved-675fb1ddeec8cd22e17ab989f8a813a375ae6226.tar.xz systemtap-steved-675fb1ddeec8cd22e17ab989f8a813a375ae6226.zip |
Rename _stp_module module_base output to dwarf_module_base and document.
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.cxx b/translate.cxx index 7c1469df..4620f76f 100644 --- a/translate.cxx +++ b/translate.cxx @@ -4551,7 +4551,7 @@ dump_unwindsyms (Dwfl_Module *m, c->output << "struct _stp_module _stp_module_" << stpmod_idx << " = {" << endl; c->output << ".name = " << lex_cast_qstring (modname) << ", " << endl; - c->output << ".module_base = 0x" << hex << base << dec << ", " << endl; + c->output << ".dwarf_module_base = 0x" << hex << base << dec << ", " << endl; if (unwind != NULL) { |