aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-091-77/+0
* [lldb/CMake] Only auto-enable Python when SWIG is foundJonas Devlieghere2020-01-071-7/+0
* [Lldb/Lua] Generate Lua BindingsJonas Devlieghere2019-12-211-26/+53
* [lldb] Unifying lldb python pathHaibo Huang2019-10-071-25/+0
* Componentize lldb/scripts to use with LLVM_DISTRIBUTION_COMPONENTSAntonio Afonso2019-10-041-1/+10
* [lldb] Excludes private headers from SWIG dependency.Haibo Huang2019-09-251-0/+6
* [lldb] Move swig call from python code to cmakeHaibo Huang2019-09-251-16/+24
* [lldb] [cmake] Fix installing Python modules on systems using /usr/libMichal Gorny2019-09-251-9/+12
* Revert "Fix swig python package path"Haibo Huang2019-09-201-6/+4
* Fix swig python package pathHaibo Huang2019-09-161-4/+6
* [SWIG] Deprecate SWIG 1.xJonas Devlieghere2019-07-161-0/+5
* Kill modify-python-lldb.pyPavel Labath2019-04-241-1/+0
* [Cmake] Unify python variablesJonas Devlieghere2019-03-291-2/+0
* [Python] Remove readline moduleJonas Devlieghere2019-03-291-3/+0
* [CMake] Python bindings generation polishingStefan Granitz2019-01-041-25/+20
* Revert "Stop building liblldb with CMake's framework functionality"Alex Langford2018-07-271-3/+3
* Stop building liblldb with CMake's framework functionalityAlex Langford2018-07-271-3/+3
* Change SWIG output directory when building LLDB.framework with CMakeAlex Langford2018-06-041-1/+1
* Fix the install location of LLDBWrapPython.cpp when buildingAdrian Prantl2018-03-051-1/+3
* Fix LLVM_LINK_LLVM_DYLIB build (pr35053)Pavel Labath2017-10-311-2/+2
* Install lldb Python module on Windows.Zachary Turner2017-01-061-6/+9
* Fix broken escaping of commands in the buildLuke Drummond2016-12-161-6/+7
* [CMake] Initial support for LLDB.frameworkChris Bieneman2016-09-211-8/+25
* Add CMake bits necessary for standalone buildKamil Rytarowski2016-05-121-0/+2
* Remove superseded buildSwigWrapperClasses.py and buildSwigPython.py classesTodd Fiala2015-11-181-1/+1
* Switched cmake build from using buildSwigWrapperClases.py to the cleaned up v...Todd Fiala2015-11-181-1/+2
* Symlink the `six` module during swig generation.Zachary Turner2015-11-111-0/+1
* Python 3 - Use __bool__() instead of __nonzero__() for truthiness.Zachary Turner2015-11-071-1/+2
* [cmake] Remove LLDB_ENABLE_PYTHON_SCRIPTS_SWIG_API_GENERATION.Bruce Mitchener2015-09-081-41/+18
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Add explicit dependency on headers to swig wrapper (cmake build)Ed Maste2015-05-281-0/+9
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-241-1/+1
* [CMake] Convert TABs to spaces.Zachary Turner2015-03-141-34/+34
* [CMake] Make LLDBWrapPython.cpp depend on the .swig files.Zachary Turner2015-03-131-5/+6
* [CMake] Don't automatically copy python27.dll.Zachary Turner2015-02-241-5/+0
* Change wildcard . to literal . in regex for copying python.Zachary Turner2015-01-221-1/+1
* Revert "Some fixes for linking Python on Windows."Zachary Turner2015-01-211-2/+1
* Some fixes for linking Python on Windows.Zachary Turner2015-01-211-1/+2
* Give lldb a clean null build.Nico Weber2015-01-161-2/+2
* When building on Windows, copy Python27(_d).dll to the output folder.Zachary Turner2015-01-051-0/+5
* Find SWIG with CMakeIsmail Pazarbasi2014-11-181-2/+3
* Fix the Windows build by removing the unused lldb_python_module.cmake inclusi...Deepak Panickal2014-08-251-3/+6
* Use the designated PYTHON_EXECUTABLE during build.Zachary Turner2014-07-181-1/+1
* Create an _d suffixed symlink when doing a debug Windows build.Zachary Turner2014-07-171-8/+0
* Move the post-build step that creates lldb.py.Zachary Turner2014-07-101-0/+8
* Add better logging to the new Python-based SWIG generation scripts.Zachary Turner2014-07-101-0/+1
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-011-19/+36
* [cmake] Switch python install to use an 'install(DIRECTORY...)' cmakeChandler Carruth2014-06-161-1/+2
* If CMake finds a python interpreter, use itEd Maste2014-04-241-2/+2
* Add explict dependencies on swig .i files for cmake buildsEd Maste2014-04-031-0/+3