mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-2157 Marshaling refactor. Decompiler side.
This commit is contained in:
parent
672c1f11e2
commit
d8c10bf229
97 changed files with 5313 additions and 3733 deletions
|
@ -220,12 +220,10 @@ public:
|
|||
/// The command returns a single character message, 't' or 'f', indicating whether the
|
||||
/// configuration succeeded.
|
||||
class SetOptions : public GhidraCommand {
|
||||
Document *doc; ///< The XML option document
|
||||
XmlDecode decoder; ///< The XML option document
|
||||
virtual void loadParameters(void);
|
||||
virtual void sendResult(void);
|
||||
public:
|
||||
SetOptions(void);
|
||||
virtual ~SetOptions(void);
|
||||
bool res; ///< Set to \b true if the option change succeeded
|
||||
virtual void rawAction(void);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue