0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Normal monthly change in current month in vulnerability data. modified: bugxml/dwarfbug.html modified: bugxml/dwarfbuglohi.html More... 13 days ago
Now up to date. modified: ChangeLog More... 19 days ago
Now lists dwarf_lname_version.c modified: src/lib/libdwarf/CMakeLists.txt modified: src/lib/libdwarf/Makefile.am More... 19 days ago
These generate a sourcefile in libdwarf (dwarf_lname_version.c) that enables DWARF6 language version access. The generated source is not yet used. modified: src/bin/buildDW_LNAME/buildlname.c modified: src/bin/buildDW_LNAME/dwarf_lname_data.h modified: src/bin/checkDW_LANG/checklangname.c More... 20 days ago
Removed a trailing whitespace modified: src/lib/libdwarf/dwarf_lvn_name.c More... 20 days ago
removed whitespace. modified: src/lib/libdwarf/dwarf_ranges.c More... 20 days ago
Small tweak to get the local .h file into a release. modified: src/bin/buildDW_LNAME/Makefile.am More... 21 days ago
Adds new dwarf.h checking code in buildDW_LNAME Adds a build of this new stuff. More... 21 days ago
Enabling build and run with configure. modified: ../../Makefile.am modified: ../../configure.ac modified: ../../meson.build More... 22 days ago
Up to date now. modified: ChangeLog More... 29 days ago
Updating DW_LNAME and DW_LANG language names with a few new-ish DWARF6 language names. modified: src/lib/libdwarf/dwarf.h Regenerated. modified: src/lib/libdwarf/dwarf_names.c More... 29 days ago
ChangeLog up to date now. modified: ChangeLog More... about 1 month ago
In check_ranges_list() a set of tests in the loop lead to multi-level indents. That was silly. Instead, for each special case of 'all is ok', just continue, leaving the end of the loop to report the issue with .debug_ranges. Flattening the code. Simpler to follow. More... about 1 month ago
New language codes Erlang Elixir Gleam modified: src/lib/libdwarf/dwarf.h Now with the version scheme and default lower bound for the new LNAME language codes. modified: src/lib/libdwarf/dwarf_query.c More... about 1 month ago
Reformatted the output reporting (dwarfdump -ka) about the instances of using FORM_data? vs leb space use. modified: src/bin/dwarfdump/print_die.c More... about 1 month ago
New language codes for Erlang,Elixir,Gleam modified: src/lib/libdwarf/dwarf.h Added comments, no actual instance of the names are yet available. modified: src/lib/libdwarf/dwarf_lvn_name.c More... about 1 month ago
One more standard tag->tag usage that is standard but was left out of the table. Regenerated modified: src/bin/dwarfdump/dwarfdump-tt-table.h More... about 1 month ago
Updated tag-tree data, regenerated all this. modified: src/bin/dwarfdump/dwarfdump-af-table-ext.h modified: src/bin/dwarfdump/dwarfdump-af-table-std.h modified: src/bin/dwarfdump/dwarfdump-ta-ext-table.h modified: src/bin/dwarfdump/dwarfdump-ta-table.h modified: src/bin/dwarfdump/dwarfdump-tt-ext-table.h modified: src/bin/dwarfdump/dwarfdump-tt-table.h modified: src/lib/libdwarf/dwarf_names.c More... about 1 month ago
Now with version 2.2.1 as 2.2.0 is released. modified: CMakeLists.txt modified: README.md modified: configure.ac modified: doc/libdwarf.dox modified: doc/libdwarfp.mm modified: meson.build modified: scripts/allsimplebuilds.sh modified: src/lib/libdwarf/libdwarf.h modified: tools/makerelease.sh More... about 1 month ago
Standard tag_tree entries that were omitted from the standard set before now. @@ -636,9 +636,11 @@ DW_TAG_variable 0xffffffff DW_TAG_variant DW_TAG_variant_part +DW_TAG_member More... about 1 month ago
Now all new entries with tar release listed. 2.2.0 modified: bugxml/data.txt modified: bugxml/dwarfbug.html modified: bugxml/dwarfbug.xml modified: bugxml/dwarfbuglohi.html More... about 1 month ago
Merge branch 'main' of https://github.com/davea42/libdwarf-code More... about 1 month ago
Clarifying a log entry on dwarf_safe_arithmetic.c . modified: ChangeLog More... about 1 month ago
Updated, ready for 2.2.0 release. modified: ChangeLog More... about 1 month ago
Updated, ready for 2.2.0 release. modified: ChangeLog More... about 1 month ago
Final version for release. No changes. modified: doc/libdwarf.pdf More... about 1 month ago
Slight clarification of doxygen comments about dwarf_get_ranges_baseaddress() modified: src/lib/libdwarf/libdwarf.h More... about 1 month ago
Removing inappropriate code from dwarf_get_ranges_baseaddress() so that the code does what the documentation says the code does. modified: src/lib/libdwarf/dwarf_ranges.c More... about 1 month ago
Cleanup, removing useless code so that always all three arguments required and used. Simpler. modified: src/lib/libdwarf/dwarf_safe_arithmetic.c modified: src/lib/libdwarf/dwarf_safe_arithmetic.h More... about 1 month ago
Removing incorrect comment. modified: src/lib/libdwarf/dwarf_ranges.c More... about 1 month ago