Members
DebugPackageInfo
DebugPackageInfo DebugPackageInfo(target_label, stripped_file=None, unstripped_file, dwp_file=None)The
DebugPackageInfo
constructor.
Parameters
Parameter | Description |
---|---|
target_label
|
Label;
required The label for the *_binary target |
stripped_file
|
File; or None ;
default is None The stripped file (the explicit ".stripped" target) |
unstripped_file
|
File;
required The unstripped file (the default executable target). |
dwp_file
|
File; or None ;
default is None The .dwp file (for fission builds) or null if --fission=no. |
dwp_file
File DebugPackageInfo.dwp_fileReturns the .dwp file (for fission builds) or null if --fission=no. May return
None
.
stripped_file
File DebugPackageInfo.stripped_fileReturns the stripped file (the explicit ".stripped" target). May return
None
.
target_label
Label DebugPackageInfo.target_labelReturns the label for the *_binary target
unstripped_file
File DebugPackageInfo.unstripped_fileReturns the unstripped file (the default executable target)