Trees | Indices | Help |
---|
|
breakpoints.Breakpoint --+ | watchpoints.Watchpoint --+ | IatHook
Abuse the PageWatch subsystem to allow function pointers to be frob'd to create breakpoint like behavior.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
newptr = 4227592192
|
|||
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)
|
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:15 2012 | http://epydoc.sourceforge.net |