Adding a document that describes the architecture of data formatters. Suggestions and ideas for improvements most welcome

llvm-svn: 198038
This commit is contained in:
Enrico Granata
2013-12-26 07:21:41 +00:00
parent e5531fae6c
commit 0e0e9f531f
5 changed files with 608 additions and 4 deletions

View File

@@ -354,9 +354,7 @@ LLDBSwigPythonCallTypeScript
*pyfunct_wrapper = pfunc_impl;
}
}
/*else
printf("caching works!!!!\n");*/
PyCallable pfunc = PyCallable::FindWithPythonObject(pfunc_impl);
if (!pfunc)