Remove Windows-specific minidump plugin
authorAdrian McCarthy <amccarth@google.com>
Wed, 16 Nov 2016 16:04:14 +0000 (16:04 +0000)
committerAdrian McCarthy <amccarth@google.com>
Wed, 16 Nov 2016 16:04:14 +0000 (16:04 +0000)
commit1ca677f4c49c9c2404d80535180b24ca561a3434
tree36e7e9b59dde0a091021834142996a67316455ed
parent67354487512b4c40ee0db885e45fc7f48e554384
Remove Windows-specific minidump plugin

With the cross-platform minidump plugin working, the Windows-specific one is no longer needed. This eliminates the unnecessary code.

This does not eliminate the Windows-specific tests, as they hit a few cases the general tests don't. (The Windows-specific tests are currently passing.) I'll look into a separate patch to make sure we're not doing too much duplicate testing.

After that I might do a little re-org in the Windows plugin, as there was some factoring there (Common & Live) that probably isn't necessary anymore.

Differential Revision: https://reviews.llvm.org/D26697

llvm-svn: 287113
lldb/cmake/LLDBDependencies.cmake
lldb/source/Plugins/Process/CMakeLists.txt
lldb/source/Plugins/Process/Windows/MiniDump/CMakeLists.txt [deleted file]
lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.cpp [deleted file]
lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h [deleted file]
lldb/source/Plugins/Process/Windows/MiniDump/ThreadWinMiniDump.cpp [deleted file]
lldb/source/Plugins/Process/Windows/MiniDump/ThreadWinMiniDump.h [deleted file]
lldb/source/Plugins/Process/Windows/MiniDump/x64/RegisterContextWindowsMiniDump_x64.cpp [deleted file]
lldb/source/Plugins/Process/Windows/MiniDump/x64/RegisterContextWindowsMiniDump_x64.h [deleted file]
lldb/source/Plugins/Process/Windows/MiniDump/x86/RegisterContextWindowsMiniDump_x86.cpp [deleted file]
lldb/source/Plugins/Process/Windows/MiniDump/x86/RegisterContextWindowsMiniDump_x86.h [deleted file]