teak-llvm/lldb/scripts/Python/interface
2015-04-23 20:00:25 +00:00
..
SBAddress.i Make it clear that the load_addr property on SBAddress relies on lldb.target, 2014-08-27 22:05:14 +00:00
SBAttachInfo.i Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp and SBAttachInfo.i. 2015-02-16 00:04:19 +00:00
SBBlock.i
SBBreakpoint.i Add the ability to tag one or more breakpoints with a name. These 2014-12-16 23:40:14 +00:00
SBBreakpointLocation.i Add the ability to set python breakpoint commands from the SBBreakpoint & SBBreakpointLocation API's. 2014-04-02 01:04:55 +00:00
SBBroadcaster.i
SBCommandInterpreter.i Factor resolution of abbreviations and aliases so that they can be tested directly. http://reviews.llvm.org/D9033 2015-04-23 20:00:25 +00:00
SBCommandReturnObject.i Second attempt at getting the PyCallable changes in trunk 2013-07-09 20:14:26 +00:00
SBCommunication.i
SBCompileUnit.i Add APIs on SBFunction and SBCompileUnit to inquire about the language type that the function/compile unit is defined in 2014-11-17 23:06:20 +00:00
SBData.i
SBDebugger.i [swig] Generate bindings for SBDebugger::*UseColor(). 2015-02-26 17:46:16 +00:00
SBDeclaration.i Fix mispelled 'ling' Python property to be 'line' in 2014-11-22 00:00:17 +00:00
SBError.i
SBEvent.i
SBExecutionContext.i Add properties to SBExecutionContext to access the several entities it stores in a more Pythonic fashion 2015-04-21 22:09:12 +00:00
SBExpressionOptions.i Add an option to suppress the persistent result variable when running EvaluateExpression 2014-08-08 21:45:36 +00:00
SBFileSpec.i Fix typos. 2014-07-01 21:22:11 +00:00
SBFileSpecList.i
SBFrame.i Revert "Revert "I had recently added a new SBFrame::GetVariables() overload with yet another bool argument"" 2015-02-17 17:55:50 +00:00
SBFunction.i Add APIs on SBFunction and SBCompileUnit to inquire about the language type that the function/compile unit is defined in 2014-11-17 23:06:20 +00:00
SBHostOS.i (no commit message) 2014-07-30 17:38:47 +00:00
SBInstruction.i
SBInstructionList.i
SBLaunchInfo.i Rename the "glob arguments" feature to "shell expand arguments" 2015-02-20 22:20:30 +00:00
SBLineEntry.i Fix mispelled 'ling' Python property to be 'line' in 2014-11-22 00:00:17 +00:00
SBListener.i Fix a few typos. 2014-06-27 02:42:12 +00:00
SBModule.i Fix missing interfaces to scripts/Python/interface after r229110, r231858 and r232891 2015-03-23 21:50:21 +00:00
SBModuleSpec.i
SBPlatform.i Extend SBPlatform with capability to launch/terminate a process remotely. Integrate this change into test framework in order to spawn processes on a remote target. 2015-02-04 23:19:15 +00:00
SBProcess.i Add a IsInstrumentationRuntimePresent SB API 2014-10-11 01:59:32 +00:00
SBQueue.i Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (serial or concurrent). 2014-03-13 02:54:54 +00:00
SBQueueItem.i Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent 2013-12-13 00:29:16 +00:00
SBSection.i Added functions to the C++ API, for the benefit of non-8-bit byte architectures. 2014-10-22 07:22:56 +00:00
SBSourceManager.i
SBStream.i Fix some typos: 2014-08-11 18:06:28 +00:00
SBStringList.i
SBSymbol.i
SBSymbolContext.i
SBSymbolContextList.i
SBTarget.i Fix missing interfaces to scripts/Python/interface after r229110, r231858 and r232891 2015-03-23 21:50:21 +00:00
SBThread.i LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction 2014-10-10 23:43:03 +00:00
SBThreadCollection.i Expose ThreadCollection in SB API 2014-09-06 01:21:19 +00:00
SBThreadPlan.i This checkin is the first step in making the lldb thread stepping mechanism more accessible from 2014-09-29 23:17:18 +00:00
SBType.i Add logic to ClangASTType and SBType to discover information about vector types 2015-01-28 22:18:02 +00:00
SBTypeCategory.i
SBTypeEnumMember.i Add support for inspecting enum members. 2014-06-02 20:55:29 +00:00
SBTypeFilter.i
SBTypeFormat.i Add a new way to bind a format to a type: by enum type 2013-12-28 08:44:02 +00:00
SBTypeNameSpecifier.i
SBTypeSummary.i Introduce the notion of "type summary options" as flags that can be passed down to individual summary formatters to alter their behavior in a formatter-dependent way 2014-11-06 21:23:20 +00:00
SBTypeSynthetic.i
SBUnixSignals.i Add SBUnixSignals.i 2014-06-23 20:49:41 +00:00
SBValue.i Introduce the notion of "runtime support values" 2015-02-11 02:35:39 +00:00
SBValueList.i Per off-list feedback, this API returns the *first* value with a given name, not the *only* one. Rename it to reflect that 2014-11-21 22:23:08 +00:00
SBVariablesOptions.i Revert "Revert "I had recently added a new SBFrame::GetVariables() overload with yet another bool argument"" 2015-02-17 17:55:50 +00:00
SBWatchpoint.i