Class DecompilerParallelConventionAnalysisCmd

java.lang.Object
ghidra.framework.cmd.BackgroundCommand<Program>
ghidra.app.cmd.function.DecompilerParallelConventionAnalysisCmd
All Implemented Interfaces:
Command<Program>

public class DecompilerParallelConventionAnalysisCmd extends BackgroundCommand<Program>
  • Constructor Details

    • DecompilerParallelConventionAnalysisCmd

      public DecompilerParallelConventionAnalysisCmd(Function func, DecompInterface decompilerInterface, int decompilerTimeoutSecs)
  • Method Details

    • createDecompilerInterface

      public static DecompInterface createDecompilerInterface(Program program) throws IOException
      Throws:
      IOException
    • applyTo

      public boolean applyTo(Program p, TaskMonitor monitor)
      Description copied from class: BackgroundCommand
      Method called when this command is to apply changes to the given domain object. A monitor is provided to display status information about the command as it executes in the background.
      Specified by:
      applyTo in class BackgroundCommand<Program>
      Parameters:
      p - domain object that will be affected by the command
      monitor - monitor to show progress of the command
      Returns:
      true if the command applied successfully