aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
AgeCommit message (Expand)AuthorFilesLines
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-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 Devlieghere1-2/+2
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere1-0/+2
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 Devlieghere1-2/+0
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-9/+9
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 Carruth1-4/+3
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-1/+1
2018-11-11Remove header grouping comments.Jonas Devlieghere1-3/+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 Labath1-1/+1
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
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 Stone1-342/+337
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-8/+8
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown1-3/+1
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton1-1/+0
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-26Added XML to the host layer.Greg Clayton1-1/+1
2015-04-07Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton1-4/+11
2015-03-17Remove ScriptInterpreterObject.Zachary Turner1-92/+75
2014-02-13Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton1-7/+28
2013-10-17<rdar://problem/14972424>Greg Clayton1-1/+1
2013-05-29<rdar://problem/13956179>Greg Clayton1-16/+3
2013-05-22Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to...Greg Clayton1-2/+9
2013-05-10<rdar://problem/13854277>Greg Clayton1-9/+4
2013-05-09Changed the formerly pure virtual function:Greg Clayton1-20/+23
2013-05-07Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor1-3/+3
2013-05-07Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi1-3/+3
2013-05-04After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton1-3/+3
2013-05-01<rdar://problem/13700260>Greg Clayton1-6/+40