api / org.gradle.nativeplatform.tasks / ExtractSymbols

ExtractSymbols

@Incubating open class ExtractSymbols : DefaultTask

Extracts the debug symbols from a binary and stores them in a separate file.

Since
4.5

Constructors

<init>

ExtractSymbols()

Functions

extractSymbols

open fun extractSymbols(): Unit

getBinaryFile

open fun getBinaryFile(): RegularFileProperty

The file to extract debug symbols from.

getSymbolFile

open fun getSymbolFile(): RegularFileProperty

The destination file to extract debug symbols into.

getTargetPlatform

open fun getTargetPlatform(): Property<NativePlatform>

The platform for the binary.

getToolChain

open fun getToolChain(): Property<NativeToolChain>

The tool chain used for extracting symbols.