成員
DebugPackageInfo
DebugPackageInfo DebugPackageInfo(target_label, stripped_file=None, unstripped_file, dwp_file=None)
DebugPackageInfo 建構函式。
          
      參數
| 參數 | 說明 | 
|---|---|
              target_label
             | 
            
                          標籤;
                                     必要 *_binary 目標的標籤  | 
          
              stripped_file
             | 
            
                          File;或 None;
預設值為 None已移除的檔案 (明確的「.stripped」目標)  | 
          
              unstripped_file
             | 
            
                          檔案;
                                     必要 未經剝除的檔案 (預設可執行目標)。  | 
          
              dwp_file
             | 
            
                          File;或 None;
                                     預設為 None.dwp 檔案 (適用於裂變建構) 或 null (如果 --fission=no)。  | 
          
dwp_file
File DebugPackageInfo.dwp_file
None。
        stripped_file
File DebugPackageInfo.stripped_file
None。
        target_label
Label DebugPackageInfo.target_label
unstripped_file
File DebugPackageInfo.unstripped_file