0
I Use This!
High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 21 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a comment for doxygen. on dwarf_get_section_info_by_index_a() modified: src/lib/libdwarf/libdwarf.h More... 4 months ago
Changes to be committed: more type changes and casts to remove VS warnings. modified: src/lib/libdwarf/dwarf_frame.c modified: src/lib/libdwarf/dwarf_frame.h modified: src/lib/libdwarf/dwarf_frame2.c More... 4 months ago
Fixing many compiler warnings. Changing the return type of another function to Dwarf_Unsigned so it actually makes sense. Which will not break anyone's code. (from VS) modified: doc/libdwarf.dox modified: src/lib/libdwarf/dwarf_crc32.c modified: src/lib/libdwarf/dwarf_frame.h modified: src/lib/libdwarf/dwarf_frame2.c modified: src/lib/libdwarf/dwarf_global.c modified: src/lib/libdwarf/dwarf_init_finish.c modified: src/lib/libdwarf/dwarf_line.c modified: src/lib/libdwarf/dwarf_line_table_reader_common.h modified: src/lib/libdwarf/dwarf_locationop_read.c modified: src/lib/libdwarf/dwarf_loclists.c modified: src/lib/libdwarf/dwarf_opaque.h modified: src/lib/libdwarf/libdwarf.h More... 4 months ago
Changed library-internal data types (and added a very few casts) to avoid type warnings by a compiler. modified: src/lib/libdwarf/dwarf_loc.c modified: src/lib/libdwarf/dwarf_loc.h modified: src/lib/libdwarf/dwarf_machoread.c modified: src/lib/libdwarf/dwarf_macro.c modified: src/lib/libdwarf/dwarf_macro5.c modified: src/lib/libdwarf/dwarf_object_detector.c modified: src/lib/libdwarf/dwarf_object_read_common.c modified: src/lib/libdwarf/dwarf_peread.c More... 4 months ago
Altering (mostly by making internal data Dwarf_Unsigned) so that we avoid many warnings. modified: src/lib/libdwarf/dwarf_opaque.h modified: src/lib/libdwarf/dwarf_query.c modified: src/lib/libdwarf/dwarf_rnglists.c modified: src/lib/libdwarf/dwarf_setup_sections.c modified: src/lib/libdwarf/dwarf_str_offsets.c modified: src/lib/libdwarf/dwarf_util.c More... 4 months ago
Fixing many instances of unecessarily truncating integers to not truncate by changing declared size to be appropriate. Fixing a few (library-private) argument lists to avoid integer truncation by using the right data type. modified: src/bin/dwarfdump/print_abbrevs.c modified: src/lib/libdwarf/dwarf_line.h modified: src/lib/libdwarf/dwarf_line_table_reader_common.h modified: src/lib/libdwarf/dwarf_opaque.h modified: src/lib/libdwarf/dwarf_print_lines.c modified: src/lib/libdwarf/dwarf_util.c modified: src/lib/libdwarf/dwarf_xu_index.c More... 4 months ago
Fixing some compiler warnings. modified: dd_macrocheck.c modified: dwarfdump.c modified: print_die.c More... 4 months ago
Dealing with compiler warnings. A few required actual correction of the source, most just required casting. modified: src/bin/dwarfdump/dd_getopt.c modified: src/bin/dwarfdump/dd_macrocheck.c modified: src/bin/dwarfdump/print_abbrevs.c modified: src/bin/dwarfdump/print_debug_names.c modified: src/bin/dwarfdump/print_die.c modified: src/bin/dwarfdump/print_frames.c modified: src/bin/dwarfdump/print_gdbindex.c modified: src/bin/dwarfdump/print_lines.c modified: src/bin/dwarfdump/print_loclists.c modified: src/bin/dwarfdump/print_macro.c modified: src/bin/dwarfdump/print_rnglists.c More... 4 months ago
The argument was formally incorrect before. The correction should not cause any problem for anyone. Mistake noticed because a compiler warning appeared highlighting callers. More... 4 months ago
Now has a short section about linking against and testing libdwarf.so More... 4 months ago
Add ifndef-define for O_RDONLY in elf_load_headers and generic_init (#211) More... 4 months ago
Up to date with git log. modified: ChangeLog More... 4 months ago
Removing -D_CRT_NONSTDC_NO_WARNINGS everywhere to avoid compiler warnings from Visual Studio More... 4 months ago
error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] More... 4 months ago
Latest from git log (plus extra on DW_IDX) modified: ChangeLog More... 4 months ago
modified: src/bin/dwarfdump/dwarfdump-af-table.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 +#define DW_IDX_GNU_main 0x2002 +#define DW_IDX_GNU_language 0x2003 +#define DW_IDX_GNU_linkage_name 0x2004 modified: src/lib/libdwarf/dwarf.h modified: src/lib/libdwarf/dwarf_names.c More... 4 months ago
Now all 0.9.1 modified: CMakeLists.txt modified: configure.ac modified: doc/libdwarf.dox modified: doc/libdwarfp.mm modified: meson.build modified: src/lib/libdwarf/libdwarf.h More... 4 months ago
Corrected spelling of one word. modified: doc/libdwarf.pdf More... 4 months ago
Up to date with spelling fix modified: ChangeLog More... 4 months ago
Corrected spelling mistake. libnrary -> library modified: doc/libdwarf.dox modified: doc/libdwarf.pdf More... 4 months ago
Up to date with git log modified: ChangeLog More... 4 months ago
Now up to latest for release. modified: doc/libdwarf.pdf More... 4 months ago
Updating to release date modified: README.md modified: doc/libdwarf.dox More... 4 months ago
A typo. Fixed. modified: test.yml More... 4 months ago
Rm dup mingw inst (ninja) modified: msys2_meson.yml modified: test.yml More... 4 months ago
runner-to-vm modified: freebsd_autotools.yml modified: test.yml More... 4 months ago
Cleaning up, all seems working. modified: freebsd_meson.yml modified: mac_meson.yml modified: test.yml More... 4 months ago
runner-to-vm modified: freebsd_cmake.yml More... 4 months ago
trial modified: freebsd_meson.yml More... 4 months ago
trial modified: freebsd_meson.yml More... 4 months ago