teak-llvm/lldb/scripts/Python
Todd Fiala d434a1d3e0 prepare_bindings.py: enable static bindings
Added a new flag, --allow-static-binding.  When specified,
if (and only if) the swig binary cannot be found, then the
LLDBWrapPython.cpp and lldb.py from the
scripts/Python/{static-binding-dir} are copied into the place where
swig would have generated them.

{static-binding-dir} defaults to static-binding, and can be
overridden with the --static-binding-dir command line argument.

The static bindings checked in are from r253424.

llvm-svn: 253448
2015-11-18 08:52:33 +00:00
..
android android: add a command script to help display mixed Java/native backtraces. 2014-09-23 16:28:01 +00:00
modules Allow to override python-config executable name from command line 2015-11-15 01:56:21 +00:00
static-binding prepare_bindings.py: enable static bindings 2015-11-18 08:52:33 +00:00
build-swig-Python.sh Add language option in -gdb-show command (MI) 2015-04-28 12:51:16 +00:00
buildSwigPython.py [swig] Remove check_lldb_swig_executable_file_exists. 2015-11-06 18:53:29 +00:00
finish-swig-Python-LLDB.sh Rename argdumper to lldb-argdumper 2015-10-29 05:07:12 +00:00
finishSwigPythonLLDB.py Symlink the six module during swig generation. 2015-11-11 17:59:34 +00:00
Makefile Suppress python readline module under Linux to fix a seg fault. 2014-02-26 07:39:20 +00:00
modify-python-lldb.py Insert the SWIG version into LLDB's __init__.py 2015-11-16 22:40:20 +00:00
prepare_binding_Python.py prepare_bindings.py: enable static bindings 2015-11-18 08:52:33 +00:00
python-extensions.swig Fixed TypeMemberFunctionImpl to not use clang types directly but use the new CompilerDecl class to do the job in an abstract way. 2015-11-10 17:47:04 +00:00
python-swigsafecast.swig Enable Python summaries to use custom SBTypeSummaryOptions if the user is so inclined. Updates to the webdoc will follow 2014-11-22 00:02:47 +00:00
python-typemaps.swig Python3 - Fix some issues related to PythonFile class. 2015-11-16 22:40:12 +00:00
python-wrapper.swig Delete PyObjectToString and use PythonObject::Str(). 2015-11-13 01:24:25 +00:00
remote-build.py Added remote-build.py and wired it into Xcode for Linux and MacOSX+Linux builds. 2015-02-03 01:50:39 +00:00
use_lldb_suite.py Python 3 - Use __bool__() instead of __nonzero__() for truthiness. 2015-11-07 01:08:25 +00:00