[PATCH] D124317: [llvm-pdbutil] Add options to only dump symbol record at specified offset and its parents or children with spcified depth.

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 13:45:50 PDT 2022


zequanwu updated this revision to Diff 425295.
zequanwu marked 3 inline comments as done.
zequanwu added a comment.
Herald added a subscriber: dexonsmith.

Address comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124317

Files:
  llvm/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
  llvm/include/llvm/DebugInfo/PDB/Native/InputFile.h
  llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h
  llvm/include/llvm/Support/BinaryStreamArray.h
  llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
  llvm/lib/DebugInfo/PDB/Native/InputFile.cpp
  llvm/test/tools/llvm-pdbutil/Inputs/symbol-offset.yaml
  llvm/test/tools/llvm-pdbutil/symbol-offset.test
  llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
  llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124317.425295.patch
Type: text/x-patch
Size: 27588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220426/b6ddd8db/attachment.bin>


More information about the llvm-commits mailing list