aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-0/+2
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath1-0/+1
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere1-6/+2
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere1-0/+2
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham1-0/+8
2019-10-07[lldb] Unifying lldb python pathHaibo Huang1-2/+1
2019-04-26[ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere1-2/+2
2019-03-29[Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere1-397/+7
2019-03-29[ScriptInterpreterPython] Remove unused field (NFC)Jonas Devlieghere1-1/+0
2019-03-26[Python] Remove dynamic indirectionJonas Devlieghere1-180/+0
2019-03-25[ScriptInterpreterPython] Make SWIG callback private (NFC)Jonas Devlieghere1-112/+146
2019-03-25[ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere1-36/+37
2019-03-19[ScriptInterpreterPython] Remove dead code.Davide Italiano1-16/+0
2019-03-10Quiet command regex instructions during batch executionDave Lee1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek1-0/+15
2018-10-31Revert r345686 due to build failuresKuba Mracek1-15/+0
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek1-0/+15
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek1-15/+0
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek1-0/+15
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham1-1/+25
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann1-10/+9
2018-06-21Partially revert r335236Pavel Labath1-0/+8
2018-06-21ScriptInterpreterPython cleanupPavel Labath1-8/+0
2018-06-20Remove dependency from Host to pythonPavel Labath1-0/+6
2017-11-02Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda1-4/+4
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda1-4/+4
2017-11-02Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda1-4/+4
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda1-4/+4
2017-10-17Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda1-4/+4
2017-10-17Committing this for Larry D'Anna:Jason Molenda1-4/+4
2017-05-12Rename Error -> Status.Zachary Turner1-19/+19
2016-09-26Fix serialization of Python breakpoint commands.Jim Ingham1-0/+13
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-562/+505
2016-08-05Add a few more needed bits to the scripted thread plans.Jim Ingham1-0/+2
2016-05-02Add support for synthetic child providers to optionally return a customized t...Enrico Granata1-0/+2
2016-04-12Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...Pavel Labath1-3/+3
2016-04-12Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata1-3/+3
2016-03-10Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton1-0/+3
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-51/+63
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra1-2/+2
2015-10-20Fix potential file i/o problem with python handles.Zachary Turner1-3/+3
2015-10-16Fix linkage of `init_lldb` SWIG method in Python 3.Zachary Turner1-1/+5
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner1-0/+1
2015-10-13Fix ref counting of Python objects.Zachary Turner1-4/+4
2015-08-18Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core,...Pavel Labath1-4/+4
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton1-2/+2
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner1-0/+590