summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/backtrace.c (frame_callback): Error on seeing more than 16 frames.Mark Wielaard2014-06-172-0/+11
* tests: backtrace.c accept __libc_do_syscall as first frame symname.Mark Wielaard2014-06-172-1/+7
* tests: backtrace-subr.sh add check_native_unsupported.Mark Wielaard2014-06-173-4/+18
* libdwfl: Record dwfl_attach_state error and return it on failure.Mark Wielaard2014-06-112-1/+9
* tests: Don't use static functions in testfile-backtrace-demangle.Mark Wielaard2014-05-184-2/+9
* Remove --enable-dwz. dwz alt debug is no longer experimental.Mark Wielaard2014-05-032-6/+7
* libdwfl: Move dwz alt multi file searching to find_debuginfo callback.Mark Wielaard2014-05-022-0/+110
* libdwelf: Add dwelf_elf_gnu_build_id.Mark Wielaard2014-05-015-4/+135
* tests/allfcts.c: Install alternate debug informationFlorian Weimer2014-04-242-1/+40
* libdwelf: Add dwelf_dwarf_gnu_debugaltlinkFlorian Weimer2014-04-244-3/+128
* libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.Mark Wielaard2014-04-244-2/+108
* tests: run-nm-self.sh use test = not == for string comparisons.Mark Wielaard2014-04-232-1/+5
* Unwinding is only supported on LinuxKurt Roeckx2014-04-236-2/+56
* Remove mudflap build option.Mark Wielaard2014-04-183-74/+71
* readelf: Read the decompressed data when processing .zdebug DWARF sections.Mark Wielaard2014-04-155-1/+554
* readelf: convert up to a target long in buf_read_ulong.Mark Wielaard2014-04-144-2/+73
* backends: Add aarch64 native and core unwind support.Mark Wielaard2014-04-145-0/+33
* libdwfl: test dwflsyms on ET_EXEC with minisymtabJosh Stone2014-03-115-1/+133
* backends: Add arm frame_nregs and set_initial_registers_tid.Mark Wielaard2014-01-302-0/+16
* backends: arm_cfi SP (r13) is restored from CFA by default.Mark Wielaard2014-01-302-1/+6
* Use -Wformat=2 by default for all files.Mark Wielaard2014-01-302-1/+4
* stack: Add -i, --inlines. Show inlined call frames using DWARF debuginfo.Mark Wielaard2014-01-273-2/+78
* stack: Add -d, --debugname. Lookup DWARF debuginfo name for frame address.Mark Wielaard2014-01-275-2/+125
* tests: Reduce the total number of self-test files and add ET_REL files.Mark Wielaard2014-01-203-6/+26
* tests: run-backtrace-demangle.sh check exitcode and max number of frames.Mark Wielaard2014-01-202-2/+15
* Fix false FAILs on testsuite with ulimit -c unlimited.Jan Kratochvil2014-01-182-3/+11
* Fix corruption of non-C++ symbols by the demangler.Jan Kratochvil2014-01-156-3/+109
* tests: backtrace-subr.sh (check_native_core) should check core file name.Matthias Klose2014-01-072-0/+11
* tests: Don't use ptrace detach stopped trick. Raise can return.Mark Wielaard2014-01-044-25/+15
* tests: backtrace-subr.sh skip check_native_core test if core ulimit fails.Mark Wielaard2014-01-042-1/+7
* tests: Simplify backtrace-dwarf (gcc cleanup-13.c) testcase.Mark Wielaard2014-01-042-21/+9
* backends: Add aarch64 abi_cfi.Mark Wielaard2014-01-034-1/+83
* libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach.Mark Wielaard2013-12-313-0/+18
* libdwfl: Add dwfl_getthread_frames.Mark Wielaard2013-12-231-0/+1
* tests: backtrace.c only check we caught the last instruction on x86_64.Mark Wielaard2013-12-212-1/+12
* libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo.Mark Wielaard2013-12-2017-11/+525
* unwinder: s390 and s390xJan Kratochvil2013-12-188-2/+61
* Remove tests/backtrace-dwarf.c unused code.Jan Kratochvil2013-12-172-40/+5
* unwinder: ppc and ppc64Jan Kratochvil2013-12-155-2/+34
* tests: Add backtrace_child_biarch_SOURCES to make distcheck happy.Mark Wielaard2013-12-132-0/+5
* tests: Disable valgrind for core dumping and for self-introspecting tests.Mark Wielaard2013-12-135-1/+30
* libdw: Handle empty location expression for (indirect) DIE locations.Mark Wielaard2013-12-132-1/+6
* Fix test FAIL with -O2Jan Kratochvil2013-12-052-1/+8
* tests: SKIP backtrace-data and backtrace-dwarf on unsupported arches.Mark Wielaard2013-12-053-3/+14
* tests: automake 1.13 compatibility fix.Mark Wielaard2013-12-042-1/+5
* Tests for unwinder of x86*.Jan Kratochvil2013-12-0220-3/+1889
* libdwfl: Add dwfl_module_addrsym_elf and dwfl_module_getsym_elf.Mark Wielaard2013-11-273-59/+127
* tests: Makefile.am (EXTRA_DIST): Add run-funcretval.sh.Mark Wielaard2013-11-262-1/+5
* Support AArch64 architecturePetr Machata2013-11-2610-6/+1214
* libdwfl: Fix and test aux_sym address_sync with relocated ELFJosh Stone2013-11-185-0/+18