llvm-project/lldb/scripts/Python
Zachary Turner a7cd16b252 Revert part of r239007 related to creating the Python symlink.
This has apparently been broken since June, but only on non-Windows.
Perhaps nobody noticed it because if the symlink is already there
it won't try to re-create it, and nobody ever tried doing a clean
build.

In any case, I will let the original author attempt to fix this if
he is still interested.  the problem is that in the normal case
of not setting BUILD_SHARED_LIBS and simply running ninja, it would
link _lldb.so to a non-existent location, creating a dangling
symlink.

llvm-svn: 251840
2015-11-02 22:13:13 +00:00
..
android android: add a command script to help display mixed Java/native backtraces. 2014-09-23 16:28:01 +00:00
modules Python: follow python guidelines for header usage 2015-10-19 01:16:17 +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 Add language option in -gdb-show command (MI) 2015-04-28 12:51:16 +00:00
buildSwigPython.py Run py2to3 on lldb/scripts folder. 2015-10-19 23:45:25 +00:00
finish-swig-Python-LLDB.sh Rename argdumper to lldb-argdumper 2015-10-29 05:07:12 +00:00
finishSwigPythonLLDB.py Revert part of r239007 related to creating the Python symlink. 2015-11-02 22:13:13 +00:00
modify-python-lldb.py Update swig generation scripts to support Python 3. 2015-10-06 21:11:28 +00:00
python-extensions.swig Change swig interface files to use PythonDataObjects. 2015-10-14 16:59:32 +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 Convert SWIG typemap string operations to PythonObjects. 2015-10-16 17:51:49 +00:00
python-wrapper.swig [SBValue] Add a method GetNumChildren(uint32_t max) 2015-10-21 19:28:08 +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