0
I Use This!
High Activity

Commits : Listings

Analyzed about 17 hours 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
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
removed trailing whitespace and final blank line. More... about 4 years ago
Removed code that was #if 0 #endif modified: libdwarf/dwarf_init_finish.c More... about 4 years ago
We now allow for both .rel. and .rela. relocations due to the way some compilers generate a .o More... about 4 years ago
Merge branch 'master' into m32rel More... about 4 years ago
Some additional cases get expanded and precise messages about FORM related errors in the DWARF. modified: dwarfdump/print_die.c More... about 4 years ago
modified: dwarfdump/print_die.c Fixes from master More... about 4 years ago
Merge branch 'master' into m32rel More... about 4 years ago
Fixing the handling of DW_FORM_rnglistx Improving the accuracy of related error messages. modified: dwarfdump/print_die.c modified: libdwarf/dwarf_form.c More... about 4 years ago
Beginning of changes. modified: libdwarf/dwarf_elf_access.c modified: libdwarf/dwarf_init_finish.c More... about 4 years ago
Mostly this fixes indentation and removes trailing whitespace. More... over 4 years ago
modified: configure.ac Now version 20200114 modified: configure regenerated More... over 4 years ago
Revised the description of the outpath argument to dwarf_init_path(), trying for better clarity and accuracy. modified: libdwarf2.1.mm modified: libdwarf2.1.pdf More... over 4 years ago
Now fresh for 2020 modified: scripts/ChangeLog copied: scripts/ChangeLog -> scripts/ChangeLog2019 More... over 4 years ago
now with placeholder for 2020 changes modified: tsearch/ChangeLog copied: tsearch/ChangeLog -> tsearch/ChangeLog2019 More... over 4 years ago