llvm-project/lldb/scripts/Python
Jason Molenda b4892cd266 Add a new SBThread::SafeToCallFunctions API; this calls over to
the SystemRuntime to check if a thread will have any problems 
performing an inferior function call so the driver can skip
making that function call on that thread.  Often the function
call can be executed on another thread instead.
<rdar://problem/16777874> 

llvm-svn: 208732
2014-05-13 22:02:48 +00:00
..
interface Add a new SBThread::SafeToCallFunctions API; this calls over to 2014-05-13 22:02:48 +00:00
modules * Rename PYTHON_INCLUDES to PYTHON_INC_DIR to match the similar declaration 2014-02-26 15:05:48 +00:00
Makefile Suppress python readline module under Linux to fix a seg fault. 2014-02-26 07:39:20 +00:00
build-swig-Python.sh If CMake finds a python interpreter, use it 2014-05-07 12:52:08 +00:00
finish-swig-Python-LLDB.sh If CMake finds a python interpreter, use it 2014-04-24 16:18:21 +00:00
modify-python-lldb.py Make sure that the lldb globals: 2012-12-10 19:18:23 +00:00
python-extensions.swig Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
python-swigsafecast.swig Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
python-typemaps.swig Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
python-wrapper.swig Make sure we don't try to print the SystemExit exception, or we will cause the containing process to exit() from under us 2014-02-18 20:00:20 +00:00