aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/finishSwigPythonLLDB.py
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-58/+204
2016-08-31Fixup TestPyObjSynthProvider.py and enable it againPavel Labath1-0/+1
2016-04-25Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is usedFrancis Ricci1-6/+36
2016-03-18Fix a build issue where the python module could become stale.Zachary Turner1-4/+17
2015-12-11Change finishSwigPythonLLDB.py to copy six.py instead of simlink itTed Woodward1-11/+26
2015-11-11Symlink the `six` module during swig generation.Zachary Turner1-22/+43
2015-11-05[swig] Start of pylint on python build scripts.Bruce Mitchener1-330/+328
2015-11-04Revert "Python 3 - Don't add the _d suffix to the symlink on Windows."Zachary Turner1-4/+2
2015-11-04Python 3 - Don't add the _d suffix to the symlink on Windows.Zachary Turner1-2/+4
2015-11-02Revert part of r239007 related to creating the Python symlink.Zachary Turner1-9/+0
2015-10-29Rename argdumper to lldb-argdumperTodd Fiala1-8/+8
2015-10-19Run py2to3 on lldb/scripts folder.Zachary Turner1-16/+16
2015-10-16Make swig generation python scripts python 3 compatible.Zachary Turner1-26/+26
2015-06-04[lldb] Enable building with Cmake/BUILD_SHARED_LIBSAndrew Wilkins1-0/+9
2015-04-22Use the debugginess of the python interpreter when symlinking _lldb.pyd.Zachary Turner1-2/+4
2015-04-03Don't use literal slashes when concatenating paths in Python.Zachary Turner1-38/+34
2015-03-23Remove non-standard Environment header sectionEd Maste1-5/+0
2015-03-23Use .so library extension by default if platform is not Windows or DarwinEd Maste1-3/+3
2015-03-23Fix whitespace in finishSwigWrapperClasses.pyEd Maste1-659/+659
2015-02-26[swig] Fix some typos in the build scripts.Bruce Mitchener1-1/+1
2015-02-18Fix make_symlink in case when symlink already exists (after r229517)Ilia K1-0/+2
2015-02-18Fix typo in make_symlink after r229517. It fixes symlinks on a UNIX style pla...Ilia K1-1/+0
2015-02-17Fix argdumper build in cmake (OS X) after r228636Ilia K1-127/+188
2015-02-13Fix build: revert r229148 "Fix argdumper build in cmake (OS X) after r228636"...Ilia K1-172/+123
2015-02-13Fix build: make_symlink_darwin_debug passes 2 arguments into make_symlink, bu...Ilia K1-1/+1
2015-02-13Fix argdumper build in cmake (OS X) after r228636Ilia K1-123/+172
2015-01-26Fix darwin-debug build in cmake (OS X)Zachary Turner1-2/+58
2014-07-17Create an _d suffixed symlink when doing a debug Windows build.Zachary Turner1-1/+8
2014-07-10Get the python scripting interface working on Windows.Zachary Turner1-7/+4
2014-07-10Add better logging to the new Python-based SWIG generation scripts.Zachary Turner1-10/+30
2014-07-01This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal1-0/+624