summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* Install six.py conditionallyKamil Rytarowski2017-02-041-1/+3
* Fix the cmake declaration syntaxSylvestre Ledru2016-12-171-1/+1
* Support of lldb on Kfreebsd Sylvestre Ledru2016-12-171-1/+1
* Fix broken escaping of commands in the buildLuke Drummond2016-12-161-27/+29
* Clean up some use of __ANDROID_NDK__ in the cmake filesPavel Labath2016-12-051-1/+1
* [CMake] Rename lldb-launcher to darwin-debugChris Bieneman2016-10-272-41/+0
* Fix Python binding generation build step on WindowsVadim Macagon2016-10-131-4/+4
* [CMake] Initial support for LLDB.frameworkChris Bieneman2016-09-211-4/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-067-337/+544
* Fixup TestPyObjSynthProvider.py and enable it againPavel Labath2016-08-311-0/+1
* Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata2016-08-301-0/+1
* Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...Greg Clayton2016-06-241-0/+16
* Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata2016-06-242-5/+10
* Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is usedFrancis Ricci2016-04-251-6/+36
* Fix #ifdef __APPLE__ code is the swig Python bindingsTodd Fiala2016-04-081-2/+2
* Fix a build issue where the python module could become stale.Zachary Turner2016-03-181-4/+17
* Check for a NULL input filehandle before referencing it.Jim Ingham2016-03-111-8/+11
* Fix SBDebugger.GetOutputFileHandle() on OS X.Jim Ingham2016-03-112-2/+4
* Adjust for Python-3.Siva Chandra2016-02-121-5/+29
* Change lldb.value.__int__() so that it takes into account the signedness of t...Enrico Granata2016-02-101-3/+48
* Remove autoconf support from source directories.Eugene Zelenko2016-01-283-135/+0
* Fix some issues with bytes and strings in Python 3.Zachary Turner2016-01-251-3/+8
* Fix more occurrences of string/bytes/bytearray in swig typemaps.Zachary Turner2016-01-251-20/+44
* Fix swig typemap for SBEvent.Zachary Turner2016-01-251-6/+14
* Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.Zachary Turner2016-01-151-3/+6
* Get rid of const char** typemaps.Zachary Turner2016-01-131-70/+7
* Fix TestProcessLaunch for Python 3.Zachary Turner2016-01-131-21/+29
* Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata2016-01-131-1/+3
* Fix Python 3 issues related to OS plugins.Zachary Turner2016-01-111-9/+11
* __ne__ is the actual Python operator; __neq__ is a typoEnrico Granata2015-12-181-1/+1
* Change finishSwigPythonLLDB.py to copy six.py instead of simlink itTed Woodward2015-12-111-11/+26
* 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
OpenPOWER on IntegriCloud