summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-251-0/+8
* [lldb] Unifying lldb python pathHaibo Huang2019-10-071-2/+1
* [ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere2019-04-261-2/+2
* [Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere2019-03-291-397/+7
* [ScriptInterpreterPython] Remove unused field (NFC)Jonas Devlieghere2019-03-291-1/+0
* [Python] Remove dynamic indirectionJonas Devlieghere2019-03-261-180/+0
* [ScriptInterpreterPython] Make SWIG callback private (NFC)Jonas Devlieghere2019-03-251-112/+146
* [ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere2019-03-251-36/+37
* [ScriptInterpreterPython] Remove dead code.Davide Italiano2019-03-191-16/+0
* Quiet command regex instructions during batch executionDave Lee2019-03-101-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-311-0/+15
* Revert r345686 due to build failuresKuba Mracek2018-10-311-15/+0
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-311-0/+15
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-311-15/+0
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-311-0/+15
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-1/+25
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-121-10/+9
* Partially revert r335236Pavel Labath2018-06-211-0/+8
* ScriptInterpreterPython cleanupPavel Labath2018-06-211-8/+0
* Remove dependency from Host to pythonPavel Labath2018-06-201-0/+6
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-021-4/+4
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-4/+4
* Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda2017-11-021-4/+4
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-4/+4
* Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda2017-10-171-4/+4
* Committing this for Larry D'Anna:Jason Molenda2017-10-171-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-19/+19
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-261-0/+13
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-562/+505
* Add a few more needed bits to the scripted thread plans.Jim Ingham2016-08-051-0/+2
* Add support for synthetic child providers to optionally return a customized t...Enrico Granata2016-05-021-0/+2
* Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...Pavel Labath2016-04-121-3/+3
* Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata2016-04-121-3/+3
* Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton2016-03-101-0/+3
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-51/+63
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-2/+2
* Fix potential file i/o problem with python handles.Zachary Turner2015-10-201-3/+3
* Fix linkage of `init_lldb` SWIG method in Python 3.Zachary Turner2015-10-161-1/+5
* Introduce a `PythonFile` object, and use it everywhere.Zachary Turner2015-10-151-0/+1
* Fix ref counting of Python objects.Zachary Turner2015-10-131-4/+4
* Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core,...Pavel Labath2015-08-181-4/+4
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-2/+2
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-0/+590
OpenPOWER on IntegriCloud