Module ida_dbg :: Class DBG_Hooks
[frames] | no frames]

Class DBG_Hooks

object --+
         |
        DBG_Hooks

Proxy of C++ DBG_Hooks class.

Instance Methods
 
__disown__(self)
DBG_Hooks
__init__(self, _flags=0)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
int
dbg_bpt(self, tid, bptea)
 
dbg_bpt_changed(self, bptev_code, bpt)
int
dbg_exception(self, pid, tid, ea, exc_code, exc_can_cont, exc_ea, exc_info)
 
dbg_finished_loading_bpts(self)
 
dbg_information(self, pid, tid, ea, info)
 
dbg_library_load(self, pid, tid, ea, modinfo_name, modinfo_base, modinfo_size)
 
dbg_library_unload(self, pid, tid, ea, info)
 
dbg_process_attach(self, pid, tid, ea, modinfo_name, modinfo_base, modinfo_size)
 
dbg_process_detach(self, pid, tid, ea)
 
dbg_process_exit(self, pid, tid, ea, exit_code)
 
dbg_process_start(self, pid, tid, ea, modinfo_name, modinfo_base, modinfo_size)
 
dbg_request_error(self, failed_command, failed_dbg_notification)
 
dbg_run_to(self, pid, tid, ea)
 
dbg_started_loading_bpts(self)
 
dbg_step_into(self)
 
dbg_step_over(self)
 
dbg_step_until_ret(self)
 
dbg_suspend_process(self)
 
dbg_thread_exit(self, pid, tid, ea, exit_code)
 
dbg_thread_start(self, pid, tid, ea)
int
dbg_trace(self, tid, ip)
bool
hook(self)
bool
unhook(self)

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

Properties
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self, _flags=0)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: DBG_Hooks
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

thisown

The membership flag

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