summaryrefslogtreecommitdiff
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
...
* Improve building with LTOAlexander Miller2021-11-084-6/+13
* Remove redundant casts of memory allocating functions returning void *Dmitry V. Levin2021-09-092-1/+6
* libdwfl: fix potential NULL pointer dereference when reading link mapOmar Sandoval2021-06-102-1/+5
* Come up with startswith function.Martin Liska2021-05-126-10/+26
* libdwfl: use GNU strerror_r only when available.Érico Rolim2021-02-052-1/+20
* elf-from-memory: Refactor to get rid of nested functionTimm Bäder2021-01-282-65/+56
* elf-from-memory: Restructure code to get rid of nested handle_segment()Timm Bäder2021-01-282-47/+41
* Consistently define _(Str) using dgettext ("elfutils", Str)Dmitry V. Levin2020-12-163-6/+5
* libdwfl: fix spelling typos in comments and ChangeLogDmitry V. Levin2020-12-125-11/+18
* link_map: Pull read_addrs() into file scopeTimm Bäder2020-12-102-47/+62
* link_map: Pull release_buffer() into file scopeTimm Bäder2020-12-102-16/+37
* libdwfl: switch to DEBUGINFOD_SONAME, remove libdebuginfod.so fallbackDmitry V. Levin2020-12-092-4/+7
* link_map: Inline consider_phdr() into only callerTimm Bäder2020-12-062-40/+37
* libdwfl: Use 64bit GElf_Addr instead of size_t to calculate address.Mark Wielaard2020-11-292-1/+6
* segment_report_module: Inline consider_notes() into only callerTimm Bäder2020-11-282-83/+89
* segment_report_module: Pull read_portion() into file scopeTimm Bäder2020-11-282-30/+46
* segment_report_module: Pull finish_portion() into file scopeTimm Bäder2020-11-282-10/+35
* segment_report_module: Inline consider_phdr() into only callerTimm Bäder2020-11-252-71/+69
* segment_report_module: Inline consider_dyn() into only callerTimm Bäder2020-11-252-28/+17
* segment_report_module: Unify d32/d64 loopsTimm Bäder2020-11-252-14/+21
* segment_report_module: Inline read_phdr() into only callerTimm Bäder2020-11-252-17/+15
* segment_report_module: Use one loop for p32/p64 arraysTimm Bäder2020-11-252-25/+32
* segment_report_module: Get rid of nested final_read() functionTimm Bäder2020-11-252-11/+23
* segment_report_module: Use a struct for build id informationTimm Bäder2020-11-252-23/+36
* segment_report_module: Remove nested release_buffer() functionTimm Bäder2020-11-252-10/+11
* segment_report_module: Get rid of segment_read()Timm Bäder2020-11-252-15/+16
* IBM Z: Fix endianess problem in pid_memory_readAndreas Krebbel2020-11-192-1/+14
* segment_report_module: Remove nested finish() functionTimm Bäder2020-11-192-27/+28
* segment_report_module: Get rid of variable-length arraysTimm Bäder2020-11-192-18/+23
* libdwfl: Add ZSTD support.Mark Wielaard2020-09-217-2/+110
* libdwfl: do not dlopen libdebuginfod.so in --disable-libdebuginfod modeDmitry V. Levin2020-08-316-2/+35
* libdwfl, src: Replace some asserts with proper check or error messages.Mark Wielaard2020-07-196-8/+32
* libdwfl: read_address should use increasing address in intuit_kernel_boundsMark Wielaard2020-06-281-3/+7
* 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
* libdwfl: Return failure from dwfl_standard_find_debuginfo for NULL module.Mark Wielaard2020-05-142-0/+8
* libdwfl: Cleanup user_core resources on failure in dwfl_core_file_report.Mark Wielaard2020-05-142-1/+22
* libdwfl: Handle debugaltlink in dwfl_standard_find_debuginfo.Mark Wielaard2020-05-012-2/+26
* libdwfl: Fix double free on failure path in gzip.c.Mark Wielaard2020-04-262-1/+6
* libdwfl: Initialize bits to NULL in dwfl_standard_find_debuginfo for LTO.Mark Wielaard2020-04-162-1/+6
* libdwfl: Fix some GCC10 -Wnull-dereference issues.Mark Wielaard2020-02-062-3/+16
* libdwfl: remove broken coalescing logic in dwfl_report_segmentOmar Sandoval2019-12-184-43/+26
* libdwfl: Find and handle compressed vmlinuz image.Mark Wielaard2019-12-092-0/+28
* debuginfod: add client contextMark Wielaard2019-11-236-53/+160
* debuginfod 1/2: client sideAaron Merey2019-11-224-5/+67
* libdwfl: only use thread->unwound for initial frameOmar Sandoval2019-10-293-31/+25
* libdwfl: don't bother freeing frames outside of dwfl_thread_getframesOmar Sandoval2019-10-292-15/+9
* libdwelf: Make dwelf_elf_begin return NULL only when there is an error.Mark Wielaard2019-08-133-5/+18
* libdwfl: Fix fd leak/closing wrong fd after dwfl_core_file_report()Omar Sandoval2019-08-092-0/+6
* libdwfl: Make sure to left shift a unsigned 64bit value in expr_eval.Mark Wielaard2019-04-282-1/+6