summaryrefslogtreecommitdiff
path: root/lldb/source/Host/windows/HostThreadWindows.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Update Host/windows to new Status APIAdrian Prantl
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-18[Windows] Fix threads comparison on WindowsAleksandr Urakov
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-12-18Only compile RegisterContextWindows_x86.cpp for x86 host architecture.Zachary Turner
2014-11-05Decouple ProcessWindows from the Windows debug driver thread.Zachary Turner
2014-10-26Added a missing call to 'Reset'.Hafiz Abid Qadeer
2014-09-23Fix up the HostThread interface, making the interface simpler.Zachary Turner
2014-09-09Create a HostThread abstraction.Zachary Turner