summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows/HostProcessWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb, windows] Update two more locations that use LaunchThread to the new fu...Stella Stamenova2019-07-091-2/+2
* [lldb, windows] When StartMonitoring fails, return a proper errorStella Stamenova2019-07-081-7/+8
* [lldb] Fix two more issues in Windows following rL365226: Change LaunchThread...Stella Stamenova2019-07-081-1/+1
* [Host] Fix out-of-line definition on WindowsJonas Devlieghere2019-07-081-1/+1
* [lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'Konrad Kleine2019-05-231-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov2018-11-021-1/+1
* [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