Class SetFunctionPurgeCommand

java.lang.Object
ghidra.app.cmd.function.SetFunctionPurgeCommand
All Implemented Interfaces:
Command

public class SetFunctionPurgeCommand extends Object implements Command
A simple command to set the stack purge size of a function.
Since:
Tracker Id 548
  • Constructor Details

    • SetFunctionPurgeCommand

      public SetFunctionPurgeCommand(Function function, int newPurge)
      Creates a new command that will set the given purge size on the given function.
      Parameters:
      function - The function on which to set the purge size.
      newPurge - The new stack purge size.
  • Method Details