Module ida_idd :: Class debug_event_t
[frames] | no frames]

Class debug_event_t

object --+
         |
        debug_event_t

Proxy of C++ debug_event_t class.

Instance Methods
debug_event_t
__init__(self)
__init__(self, r) -> debug_event_t
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
bptaddr_t
bpt(self)
bpt(self) -> bptaddr_t
ea_t
bpt_ea(self)
 
clear(self)
 
clear_all(self)
debug_event_t
copy(self, r)
event_id_t
eid(self)
excinfo_t
exc(self)
exc(self) -> excinfo_t
int const &
exit_code(self)
qstring
info(self)
info(self) -> qstring const &
modinfo_t
modinfo(self)
modinfo(self) -> modinfo_t
bptaddr_t
set_bpt(self)
 
set_eid(self, id)
excinfo_t
set_exception(self)
 
set_exit_code(self, id, code)
qstring &
set_info(self, id)
modinfo_t
set_modinfo(self, id)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  ea
debug_event_t_ea_get(self) -> ea_t
  handled
debug_event_t_handled_get(self) -> bool
  pid
debug_event_t_pid_get(self) -> pid_t
  thisown
The membership flag
  tid
debug_event_t_tid_get(self) -> thid_t

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, r) -> debug_event_t

Returns: debug_event_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

ea

debug_event_t_ea_get(self) -> ea_t

Get Method:
unreachable.debug_event_t_ea_get(self)
Set Method:
unreachable.debug_event_t_ea_set(self, ea)

handled

debug_event_t_handled_get(self) -> bool

Get Method:
unreachable.debug_event_t_handled_get(self)
Set Method:
unreachable.debug_event_t_handled_set(self, handled)

pid

debug_event_t_pid_get(self) -> pid_t

Get Method:
unreachable.debug_event_t_pid_get(self)
Set Method:
unreachable.debug_event_t_pid_set(self, pid)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

tid

debug_event_t_tid_get(self) -> thid_t

Get Method:
unreachable.debug_event_t_tid_get(self)
Set Method:
unreachable.debug_event_t_tid_set(self, tid)