aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python
AgeCommit message (Expand)AuthorFilesLines
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-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-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere1-1/+2
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-10/+9
2018-04-13Prevent deadlock in OS PluginsJonas Devlieghere1-32/+39
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-1/+0
2017-06-27Move StructuredData from Core to UtilityPavel Labath2-2/+2
2017-05-12Update StructuredData::String to return StringRefs.Zachary Turner1-4/+4
2017-05-12Rename Error -> Status.Zachary Turner1-1/+1
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-1/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2017-01-31[CMake] [3/4] Update a batch of pluginsChris Bieneman1-1/+8
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-3/+2
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone2-417/+401