aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Initialization/SystemInitializerCommon.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Revert "[lldb] Implement coalescing of disjoint progress events (#84854)"Jonas Devlieghere1-3/+0
2024-03-25[lldb] Implement coalescing of disjoint progress events (#84854)Jonas Devlieghere1-0/+3
2023-12-04[lldb] Additional pieces towards OpenBSD support (#74198)Brad Smith1-2/+4
2022-10-31[lldb] Add diagnosticsJonas Devlieghere1-0/+4
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere1-38/+2
2022-03-03[lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere1-1/+4
2022-03-03[lldb] Remove FileSystem::Initialize from VFS mappingJonas Devlieghere1-30/+0
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-2/+2
2021-12-08[lldb] Make lldbVersion a full fledged libraryJonas Devlieghere1-1/+1
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath1-3/+4
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-4/+2
2020-09-02[lldb] Always record both the working and home directory.Jonas Devlieghere1-3/+4
2020-08-22[lldb] Extract reproducer providers & co into their own header.Jonas Devlieghere1-1/+1
2020-08-20[lldb] Capture and load home directory from the reproducer.Jonas Devlieghere1-7/+13
2020-08-20[lldb] Implement WorkingDirectoryProvider in terms of DirectoryProvider (NFC)Jonas Devlieghere1-1/+1
2020-08-20[lldb] Extract FileSystem initialization code into helper (NFC)Jonas Devlieghere1-30/+47
2020-07-20[lldb/Reproducers] Always record the current working directoryJonas Devlieghere1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-10-18[Reproducer] Use ::rtrim() to remove trailing control characters.Jonas Devlieghere1-4/+2
2019-10-18SystemInitializerCommon fix compilation on linuxPavel Labath1-1/+2
2019-10-17[Reproducer] Surface error if setting the cwd failsJonas Devlieghere1-2/+7
2019-10-17[Reproducer] Set the working directory in the VFSJonas Devlieghere1-0/+7
2019-08-06Various build fixes for lldb on MinGWHaibo Huang1-0/+1
2019-06-13[Reproducers] Include lldb version in the reproducer rootJonas Devlieghere1-1/+3
2019-06-12[Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere1-1/+1
2019-05-06Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool1-11/+0
2019-05-03Revert "Initialization: move InstructionEmulation to full initialization"Pavel Labath1-0/+11
2019-05-02Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool1-11/+0
2019-05-02Initialization: correct macro usageSaleem Abdulrasool1-4/+4
2019-05-02Initialization: remove ObjectContainer from CommonSaleem Abdulrasool1-11/+0
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-2/+0
2019-04-10[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith1-0/+7
2019-02-21[Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere1-11/+7
2019-01-29[Reproducers] Add file providerJonas Devlieghere1-1/+18
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-03[Reproducers] Change how reproducers are initialized.Jonas Devlieghere1-1/+16
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere1-0/+3
2018-07-17Move pretty stack trace printer into driver.Jonas Devlieghere1-4/+0
2018-05-24Move ObjectFile initialization out of SystemInitializerCommonPavel Labath1-9/+0
2018-05-18Make ObjectFileMachO work on non-darwin platformsPavel Labath1-9/+2
2017-12-02Don't use llvm::EnablePrettyStackTrace on macOS.Jim Ingham1-0/+2
2017-10-23Logging: Disable logging after fork()Pavel Labath1-1/+1
2017-10-20Revert "Logging: Make sure logging machinery is in a consistent state after f...Pavel Labath1-1/+1
2017-10-19Logging: Make sure logging machinery is in a consistent state after forkingPavel Labath1-1/+1
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath1-1/+1
2017-05-15Remove an expensive lock from TimerPavel Labath1-2/+4
2017-03-21Enable ProcessPOSIXLog on NetBSDKamil Rytarowski1-2/+2
2017-03-15Remove lldb streams from the Log class completelyPavel Labath1-1/+1