]> sourceware.org Git - systemtap.git/commit
PR20307: fix references to private global in tapset
authorFrank Ch. Eigler <fche@redhat.com>
Thu, 30 Jun 2016 16:08:07 +0000 (12:08 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Thu, 30 Jun 2016 16:08:07 +0000 (12:08 -0400)
commite5c209cfab832004863f873fc8120b96366357e1
treebe1cd809a655e16bda4e09a20d6db8436c777ab6
parent002e11fad75b2a9fae1aa5703ba9827dea0c91bd
PR20307: fix references to private global in tapset

Previous code could not resolve a reference to a private global
(defined in a tapset) within a probe alias (from that same tapset).
We now try matching up the mangled name in addition to the plain one
in symresolution_info::find_var() when searching the
session.library_files[].globals.
elaborate.cxx
This page took 0.024371 seconds and 5 git commands to generate.