summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* readelf: Fix .debug_types printing with implicit section_info.Mark Wielaard2018-06-013-0/+130
* readelf: Deal with combined normal and split dwarf DebugFission .debug_loc.Mark Wielaard2018-06-016-0/+343
* tests: Split self_test_files into an exe, lib and obj list.Mark Wielaard2018-06-014-6/+53
* tests: Run run-low_high_pc.sh testcase on split dwarf files.Mark Wielaard2018-06-013-6/+46
* libdw: Don't crash on invalid die in dwarf_dieoffset.Mark Wielaard2018-05-312-1/+18
* libdw: Handle split Dwarf Dies in dwarf_die_addr_die.Mark Wielaard2018-05-313-0/+35
* readelf, libdw: Add GNU DebugFission .debug_loc support.Mark Wielaard2018-05-313-0/+220
* readelf: Fix regression with multiple files and implicit debug_info reading.Mark Wielaard2018-05-312-1/+46
* libdw: Fix memory corruption in libdw_find_split_unit.Mark Wielaard2018-05-303-2/+40
* readelf: Handle .debug_str_offsets.Mark Wielaard2018-05-303-2/+219
* readelf handle .debug_addr section.Mark Wielaard2018-05-304-2/+154
* libdw: Handle .debug_loclists in dwarf_getlocation.Mark Wielaard2018-05-303-8/+191
* readelf: Handle .debug_loclists.Mark Wielaard2018-05-292-0/+564
* libdw: Handle .debug_rnglists in dwarf_ranges.Mark Wielaard2018-05-288-1/+91
* readelf: Add .debug_rnglists support.Mark Wielaard2018-05-273-1/+244
* libdw: Support DW_OP_addrx/constx and split DWARF addrx/constx support.Mark Wielaard2018-05-259-14/+299
* libdw: Add new dwarf_cu_info function.Mark Wielaard2018-05-244-3/+417
* libdw: Initialize ranges_base, add invalid DWARF test and fix expected output.Mark Wielaard2018-05-243-4/+17
* libdw: Handle GNU DebugFission split ranges.Mark Wielaard2018-05-237-3/+161
* libdw: Handle split dwarf debuglines.Mark Wielaard2018-05-222-0/+72
* libdw: Search skeleton DIE for split compile unit DIE attributes.Mark Wielaard2018-05-204-4/+177
* libdw: dwarf_get_units find split units from .dwo.Mark Wielaard2018-05-1911-3/+201
* readelf: Add DWARF5 .debug_line support.Mark Wielaard2018-05-153-46/+692
* libdw: Fix crashing on illegal/zero Dwarf_Die.Mark Wielaard2018-05-154-3/+156
* libdw: Handle DWARF5 line tables in dwarf_getsrclines.Mark Wielaard2018-05-116-0/+256
* Add support for RISC-VAndreas Schwab2018-04-234-2/+9