Package vdb :: Package recon :: Module sniper :: Class SniperArgValueBreak
[hide private]
[frames] | no frames]

Class SniperArgValueBreak

source code

vtrace.breakpoints.Breakpoint --+
                                |
                               SniperArgValueBreak

A breakpoint for monitoring an API for being called with a particular value.

Instance Methods [hide private]
 
__init__(self, symname, argidx, argval) source code

Inherited from vtrace.breakpoints.Breakpoint: __repr__, activate, deactivate, getAddress, getBreakpointCode, getId, getName, inittrace, isEnabled, notify, resolveAddress, resolvedaddr, setBreakpointCode, setEnabled

Class Variables [hide private]

Inherited from vtrace.breakpoints.Breakpoint: bpcodeobj

Method Details [hide private]

__init__(self, symname, argidx, argval)
(Constructor)

source code 
Overrides: vtrace.breakpoints.Breakpoint.__init__