decompiler
1.0.0
|
Exception for encountering unimplemented pcode. More...
#include <translate.hh>
Public Member Functions | |
UnimplError (const string &s, int4 l) | |
Constructor. More... | |
Public Member Functions inherited from ghidra::LowlevelError | |
LowlevelError (const string &s) | |
Initialize the error with an explanatory string. | |
Public Attributes | |
int4 | instruction_length |
Public Attributes inherited from ghidra::LowlevelError | |
string | explain |
Exception for encountering unimplemented pcode.
This error is thrown when a particular machine instruction cannot be translated into pcode. This particular error means that the particular instruction being decoded was valid, but the system doesn't know how to represent it in pcode.
|
inline |
Constructor.
s | is a more verbose description of the error |
l | is the length (in bytes) of the unimplemented instruction |
int4 ghidra::UnimplError::instruction_length |
Number of bytes in the unimplemented instruction
Referenced by ghidra::Sleigh::oneInstruction(), and ghidra::FlowInfo::processInstruction().