0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes a tiny extra newline in dwarfdump2(removing it) and simplifies the BucketGroup instantiation and deletion in dwarfdump.c More... over 12 years ago
We are doing a decent job in dwarfdump2 matching dwarfdump and producing good output. More... over 12 years ago
Forgot to update this ChangeLog before previous commit, so this dwarfdump ChangeLog is now up to date. More... over 12 years ago
More changes which align the output of dwarfdump with dwarfdump2. And some improvements in the error handling and output for both. More... over 12 years ago
These changes make dwarfdump/dwarfdump2 substantially identical in output, and fix some bugs too. More... over 12 years ago
More unification of dwarfdump with dwarfdump2. More... over 12 years ago
Fix print_die.c/cc and dwarfdump.cc consistency issues for dwarfdump compatibility. More... over 12 years ago
Serious revisions to get dwarfdump and dwarfdump2 to work alike. Mostly changing dwarfdump2. More... over 12 years ago
I believe all the features from dwarfdump (checking and formatting) are now in dwarfdump2. No testing is yet done, this just gets the source aligned between the dwarfdump and dwarfdump2. More... over 12 years ago
Minor tweaks of dwarfdump (no change in output) and updated parts of dd2 to match dwarfdump. Mainly in handling relocations, so dd2 now handles rela printing as dd has done for a while. More... over 12 years ago
Add tests for some dwarf-generation mistakes in a particular compiler -- so we error off instead of getting a divide-by-zero error or a libdwarf crash (and so we don't read off the end of a section given erroneous input). Has no effect when reading correct dwarf. More... over 12 years ago
Updating dwarfdump2 so it looks a lot like dwarfdump at the level of dwarfdump.cc. But using C++ features instead of C for various data structures. More... over 12 years ago
libdwarf: adding checks so small elf mistakes by compiler/linker which result in a a bad object file are noticed by libdwarf, which returns an error instead of seg-faulting or reading past the end of malloc spaces. More... over 12 years ago
New checks in Elf reading code notices errors in Elf files and avoids coredumps in libdwarf. More... over 12 years ago
Now check for an erroneous address_size or segment size in dwarf headers. More... over 12 years ago
libdwarf/dwarf_frame.c: Fixed indents. config.h.in, configure.in now use a configure-time dependency on HAVE_STDAFX_H rather than the older built-in ifdef. So folks using mingw have an easier time. More... over 12 years ago
Removed a debug printf that I left in accidentally (dwarfdump/addrmap.c). More... over 12 years ago
We were not correctly deleting all the tsearch data (used in print_frames.c). Now we are. More... over 12 years ago
libdwarf: Adding a 'set' the address size so dwconf address_size: takes effect. dwarfdump, dwarfdump2: Modify the dwarfdump.conf reader so we can do the new includeabi: and address_size: commands in dwarfdump.conf. Documented the new libdwarf call for address size and regenerated the pdf. More... over 12 years ago
Moves a local variable definition in dwarf_form.c so the code will compile with c90 (we do not require c99). More... over 12 years ago
When building shared libdwarf (libdwarf.so) the compile flags CFLAGS get -fPIC added. More... over 12 years ago
Updating libdwarf_dwarf_loc.c by testing for incorrectly-ended expression block. Update dwarfdump version strings. More... over 12 years ago
libdwarf now implements a new dwarf_producer_init_c() interface and its callback function. It is documented in libdwarf/libdwarf2p.1.mm. Date stamps are updated in both dwarfdumps even though there was no reader code change. More... almost 13 years ago
dwarf_form.c: Code getting access to CU context and dbg was repeated many times. Refactored the common code into a file-static subprogram. More... almost 13 years ago
Updated ChangeLog on libdwarf2.1.mm and .pdf More... almost 13 years ago
libdwarf2.1.mm libdwarf2.1.pdf (rev 1.96) discuss dwarf_loclist_n() in the context of DW_AT_data_member_location. More... almost 13 years ago
Compiler warned that a function was not declared. Forgot to include dwarf_harmless.h in dwarf_init_finish.c More... almost 13 years ago
2011-06-07 DavidAnderson <[email protected]> * dwarfdump.c: Refactor setting of do_print_dwarf and do_check_dwarf into a function. Ensure that one of the refactored new functions is called in every case an option requires such call. Ensured indents ok. * print_lines.c (print_line_numbers_this_cu): When not checking added a check to insure we don't try to call a checking-related function. libdwarf 2011-06-07 DavidAnderson <[email protected]> * dwarf_elf_access.c: Added EM_QUALCOMM_DSP6 machine so that relocations work on a Qualcomm relocatable object in the dwarf regressiontests. * dwarf_util.c: Fixed indent problems added in previous change. More... almost 13 years ago
Add dwarfdump CODINGSTYLE to copied output CPTOPUBLIC. More... almost 13 years ago
2011-06-07 DavidAnderson <[email protected]> * dwarfdump.c: Refactor setting of do_print_dwarf and do_check_dwarf into a function. Ensure that one of the refactored new functions is called in every case an option requires such call. * print_lines.c (print_line_numbers_this_cu): When not checking added a check to insure we don't try to call a checking-related function. More... almost 13 years ago