mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-3965 Brace formatting
This commit is contained in:
parent
eaf6f0e646
commit
bc6baf65c0
11 changed files with 374 additions and 74 deletions
|
@ -235,6 +235,12 @@ public:
|
|||
virtual string apply(Architecture *glb,const string &p1,const string &p2,const string &p3) const;
|
||||
};
|
||||
|
||||
class OptionBraceFormat : public ArchOption {
|
||||
public:
|
||||
OptionBraceFormat(void) { name = "braceformat"; } ///< Constructor
|
||||
virtual string apply(Architecture *glb,const string &p1,const string &p2,const string &p3) const;
|
||||
};
|
||||
|
||||
class OptionSetAction : public ArchOption {
|
||||
public:
|
||||
OptionSetAction(void) { name = "setaction"; } ///< Constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue