summaryrefslogtreecommitdiff
path: root/lldb/source/Host/windows/HostProcessWindows.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Update Host/windows to new Status APIAdrian Prantl
2022-02-24[lldb] One more fix for the MonitorChildProcess patch (D120425)Pavel Labath
2022-02-24[lldb/host] Remove monitor_signals argument from process monitoring functionsPavel Labath
2022-02-23Fix HostProcessWindows for D120321Pavel Labath
2022-02-22[lldb] Remove HostProcess:GetMainModulePavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-09[lldb, windows] Update two more locations that use LaunchThread to the new fu...Stella Stamenova
2019-07-08[lldb, windows] When StartMonitoring fails, return a proper errorStella Stamenova
2019-07-08[lldb] Fix two more issues in Windows following rL365226: Change LaunchThread...Stella Stamenova
2019-07-08[Host] Fix out-of-line definition on WindowsJonas Devlieghere
2019-05-23[lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'Konrad Kleine
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-02[Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2016-12-15Fix build for mingw.Hafiz Abid Qadeer
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-11Generalize child process monitoring functionsPavel Labath
2016-03-22Unicode support on Win32.Zachary Turner
2015-04-02Fix warnings generated by clang-cl.Zachary Turner
2015-02-25Revert "Fix warnings found with clang-cl."Zachary Turner
2015-02-25Fix warnings found with clang-cl.Zachary Turner
2014-11-05Decouple ProcessWindows from the Windows debug driver thread.Zachary Turner
2014-10-24Make ProcessWindows just use Host::LaunchProcess.Zachary Turner
2014-10-14Create a process launcher abstraction.Zachary Turner
2014-09-30Fixup some minor issues with HostProcess.Zachary Turner
2014-09-11Update HostProcess to use the same facade pattern as HostThread.Zachary Turner
2014-08-27Create a HostProcess class.Zachary Turner