summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add API to support retrieving the formatters category for a specific languageEnrico Granata2015-12-181-0/+3
* Make it clear how you would get the pointee out of an SBValue withJim Ingham2015-12-041-0/+5
* Add documentation for SBTarget::CreateValueFromAddress.Jim Ingham2015-12-041-0/+18
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-201-0/+3
* Revert "FOO"Adrian McCarthy2015-11-201-3/+0
* FOOAdrian McCarthy2015-11-201-0/+3
* Add the ability (through the SB API & command line) to specify an addressJim Ingham2015-11-171-0/+3
* Python 3 - Use six in our embedded Python glue code.Zachary Turner2015-11-111-1/+1
* Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton2015-11-102-0/+9
* Add SBType::IsAnonymousType() and relative plumbing in the debugger internalsEnrico Granata2015-11-071-0/+3
* Make the language specifier to "break set" actually filter the names by their...Jim Ingham2015-11-061-0/+21
* Add calls to the SB API to access the multi-language formatter category featureEnrico Granata2015-10-271-0/+9
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-1/+16
* Added support for the "--repl" argument to LLDB. Sean Callanan2015-10-201-0/+3
* Make some more of the LLDB/SWIG/Python glue Python 3 aware.Zachary Turner2015-10-1612-48/+48
* Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.Adrian McCarthy2015-10-131-0/+2
* Add a doc string for ReturnFromFrame.Jim Ingham2015-10-121-0/+7
* SBTarget::Attach(SBAttachInfo &) was changed to not be asynchronous back in F...Greg Clayton2015-10-051-0/+5
* First part of an attempt to indicate to the user when they are Jason Molenda2015-07-291-0/+10
* Refactor Unix signals.Chaoren Lin2015-07-141-0/+3
* Add a version of SBTarget::EvaluateExpression that doesn't requireJim Ingham2015-07-071-0/+4
* Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata2015-07-063-0/+9
* Add const versions of SBFrame::GetFunctionName and SBFrame::IsInlined.Oleksiy Vyalov2015-06-251-1/+7
OpenPOWER on IntegriCloud