mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-3842 Adjustments to pointer-array printing
This commit is contained in:
parent
5316f2c419
commit
01d4bc0885
8 changed files with 187 additions and 44 deletions
|
@ -172,6 +172,7 @@ protected:
|
|||
virtual bool doEmitWideCharPrefix(void) const;
|
||||
|
||||
bool checkArrayDeref(const Varnode *vn) const; ///< Determine whether a LOAD/STORE expression requires pointer '*' syntax
|
||||
bool checkAddressOfCast(const PcodeOp *op) const; ///< Check if CAST can be printed as an '&'
|
||||
void emitStructDefinition(const TypeStruct *ct); ///< Emit the definition of a \e structure data-type
|
||||
void emitEnumDefinition(const TypeEnum *ct); ///< Emit the definition of an \e enumeration data-type
|
||||
void emitPrototypeOutput(const FuncProto *proto,const Funcdata *fd); ///< Emit the output data-type of a function prototype
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue