summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* readelf: Extend -z to dumping hex and string sections (-x and -p).upstream/mjw/compressMark Wielaard2015-10-274-1/+346
* libelf: Add elf32_zscn_compress, elf64_zscn_compress and gelf_zscn_compress.Mark Wielaard2015-10-277-4/+553
* readelf: Add -z,--decompress option.Mark Wielaard2015-10-263-1/+118
* libelf: Add elf32_getchdr, elf64_getchdr and gelf_getchdr.Mark Wielaard2015-10-269-5/+242
* Make zlib mandatory.Mark Wielaard2015-10-262-2/+7
* tests: Add AM_LDFLAGS to dwfl_proc_attach_LDFLAGS.Mark Wielaard2015-10-162-1/+5
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-0912-5/+202
* tests: Rename argument from check to statement in elfshphehdr.c.Mark Wielaard2015-10-092-4/+9
* strip: Only sanity check symbols to not discarded sections for debug file.Mark Wielaard2015-10-091-11/+5
* Improve AM_SILENT_RULES coverageJosh Stone2015-10-062-1/+5
* Handle merged strtab/shstrtab string tables in strip and unstrip.Mark Wielaard2015-10-054-3/+758
* libelf: Always update e_version and e_shentsize in elf_update.Mark Wielaard2015-10-053-2/+194
* libdwfl: Make dwfl_linux_proc_attach work even without any Dwfl_Modules.Mark Wielaard2015-09-143-2/+113
* tests: Init local variable enctype before use in print_base_type varlocs.c.Chih-Hung Hsieh2015-09-072-1/+5
* tests: Remove unused static const variables in md5-sha1-test.c.Chih-Hung Hsieh2015-09-072-8/+5
* Replace printf %Z length modifier with %z.Chih-Hung Hsieh2015-09-0711-60/+73
* tests: Add a testcase for dwfl debuginfo-path with separate bin/debug dirs.Mark Wielaard2015-08-143-2/+75
* unstrip: Handle debuginfo files with missing SHF_INFO_LINK section flags.Mark Wielaard2015-08-036-2/+33
* tests: skip run-deleted.sh when dwfl_linux_proc_attach is not implementedPino Toscano2015-06-272-0/+9
* tests: dwfl-bug-fd-leak: Guard against null module addressesPino Toscano2015-06-272-1/+10
* tests: Mark an unused argument as suchPino Toscano2015-06-272-1/+5
* Reduce scope of some includesPino Toscano2015-06-274-0/+13
* libelf: Always call ftruncate before posix_fallocate to set the right size.Mark Wielaard2015-06-192-0/+18
* tests: Always print reason when skipping test.Mark Wielaard2015-06-058-7/+25
* addr2line: Add --pretty-print option to show all information on one line.Mark Wielaard2015-05-273-0/+34
* addr2line: Add demangler support.Mark Wielaard2015-05-273-0/+77
* addr2line: Add -a, --address. Print address before for each entry.Mark Wielaard2015-05-273-0/+94
* addr2line: Always parse addresses as hex numbers.Mark Wielaard2015-05-272-1/+5
* Replace assert_perror with assertMax Filippov2015-05-055-20/+28
* Link against standalone argp libraryAnthony G. Basile2015-05-042-15/+23
* tests: Split run-stack tests to support missing demangler.Mark Wielaard2015-05-015-13/+118
* tests: Add run-strip-test10.shH.J. Lu2015-04-015-3/+34
* tests: Add run-strip-test9.shH.J. Lu2015-04-014-1/+32
* tests: Add run-backtrace-core-x32.shH.J. Lu2015-04-015-1/+36
* tests: Add testfile-x32 to run-addrcfi.shH.J. Lu2015-04-014-1/+83
* tests: Add testfile-x32-core to run-allregs.shH.J. Lu2015-04-012-0/+78
* tests: Add testfile-x32-core.bz2 to run-readelf-mixed-corenote.shH.J. Lu2015-04-014-1/+100
* Publish known-dwarf.hPetr Machata2015-03-315-26/+30
* Add forgotten files to EXTRA_DISTPetr Machata2015-03-252-1/+8
* Fix -Wimplicit warnings.Mark Wielaard2015-03-132-2/+13
* tests: Use PTRACE_GETREGS/PTRACE_SETREGS to update ripH.J. Lu2015-03-132-3/+14
* tests: Use PRId64 for printing loff_t.Mark Wielaard2015-02-192-3/+8
* tests: ensure backtrace.c exec_dump sets jmpJosh Stone2015-02-112-1/+5
* dwarf_ranges: do not request base address attributes if not necessaryPetr Machata2015-02-116-2/+142
* libelf: elf_strptr should use datalist when data has been added to section.Mark Wielaard2015-02-063-2/+406
* libelf: Fix elf_newdata when raw ELF file/image data is available.Mark Wielaard2015-02-063-2/+412
* libelf: elf_strptr should fetch the shdr for the section if not yet known.Mark Wielaard2015-02-064-3/+206
* tests: Make deleted and vdsosyms testcases work with "restricted ptrace".Mark Wielaard2015-01-163-2/+14
* libdw: Search for the last matching address with dwarf_getsrc_die.Mark Wielaard2015-01-163-3/+130
* libdwfl: dwfl_module_getsrc should never match end_sequence line.Mark Wielaard2015-01-165-14/+21