Class StorageVerificationDWARFFunctionFixup

java.lang.Object
ghidra.app.util.bin.format.dwarf.funcfixup.StorageVerificationDWARFFunctionFixup
All Implemented Interfaces:
DWARFFunctionFixup, ExtensionPoint

public class StorageVerificationDWARFFunctionFixup extends Object implements DWARFFunctionFixup
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.

  • Constructor Details

    • StorageVerificationDWARFFunctionFixup

      public StorageVerificationDWARFFunctionFixup()
  • Method Details