GP-2237 AddrSpace as marshaling primitive and prettyprint update

This commit is contained in:
caheckman 2022-06-23 20:16:51 -04:00
parent 4807ec354a
commit 6be9943b8a
58 changed files with 1333 additions and 1098 deletions

View file

@ -220,7 +220,7 @@ public:
/// The command returns a single character message, 't' or 'f', indicating whether the
/// configuration succeeded.
class SetOptions : public GhidraCommand {
XmlDecode decoder; ///< The XML option document
string optionsListTag; ///< The <optionslist> XML tag
virtual void loadParameters(void);
virtual void sendResult(void);
public: