summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Split the "selfcontained" configure option in twoHEADQtCreator4.15.1QtCreator4.15.0-rc1QtCreator4.15.0-beta2QtCreator4.15.0-beta1QtCreator4.15.0QtCreator4.14.2QtCreator4.14.1QtCreator4.14.0-rc1QtCreator4.14.0-beta2QtCreator4.14.0-beta1QtCreator4.14.0QtCreator4.13.3QtCreator4.13.2QtCreator4.13.1QtCreator4.13.0-rc1QtCreator4.13.0-beta2QtCreator4.13.0-beta1QtCreator4.13.0QtCreator4.12.4QtCreator4.12.3QtCreator4.12.2QtCreator4.12.1QtCreator4.12.0-rc1QtCreator4.12.0-beta2QtCreator4.12.0-beta1QtCreator4.12.0QtCreator4.11.2QtCreator4.11.0-rc1QtCreator4.11.0-beta2QtCreator4.11.0-beta1QtCreator4.11.0master5.04.154.144.134.124.1112.011.010.0Ulf Hermann2019-08-261-6/+4
* Merge tag 'elfutils-0.175'Ulf Hermann2019-01-091-1/+10
|\
| * libdwelf: New function dwelf_elf_begin.Mark Wielaard2018-11-091-0/+2
| * libelf: Explicitly update section data after (de)compression.Mark Wielaard2018-11-091-1/+4
| * Recognize and parse GNU Property notes.Mark Wielaard2018-10-291-0/+3
| * strip, unstrip: Handle SHT_GROUP correctly.Mark Wielaard2018-10-171-0/+1
* | Merge tag 'elfutils-0.174'Ulf Hermann2018-10-111-4/+17
|\|
| * strip,unstrip: Use and set shdrstrndx consistently.Mark Wielaard2018-09-141-2/+2
| * libdw: dwarf_begin_elf should use elf_getshdrstrndx to get section names.Mark Wielaard2018-09-141-2/+4
| * libelf: Fix shnum and section zero handling.Mark Wielaard2018-09-131-2/+2
| * libelf: Fix some issues with ELF_C_RDWR_MMAP.Mark Wielaard2018-09-131-3/+8
| * unstrip: Also check sh_size in compare_unalloc_sections.Mark Wielaard2018-07-271-0/+1
| * unstrip: Handle SHT_GROUP sections in ET_REL files.Mark Wielaard2018-07-271-1/+2
| * tests: Add core and strip tests for RISC-VAndreas Schwab2018-07-191-1/+5
* | Deal with newer libdl on windows requiring psapi.dllUlf Hermann2018-07-231-17/+23
* | On PE platforms, use PATH instead of LD_LIBRARY_PATHUlf Hermann2018-07-231-0/+7
* | Merge tag 'elfutils-0.173'Ulf Hermann2018-07-131-19/+81
|\|
| * libdw: Recognize zero terminator to end frame table in dwarf_next_cfi.Mark Wielaard2018-06-291-3/+5
| * libdw: Allow .debug_frame only Dwarf.Mark Wielaard2018-06-291-1/+7
| * libdw: Add dwarf_next_lines to read .debug_line tables without CUs.Mark Wielaard2018-06-291-1/+6
| * backends,bpf: add proper relocation supportYonghong Song2018-06-211-1/+4
| * readelf: Handle signedness of DW_FORM_implicit_const and DW_AT_const_value.Mark Wielaard2018-06-151-0/+2
| * readelf: Fix .debug_types printing with implicit section_info.Mark Wielaard2018-06-011-0/+2
| * readelf: Deal with combined normal and split dwarf DebugFission .debug_loc.Mark Wielaard2018-06-011-0/+2
| * libdw: Fix memory corruption in libdw_find_split_unit.Mark Wielaard2018-05-301-2/+3
| * readelf: Handle .debug_str_offsets.Mark Wielaard2018-05-301-2/+2
| * readelf handle .debug_addr section.Mark Wielaard2018-05-301-0/+2
| * libdw: Handle .debug_rnglists in dwarf_ranges.Mark Wielaard2018-05-281-1/+3
| * readelf: Add .debug_rnglists support.Mark Wielaard2018-05-271-1/+2
| * libdw: Support DW_OP_addrx/constx and split DWARF addrx/constx support.Mark Wielaard2018-05-251-0/+2
| * libdw: Add new dwarf_cu_info function.Mark Wielaard2018-05-241-3/+5
| * libdw: Handle GNU DebugFission split ranges.Mark Wielaard2018-05-231-3/+8
| * libdw: Search skeleton DIE for split compile unit DIE attributes.Mark Wielaard2018-05-201-4/+7
| * libdw: dwarf_get_units find split units from .dwo.Mark Wielaard2018-05-191-3/+7
| * libdw: Fix crashing on illegal/zero Dwarf_Die.Mark Wielaard2018-05-151-3/+7
| * libdw: Handle DWARF5 line tables in dwarf_getsrclines.Mark Wielaard2018-05-111-0/+2
| * Add support for RISC-VAndreas Schwab2018-04-231-1/+1
| * tests: Test readelf --debug-dump=[decoded]line with min_inst_len > 1.Mark Wielaard2018-04-161-0/+1
| * libdw: Restructure address range reading for .debug_loc and .debug_ranges.Mark Wielaard2018-04-131-0/+1
| * libdw: Add dwarf_die_addr_die function.Mark Wielaard2018-02-131-3/+6
| * libdw: dwarf_formsdata should return a signed valuePetr Machata2018-01-141-1/+2
| * tests: Try to use coredumpctl to extract core files.Mark Wielaard2017-12-291-0/+3
| * readelf: Handle DW_OP_call2 and DW_OP_call4 correctly.Mark Wielaard2017-12-121-0/+2
| * tests: Add varlocs-self and exprlocs-self tests.Mark Wielaard2017-11-151-0/+2
| * libdw: Handle DW_OP_GNU_variable_value.Mark Wielaard2017-11-101-2/+2
| * lib: Remove md5 and sha1 implementations.Mark Wielaard2017-10-201-4/+3
| * ar: Check whether ar header values fit.Mark Wielaard2017-09-201-2/+2
| * Drop -rdynamic from deleted-lib.so link stepUlf Hermann2017-08-181-1/+1
| * Check for -z,defs, -z,relro, -fPIC, -fPIE before using themUlf Hermann2017-08-181-2/+2
* | Merge tag 'elfutils-0.170'Ulf Hermann2017-08-171-7/+10
|\|