aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Initialization
AgeCommit message (Expand)AuthorFilesLines
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath1-0/+2
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2025-04-08[LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (#134383)Dmitry Vasilyev1-6/+1
2024-12-26[lldb] A few more pieces towards OpenBSD support (#121051)Brad Smith1-1/+1
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 Devlieghere2-3/+3
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-2/+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 Isemann3-3/+3
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 Abdulrasool2-14/+0
2019-05-03Revert "Initialization: move InstructionEmulation to full initialization"Pavel Labath2-0/+14
2019-05-02Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool2-14/+0
2019-05-02Initialization: correct macro usageSaleem Abdulrasool1-4/+4
2019-05-02Initialization: remove ObjectContainer from CommonSaleem Abdulrasool2-13/+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 Devlieghere2-13/+9
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 Carruth3-12/+9
2018-12-03[Reproducers] Change how reproducers are initialized.Jonas Devlieghere2-4/+23
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 Labath2-12/+0
2018-05-18Make ObjectFileMachO work on non-darwin platformsPavel Labath2-13/+3
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