summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix typos in documentation.Bruce Mitchener2017-07-193-3/+3
* Make scripts/analyze-project-deps.py executablePavel Labath2017-06-291-1/+3
* [build system] If there's an OVERRIDE, don't guess the current SCM.Sean Callanan2017-06-272-0/+14
* Fix a python object leak in SWIG glue.Zachary Turner2017-06-211-1/+2
* [swig] Improve the native module import logicPavel Labath2017-06-151-1/+7
* Added new API to SBStructuredData classAbhishek Aggarwal2017-05-291-4/+21
* Add support for new (3.0.11+) swigsPavel Labath2017-05-231-1/+17
* Import sys in repo.py.Lang Hames2017-05-091-0/+1
* [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain2017-05-042-0/+6
* Initial implementation of SB APIs for Tracing support.Ravitheja Addepally2017-04-265-0/+82
* Teach SBFrame how to guess its language.Jim Ingham2017-04-121-0/+8
* [analyze deps] Show incoming and outgoing counts on island members.Zachary Turner2017-03-221-2/+13
* [analyze deps] Also show cycle islands.Zachary Turner2017-03-221-0/+14
* [deps script] Sort cycles by the difficulty of breaking.Zachary Turner2017-03-211-7/+30
* [analyze-project-deps.py] Add the ability to list all cycles.Zachary Turner2017-03-201-1/+77
* A few improvements to deps analysis scripts.Zachary Turner2017-03-061-26/+42
OpenPOWER on IntegriCloud