summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* modify-python-lldb.py: Insert initialization code with swig insteadPavel Labath2019-04-052-7/+10
* modify-python-lldb.py: (Re)move __len__ and __iter__ supportPavel Labath2019-04-043-106/+26
* modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath2019-04-0314-36/+117
* Make operator==s consistent between c++ and python APIsPavel Labath2019-04-027-45/+34
* [Cmake] Unify python variablesJonas Devlieghere2019-03-291-2/+0
* [Python] Remove readline moduleJonas Devlieghere2019-03-294-128/+0
* Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".Jim Ingham2019-03-281-10/+5
* python 2/3 compat: commands vs subprocessSerge Guelton2019-03-261-2/+2
* Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2019-03-216-48/+50
* Workaround Python's map difference between Python2/3Serge Guelton2019-03-211-2/+4
* Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton2019-03-212-6/+4
* Fix/unify SBType comparisonPavel Labath2019-03-132-1/+4
* Add "operator bool" to SB APIsPavel Labath2019-03-1157-18/+124
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
OpenPOWER on IntegriCloud