Trees | Indices | Help |
---|
|
breakpoints.Breakpoint --+ | Watchpoint
The basic "break on access" watchpoint. Extended from Breakpoints and handled almost exactly the same way...
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
Actually store off and replace memory for this process. This is caried out by the trace object itself when it begins running or stops. You probably never need to call this (see isEnabled() setEnabled() for boolean enable/disablle)
|
Repair the process for continued execution. this does NOT make a breakpoint *inactive*, but removes it's "0xcc" from mem (see isEnabled() setEnabled() for boolean enable/dissable)
|
|
A callback to do housekeeping at the time the breakpoint is added to the tracer object. This should be used instead of activate for initialization time infoz to save on time per activate call...
|
An initialization callback which will be executed when the actual address for this breakpoint has been resolved.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 16 18:22:15 2012 | http://epydoc.sourceforge.net |