]> sourceware.org Git - systemtap.git/commit - dwarf_wrappers.h
Support DWARF4 linkage names
authorJosh Stone <jistone@redhat.com>
Tue, 17 Aug 2010 19:42:49 +0000 (12:42 -0700)
committerJosh Stone <jistone@redhat.com>
Tue, 17 Aug 2010 19:54:46 +0000 (12:54 -0700)
commitf450a7e3b805a066df1a634e231b73c22b7229b8
treef63f2d4ac7e384b0d880440b7e7d7277b3de751c
parent8dc503b652ce152a4cde60ea2ba3faebb461271d
Support DWARF4 linkage names

With -gdwarf-4, gcc outputs DW_AT_linkage_name instead of
DW_AT_MIPS_linkage_name.  Semantics are unchanged.

* dwarf_wrappers.h (dwarf_linkage_name): New, retrieves the linkage_name
  by either the old or new attribute value.
* dwflpp.cxx (dwflpp::iterate_over_functions): Use dwarf_linkage_name.
  (dwflpp::vardie_from_symtable): Ditto.
* tapsets.cxx (dwarf_query::add_probe_point): Ditto.
dwarf_wrappers.h
dwflpp.cxx
tapsets.cxx
This page took 0.028124 seconds and 5 git commands to generate.