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