Package pydbg :: Module breakpoint :: Class breakpoint
[show private | hide private]
[frames | no frames]

Class breakpoint


Soft breakpoint object.
Method Summary
  __init__(self, address, original_byte, description, restore, handler)

Class Variable Summary
NoneType address = None                                                                  
NoneType description = None                                                                  
NoneType handler = None                                                                  
NoneType original_byte = None                                                                  
NoneType restore = None                                                                  

Method Details

__init__(self, address=None, original_byte=None, description='', restore=True, handler=None)
(Constructor)

Parameters:
address - Address of breakpoint
           (type=DWORD)
original_byte - Original byte stored at breakpoint address
           (type=Byte)
description - (Optional) Description of breakpoint
           (type=String)
restore - (Optional, def=True) Flag controlling whether or not to restore the breakpoint
           (type=Boolean)
handler - (Optional, def=None) Optional handler to call for this bp instead of the default handler
           (type=Function Pointer)

Class Variable Details

address

Type:
NoneType
Value:
None                                                                  

description

Type:
NoneType
Value:
None                                                                  

handler

Type:
NoneType
Value:
None                                                                  

original_byte

Type:
NoneType
Value:
None                                                                  

restore

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Fri Jun 16 17:16:24 2006 http://epydoc.sf.net