]> git.ipfire.org Git - thirdparty/elfutils.git/commit
addr2line: Add demangler support.
authorMark Wielaard <mjw@redhat.com>
Wed, 20 May 2015 09:52:27 +0000 (11:52 +0200)
committerMark Wielaard <mjw@redhat.com>
Wed, 27 May 2015 15:17:51 +0000 (17:17 +0200)
commitcd2da6c37b468c7ac66d2edcd83f8bcbaeb793ec
tree0ffba17e8bcfc5de4372ec5f53690a5679d3fe77
parent70a504d1e19fe14cf34ab3e7a0179aa421f548e0
addr2line: Add demangler support.

Makes the -C, --demangle option visible and implements it (ignoring the
demangle style argument). Adds a new test with sample output.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
NEWS
src/ChangeLog
src/Makefile.am
src/addr2line.c
tests/ChangeLog
tests/Makefile.am
tests/run-addr2line-i-demangle-test.sh [new file with mode: 0755]