summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-0966-10918/+0
* [lldb/SWIG] Refactor extensions to be non Python-specific (3/3)Jonas Devlieghere2020-01-0817-0/+55
* [lldb/SWIG] Refactor extensions to be non Python-specific (2/2)Jonas Devlieghere2020-01-0821-15/+39
* [lldb/SWIG] Refactor extensions to be non Python-specificJonas Devlieghere2020-01-081-1/+16
* 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
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-253-1/+22
* 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-151-0/+17
* 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
* allow arbitrary python streams to be converted to SBFileLawrence D'Anna2019-10-091-0/+44
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-032-0/+13
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-031-0/+18
* new api class: SBFileLawrence D'Anna2019-10-031-0/+38
* Fix some swig warningsPavel Labath2019-09-275-21/+3
* Revert "[swig] Add workaround for old swig"Jonas Devlieghere2019-07-161-5/+0
* [swig] Add workaround for old swigJonas Devlieghere2019-07-111-0/+5
* [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
* modify-python-lldb: Remove \a-removing codePavel Labath2019-04-234-19/+19
* modify-python-lldb.py: Remove docstring formatting codePavel Labath2019-04-212-64/+59
* Clean up docstrings in swig interface filesPavel Labath2019-04-1855-1824/+1563
* 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: (Re)move __len__ and __iter__ supportPavel Labath2019-04-041-0/+23
* modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath2019-04-0313-1/+113
* Make operator==s consistent between c++ and python APIsPavel Labath2019-04-025-0/+25
* Fix/unify SBType comparisonPavel Labath2019-03-131-0/+4
* Add "operator bool" to SB APIsPavel Labath2019-03-1155-0/+122
* Insert blocks of python code with swig instead of modify-python-lldb.pyPavel Labath2019-02-272-0/+78
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-212-25/+2
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-1/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1966-264/+198
* [lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek2018-12-201-1/+1
* Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha2018-12-201-0/+3
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-201-0/+18
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-032-3/+27
* [Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov2018-11-301-0/+3
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-2/+2
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-0/+3
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-24/+30
* Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit.Jim Ingham2018-11-021-0/+8
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-311-1/+7
OpenPOWER on IntegriCloud