summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows/Windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove a now redundant windows specific workaroundMartin Storsjo2019-09-231-5/+0
* Remove usage of usleep in generic codePavel Labath2019-08-051-5/+0
* Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea2019-05-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace chdir() usage with the llvm equivalent.Pavel Labath2017-01-251-9/+0
* Replace getcwd with the llvm equivalentPavel Labath2017-01-231-25/+2
* Again fixing windows build breakage like in rL282862Dimitar Vlahovski2016-09-301-2/+2
* Fixing windows build breakage caused by rL282822Dimitar Vlahovski2016-09-301-10/+10
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-212/+189
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Fix Windows build.Chaoren Lin2016-04-191-0/+1
* Unicode support on Win32.Zachary Turner2016-03-221-51/+105
* Inline fake snprintf to avoid linkage issues on Windows.Chaoren Lin2015-08-201-6/+5
* Some fixes to get LLDB compiling with MSVC 2015.Zachary Turner2015-07-241-0/+2
* Implement snprintf for MSVC with correct return value.Chaoren Lin2015-05-291-2/+27
* Windows: fix bug in getcwd() and add chdir().Ted Woodward2015-05-121-3/+15
* [Windows] Delegate str[n]casecmp to the appropriate MSVCRT func.Zachary Turner2014-07-291-19/+2
* Added some missing header files.Hafiz Abid Qadeer2014-03-121-0/+1
* Added some MSVC required functions in Windows.cpp. Moved MSVC specific getopt...Virgile Bello2013-09-071-1/+64
* Fix MinGW build after lldb-platform-work merge:Virgile Bello2013-08-271-1/+1
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+146
OpenPOWER on IntegriCloud