Stalker breakpoints are added to function entry points to trigger
code-flow analysis and subsequent block breakpoint addition.
|
|
|
|
|
resolvedaddr(self,
trace,
address)
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 vtrace.breakpoints.Breakpoint:
__repr__,
activate,
deactivate,
getAddress,
getBreakpointCode,
getId,
getName,
inittrace,
isEnabled,
resolveAddress,
setBreakpointCode,
setEnabled
|