summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PR29472: debuginfod: add metadata query webapi, C api, clientupstream/users/fche/try-bz29472may23Frank Ch. Eigler2024-05-2315-514/+1533
* readelf: Fix printing of DW_FORM_strx and DW_MACRO parsingMark Wielaard2024-05-144-12/+820
* Support nullglob in profile.sh.inFrank Ch. Eigler2024-05-131-1/+1
* ar: Replace one alloca use by xmallocMark Wielaard2024-05-121-1/+5
* config/Makefile.am: Modify profile.fish in all-localAaron Merey2024-05-101-1/+3
* debuginfod: PR28204 config/profile.fish.inAaron Merey2024-05-101-2/+11
* debuginfod: PR28204 - RPM IMA per-file signature verificationRyan Goldberg2024-05-1021-34/+1011
* Makefile.am: Avoid code duplicationAaron Merey2024-05-091-27/+6
* Fix 'make coverage' when used with lcov version 2.0+Aaron Merey2024-05-062-1/+33
* config/profile.fish.in: Prevent bracketed variables and unmatched wildcard er...Aaron Merey2024-04-173-1/+6
* tests/.gitignore: Use correct spelling for get-files-define-fileAaron Merey2024-04-171-1/+1
* PR31620: debuginfod-client.c: Test for https support in libcurlNorbert Lange2024-04-151-3/+13
* PR31637: debuginfod-find -v SIGSEGVFrank Ch. Eigler2024-04-122-1/+4
* libdw: dwarf_getsrcfiles should not imply dwarf_getsrclinesAaron Merey2024-04-1111-182/+697
* backends: Add register_info, return_value_location, core_note on mipsYing Huang2024-04-055-1/+421
* stack: Fix stack unwind failure on mipsYing Huang2024-04-055-1/+219
* Hexagon: implement machine flag checkMatheus Tavares Bernardino2024-04-043-0/+9
* Add support for HexagonMatheus Tavares Bernardino2024-04-0410-5/+381
* tests, config: Add more .gitignore filesMark Wielaard2024-04-013-1/+5
* Support Mips architectureYing Huang2024-03-296-2/+217
* tests: Use bash for run-debuginfod-client-profile.shMark Wielaard2024-03-271-1/+1
* config: Make sure profile.sh succeeds with set -e and set -o pipefailMark Wielaard2024-03-273-1/+30
* config: Add debuginfod.fish to elfutils.spec as config file.Mark Wielaard2024-03-241-0/+1
* config: Add profile script for fish shellFrederik “Freso” S. Olesen2024-03-243-2/+19
* riscv: Partial implementation of flatten_aggregateMark Wielaard2024-03-206-11/+262
* srcfiles: fix unused variable BUFFER_SIZEJose Quaresma2024-03-191-0/+2
* PR31103: git authorship correctionDi Chen2024-03-190-0/+0
* PR31103: debuginfod: periodically call malloc_trim(0)Frank Ch. Eigler2024-03-182-2/+11
* debuginfod: Remove unused variableKhem Raj2024-03-101-1/+0
* libdw: Don't use INTUSE in libdwP.h str_offsets_base_offMark Wielaard2024-03-031-2/+1
* Prepare for 0.191elfutils-0.191Aaron Merey2024-03-019-1444/+1558
* GPG-KEY: Add key for Aaron MereyMark Wielaard2024-03-011-0/+34
* libdw: Initialize tu_offset in __libdw_package_indexMark Wielaard2024-03-011-1/+1
* libdw: Handle overflowed DW_SECT_INFO offsets in DWARF package file indexesOmar Sandoval2024-03-0110-6/+427
* tests/run-getsrc-die.sh: Skip tests if objcopy failsAaron Merey2024-02-291-16/+20
* libdw: Apply DWARF package file section offsets where appropriateOmar Sandoval2024-03-0114-21/+2522
* libdw: Refactor dwarf_next_lines and fix skipped CUOmar Sandoval2024-02-291-43/+30
* Add __libdw_getdierangesAaron Merey2024-02-296-52/+182
* libdw: Handle split DWARF in dwarf_decl_fileOmar Sandoval2024-02-295-27/+335
* readelf: Use unsigned loop variables in handle_verneed and handle_verdefMark Wielaard2024-02-271-4/+4
* libebl: ebl_object_note print 32bit annobin address ranges correctlyMark Wielaard2024-02-271-2/+2
* backends: Update list of LoongArch relocationsXi Ruoyao2024-02-241-0/+17
* libelf: Sync elf.h from glibcXi Ruoyao2024-02-241-1/+30
* libdw: Update dwarf_cu_dwp_section_info documentationMark Wielaard2024-02-221-19/+23
* libdw: Try .dwp file in __libdw_find_split_unit()Omar Sandoval2024-02-155-9/+119
* libdw: Parse DWARF package file index sectionsOmar Sandoval2024-02-1520-4/+798
* PR31265 - rework debuginfod archive-extract fdcacheFrank Ch. Eigler2024-02-133-244/+265
* Handle DW_AT_decl_file 0Aaron Merey2024-02-124-10/+21
* debuginfod.8 man page: tweak -U explanationFrank Ch. Eigler2024-02-121-2/+2
* unstrip: Call adjust_relocs no more than once per section.Aaron Merey2024-02-065-16/+219