[PATCH] D65179: Changing representation of .cv_def_range directives in Codeview debug info assembly format for better readability

NILANJANA BASU via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 16:45:32 PDT 2019


nilanjana_basu updated this revision to Diff 213143.
nilanjana_basu added a comment.

1. Changed two more test files for lld & lldb that used def_range directives
2. Fixed the endianness bug that arose because of changing the structure format of frame pointer relative def range structure.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65179

Files:
  lld/test/COFF/s_udt.s
  lldb/lit/SymbolFile/NativePDB/Inputs/s_constant.s
  lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
  llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCParser/AsmParser.cpp
  llvm/lib/MC/MCStreamer.cpp
  llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  llvm/test/DebugInfo/COFF/fp-stack.ll
  llvm/test/DebugInfo/COFF/local-variable-gap.ll
  llvm/test/DebugInfo/COFF/local-variables.ll
  llvm/test/DebugInfo/COFF/nrvo.ll
  llvm/test/DebugInfo/COFF/pieces.ll
  llvm/test/DebugInfo/COFF/register-variables.ll
  llvm/test/MC/COFF/cv-def-range-align.s
  llvm/test/MC/COFF/cv-def-range-errors.s
  llvm/test/MC/COFF/cv-def-range-gap.s
  llvm/test/MC/COFF/cv-def-range.s
  llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65179.213143.patch
Type: text/x-patch
Size: 36494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/69600efb/attachment.bin>


More information about the llvm-commits mailing list