llvm-project/lldb/source/Plugins
Adrian McCarthy 1ca677f4c4 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
2016-11-16 16:04:14 +00:00
..
ABI [LLDB][MIPS] Fix TestReturnValue failure for MIPS 2016-10-10 09:16:20 +00:00
Disassembler Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 20:34:10 +00:00
DynamicLoader Change the kernel searching code to not go through the 2016-11-15 01:41:27 +00:00
ExpressionParser Change ValueObject creation functions to take StringRefs. 2016-11-13 03:29:46 +00:00
Instruction Fix a bug where the EmulateInstructionARM64 handling of STP/LDP instructions 2016-11-01 01:26:54 +00:00
InstrumentationRuntime Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 20:34:10 +00:00
JITLoader *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Language Make some code not manipulate the underlying string of a StreamString. 2016-11-15 20:13:14 +00:00
LanguageRuntime Make Options::SetOptionValue take a StringRef. 2016-11-12 16:56:47 +00:00
MemoryHistory *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ObjectContainer Remove TimeValue usage from ObjectContainerBSDArchive 2016-11-09 15:05:45 +00:00
ObjectFile [lldb] Fix -Waggressive-loop-optimizations warning 2016-11-07 02:39:37 +00:00
OperatingSystem *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Platform Fix a deadlock issue that would happen when loading an AppleTV or watchOS binary. 2016-11-14 23:45:50 +00:00
Process Remove Windows-specific minidump plugin 2016-11-16 16:04:14 +00:00
ScriptInterpreter Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 20:34:10 +00:00
StructuredData Make Options::SetOptionValue take a StringRef. 2016-11-12 16:56:47 +00:00
SymbolFile Remove TimeValue usage from Core/Module 2016-11-09 09:59:18 +00:00
SymbolVendor When deciding whether to use the source remapping dictionary from 2016-11-09 03:42:12 +00:00
SystemRuntime Check that we got back an object from MakeFunctionCaller 2016-10-27 23:52:46 +00:00
UnwindAssembly Add a first unit test for the arm64 instruction profiled unwind 2016-10-11 02:24:00 +00:00
CMakeLists.txt Add StructuredData plugin type; showcase with new DarwinLog feature 2016-08-19 04:21:48 +00:00