summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 0.181elfutils-0.181Mark Wielaard2020-09-0811-2083/+2181
* libdw,readelf: Recognize DW_CFA_AARCH64_negate_ra_stateMark Wielaard2020-09-0711-23/+247
* libebl: Handle aarch64 bti, pac bits in gnu property noteMark Wielaard2020-09-076-0/+111
* readelf: base address entry can be firstMark Wielaard2020-09-072-2/+20
* backends: Implement aarch64_dynamic_tag_name and aarch64_dynamic_tag_checkMark Wielaard2020-09-073-0/+35
* libelf: Sync elf.h from glibc.Mark Wielaard2020-09-072-0/+6
* elflint: Handle .debug_line_str as .debug_strMark Wielaard2020-09-052-0/+5
* libdw: Remove duplicate local wildcards from map file.Mark Wielaard2020-09-032-10/+8
* libdwfl: do not dlopen libdebuginfod.so in --disable-libdebuginfod modeDmitry V. Levin2020-08-318-3/+43
* readelf: It is not an error if there are no line number statementsMark Wielaard2020-08-262-1/+12
* libdw: Rename check_constant_offset to is_constant_offset.Mark Wielaard2020-08-252-9/+18
* libelf: Fixup SHF_COMPRESSED sh_addralign in elf_update if necessary.Mark Wielaard2020-08-192-0/+17
* Only typedef Ebl once.Mark Wielaard2020-07-2314-11/+33
* elfclassify: Handle fwrite to stdout failing.Mark Wielaard2020-07-232-1/+6
* configure.ac: Set -DBAD_FTS=1 also for CXXFLAGS.Mark Wielaard2020-07-222-1/+6
* libdwfl, src: Replace some asserts with proper check or error messages.Mark Wielaard2020-07-199-13/+50
* libasm: Make libasm.h include work without relying on any other include.Mark Wielaard2020-07-185-2/+40
* debuginfod: DEBUGINFOD_URLS should accept scheme-free urlsAlice Zhang2020-07-054-2/+42
* debuginfod: Add --disable-libdebuginfod and --enable-libdebuginfod=dummy.Mark Wielaard2020-07-0410-16/+123
* PR26195: adapt debuginfod to API change in libmicrohttpd-0.9.71Frank Ch. Eigler2020-07-021-3/+15
* libdwfl: read_address should use increasing address in intuit_kernel_boundsMark Wielaard2020-06-282-3/+12
* debuginfod: Make sure handle_data can be allocated and is always freed.Mark Wielaard2020-06-242-8/+19
* debuginfod: Fix build_id hexadecimal length check.Mark Wielaard2020-06-242-1/+6
* debuginfod: Make sure suffix can place zero terminator when copying filenameMark Wielaard2020-06-242-2/+7
* debuginfod: Handle not being able to fopen interval_path.Mark Wielaard2020-06-242-2/+12
* ar, ranlib: Call fchown before fchmod, explicitly check and ignore errors.Mark Wielaard2020-06-193-45/+72
* libdwfl: Flag an error if CIE return_address_register is invalid.Mark Wielaard2020-06-192-1/+10
* libdwfl: When we find a compressed image, use that, don't search for othersMark Wielaard2020-06-192-1/+6
* elflint: Explicitly check and ignore elf_compress error.Mark Wielaard2020-06-192-1/+6
* libdw: Add missing FALLTHROUGH in execute_cfi.Mark Wielaard2020-06-192-0/+5
* backends: Make the reloc_nametable zero element an one char array.Mark Wielaard2020-06-192-3/+9
* tests: Use #/usr/bin/env bash in scripts that use bashMark Wielaard2020-06-1630-28/+62
* elfutils/configure.ac: use $READELF, not readelfSergei Trofimovich2020-06-152-1/+5
* tests: Add GCOV flags when necessary.Mark Wielaard2020-06-112-1/+11
* Prepare for 0.180elfutils-0.180Mark Wielaard2020-06-1114-541/+652
* libebl: Remove Ebl struct size check and MODVERSION string.Mark Wielaard2020-06-1023-154/+103
* nm: Handle corrupt symbol name table.Mark Wielaard2020-06-072-6/+17
* nm: Explicitly print weak 'V' or 'T' and common 'C' symbols.Mark Wielaard2020-06-077-15/+232
* libelf: Sync elf.h from glibc.Mark Wielaard2020-06-048-15/+121
* size: Also obey radix printing for bsd format.Mark Wielaard2020-05-142-2/+9
* libcpu: Free unused new bitfield on error in i386_parse.y new_bitfield.Mark Wielaard2020-05-142-0/+5
* libdwfl: Return failure from dwfl_standard_find_debuginfo for NULL module.Mark Wielaard2020-05-142-0/+8
* src: Check ebl_openbackend result before using ebl handle.Mark Wielaard2020-05-144-8/+27
* libelf: Check for NULL shdr in elf_strptr.Mark Wielaard2020-05-142-1/+5
* libelf: Check __gelf_getehdr_rdlock call doesn't fail in elf_getdata.Mark Wielaard2020-05-142-0/+7
* tests: Make sure to not call memcmp with NULL arguments.Mark Wielaard2020-05-142-8/+18
* libdwfl: Cleanup user_core resources on failure in dwfl_core_file_report.Mark Wielaard2020-05-142-1/+22
* libdw: Skip imported compiler_units in libdw_visit_scopes walking DIE treeMark Wielaard2020-05-087-1/+47
* libdw: Use correct CU to resolve file names in dwarf_decl_file.Mark Wielaard2020-05-088-2/+80
* libdwfl: Handle debugaltlink in dwfl_standard_find_debuginfo.Mark Wielaard2020-05-012-2/+26