Files
clang-p2996/lldb/test/python_api/default-constructor
Filipe Cabecinhas 6eb31e7391 Added a typemap and wrappers for SBInputReader callbacks
Now it's possible to use SBInputReader callbacks in Python.

We leak the callback object, unfortunately. A __del__ method can be added
to SBInputReader, but we have no way to check the callback function that
is on the reader. So we can't call Py_DECREF on it when we have our
PythonCallback function. One way to do it is to assume that reified
SBInputReaders always have a Python callback (and always call Py_DECREF).
Another one is to add methods or properties to SBInputReader (or make the
m_callback_function property public).

llvm-svn: 162356
2012-08-22 13:25:10 +00:00
..
2011-06-24 00:21:36 +00:00
2011-06-27 22:55:51 +00:00
2011-06-28 20:57:22 +00:00
2012-06-04 23:19:54 +00:00
2012-06-04 23:19:54 +00:00
2012-06-04 23:19:54 +00:00