mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +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
|
@ -3472,8 +3472,8 @@ void execute(IfaceStatus *status,IfaceDecompData *dcp)
|
|||
*status->optr << "Low-level ERROR: " << err.explain << endl;
|
||||
dcp->abortFunction(*status->optr);
|
||||
}
|
||||
catch(XmlError &err) {
|
||||
*status->optr << "XML ERROR: " << err.explain << endl;
|
||||
catch(DecoderError &err) {
|
||||
*status->optr << "Decoding ERROR: " << err.explain << endl;
|
||||
dcp->abortFunction(*status->optr);
|
||||
}
|
||||
status->evaluateError();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue