summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
AgeCommit message (Expand)Author
2019-04-05modify-python-lldb.py: Insert initialization code with swig insteadPavel Labath
2019-04-04modify-python-lldb.py: (Re)move __len__ and __iter__ supportPavel Labath
2019-04-03modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath
2019-04-02Make operator==s consistent between c++ and python APIsPavel Labath
2019-03-29[Python] Remove readline moduleJonas Devlieghere
2019-03-28Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".Jim Ingham
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton
2019-03-13Fix/unify SBType comparisonPavel Labath
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-02-27Insert blocks of python code with swig instead of modify-python-lldb.pyPavel Labath
2019-02-15Embed swig version into lldb.py in a different wayPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-09[Python] Update PyString_FromString() to work for python 2 and 3.Davide Italiano
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek
2018-10-31Revert r345686 due to build failuresKuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek
2018-09-25[Swig] Merge typemaps with same bodiesTatyana Krasnukha
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham
2018-09-11Remove undefined behavior around the use of StateTypeShafik Yaghmour
2018-09-05Hold GIL while allocating memory for PythonString.Tatyana Krasnukha
2018-07-04Fix and simplify lldb.command decoratorDave Lee
2018-06-04Python: adjust the include directoriesSaleem Abdulrasool
2018-05-22build: use cmake to find the libedit contentSaleem Abdulrasool
2017-12-22Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda
2017-09-14Make breakpoint names real entities.Jim Ingham
2017-06-21Fix a python object leak in SWIG glue.Zachary Turner
2017-02-04Install six.py conditionallyKamil Rytarowski
2016-12-17Fix the cmake declaration syntaxSylvestre Ledru
2016-12-17Support of lldb on Kfreebsd Sylvestre Ledru
2016-12-16Fix broken escaping of commands in the buildLuke Drummond
2016-12-05Clean up some use of __ANDROID_NDK__ in the cmake filesPavel Labath
2016-10-27[CMake] Rename lldb-launcher to darwin-debugChris Bieneman
2016-10-13Fix Python binding generation build step on WindowsVadim Macagon
2016-09-21[CMake] Initial support for LLDB.frameworkChris Bieneman
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-31Fixup TestPyObjSynthProvider.py and enable it againPavel Labath
2016-08-30Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata
2016-06-24Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...Greg Clayton
2016-06-24Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata
2016-04-25Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is usedFrancis Ricci
2016-04-08Fix #ifdef __APPLE__ code is the swig Python bindingsTodd Fiala
2016-03-18Fix a build issue where the python module could become stale.Zachary Turner
2016-03-11Check for a NULL input filehandle before referencing it.Jim Ingham
2016-03-11Fix SBDebugger.GetOutputFileHandle() on OS X.Jim Ingham
2016-02-12Adjust for Python-3.Siva Chandra
2016-02-10Change lldb.value.__int__() so that it takes into account the signedness of t...Enrico Granata
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2016-01-25Fix some issues with bytes and strings in Python 3.Zachary Turner