[PATCH] D69847: DWARFDebugLoc(v4): Add an incremental parsing function
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 08:18:14 PST 2019
labath updated this revision to Diff 229107.
labath added a comment.
This revision is now accepted and ready to land.
Herald added subscribers: dexonsmith, steven_wu, mehdi_amini.
- rebase on master
- reuse the new generic dumping mechanism
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69847/new/
https://reviews.llvm.org/D69847
Files:
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
llvm/test/DebugInfo/X86/PR26148.ll
llvm/test/DebugInfo/X86/debug-loc-offset.mir
llvm/test/DebugInfo/X86/dw_op_minus_direct.ll
llvm/test/DebugInfo/X86/dwarfdump-debug-loc-error-cases.s
llvm/test/DebugInfo/X86/dwarfdump-debug-loc-error-cases2.s
llvm/test/DebugInfo/X86/dwarfdump-debug-loc-simple.test
llvm/test/DebugInfo/X86/live-debug-variables.ll
llvm/test/DebugInfo/X86/pieces-1.ll
llvm/test/DebugInfo/X86/sret.ll
llvm/test/DebugInfo/X86/stack-value-piece.ll
llvm/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
llvm/test/tools/dsymutil/X86/basic-lto-linking-x86.test
llvm/test/tools/dsymutil/X86/debug-loc-base-addr.test
llvm/test/tools/llvm-dwarfdump/X86/debug_loc-OP_addr.s
llvm/test/tools/llvm-dwarfdump/X86/debug_loc_base_address.s
llvm/test/tools/llvm-dwarfdump/X86/debug_loc_offset.test
llvm/test/tools/llvm-dwarfdump/X86/debugloc.s
llvm/tools/llvm-dwarfdump/Statistics.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69847.229107.patch
Type: text/x-patch
Size: 33337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191113/eedb27fc/attachment.bin>
More information about the llvm-commits
mailing list