◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ bpt()
◆ bpt_ea()
On some systems with special memory mappings the triggered ea might be different from the actual ea. Calculate the address to use.
◆ clear()
clear the dependent information (see below), set event code to NO_EVENT
◆ clear_all()
◆ copy()
◆ eid()
◆ exc()
◆ exit_code()
'int const &' exit_code |
( |
| self | ) |
|
THREAD_STARTED (thread name) LIB_UNLOADED (unloaded library name) INFORMATION (will be displayed in the output window if not empty)
◆ info()
◆ is_bitness_changed()
bool is_bitness_changed |
( |
| self | ) |
|
◆ modinfo()
Information that depends on the event code:
< PROCESS_STARTED, PROCESS_ATTACHED, LIB_LOADED PROCESS_EXITED, THREAD_EXITED
◆ set_bitness_changed()
None set_bitness_changed |
( |
| self, |
|
|
bool | on = True ) |
◆ set_bpt()
◆ set_eid()
None set_eid |
( |
| self, |
|
|
'event_id_t' | id ) |
Set event code. If the new event code is compatible with the old one then the dependent information (see below) will be preserved. Otherwise the event will be cleared and the new event code will be set.
◆ set_exception()
◆ set_exit_code()
None set_exit_code |
( |
| self, |
|
|
'event_id_t' | id, |
|
|
int | code ) |
◆ set_info()
str set_info |
( |
| self, |
|
|
'event_id_t' | id ) |
◆ set_modinfo()
'modinfo_t &' set_modinfo |
( |
| self, |
|
|
'event_id_t' | id ) |
◆ ea
Initial value:= property(_ida_idd.debug_event_t_ea_get, _ida_idd.
debug_event_t_ea_set)
◆ handled
Initial value:= property(_ida_idd.debug_event_t_handled_get, _ida_idd
.debug_event_t_handled_set)
◆ pid
Initial value:= property(_ida_idd.debug_event_t_pid_get, _ida_idd.
debug_event_t_pid_set)
◆ tid
Initial value:= property(_ida_idd.debug_event_t_tid_get, _ida_idd.
debug_event_t_tid_set)
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: