Disable windows-only minidump plugin
authorPavel Labath <labath@google.com>
Wed, 9 Nov 2016 10:16:11 +0000 (10:16 +0000)
committerPavel Labath <labath@google.com>
Wed, 9 Nov 2016 10:16:11 +0000 (10:16 +0000)
commit222fd13e3f53881026111935f655f806a79153c7
treed5168d218061ac0086c5134a2a678a770808012f
parent96b4b713fc9d501eaadee03ca13ed4dc11c15d0a
Disable windows-only minidump plugin

Summary:
This commit disables the windows-only minidump plugin and enables the new
cross-platform plugin for windows minidump files. Test decorators are adjusted to
reflect that: windows minidump tests can now run  on all platforms. The exception
is the tests that create minidump files, as that functionality is not available
yet.  I've checked that this works on windows and linux.

Reviewers: amccarth, zturner

Subscribers: dvlahovski, lldb-commits

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

llvm-svn: 286352
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/wow64_minidump/TestWow64MiniDump.py
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp