summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
Commit message (Expand)AuthorAgeFilesLines
* 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