Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert a dwarfdump test from checked-in binary to assembler source. | Paul Robinson | 2017-11-07 | 1 | -261/+0 |
| | | | | llvm-svn: 317612 | ||||
* | [DWARFv5] Support DW_FORM_strp in the .debug_line header. | Paul Robinson | 2017-11-07 | 1 | -3/+7 |
| | | | | | | | | 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 Robinson | 2017-05-02 | 1 | -3/+111 |
| | | | | | | | | | | | | 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 signature | Paul Robinson | 2017-03-01 | 1 | -1/+1 |
| | | | | llvm-svn: 296663 | ||||
* | [DWARFv5] Emit new unit header format. | Paul Robinson | 2017-02-28 | 1 | -0/+149 |
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 |