summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/HostNativeThreadBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-2/+1
* Revert "[lldb] followup fix for https://reviews.llvm.org/D62305"Jonas Devlieghere2019-05-241-4/+4
* [lldb] followup fix for https://reviews.llvm.org/D62305Konrad Kleine2019-05-231-4/+4
* [HostNativeThreadBase] Undo nullptr changesJonas Devlieghere2019-05-231-4/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Windows] Fix threads comparison on WindowsAleksandr Urakov2018-10-181-0/+4
* Delete LLDB's code for getting / setting thread name.Zachary Turner2017-03-041-2/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-44/+29
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-16/+6
* Create a HostThread abstraction.Zachary Turner2014-09-091-0/+92
OpenPOWER on IntegriCloud