aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem
AgeCommit message (Expand)AuthorFilesLines
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath1-0/+2
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath1-2/+0
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath1-0/+2
2025-03-25[lldb][NFC] Break ThreadMemory into smaller abstractions (#132905)Felipe de Azevedo Piovezan1-2/+2
2025-01-16[lldb] Add OS plugin property for reporting all threads (#123145)Felipe de Azevedo Piovezan2-0/+10
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere2-1/+2
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava1-1/+1
2024-07-11[lldb] Fix ThreadList assignment race (#98293)Pavel Labath1-1/+1
2023-10-26[lldb] Introduce OperatingSystem{,Python}Interface and make use itMed Ismail Bennani2-89/+68
2023-06-15[lldb] Introduce DynamicRegisterInfo::CreateFromDictAlex Langford1-1/+2
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-4/+4
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath2-11/+4
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-6/+3
2021-10-05[lldb] Move DynamicRegisterInfo to public Target libraryMichał Górny2-6/+4
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-4/+0
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere1-3/+3
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2020-07-22[lldb] Use std::make_unique<DynamicRegisterInfo> (NFC)Jonas Devlieghere1-2/+2
2020-02-17[lldb/Plugins] Conditionally build OperatingSystemPython.Jonas Devlieghere1-1/+3
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-3/+1
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere1-1/+3
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-3/+1
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere1-1/+3
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-11[lldb/Plugins] Rename OSPython plugin to OperatingSystemPython (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-22[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere1-3/+2
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2-4/+4
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2-0/+4
2019-11-15Fix -Wunused-result warnings in LLDBReid Kleckner1-3/+3
2019-08-08Fix a comment which was incorrect.Jim Ingham1-1/+1
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-27/+27
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-8/+8
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere1-2/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere2-10/+0
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2-10/+10
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere1-1/+1
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-6/+9
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-1/+1
2018-11-11Remove header grouping comments.Jonas Devlieghere2-7/+0
2018-11-05Remove Go debugger pluginJonas Devlieghere4-598/+0
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere1-1/+2
2018-09-27Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha1-2/+1
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-3/+3
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2-2/+2