summaryrefslogtreecommitdiffstats
path: root/tests/backtrace.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate error.h inclusion in system.hRoss Burton2018-07-051-1/+1
* Use fallthrough attribute.Joshua Watt2018-02-101-1/+1
* Add frame pointer unwinding for aarch64 and relax backtrace testcases.Ulf Hermann2017-05-021-0/+12
* Revert "Optionally allow unknown symbols in the backtrace tests"Mark Wielaard2017-05-021-22/+8
* Optionally allow unknown symbols in the backtrace testsUlf Hermann2017-02-141-8/+22
* Add GCC7 -Wimplicit-fallthrough support/fixes.Mark Wielaard2016-11-101-1/+1
* tests: Simplify backtrace-native tests. Drop raise jmp patching for x86_64.Mark Wielaard2016-08-251-18/+21
* Reduce scope of some includesPino Toscano2015-06-271-0/+2
* Replace assert_perror with assertMax Filippov2015-05-051-5/+5
* tests: Use PTRACE_GETREGS/PTRACE_SETREGS to update ripH.J. Lu2015-03-131-3/+7
* tests: ensure backtrace.c exec_dump sets jmpJosh Stone2015-02-111-1/+1
* tests/backtrace.c (frame_callback): Error on seeing more than 16 frames.Mark Wielaard2014-06-171-0/+7
* tests: backtrace.c accept __libc_do_syscall as first frame symname.Mark Wielaard2014-06-171-1/+2
* libdwfl: Record dwfl_attach_state error and return it on failure.Mark Wielaard2014-06-111-1/+4
* Unwinding is only supported on LinuxKurt Roeckx2014-04-231-0/+15
* tests: Don't use ptrace detach stopped trick. Raise can return.Mark Wielaard2014-01-041-12/+1
* libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach.Mark Wielaard2013-12-311-0/+6
* tests: backtrace.c only check we caught the last instruction on x86_64.Mark Wielaard2013-12-211-1/+7
* Tests for unwinder of x86*.Jan Kratochvil2013-12-021-0/+452