Trees | Indices | Help |
---|
|
Breakpoint --+ | CallBreak
A special breakpoint which will restore process state (registers in particular) when it gets hit. This is primarily used by the call method inside the trace object to restore original state after a successful "call" method call.
Additionally, the endregs dict will be filled in with the regs at the time it was hit and kept until we get garbage collected...
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
Breakpoints may also extend and implement "notify" which will be called whenever they are hit. If you want to continue the ability for this breakpoint to have bpcode, you must call this method from your override.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 16 18:22:13 2012 | http://epydoc.sourceforge.net |