CreateFunctionCmd

Package: ghidra.app.cmd.function
Type: class

11.1_PUBLIC

addedmethod: applyTo
boolean applyTo(ghidra.program.model.listing.Program p, ghidra.util.task.TaskMonitor monitor)
removedmethod: applyTo
boolean applyTo(ghidra.framework.model.DomainObject obj, ghidra.util.task.TaskMonitor monitor)

10.4_PUBLIC

modifiedmethod: getFunctionBody
removed throws CancelledException
- static ghidra.program.model.address.AddressSetView getFunctionBody(ghidra.util.task.TaskMonitor monitor, ghidra.program.model.listing.Program program, ghidra.program.model.address.Address entry) throws CancelledException
+ static ghidra.program.model.address.AddressSetView getFunctionBody(ghidra.util.task.TaskMonitor monitor, ghidra.program.model.listing.Program program, ghidra.program.model.address.Address entry)

9.0.1_PUBLIC

introducedInitial version