summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Scripts] Move android script from underneath Python dirJonas Devlieghere2020-01-102-265/+0
* [lldb/Scripts] Remove remote-build.pyJonas Devlieghere2020-01-101-312/+0
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-095-2347/+0
* [lldb/SWIG] Refactor extensions to be non Python-specific (3/3)Jonas Devlieghere2020-01-081-253/+4
* [lldb/SWIG] Refactor extensions to be non Python-specific (2/2)Jonas Devlieghere2020-01-081-272/+4
* [lldb/SWIG] Refactor extensions to be non Python-specificJonas Devlieghere2020-01-081-13/+0
* Revert "Re-land "[lldb/Lua] Add string conversion operator for SBTarget.""Jonas Devlieghere2020-01-071-0/+12
* Re-land "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere2020-01-071-12/+0
* Revert "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere2020-01-071-0/+12
* [lldb/Lua] Add string conversion operator for SBTarget.Jonas Devlieghere2020-01-071-12/+0
* [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-282-332/+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-251-2/+15
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-223-224/+45
* 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
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-151-0/+16
* 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-091-0/+63
* [lldb] Unifying lldb python pathHaibo Huang2019-10-071-92/+1
* [lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil2019-10-041-28/+2
* [lldb] Fix typo in r373675Sam McCall2019-10-041-1/+1
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-031-1/+18
* [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
* new api class: SBFileLawrence D'Anna2019-10-031-1/+42
* 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
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-5/+4
* [lldb] Move swig call from python code to cmakeHaibo Huang2019-09-251-396/+0
* prepare_binding_Python: print readable errors if SWIG failsJonas Devlieghere2019-09-201-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-241-309/+0
* [lldb][swig] Fix autodocs flag parsingJordan Rupprecht2019-07-181-1/+1
* [swig] Enable autodoc featureJonas Devlieghere2019-07-181-0/+1
* Kill modify-python-lldb.pyPavel Labath2019-04-242-188/+0
* modify-python-lldb: Remove \a-removing codePavel Labath2019-04-231-4/+0
* modify-python-lldb.py: Remove docstring formatting codePavel Labath2019-04-211-15/+1
* [Shell] Simplify Extracting Python VersionJonas Devlieghere2019-04-181-2/+1
* modify-python-lldb.py: Remove ifdef SWIG-removing codePavel Labath2019-04-081-13/+4
OpenPOWER on IntegriCloud