mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-2358 Packed protocol for decompiler marshaling
This commit is contained in:
parent
6a1a649213
commit
79c3508f54
119 changed files with 4238 additions and 2207 deletions
|
@ -285,9 +285,9 @@ public:
|
|||
///
|
||||
/// This object holds the error message as passed to the SAX interface callback
|
||||
/// and is thrown as a formal exception.
|
||||
struct XmlError {
|
||||
struct DecoderError {
|
||||
string explain; ///< Explanatory string
|
||||
XmlError(const string &s) { explain = s; } ///< Constructor
|
||||
DecoderError(const string &s) { explain = s; } ///< Constructor
|
||||
};
|
||||
|
||||
/// \brief Start-up the XML parser given a stream and a handler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue