]> sourceware.org Git - systemtap.git/commit
Use dwarf_diename instead of a DW_AT_name lookup
authorJosh Stone <jistone@redhat.com>
Thu, 20 Aug 2009 00:07:30 +0000 (17:07 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 20 Aug 2009 00:07:30 +0000 (17:07 -0700)
commitde9a66e3bbc3f287229cad892108e46ac44b2bdf
tree5f90d2e464e5db55c08c0eccdd83bc2a923008a3
parentf1c8f8a5c96229eee5d06e2eaccecfa7d714fbc9
Use dwarf_diename instead of a DW_AT_name lookup

We should always use the canonical dwarf_diename.  The code being
replaced here wasn't even using dwarf_attr_integrate, so it may have
been missing the accessibility of some names.

* dwflpp.cxx (dwflpp::iterate_over_labels): Use dwarf_diename.
dwflpp.cxx
This page took 0.023299 seconds and 5 git commands to generate.