aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts
AgeCommit message (Expand)AuthorFilesLines
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'Anna2-0/+107
2019-10-07[lldb] Unifying lldb python pathHaibo Huang4-174/+7
2019-10-04[lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil1-28/+2
2019-10-04Componentize lldb/scripts to use with LLVM_DISTRIBUTION_COMPONENTSAntonio Afonso1-1/+10
2019-10-04[lldb] Fix typo in r373675Sam McCall1-1/+1
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham3-1/+31
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-03SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna1-0/+18
2019-10-03new api class: SBFileLawrence D'Anna3-1/+82
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-27Fix some swig warningsPavel Labath5-21/+3
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna1-5/+4
2019-09-25[lldb] Excludes private headers from SWIG dependency.Haibo Huang1-0/+6
2019-09-25[lldb] Move swig call from python code to cmakeHaibo Huang3-629/+24
2019-09-25[lldb] [cmake] Fix installing Python modules on systems using /usr/libMichal Gorny2-10/+13
2019-09-20prepare_binding_Python: print readable errors if SWIG failsJonas Devlieghere1-4/+6
2019-09-20Revert "Fix swig python package path"Haibo Huang1-6/+4
2019-09-18Fix command-script-import.test on linuxPavel Labath1-4/+4
2019-09-16Fix swig python package pathHaibo Huang1-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 Granitz13-1761/+0
2019-07-22Remove Xcode project remnantsJonas Devlieghere1-56/+0
2019-07-22[LLDB] Remove the Xcode projectJonas Devlieghere1-251/+0
2019-07-18[lldb][swig] Fix autodocs flag parsingJordan Rupprecht1-1/+1
2019-07-18[swig] Enable autodoc featureJonas Devlieghere1-0/+1
2019-07-16Revert "[swig] Add workaround for old swig"Jonas Devlieghere1-5/+0
2019-07-16[SWIG] Deprecate SWIG 1.xJonas Devlieghere1-0/+5
2019-07-11[swig] Add workaround for old swigJonas Devlieghere1-0/+5
2019-07-10[scripts] Remove the unused 'shush' script.Davide Italiano1-64/+0
2019-07-02[swig] Don't mess with swig internals.Jonas Devlieghere31-842/+287
2019-07-02Revert "[swig] Define attribute(ref) instead of accessing swig internals."Jonas Devlieghere10-114/+289
2019-07-02[swig] Define attribute(ref) instead of accessing swig internals.Jonas Devlieghere10-289/+114
2019-05-15Make SBDebugger.RunCommandInterpreter callable from Python.Jim Ingham1-0/+26
2019-04-24Kill modify-python-lldb.pyPavel Labath3-189/+0
2019-04-23modify-python-lldb: Remove \a-removing codePavel Labath5-23/+19
2019-04-21modify-python-lldb.py: Remove docstring formatting codePavel Labath3-79/+60
2019-04-18Clean up docstrings in swig interface filesPavel Labath55-1824/+1563
2019-04-18[Shell] Simplify Extracting Python VersionJonas Devlieghere1-2/+1
2019-04-10Docstringify some comments in the swig interface filesPavel Labath3-4/+8
2019-04-09Remove unneeded #ifdef SWIGsPavel Labath1-3/+0
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 Labath2-7/+10
2019-04-04modify-python-lldb.py: (Re)move __len__ and __iter__ supportPavel Labath3-106/+26