0
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
dwarfdump print_str_offsets.c: Clean up by doing proper dealloc calls instead of relying on de_alloc_tree to clean up. More... about 4 years ago
dwarfdump modified: print_pubnames.c Clean up by doing proper dealloc calls instead of relying on de_alloc_tree to clean up. More... about 4 years ago
dwarfdump print_macro.c: Clean up vi doing proper dealloc calls instead of relying on de_alloc_tree to clean up. More... about 4 years ago
dwarfdump modified: print_lines.c Eliminate leaks that relied on de_alloc_tree to clean up. More... about 4 years ago
dwarfdump modified: makename.c Clarify some comments. More... about 4 years ago
dwarfdump modified: print_aranges.c Cleans up allocation so we don't rely so much on de_alloc_tree to avoid libdwarf memory leaks. More... about 4 years ago
dwarfdump: print_abbrevs.c: Eliminate leaks that relied on de_alloc_tree to clean up. More... about 4 years ago
New functions help make dwarfdump.c leak-free. modified: command_options.c modified: command_options.h More... about 4 years ago
Simplifies the code while eliminating old and small memory leaks. modified: dwarfdump.c More... about 4 years ago
This commit is not quite ready for prime time. --sanitize finds problems, but valgrind does not. Odd. More... about 4 years ago
Code placed in the Public Domain. modified: findfuncbypc.c More... about 4 years ago
Removed one-line #if 0 code that serves no purpose. modified: dwarf_print_lines.c More... about 4 years ago
Fixed the previous removeal of spaces before newline. modified: dwarf_print_lines.c More... about 4 years ago
Version now 20200225. Updated version string. modified: configure modified: configure.ac More... about 4 years ago
tweaked the wording. modified: scripts/ChangeLog More... about 4 years ago
modified: libdwarf/dwarf_line_table_reader_common.h * dwarf_line_table_reader_common.h: Now with dwarfstring containers in local scopes and easily evaluated as to lifetime and correctness. More... about 4 years ago
dwarfdump * esb.c: Slight corrections so a %-12s will ignore the -12 if the string to be inserted is more than 11 bytes long. Allowed use of UNUSEDARG. * runtests.sh: Restore the running of the testesb.c test program. * testesb.c: Added a new test case specifically for testing the change in esb.c. Eliminated the unneeded tests on allocation-size, it was not helpful. More... about 4 years ago
For this particular commit. DO NOT USE. with the revamp of dwarf_printf to _dwarf_printf in place it compiles but no testing done so far. modified: dwarf_line.c modified: dwarf_line_table_reader_common.h modified: dwarf_opaque.h modified: dwarf_print_lines.c modified: dwarf_util.c More... about 4 years ago
Removed all snprintf() in favor of dwarfstring.h functions, so no more statically-sized char arrays for such. modified: dwarf_arange.c modified: dwarf_debuglink.c modified: dwarf_frame2.c modified: dwarf_line.c modified: dwarf_util.c More... about 4 years ago
Removed the last snprintf the required fixed spaces and now use esb_ functions to do the message creation. More... about 4 years ago
Removed the ORIGINAL_SPRINTF versions in favor of esb_append_printf_[usi] versions. We have not been using the s[n]printf versions for a while now. modified: dwarfdump/checkutil.c modified: dwarfdump/common.c modified: dwarfdump/naming.c modified: dwarfdump/print_abbrevs.c modified: dwarfdump/print_die.c modified: dwarfdump/print_lines.c More... about 4 years ago
Fixes a memory leak introduced a couple days ago (a leak seen with certain error cases).. modified: dwarf_line.c More... about 4 years ago
dwarfdump * globals.h: Adds DWVERSION5 to use with testing for version number details (which matters when calling dwarf_srcfiles()) * print_die.c: Now recognizes that DWARF5 is different from earlier versions in the way dwarf_srcfiles() array of string pointers is to be used. Refactored the srcfiles checking to its own function to simplify reading the code. More... about 4 years ago
modified: scripts/FIX-CONFIGURE-TIMES alter the startup message so anyone seeing it will understand it is the code (libdwarf etc) fix script. More... about 4 years ago
* configure.ac: Version string now 20200215 as we now deal with libelf-reading-relocation-sections. (nolibelf code already did those as of 20200213) * configure: Regenerated. More... about 4 years ago
libdwarf: These now allow using libelf to read objects that have relocations. The nolibelf reader already deals with .rela and .rel, but there was a bug in the libelf reader code. More... about 4 years ago
Making the key improvement clearer in the log modified: libdwarf/ChangeLog More... about 4 years ago
Removed trailing whitespace modified: libdwarf/dwarf_elfread.c modified: libdwarf/dwarf_errmsg_list.h More... about 4 years ago
These all regenerated with the new date string modified: dwarfdump/ChangeLog modified: dwarfdump/dwarf_names.c modified: dwarfdump/dwarf_names.h modified: dwarfdump/dwarfdump-ta-ext-table.h modified: dwarfdump/dwarfdump-ta-table.h modified: dwarfdump/dwarfdump-tt-ext-table.h modified: dwarfdump/dwarfdump-tt-table.h More... about 4 years ago
modified: configure Regenerated. modified: configure.ac Now version 20200213 More... about 4 years ago