mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Summary: Backtrace accepts a wide range of native debugging formats, e.g. PDB, dSYM, ELF files. Instead of converting to an intermediate format being breakpad sym files, package and upload the native formats directly. Also reduce the list of debugging symbols to a reasonable minimum. Sample and test symbols are not required. Reviewers: #gatekeepers, msutcliffe Reviewed By: #gatekeepers, msutcliffe Subscribers: msutcliffe Maniphest Tasks: T588 Differential Revision: https://dev.swift-project.org/D102
24 lines
814 B
XML
24 lines
814 B
XML
<component>
|
|
<name>samples</name>
|
|
<description>Samples</description>
|
|
<canBeEdited>1</canBeEdited>
|
|
<detailedDescription>swift sample binaries</detailedDescription>
|
|
<selected>0</selected>
|
|
<show>1</show>
|
|
<folderList>
|
|
<folder>
|
|
<description>bin</description>
|
|
<destination>${installdir}/bin</destination>
|
|
<name>bin_linux</name>
|
|
<platforms>all</platforms>
|
|
<distributionFileList>
|
|
<distributionFile>
|
|
<allowWildcards>1</allowWildcards>
|
|
<origin>../../dist/bin/sample*</origin>
|
|
<excludeFiles>*/*.pdb;*/*.debug;*/*.dSYM</excludeFiles>
|
|
</distributionFile>
|
|
</distributionFileList>
|
|
</folder>
|
|
</folderList>
|
|
</component>
|