summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Scripts] Remove SWIG botJonas Devlieghere2020-01-135-621/+0
* [lldb/Scripts] Move android script from underneath Python dirJonas Devlieghere2020-01-102-26/+0
* [lldb/Scripts] Remove remote-build.pyJonas Devlieghere2020-01-101-312/+0
* [lldb/Scripts] Remove buildbot.pyJonas Devlieghere2020-01-101-196/+0
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-0977-13692/+0
* [lldb/SWIG] Add missing '\' in macros againJonas Devlieghere2020-01-091-2/+2
* [lldb/SWIG] Refactor extensions to be non Python-specific (3/3)Jonas Devlieghere2020-01-0818-253/+59
* [lldb/SWIG] Refactor extensions to be non Python-specific (2/2)Jonas Devlieghere2020-01-0825-287/+95
* [lldb/SWIG] Refactor extensions to be non Python-specificJonas Devlieghere2020-01-084-14/+18
* [lldb/CMake] Only auto-enable Python when SWIG is foundJonas Devlieghere2020-01-071-7/+0
* Revert "Re-land "[lldb/Lua] Add string conversion operator for SBTarget.""Jonas Devlieghere2020-01-074-12/+12
* Re-land "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere2020-01-074-12/+12
* Revert "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere2020-01-074-12/+12
* [lldb/Lua] Add string conversion operator for SBTarget.Jonas Devlieghere2020-01-074-12/+12
* [Lldb/Lua] Generate Lua BindingsJonas Devlieghere2019-12-212-26/+71
* [lldb/SWIG] Modulerize lldb.swig so parts of it can be reused.Jonas Devlieghere2019-12-133-162/+161
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-111-3/+0
* [lldb/SWIG] Guard Python type map in SWIG interface by SWIGPYTHONJonas Devlieghere2019-12-091-5/+2
* [lldb/SWIG] Guard embedded Python code in SWIG interfaces by SWIGPYTHONJonas Devlieghere2019-12-0836-0/+82
* [LLDB][Python] remove ArgInfo::countLawrence D'Anna2019-11-041-4/+16
* [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-291-20/+22
* [lldb] move package generation from python to cmakeHaibo Huang2019-10-286-1104/+17
* [LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-271-5/+11
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-254-3/+37
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-224-224/+50
* convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_argsLawrence D'Anna2019-10-191-5/+10
* [LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna2019-10-191-4/+8
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-171-68/+0
* [lldb] move more things from python to cmakeHaibo Huang2019-10-161-237/+0
* [lldb] Creates _liblldb symlink from cmakeHaibo Huang2019-10-151-282/+0
* remove FILE* usage from SBStream.iLawrence D'Anna2019-10-151-1/+12
* convert SBDebugger::***FileHandle() wrappers to native files.Lawrence D'Anna2019-10-151-18/+33
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-152-0/+33
* remove FILE* bindings from SBInstruction.Lawrence D'Anna2019-10-142-2/+8
* remove FILE* usage from ReportEventState() and HandleProcessEvent()Lawrence D'Anna2019-10-142-3/+12
* update SBDebugger::SetInputFile() etc to work on native FilesLawrence D'Anna2019-10-101-0/+15
* 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