llvm-project/lldb/source
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
..
API Make CommandObject help getters/setters use StringRef. 2016-11-12 20:41:02 +00:00
Breakpoint Make ValueObjectMemory::Create accept StringRefs. 2016-11-12 18:17:36 +00:00
Commands Remove TimeValue class 2016-11-16 10:54:22 +00:00
Core Change ValueObject creation functions to take StringRefs. 2016-11-13 03:29:46 +00:00
DataFormatters Change ValueObject creation functions to take StringRefs. 2016-11-13 03:29:46 +00:00
Expression Make DiagnosticsManager functions take StringRefs. 2016-11-12 19:12:56 +00:00
Host Remove TimeValue class 2016-11-16 10:54:22 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Change Property::GetName() and GetDescription() to return StringRef. 2016-11-15 23:36:43 +00:00
Plugins Remove Windows-specific minidump plugin 2016-11-16 16:04:14 +00:00
Symbol Convert some Expression parser functions to StringRef. 2016-11-08 04:52:16 +00:00
Target Fix uninitialized members. 2016-11-15 10:58:16 +00:00
Utility Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
CMakeLists.txt [CMake] Fixing CMake to append source properties instead of overwrite them. 2016-11-10 23:56:32 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00