aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
AgeCommit message (Expand)AuthorFilesLines
2020-01-10[lldb/Scripts] Move android script from underneath Python dirJonas Devlieghere2-265/+0
2020-01-10[lldb/Scripts] Remove remote-build.pyJonas Devlieghere1-312/+0
2020-01-09[lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere5-2347/+0
2020-01-08[lldb/SWIG] Refactor extensions to be non Python-specific (3/3)Jonas Devlieghere1-253/+4
2020-01-08[lldb/SWIG] Refactor extensions to be non Python-specific (2/2)Jonas Devlieghere1-272/+4
2020-01-08[lldb/SWIG] Refactor extensions to be non Python-specificJonas Devlieghere1-13/+0
2020-01-07Revert "Re-land "[lldb/Lua] Add string conversion operator for SBTarget.""Jonas Devlieghere1-0/+12
2020-01-07Re-land "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere1-12/+0
2020-01-07Revert "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere1-0/+12
2020-01-07[lldb/Lua] Add string conversion operator for SBTarget.Jonas Devlieghere1-12/+0
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna1-4/+16
2019-10-29[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna1-20/+22
2019-10-28[lldb] move package generation from python to cmakeHaibo Huang2-332/+17
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