1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/DebugInfo/DWARF
James Henderson 47f4a66d76 [DebugInfo] Unify Cursor usage for all debug line opcodes
This is a natural extension of the previous changes to use the Cursor
class independently in the standard and extended opcode paths, and in
turn allows delaying error handling until the entire line has been
printed in verbose mode, removing interleaved output in some cases.

Reviewed by: MaskRay, JDevlieghere

Differential Revision: https://reviews.llvm.org/D81562
2020-06-17 09:19:24 +01:00
..
CMakeLists.txt
DWARFAbbreviationDeclaration.cpp
DWARFAcceleratorTable.cpp [DebugInfo] Report the format of .debug_names [2/10] 2020-06-02 17:55:30 +07:00
DWARFAddressRange.cpp
DWARFCompileUnit.cpp [DebugInfo] Report the format of compilation units [3/10] 2020-06-02 17:55:30 +07:00
DWARFContext.cpp [DebugInfo] Print non-verbose output at some point as verbose output 2020-06-09 14:24:53 +01:00
DWARFDataExtractor.cpp
DWARFDebugAbbrev.cpp
DWARFDebugAddr.cpp [DebugInfo] Report the format of address tables [4/10] 2020-06-02 17:55:30 +07:00
DWARFDebugAranges.cpp
DWARFDebugArangeSet.cpp [DebugInfo] Report the format of address range tables [5/10] 2020-06-02 17:55:30 +07:00
DWARFDebugFrame.cpp [DebugInfo/DWARF] - Report .eh_frame sections of version != 1. 2020-06-16 15:46:26 +03:00
DWARFDebugInfoEntry.cpp
DWARFDebugLine.cpp [DebugInfo] Unify Cursor usage for all debug line opcodes 2020-06-17 09:19:24 +01:00
DWARFDebugLoc.cpp Reland D79501 "[DebugInfo] Fix handling DW_OP_call_ref in DWARF64 units." 2020-05-08 09:35:54 -07:00
DWARFDebugMacro.cpp [DebugInfo] Support parsing and dumping of DWARF64 macro units. 2020-06-17 12:57:54 +07:00
DWARFDebugPubTable.cpp [DebugInfo] Report the format of tables in .debug_pub* sections [8/10] 2020-06-02 17:55:31 +07:00
DWARFDebugRangeList.cpp
DWARFDebugRnglists.cpp
DWARFDie.cpp Reland D79501 "[DebugInfo] Fix handling DW_OP_call_ref in DWARF64 units." 2020-05-08 09:35:54 -07:00
DWARFExpression.cpp [DebugInfo] Dump raw data in a case of decoding error of an expression. 2020-05-09 10:04:22 +07:00
DWARFFormValue.cpp [DebugInfo] Dump form values according to the DWARF format (2/8). 2020-05-19 13:35:07 +07:00
DWARFGdbIndex.cpp
DWARFListTable.cpp [DebugInfo] Report the format of location and range lists [9/10] 2020-06-02 17:55:31 +07:00
DWARFLocationExpression.cpp
DWARFTypeUnit.cpp [DebugInfo] Report the format of type units [10/10] 2020-06-02 17:55:31 +07:00
DWARFUnit.cpp [DebugInfo][DWARF64] Fix dumping pre-standard .debug_str_offsets.dwo sections. 2020-04-25 18:59:41 +07:00
DWARFUnitIndex.cpp llvm-dwarfdump: Include unit count in DWP index header dumping 2020-06-12 12:40:02 -07:00
DWARFVerifier.cpp [llvm-dwarfdump] Add a table header for -debug-line -verbose output 2020-06-04 08:56:17 -07:00
LLVMBuild.txt