summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/dwarfdump-header.test
Commit message (Collapse)AuthorAgeFilesLines
* Convert a dwarfdump test from checked-in binary to assembler source.Paul Robinson2017-11-071-60/+0
| | | | llvm-svn: 317612
* [dwarfdump] Verify that unit type matches root DIEJonas Devlieghere2017-10-061-0/+1
| | | | | | | | | | | | | This patch adds two new verifiers: - It checks that the root DIE of a CU is actually a valid unit DIE. (based on its tag) - For DWARF5 which contains a unit type int he CU header, it checks that this matches the type of the unit DIE. Differential revision: https://reviews.llvm.org/D38453 llvm-svn: 315121
* llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl2017-09-111-1/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D37717 llvm-svn: 312972
* [DWARFv5] Parse new line-table header format.Paul Robinson2017-05-021-3/+33
| | | | | | | | | | | | 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-1/+1
| | | | llvm-svn: 296663
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-281-0/+29
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