summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/ThreadLauncher.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncherStella Stamenova2019-07-091-1/+1
* Fix ASCII art headerJonas Devlieghere2019-07-091-2/+1
* [Windows] Include ErrorHandling.hJonas Devlieghere2019-07-091-0/+2
* [ThreadLauncher] Use mapWindowsError and LLDB_INVALID_HOST_THREADJonas Devlieghere2019-07-081-4/+2
* [Windows] Convert GetLastError to std::error_codeJonas Devlieghere2019-07-081-2/+4
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-051-15/+7
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Delete LLDB's code for getting / setting thread name.Zachary Turner2017-03-041-1/+0
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-49/+51
* If lldb is being built with ASAN instrumentation, have lldbJason Molenda2015-01-291-0/+10
* Implement explicit thread stack size specification on Windows.Zachary Turner2014-10-241-1/+2
* Allow ThreadLauncher::LaunchThread() to specify a minimum stack byte size whe...Greg Clayton2014-10-151-2/+27
* Create a HostThread abstraction.Zachary Turner2014-09-091-0/+48
OpenPOWER on IntegriCloud