summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* backends: Handle DW_TAG_unspecified_type in dwarf_peeled_die_typeMark Wielaard2023-02-145-3/+40
* configure: Add --enable-sanitize-memoryIlya Leoshkevich2023-02-149-5/+56
* backends: Support returning lvalue and rvalue referencesIlya Leoshkevich2023-02-1419-43/+118
* printversion: Fix unused variableIlya Leoshkevich2023-02-142-3/+5
* tests: Ignore dwfl-report-offline-memoryIlya Leoshkevich2023-02-141-0/+1
* configure: Add --disable-demanglerIlya Leoshkevich2023-02-091-1/+7
* configure: Use -fno-addrsig if possibleIlya Leoshkevich2023-02-091-0/+8
* readelf: Fix set but not used parameterIlya Leoshkevich2023-02-091-12/+5
* libasm: Fix xdefault_pattern initializationIlya Leoshkevich2023-02-091-5/+11
* addr2line: Do not test demangling in run-addr2line-i-test.shIlya Leoshkevich2023-02-081-7/+7
* Initialize reglocs for VMCOREINFOIlya Leoshkevich2023-02-081-0/+1
* readelf: Fix set but not used variableIlya Leoshkevich2023-02-081-2/+0
* debuginfod-client.c: Download section even if cached executable didn't contai...Aaron Merey2023-02-072-10/+21
* debuginfod: Make sure there is only one typedef for debuginfod_clientMark Wielaard2023-02-064-0/+16
* tests: Check ELFUTILS_DISABLE_DEMANGLE in run-addr2line-C-test.shMark Wielaard2023-02-032-0/+9
* libdw: Search for abstract origin in the correct CUMark Wielaard2023-01-306-8/+66
* addr2line: -C should not try to handle optional (ignored) argumentMark Wielaard2023-01-305-2/+110
* libdwfl: add check for elf_memory return valueAleksei Vetrov2023-01-262-2/+11
* tests: run-debuginfod-query-retry.sh /bin/sh might not have a build-idMark Wielaard2023-01-192-2/+8
* backends: sparc uses NONE relocation type in ET_EXEC and ET_DYN filesMark Wielaard2023-01-192-1/+5
* readelf: Check compression status of .debug section dataMark Wielaard2023-01-162-102/+130
* Fix typos from codespellSam James2023-01-1310-11/+11
* debuginfod-find.1: note on how to find a comp_dirSerhei Makarov2023-01-131-0/+13
* debuginfod PR29975 & PR29976: decrease default concurrencyFrank Ch. Eigler2023-01-116-7/+83
* debuginfod-client: Use CURLOPT_PROTOCOLS_STR for libcurl >= 7.85.0Mark Wielaard2023-01-112-0/+10
* support ZSTD compression algorithmMartin Liska2022-12-2310-125/+407
* libdwfl: Don't undef _Mark Wielaard2022-12-225-4/+7
* Add support for Synopsys ARCv2 processorsShahab Vahedi2022-12-2213-3/+262
* lib: Remove -ffunction-sections for xmallocMark Wielaard2022-12-212-4/+4
* libcpu: Use __asm instead of asm to mark variables as usedYonggang Luo2022-12-212-2/+6
* debuginfod: Define CURL_AT_LEAST_VERSION if necessaryMark Wielaard2022-12-212-0/+11
* PR29926: debuginfod: Fix usage of deprecated CURLINFO_*Andrew Paprocki2022-12-212-2/+6
* Do not use relative include paths in library files.Mark Wielaard2022-12-2035-37/+82
* Add support for LoongArchHengqi Chen2022-12-199-3/+228
* libdwfl: Read no more than required in dwfl_segment_report_moduleGavin Li2022-12-132-25/+8
* libdw: Change typeof -> __typeof in memory-access.hYonggang Luo2022-12-122-5/+12
* libcpu: Use "#define FCT_mod$64r_m FCT_mod$r_m" in i386_data.hYonggang Luo2022-12-122-1/+5
* libelf: Sync elf.h from glibcMark Wielaard2022-12-012-7/+33
* Refactor elf_compareMartin Liska2022-11-291-63/+110
* Missing newline for: elfcompress -t zlib-gnu a.out -forceMartin Liska2022-11-281-1/+1
* readelf: print warning for -sWMartin Liska2022-11-282-5/+21
* debuginfod: Initialize response_data early in debuginfod-client queryMark Wielaard2022-11-212-2/+7
* debuginfod-client.c: Don't treat 0 as an error code.Aaron Merey2022-11-072-2/+7
* debuginfod_find_section: Always update rc with most recent error codeAaron Merey2022-11-042-1/+10
* debuginfod.cxx: fix coverity-found use-after-release errorFrank Ch. Eigler2022-11-032-73/+75
* readelf: Check gelf_getdyn doesn't return NULLMark Wielaard2022-11-032-1/+6
* libdw: Don't dereference and assign values we are skippingMark Wielaard2022-11-032-1/+6
* readelf: Check phdr != NULL or shdr != NULL in handle_dynamic.Mark Wielaard2022-11-032-5/+10
* debuginfod: Mark extract_section function staticMark Wielaard2022-11-022-1/+5
* Prepare for 0.188elfutils-0.188Mark Wielaard2022-11-0211-5937/+6189