summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove Xcode project legacyStefan Granitz2019-07-241-309/+0
* [lldb][swig] Fix autodocs flag parsingJordan Rupprecht2019-07-181-1/+1
* [swig] Enable autodoc featureJonas Devlieghere2019-07-181-0/+1
* Kill modify-python-lldb.pyPavel Labath2019-04-242-188/+0
* modify-python-lldb: Remove \a-removing codePavel Labath2019-04-231-4/+0
* modify-python-lldb.py: Remove docstring formatting codePavel Labath2019-04-211-15/+1
* [Shell] Simplify Extracting Python VersionJonas Devlieghere2019-04-181-2/+1
* modify-python-lldb.py: Remove ifdef SWIG-removing codePavel Labath2019-04-081-13/+4
* modify-python-lldb.py: Insert initialization code with swig insteadPavel Labath2019-04-051-7/+0
* modify-python-lldb.py: (Re)move __len__ and __iter__ supportPavel Labath2019-04-041-100/+3
* modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath2019-04-031-35/+4
* Make operator==s consistent between c++ and python APIsPavel Labath2019-04-021-43/+8
* [Python] Remove readline moduleJonas Devlieghere2019-03-293-125/+0
* Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".Jim Ingham2019-03-281-10/+5
* Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2019-03-211-11/+13
* Fix/unify SBType comparisonPavel Labath2019-03-131-1/+0
* Add "operator bool" to SB APIsPavel Labath2019-03-111-15/+0
* Insert blocks of python code with swig instead of modify-python-lldb.pyPavel Labath2019-02-271-125/+0
* Embed swig version into lldb.py in a different wayPavel Labath2019-02-151-22/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Python] Update PyString_FromString() to work for python 2 and 3.Davide Italiano2019-01-092-10/+3
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-311-0/+46
* Revert r345686 due to build failuresKuba Mracek2018-10-311-46/+0
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-311-0/+46
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-311-46/+0
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-311-0/+46
* [Swig] Merge typemaps with same bodiesTatyana Krasnukha2018-09-251-196/+53
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-132-0/+109
* Remove undefined behavior around the use of StateTypeShafik Yaghmour2018-09-111-0/+20
* Hold GIL while allocating memory for PythonString.Tatyana Krasnukha2018-09-051-0/+82
* Fix and simplify lldb.command decoratorDave Lee2018-07-041-19/+8
* Python: adjust the include directoriesSaleem Abdulrasool2018-06-041-6/+5
* build: use cmake to find the libedit contentSaleem Abdulrasool2018-05-221-1/+4
* Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda2017-12-221-1/+2
* Make breakpoint names real entities.Jim Ingham2017-09-142-0/+22
* Fix a python object leak in SWIG glue.Zachary Turner2017-06-211-1/+2
* 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
OpenPOWER on IntegriCloud