summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve SBThread's stepping API using SBError parameter.Alexander Polyakov2018-06-201-2/+32
* Add a script to setup codesigning on macOS.Frederic Riss2018-06-141-0/+57
* Add a new SBTarget::LoadCore() overload which surfaces errors if the load failsLeonard Mosescu2018-06-111-63/+69
* Change SWIG output directory when building LLDB.framework with CMakeAlex Langford2018-06-041-1/+1
* Python: adjust the include directoriesSaleem Abdulrasool2018-06-041-6/+5
* build: use cmake to find the libedit contentSaleem Abdulrasool2018-05-221-1/+4
* Enable Python API for OpenBSD.Zachary Turner2018-05-211-0/+3
* Add children and child[N] properties to SBValue.i.Jim Ingham2018-05-041-16/+50
* [Commands] Expose statistics through the SBAPI.Davide Italiano2018-04-161-0/+2
* Fix the install location of LLDBWrapPython.cpp when buildingAdrian Prantl2018-03-051-1/+3
* Add SBDebugger::GetBuildConfiguration and use it to skip an XML testPavel Labath2018-02-191-0/+2
* Remove an errant ^S Jim Ingham2018-02-071-1/+1
* Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda2017-12-221-1/+2
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-021-8/+0
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-0/+8
* Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda2017-11-021-8/+0
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-0/+8
* Fix LLVM_LINK_LLVM_DYLIB build (pr35053)Pavel Labath2017-10-311-2/+2
* Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda2017-10-171-3/+0
* Committing this for Larry D'Anna:Jason Molenda2017-10-171-0/+3
* Implement interactive command interruptionLeonard Mosescu2017-10-051-6/+8
* Revert patch r313904, as it breaks "command source" and in Jim Ingham2017-09-281-8/+6
* Change build-llvm.py and build-lldb-llvm-clang's patching mechanisms toJason Molenda2017-09-272-3/+3
* [LLDB] Implement interactive command interruptionAdrian McCarthy2017-09-211-6/+8
* Wire up the breakpoint name help string.Jim Ingham2017-09-151-0/+3
* Make breakpoint names real entities.Jim Ingham2017-09-147-6/+141
* Fixed a typo in the example (getName -> GetName)Jim Ingham2017-08-241-4/+4
* Expose active and available platform lists via SBDebugger APIVadim Macagon2017-08-091-0/+28
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-032-0/+8
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-022-0/+37
* Expose process instance info via SB APIVadim Macagon2017-08-013-0/+80
* [build-script] Bring in modernizations from downstream:Sean Callanan2017-07-312-8/+32
* [CMake] Rework construction of framework bundleChris Bieneman2017-07-251-0/+13
* Expose hit count via SBBreakpointLocation.Bruce Mitchener2017-07-191-0/+3
OpenPOWER on IntegriCloud