hexrays_failure_t Struct Reference

Exception object: decompiler failure information. More...

List of all members.

Public Member Functions

 hexrays_failure_t (int c, ea_t ea, const char *buf=NULL)
 hexrays_failure_t (int c, ea_t ea, const qstring &buf)
qstring desc (void) const

Public Attributes

int code
 Microcode error codes
ea_t errea
 associated address
qstring str
 string information

Detailed Description

Exception object: decompiler failure information.

Examples:

hexrays_sample1.cpp.

Definition at line 955 of file hexrays.hpp.