llvm-dwarfdump: Support verbose printing DW_OP_convert to print the CU local offset...
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 24 Oct 2020 00:51:56 +0000 (17:51 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 24 Oct 2020 01:50:15 +0000 (18:50 -0700)
commit0ec5baa1324d61e79bc21a1307ea52aa43a12352
treefe2245ccb53c88cc6d2a30e73755d5a89b8007e9
parent434f3774f629f5896614e9efb4eda82d813402ed
llvm-dwarfdump: Support verbose printing DW_OP_convert to print the CU local offset before the resolved absolute offset
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
llvm/test/DebugInfo/X86/convert-debugloc.ll
llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h
llvm/unittests/DebugInfo/DWARF/DWARFDebugFrameTest.cpp