llvm-project/lldb/source/Plugins/ObjectFile/PECOFF
Hafiz Abid Qadeer f6ee79c926 Fix build for mingw.
Summary: I was building lldb using cross mingw-w64 toolchain on Linux and observed some issues. This is first patch in the series to fix that build. It mostly corrects the case of include files and adjusts some #ifdefs from _MSC_VER to _WIN32 and vice versa. I built lldb on windows with VS after applying this patch to make sure it does not break the build there.

Reviewers: zturner, labath, abidh

Subscribers: ki.stfu, mgorny, lldb-commits

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

llvm-svn: 289821
2016-12-15 15:00:41 +00:00
..
CMakeLists.txt Enable saving of mini dumps with lldb process save-core. 2015-11-20 23:09:11 +00:00
ObjectFilePECOFF.cpp [lldb] Read modules from memory when a local copy is not available 2016-10-17 20:28:19 +00:00
ObjectFilePECOFF.h [lldb] Read modules from memory when a local copy is not available 2016-10-17 20:28:19 +00:00
WindowsMiniDump.cpp Fix build for mingw. 2016-12-15 15:00:41 +00:00
WindowsMiniDump.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00