aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
AgeCommit message (Expand)AuthorFilesLines
2019-10-27[LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna1-5/+11
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham1-2/+15
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna3-224/+45
2019-10-19convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_argsLawrence D'Anna1-5/+10
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna1-4/+8
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna1-68/+0
2019-10-16[lldb] move more things from python to cmakeHaibo Huang1-237/+0
2019-10-15[lldb] Creates _liblldb symlink from cmakeHaibo Huang1-282/+0
2019-10-15SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna1-0/+16
2019-10-09SBFile: add a bunch of tests that should eventually work.Lawrence D'Anna1-11/+11
2019-10-09Revert "[lldb] Calculate relative path for symbol links"Jim Ingham1-4/+19
2019-10-09allow arbitrary python streams to be converted to SBFileLawrence D'Anna1-0/+63
2019-10-07[lldb] Unifying lldb python pathHaibo Huang1-92/+1
2019-10-04[lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil1-28/+2
2019-10-04[lldb] Fix typo in r373675Sam McCall1-1/+1
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham1-1/+18
2019-10-03[lldb] Remove unused variables.Haibo Huang1-5/+0
2019-10-03[lldb] Calculate relative path for symbol linksHaibo Huang1-17/+4
2019-10-03"Fix" TestFileHandle.py on non-darwin platformsPavel Labath1-0/+8
2019-10-03factor out an abstract base class for FileLawrence D'Anna1-1/+1
2019-10-03new api class: SBFileLawrence D'Anna1-1/+42
2019-10-01File::Clear() -> File::TakeStreamAndClear()Lawrence D'Anna1-3/+4
2019-09-28Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham1-1/+5
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna1-5/+4
2019-09-25[lldb] Move swig call from python code to cmakeHaibo Huang1-396/+0
2019-09-20prepare_binding_Python: print readable errors if SWIG failsJonas Devlieghere1-4/+6
2019-09-04[Python] Implement __next__ for value_iterJonas Devlieghere1-1/+4
2019-09-04[Python] Implement truth testing for lldb.valueJonas Devlieghere1-0/+3
2019-09-04[Python] Fix whitespace before making changes (NFC)Jonas Devlieghere1-164/+164
2019-07-24[lldb] Remove Xcode project legacyStefan Granitz1-309/+0
2019-07-18[lldb][swig] Fix autodocs flag parsingJordan Rupprecht1-1/+1
2019-07-18[swig] Enable autodoc featureJonas Devlieghere1-0/+1
2019-04-24Kill modify-python-lldb.pyPavel Labath2-188/+0
2019-04-23modify-python-lldb: Remove \a-removing codePavel Labath1-4/+0
2019-04-21modify-python-lldb.py: Remove docstring formatting codePavel Labath1-15/+1
2019-04-18[Shell] Simplify Extracting Python VersionJonas Devlieghere1-2/+1
2019-04-08modify-python-lldb.py: Remove ifdef SWIG-removing codePavel Labath1-13/+4
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