]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Add i386 frame pointer unwinder.
authorMark Wielaard <mark@klomp.org>
Thu, 6 Apr 2017 22:06:30 +0000 (00:06 +0200)
committerMark Wielaard <mark@klomp.org>
Tue, 2 May 2017 13:25:36 +0000 (15:25 +0200)
commitaecc2a7052f69386109dcf17d92c8396e9067eec
treef34e1b67597bfa047eda6be3b9d1456c7bf553cb
parenta55df2c16721010bf1a9900038c0736bd578c913
Add i386 frame pointer unwinder.

Add a simple i386_unwind.c frame pointer unwinder as fallback if DWARF/CFI
unwinding fails.

Signed-off-by: Mark Wielaard <mark@klomp.org>
backends/ChangeLog
backends/Makefile.am
backends/i386_init.c
backends/i386_unwind.c [new file with mode: 0644]
tests/ChangeLog
tests/Makefile.am
tests/backtrace.i386.fp.core.bz2 [new file with mode: 0644]
tests/backtrace.i386.fp.exec.bz2 [new file with mode: 0755]
tests/run-backtrace-fp-core-i386.sh [new file with mode: 0755]