summaryrefslogtreecommitdiffstats
path: root/lldb/source/Initialization/SystemInitializerCommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-1/+16
* [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-241-9/+0
* Make ObjectFileMachO work on non-darwin platformsPavel Labath2018-05-181-9/+2
* 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
* Adopt PrettyStackTrace in LLDBSean Callanan2016-12-141-8/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-69/+63
* Delete Host/windows/win32.hZachary Turner2016-08-091-2/+2
* Remove platform plugins from lldb-serverPavel Labath2016-06-291-31/+1
* 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
* 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
* Add more NetBSD platform glue for lldbBruce Mitchener2015-11-071-0/+1
* Completely avoid building Apple simulator on non-Darwin platforms.Chaoren Lin2015-11-051-3/+3
* Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy2015-10-281-1/+1
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-1/+8
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+3
* Use correct #ifdef check for ProcessWindowsLog::Terminate() call.Hafiz Abid Qadeer2015-09-041-1/+1
* Reorg code to allow Windows Process Plugins to share some common code.Adrian McCarthy2015-08-241-1/+1
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-2/+0
* Move WindowsDYLD to the Plugins/DynamicLoader directory.Stephane Sezer2015-07-081-0/+3
* Move PlatformFreeBSD to its own namespaceEd Maste2015-07-021-2/+2
* Remove old local-only linux debugging codePavel Labath2015-06-241-1/+0
* Assembly profiler for mips32Bhushan D. Attarde2015-05-151-0/+3
* Add logging to ProcessWindows.Zachary Turner2015-05-071-0/+4
* [LLDB][MIPS] Software single steppingMohit K. Bhakkad2015-05-071-0/+3
* Add single stepping logic for linux armTamas Berghammer2015-04-151-0/+5
* Add logging plugin for WindowsAdrian McCarthy2015-04-101-0/+4
* Rework LLDB system initialization.Zachary Turner2015-03-311-0/+167
OpenPOWER on IntegriCloud