llvm-project/lldb/source
Hafiz Abid Qadeer 23a4df27ab Use correct #ifdef check for ProcessWindowsLog::Terminate() call.
The call to ProcessWindowsLog::Initialize() is protected by #if defined(_MSC_VER).
But the call to ProcessWindowsLog::Terminate() was using __WIN32__. This commit
makes it use _MSC_VER too.

Committing as it seems obvious change.

llvm-svn: 246859
2015-09-04 16:34:19 +00:00
..
API Only export public symbols with the cmake build. 2015-09-04 00:00:41 +00:00
Breakpoint [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
Commands Change the (internal to this file only) enum names from gcc_ to 2015-09-04 03:40:29 +00:00
Core Fix TestLoadUnload.test_load_unload for android API > 21 2015-09-04 12:42:41 +00:00
DataFormatters Nuke CXXFormatterFunctions.cpp - split the contents of it across different files, so that things are better organized along the C++/ObjC line 2015-09-04 00:33:51 +00:00
Expression Set the default language to use when evaluating to that of the frame's CU. 2015-09-04 01:02:30 +00:00
Host Move GetOptInc to the common namespace 2015-09-04 09:06:15 +00:00
Initialization Use correct #ifdef check for ProcessWindowsLog::Terminate() call. 2015-09-04 16:34:19 +00:00
Interpreter [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
Plugins RenderScript pending kernel breakpoints. 2015-09-04 08:56:52 +00:00
Symbol [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
Target Fix TestLoadUnload.test_load_unload for android API > 21 2015-09-04 12:42:41 +00:00
Utility [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00