summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-11-12 16:23:16 +0000
committerZachary Turner <zturner@google.com>2015-11-12 16:23:16 +0000
commitb58fb2f47a4f792fed292b139c2b2a325ed3abb5 (patch)
treefcf7947f8aba5ab719b7edad32300c10db75e777 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
parent183c010c9a36ff131288c15b324f1c2f7d6a0a50 (diff)
downloadbcm5719-llvm-b58fb2f47a4f792fed292b139c2b2a325ed3abb5.tar.gz
bcm5719-llvm-b58fb2f47a4f792fed292b139c2b2a325ed3abb5.zip
Begin converting uses of PyCallable to PythonCallable.
PyCallable is a class that exists solely within the swig wrapper code. PythonCallable is a more generic implementation of the same idea that can be used by any Python-related interop code, and lives in PythonDataObjects.h The CL is mostly mechanical, and it doesn't cover every possible user of PyCallable, because I want to minimize the impact of this change (as well as making it easier to figure out what went wrong in case this causes a failure). I plan to finish up the rest of the changes in a subsequent patch, culminating in the removal of PyCallable entirely. llvm-svn: 252906
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud