如果已啟用壓縮功能,則提供二進位檔案的供應器及其相關 .dwp 檔案的供應器。如果未啟用 Fission ({@url https://gcc.gnu.org/wiki/DebugFission}),dwp 檔案就會是空值。
成員
DebugPackageInfo
DebugPackageInfo DebugPackageInfo(target_label, stripped_file=None, unstripped_file, dwp_file=None)
DebugPackageInfo
建構函式。
參數
參數 | 說明 |
---|---|
target_label
|
Label;
必要 *_binary 目標的標籤 |
stripped_file
|
檔案或 None ;
預設為 None 經過去除的檔案 (明確的「.stripped」目標) |
unstripped_file
|
File;
必填 未經精簡的檔案 (預設的可執行目標)。 |
dwp_file
|
File;或 None ;
預設為 None 如果 --fission=no,則為 .dwp 檔案 (適用於分裂版本) 或 null。 |
dwp_file
File DebugPackageInfo.dwp_file傳回 .dwp 檔案 (適用於分割版本),或如果 --fission=no 為空值則傳回 null。 可能會傳回
None
。
stripped_file
File DebugPackageInfo.stripped_file傳回經過去除的檔案 (明確的「.stripped」目標)。可能會傳回
None
。
target_label
Label DebugPackageInfo.target_label傳回 *_binary 目標的標籤
unstripped_file
File DebugPackageInfo.unstripped_file傳回未經精簡的檔案 (預設的可執行目標)