aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
AgeCommit message (Expand)AuthorFilesLines
2019-04-05modify-python-lldb.py: Insert initialization code with swig insteadPavel Labath1-7/+0
2019-04-04modify-python-lldb.py: (Re)move __len__ and __iter__ supportPavel Labath1-100/+3
2019-04-03modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath1-35/+4
2019-04-02Make operator==s consistent between c++ and python APIsPavel Labath1-43/+8
2019-03-29[Python] Remove readline moduleJonas Devlieghere3-125/+0
2019-03-28Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".Jim Ingham1-10/+5
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton1-11/+13
2019-03-13Fix/unify SBType comparisonPavel Labath1-1/+0
2019-03-11Add "operator bool" to SB APIsPavel Labath1-15/+0
2019-02-27Insert blocks of python code with swig instead of modify-python-lldb.pyPavel Labath1-125/+0
2019-02-15Embed swig version into lldb.py in a different wayPavel Labath1-22/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-09[Python] Update PyString_FromString() to work for python 2 and 3.Davide Italiano2-10/+3
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek1-0/+46
2018-10-31Revert r345686 due to build failuresKuba Mracek1-46/+0
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek1-0/+46
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek1-46/+0
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek1-0/+46
2018-09-25[Swig] Merge typemaps with same bodiesTatyana Krasnukha1-196/+53
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham2-0/+109
2018-09-11Remove undefined behavior around the use of StateTypeShafik Yaghmour1-0/+20
2018-09-05Hold GIL while allocating memory for PythonString.Tatyana Krasnukha1-0/+82
2018-07-04Fix and simplify lldb.command decoratorDave Lee1-19/+8
2018-06-04Python: adjust the include directoriesSaleem Abdulrasool1-6/+5
2018-05-22build: use cmake to find the libedit contentSaleem Abdulrasool1-1/+4
2017-12-22Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda1-1/+2
2017-09-14Make breakpoint names real entities.Jim Ingham2-0/+22
2017-06-21Fix a python object leak in SWIG glue.Zachary Turner1-1/+2
2017-02-04Install six.py conditionallyKamil Rytarowski1-1/+3
2016-12-17Fix the cmake declaration syntaxSylvestre Ledru1-1/+1
2016-12-17Support of lldb on Kfreebsd Sylvestre Ledru1-1/+1
2016-12-16Fix broken escaping of commands in the buildLuke Drummond1-27/+29
2016-12-05Clean up some use of __ANDROID_NDK__ in the cmake filesPavel Labath1-1/+1
2016-10-27[CMake] Rename lldb-launcher to darwin-debugChris Bieneman2-41/+0
2016-10-13Fix Python binding generation build step on WindowsVadim Macagon1-4/+4
2016-09-21[CMake] Initial support for LLDB.frameworkChris Bieneman1-4/+4
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone7-337/+544
2016-08-31Fixup TestPyObjSynthProvider.py and enable it againPavel Labath1-0/+1
2016-08-30Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata1-0/+1
2016-06-24Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...Greg Clayton1-0/+16
2016-06-24Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata2-5/+10
2016-04-25Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is usedFrancis Ricci1-6/+36
2016-04-08Fix #ifdef __APPLE__ code is the swig Python bindingsTodd Fiala1-2/+2
2016-03-18Fix a build issue where the python module could become stale.Zachary Turner1-4/+17
2016-03-11Check for a NULL input filehandle before referencing it.Jim Ingham1-8/+11
2016-03-11Fix SBDebugger.GetOutputFileHandle() on OS X.Jim Ingham2-2/+4
2016-02-12Adjust for Python-3.Siva Chandra1-5/+29
2016-02-10Change lldb.value.__int__() so that it takes into account the signedness of t...Enrico Granata1-3/+48
2016-01-28Remove autoconf support from source directories.Eugene Zelenko3-135/+0
2016-01-25Fix some issues with bytes and strings in Python 3.Zachary Turner1-3/+8