summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
AgeCommit message (Expand)Author
2016-01-25Fix more occurrences of string/bytes/bytearray in swig typemaps.Zachary Turner
2016-01-25Fix swig typemap for SBEvent.Zachary Turner
2016-01-15Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.Zachary Turner
2016-01-13Get rid of const char** typemaps.Zachary Turner
2016-01-13Fix TestProcessLaunch for Python 3.Zachary Turner
2016-01-13Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata
2016-01-11Fix Python 3 issues related to OS plugins.Zachary Turner
2015-12-18__ne__ is the actual Python operator; __neq__ is a typoEnrico Granata
2015-12-11Change finishSwigPythonLLDB.py to copy six.py instead of simlink itTed Woodward
2015-11-20Remove `lldb.root` and just look for the file we care about.Zachary Turner
2015-11-19Revert "prepare_bindings.py: enable static bindings"Todd Fiala
2015-11-18Remove superseded buildSwigWrapperClasses.py and buildSwigPython.py classesTodd Fiala
2015-11-18Remove the scripts/Python/build-swig-Python.sh script.Todd Fiala
2015-11-18Fix some issues with swig & string conversion.Zachary Turner
2015-11-18prepare_bindings.py: enable static bindingsTodd Fiala
2015-11-17Add Pythonic language binding wrapper generation script.Todd Fiala
2015-11-16Insert the SWIG version into LLDB's __init__.pyZachary Turner
2015-11-16Python3 - Fix some issues related to `PythonFile` class.Zachary Turner
2015-11-15Allow to override python-config executable name from command lineBruce Mitchener
2015-11-13Delete `PyObjectToString` and use `PythonObject::Str()`.Zachary Turner
2015-11-12Finish PyCallable -> PythonCallable conversion.Zachary Turner
2015-11-12Fix non-Windows build after r252906.Zachary Turner
2015-11-12Begin converting uses of PyCallable to PythonCallable.Zachary Turner
2015-11-11Remove `FindSessionDictionary` and rely on PythonDataObjects.Zachary Turner
2015-11-11Convert python-wrapper.swig to use PythonDataObjects.Zachary Turner
2015-11-11Symlink the `six` module during swig generation.Zachary Turner
2015-11-10Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton
2015-11-09Use PythonDataObjects in swig helper functions.Zachary Turner
2015-11-07Remove a debug print statement.Zachary Turner
2015-11-07Python 3 - Use __bool__() instead of __nonzero__() for truthiness.Zachary Turner
2015-11-06[swig] Remove check_lldb_swig_executable_file_exists.Bruce Mitchener
2015-11-05[swig] Start of pylint on python build scripts.Bruce Mitchener
2015-11-04Revert "Python 3 - Don't add the _d suffix to the symlink on Windows."Zachary Turner
2015-11-04Python 3 - Don't add the _d suffix to the symlink on Windows.Zachary Turner
2015-11-02Revert part of r239007 related to creating the Python symlink.Zachary Turner
2015-10-29Rename argdumper to lldb-argdumperTodd Fiala
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra
2015-10-19Run py2to3 on lldb/scripts folder.Zachary Turner
2015-10-19Python: follow python guidelines for header usageSaleem Abdulrasool
2015-10-16Make swig generation python scripts python 3 compatible.Zachary Turner
2015-10-16Convert SWIG typemap string operations to PythonObjects.Zachary Turner
2015-10-16Update SWIG typemaps to use `PythonFile`.Zachary Turner
2015-10-14Change swig interface files to use PythonDataObjects.Zachary Turner
2015-10-06Simple readline functionality for interactive python on linux.Ryan Brown
2015-10-06Update swig generation scripts to support Python 3.Zachary Turner
2015-09-04Convert "long" input to "long long" in typemap for lldb::tid_t.Siva Chandra
2015-09-02We want Python int or long to both be usable as-a tid_t for API purposes. Int...Enrico Granata
2015-07-01[Python] Allow PyLong values in integer lists (when converting to C lists)Siva Chandra
2015-06-25[LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func.Siva Chandra
2015-06-04[lldb] Enable building with Cmake/BUILD_SHARED_LIBSAndrew Wilkins