0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... 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
With initial 2024 entry. modified: ChangeLog auto update with 2024 modified: bugxml/dwarfbug.html modified: bugxml/dwarfbuglohi.html More... 4 months ago
New information. modified: READMEwin-msys2.md More... 4 months ago
More clarifications. modified: READMEcmake.md More... 4 months ago
To make it look right. modified: READMEcmake.md More... 4 months ago
modified: READMEcmake.md Some clarifications and one error fixed. More... 4 months ago
Now with GNUInstallDirs in CMakeLists.txt modified: ChangeLog More... 4 months ago
Merge branch 'install' of https://github.com/flagarde/libdwarf-code into flagarde-install Testing pull request More... 4 months ago
Up to date with git log modified: ChangeLog More... 4 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... 4 months ago
Avoid warning from VS C. modified: src/bin/dwarfdump/print_die.c More... 4 months ago
Remove VS C warnings by adding safe casts. modified: src/bin/dwarfdump/dwarfdump.c Remove VS C warnings by changing a local variable type. Rename file-local struct member names to have a common prefix bh_. modified: src/bin/dwarfdump/print_die.c More... 4 months ago
Added appropriate casts in 3 places to silence VS C warnings. These are an improvement for the human reader, too. modified: src/lib/libdwarf/dwarf_crc32.c modified: src/lib/libdwarf/dwarf_line_table_reader_common.h modified: src/lib/libdwarf/dwarf_xu_index.c More... 4 months ago
Warnings from VS C provoked another nice change to macro READ_UNALIGNED_CK() which is used all over the place. modified: src/lib/libdwarf/dwarf_util.h More... 4 months ago
Small adjustmets (mainly casts) to avoid warnings from VS C compiler. modified: src/lib/libdwarf/dwarf_elf_load_headers.c modified: src/lib/libdwarf/dwarf_frame.c modified: src/lib/libdwarf/dwarf_init_finish.c modified: src/lib/libdwarf/dwarf_line.c modified: src/lib/libdwarf/dwarf_loc.c modified: src/lib/libdwarf/dwarf_locationop_read.c modified: src/lib/libdwarf/dwarf_loclists.c modified: src/lib/libdwarf/dwarf_query.c modified: src/lib/libdwarf/dwarf_rnglists.c modified: src/lib/libdwarf/dwarf_str_offsets.c More... 4 months ago
The BIGGEST_UINT #define and its uses are now gone. It was never necessary in the macros it was used in and it was arbitrary. Should have been removed years ago. modified: src/lib/libdwarf/dwarf_gdbindex.c modified: src/lib/libdwarf/dwarf_util.h More... 4 months ago
respect install location More... 4 months ago
Use GNUInstallDirs More... 4 months ago
These remove the remaining type warnings from VS C in dwarfdump. modified: src/bin/dwarfdump/dwarfdump.c modified: src/bin/dwarfdump/print_abbrevs.c modified: src/bin/dwarfdump/print_die.c More... 4 months ago