summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/HostThread.cpp
AgeCommit message (Expand)Author
2025-07-11When running OS Plugins from dSYM's, make sure start state is correct (#146441)jimingham
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
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-11-17Change HostThread::GetNativeThread() to return a derived reference.Zachary Turner
2014-09-23Fix up the HostThread interface, making the interface simpler.Zachary Turner
2014-09-09Create a HostThread abstraction.Zachary Turner