summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Detect infinite backtraces.jankratochvil/cfaloopJan Kratochvil2014-01-036-3/+139
* 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
* tests: Fix broken dwflsyms tests, extend test and add prelink tests.Mark Wielaard2013-11-169-103/+275
* Check for prefixed ar, readelf, and nmMichael Forney2013-11-053-3/+10
* tests: allfcts.c (main): Correct dwarf_getfuncs return value check.Mark Wielaard2013-11-052-1/+5
* libdw: Handle dwz multi files correctly in dwarf_getfuncs.Mark Wielaard2013-10-225-1/+69
* libdwfl: Don't report and abort on non-file mappings in maps.Mark Wielaard2013-10-223-3/+60
* backends: ppc_abi_cfi reg1 use DW_CFA_val_offset not DW_CFA_val_expression.Mark Wielaard2013-10-072-2/+7
* libdw: Make sure that every debug_types sig8 is hashedJosh Stone2013-10-034-1/+102
* Show contents NT_FILE core note in readelfPetr Machata2013-09-302-0/+16
* Show contents NT_SIGINFO core note in readelfPetr Machata2013-09-304-2/+65
* libdw: Make dwarf_getfuncs find all (defining) DW_TAG_subprogram DIEs.Mark Wielaard2013-09-246-4/+75
* tests: Add new varlocs test for dwarf_getlocation* functions.Mark Wielaard2013-09-0614-3/+1064
* backends: Hook abi_cfi for arm.Mark Wielaard2013-09-034-1/+84
* tests: Add s390 and s390x addrcfi testcases.Mark Wielaard2013-09-036-1/+172
* tests: Add ppc32 and ppc64 addrcfi testcases.Mark Wielaard2013-09-036-3/+2096
* tests: Add run-addrcfi.sh test for libdw cfi dwarf_frame_* functions.Mark Wielaard2013-09-024-6/+298
* addr2line: Support -i, --inlines output option.Mark Wielaard2013-08-134-2/+157
* addr2line: Remove newline from strings returned by getline.Mark Wielaard2013-08-123-2/+82
* Fix false match of non-build-id disk library to build-id memory library.Jan Kratochvil2013-07-232-1/+11
* tests EXTRA_DIST typo, forgot extension in testfilenolines.bz2.Mark Wielaard2013-07-022-1/+6
* Use DT_DEBUG library search first.Jan Kratochvil2013-05-307-10/+42
* libdw: dwarf_getsrclines don't set end_sequence when there are no lines.Mark Wielaard2013-05-054-3/+37
* Add parameter add_p_vaddr to dwfl_report_elf.Jan Kratochvil2013-05-052-1/+5
* tests: Don't use pushd or popd, just use cd to change working directory.Mark Wielaard2013-04-292-2/+7
* tests: Tests that override EXIT (0) trap need to cleanup themselves.Mark Wielaard2013-04-293-4/+24
* tests: All update tests should use unique temporary file names and cleanup.Mark Wielaard2013-04-285-4/+20
* tests: Add various files to tempfiles so they are always cleaned up.Mark Wielaard2013-04-275-8/+16
* Enable automake parallel-tests for make check.Mark Wielaard2013-04-2768-183/+219
* Updates for Automake 1.13.Mark Wielaard2013-04-262-1/+5
* readelf: Add --debug-dump=decodedline support.Mark Wielaard2013-04-042-2/+261
* readelf: Display raw .debug_aranges. Use libdw only for decodedaranges.Mark Wielaard2013-04-044-0/+170
* readelf: When highpc is in constant form also print as address.Mark Wielaard2013-03-262-6/+10
* Fix dwfl_report_elf BASE alignmentJan Kratochvil2013-03-205-3/+134