summaryrefslogtreecommitdiffstats
path: root/lldb/source/Initialization
Commit message (Expand)AuthorAgeFilesLines
* [Reproducer] Use ::rtrim() to remove trailing control characters.Jonas Devlieghere2019-10-181-4/+2
* SystemInitializerCommon fix compilation on linuxPavel Labath2019-10-181-1/+2
* [Reproducer] Surface error if setting the cwd failsJonas Devlieghere2019-10-171-2/+7
* [Reproducer] Set the working directory in the VFSJonas Devlieghere2019-10-171-0/+7
* Various build fixes for lldb on MinGWHaibo Huang2019-08-061-0/+1
* [Reproducers] Include lldb version in the reproducer rootJonas Devlieghere2019-06-131-1/+3
* [Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere2019-06-121-1/+1
* Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool2019-05-062-14/+0
* Revert "Initialization: move InstructionEmulation to full initialization"Pavel Labath2019-05-032-0/+14
* Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool2019-05-022-14/+0
* Initialization: correct macro usageSaleem Abdulrasool2019-05-021-4/+4
* Initialization: remove ObjectContainer from CommonSaleem Abdulrasool2019-05-022-13/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* [lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith2019-04-101-0/+7
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-212-13/+9
* [Reproducers] Add file providerJonas Devlieghere2019-01-291-1/+18
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-032-4/+23
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-0/+3
* Move pretty stack trace printer into driver.Jonas Devlieghere2018-07-171-4/+0
* Move ObjectFile initialization out of SystemInitializerCommonPavel Labath2018-05-242-12/+0
* Make ObjectFileMachO work on non-darwin platformsPavel Labath2018-05-182-13/+3
* Don't use llvm::EnablePrettyStackTrace on macOS.Jim Ingham2017-12-021-0/+2
* Logging: Disable logging after fork()Pavel Labath2017-10-231-1/+1
* Revert "Logging: Make sure logging machinery is in a consistent state after f...Pavel Labath2017-10-201-1/+1
* Logging: Make sure logging machinery is in a consistent state after forkingPavel Labath2017-10-191-1/+1
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-2/+4
* Enable ProcessPOSIXLog on NetBSDKamil Rytarowski2017-03-211-2/+2
* Remove lldb streams from the Log class completelyPavel Labath2017-03-151-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch "posix" to the new log channel registration mechanismPavel Labath2017-02-231-4/+3
* Switch "lldb" log channel to the new registration mechanismPavel Labath2017-02-221-2/+2
* [CMake] Final dependency cleanup patch!Chris Bieneman2017-02-081-5/+2
* [CMake] Add accurate dependency specificationsChris Bieneman2017-01-311-0/+31
* Adopt PrettyStackTrace in LLDBSean Callanan2016-12-141-8/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-063-107/+92
* Delete Host/windows/win32.hZachary Turner2016-08-091-2/+2
* Remove platform plugins from lldb-serverPavel Labath2016-06-291-31/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-6/+3
* Remove ASTContexts from SystemInitializerCommonPavel Labath2016-05-131-8/+0
* Move DynamicLoader plugins to SystemInitializerFullPavel Labath2016-03-291-12/+0
* Move OperatingSystem plugins to SystemInitializerFullPavel Labath2016-03-161-11/+0
* Add support for reading line tables from PDB files.Zachary Turner2016-03-021-1/+1
* Don't use an atexit handler for cleaning up the temp directory.Zachary Turner2016-02-191-0/+1
* Remove Timer::Initialize routinePavel Labath2016-02-011-1/+0
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Plug-in PlatformNetBSD initializer and terminatorKamil Rytarowski2015-12-051-0/+2
* Revert "Plug-in PlatformNetBSD initializer and terminator"Siva Chandra2015-11-191-2/+0
* Plug-in PlatformNetBSD initializer and terminatorEd Maste2015-11-191-0/+2
OpenPOWER on IntegriCloud