summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows/ProcessRunLock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't bother dynamic loading the Windows Slim RW Lock API.Zachary Turner2015-05-141-215/+80
| | | | | | | | | | | | This API has been present since XP, and I think it's safe to drop support for XP (since other things have been introduced long ago which already don't work on XP anyway). With this patch, we can statically bind against the exports and not bother falling back to a CRITICAL_SECTION if we can't load the API. llvm-svn: 237402
* Change type of a few members of a struct from unsigned to signed.Hafiz Abid Qadeer2014-03-131-2/+2
| | | | | | | They are used in Windows APIs which expect a signed argument and cause a build failure on Mingw. llvm-svn: 203783
* Remove <windows.h> from lldb-types.h.Virgile Bello2013-09-041-0/+1
| | | | llvm-svn: 189934
* MingW compilation (windows). Includes various refactoring to improve ↵Virgile Bello2013-08-231-0/+240
portability. llvm-svn: 189107
OpenPOWER on IntegriCloud