Class StorageVerificationDWARFFunctionFixup
java.lang.Object
ghidra.app.util.bin.format.dwarf.funcfixup.StorageVerificationDWARFFunctionFixup
- All Implemented Interfaces:
DWARFFunctionFixup
,ExtensionPoint
Downgrades the function's signature commit mode to FORMAL-param-info-only if there are
problems with param storage info.
Does not check the function's return value storage as that typically won't have information because DWARF does not specify that.
-
Field Summary
Fields inherited from interface ghidra.app.util.bin.format.dwarf.funcfixup.DWARFFunctionFixup
PRIORITY_LAST, PRIORITY_NORMAL, PRIORITY_NORMAL_EARLY, PRIORITY_NORMAL_LATE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fixupDWARFFunction
(DWARFFunction dfunc) Called before aDWARFFunction
is used to create a Ghidra Function.
-
Constructor Details
-
StorageVerificationDWARFFunctionFixup
public StorageVerificationDWARFFunctionFixup()
-
-
Method Details
-
fixupDWARFFunction
Description copied from interface:DWARFFunctionFixup
Called before aDWARFFunction
is used to create a Ghidra Function.If processing of the function should terminate (and the function be skipped), throw a
DWARFException
.- Specified by:
fixupDWARFFunction
in interfaceDWARFFunctionFixup
- Parameters:
dfunc
-DWARFFunction
info read from DWARF about the function
-