teak-llvm/lldb/scripts/Python
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
..
interface A baton isn't needed to dispatch input. 2012-08-20 16:21:04 +00:00
build-swig-Python.sh Merge python-GIL bracnh (by filcab) back into trunk! 2012-08-18 04:14:54 +00:00
edit-swig-python-wrapper-file.py Fix remaining Python issues leftover from my previous patch. 2011-06-01 02:33:12 +00:00
finish-swig-Python-LLDB.sh Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts to be more clear. 2012-05-26 00:23:52 +00:00
modify-python-lldb.py Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API. 2012-03-16 21:55:42 +00:00
python-extensions.swig Added a typemap and wrappers for SBInputReader callbacks 2012-08-22 13:25:10 +00:00
python-typemaps.swig Added a typemap and wrappers for SBInputReader callbacks 2012-08-22 13:25:10 +00:00
python-wrapper.swig Added a typemap and wrappers for SBInputReader callbacks 2012-08-22 13:25:10 +00:00