Members
DebugPackageInfo
DebugPackageInfo constructor.
Parameters
dwp_file
None.
stripped_file
None.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The new site is online! Please use this issue to report any problems.
DebugPackageInfo DebugPackageInfo(*, target_label, stripped_file=None, unstripped_file, dwp_file=None)
DebugPackageInfo constructor.
| 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. |
File DebugPackageInfo.dwp_file
None.
File DebugPackageInfo.stripped_file
None.
Label DebugPackageInfo.target_label
File DebugPackageInfo.unstripped_file