mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
New resetDefaults support
This commit is contained in:
parent
791f16101e
commit
d9bd93c36b
12 changed files with 147 additions and 50 deletions
|
@ -164,6 +164,8 @@ public:
|
|||
#endif
|
||||
Architecture(void); ///< Construct an uninitialized Architecture
|
||||
void init(DocumentStorage &store); ///< Load the image and configure architecture
|
||||
void resetDefaultsInternal(void); ///< Reset default values for options specific to Architecture
|
||||
void resetDefaults(void); ///< Reset defaults values for options owned by \b this
|
||||
ProtoModel *getModel(const string &nm) const; ///< Get a specific PrototypeModel
|
||||
bool hasModel(const string &nm) const; ///< Does this Architecture have a specific PrototypeModel
|
||||
bool highPtrPossible(const Address &loc,int4 size) const; ///< Are pointers possible to the given location?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue