aboutsummaryrefslogtreecommitdiff
path: root/debug/tst-backtrace5.c
AgeCommit message (Collapse)AuthorFilesLines
2013-08-20PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella1-3/+8
This patch fixes backtrace for PPC32 and PPC64 to correctly handle signal trampolines. The 'debug/tst-backtrace6.c' also check for SA_SIGINFO handling, where is triggers another vDSO symbols for PPC32.
2013-01-24Avoid backtrace tests matching filenames when searching for function names.Joseph Myers1-18/+6
2013-01-18Add tests that backtrace and backtrace_symbols produce correct results.Joseph Myers1-0/+148