aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Fix more occurrences of string/bytes/bytearray in swig typemaps.Zachary Turner1-20/+44
2016-01-25Fix swig typemap for SBEvent.Zachary Turner1-6/+14
2016-01-15Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.Zachary Turner1-3/+6
2016-01-13Get rid of const char** typemaps.Zachary Turner1-70/+7
2016-01-13Fix TestProcessLaunch for Python 3.Zachary Turner1-21/+29
2016-01-13Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata1-1/+3
2016-01-11Fix Python 3 issues related to OS plugins.Zachary Turner1-9/+11
2015-12-18__ne__ is the actual Python operator; __neq__ is a typoEnrico Granata1-1/+1
2015-12-11Change finishSwigPythonLLDB.py to copy six.py instead of simlink itTed Woodward1-11/+26
2015-11-20Remove `lldb.root` and just look for the file we care about.Zachary Turner1-1/+1
2015-11-19Revert "prepare_bindings.py: enable static bindings"Todd Fiala3-83956/+7
2015-11-18Remove superseded buildSwigWrapperClasses.py and buildSwigPython.py classesTodd Fiala1-782/+0
2015-11-18Remove the scripts/Python/build-swig-Python.sh script.Todd Fiala1-378/+0
2015-11-18Fix some issues with swig & string conversion.Zachary Turner1-5/+16
2015-11-18prepare_bindings.py: enable static bindingsTodd Fiala3-7/+83956
2015-11-17Add Pythonic language binding wrapper generation script.Todd Fiala1-0/+435
2015-11-16Insert the SWIG version into LLDB's __init__.pyZachary Turner1-5/+30
2015-11-16Python3 - Fix some issues related to `PythonFile` class.Zachary Turner1-0/+5
2015-11-15Allow to override python-config executable name from command lineBruce Mitchener1-1/+2
2015-11-13Delete `PyObjectToString` and use `PythonObject::Str()`.Zachary Turner1-43/+12
2015-11-12Finish PyCallable -> PythonCallable conversion.Zachary Turner1-258/+88
2015-11-12Fix non-Windows build after r252906.Zachary Turner1-1/+1
2015-11-12Begin converting uses of PyCallable to PythonCallable.Zachary Turner1-213/+157
2015-11-11Remove `FindSessionDictionary` and rely on PythonDataObjects.Zachary Turner1-190/+140
2015-11-11Convert python-wrapper.swig to use PythonDataObjects.Zachary Turner1-99/+43
2015-11-11Symlink the `six` module during swig generation.Zachary Turner1-22/+43
2015-11-10Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton1-0/+14
2015-11-09Use PythonDataObjects in swig helper functions.Zachary Turner1-31/+31
2015-11-07Remove a debug print statement.Zachary Turner1-1/+0
2015-11-07Python 3 - Use __bool__() instead of __nonzero__() for truthiness.Zachary Turner2-1/+38
2015-11-06[swig] Remove check_lldb_swig_executable_file_exists.Bruce Mitchener1-33/+21
2015-11-05[swig] Start of pylint on python build scripts.Bruce Mitchener3-1059/+1053
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 Fiala2-13/+13
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra1-6/+27
2015-10-19Run py2to3 on lldb/scripts folder.Zachary Turner2-19/+19
2015-10-19Python: follow python guidelines for header usageSaleem Abdulrasool1-1/+5
2015-10-16Make swig generation python scripts python 3 compatible.Zachary Turner1-26/+26
2015-10-16Convert SWIG typemap string operations to PythonObjects.Zachary Turner1-32/+45
2015-10-16Update SWIG typemaps to use `PythonFile`.Zachary Turner1-12/+18
2015-10-14Change swig interface files to use PythonDataObjects.Zachary Turner2-82/+85
2015-10-06Simple readline functionality for interactive python on linux.Ryan Brown2-6/+55
2015-10-06Update swig generation scripts to support Python 3.Zachary Turner2-31/+35
2015-09-04Convert "long" input to "long long" in typemap for lldb::tid_t.Siva Chandra1-1/+1
2015-09-02We want Python int or long to both be usable as-a tid_t for API purposes. Int...Enrico Granata1-0/+12
2015-07-01[Python] Allow PyLong values in integer lists (when converting to C lists)Siva Chandra1-0/+32
2015-06-25[LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func.Siva Chandra1-2/+0
2015-06-04[lldb] Enable building with Cmake/BUILD_SHARED_LIBSAndrew Wilkins1-0/+9