Package vdb :: Package extensions :: Module gdbstub :: Class GdbStubNotifier
[hide private]
[frames] | no frames]

Class GdbStubNotifier

source code

               object --+    
                        |    
vtrace.notifiers.Notifier --+
                            |
                           GdbStubNotifier

Instance Methods [hide private]
 
__init__(self, db)
All extenders *must* call this.
source code
 
notify(self, event, trace) source code

Inherited from vtrace.notifiers.Notifier: handleEvent

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, db)
(Constructor)

source code 

All extenders *must* call this. Mostly because all the goop necissary for the remote debugging stuff... (if notifier is instantiated on server, all is well, if it's on the client it needs a proxy...)

Overrides: object.__init__
(inherited documentation)

notify(self, event, trace)

source code 
Overrides: vtrace.notifiers.Notifier.notify