llvm-project/lldb/scripts/interface
Adrian Prantl 431b158400 Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
This patch extends the SBAPI to allow for setting a breakpoint not
only at a specific line, but also at a specific (minimum) column. When
a column is specified, it will try to find an exact match or the
closest match on the same line that comes after the specified
location.

Differential Revision: https://reviews.llvm.org/D51461

llvm-svn: 341078
2018-08-30 15:11:00 +00:00
..
SBAddress.i Move AddressClass to private enums since API doesn't provide any functions to manage it. 2018-06-27 06:50:10 +00:00
SBAttachInfo.i
SBBlock.i
SBBreakpoint.i Make breakpoint names real entities. 2017-09-14 20:22:49 +00:00
SBBreakpointLocation.i Add an auto-continue flag to breakpoints & locations. 2017-08-03 18:13:24 +00:00
SBBreakpointName.i Wire up the breakpoint name help string. 2017-09-15 00:52:35 +00:00
SBBroadcaster.i
SBCommandInterpreter.i Allow specifying an exit code for the 'quit' command 2018-07-11 17:18:01 +00:00
SBCommandReturnObject.i
SBCommunication.i
SBCompileUnit.i
SBData.i
SBDebugger.i Add SBDebugger::GetBuildConfiguration and use it to skip an XML test 2018-02-19 15:06:28 +00:00
SBDeclaration.i
SBError.i
SBEvent.i
SBExecutionContext.i
SBExpressionOptions.i
SBFileSpec.i
SBFileSpecList.i
SBFrame.i Teach SBFrame how to guess its language. 2017-04-12 00:19:54 +00:00
SBFunction.i
SBHostOS.i
SBInstruction.i Move AddressClass to private enums since API doesn't provide any functions to manage it. 2018-06-27 06:50:10 +00:00
SBInstructionList.i [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure. 2017-05-04 11:34:42 +00:00
SBLanguageRuntime.i
SBLaunchInfo.i
SBLineEntry.i
SBListener.i
SBMemoryRegionInfo.i
SBMemoryRegionInfoList.i
SBModule.i Add new API to SBTarget and SBModule classes. 2018-07-03 14:22:44 +00:00
SBModuleSpec.i
SBPlatform.i
SBProcess.i Add a way to load an image using a library name and list of paths. 2018-06-28 20:02:11 +00:00
SBProcessInfo.i Expose process instance info via SB API 2017-08-01 07:34:26 +00:00
SBQueue.i
SBQueueItem.i
SBSection.i LLDB: API for iPermission of object file's sections 2016-09-08 12:22:56 +00:00
SBSourceManager.i add stop column highlighting support 2016-09-21 20:13:14 +00:00
SBStream.i
SBStringList.i
SBStructuredData.i Added new API to SBStructuredData class 2017-05-29 08:25:46 +00:00
SBSymbol.i Fix typos in documentation. 2017-07-19 09:35:58 +00:00
SBSymbolContext.i Fix a single typo in SBSymbolContext 2018-06-27 06:46:09 +00:00
SBSymbolContextList.i
SBTarget.i Support setting a breakpoint by FileSpec+Line+Column in the SBAPI. 2018-08-30 15:11:00 +00:00
SBThread.i Improve SBThread's stepping API using SBError parameter. 2018-06-20 21:43:16 +00:00
SBThreadCollection.i
SBThreadPlan.i
SBTrace.i Initial implementation of SB APIs for Tracing support. 2017-04-26 08:48:50 +00:00
SBTraceOptions.i Initial implementation of SB APIs for Tracing support. 2017-04-26 08:48:50 +00:00
SBType.i Add SBType::GetArrayType() such that - given a type - one can make an array (of a given size) of that type 2016-08-30 20:39:58 +00:00
SBTypeCategory.i
SBTypeEnumMember.i
SBTypeFilter.i
SBTypeFormat.i
SBTypeNameSpecifier.i
SBTypeSummary.i
SBTypeSynthetic.i
SBUnixSignals.i
SBValue.i Add children and child[N] properties to SBValue.i. 2018-05-04 01:31:47 +00:00
SBValueList.i
SBVariablesOptions.i
SBWatchpoint.i