Inherits event_listener_t, and ignore_micro_t.
|
processor_t & | ph |
|
asm_t & | ash |
|
size_t | procmod_flags = 0 |
|
size_t | reserved = 0 |
|
size_t | listener_flags = 0 |
|
netnode | ignore_micro |
|
|
virtual ssize_t idaapi | on_event (ssize_t code, va_list va)=0 |
| Callback to handle events. More...
|
|
void | init_ignore_micro (void) |
|
void | term_ignore_micro (void) |
|
char | get_ignore_micro (ea_t ea) const |
|
void | set_ignore_micro (ea_t ea, uchar im_type) |
|
void | clr_ignore_micro (ea_t ea) |
|
ea_t | next_marked_insn (ea_t ea) |
|
void | mark_prolog_insn (ea_t ea) |
|
void | mark_epilog_insn (ea_t ea) |
|
void | mark_switch_insn (ea_t ea) |
|
bool | is_prolog_insn (ea_t ea) const |
|
bool | is_epilog_insn (ea_t ea) const |
|
bool | is_switch_insn (ea_t ea) const |
|
bool | should_ignore_micro (ea_t ea) const |
|
The documentation for this struct was generated from the following file: