summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* libelf: Add ELF compression types and defines to libelf.h for older glibc.Mark Wielaard2016-01-141-2/+7
* Simplify code and build now that zlib support is no longer optional.Mark Wielaard2016-01-081-5/+2
* elfcompress: New utility.Mark Wielaard2016-01-061-2/+3
* libelf: Make elf_strptr index correctly into compressed section data.Mark Wielaard2016-01-061-3/+5
* readelf: Handle compressed sections and extend -z to cover -x and -p.Mark Wielaard2016-01-061-2/+5
* libelf: Add elf_compress and elf_compress_gnu.Mark Wielaard2016-01-061-3/+7
* readelf: Add -z,--decompress option.Mark Wielaard2016-01-061-1/+2
* libelf: Add elf32_getchdr, elf64_getchdr and gelf_getchdr.Mark Wielaard2016-01-061-3/+8
* libdwelf: Add dwelf_scn_gnu_compressed_size.Mark Wielaard2016-01-061-3/+7
* tests: elfstrmerge warn about STT_SECTION symbol for shstrhndx.Mark Wielaard2016-01-051-2/+2
* backends: sparc: support for core backtracesJose E. Marchesi2016-01-031-1/+3
* tests: Use valgrind --leak-check=full.Mark Wielaard2016-01-021-1/+1
* Make zlib mandatory.Mark Wielaard2015-10-261-2/+2
* tests: Add AM_LDFLAGS to dwfl_proc_attach_LDFLAGS.Mark Wielaard2015-10-161-1/+1
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-091-2/+3
* Improve AM_SILENT_RULES coverageJosh Stone2015-10-061-1/+1
* Handle merged strtab/shstrtab string tables in strip and unstrip.Mark Wielaard2015-10-051-3/+4
* libelf: Always update e_version and e_shentsize in elf_update.Mark Wielaard2015-10-051-2/+5
* libdwfl: Make dwfl_linux_proc_attach work even without any Dwfl_Modules.Mark Wielaard2015-09-141-2/+4
* tests: Add a testcase for dwfl debuginfo-path with separate bin/debug dirs.Mark Wielaard2015-08-141-2/+2
* unstrip: Handle debuginfo files with missing SHF_INFO_LINK section flags.Mark Wielaard2015-08-031-2/+6
* addr2line: Add demangler support.Mark Wielaard2015-05-271-0/+2
* Link against standalone argp libraryAnthony G. Basile2015-05-041-15/+15
* tests: Split run-stack tests to support missing demangler.Mark Wielaard2015-05-011-0/+2
* tests: Add run-strip-test10.shH.J. Lu2015-04-011-3/+3
* tests: Add run-strip-test9.shH.J. Lu2015-04-011-1/+4
* tests: Add run-backtrace-core-x32.shH.J. Lu2015-04-011-1/+4
* tests: Add testfile-x32 to run-addrcfi.shH.J. Lu2015-04-011-1/+1
* tests: Add testfile-x32-core.bz2 to run-readelf-mixed-corenote.shH.J. Lu2015-04-011-1/+2
* Add forgotten files to EXTRA_DISTPetr Machata2015-03-251-1/+3
* dwarf_ranges: do not request base address attributes if not necessaryPetr Machata2015-02-111-2/+3
* libelf: elf_strptr should use datalist when data has been added to section.Mark Wielaard2015-02-061-2/+3
* libelf: Fix elf_newdata when raw ELF file/image data is available.Mark Wielaard2015-02-061-2/+3
* libelf: elf_strptr should fetch the shdr for the section if not yet known.Mark Wielaard2015-02-061-3/+4
* libdw: Search for the last matching address with dwarf_getsrc_die.Mark Wielaard2015-01-161-3/+7
* tests: Add testfile-debug-types test case.Mark Wielaard2015-01-141-2/+3
* tests: Add testfile-macros-0xff.bz2 to EXTRA_DIST.Mark Wielaard2014-12-181-0/+1
* tests: Add an explicit -fasynchronous-unwind-tables for deleted-lib.so.Mark Wielaard2014-12-141-1/+1
* tests: Test addr2line -i with lexical blocks presentJosh Stone2014-12-131-1/+3
* readelf: print_attributes (-A) robustify and handle non-gnu attributes.Mark Wielaard2014-11-261-2/+3
* libdwfl: find_dynsym don't assume dynamic linker has adjusted DYNAMIC entries.Mark Wielaard2014-11-131-2/+3
* libdw: Add dwarf_peel_type. Use it in dwarf_aggregate_size.Mark Wielaard2014-11-051-1/+2
* libdw: dwarf_aggregate_size return CU address_size for sizeless pointer/refs.Mark Wielaard2014-10-021-3/+5
* Support note NT_FILE for locating files.Jan Kratochvil2014-09-261-2/+4
* Fix resolving ELF symbols for live PIDs with deleted filesJan Kratochvil2014-08-291-3/+7
* Remove --enable-dwz. dwz alt debug is no longer experimental.Mark Wielaard2014-05-031-6/+2
* libdwelf: Add dwelf_elf_gnu_build_id.Mark Wielaard2014-05-011-4/+8
* libdwelf: Add dwelf_dwarf_gnu_debugaltlinkFlorian Weimer2014-04-241-3/+4
* libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.Mark Wielaard2014-04-241-2/+5
* Remove mudflap build option.Mark Wielaard2014-04-181-73/+65