0
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours 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
Make note of DW_AT_call_file in dwarf_srcfiles More... about 2 months ago
In case of memory exhaustion ensure that allocations going out of scope are freed. modified: src/bin/dwarfdump/print_abbrevs.c More... about 2 months ago
DO NOT USE THIS COMMIT. It fixes real problems, but is incomplete. More... about 2 months ago
Merge branch 'jeremy-rifkin-jr/libdwarf-conan-changes' Cmake improvements. More... about 2 months ago
Merge branch 'jr/libdwarf-conan-changes' of https://github.com/jeremy-rifkin/libdwarf-code into jeremy-rifkin-jr/libdwarf-conan-changes cmake fixes More... about 2 months ago
Like the previous call/recalloc changes these issues detected by MSVC code analysis. More... about 2 months ago
Check for NULL return from calloc() and print ERROR message if NULL. modified: src/bin/dwarfdump/print_die.c More... about 2 months ago
Use newlines to ensure no formatting surprise and count this as ERROR for the error count to be shown eventually. modified: src/bin/dwarfdump/dd_command_options.c More... about 2 months ago
- Dwarf_Off dw_offset; + /* libdwarf does not require offset to be anything in + particular, and will work fine regardless + (possibly returning DW_DLV_ERROR or DW_DLV_OK). But + valgrind generates a warning passing in the uninitialized + value so let us initialize it to ... something. */ + Dwarf_Off dw_offset = 11; modified: fuzz/fuzz_debug_str.c More... about 2 months ago
One more quick tweak for zstd targets More... about 2 months ago
Oops, copy paste error More... about 2 months ago
Small tweak More... about 2 months ago
Update patches More... about 2 months ago
Removing many _WIN32 and related ifdefs where they are not needed now, and we deleted many off_t and size_t uses too (meaning now we have dwarf_seekr.c). Adding a comment on each #if 0 to explain what it is (try grep 'if 0' *.c) More... about 2 months ago
open/close moved to dwarf_seekr.c as _dwarf_openr, _dwarf_closer All direct uses converted to the _dwarf form and no-longer-needed references to _WIN32 and off_t removed nearly everywhere. Soon the new #if 0 ---- #endif instances of unneeded stuff will be removed. modified: src/lib/libdwarf/dwarf_debuglink.c modified: src/lib/libdwarf/dwarf_elf_load_headers.c modified: src/lib/libdwarf/dwarf_elfread.c modified: src/lib/libdwarf/dwarf_generic_init.c modified: src/lib/libdwarf/dwarf_machoread.c modified: src/lib/libdwarf/dwarf_object_detector.c modified: src/lib/libdwarf/dwarf_opaque.h modified: src/lib/libdwarf/dwarf_peread.c modified: src/lib/libdwarf/dwarf_safe_arithmetic.c modified: src/lib/libdwarf/dwarf_seekr.c modified: src/lib/libdwarf/dwarf_util.c More... about 2 months ago
Fixing ifdef nest modified: src/lib/libdwarf/dwarf_seekr.c More... about 2 months ago
Ifdef nest wrong for _WIN64 lseek define. modified: dwarf_seekr.c More... about 2 months ago
Latest, all about dwarf_seakr.c modified: ChangeLog More... about 2 months ago
For _WIN64 using the built-in integer type __int64. Now builds on Win10. Altered #if 0 by adding /* debugging only */ modified: src/lib/libdwarf/dwarf_seekr.c More... about 2 months ago
Remove blocks already marked #if 0 modified: src/lib/libdwarf/dwarf_crc32.c Add comment following #if 0 indicating the block is for debugging only. modified: src/lib/libdwarf/dwarf_elf_load_headers.c modified: src/lib/libdwarf/dwarf_object_detector.c More... about 2 months ago
Splitting lseek() and read() code into dwarf_seekr.c (new file) so other files do not need Windows ifdefs or types. -cmake/libdwarf-config.cmake \ +cmake/libdwarfConfig.cmake.in \ modified: src/lib/libdwarf/Makefile.am More... about 2 months ago
Some cmake files were not listed at a change point. Now they are. modified: ChangeLog More... about 2 months ago
Moved lseek/read so we can concentrate the changes required for msys2/windows special requirements into one small source. modified: src/lib/libdwarf/CMakeLists.txt modified: src/lib/libdwarf/Makefile.am modified: src/lib/libdwarf/dwarf_opaque.h new file: src/lib/libdwarf/dwarf_seekr.c modified: src/lib/libdwarf/meson.build More... about 2 months ago
Fix something flagarde noticed More... about 2 months ago
Alias ZSTD::ZSTD to zstd::libzstd_shared or zstd::libzstd_static as appropriate More... about 2 months ago
New month so the month changes in the first lines. modified: bugxml/dwarfbug.html modified: bugxml/dwarfbuglohi.html More... about 2 months ago
Merge branch 'jeremy-rifkin-cmake-changes-for-zlib-zstd' Fixing issues with cmake when zstd not there. More... about 2 months ago
Merge branch 'cmake-changes-for-zlib-zstd' of https://github.com/jeremy-rifkin/libdwarf-code into jeremy-rifkin-cmake-changes-for-zlib-zstd cmake/zstd issues with build. More... about 2 months ago
Quick fix More... about 2 months ago
up to date with git log modified: ChangeLog More... about 2 months ago