summaryrefslogtreecommitdiff
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-091-8/+19
* SBFile: add a bunch of tests that should eventually work.Lawrence D'Anna2019-10-091-11/+11
* Revert "[lldb] Calculate relative path for symbol links"Jim Ingham2019-10-091-4/+19
* allow arbitrary python streams to be converted to SBFileLawrence D'Anna2019-10-092-0/+107
* [lldb] Unifying lldb python pathHaibo Huang2019-10-074-174/+7
* [lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil2019-10-041-28/+2
* Componentize lldb/scripts to use with LLVM_DISTRIBUTION_COMPONENTSAntonio Afonso2019-10-041-1/+10
* [lldb] Fix typo in r373675Sam McCall2019-10-041-1/+1
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-033-1/+31
* [lldb] Remove unused variables.Haibo Huang2019-10-031-5/+0
* [lldb] Calculate relative path for symbol linksHaibo Huang2019-10-031-17/+4
* "Fix" TestFileHandle.py on non-darwin platformsPavel Labath2019-10-031-0/+8
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-1/+1
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-031-0/+18
* new api class: SBFileLawrence D'Anna2019-10-033-1/+82
* File::Clear() -> File::TakeStreamAndClear()Lawrence D'Anna2019-10-011-3/+4
* Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham2019-09-281-1/+5
* Fix some swig warningsPavel Labath2019-09-275-21/+3
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-5/+4
* [lldb] Excludes private headers from SWIG dependency.Haibo Huang2019-09-251-0/+6
* [lldb] Move swig call from python code to cmakeHaibo Huang2019-09-253-629/+24
* [lldb] [cmake] Fix installing Python modules on systems using /usr/libMichal Gorny2019-09-252-10/+13
* prepare_binding_Python: print readable errors if SWIG failsJonas Devlieghere2019-09-201-4/+6
* Revert "Fix swig python package path"Haibo Huang2019-09-201-6/+4
* Fix command-script-import.test on linuxPavel Labath2019-09-181-4/+4
* Fix swig python package pathHaibo Huang2019-09-161-4/+6
* [Python] Implement __next__ for value_iterJonas Devlieghere2019-09-041-1/+4
* [Python] Implement truth testing for lldb.valueJonas Devlieghere2019-09-041-0/+3
* [Python] Fix whitespace before making changes (NFC)Jonas Devlieghere2019-09-041-164/+164
* [lldb] Remove Xcode project legacyStefan Granitz2019-07-2413-1761/+0
* Remove Xcode project remnantsJonas Devlieghere2019-07-221-56/+0
* [LLDB] Remove the Xcode projectJonas Devlieghere2019-07-221-251/+0
* [lldb][swig] Fix autodocs flag parsingJordan Rupprecht2019-07-181-1/+1
* [swig] Enable autodoc featureJonas Devlieghere2019-07-181-0/+1
* Revert "[swig] Add workaround for old swig"Jonas Devlieghere2019-07-161-5/+0
* [SWIG] Deprecate SWIG 1.xJonas Devlieghere2019-07-161-0/+5
* [swig] Add workaround for old swigJonas Devlieghere2019-07-111-0/+5
* [scripts] Remove the unused 'shush' script.Davide Italiano2019-07-101-64/+0
* [swig] Don't mess with swig internals.Jonas Devlieghere2019-07-0231-842/+287
* Revert "[swig] Define attribute(ref) instead of accessing swig internals."Jonas Devlieghere2019-07-0210-114/+289
* [swig] Define attribute(ref) instead of accessing swig internals.Jonas Devlieghere2019-07-0210-289/+114
* Make SBDebugger.RunCommandInterpreter callable from Python.Jim Ingham2019-05-151-0/+26
* Kill modify-python-lldb.pyPavel Labath2019-04-243-189/+0
* modify-python-lldb: Remove \a-removing codePavel Labath2019-04-235-23/+19
* modify-python-lldb.py: Remove docstring formatting codePavel Labath2019-04-213-79/+60
* Clean up docstrings in swig interface filesPavel Labath2019-04-1855-1824/+1563
* [Shell] Simplify Extracting Python VersionJonas Devlieghere2019-04-181-2/+1
* Docstringify some comments in the swig interface filesPavel Labath2019-04-103-4/+8
* Remove unneeded #ifdef SWIGsPavel Labath2019-04-091-3/+0
* modify-python-lldb.py: Remove ifdef SWIG-removing codePavel Labath2019-04-081-13/+4