Proxy of C++ DBG_Hooks class.
|
|
DBG_Hooks
|
__init__(self,
_flags=0)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
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_suspend_process(self) |
|
|
|
dbg_thread_exit(self,
pid,
tid,
ea,
exit_code) |
|
|
|
dbg_thread_start(self,
pid,
tid,
ea) |
|
|
int
|
|
bool
|
|
bool
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|