summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
AgeCommit message (Expand)Author
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath
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-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham
2019-10-07[lldb] Unifying lldb python pathHaibo Huang
2019-04-26[ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere
2019-03-29[Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere
2019-03-29[ScriptInterpreterPython] Remove unused field (NFC)Jonas Devlieghere
2019-03-26[Python] Remove dynamic indirectionJonas Devlieghere
2019-03-25[ScriptInterpreterPython] Make SWIG callback private (NFC)Jonas Devlieghere
2019-03-25[ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere
2019-03-19[ScriptInterpreterPython] Remove dead code.Davide Italiano
2019-03-10Quiet command regex instructions during batch executionDave Lee
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek
2018-10-31Revert r345686 due to build failuresKuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham
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
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-05-12Rename Error -> Status.Zachary Turner
2016-09-26Fix serialization of Python breakpoint commands.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-05Add a few more needed bits to the scripted thread plans.Jim Ingham
2016-05-02Add support for synthetic child providers to optionally return a customized t...Enrico Granata
2016-04-12Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...Pavel Labath
2016-04-12Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata
2016-03-10Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra
2015-10-20Fix potential file i/o problem with python handles.Zachary Turner
2015-10-16Fix linkage of `init_lldb` SWIG method in Python 3.Zachary Turner
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner
2015-10-13Fix ref counting of Python objects.Zachary Turner
2015-08-18Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core,...Pavel Labath
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton