summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows/HostProcessWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Fix build for mingw.Hafiz Abid Qadeer2016-12-151-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-93/+71
* Generalize child process monitoring functionsPavel Labath2016-05-111-5/+3
* Unicode support on Win32.Zachary Turner2016-03-221-3/+10
* Fix warnings generated by clang-cl.Zachary Turner2015-04-021-1/+1
* Revert "Fix warnings found with clang-cl."Zachary Turner2015-02-251-1/+1
* Fix warnings found with clang-cl.Zachary Turner2015-02-251-1/+1
* Decouple ProcessWindows from the Windows debug driver thread.Zachary Turner2014-11-051-1/+9
* Make ProcessWindows just use Host::LaunchProcess.Zachary Turner2014-10-241-1/+1
* Create a process launcher abstraction.Zachary Turner2014-10-141-2/+47
* Fixup some minor issues with HostProcess.Zachary Turner2014-09-301-0/+5
* Update HostProcess to use the same facade pattern as HostThread.Zachary Turner2014-09-111-43/+10
* Create a HostProcess class.Zachary Turner2014-08-271-0/+112
OpenPOWER on IntegriCloud