public interface HasAppleDebugSymbolDeps extends BuildRule
On Apple platforms, debug symbols are not linked into the main binary at link time. Instead,
the linked binary points to all the object and archives where debug information can be found.
This information can be collected (via the AppleDsym
step) into a
file, or used by debuggers directly.
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<BuildRule> |
getAppleDebugSymbolDeps() |
compareTo, getBuildDeps, getBuildSteps, getBuildTarget, getFullyQualifiedName, getProjectFilesystem, getSourcePathToOutput, hasBuildSteps, isCacheable, outputFileCanBeCopied, shouldRespectInputSizeLimitForRemoteExecution, toString, updateBuildRuleResolver
getDependencies, getSourcePathOutputs
getType
java.util.stream.Stream<BuildRule> getAppleDebugSymbolDeps()