summaryrefslogtreecommitdiff
path: root/lldb/source/Initialization/SystemInitializerCommon.cpp
AgeCommit message (Expand)Author
2024-03-25Revert "[lldb] Implement coalescing of disjoint progress events (#84854)"Jonas Devlieghere
2024-03-25[lldb] Implement coalescing of disjoint progress events (#84854)Jonas Devlieghere
2023-12-04[lldb] Additional pieces towards OpenBSD support (#74198)Brad Smith
2022-10-31[lldb] Add diagnosticsJonas Devlieghere
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-03-03[lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere
2022-03-03[lldb] Remove FileSystem::Initialize from VFS mappingJonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2021-12-08[lldb] Make lldbVersion a full fledged libraryJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-09-02[lldb] Always record both the working and home directory.Jonas Devlieghere
2020-08-22[lldb] Extract reproducer providers & co into their own header.Jonas Devlieghere
2020-08-20[lldb] Capture and load home directory from the reproducer.Jonas Devlieghere
2020-08-20[lldb] Implement WorkingDirectoryProvider in terms of DirectoryProvider (NFC)Jonas Devlieghere
2020-08-20[lldb] Extract FileSystem initialization code into helper (NFC)Jonas Devlieghere
2020-07-20[lldb/Reproducers] Always record the current working directoryJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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