summaryrefslogtreecommitdiffstats
path: root/tests
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
* Skip run-readelf-compressed.sh test if built without bzip2Ulf Hermann2019-01-091-0/+5
* Merge tag 'elfutils-0.175'Ulf Hermann2019-01-0919-18/+864
|\
| * strip: Also handle gnu compressed debug sections with --reloc-debug-sectionsMark Wielaard2018-11-132-0/+11
| * Handle GNU Build Attribute ELF Notes.Mark Wielaard2018-11-132-0/+59
| * Recognize NT_VERSION notes.Mark Wielaard2018-11-132-1/+23
| * libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLEMark Wielaard2018-11-092-0/+5
| * libdwelf: New function dwelf_elf_begin.Mark Wielaard2018-11-093-0/+42
| * libelf: Explicitly update section data after (de)compression.Mark Wielaard2018-11-097-1/+124
| * strip: Add --reloc-debug-sections-only option.Mark Wielaard2018-11-062-0/+15
| * Recognize and parse GNU Property notes.Mark Wielaard2018-10-295-0/+67
| * readelf: Handle multiple .debug_macro sections and decode header flag.Mark Wielaard2018-10-195-3/+448
| * strip, unstrip: Handle SHT_GROUP correctly.Mark Wielaard2018-10-174-0/+40
| * tests: backtrace-dwarf.c improve error handling in test framework.Mark Wielaard2018-09-212-14/+31
* | Merge tag 'elfutils-0.174'Ulf Hermann2018-10-1151-42/+1302
|\|
| * strip,unstrip: Use and set shdrstrndx consistently.Mark Wielaard2018-09-143-2/+74
| * libdw: dwarf_begin_elf should use elf_getshdrstrndx to get section names.Mark Wielaard2018-09-143-2/+41
| * libelf: Fix shnum and section zero handling.Mark Wielaard2018-09-133-2/+107
| * libelf: Fix some issues with ELF_C_RDWR_MMAP.Mark Wielaard2018-09-135-3/+678
| * tests: Add section attribute to defeat -freorder-blocks-and-partition.Mark Wielaard2018-09-112-0/+5
| * unstrip: Also check sh_size in compare_unalloc_sections.Mark Wielaard2018-07-274-0/+62
| * unstrip: Handle SHT_GROUP sections in ET_REL files.Mark Wielaard2018-07-274-1/+78
| * tests: Add core and strip tests for RISC-VAndreas Schwab2018-07-198-1/+162
| * Remove previous test files before running the next roundUlf Hermann2018-07-172-0/+7
| * tests: Update hello_riscv64.ko test file with debuginfo.Mark Wielaard2018-07-173-1/+8
| * tests: Handle compressed sections in next_cfi testcase.Mark Wielaard2018-07-102-4/+30
| * Consolidate error.h inclusion in system.hRoss Burton2018-07-0535-34/+66
* | Remove bogus white space in test-subr.shUlf Hermann2018-07-241-2/+2
* | Deal with newer libdl on windows requiring psapi.dllUlf Hermann2018-07-231-17/+23
* | Ignore trailing CR in readelf-variant testUlf Hermann2018-07-231-1/+1
* | On PE platforms, use PATH instead of LD_LIBRARY_PATHUlf Hermann2018-07-233-8/+40
* | Don't match line endings with grep in linkmap-cut testUlf Hermann2018-07-231-2/+2
* | Don't match line ending when using grep to search for error messageUlf Hermann2018-07-231-1/+1
* | Remove files before regenerating them in run-strip-g testUlf Hermann2018-07-201-0/+2
* | Refine self-test detectionUlf Hermann2018-07-206-48/+56
* | Add O_BINARY to new open() callsUlf Hermann2018-07-2010-11/+11
* | tests: Update hello_riscv64.ko test file with debuginfo.Ulf Hermann2018-07-183-1/+8
* | Merge tag 'elfutils-0.173'Ulf Hermann2018-07-13103-375/+7906
|\|
| * libdw: Recognize zero terminator to end frame table in dwarf_next_cfi.Mark Wielaard2018-06-295-3/+275
| * libdw: Allow .debug_frame only Dwarf.Mark Wielaard2018-06-2910-1/+332
| * tests: Limit varlocs print_expr_block recursion depth.Mark Wielaard2018-06-292-13/+24
| * libdw: Add dwarf_next_lines to read .debug_line tables without CUs.Mark Wielaard2018-06-297-1/+538
| * backends,bpf: add proper relocation supportYonghong Song2018-06-215-1/+46
| * readelf: Handle signedness of DW_FORM_implicit_const and DW_AT_const_value.Mark Wielaard2018-06-155-1/+242
| * tests: Don't assert on bad DW_OP_GNU_parameter_ref target in varlocs.Mark Wielaard2018-06-112-1/+7
| * libdw: Check validity of dwarf_getabbrev arguments.Mark Wielaard2018-06-113-0/+19
| * tests: Fix cfi_debug_bias assert in varlocs.Mark Wielaard2018-06-102-1/+7
| * readelf: Turn format_print_dwarf into print_dwarf_addr.Mark Wielaard2018-06-092-26/+30
| * tests: Use error, not assert, when trying to print a non-base type DIE.Mark Wielaard2018-06-082-1/+7
| * tests: Drop shared libraries from self_test_files_exe.Mark Wielaard2018-06-022-7/+8