summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface
Commit message (Expand)AuthorAgeFilesLines
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-111-0/+9
* Add new API to SBTarget and SBModule classes.Alexander Polyakov2018-07-032-0/+34
* 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 new SBTarget::LoadCore() overload which surfaces errors if the load failsLeonard Mosescu2018-06-111-63/+69
* 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
* 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
* 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
* 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
* [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-144-6/+117
* 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-012-0/+78
* Expose hit count via SBBreakpointLocation.Bruce Mitchener2017-07-191-0/+3
* Fix typos in documentation.Bruce Mitchener2017-07-193-3/+3
* Added new API to SBStructuredData classAbhishek Aggarwal2017-05-291-4/+21
* [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain2017-05-042-0/+6
* Initial implementation of SB APIs for Tracing support.Ravitheja Addepally2017-04-264-0/+78
* Teach SBFrame how to guess its language.Jim Ingham2017-04-121-0/+8
* Add logging to SBThread::GetInfoItemByPathAsString toJason Molenda2017-02-021-6/+8
* Clean up the stop printing header lines.Jim Ingham2016-11-081-0/+9
* Add the ability to append breakpoints to the save file.Jim Ingham2016-09-221-1/+8
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-0/+63
* add stop column highlighting supportTodd Fiala2016-09-211-0/+7
* Adds tests for breakpoint names, and a FindBreakpointsByName.Jim Ingham2016-09-211-0/+3
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-202-0/+8
* First tests for serializing breakpoints.Jim Ingham2016-09-161-0/+6
* Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham2016-09-142-0/+35
* LLDB: API for iPermission of object file's sectionsAbhishek Aggarwal2016-09-081-0/+3
* Add SBType::GetArrayType() such that - given a type - one can make an array (...Enrico Granata2016-08-301-0/+3
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-193-2/+51
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-193-51/+2
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-193-2/+51
* Add a few more needed bits to the scripted thread plans.Jim Ingham2016-08-052-0/+6
* Add an API to unwind from a hand-called expression.Jim Ingham2016-07-081-0/+8
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-071-0/+3
OpenPOWER on IntegriCloud