Package vtrace :: Package platforms :: Module gdbstub :: Class KeBugCheckBreak
[hide private]
[frames] | no frames]

Class KeBugCheckBreak

source code

breakpoints.Breakpoint --+
                         |
                        KeBugCheckBreak

Instance Methods [hide private]
 
__init__(self, symname) 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 breakpoints.Breakpoint: __repr__, activate, deactivate, getAddress, getBreakpointCode, getId, getName, inittrace, isEnabled, resolveAddress, resolvedaddr, setBreakpointCode, setEnabled

Class Variables [hide private]

Inherited from breakpoints.Breakpoint: bpcodeobj

Method Details [hide private]

__init__(self, symname)
(Constructor)

source code 
Overrides: breakpoints.Breakpoint.__init__

notify(self, event, trace)

source code 

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.

Overrides: breakpoints.Breakpoint.notify
(inherited documentation)