summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface
Commit message (Expand)AuthorAgeFilesLines
* 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
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-061-0/+23
* Fix "lldb.SBProcess.is_stopped" and "lldb.SBProcess.is_running" to do the rig...Greg Clayton2016-07-051-3/+3
* fixits are apparently called fix-its.Jim Ingham2016-06-281-2/+2
* Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...Greg Clayton2016-06-243-0/+99
* Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham2016-04-281-0/+6
* Add missing swig wrappers for r264662Pavel Labath2016-03-291-0/+5
* Fix FILE * leak in Python APIStephane Sezer2016-03-251-5/+11
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-251-0/+9
* Add ThreadSanitizer debugging support.Kuba Brecka2016-03-231-0/+9
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-2/+46
* This patch stops lldb from loading a .lldbinit file from the currentJason Molenda2016-02-192-1/+7
* Adding an SBThread::StepInto that takes an end-line, also moved the code that...Jim Ingham2016-02-131-0/+11
* Add a note on how to create an empty target and use it to attach toJim Ingham2016-02-011-0/+10
* [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde2016-01-271-0/+3
* Fix some issues with bytes and strings in Python 3.Zachary Turner2016-01-251-1/+1
OpenPOWER on IntegriCloud