summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/ThreadLauncher.cpp
AgeCommit message (Expand)Author
2022-02-23[lldb] Modernize ThreadLauncherPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-09[lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncherStella Stamenova
2019-07-09Fix ASCII art headerJonas Devlieghere
2019-07-09[Windows] Include ErrorHandling.hJonas Devlieghere
2019-07-08[ThreadLauncher] Use mapWindowsError and LLDB_INVALID_HOST_THREADJonas Devlieghere
2019-07-08[Windows] Convert GetLastError to std::error_codeJonas Devlieghere
2019-07-05Change LaunchThread interface to return an expected.Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Delete LLDB's code for getting / setting thread name.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-01-29If lldb is being built with ASAN instrumentation, have lldbJason Molenda
2014-10-24Implement explicit thread stack size specification on Windows.Zachary Turner
2014-10-15Allow ThreadLauncher::LaunchThread() to specify a minimum stack byte size whe...Greg Clayton
2014-09-09Create a HostThread abstraction.Zachary Turner