summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* Remove `lldb.root` and just look for the file we care about.Zachary Turner2015-11-201-1/+1
* Revert "prepare_bindings.py: enable static bindings"Todd Fiala2015-11-193-83956/+7
* Remove superseded buildSwigWrapperClasses.py and buildSwigPython.py classesTodd Fiala2015-11-181-782/+0
* Remove the scripts/Python/build-swig-Python.sh script.Todd Fiala2015-11-181-378/+0
* Fix some issues with swig & string conversion.Zachary Turner2015-11-181-5/+16
* prepare_bindings.py: enable static bindingsTodd Fiala2015-11-183-7/+83956
* Add Pythonic language binding wrapper generation script.Todd Fiala2015-11-171-0/+435
* Insert the SWIG version into LLDB's __init__.pyZachary Turner2015-11-161-5/+30
* Python3 - Fix some issues related to `PythonFile` class.Zachary Turner2015-11-161-0/+5
* Allow to override python-config executable name from command lineBruce Mitchener2015-11-151-1/+2
* Delete `PyObjectToString` and use `PythonObject::Str()`.Zachary Turner2015-11-131-43/+12
* Finish PyCallable -> PythonCallable conversion.Zachary Turner2015-11-121-258/+88
* Fix non-Windows build after r252906.Zachary Turner2015-11-121-1/+1
* Begin converting uses of PyCallable to PythonCallable.Zachary Turner2015-11-121-213/+157
* Remove `FindSessionDictionary` and rely on PythonDataObjects.Zachary Turner2015-11-111-190/+140
* Convert python-wrapper.swig to use PythonDataObjects.Zachary Turner2015-11-111-99/+43
* Symlink the `six` module during swig generation.Zachary Turner2015-11-111-22/+43
* Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton2015-11-101-0/+14
* Use PythonDataObjects in swig helper functions.Zachary Turner2015-11-091-31/+31
* Remove a debug print statement.Zachary Turner2015-11-071-1/+0
* Python 3 - Use __bool__() instead of __nonzero__() for truthiness.Zachary Turner2015-11-072-1/+38
* [swig] Remove check_lldb_swig_executable_file_exists.Bruce Mitchener2015-11-061-33/+21
* [swig] Start of pylint on python build scripts.Bruce Mitchener2015-11-053-1059/+1053
* 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-292-13/+13
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-6/+27
* Run py2to3 on lldb/scripts folder.Zachary Turner2015-10-192-19/+19
* Python: follow python guidelines for header usageSaleem Abdulrasool2015-10-191-1/+5
* Make swig generation python scripts python 3 compatible.Zachary Turner2015-10-161-26/+26
* Convert SWIG typemap string operations to PythonObjects.Zachary Turner2015-10-161-32/+45
* Update SWIG typemaps to use `PythonFile`.Zachary Turner2015-10-161-12/+18
* Change swig interface files to use PythonDataObjects.Zachary Turner2015-10-142-82/+85
* Simple readline functionality for interactive python on linux.Ryan Brown2015-10-062-6/+55
* Update swig generation scripts to support Python 3.Zachary Turner2015-10-062-31/+35
* Convert "long" input to "long long" in typemap for lldb::tid_t.Siva Chandra2015-09-041-1/+1
* We want Python int or long to both be usable as-a tid_t for API purposes. Int...Enrico Granata2015-09-021-0/+12
* [Python] Allow PyLong values in integer lists (when converting to C lists)Siva Chandra2015-07-011-0/+32
* [LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func.Siva Chandra2015-06-251-2/+0
* [lldb] Enable building with Cmake/BUILD_SHARED_LIBSAndrew Wilkins2015-06-041-0/+9
* Add language option in -gdb-show command (MI)Ilia K2015-04-282-0/+4
* Add SBLaunchInfo in include/lldb/API/SBDefines.h and fix spacing in scripts/P...Ilia K2015-04-261-2/+2
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-2459-9837/+100
* Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy2015-04-231-0/+3
* Use the debugginess of the python interpreter when symlinking _lldb.pyd.Zachary Turner2015-04-221-2/+4
* Add properties to SBExecutionContext to access the several entities it stores...Enrico Granata2015-04-211-0/+15
* Don't use literal slashes when concatenating paths in Python.Zachary Turner2015-04-031-38/+34
* Turn off 'quit' confirmation in lldb-miIlia K2015-03-231-0/+6
* Fix missing interfaces to scripts/Python/interface after r229110, r231858 and...Ilia K2015-03-233-1/+28
OpenPOWER on IntegriCloud