summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
Commit message (Collapse)AuthorAgeFilesLines
* [Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere2019-03-291-0/+478
This patch limits the scope of the python header to the implementation of the python script interpreter plugin. ScriptInterpreterPython is now an abstract interface that doesn't expose any Python specific types, and is implemented by the ScriptInterpreterPythonImpl. Differential revision: https://reviews.llvm.org/D59976 llvm-svn: 357307
OpenPOWER on IntegriCloud