[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
Tue Jul 23 18:23:22 PDT 2019


nilanjana_basu created this revision.
nilanjana_basu added a reviewer: rnk.
Herald added subscribers: llvm-commits, hiraditya, aprantl.
Herald added a project: LLVM.

.cv_def_range information for symbol records in codeview debug info used to be represented as a serialized series of bytes in assembly format. This change will display the def_range info in human-readable format.


Repository:
  rL LLVM

https://reviews.llvm.org/D65179

Files:
  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/tools/llvm-pdbutil/MinimalSymbolDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65179.211395.patch
Type: text/x-patch
Size: 27934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190724/2942402d/attachment.bin>


More information about the llvm-commits mailing list