diff options
author | Enrico Granata <egranata@apple.com> | 2013-12-26 07:21:41 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2013-12-26 07:21:41 +0000 |
commit | 0e0e9f531f7e1137a84b763d00cd92cf3523c30b (patch) | |
tree | a4e9823f587ebb722af1eee29b693f389167f008 /lldb/scripts/Python/python-wrapper.swig | |
parent | e5531fae6cbf589cd1a774e87ed91ca36625fb69 (diff) | |
download | bcm5719-llvm-0e0e9f531f7e1137a84b763d00cd92cf3523c30b.tar.gz bcm5719-llvm-0e0e9f531f7e1137a84b763d00cd92cf3523c30b.zip |
Adding a document that describes the architecture of data formatters. Suggestions and ideas for improvements most welcome
llvm-svn: 198038
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
-rw-r--r-- | lldb/scripts/Python/python-wrapper.swig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/scripts/Python/python-wrapper.swig b/lldb/scripts/Python/python-wrapper.swig index 4a3ad31ead4..addfa29dcd5 100644 --- a/lldb/scripts/Python/python-wrapper.swig +++ b/lldb/scripts/Python/python-wrapper.swig @@ -354,9 +354,7 @@ LLDBSwigPythonCallTypeScript *pyfunct_wrapper = pfunc_impl; } } - /*else - printf("caching works!!!!\n");*/ - + PyCallable pfunc = PyCallable::FindWithPythonObject(pfunc_impl); if (!pfunc) |