[Lldb-commits] [PATCH] D89812: [lldb][PDB] Add ObjectFile PDB plugin
Zequan Wu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 21 17:01:32 PDT 2020
zequanwu updated this revision to Diff 299826.
zequanwu marked 4 inline comments as done.
zequanwu added a comment.
- address comments.
- add tests.
- move `loadPDBFile` from `SymbolFileNativePDB.cpp` to `ObjectFilePDB.cpp` and use it to create unique_ptr of `PDBFile` so that we can move it around.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89812/new/
https://reviews.llvm.org/D89812
Files:
lldb/source/Plugins/ObjectFile/CMakeLists.txt
lldb/source/Plugins/ObjectFile/PDB/CMakeLists.txt
lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.cpp
lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.h
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
lldb/test/Shell/ObjectFile/PDB/Inputs/pdb.yaml
lldb/test/Shell/ObjectFile/PDB/object.test
lldb/test/Shell/ObjectFile/PDB/symbol.test
lldb/test/Shell/SymbolFile/NativePDB/load-pdb.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89812.299826.patch
Type: text/x-patch
Size: 31796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201022/4d284fe9/attachment-0001.bin>
More information about the lldb-commits
mailing list