summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64
Commit message (Collapse)AuthorAgeFilesLines
* Convert a dwarfdump test from checked-in binary to assembler source.Paul Robinson2017-11-071-0/+0
| | | | llvm-svn: 317612
* [DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson2017-11-071-0/+0
| | | | | | | | Supporting this form in .debug_line.dwo will be done as a follow-up. Differential Revision: https://reviews.llvm.org/D33155 llvm-svn: 317607
* [DWARFv5] Parse new line-table header format.Paul Robinson2017-05-021-0/+0
| | | | | | | | | | | | The directory and file tables now have form-based content descriptors. Parse these and extract the per-directory/file records based on the descriptors. For now we support only DW_FORM_string (inline) for the path names; follow-up work will add support for indirect forms (i.e., DW_FORM_strp, strx<N>, and line_strp). Differential Revision: http://reviews.llvm.org/D32713 llvm-svn: 301978
* [DWARF] Print leading zeros in type signaturePaul Robinson2017-03-011-0/+0
| | | | llvm-svn: 296663
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-281-0/+0
Requesting DWARF v5 will now get you the new compile-unit and type-unit headers. llvm-dwarfdump will also recognize them. Differential Revision: http://reviews.llvm.org/D30206 llvm-svn: 296514
OpenPOWER on IntegriCloud