[PATCH] D69847: DWARFDebugLoc(v4): Add an incremental parsing function

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 15 04:47:31 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG0908093977b2: DWARFDebugLoc(v4): Add an incremental parsing function (authored by labath).
Herald added subscribers: jrtc27, fedor.sergeev, jyknight.

Changed prior to commit:
  https://reviews.llvm.org/D69847?vs=229107&id=229508#toc

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/CodeGen/ARM/debug-info-sreg2.ll
  llvm/test/DebugInfo/Sparc/subreg.ll
  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.229508.patch
Type: text/x-patch
Size: 35546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191115/a57c96dc/attachment.bin>


More information about the llvm-commits mailing list