aboutsummaryrefslogtreecommitdiff
path: root/tests/backtrace.c
AgeCommit message (Expand)Author
2018-02-10Use fallthrough attribute.Joshua Watt
2017-05-02Add frame pointer unwinding for aarch64 and relax backtrace testcases.Ulf Hermann
2017-05-02Revert "Optionally allow unknown symbols in the backtrace tests"Mark Wielaard
2017-02-14Optionally allow unknown symbols in the backtrace testsUlf Hermann
2016-11-10Add GCC7 -Wimplicit-fallthrough support/fixes.Mark Wielaard
2016-08-25tests: Simplify backtrace-native tests. Drop raise jmp patching for x86_64.Mark Wielaard
2015-06-27Reduce scope of some includesPino Toscano
2015-05-05Replace assert_perror with assertMax Filippov
2015-03-13tests: Use PTRACE_GETREGS/PTRACE_SETREGS to update ripH.J. Lu
2015-02-11tests: ensure backtrace.c exec_dump sets jmpJosh Stone
2014-06-17tests/backtrace.c (frame_callback): Error on seeing more than 16 frames.Mark Wielaard
2014-06-17tests: backtrace.c accept __libc_do_syscall as first frame symname.Mark Wielaard
2014-06-11libdwfl: Record dwfl_attach_state error and return it on failure.Mark Wielaard
2014-04-23Unwinding is only supported on LinuxKurt Roeckx
2014-01-04tests: Don't use ptrace detach stopped trick. Raise can return.Mark Wielaard
2013-12-31libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach.Mark Wielaard
2013-12-21tests: backtrace.c only check we caught the last instruction on x86_64.Mark Wielaard
2013-12-02Tests for unwinder of x86*.Jan Kratochvil