aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-03modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath14-36/+117
2019-04-02Make operator==s consistent between c++ and python APIsPavel Labath7-45/+34
2019-03-29[Cmake] Unify python variablesJonas Devlieghere1-2/+0
2019-03-29[Python] Remove readline moduleJonas Devlieghere4-128/+0
2019-03-28Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".Jim Ingham1-10/+5
2019-03-26python 2/3 compat: commands vs subprocessSerge Guelton1-2/+2
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton6-48/+50
2019-03-21Workaround Python's map difference between Python2/3Serge Guelton1-2/+4
2019-03-21Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton2-6/+4
2019-03-13Fix/unify SBType comparisonPavel Labath2-1/+4
2019-03-11Add "operator bool" to SB APIsPavel Labath57-18/+124
2019-03-04[build] Rename clang-headers to clang-resource-headersShoaib Meenai1-1/+1
2019-02-27Insert blocks of python code with swig instead of modify-python-lldb.pyPavel Labath4-125/+98
2019-02-21[Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere3-26/+2
2019-02-15Embed swig version into lldb.py in a different wayPavel Labath2-22/+16
2019-02-07use_lldb_suite.py: Fix potential infinite loopPavel Labath1-3/+4
2019-02-05[Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov1-1/+13
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth68-272/+204
2019-01-09[Python] Update PyString_FromString() to work for python 2 and 3.Davide Italiano2-10/+3
2019-01-04[CMake] Python bindings generation polishingStefan Granitz1-25/+20
2018-12-20[lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek1-1/+1
2018-12-20Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha1-0/+3
2018-12-20[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek1-0/+18
2018-12-06Make scripts/analyzer-project-deps compatible with python3Pavel Labath1-19/+19
2018-12-03[Reproducers] Change how reproducers are initialized.Jonas Devlieghere3-3/+28
2018-11-30[Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov1-0/+3
2018-11-27[Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere1-2/+2
2018-11-15Add setting to require hardware breakpoints.Jonas Devlieghere1-0/+3
2018-11-13Add GDB remote packet reproducer.Jonas Devlieghere1-24/+30
2018-11-12Remove the last CURRENT_ARCH reference in Xcode's build scripts.Frederic Riss1-1/+1
2018-11-04Update framework-header-fix to force system sedDave Lee1-5/+8
2018-11-02Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit.Jim Ingham1-0/+8