A special "watchpoint" that uses memory permissions to watch
for accesses to whole memory maps. This *requires* OS help and only
works on platforms which support: * platformProtectMemory() *
signal/exceptions which denote the fault address on SEGV
|
|
|
resolvedaddr(self,
trace,
addr)
An initialization callback which will be executed when the actual
address for this breakpoint has been resolved. |
source code
|
|
|
notify(self,
event,
trace)
Breakpoints may also extend and implement "notify" which
will be called whenever they are hit. |
source code
|
|
|
|
|
|
|
|
Inherited from Watchpoint :
inittrace
Inherited from breakpoints.Breakpoint :
__repr__ ,
getAddress ,
getBreakpointCode ,
getId ,
isEnabled ,
resolveAddress ,
setBreakpointCode ,
setEnabled
|