[PATCH] D80962: [NativeSession] Implement findLineNumbersByAddress functions for native llvm-symbolizer support.
Amy Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 15 12:38:23 PDT 2020
akhuang updated this revision to Diff 270827.
akhuang marked 4 inline comments as done.
akhuang added a comment.
Address comments, and also fix some logic in the findLineNumbers function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80962/new/
https://reviews.llvm.org/D80962
Files:
llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h
llvm/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h
llvm/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h
llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
llvm/lib/DebugInfo/PDB/CMakeLists.txt
llvm/lib/DebugInfo/PDB/Native/NativeEnumLineNumbers.cpp
llvm/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp
llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
llvm/lib/DebugInfo/PDB/Native/NativeSourceFile.cpp
llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
llvm/lib/DebugInfo/PDB/PDB.cpp
llvm/test/tools/llvm-symbolizer/pdb/pdb-native.test
llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/BUILD.gn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80962.270827.patch
Type: text/x-patch
Size: 30007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200615/3f3e4184/attachment.bin>
More information about the llvm-commits
mailing list