summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libdw: Handle DWARF5 DW_FORM_implicit_const. Add dwarf_getabbrevattr_data.Mark Wielaard2018-02-2114-12/+129
* libdw: Recognize new DWARF5 attribute forms.Mark Wielaard2018-02-214-4/+52
* libdw: Add new dwarf_get_units function to iterate over all units.Mark Wielaard2018-02-217-36/+248
* libdw: Parse new DWARF5 units and CU DIEs.Mark Wielaard2018-02-2112-127/+394
* libelf: Sync elf.h from glibc.Mark Wielaard2018-02-172-2/+98
* tests: Accept any core if no core with the "correct" pid can be found.Mark Wielaard2018-02-162-0/+12
* Include sys/ptrace.h as early as possible.Mark Wielaard2018-02-157-6/+21
* libdw: Add dwarf_die_addr_die function.Mark Wielaard2018-02-1311-5/+349
* Use fallthrough attribute.Joshua Watt2018-02-1049-52/+150
* libdw: Resolve alt file on first use.Mark Wielaard2018-01-2513-16/+258
* tests: Check symtabshdr instead of symtabndx in elfstrmerge.c.Mark Wielaard2018-01-252-5/+10
* readelf: Fix crash on reading loc data or range data with bad/no CUs.Mark Wielaard2018-01-252-2/+7
* libdw: dwarf_formsdata should return a signed valuePetr Machata2018-01-147-6/+103
* libdw: Reduce size of struct Dwarf_Abbrev.Mark Wielaard2018-01-014-14/+34
* libdw: New get_uleb128_unchecked to use with already checked Dwarf_Abbrev.Mark Wielaard2018-01-016-51/+48
* readelf: Use dwarf_form_name for printing (unknown) forms.Mark Wielaard2018-01-012-3/+8
* tests: Try to use coredumpctl to extract core files.Mark Wielaard2017-12-293-2/+40
* readelf: Format offset as DIE index (hex).Mark Wielaard2017-12-292-2/+7
* libdw: Check there is .debug_info/types section data in __libdw_offdie.Mark Wielaard2017-12-292-2/+6
* Don't overflow in __libdw_in_section and __libdw_offset_in_section.Ulf Hermann2017-12-202-2/+11
* libdw: Add explicit section index to struct Dwarf_CU.Mark Wielaard2017-12-205-3/+19
* readelf: Try to continue after encountering bogus ELF Note data.Mark Wielaard2017-12-182-3/+8
* libdw: dwarf_aggregate_size should not peel the given DIE.Mark Wielaard2017-12-152-3/+8
* libdw: dwarf_aggregate_size() works with multi-dimensional arraysDima Kogan2017-12-126-21/+36
* readelf: Handle DW_OP_call2 and DW_OP_call4 correctly.Mark Wielaard2017-12-126-2/+108
* readelf: Hook up -g, --section-groups to display the section groups.Mark Wielaard2017-12-102-0/+5
* readelf: Print CU, base address and unresolved .debug_loc entries.Mark Wielaard2017-11-296-35/+112
* readelf: Print CU, base address and unresolved .debug_range entries.Mark Wielaard2017-11-295-24/+89
* readelf: Print actual file for decl_file and call_file attributes.Mark Wielaard2017-11-295-21/+53
* readelf: Print abbrev code for DIE with --debug-dump=info.Mark Wielaard2017-11-295-44/+56
* readelf: Adjust print_ops formatting.Mark Wielaard2017-11-297-78/+90
* libdwfl: Don't dereference possibly unaligned auxv entry pointer from core.Mark Wielaard2017-11-242-19/+31
* readelf: Print attribute name and form in error message.Mark Wielaard2017-11-242-3/+13
* readelf: Print DIE offset in attribute reading error messages.Mark Wielaard2017-11-162-6/+14
* tests: Fix cfi_debug => cfi_debug_bias typo in varlocs assert.Mark Wielaard2017-11-162-1/+5
* tests: Add varlocs-self and exprlocs-self tests.Mark Wielaard2017-11-155-16/+110
* libdw: Handle DW_OP_GNU_variable_value.Mark Wielaard2017-11-109-7/+431
* libdw: Update acceptable forms and attributes for dwarf_getlocation.Mark Wielaard2017-11-102-1/+30
* readelf: Handle DW_OP_GNU_variable_value.Mark Wielaard2017-11-104-2/+13
* config: files under /usr/lib/sysctl.d (_sysctldir) aren't %config.Mark Wielaard2017-11-102-2/+7
* backends: Ignore GCC8 -Wpacked-not-aligned for m68k_corenote.c.Mark Wielaard2017-10-264-0/+16
* lib: Remove md5 and sha1 implementations.Mark Wielaard2017-10-2011-1121/+23
* libdwfl: When the kernel is found, but not the modules warn, don't fail.Mark Wielaard2017-10-202-1/+6
* libelf: Don't error out when sanity checking e_shoff if scncnt is zero.Mark Wielaard2017-10-132-2/+7
* libelf: Add ELF_E_INVALID_ELF error value.Mark Wielaard2017-10-137-23/+83
* libdw: Define LIBDW_CIE_ID and use it in dwarf_cfi_cie_p.Mark Wielaard2017-10-052-1/+7
* Make sure packed structs follow the gcc memory layoutUlf Hermann2017-09-2012-4/+51
* ar: Check whether ar header values fit.Mark Wielaard2017-09-205-22/+103
* README: Add basic build instructions.Mark Wielaard2017-09-192-0/+13
* Internationalized messages should not contain the '\v' escape sequence.Mark Wielaard2017-09-1514-1910/+1942