decompiler  1.0.0
Public Member Functions | Public Attributes | List of all members
UnimplError Struct Reference

Exception for encountering unimplemented pcode. More...

#include <translate.hh>

Inheritance diagram for UnimplError:
LowlevelError

Public Member Functions

 UnimplError (const string &s, int4 l)
 Constructor. More...
 
- Public Member Functions inherited from LowlevelError
 LowlevelError (const string &s)
 Initialize the error with an explanatory string.
 

Public Attributes

int4 instruction_length
 
- Public Attributes inherited from LowlevelError
string explain
 

Detailed Description

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.

Constructor & Destructor Documentation

UnimplError::UnimplError ( const string &  s,
int4  l 
)
inline

Constructor.

Parameters
sis a more verbose description of the error
lis the length (in bytes) of the unimplemented instruction

Member Data Documentation

int4 UnimplError::instruction_length

Number of bytes in the unimplemented instruction

Referenced by Sleigh::oneInstruction(), and FlowInfo::processInstruction().


The documentation for this struct was generated from the following file: