Blame dwarfdump/ChangeLog2015

Packit cdaae3
2015-12-31  David Anderson
Packit cdaae3
     * configure.in: Now allows --enable-shared and --disable-nonshared
Packit cdaae3
     * configure: regenerated.
Packit cdaae3
2015-12-19  David Anderson
Packit cdaae3
     * dwarfdump.c: Now we print macros alone by CU with -m
Packit cdaae3
       (at least for DWARF5 macro format)
Packit cdaae3
     * print_lines.c(print_source_intro): Minor local 
Packit cdaae3
       variable ordering change.
Packit cdaae3
     * print_macro.c(print_source_intro): Minor local 
Packit cdaae3
       variable ordering change.
Packit cdaae3
2015-12-19  David Anderson
Packit cdaae3
     * print_macro.c: Print the actual macro offset size we will use.
Packit cdaae3
2015-12-18  David Anderson
Packit cdaae3
     * dwarfdump.c,globals.h print_die.c,print_lines.c,
Packit cdaae3
       print_macro.c,print_pubnames.c,print_ranges.c:
Packit cdaae3
       Removed globals elf_max_address and elf_address_size
Packit cdaae3
       in favor of local variables and new
Packit cdaae3
       global function get_address_size_and_max().
Packit cdaae3
2015-12-16  David Anderson
Packit cdaae3
     * print_aranges.c, print_die.c: Ensure the four
Packit cdaae3
       error-reporting globals DIE_[CU_][global_]_offset are 
Packit cdaae3
       set properly.
Packit cdaae3
2015-12-16  David Anderson
Packit cdaae3
     * common.c: Update version string.
Packit cdaae3
     * dwarfdump.c: Update version string. Fix PRINT_CU_INFO()
Packit cdaae3
       to do what was intended (and not have a side effect).
Packit cdaae3
     * print_aranges.c: Folded a too-long line.
Packit cdaae3
     * print_die.c: Folded  a line so both offsets listed on same line.
Packit cdaae3
     * print_macro.c: moved macro_context call above the print of
Packit cdaae3
       ".debug_macro" so if the section does not exist we print nothing.
Packit cdaae3
2015-12-15  David Anderson
Packit cdaae3
     * print_macro.c: Much of printing DWARF5 macros now works.
Packit cdaae3
2015-12-13  David Anderson
Packit cdaae3
     * print_macro.c: Call new function dwarf_get_macro_ops_count() and
Packit cdaae3
       print returned values.
Packit cdaae3
2015-12-12  David Anderson
Packit cdaae3
     * print_macro.c: Now does -vv intro with cu_die print too.
Packit cdaae3
     * print_macros.c: Only print .debug_macro name if there are some.
Packit cdaae3
2015-12-11  David Anderson
Packit cdaae3
     * naming.h,naming.c: Added get_MACRO_name().
Packit cdaae3
     * print_macro.c: Now reads and prints macro5 header.
Packit cdaae3
2015-12-11  David Anderson
Packit cdaae3
     * esb.c: esb_append now checks for NULL string pointer.
Packit cdaae3
       Added comment esb functions do NOT check for NULL pointers
Packit cdaae3
       generally.
Packit cdaae3
2015-12-10  David Anderson
Packit cdaae3
     * esb.c: esb_get_copy() failed to account for the trailing NUL.
Packit cdaae3
       esb_get_copy was not being tested by SELFTEST.  Fixed both issues.
Packit cdaae3
2015-12-08  David Anderson
Packit cdaae3
     * common.c,dwarfdump.c: Update version string.
Packit cdaae3
     * print_frames.c: Fix trailing whitespace.
Packit cdaae3
       Implement an attempt at DW_CFA_METAWARE_info.
Packit cdaae3
2015-12-08  David Anderson
Packit cdaae3
     * print_frames.c: Fix indents and remove trailing whitespace.
Packit cdaae3
       Add comments: Errors in DIE info just result in omitting
Packit cdaae3
       procedure names, no warning/errors.
Packit cdaae3
     * dwarfdump.c: Deleted Elf64_Ehdr *eh64 declaration
Packit cdaae3
       that can never be used.
Packit cdaae3
2015-11-30  David Anderson
Packit cdaae3
     * print_frames.c: Remove trailing whitespace.
Packit cdaae3
2015-11-30  David Anderson
Packit cdaae3
     * Makefile.in: Add print_macro.o to build list.
Packit cdaae3
     * dwarfdump.c: Add macro_flag flag to signal print
Packit cdaae3
       of DWARF5 debug_macro data.
Packit cdaae3
     * globals.h: Export new macro print function.
Packit cdaae3
     * print_die.c: Call new macro print function, skip that attr
Packit cdaae3
       in checking-only run..
Packit cdaae3
2015-11-28  David Anderson
Packit cdaae3
     * globals.h: Added DEBUG_FRAME_EH_GNU define for consistency..
Packit cdaae3
     * print_frames.c: use the new dwarf_get_frame_section_name()
Packit cdaae3
       and dwarf_get_frame_section_name_eh_gnu() functions for
Packit cdaae3
       section names.
Packit cdaae3
     * print_lines.c: Use the new dwarf_get_line_section_name_from_die()
Packit cdaae3
       function for the section name.
Packit cdaae3
     * print_locs.c,print_macros.c,print_pubnames.c,print_static_funcs.c,
Packit cdaae3
       print_types.c,print_weaknames.c: Added comments. These are
Packit cdaae3
       places where the section is either obsolete or the section
Packit cdaae3
       name is rarely of any use.
Packit cdaae3
2015-11-27  David Anderson
Packit cdaae3
     * dwarfdump.1: Mentions that with zdebug sections offsets
Packit cdaae3
       refer to expanded object section, not compressed section.
Packit cdaae3
     * print_aranges.c,print_die.c,print_lines.c,print_ranges.c,
Packit cdaae3
       print_strings.c: Get the real section name from libdwarf.
Packit cdaae3
2015-11-26  David Anderson
Packit cdaae3
     * common.c,dwarfdump.c: Updated version string.
Packit cdaae3
     * config.h.in, configure.in, Makefile.in: Deals with
Packit cdaae3
       zlib when present.
Packit cdaae3
2015-11-15  David Anderson
Packit cdaae3
     * Makefile.in: Now supports building in a clean separate directory.
Packit cdaae3
2015-11-11  David Anderson
Packit cdaae3
     * print_abbrevs.c(dwarf_get_array_info): Initialize local variable.
Packit cdaae3
     * print_die.c(get_location_list): Initialize local variable.:
Packit cdaae3
     * dwarf_loc.h: Add declaration of _dwarf_loc_block_sanity_check().
Packit cdaae3
     * dwarf_loc.c: Call new function  _dwarf_loc_block_sanity_check 
Packit cdaae3
     * dwarf_loc2.c: Implement and call new function 
Packit cdaae3
       _dwarf_loc_block_sanity_check to avoid duplicating code.
Packit cdaae3
2015-11-07  David Anderson
Packit cdaae3
     * dwarfdump.1: Documented -x line5=.
Packit cdaae3
     * dwarfdump.c: Revised -g so it no longer turns on -i.
Packit cdaae3
       Revised the meaning of -g to mean use old loclist interfaces
Packit cdaae3
       (for testing the older interfaces with dwarfdump).
Packit cdaae3
     * print_die.c(get_small_encoding_integer_and_name): a dwarf_dealloc
Packit cdaae3
       referenced err whereas *err was correct.
Packit cdaae3
       Revised loclist output making it look a bit like DWARF5
Packit cdaae3
       even for DWARF2,3,4 output. Reads better, I think.
Packit cdaae3
     * print_locs.c: -l gets a 'no longer supported' message 
Packit cdaae3
       as it was never safe to do anyway.
Packit cdaae3
2015-11-01  David Anderson
Packit cdaae3
     * configure.in: Add -O0 to  --enable-wall.
Packit cdaae3
       So if a coredump during debugging gdb will work really well.
Packit cdaae3
     * configure: Regenerated.
Packit cdaae3
     * print_frames.c: Ommitted a 'return' statement so
Packit cdaae3
       some output duplicated. Added in the missing return.
Packit cdaae3
2015-11-01  David Anderson
Packit cdaae3
     * Makefile.in, configure.in: Implement --enable-wall for compile-time
Packit cdaae3
       checking.
Packit cdaae3
     * configure: Regenerate.
Packit cdaae3
     * print_die.c:  Add DWARF5 DW_OPs  and .debug_loc.dwo loclists are
Packit cdaae3
       handled. 
Packit cdaae3
       Now uses either latest (DWARF5)
Packit cdaae3
       interfaces or earlier, repurposing the old -g option to select.
Packit cdaae3
     * print_frames.c,print_frames.h: Printing expressions 
Packit cdaae3
       (in .debug_frame, .eh_frame) 
Packit cdaae3
       now honors -g so DWARF5 expressions handled. 
Packit cdaae3
     * print_lines.c: Fixed some formatting.
Packit cdaae3
     * print_locs.c: Changes reflecting code calling into print_frames.c
Packit cdaae3
2015-10-26  David Anderson
Packit cdaae3
     * print_die.c: Removed debug printf.Corrected DW_OP_GNU_const_type
Packit cdaae3
       handling (cannot be fully reported
Packit cdaae3
       for certain new location operators).
Packit cdaae3
2015-10-15  David Anderson
Packit cdaae3
     *  print_die.c: Added DW_FORM_strp_sup,
Packit cdaae3
        same idea as DW_FORM_GNU_strp_alt.
Packit cdaae3
2015-10-15  David Anderson
Packit cdaae3
     * dwarfdump.c: Add enum line_flag_type_e so we can test
Packit cdaae3
       all the srclines interfaces (4 of them). Expand -x
Packit cdaae3
       for that too.
Packit cdaae3
     * print_die.c: Support DW_FORM_GNU_strp_alt.
Packit cdaae3
     * print_lines.c: Update for old and new srclines
Packit cdaae3
       interfaces.
Packit cdaae3
     * globals.h: Added the enum line_flag_e variable for
Packit cdaae3
       recording -x line5= value.
Packit cdaae3
2015-10-06  David Anderson
Packit cdaae3
     * dwarfdump.c: Now allow selecting alternate line table
Packit cdaae3
       reading code so line table routines can be tested thoroughly.
Packit cdaae3
     * print_lines.c: Uses one of the selected line table routine
Packit cdaae3
       sets.  Adds new line access routine calls to test those too.
Packit cdaae3
     * globals.h: Declares new flag line_skeleton_flag;
Packit cdaae3
     * print_die.c: Moved a local declaration to where it is used.
Packit cdaae3
       Added a missing DW_DLV_ERROR check so in case of error
Packit cdaae3
       we do not leak memory.
Packit cdaae3
2015-09-26  David Anderson
Packit cdaae3
     * dwarfdump.c, common.c: Update version string.
Packit cdaae3
     * print_lines.c: Added local variables for clarity
Packit cdaae3
       in a call, changed the dwarf_srclines_dealloc() location
Packit cdaae3
       to fully clean up after a two-level line table srcfiles call.
Packit cdaae3
2015-09-26  David Anderson
Packit cdaae3
     * dwarfdump.c, common.c: Update version string.
Packit cdaae3
2015-09-24  David Anderson
Packit cdaae3
     * dwarfdump.c, common.c: Update version string.
Packit cdaae3
     * print_lines.c: IA in line header hint is
Packit cdaae3
       really spelled IS. Fixed now.
Packit cdaae3
     * dwarf_elf_access.c: Added R_IA64* and R_390 relocation ifdefs
Packit cdaae3
       for cases where they are not in a test machines elf.h or the like.
Packit cdaae3
2015-09-23  David Anderson
Packit cdaae3
     * print_lines.c: Removed accidental newline from output.
Packit cdaae3
2015-09-22  David Anderson
Packit cdaae3
     * print_die.c: Removed trailing whitespace and fixed indentation mistake.
Packit cdaae3
     * print_lines.c: Fixed indentation and  inconsistencies
Packit cdaae3
       in spelling line table field hints.
Packit cdaae3
       Leaving IA as has been for a long time 
Packit cdaae3
       though it should be spelled IS.
Packit cdaae3
2015-09-19  David Anderson
Packit cdaae3
     * print_lines.c: Tweaking two-level line table code, mostly
Packit cdaae3
       comments..
Packit cdaae3
2015-09-17  David Anderson
Packit cdaae3
     * print_lines.c: Adding handling of experimental two-level
Packit cdaae3
       line table.
Packit cdaae3
2015-09-15  Carlos Alberto Enciso
Packit cdaae3
     * common.c: For Windows version, add a symbol with the 
Packit cdaae3
       release date (taken from the distributed compressed archive),
Packit cdaae3
       to be used by print_version_details() for better 
Packit cdaae3
       tracking of versions.
Packit cdaae3
     * print_die.c: The text search (-S), now follows 
Packit cdaae3
       the DW_AT_specification
Packit cdaae3
       and the DW_AT_abstract_origin attributes, 
Packit cdaae3
       to get the associated name;
Packit cdaae3
       this finds the declaration and definitions 
Packit cdaae3
       DIEs for a member functions
Packit cdaae3
       or the abstract and concrete instance DIEs for inlined functions.
Packit cdaae3
       Fix some C99 issues with local variable declarations in
Packit cdaae3
       get_attr_value().
Packit cdaae3
     * print_aranges.c: Add an extra newline in print_aranges().
Packit cdaae3
2015-09-15  David Anderson
Packit cdaae3
     * print_die.c: for case DW_AT_dwo_id a c99-ism has been
Packit cdaae3
       changed to be like C89.
Packit cdaae3
2015-09-14  David Anderson
Packit cdaae3
     * dwarfdump.c: Remove trailing space.
Packit cdaae3
     * print_frames.c, globals.h: print_frame_inst_bytes() defined and used
Packit cdaae3
       in one file, so made a static function, removed from globals.h
Packit cdaae3
2015-09-13  David Anderson
Packit cdaae3
     * dwarfdump.c, common.c: Update version string.
Packit cdaae3
2015-09-11  David Anderson
Packit cdaae3
     * dwarfdump.c: Update usage message to mention
Packit cdaae3
       -x tied=  and update version strings.
Packit cdaae3
     * common.c: Update version string.
Packit cdaae3
2015-09-11  David Anderson
Packit cdaae3
     * dwarfdump.c: Fixed copy/paste errors so DebugFission
Packit cdaae3
       code works (see tieddbg in the source).
Packit cdaae3
2015-09-11  David Anderson
Packit cdaae3
     * dwarfdump.c, dwarfdump.1: Added -x tied=<path>
Packit cdaae3
       option so one can get .debug_addr data when referencing
Packit cdaae3
       a .dwp or .dwo. Tieing these together.
Packit cdaae3
     * print_die.c: Fixed indent errors.
Packit cdaae3
2015-09-05  David Anderson
Packit cdaae3
     * tag_attr.list,tag_attr_ext.list,tag_tree.list: removed
Packit cdaae3
       trailing whitespace.
Packit cdaae3
2015-07-12  David Anderson
Packit cdaae3
     * dwarfdump.c: Use dwoptind dwoptarg, not optind, optarg
Packit cdaae3
     * dwgetopt.c,dwgetopt.h,dwgetopttest.c,tag_attr.c,
Packit cdaae3
       tag_tree.c: Use dwoptind dwoptarg etc, 
Packit cdaae3
       not optind, optarg, optopt op6error etc.
Packit cdaae3
     * print_die.c: updated commentary.
Packit cdaae3
2015-05-07  David Anderson
Packit cdaae3
     * common.c, dwarfdump.c: Update version string.
Packit cdaae3
     * print_die.c: Print DW_AT_dwo_id properly as a Dwarf_Sig8 value.
Packit cdaae3
2015-05-03  David Anderson
Packit cdaae3
     * print_die.c: Print the fission data from the
Packit cdaae3
       index section when we print cu header, not when printing cu DIE.
Packit cdaae3
       Moved cu header/cu die print code to functions, simplifying
Packit cdaae3
       calling code.
Packit cdaae3
2015-05-01  David Anderson
Packit cdaae3
     * tag_attr.list: Added a DW_AT_signature and
Packit cdaae3
       moved a couple attributes to match the standard-document
Packit cdaae3
       order of attributes.
Packit cdaae3
2015-03-10  David Anderson
Packit cdaae3
     * dwarfdump.c: Update version string.
Packit cdaae3
     * common.c: Update version string.
Packit cdaae3
     * dwgetopt.c: Was mishandling options
Packit cdaae3
       missing their required argument and
Packit cdaae3
       coredumping dwarfdump.
Packit cdaae3
     * getopttest.c: Added new tests to ensure
Packit cdaae3
       we have the dwgetopt() fixes working properly.
Packit cdaae3
     * Makefile.in: Added new test runs to 'make test'.
Packit cdaae3
     * print_die.c, print_lines.c: Removed instances
Packit cdaae3
       of trailing whitespace.
Packit cdaae3
2015-03-09  David Anderson
Packit cdaae3
     * Makefile.in: added new tests of dwgetopt. 
Packit cdaae3
       Runs not only dwgetopt but system getopt.
Packit cdaae3
     * dwarfdump.c: New function set_checks_off()
Packit cdaae3
       so if printing we don't do checks (intended 
Packit cdaae3
       to be this way for a long time now).
Packit cdaae3
       Updated version string.
Packit cdaae3
     * 	common.c: Updated version string.
Packit cdaae3
     * print_die.c: Was not always recognizing unit DIES 
Packit cdaae3
       DW_TAG_partial_unit or DW_TAG_type_unit where it saw 
Packit cdaae3
       DW_TAG_compile_unit. Now does so.
Packit cdaae3
     * dwgetopt.c: Errors could lead to dwarfdump coredump. Fixed.
Packit cdaae3
     * getopttest.c: Added several new tests. Now one
Packit cdaae3
       can run single tests and run against either getopt or dwgetopt
Packit cdaae3
       (set at compile time of getopttest.c).
Packit cdaae3
2015-03-03  David Anderson
Packit cdaae3
     * tag_attr.list: Removed DW_AT_sibling from DW_TAG_partial_unit.
Packit cdaae3
       DW_TAG_compile_unit. Removed DW_AT_containing_type from 
Packit cdaae3
       DW_TAG_subprogram, DW_TAG_structure_type.
Packit cdaae3
     * dwarfdump.c,common.c: Update version strings.
Packit cdaae3
     * print_die.c: Fix indent mistakes. Add comment
Packit cdaae3
       in _dwarf_print_one_expr_op() that one error is
Packit cdaae3
       not presently realizable (FreeBSD compiler
Packit cdaae3
       noticed the situation).
Packit cdaae3
     * print_ranges.c: Fix indent mistakes.
Packit cdaae3
     * tag_attr.c: Remove trailing whitespace from a #include line.
Packit cdaae3
2015-03-03  Carlos Alberto Enciso
Packit cdaae3
     * dwarfdump.c: Add allocate_range_array_info(),
Packit cdaae3
        release_range_array_info() calls to help fix range checking.
Packit cdaae3
     * globals.h: Add declarations of range checking functions.
Packit cdaae3
     * print_die.c: Add check_range_array_info() call.
Packit cdaae3
       Add record_range_array_info_entry() call.
Packit cdaae3
       Move all the range check code out of print_die.c.
Packit cdaae3
       Add handling of high_pc as an offset, not just as a value.
Packit cdaae3
     * print_ranges.c: Delete unneeded includes.
Packit cdaae3
       Add check_ranges_list() implementation moved from
Packit cdaae3
       print_die.c. Add new ranges check functions.
Packit cdaae3
       Range check error messages now appear later in the output,
Packit cdaae3
       though the content is identical.
Packit cdaae3
     * tag_attr_ext.list: Add DW_TAG_GNU_call_site and 
Packit cdaae3
       DW_TAG_GNU_call_site_parameter tag attr combinations.
Packit cdaae3
     * tag_tree_ext.list: Add DW_TAG_GNU_call_site DW_TAG_call_site_parameter
Packit cdaae3
2015-02-22  David Anderson
Packit cdaae3
     * configure.in: removed getopt.h from tests, we use
Packit cdaae3
       local dwgetopt now.
Packit cdaae3
     * dwgetopt.h: Function name is dwgetopt. Prototype named right now.
Packit cdaae3
       Copied from libdwarf dwgetopt.h
Packit cdaae3
     * configure: regenerated
Packit cdaae3
     * Makefile.in: build dwgetopt.o
Packit cdaae3
     * dwgetopt.c: Copied from libdwarf source. 
Packit cdaae3
     * tag_attr.c,tag_tree.c: Now call dwgetopt() instead of getopt().
Packit cdaae3
Packit cdaae3
2015-02-04  David Anderson
Packit cdaae3
     * 	common.c,dwarfdump.c:Updated version string.
Packit cdaae3
     * print_debugfission.c: Now we are using a Dwarf_Sig8
Packit cdaae3
       for fission hash so we introduce an esb_s to do
Packit cdaae3
       the formatting.
Packit cdaae3
     * tag_attr.c: Now we format a more detailed message when
Packit cdaae3
       we detect an insufficient static tag_attr or tag_tree
Packit cdaae3
       array instance. It's code only used at build time so
Packit cdaae3
       just giving up is fine: someone changed dwarf.h.
Packit cdaae3
     * tag_attr.list:  Adding new TAGs and new Attrs
Packit cdaae3
       from DWARF5. Since the DWARF5 standard not yet final
Packit cdaae3
       these could change!
Packit cdaae3
     * tag_attr_ext.list: Added new GNU attributes.
Packit cdaae3
     * tag_common.h:  updated DW_TAG_last and DW_AT_last 
Packit cdaae3
        STD_TAG_TABLE_ROWS STD_ATTR_TABLE_COLUMNS values
Packit cdaae3
       due to dwarf.h updates.
Packit cdaae3
     * tag_tree.list: New entries from DWARF5.
Packit cdaae3
2015-01-31  David Anderson
Packit cdaae3
     * DWARFDUMPCOPYRIGHT: updated to
Packit cdaae3
       reflect changes today. Old versions
Packit cdaae3
       of the copyright notices still shown here.
Packit cdaae3
     * common.c,dwarfdump.c,dwconf.c,esb.c,makename.c,naming.c,
Packit cdaae3
       print_abbrevs.c,print_aranges.c,print_die.c,print_frames.c,
Packit cdaae3
       print_lines.c,print_locs.c,print_macros.c,print_pubnames.c,
Packit cdaae3
       print_ranges.c,print_reloc.c,print_sections.c,print_static_funcs.c,
Packit cdaae3
       print_static_vars.c,print_strings.c,print_types.c,print_weaknames.c,
Packit cdaae3
       strstrnocase.c,tag_attr.c,tag_attr.list,tag_attr_ext.list,
Packit cdaae3
       tag_common.c,tag_tree.c,tag_tree.list,tag_tree_ext.list,
Packit cdaae3
       uri.c,uritablebuild.c: Removed obsolete SGI postal
Packit cdaae3
       address and web references.
Packit cdaae3
2015-01-31  David Anderson
Packit cdaae3
     * common.h,dwconf.h,esb.h,globals.h,makename.h,naming.h,
Packit cdaae3
       print_frames.h,print_reloc.h,print_sections.h,tag_common.h,uri.h:
Packit cdaae3
       The address and URI for SGI is obsolete and there is no
Packit cdaae3
       replacement so deleted some lines from the copyright
Packit cdaae3
       statements. 
Packit cdaae3
2015-01-30  David Anderson
Packit cdaae3
     * common.c,dwarfdump.c: Update version string.
Packit cdaae3
     * globals.h: Added format_sig8_string() to global functions.
Packit cdaae3
     * print_debug_fission.c: Updated .debug_cu/tu_index hash signature
Packit cdaae3
       code to match libdwarf (Dwarf_Sig8, not Dwarf_Unsigned).
Packit cdaae3
       Allow for missing hash (?).
Packit cdaae3
     * print_die.c: Use format_sig8_string().
Packit cdaae3
2015-01-29  David Anderson
Packit cdaae3
     * print_die.c: Two places used C99-only variable
Packit cdaae3
       declaration. Moved declarations up to conform to C90.
Packit cdaae3
2015-01-24  David Anderson
Packit cdaae3
     * dwgetopt.c,dwgetopt.h: Using NetBSD getopt source with
Packit cdaae3
       modifications to support :: for uniform behavior
Packit cdaae3
       for all users. Not all getopt are the same. Named dwgetopt().
Packit cdaae3
     * dwgetopttest.c: Does tests of dwgetopt() for conformance
Packit cdaae3
       with dwarfdump requirements. See 'make selftest'.
Packit cdaae3
     * Makefile.in: Now has selftest for dwgetopt and
Packit cdaae3
       links dwgetopt.o into dwarfdump.
Packit cdaae3
     * esb.c: Now prints PASS on success and counts errors.
Packit cdaae3
     * dwarfdump.c: Now calls dwgetopt and includes dwgetopt.h
Packit cdaae3
       Added a new global so we recognize where needed 
Packit cdaae3
       not to do some checks when checking (
Packit cdaae3
       for debugfission some things not sensible).
Packit cdaae3
     * globals.h: Removed cu_offset (not needed) and added
Packit cdaae3
       suppress_checking_on_dwp flags.
Packit cdaae3
     * print_die.c:renamed cu_offset to be a static: dieprint_cu_offset
Packit cdaae3
       Reset it when finished with a CU. (-k checks got into trouble
Packit cdaae3
       when both .debug_info and .debug_types present).
Packit cdaae3
2015-01-21  David Anderson
Packit cdaae3
     * common.c, dwarfdump.c: Update version string.
Packit cdaae3
     * print_die.c: For a DW_FORM_ref_sig8 type signature
Packit cdaae3
       value, if not printing the actual FORM print
Packit cdaae3
       <type signature> so the hex value makes sense.
Packit cdaae3
       It is obviously not a .debug_info global offset.
Packit cdaae3
       Now prints debug fission (dwp) information for
Packit cdaae3
       each CU with such.
Packit cdaae3
2015-01-18  David Anderson
Packit cdaae3
     * common.c, dwarfdump.c: Update version string.
Packit cdaae3
2015-01-15  David Anderson
Packit cdaae3
     * dwarfdump.c: dump_unique_errors_table() ifdef out
Packit cdaae3
       of normal compiles, it is unused. Unused local variables
Packit cdaae3
       removed.
Packit cdaae3
       Update version string.
Packit cdaae3
     * esb.c: Moved stdarg.h include just after stdio.h include
Packit cdaae3
       for positioning consistency.
Packit cdaae3
     * globals.h: Added stdarg.h include just after stdio.h
Packit cdaae3
       include as we use va_list a lot and so stdarg.h
Packit cdaae3
       is required.
Packit cdaae3
     * print_debugfission.c: Remove two unused local variables.
Packit cdaae3
     * print_frames.c: Remove trailing whitespace.
Packit cdaae3
     * tag_attr.c: #include stdarg.h. Add {} to array initializers
Packit cdaae3
       output to avoid compiler warning.
Packit cdaae3
     * tag_common.c: Move stdarg.h include to just after
Packit cdaae3
       stdio.h for positioning consistency.
Packit cdaae3
       Update version string.
Packit cdaae3
     * tag_tree.c: Revised include order to start with
Packit cdaae3
       globals.h and to not duplicate includes of stdio.h etc.
Packit cdaae3
       Add {} to array initializers
Packit cdaae3
       output to avoid compiler warning.
Packit cdaae3
     * testesb.c: Add include of stdarg.h.
Packit cdaae3
2015-01-12  David Anderson
Packit cdaae3
     * tag_common.c: Add comments about va_start, va_end.
Packit cdaae3
     * esb.c: Add comments about va_start, va_end.
Packit cdaae3
       Add va_end in the selftest code.
Packit cdaae3
     * common.c: Update version string.
Packit cdaae3
     * dwarfdump.c: Update version string. Add va_end()
Packit cdaae3
       and comments about va_end.
Packit cdaae3
2015-01-08  David Anderson and Carlos Alberto Enciso
Packit cdaae3
     * Makefile.in: add selftest: rule, which tests esb.c
Packit cdaae3
     * dwarfdump.c: Add new options -O file=path, -kD -kG -ku kuf.
Packit cdaae3
       New checking and reporting features intended to give a
Packit cdaae3
       report on attribute and tag usage.
Packit cdaae3
       Update version string.
Packit cdaae3
     * common.c: Update version string.
Packit cdaae3
     * esb.c, esb.h: Added new interface using stdarg.
Packit cdaae3
       Added self-test feature.
Packit cdaae3
     * dwarf_makename.c: new #pragma (not Linux/Unix related).
Packit cdaae3
     * print_die.c: Implements collecting the new statistics
Packit cdaae3
       dwarfdump reports.
Packit cdaae3
     * print_lines.c: New statistics collected.
Packit cdaae3
     * tag_attr.c: New checks for the tag/attr table correctness.
Packit cdaae3
     * tag_attr.list: Fixes duplicated entries.
Packit cdaae3
     * tag_attr.list_ext: Adds APPLE attribute DW_AT_APPLE_optimized
Packit cdaae3
       that llvm emits.
Packit cdaae3
     * tag_common.c: bad_line_input() now allows stdarg calls so
Packit cdaae3
       its easier to emit good error messages.
Packit cdaae3
     * tag_common.h: bad_line_input() arg list changed a little. Stdarg now.
Packit cdaae3
     * tag_tree.c: New tag tree checking done. New statistics
Packit cdaae3
       available.
Packit cdaae3
     * tag_tree.list:  Adds DW_TAG_unspecified_type,
Packit cdaae3
       DW_TAG_rvalue_reference_type,
Packit cdaae3
       DW_TAG_restrict_type.
Packit cdaae3
     * tag_tree_ext.list: Adds DW_TAG_GNU_template_template_parameter.
Packit cdaae3
       Fixes duplication of entries.
Packit cdaae3
2015-01-05  David Anderson
Packit cdaae3
     * dwarfdump.c:  Don't call dwarf_finish() if
Packit cdaae3
       the dwarf-init call failed.
Packit cdaae3
     * common.c,dwarfdump.c: Updated version string.
Packit cdaae3
2015-01-01  David Anderson
Packit cdaae3
     *	A new year begins.