| Commit message (Expand) | Author | Age | Files | Lines |
* | libdw: Add sanity check to store_implicit_value | Mark Wielaard | 2022-05-14 | 2 | -1/+8 |
* | libdw: Remove unused atomics.h include from libdwP.h | Mark Wielaard | 2022-04-17 | 2 | -1/+4 |
* | libdw: Add DWARF5 package file section identifiers, DW_SECT_* | Mark Wielaard | 2022-04-13 | 2 | -0/+18 |
* | libdw, readelf: Read inlining info in NVIDIA extended line map | John M Mellor-Crummey | 2021-11-10 | 9 | -2/+173 |
* | libdw: dwarf_elf_begin should use either plain, dwo or lto DWARF sections. | Mark Wielaard | 2021-11-09 | 3 | -5/+99 |
* | Improve building with LTO | Alexander Miller | 2021-11-08 | 10 | -11/+22 |
* | libdw: Don't pass NULL to dwarf_peel_type | Mark Wielaard | 2021-10-18 | 2 | -1/+6 |
* | libdw: Use signedness of subrange type to determine array bounds | Mark Wielaard | 2021-10-18 | 2 | -6/+44 |
* | libdw: set address size, offset size and version on fake CUs | Mark Wielaard | 2021-09-12 | 2 | -6/+31 |
* | Remove redundant casts of memory allocating functions returning void * | Dmitry V. Levin | 2021-09-09 | 4 | -8/+16 |
* | Come up with startswith function. | Martin Liska | 2021-05-12 | 2 | -1/+7 |
* | libdw: Document and handle DW_FORM_indirect in __libdw_form_val_compute_len | Mark Wielaard | 2021-05-06 | 2 | -1/+10 |
* | libdw: handle DW_FORM_indirect when reading attributes | Omar Sandoval | 2021-05-01 | 3 | -0/+31 |
* | readelf, libdw: blocks aren't expressions for DWARF version 4 | Mark Wielaard | 2021-02-17 | 2 | -0/+23 |
* | Split the top level .gitignore file | Dmitry V. Levin | 2020-12-20 | 2 | -0/+5 |
* | Consistently define _(Str) using dgettext ("elfutils", Str) | Dmitry V. Levin | 2020-12-16 | 2 | -4/+4 |
* | libdw: fix spelling typos in comments and ChangeLog | Dmitry V. Levin | 2020-12-12 | 7 | -13/+22 |
* | Fix automake warnings | Dmitry V. Levin | 2020-12-10 | 2 | -3/+8 |
* | Drop $(EXEEXT) suffix from shared libraries | Dmitry V. Levin | 2020-12-06 | 2 | -1/+5 |
* | Support building when fts and obstack aren't part of libc. | Érico Rolim | 2020-11-03 | 2 | -1/+5 |
* | Fix leb128 reading | Tom Tromey | 2020-10-29 | 3 | -8/+49 |
* | libdw: dwarf_frame_register takes an array of at least 3 Dwarf_Ops | Mark Wielaard | 2020-10-26 | 3 | -4/+13 |
* | Fix bug in read_3ubyte_unaligned_inc | Tom Tromey | 2020-10-24 | 2 | -1/+6 |
* | libdw,readelf: Recognize DW_CFA_AARCH64_negate_ra_state | Mark Wielaard | 2020-09-07 | 6 | -18/+51 |
* | libdw: Remove duplicate local wildcards from map file. | Mark Wielaard | 2020-09-03 | 2 | -10/+8 |
* | libdw: Rename check_constant_offset to is_constant_offset. | Mark Wielaard | 2020-08-25 | 2 | -9/+18 |
* | libdwfl: read_address should use increasing address in intuit_kernel_bounds | Mark Wielaard | 2020-06-28 | 1 | -0/+5 |
* | libdw: Add missing FALLTHROUGH in execute_cfi. | Mark Wielaard | 2020-06-19 | 2 | -0/+5 |
* | libdw: Skip imported compiler_units in libdw_visit_scopes walking DIE tree | Mark Wielaard | 2020-05-08 | 2 | -1/+10 |
* | libdw: Use correct CU to resolve file names in dwarf_decl_file. | Mark Wielaard | 2020-05-08 | 4 | -2/+21 |
* | libdw: Call Dwarf oom_handler() when malloc fails in __libdw_alloc_tail. | Mark Wielaard | 2020-04-26 | 2 | -0/+10 |
* | libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix. | Mark Wielaard | 2020-04-22 | 2 | -0/+8 |
* | debuginfod 1/2: client side | Aaron Merey | 2019-11-22 | 2 | -1/+5 |
* | libdw: Introduce libdw_unalloc to stop Dwarf_Abbrev leaks. | Mark Wielaard | 2019-11-12 | 4 | -1/+43 |
* | libdw: Rewrite the memory handler to be more robust. | Jonathon Anderson | 2019-11-08 | 5 | -53/+122 |
* | libdw: Add and use a concurrent version of the dynamic-size hash table. | Srđan Milaković | 2019-11-08 | 8 | -9/+25 |
* | libdw: Don't free uninitialized Dwarf_Abbrev_Hash's of "fake" CUs. | Jonathon Anderson | 2019-11-02 | 3 | -12/+35 |
* | libdw: Rewrite the memory handler to be thread-safe. | Jonathon Anderson | 2019-10-24 | 6 | -36/+68 |
* | Don't use dlopen() for libebl modules | Omar Sandoval | 2019-08-29 | 2 | -7/+18 |
* | Add PIC and non-PIC variants of libcpu and libebl | Omar Sandoval | 2019-08-28 | 2 | -1/+5 |
* | libdw: fix latent bug in dwarf_getcfi.c not setting default_same_value. | Jonathon Anderson | 2019-08-26 | 2 | -0/+5 |
* | libdwelf: Make dwelf_elf_begin return NULL only when there is an error. | Mark Wielaard | 2019-08-13 | 2 | -0/+8 |
* | libdwelf: Add dwelf_elf_e_machine_string and use it in readelf. | Mark Wielaard | 2019-07-10 | 2 | -1/+11 |
* | libdw: Add DW_AT_GNU_numerator, DW_AT_GNU_denominator and DW_AT_GNU_bias. | Mark Wielaard | 2019-05-16 | 2 | -0/+11 |
* | libdw: Remove unused variable initialization in dwarf_siblingof. | Mark Wielaard | 2019-04-28 | 2 | -1/+5 |
* | libdw: Call check_constant_offset with direct pointers. | Mark Wielaard | 2019-04-28 | 2 | -1/+6 |
* | libdw: Reject DW_OP_implicit_value in CFI. | Mark Wielaard | 2019-04-28 | 2 | -0/+7 |
* | libdw: Check there is enough space for CU 64bit length, version and type. | Mark Wielaard | 2019-02-01 | 2 | -3/+20 |
* | libdw: Check terminating NUL byte in dwarf_getsrclines for dir/file table. | Mark Wielaard | 2019-01-22 | 2 | -3/+13 |
* | libdw: Enable building with -Og. | Mark Wielaard | 2018-11-23 | 3 | -2/+7 |