0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Documenting the new command to turn off access to decompression libraries for a build of libdwarf. More... 2 months ago
With cmake option -DENABLE_DECOMPRESSION=NO libdwarf will build without any reference to zlib.h or zstd.h or the respective libraries. More... 2 months ago
Now passing --disable-decompression to configure turns off access to libz and zstd, which is of use to some not expecting to see compressed sections and missing libz or zstd. modified: configure.ac More... 2 months ago
Now we define -Ddecompression=YES as the default and library builders can pass -Ddecompression=NO to the meson command to turn off decompression and avoid any dependency on libz or zstd. More... 2 months ago
ifdefs for zstd.h and zlib.h were written in a non-obvious way. Now in standard libdwarf form for clarity. modified: src/lib/libdwarf/dwarf_init_finish.c More... 2 months ago
up to date with git log: fixing VS warnings modified: ChangeLog More... 3 months ago
Altered the argument of _dwarf_load_elf_section_is_dwarf() to avoid a warning from VS (should have done this before now...) modified: src/lib/libdwarf/dwarf_elf_load_headers.c More... 3 months ago
Now with _WIN32 arrange that lseek not generate a warning. modified: src/lib/libdwarf/dwarf_object_read_common.c More... 3 months ago
Arraned lseek to now avoid warnings from VS (using ifdef _WIN32). modified: src/lib/libdwarf/dwarf_object_detector.c More... 3 months ago
If a read is too big, do multiple reads. If _WIN32 use extra casts to compile ok with VS. modified: src/lib/libdwarf/dwarf_crc32.c modified: src/lib/libdwarf/dwarf_object_detector.c modified: src/lib/libdwarf/dwarf_object_read_common.c More... 3 months ago
Up to date with git log modified: ChangeLog More... 3 months ago
Fixing warnings (VS) about arguments to posix functions. modified: src/lib/libdwarf/dwarf_object_detector.c More... 3 months ago
Now we can read DWARF2 produced by an obsolete compiler from Metrowerks. It uses DW_FORM_ref_addr where it means DW_FORM_addr (DW_AT_low_pc for example). It sets the relocation section type to SHT_RELA correctly and then names the section with .rel (not .rela as it should). It has two .rel.debug_line sections for no reason. More... 3 months ago
Latest DW_LANG names now present. modified: src/lib/libdwarf/dwarf_names.c More... 3 months ago
Moved some 2021 changes from 2022 to 2021 modified: ChangeLog2021 modified: ChangeLog2022 More... 3 months ago
Added new DW_LANG codes (see dwarfstd.org) modified: dwarf.h More... 3 months ago
Merge branch 'AlexDenisov-alexdenisov/add-an-option-to-disable-zlib-zstd' Adding cmake option to avoid looking for compression libraries More... 3 months ago
Merge branch 'alexdenisov/add-an-option-to-disable-zlib-zstd' of https://github.com/AlexDenisov/libdwarf-code into AlexDenisov-alexdenisov/add-an-option-to-disable-zlib-zstd Adding option to cmake. So zlib/libzstd ignored (if ignoring is requested) More... 3 months ago
Add a CMake option to disable libz/libzstd More... 3 months ago
Now just 2024 modified: ChangeLog More... 3 months ago
Pure 2023 data new file: ChangeLog2023 More... 3 months ago
With initial 2024 entry. modified: ChangeLog auto update with 2024 modified: bugxml/dwarfbug.html modified: bugxml/dwarfbuglohi.html More... 3 months ago
New information. modified: READMEwin-msys2.md More... 3 months ago
More clarifications. modified: READMEcmake.md More... 3 months ago
To make it look right. modified: READMEcmake.md More... 3 months ago
modified: READMEcmake.md Some clarifications and one error fixed. More... 3 months ago
Now with GNUInstallDirs in CMakeLists.txt modified: ChangeLog More... 3 months ago
Merge branch 'install' of https://github.com/flagarde/libdwarf-code into flagarde-install Testing pull request More... 3 months ago
Up to date with git log modified: ChangeLog More... 3 months ago
Due to a change signed to unsigned and an oversight printing of DW_OP_ DWARF data could print ESB_ERR at times Just a two line error. Fixed. modified: src/bin/dwarfdump/print_die.c More... 3 months ago