mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
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:
committed by
Klaus Basan
parent
267a9720da
commit
fec6f3b0ad
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user