0
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added note about zstd (in common use in Linux before 2020) and libsztd-dev modified: README.md More... 4 months ago
Fixed indent mistake (looked odd). modified: meson.build More... 4 months ago
We delete four message() meson commands that were for debugging our use of meson. These four are no longer needed. modified: meson.build More... 4 months ago
If e_shoff is zero we immediately declare there is nothing here for DWARF and DW_DLV_NO_ENTRY is returned. Consistent with the generic Elf ABI documentation. No further checking for Elf corruption or anything else is done. modified: src/lib/libdwarf/dwarf_elf_load_headers.c More... 4 months ago
Revized the new logic on segments/sections for clarity and to catch corrupted object files earlier. modified: src/lib/libdwarf/dwarf_machoread.c More... 4 months ago
We now recognize a Mach-o object file (as opposed to a DSYM) and just treating that slighly differently lets libdwarf show the DWARF content. (Because, unlike DSYM, an object file has both executable code and DWARF data and a slight difference in how certain names appear) More... 4 months ago
Reversed the order of two lines to preserve a test result. I don't have any TI binaries and don't expect to, so the TI extension overlapping DW_TAG_lo_user is a beter choice than DW_TAG_TI_far_type to show. modified: src/lib/libdwarf/dwarf.h More... 4 months ago
Added in TI DWARF extension codes. modified: src/lib/libdwarf/dwarf.h Regenerated. modified: src/lib/libdwarf/dwarf_names.c More... 4 months ago
Notes on avoiding zlib and zstd modified: doc/libdwarf.dox More... 4 months ago
Documenting the new command to turn off access to decompression libraries for a build of libdwarf. More... 4 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... 4 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... 4 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... 4 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... 4 months ago
up to date with git log: fixing VS warnings modified: ChangeLog More... 4 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... 4 months ago
Now with _WIN32 arrange that lseek not generate a warning. modified: src/lib/libdwarf/dwarf_object_read_common.c More... 4 months ago
Arraned lseek to now avoid warnings from VS (using ifdef _WIN32). modified: src/lib/libdwarf/dwarf_object_detector.c More... 4 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... 4 months ago
Up to date with git log modified: ChangeLog More... 4 months ago
Fixing warnings (VS) about arguments to posix functions. modified: src/lib/libdwarf/dwarf_object_detector.c More... 4 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... 4 months ago
Latest DW_LANG names now present. modified: src/lib/libdwarf/dwarf_names.c More... 4 months ago
Moved some 2021 changes from 2022 to 2021 modified: ChangeLog2021 modified: ChangeLog2022 More... 4 months ago
Added new DW_LANG codes (see dwarfstd.org) modified: dwarf.h More... 4 months ago
Merge branch 'AlexDenisov-alexdenisov/add-an-option-to-disable-zlib-zstd' Adding cmake option to avoid looking for compression libraries More... 4 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... 4 months ago
Add a CMake option to disable libz/libzstd More... 4 months ago
Now just 2024 modified: ChangeLog More... 4 months ago
Pure 2023 data new file: ChangeLog2023 More... 4 months ago