summaryrefslogtreecommitdiff
path: root/elfcpp/dwarf.h
Commit message (Collapse)AuthorAgeFilesLines
* elfcpp/Cary Coutant2013-03-011-38/+54
| | | | | * dwarf.h (enum DW_LANG): Adjust spacing for consistency. (enum DW_SECT): New enum type.
* elfcpp/Cary Coutant2012-05-011-575/+67
| | | | | | | | | | | | | | | * dwarf.h (enum DW_TAG, enum DW_FORM, enum DW_AT, enum DW_ENCODING) (enum DW_OP, enum DW_CFA): Remove. Include dwarf2.def. gold/ * dwarf_reader.cc (Dwarf_die::read_attributes) (Dwarf_die::skip_attributes, Dwarf_die::int_attribute) (Dwarf_die::uint_attribute): Remove DW_FORM_null. * reduced_debug_output.cc (Output_reduced_debug_info_section::get_die_end): Remove DW_FORM_GNU_ref_index. Add default case.
* elfcpp/Cary Coutant2012-03-131-1/+279
| | | | | | | | | | | | | | | | | | Update DWARF enums from ../include/dwarf2.h. * dwarf.h (enum DW_TAG): Add new DWARF-4 tags. (enum DW_FORM): Add new DWARF-4 and Fission extensions. (enum DW_AT): New enum. (enum DW_LINE_EXTENDED_OPS): Add new DWARF-4 opcode. (enum DW_ENCODING): Add new DWARF-4 encoding. (enum DW_OP): Add new DWARF-4 opcodes. (enum DW_CHILDREN): New enum. (enum DW_LANG): New enum. gold/ * reduced_debug_output.cc (Output_reduced_debug_info_section::get_die_end): Add new FORM codes to switch.
* * dwarf.h (enum DW_CFA): Define.Ian Lance Taylor2011-07-021-1/+47
|
* elfcpp/:Ian Lance Taylor2008-05-281-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | * dwarf.h (enum DW_FORM): Define. gold/: * reduced_debug_output.cc: New file. * reduced_debug_output.h: New file. * options.h (class General_optoins): Add --strip-debug-non-line. * options.cc (General_options::finalize): Add strip_debug_non_line to the strip heirarchy. * layout.h (class Layout): Add debug_abbrev_ and debug_info_ fields. * layout.cc: Include "reduced_debug_output.h". (Layout::Layout): Initialize new fields. (line_only_debug_sections): New static array. (is_lines_only_debug_sections): New static inline function. (Layout::include_section): Handle --strip-debug-non-line. (Layout::make_output_section): If --strip-debug-non-line, build new output sections for .debug_abbrev and .debug_info. * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace gold. Warn about possible overflow. (read_signed_LEB_128): Likewise. * dwarf_reader.h: (read_unsigned_LEB_128): Declare. (read_signed_LEB_128): Declare. * Makefile.am (CCFILES): Add reduced_debug_output.cc. (HFILES): Add reduced_debug_output.h. * Makefile.in: Rebuild.
* From Craig Silverstein: Add first version of generating error messagesIan Lance Taylor2007-11-021-10/+0
| | | | with file name and line number.
* From Craig Silverstein: Add more DWARF info, add some i386 comments.Ian Lance Taylor2007-11-021-0/+237
|
* Basic DWARF constants.Ian Lance Taylor2007-09-261-0/+155