[PATCH] D32754: Add line table verification to lldb-dwarfdump --verify.
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 2 10:52:03 PDT 2017
clayborg updated this revision to Diff 97473.
clayborg added a comment.
Updates:
- reflow code around StmtFormValue
- comment that we don't need to create an error where things are already checked in the .debug_info to make things clear
- Use StringRef where needed
- clang-format
- include bad file index in error message and update unit test
- use '\n' instead of "\n"
https://reviews.llvm.org/D32754
Files:
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32754.97473.patch
Type: text/x-patch
Size: 10098 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170502/69f9ef5e/attachment.bin>
More information about the llvm-commits
mailing list