summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* report_r_debug: handle `-z separate-code' and find more modulesHEADmasterLuke Diamand2023-05-121-4/+10
* PR30316: debuginfod wal checkpointingusers/fche/try-filecompFrank Ch. Eigler2023-05-094-2/+127
* debuginfod: PR30378: better compression for _files tableFrank Ch. Eigler2023-05-092-81/+183
* backends: Add set_initial_registers_tid callback for LoongArchYouling Tang2023-05-094-1/+96
* backends: Add core_note callback for LoongArchYouling Tang2023-05-094-1/+122
* backends: Add frame pointer unwinding for LoongArchYouling Tang2023-05-094-1/+93
* backends: Add initial return value location support for LoongArchYouling Tang2023-05-094-1/+212
* backends: Add abi_cfi and register_info callbacks for LoongArchYouling Tang2023-05-095-2/+238
* elfcompress: Don't compress if section already compressed unless forcedMark Wielaard2023-05-081-20/+23
* libdwfl: Fix memory leak in unzip()John Gallagher2023-05-082-1/+5
* PR30377: fix debuginfod -r -X combinationFrank Ch. Eigler2023-04-226-3/+111
* testsuite: Avoid C99 compatibility issues in run-native-test.shFlorian Weimer2023-04-221-1/+2
* readelf: display dynamic symtab without section headersDi Chen2023-04-185-151/+405
* tests: Limit the number of concurrent requests in debuginfod-federationMark Wielaard2023-04-172-2/+6
* readelf: Handle NULL shdr in section_nameMark Wielaard2023-04-141-1/+1
* backends: Check results for NULL early in dwarf_peeled_die_typeMark Wielaard2023-04-141-3/+3
* PR30348: debuginfod: retry partial archive scansFrank Ch. Eigler2023-04-132-0/+21
* backends: add checks for _GLOBAL_OFFSET_TABLE_ on loongarchYouling Tang2023-04-073-0/+41
* backends: Add new relocation type handling for LoongArchYouling Tang2023-04-072-0/+44
* libelf: Sync elf.h from glibc.Youling Tang2023-04-072-1/+45
* debuginfod: When retrieving files from cache, update atime manuallyJan Alexander Steffens (heftig)2023-03-302-0/+20
* debuginfod: Don't touch access time of new filesJan Alexander Steffens (heftig)2023-03-303-10/+22
* debuginfod-client.c: Avoid sscanf on mixed-case component of stringAaron Merey2023-03-302-2/+7
* nuke a top-level ChangeLog blurb that duplicated the debuginfod/ChangeLogFrank Ch. Eigler2023-03-291-5/+0
* debuginfod: Replace futimes with futimensJan Alexander Steffens (heftig)2023-03-293-10/+14
* debuginfod-client.c: Fix download size not correctly fallbacks to x-debuginfo...lilydjwg2023-03-293-3/+14
* LoongArch: implemented a basic machine flag checkAlexey Sheplyakov2023-03-202-0/+8
* debuginfod-client.c: Skip empty file creation for cancelled queriesAaron Merey2023-03-172-3/+8
* tests: skip '(null)' symname frames in backtrace testsMark Wielaard2023-03-051-0/+8
* configure.ac contains BashismsMark Wielaard2023-03-051-2/+2
* Fix static build when zstd is enabled for libelfMark Wielaard2023-03-033-3/+3
* Prepare for 0.189elfutils-0.189Mark Wielaard2023-03-039-3721/+3813
* libelf: Document and make ELFCOMPRESS_ZSTD usable with old system elf.hMark Wielaard2023-03-034-5/+25
* readelf: Fix use-after-free ebl pointer issueMark Wielaard2023-03-032-2/+8
* libdw: Fix dwarf_getscopes memory leak on errorMark Wielaard2023-02-282-1/+8
* libcpu: Remove the need of NMNES by using enumYonggang Luo2023-02-235-21/+60
* libdw: Use elf_rawdata when checking .debug sectionMark Wielaard2023-02-232-2/+7
* libelf: memmove any extra bytes left by elf_cvt_gnuhash conversionMark Wielaard2023-02-232-2/+14
* NEWS: Add old version code namesMark Wielaard2023-02-232-26/+30
* Update m4 files from autoconf-archiveMark Wielaard2023-02-212-62/+503
* configure: Check for and -Wuse-after-free=3 when availableMark Wielaard2023-02-214-1/+27
* libasm: Fix use-after-free issue with circular single linked list cleanupMark Wielaard2023-02-212-8/+14
* NEWS: Mention linking with libstdc++ or using --disable-demanglerMark Wielaard2023-02-171-0/+3
* libdw: check that DWARF strings are null-terminatedAleksei Vetrov2023-02-173-1/+52
* configure: Error when demangler is enabled, but libstdc++ support isn'tMark Wielaard2023-02-172-1/+7
* doc: Add .TP before -g in debuginfod.8Mark Wielaard2023-02-142-0/+5
* libdw: Correct data end checkfor deref_type operand in dwarf_getlocationMark Wielaard2023-02-142-1/+6
* libdw: Handle DW_OP_GNU_uninit in dwarf_getlocationMark Wielaard2023-02-144-0/+16
* libdw, readelf, elflint: Add get_(u|s)leb128 guardsMark Wielaard2023-02-1413-1/+72
* libdw: check memory access in get_(u|s)leb128Aleksei Vetrov2023-02-142-3/+36