0
I Use This!
High Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now the dwarfdump/ChangeLog and libdwarf/ChangeLog list the actual changes made in the process of creating the new checks and reports in dwarfdump. More... over 9 years ago
dwarfdump: Removing trailing whitespace, fixing indents. esb.c print_die.c tag_attr.c More... over 9 years ago
Typo and and a file not meant to exist are removed. More... over 9 years ago
Removed dwarfdump.c.orig, which was never intended to be there. More... over 9 years ago
Now the new dwarfdump checking options work. More... over 9 years ago
Merge commit '7e527974f54e0f7d8207ebebaf44ad84dad513d5' into ce2 More... over 9 years ago
dwarfgen.cc: fixed indents and removed trailing whitespace. More... over 9 years ago
libdwarf: fixed indents and removed trailing whitespace. More... over 9 years ago
Rearrange the code so we do not touch arguments till we have need for them. dwarf_alloc.c More... over 9 years ago
Avoid passing null dbg to dwarf_finish. Update version strings. dwarfdump/common.c dwarfdump/dwarfdump.c More... over 9 years ago
libdwarf: * libdwarf2p.1.mm: Somehow dwarf_transform_to_disk_form() was not documented. Now it is. * libdwarf2p.1.pdf: Regenerated, version 1.38. More... over 9 years ago
libdwarf minor enhancements. dwarf_allo.c: Comment the allocation table base more carefully. dwarf_base_types.h: Making DW_DLA defines more readable, more consistent with other instances. libdwarf.h.in: Adding producer error codes. The producer library has some places error values are misidentified. Main effect: documentation. dwarf_error.c: Add the strings for the new error codes. More... over 9 years ago
Update the ChangeLog for the start of 2015. More... over 9 years ago
Updated dwarfdump version strings. More... over 9 years ago
Updated version string. common.c dwarfdump.c More... over 9 years ago
Renamed fakemalloc.c as fakemalloc.in More... over 9 years ago
These files no longer reference dwarfdump2. BLD BLDLIBDWARF BLDTESTDIR CREATINGARELEASE Makefile.in README UPDATEDWARFDUMPVERSION.sh configure (regenerated) configure.in dwarfdump2/NEWS More... over 9 years ago
Somehow was not matching the output of dwarfdump/print_gdbindex.c. dwarfdump2/print_gdbindex.cc More... over 9 years ago
Fixing an issue discovered with printing debug information, due to conflicts with -kG code, that bypaased the printing of the attributes. More... over 9 years ago
Merge branch 'master' into carlos_enciso More... over 9 years ago
Removing accidental C99-isms. libdwarf/dwarf_query.c libdwarf/dwarf_tsearchhash.c libdwarf/dwarf_util.c tsearch/dwarf_tsearchhash.c More... over 9 years ago
New command line -kG, to print only unique errors generated by any of the -k check options More... over 9 years ago
New command line option, -kD to check for duplicated attributes in a DIE More... over 9 years ago
New command line option -ku[f] More... over 9 years ago
Modify tag_tree.c and tag_attr.c to generate extra data structures to support the ability to track the usage of DWARF Tags and Attrs. The new functionality is controlled by the symbol HAVE_USAGE_TAG_ATTR More... over 9 years ago
Create a generic function supporting variable number of arguments to print the DWARF error messages found while using any of the -k options More... over 9 years ago
1) Allow 'bad_line_input' to receive variable number of arguments 2) Extended the functionality of 'esb_append_printf' to handle a pointer to the variable arguments. More... over 9 years ago
1) Update the Tag-Tree and Tag-Attr rules to include missing rules; these new rules are generated by the LLVM toolchain 2) Define 2 symbols in dwarf.h, to indicate the last define TAG and Attribute More... over 9 years ago
1) New command line option: -O file=<name> send the output to a file (instead of using the > symbol) 2) Remove unnecessary blank line More... over 9 years ago
1) For the Windows version, disable a warning generated by VS2010 2) Incorrect return value on exit More... over 9 years ago