summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
AgeCommit message (Expand)Author
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-05[lldb] Move DynamicRegisterInfo to public Target libraryMichał Górny
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-07-22[lldb] Use std::make_unique<DynamicRegisterInfo> (NFC)Jonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-22[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
2019-11-15Fix -Wunused-result warnings in LLDBReid Kleckner
2019-08-08Fix a comment which was incorrect.Jim Ingham
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-13Prevent deadlock in OS PluginsJonas Devlieghere
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-05-12Update StructuredData::String to return StringRefs.Zachary Turner
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-26Added XML to the host layer.Greg Clayton
2015-04-07Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton
2015-03-17Remove ScriptInterpreterObject.Zachary Turner
2014-02-13Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton
2013-10-17<rdar://problem/14972424>Greg Clayton
2013-05-29<rdar://problem/13956179>Greg Clayton
2013-05-22Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to...Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton