Improve binary symbolification

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
This commit is contained in:
Roland Rossgotterer
2019-04-25 14:57:52 +02:00
committed by Klaus Basan
parent 267a9720da
commit fec6f3b0ad
6 changed files with 125 additions and 10 deletions

View File

@@ -119,6 +119,7 @@ This plugin acts as the interface between swift and X-Plane</detailedDescription
<distributionFile>
<allowWildcards>1</allowWildcards>
<origin>../../dist/bin/plugins/simulator/*simulatorxplane*</origin>
<excludeFiles>*/*.pdb;*/*.debug;*/*.dSYM</excludeFiles>
</distributionFile>
</distributionFileList>
</folder>
@@ -142,6 +143,7 @@ This plugin acts as the interface between swift and FlightGear</detailedDescript
<distributionFile>
<allowWildcards>1</allowWildcards>
<origin>../../dist/bin/plugins/simulator/*simulatorflightgear*</origin>
<excludeFiles>*/*.pdb;*/*.debug;*/*.dSYM</excludeFiles>
</distributionFile>
</distributionFileList>
</folder>
@@ -165,6 +167,7 @@ This plugin emulates a running simulator. Use this for testing swift only</detai
<distributionFile>
<allowWildcards>1</allowWildcards>
<origin>../../dist/bin/plugins/simulator/*simulatoremulated*</origin>
<excludeFiles>*/*.pdb;*/*.debug;*/*.dSYM</excludeFiles>
</distributionFile>
</distributionFileList>
</folder>