summaryrefslogtreecommitdiff
path: root/tests/backtrace.ppc.exec.bz2
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add core backtracegen check and regen ppc32 backtrace testfiles.Mark Wielaard2017-05-021-0/+0
| | | | | | | | | | | | | Add a check to check_core to make sure the backtracegen function is found in the backtrace. This function is in the middle of the backtrace in the main executable and if not found it means the backtrace was incomplete or the frame was skipped (which could happen on a bad frame pointer only unwind). This showed that the ppc32 backtrace test files were missing DWARF CFI for the main executable. Regenerated them to include full CFI. Signed-off-by: Mark Wielaard <mark@klomp.org>
* unwinder: ppc and ppc64Jan Kratochvil2013-12-151-0/+0
Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>