| Commit message (Expand) | Author | Age | Files | Lines |
| * | libdw, libdwfl: Save original path of ELF file | Omar Sandoval | 2023-11-02 | 4 | -17/+45 |
| * | libdw: Recognize .debug_[ct]u_index sections in dwarf_elf_begin | Omar Sandoval | 2023-11-01 | 3 | -26/+37 |
| * | libdw: ignore really large discriminator | Mark Wielaard | 2023-11-01 | 1 | -1/+7 |
| * | libdw: Skip zero entries in aranges | Mark Wielaard | 2023-10-09 | 1 | -2/+15 |
| * | libdw: Handle split DWARF in dwarf_macro_getsrcfiles | Omar Sandoval | 2023-10-03 | 4 | -6/+20 |
| * | libdw: Fix dwarf_macro_getsrcfiles for DWARF 5 | Omar Sandoval | 2023-10-03 | 4 | -6/+28 |
| * | libdw: Handle other string forms in dwarf_macro_param2 | Omar Sandoval | 2023-10-03 | 2 | -6/+18 |
| * | libdw: Handle DW_AT_ranges in split DWARF 5 skeleton in dwarf_ranges | Omar Sandoval | 2023-10-03 | 2 | -2/+4 |
| * | libdw: Handle split DWARF in dwarf_entrypc | Omar Sandoval | 2023-10-03 | 2 | -7/+6 |
| * | libdw: Make try_split_file static | Omar Sandoval | 2023-10-03 | 2 | -1/+5 |
| * | libdw: Fix dwarf_getscopes memory leak on error | Mark Wielaard | 2023-02-28 | 2 | -1/+8 |
| * | libdw: Use elf_rawdata when checking .debug section | Mark Wielaard | 2023-02-23 | 2 | -2/+7 |
| * | libdw: check that DWARF strings are null-terminated | Aleksei Vetrov | 2023-02-17 | 3 | -1/+52 |
| * | libdw: Correct data end checkfor deref_type operand in dwarf_getlocation | Mark Wielaard | 2023-02-14 | 2 | -1/+6 |
| * | libdw: Handle DW_OP_GNU_uninit in dwarf_getlocation | Mark Wielaard | 2023-02-14 | 2 | -0/+6 |
| * | libdw, readelf, elflint: Add get_(u|s)leb128 guards | Mark Wielaard | 2023-02-14 | 10 | -1/+43 |
| * | libdw: check memory access in get_(u|s)leb128 | Aleksei Vetrov | 2023-02-14 | 1 | -2/+8 |
| * | configure: Add --enable-sanitize-memory | Ilya Leoshkevich | 2023-02-14 | 1 | -1/+2 |
| * | libdw: Search for abstract origin in the correct CU | Mark Wielaard | 2023-01-30 | 2 | -8/+16 |
| * | Do not use relative include paths in library files. | Mark Wielaard | 2022-12-20 | 5 | -4/+11 |
| * | libdw: Change typeof -> __typeof in memory-access.h | Yonggang Luo | 2022-12-12 | 2 | -5/+12 |
| * | libdw: Don't dereference and assign values we are skipping | Mark Wielaard | 2022-11-03 | 2 | -1/+6 |
| * | lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.h | Yonggang Luo | 2022-10-28 | 5 | -6/+7 |
| * | readelf: Handle DW_LLE_GNU_view_pair | Mark Wielaard | 2022-10-27 | 2 | -1/+9 |
| * | libdw: Use #include <system.h> instead of <endian.h> in memory-access.h | Yonggang Luo | 2022-10-27 | 2 | -2/+6 |
| * | Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIAN | Yonggang Luo | 2022-10-17 | 2 | -4/+8 |
| * | Move the #include <libintl.h> into eu-config.h | Yonggang Luo | 2022-10-16 | 1 | -1/+0 |
| * | libdwfl: add dwfl_report_offline_memory | Aleksei Vetrov | 2022-10-16 | 2 | -0/+5 |
| * | Fill in fde_augmentation_data_size in dwarf_next_cfi | Ulrich Drepper | 2022-08-11 | 2 | -20/+46 |
| * | libdwfl: Add new function dwfl_frame_reg | Di Chen | 2022-07-31 | 2 | -0/+5 |
| * | Move dwfl_get_debuginfod_client to ELFUTILS_0.188 | Mark Wielaard | 2022-07-13 | 2 | -1/+6 |
| * | Introduce public dwfl_get_debuginfod_client API | Milian Wolff | 2022-07-13 | 1 | -0/+5 |
| * | 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 |