backends: sparc: support for core backtraces
authorJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 8 Dec 2015 18:10:42 +0000 (19:10 +0100)
committerMark Wielaard <mjw@redhat.com>
Sun, 3 Jan 2016 11:17:16 +0000 (12:17 +0100)
commita8a22a33a8c5886d6818bd8377f11dd8f38fdc2b
treea8b16193ad410e5404da7eaef1f58eb69c77ebed
parent73be3d2d1a5dbdb6aa954b244524d21346af27d8
backends: sparc: support for core backtraces

This patch adds sparc support to the unwinder, providing a default CFI
program that works in both sparcv9-*-* and sparc64-*-* targets.

Signed-off-by: Jose E. Marchesi <jose.marchesi@oracle.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
backends/ChangeLog
backends/Makefile.am
backends/sparc_cfi.c [new file with mode: 0644]
backends/sparc_corenote.c
backends/sparc_init.c
tests/ChangeLog
tests/Makefile.am
tests/backtrace.sparc.core.bz2 [new file with mode: 0644]
tests/backtrace.sparc.exec.bz2 [new file with mode: 0755]
tests/run-backtrace-core-sparc.sh [new file with mode: 0755]