summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/finishSwigPythonLLDB.py
Commit message (Expand)AuthorAgeFilesLines
* [lldb] move package generation from python to cmakeHaibo Huang2019-10-281-332/+0
* [lldb] move more things from python to cmakeHaibo Huang2019-10-161-237/+0
* [lldb] Creates _liblldb symlink from cmakeHaibo Huang2019-10-151-282/+0
* Revert "[lldb] Calculate relative path for symbol links"Jim Ingham2019-10-091-4/+19
* [lldb] Unifying lldb python pathHaibo Huang2019-10-071-92/+1
* [lldb] Remove unused variables.Haibo Huang2019-10-031-5/+0
* [lldb] Calculate relative path for symbol linksHaibo Huang2019-10-031-17/+4
* Install six.py conditionallyKamil Rytarowski2017-02-041-1/+3
* [CMake] Rename lldb-launcher to darwin-debugChris Bieneman2016-10-271-40/+0
* [CMake] Initial support for LLDB.frameworkChris Bieneman2016-09-211-4/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-58/+204
* Fixup TestPyObjSynthProvider.py and enable it againPavel Labath2016-08-311-0/+1
* Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is usedFrancis Ricci2016-04-251-6/+36
* Fix a build issue where the python module could become stale.Zachary Turner2016-03-181-4/+17
* Change finishSwigPythonLLDB.py to copy six.py instead of simlink itTed Woodward2015-12-111-11/+26
* Symlink the `six` module during swig generation.Zachary Turner2015-11-111-22/+43
* [swig] Start of pylint on python build scripts.Bruce Mitchener2015-11-051-330/+328
* Revert "Python 3 - Don't add the _d suffix to the symlink on Windows."Zachary Turner2015-11-041-4/+2
* Python 3 - Don't add the _d suffix to the symlink on Windows.Zachary Turner2015-11-041-2/+4
* Revert part of r239007 related to creating the Python symlink.Zachary Turner2015-11-021-9/+0
* Rename argdumper to lldb-argdumperTodd Fiala2015-10-291-8/+8
* Run py2to3 on lldb/scripts folder.Zachary Turner2015-10-191-16/+16
* Make swig generation python scripts python 3 compatible.Zachary Turner2015-10-161-26/+26
* [lldb] Enable building with Cmake/BUILD_SHARED_LIBSAndrew Wilkins2015-06-041-0/+9
* Use the debugginess of the python interpreter when symlinking _lldb.pyd.Zachary Turner2015-04-221-2/+4
* Don't use literal slashes when concatenating paths in Python.Zachary Turner2015-04-031-38/+34
* Remove non-standard Environment header sectionEd Maste2015-03-231-5/+0
* Use .so library extension by default if platform is not Windows or DarwinEd Maste2015-03-231-3/+3
* Fix whitespace in finishSwigWrapperClasses.pyEd Maste2015-03-231-659/+659
* [swig] Fix some typos in the build scripts.Bruce Mitchener2015-02-261-1/+1
* Fix make_symlink in case when symlink already exists (after r229517)Ilia K2015-02-181-0/+2
* Fix typo in make_symlink after r229517. It fixes symlinks on a UNIX style pla...Ilia K2015-02-181-1/+0
* Fix argdumper build in cmake (OS X) after r228636Ilia K2015-02-171-127/+188
* Fix build: revert r229148 "Fix argdumper build in cmake (OS X) after r228636"...Ilia K2015-02-131-172/+123
* Fix build: make_symlink_darwin_debug passes 2 arguments into make_symlink, bu...Ilia K2015-02-131-1/+1
* Fix argdumper build in cmake (OS X) after r228636Ilia K2015-02-131-123/+172
* Fix darwin-debug build in cmake (OS X)Zachary Turner2015-01-261-2/+58
* Create an _d suffixed symlink when doing a debug Windows build.Zachary Turner2014-07-171-1/+8
* Get the python scripting interface working on Windows.Zachary Turner2014-07-101-7/+4
* Add better logging to the new Python-based SWIG generation scripts.Zachary Turner2014-07-101-10/+30
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-011-0/+624
OpenPOWER on IntegriCloud