summaryrefslogtreecommitdiff
path: root/source/Initialization/SystemInitializerCommon.cpp
AgeCommit message (Expand)Author
2019-10-18[Reproducer] Use ::rtrim() to remove trailing control characters.Jonas Devlieghere
2019-10-18SystemInitializerCommon fix compilation on linuxPavel Labath
2019-10-17[Reproducer] Surface error if setting the cwd failsJonas Devlieghere
2019-10-17[Reproducer] Set the working directory in the VFSJonas Devlieghere
2019-08-06Various build fixes for lldb on MinGWHaibo Huang
2019-06-13[Reproducers] Include lldb version in the reproducer rootJonas Devlieghere
2019-06-12[Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere
2019-05-06Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool
2019-05-03Revert "Initialization: move InstructionEmulation to full initialization"Pavel Labath
2019-05-02Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool
2019-05-02Initialization: correct macro usageSaleem Abdulrasool
2019-05-02Initialization: remove ObjectContainer from CommonSaleem Abdulrasool
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-10[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith
2019-02-21[Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere
2019-01-29[Reproducers] Add file providerJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-03[Reproducers] Change how reproducers are initialized.Jonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2018-07-17Move pretty stack trace printer into driver.Jonas Devlieghere
2018-05-24Move ObjectFile initialization out of SystemInitializerCommonPavel Labath
2018-05-18Make ObjectFileMachO work on non-darwin platformsPavel Labath
2017-12-02Don't use llvm::EnablePrettyStackTrace on macOS.Jim Ingham
2017-10-23Logging: Disable logging after fork()Pavel Labath
2017-10-20Revert "Logging: Make sure logging machinery is in a consistent state after f...Pavel Labath
2017-10-19Logging: Make sure logging machinery is in a consistent state after forkingPavel Labath
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-03-21Enable ProcessPOSIXLog on NetBSDKamil Rytarowski
2017-03-15Remove lldb streams from the Log class completelyPavel Labath
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-23Switch "posix" to the new log channel registration mechanismPavel Labath
2017-02-22Switch "lldb" log channel to the new registration mechanismPavel Labath
2016-12-14Adopt PrettyStackTrace in LLDBSean Callanan
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-06-29Remove platform plugins from lldb-serverPavel Labath
2016-05-13Remove ASTContexts from SystemInitializerCommonPavel Labath
2016-03-29Move DynamicLoader plugins to SystemInitializerFullPavel Labath
2016-03-16Move OperatingSystem plugins to SystemInitializerFullPavel Labath
2016-03-02Add support for reading line tables from PDB files.Zachary Turner
2016-02-19Don't use an atexit handler for cleaning up the temp directory.Zachary Turner
2016-02-01Remove Timer::Initialize routinePavel Labath
2015-12-05Plug-in PlatformNetBSD initializer and terminatorKamil Rytarowski
2015-11-19Revert "Plug-in PlatformNetBSD initializer and terminator"Siva Chandra
2015-11-19Plug-in PlatformNetBSD initializer and terminatorEd Maste
2015-11-07Add more NetBSD platform glue for lldbBruce Mitchener
2015-11-05Completely avoid building Apple simulator on non-Darwin platforms.Chaoren Lin
2015-10-28Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton