Skip to main content
A provider for the binary file and its associated .dwp files, if fission is enabled.If Fission ({@url https://gcc.gnu.org/wiki/DebugFission\}) is not enabled, the dwp file will be null.

Members

DebugPackageInfo

The DebugPackageInfo constructor.

Parameters

ParameterDescription
target_labelLabel; required The label for the *_binary target
stripped_fileFile; or None; default is None The stripped file (the explicit “.stripped” target)
unstripped_fileFile; required The unstripped file (the default executable target).
dwp_fileFile; or None; default is None The .dwp file (for fission builds) or null if —fission=no.

dwp_file

Returns the .dwp file (for fission builds) or null if —fission=no. May return None.

stripped_file

Returns the stripped file (the explicit “.stripped” target). May return None.

target_label

Returns the label for the *_binary target

unstripped_file

Returns the unstripped file (the default executable target)