[PATCH] D74560: Introduce DWARFDataExtractor::getInitialLength

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 06:51:16 PST 2020


labath updated this revision to Diff 244652.
labath added a comment.
Herald added a subscriber: mgorny.

- add a unit test
- update debug_line parser to use the new method

This should be ready for a proper review now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74560/new/

https://reviews.llvm.org/D74560

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
  llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  llvm/lib/DebugInfo/DWARF/DWARFListTable.cpp
  llvm/test/tools/llvm-dwarfdump/X86/debug-names-verify-short1.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_line_invalid.test
  llvm/test/tools/llvm-dwarfdump/X86/debug_rnglists_invalid.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_rnglists_reserved_length.s
  llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
  llvm/unittests/DebugInfo/DWARF/DWARFAcceleratorTableTest.cpp
  llvm/unittests/DebugInfo/DWARF/DWARFDataExtractorTest.cpp
  llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74560.244652.patch
Type: text/x-patch
Size: 20811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200214/9a6c1814/attachment.bin>


More information about the llvm-commits mailing list