summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Deal with newer libdl on windows requiring psapi.dllUlf Hermann2018-07-231-9/+16
* On PE platforms, set PATH rather than LD_LIBRARY_PATH for installcheckUlf Hermann2018-07-231-1/+7
* readlink: unlink temporary files after closing them, and avoid TMPDIRUlf Hermann2018-07-231-11/+16
* ranlib: unlink only after closeUlf Hermann2018-07-231-1/+1
* Add O_BINARY to new open() callsUlf Hermann2018-07-201-1/+1
* ar.c: Make sure we always close any fd before unlink or renameUlf Hermann2018-07-201-15/+22
* Eliminate trees from ar.cUlf Hermann2018-07-171-91/+41
* Merge tag 'elfutils-0.173'Ulf Hermann2018-07-1310-698/+3927
|\
| * libdw: Add dwarf_next_lines to read .debug_line tables without CUs.Mark Wielaard2018-06-292-37/+47
| * libdw, readelf: Don't handle DW_FORM_data16 as expression block/location.Mark Wielaard2018-06-172-5/+15
| * readelf: Check there are at least 4 bytes available for DWARF_FORM_block4.Mark Wielaard2018-06-172-1/+6
| * readelf: Make sure print_form_data always consumes DW_FORM_strx[1234] data.Mark Wielaard2018-06-172-6/+11
| * readelf: While printing .debug_loc make sure that next_off doesn't overflow.Mark Wielaard2018-06-162-1/+8
| * readelf: Handle signedness of DW_FORM_implicit_const and DW_AT_const_value.Mark Wielaard2018-06-152-21/+108
| * readelf: Return correct readp (or readendp) from print_form_data.Mark Wielaard2018-06-112-5/+10
| * readelf: Fix bounds check in print_form_data.Mark Wielaard2018-06-112-7/+12
| * readelf: Calculate max_entries instead of needed bytes (and overflowing).Mark Wielaard2018-06-112-6/+13
| * readelf, libdw: Handle too many directories or files in the line table better.Mark Wielaard2018-06-102-0/+9
| * readelf: Turn format_print_dwarf into print_dwarf_addr.Mark Wielaard2018-06-092-231/+212
| * readelf: Always initialize .debug_addr unit_length, even without a header.Mark Wielaard2018-06-082-5/+7
| * readelf: Set begin properly for DW_LLE_GNU_start_end_entry on addrx failure.Mark Wielaard2018-06-082-1/+6
| * readelf: Don't leak lengths array when detecting an invalid hash chain.Mark Wielaard2018-06-082-2/+18
| * readelf: Make room for DW_MACRO_hi_user opcode if used.Mark Wielaard2018-06-082-1/+6
| * readelf: Lookup "no" translation for no_str, not "yes".Mark Wielaard2018-06-072-3/+9
| * readelf: Don't allocate string with asprintf, but reuse buffer with sprintf.Mark Wielaard2018-06-042-106/+96
| * readelf: Lookup gettext "yes" and "no" only once.Mark Wielaard2018-06-042-2/+17
| * readelf: Call __fsetlocking (stdout, FSETLOCKING_BYCALLER).Mark Wielaard2018-06-042-0/+9
| * libdw: Try both the relative and absolute paths when finding a .dwo file.Mark Wielaard2018-06-012-1/+17
| * readelf: Fix .debug_types printing with implicit section_info.Mark Wielaard2018-06-012-6/+19
| * readelf: Deal with combined normal and split dwarf DebugFission .debug_loc.Mark Wielaard2018-06-012-3/+16
| * readelf: Use correct listptr when looking up next loc for locview attr.Mark Wielaard2018-05-312-1/+6
| * libdw: Don't crash on invalid die in dwarf_dieoffset.Mark Wielaard2018-05-312-1/+5
| * readelf, libdw: Add GNU DebugFission .debug_loc support.Mark Wielaard2018-05-312-6/+79
| * readelf: Fix regression with multiple files and implicit debug_info reading.Mark Wielaard2018-05-312-1/+14
| * libdw: Fix memory corruption in libdw_find_split_unit.Mark Wielaard2018-05-302-1/+6
| * readelf: Handle .debug_str_offsets.Mark Wielaard2018-05-302-1/+221
| * readelf handle .debug_addr section.Mark Wielaard2018-05-302-2/+277
| * libdw: Handle .debug_loclists in dwarf_getlocation.Mark Wielaard2018-05-302-1/+8
| * readelf: Handle .debug_loclists.Mark Wielaard2018-05-292-13/+568
| * readelf: Find skeleton units when inspecting split .dwo (--dwarf-skeleton).Mark Wielaard2018-05-282-26/+257
| * libdw: Handle .debug_rnglists in dwarf_ranges.Mark Wielaard2018-05-282-1/+4
| * readelf: Add .debug_rnglists support.Mark Wielaard2018-05-272-15/+524
| * libdw: Support DW_OP_addrx/constx and split DWARF addrx/constx support.Mark Wielaard2018-05-252-7/+66
| * readelf: print split CUs when given --debug-dump=info+Mark Wielaard2018-05-242-18/+101
| * libdw: Recognize GNU DebugFission split units.Mark Wielaard2018-05-192-1/+7
| * libdw: Add GNU DebugFission attributes, tags, forms and operands.Mark Wielaard2018-05-192-2/+27
| * libdw, readelf: Handle .debug_*.dwo section name variants.Mark Wielaard2018-05-192-11/+25
| * elflint: fix typo in error diagnosticsDmitry V. Levin2018-05-152-2/+6
| * readelf: Fix 32bit compile issues.Mark Wielaard2018-05-152-5/+11
| * readelf, libdw: Handle DWARF5 .debug_macro.Mark Wielaard2018-05-152-45/+30