forked from OSchip/llvm-project
e1bb51789d
There was no way to find out what's wrong if SBProcess SBTarget::LoadCore(const char *core_file) failed. Additionally, the implementation was unconditionally setting sb_process, so it wasn't even possible to check if the return SBProcess is valid. This change adds a new overload which surfaces the errors and also returns a valid SBProcess only if the core load succeeds: SBProcess SBTarget::LoadCore(const char *core_file, SBError &error); Differential Revision: https://reviews.llvm.org/D48049 llvm-svn: 334439 |
||
---|---|---|
.. | ||
SBAddress.i | ||
SBAttachInfo.i | ||
SBBlock.i | ||
SBBreakpoint.i | ||
SBBreakpointLocation.i | ||
SBBreakpointName.i | ||
SBBroadcaster.i | ||
SBCommandInterpreter.i | ||
SBCommandReturnObject.i | ||
SBCommunication.i | ||
SBCompileUnit.i | ||
SBData.i | ||
SBDebugger.i | ||
SBDeclaration.i | ||
SBError.i | ||
SBEvent.i | ||
SBExecutionContext.i | ||
SBExpressionOptions.i | ||
SBFileSpec.i | ||
SBFileSpecList.i | ||
SBFrame.i | ||
SBFunction.i | ||
SBHostOS.i | ||
SBInstruction.i | ||
SBInstructionList.i | ||
SBLanguageRuntime.i | ||
SBLaunchInfo.i | ||
SBLineEntry.i | ||
SBListener.i | ||
SBMemoryRegionInfo.i | ||
SBMemoryRegionInfoList.i | ||
SBModule.i | ||
SBModuleSpec.i | ||
SBPlatform.i | ||
SBProcess.i | ||
SBProcessInfo.i | ||
SBQueue.i | ||
SBQueueItem.i | ||
SBSection.i | ||
SBSourceManager.i | ||
SBStream.i | ||
SBStringList.i | ||
SBStructuredData.i | ||
SBSymbol.i | ||
SBSymbolContext.i | ||
SBSymbolContextList.i | ||
SBTarget.i | ||
SBThread.i | ||
SBThreadCollection.i | ||
SBThreadPlan.i | ||
SBTrace.i | ||
SBTraceOptions.i | ||
SBType.i | ||
SBTypeCategory.i | ||
SBTypeEnumMember.i | ||
SBTypeFilter.i | ||
SBTypeFormat.i | ||
SBTypeNameSpecifier.i | ||
SBTypeSummary.i | ||
SBTypeSynthetic.i | ||
SBUnixSignals.i | ||
SBValue.i | ||
SBValueList.i | ||
SBVariablesOptions.i | ||
SBWatchpoint.i |