[all-commits] [llvm/llvm-project] c8001d: [lldb/Plugin] Fix some issues on Windows
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Feb 17 17:22:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c8001d56df620e5c961c7d459aecf1b90e7f937c
https://github.com/llvm/llvm-project/commit/c8001d56df620e5c961c7d459aecf1b90e7f937c
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M lldb/source/Plugins/CMakeLists.txt
M lldb/source/Plugins/DynamicLoader/CMakeLists.txt
M lldb/source/Plugins/Plugins.def.in
M lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
Log Message:
-----------
[lldb/Plugin] Fix some issues on Windows
- Don't initialize NativePDB.
- Initialize ProcessWindows after any Process*Core plugins.
- Don't initialize DynamicLoaderDarwinKernel on non-Darwin platforms.
More information about the All-commits
mailing list