0
I Use This!
High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added to documentation of dwarf_crc32() and dwarf_basic_crc32() and dwarf_crc32(). modified: src/lib/libdwarf/libdwarf.h More... 3 months ago
Fixed so no longer forcing read of uninitialized memory. valgrind noticed the bug. modified: fuzz/fuzz_crc.c More... 3 months ago
Now with a test for a null pointer passed in. There is no error return, but instead we simply return 0. modified: src/lib/libdwarf/dwarf_crc.c More... 3 months ago
Update target name More... 3 months ago
Merge branch 'main' into cmake-changes-for-zlib-zstd More... 3 months ago
Up to date with git log modified: ChangeLog More... 3 months ago
Added Jan 2024 release date (0.9.1) modified: README.md More... 3 months ago
Now all version 0.9.2 (no build or software change yet). modified: CMakeLists.txt modified: configure.ac modified: doc/libdwarf.dox modified: doc/libdwarfp.mm modified: meson.build modified: src/lib/libdwarf/libdwarf.h More... 3 months ago
Update CMakeLists.txt More... 3 months ago
Dated, marked releasing. modified: doc/libdwarf.dox modified: doc/libdwarf.pdf More... 3 months ago
Update CMakeLists.txt More... 3 months ago
Update CMakeLists.txt More... 3 months ago
Update and rename libdwarf-config.cmake to libdwarfConfig.cmake.in More... 3 months ago
More messages use homefy() so regression tests independent of that aspect of the path of relevant strings. modified: src/bin/dwarfdump/dwarfdump.c More... 3 months ago
Updated Changes a little. modified: doc/libdwarf.dox Regenerated modified: doc/libdwarf.pdf More... 3 months ago
Now with latest git log modified: ChangeLog More... 3 months ago
A compiler used R_386_GOTOFF for a relocation for DWARF data. Now that relocation is handled. modified: src/lib/libdwarf/dwarf_elf_defines.h modified: src/lib/libdwarf/dwarf_elf_rel_detector.c More... 3 months ago
One place in generic_ehdr_from_64() needed a check for e_shnum zero. modified: src/lib/libdwarf/dwarf_elf_load_headers.c More... 3 months ago
Bringing up to date. modified: ChangeLog More... 3 months ago
Removed lots of debug message() commands that were just for debugging meson.build. modified: src/lib/libdwarf/meson.build More... 3 months ago
Added note about zstd (in common use in Linux before 2020) and libsztd-dev modified: README.md More... 3 months ago
Fixed indent mistake (looked odd). modified: meson.build More... 3 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... 3 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... 3 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... 3 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... 3 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... 3 months ago
Added in TI DWARF extension codes. modified: src/lib/libdwarf/dwarf.h Regenerated. modified: src/lib/libdwarf/dwarf_names.c More... 3 months ago
Notes on avoiding zlib and zstd modified: doc/libdwarf.dox More... 3 months ago
Documenting the new command to turn off access to decompression libraries for a build of libdwarf. More... 3 months ago