summaryrefslogtreecommitdiffstats
path: root/libdw
Commit message (Expand)AuthorAgeFilesLines
* libdw, libdwfl: Save original path of ELF fileOmar Sandoval2023-11-024-17/+45
* libdw: Recognize .debug_[ct]u_index sections in dwarf_elf_beginOmar Sandoval2023-11-013-26/+37
* libdw: ignore really large discriminatorMark Wielaard2023-11-011-1/+7
* libdw: Skip zero entries in arangesMark Wielaard2023-10-091-2/+15
* libdw: Handle split DWARF in dwarf_macro_getsrcfilesOmar Sandoval2023-10-034-6/+20
* libdw: Fix dwarf_macro_getsrcfiles for DWARF 5Omar Sandoval2023-10-034-6/+28
* libdw: Handle other string forms in dwarf_macro_param2Omar Sandoval2023-10-032-6/+18
* libdw: Handle DW_AT_ranges in split DWARF 5 skeleton in dwarf_rangesOmar Sandoval2023-10-032-2/+4
* libdw: Handle split DWARF in dwarf_entrypcOmar Sandoval2023-10-032-7/+6
* libdw: Make try_split_file staticOmar Sandoval2023-10-032-1/+5
* libdw: Fix dwarf_getscopes memory leak on errorMark Wielaard2023-02-282-1/+8
* libdw: Use elf_rawdata when checking .debug sectionMark Wielaard2023-02-232-2/+7
* libdw: check that DWARF strings are null-terminatedAleksei Vetrov2023-02-173-1/+52
* 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-142-0/+6
* libdw, readelf, elflint: Add get_(u|s)leb128 guardsMark Wielaard2023-02-1410-1/+43
* libdw: check memory access in get_(u|s)leb128Aleksei Vetrov2023-02-141-2/+8
* configure: Add --enable-sanitize-memoryIlya Leoshkevich2023-02-141-1/+2
* libdw: Search for abstract origin in the correct CUMark Wielaard2023-01-302-8/+16
* Do not use relative include paths in library files.Mark Wielaard2022-12-205-4/+11
* libdw: Change typeof -> __typeof in memory-access.hYonggang Luo2022-12-122-5/+12
* libdw: Don't dereference and assign values we are skippingMark Wielaard2022-11-032-1/+6
* lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.hYonggang Luo2022-10-285-6/+7
* readelf: Handle DW_LLE_GNU_view_pairMark Wielaard2022-10-272-1/+9
* libdw: Use #include <system.h> instead of <endian.h> in memory-access.hYonggang Luo2022-10-272-2/+6
* Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIANYonggang Luo2022-10-172-4/+8
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-161-1/+0
* libdwfl: add dwfl_report_offline_memoryAleksei Vetrov2022-10-162-0/+5
* Fill in fde_augmentation_data_size in dwarf_next_cfiUlrich Drepper2022-08-112-20/+46
* libdwfl: Add new function dwfl_frame_regDi Chen2022-07-312-0/+5
* Move dwfl_get_debuginfod_client to ELFUTILS_0.188Mark Wielaard2022-07-132-1/+6
* Introduce public dwfl_get_debuginfod_client APIMilian Wolff2022-07-131-0/+5
* libdw: Add sanity check to store_implicit_valueMark Wielaard2022-05-142-1/+8
* libdw: Remove unused atomics.h include from libdwP.hMark Wielaard2022-04-172-1/+4
* libdw: Add DWARF5 package file section identifiers, DW_SECT_*Mark Wielaard2022-04-132-0/+18
* libdw, readelf: Read inlining info in NVIDIA extended line mapJohn M Mellor-Crummey2021-11-109-2/+173
* libdw: dwarf_elf_begin should use either plain, dwo or lto DWARF sections.Mark Wielaard2021-11-093-5/+99
* Improve building with LTOAlexander Miller2021-11-0810-11/+22
* libdw: Don't pass NULL to dwarf_peel_typeMark Wielaard2021-10-182-1/+6
* libdw: Use signedness of subrange type to determine array boundsMark Wielaard2021-10-182-6/+44
* libdw: set address size, offset size and version on fake CUsMark Wielaard2021-09-122-6/+31
* Remove redundant casts of memory allocating functions returning void *Dmitry V. Levin2021-09-094-8/+16
* Come up with startswith function.Martin Liska2021-05-122-1/+7
* libdw: Document and handle DW_FORM_indirect in __libdw_form_val_compute_lenMark Wielaard2021-05-062-1/+10
* libdw: handle DW_FORM_indirect when reading attributesOmar Sandoval2021-05-013-0/+31
* readelf, libdw: blocks aren't expressions for DWARF version 4Mark Wielaard2021-02-172-0/+23
* Split the top level .gitignore fileDmitry V. Levin2020-12-202-0/+5
* Consistently define _(Str) using dgettext ("elfutils", Str)Dmitry V. Levin2020-12-162-4/+4
* libdw: fix spelling typos in comments and ChangeLogDmitry V. Levin2020-12-127-13/+22
* Fix automake warningsDmitry V. Levin2020-12-102-3/+8