GP-1 Updates to the Data Type Manager filter dialog to allow typedef filtering

This commit is contained in:
dragonmacher 2025-05-08 17:47:11 -04:00 committed by ghidra1
parent 915760bcae
commit 72dfb355ac
11 changed files with 545 additions and 172 deletions

View file

@ -69,6 +69,7 @@ public interface FunctionDefinition extends DataType, FunctionSignature {
* @deprecated Use of {@link GenericCallingConvention} is deprecated since arbitrary calling
* convention names are now supported. {@link #setCallingConvention(String)} should be used.
*/
@Deprecated
public void setGenericCallingConvention(GenericCallingConvention genericCallingConvention);
/**