summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)Author
2018-07-23[NFC] Minor code refactoring.Raphael Isemann
2018-07-13No longer pass a StringRef to the Python APIRaphael Isemann
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann
2018-06-21Partially revert r335236Pavel Labath
2018-06-21ScriptInterpreterPython cleanupPavel Labath
2018-06-20Remove dependency from Host to pythonPavel Labath
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath
2018-06-13[FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-10s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber
2017-11-02Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-11-02Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-10-17Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda
2017-10-17Committing this for Larry D'Anna:Jason Molenda
2017-07-09Don't access Python objects while not holding the GIL.Zachary Turner
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2017-02-05Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] [4/4] Update a batch of pluginsChris Bieneman
2017-01-06Fix clang build for r291198Pavel Labath
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-26Fix serialization of Python breakpoint commands.Jim Ingham
2016-09-13Some more pointer safety in Breakpoint.Zachary Turner
2016-09-12This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham
2016-09-12Fix about a dozen compile warningsIlia K
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone
2016-08-11Make sure files include what they use (part 2/2)Pavel Labath
2016-08-10Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-08-05Add a few more needed bits to the scripted thread plans.Jim Ingham
2016-07-20Add a default-value bool flag pretty_print to the StructuredData Dump methods.Jason Molenda
2016-06-24Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata
2016-05-16Don't crash when OS plug-in returns None from any of the functions we might c...Greg Clayton
2016-05-02Add support for synthetic child providers to optionally return a customized t...Enrico Granata
2016-04-12Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata
2016-04-12Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...Pavel Labath