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

Class debug_event_t

object --+
         |
        debug_event_t

Proxy of C++ debug_event_t class

Instance Methods
 
__repr__(self)
repr(x)
debug_event_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
ea_t
bpt_ea(self)

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

Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  eid = _swig_property(_idaapi.debug_event_t_eid_get, _idaapi.de...
  pid = _swig_property(_idaapi.debug_event_t_pid_get, _idaapi.de...
  tid = _swig_property(_idaapi.debug_event_t_tid_get, _idaapi.de...
  ea = _swig_property(_idaapi.debug_event_t_ea_get, _idaapi.debu...
  handled = _swig_property(_idaapi.debug_event_t_handled_get, _i...
  modinfo = _swig_property(_idaapi.debug_event_t_modinfo_get, _i...
  exit_code = _swig_property(_idaapi.debug_event_t_exit_code_get...
  info = _swig_property(_idaapi.debug_event_t_info_get, _idaapi....
  bpt = _swig_property(_idaapi.debug_event_t_bpt_get, _idaapi.de...
  exc = _swig_property(_idaapi.debug_event_t_exc_get, _idaapi.de...
  __swig_destroy__ = _idaapi.delete_debug_event_t
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: debug_event_t
Overrides: object.__init__

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')

eid

Value:
_swig_property(_idaapi.debug_event_t_eid_get, _idaapi.debug_event_t_ei\
d_set)

pid

Value:
_swig_property(_idaapi.debug_event_t_pid_get, _idaapi.debug_event_t_pi\
d_set)

tid

Value:
_swig_property(_idaapi.debug_event_t_tid_get, _idaapi.debug_event_t_ti\
d_set)

ea

Value:
_swig_property(_idaapi.debug_event_t_ea_get, _idaapi.debug_event_t_ea_\
set)

handled

Value:
_swig_property(_idaapi.debug_event_t_handled_get, _idaapi.debug_event_\
t_handled_set)

modinfo

Value:
_swig_property(_idaapi.debug_event_t_modinfo_get, _idaapi.debug_event_\
t_modinfo_set)

exit_code

Value:
_swig_property(_idaapi.debug_event_t_exit_code_get, _idaapi.debug_even\
t_t_exit_code_set)

info

Value:
_swig_property(_idaapi.debug_event_t_info_get, _idaapi.debug_event_t_i\
nfo_set)

bpt

Value:
_swig_property(_idaapi.debug_event_t_bpt_get, _idaapi.debug_event_t_bp\
t_set)

exc

Value:
_swig_property(_idaapi.debug_event_t_exc_get, _idaapi.debug_event_t_ex\
c_set)