summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* Insert blocks of python code with swig instead of modify-python-lldb.pyPavel Labath2019-02-274-125/+98
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-213-26/+2
* Embed swig version into lldb.py in a different wayPavel Labath2019-02-152-22/+16
* use_lldb_suite.py: Fix potential infinite loopPavel Labath2019-02-071-3/+4
* [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-1968-272/+204
* [Python] Update PyString_FromString() to work for python 2 and 3.Davide Italiano2019-01-092-10/+3
* [CMake] Python bindings generation polishingStefan Granitz2019-01-041-25/+20
* [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
* Make scripts/analyzer-project-deps compatible with python3Pavel Labath2018-12-061-19/+19
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-033-3/+28
* [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
* Remove the last CURRENT_ARCH reference in Xcode's build scripts.Frederic Riss2018-11-121-1/+1
* Update framework-header-fix to force system sedDave Lee2018-11-041-5/+8
* 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-312-1/+53
* Revert r345686 due to build failuresKuba Mracek2018-10-312-53/+1
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-312-1/+53
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-312-53/+1
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-312-1/+53
* [API] Extend the `SBThreadPlan` interfaceAleksandr Urakov2018-10-251-0/+3
* Fix double import of _lldb module.Vadim Chugunov2018-10-141-5/+5
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+3
* Add support for artificial tail call framesVedant Kumar2018-10-051-0/+11
* The Python 3 part of the script was missed when adding OpenBSD support.Brad Smith2018-10-041-2/+3
* [SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().Davide Italiano2018-09-281-0/+4
* [Swig] Merge typemaps with same bodiesTatyana Krasnukha2018-09-251-196/+53
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-135-0/+183
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-0/+7
* Remove undefined behavior around the use of StateTypeShafik Yaghmour2018-09-111-0/+20
* Hold GIL while allocating memory for PythonString.Tatyana Krasnukha2018-09-051-0/+82
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-0/+5
* [LLDB] Fix script to work with GNU sedShoaib Meenai2018-08-281-5/+6
* Add documentation for SBTarget::AppendImageSearchPathAlexander Polyakov2018-08-071-0/+3
* Add new API to SBTarget classAlexander Polyakov2018-08-071-0/+5
* Revert "Stop building liblldb with CMake's framework functionality"Alex Langford2018-07-271-3/+3
* Stop building liblldb with CMake's framework functionalityAlex Langford2018-07-271-3/+3
* Change sort-pbxproj.rb to find the project.pbxproj in the Jason Molenda2018-07-231-8/+18
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-111-0/+9
* Fix and simplify lldb.command decoratorDave Lee2018-07-041-19/+8
* Add new API to SBTarget and SBModule classes.Alexander Polyakov2018-07-032-0/+34
* Re-sort the lldb.xcodeproj project file and commit the scriptJason Molenda2018-07-031-0/+241
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-281-0/+13
* Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha2018-06-272-7/+1
* Fix a single typo in SBSymbolContextDave Lee2018-06-271-1/+1
OpenPOWER on IntegriCloud