[lldb/Plugin] Fix some issues on Windows
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 18 Feb 2020 01:20:47 +0000 (17:20 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 18 Feb 2020 01:22:18 +0000 (17:22 -0800)
commitc8001d56df620e5c961c7d459aecf1b90e7f937c
treeb61ac55da8b3d904770a00a0fe9e6efdb6f8efa6
parentc74026daf36a2b8a21ccae8736772269c6467a6f
[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.
lldb/source/Plugins/CMakeLists.txt
lldb/source/Plugins/DynamicLoader/CMakeLists.txt
lldb/source/Plugins/Plugins.def.in
lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp