| Home | Trees | Indices | Help |
|
|---|
|
|
Returned by Debug.watch_buffer.
This object uniquely references a buffer being watched, even if there are multiple watches set on the exact memory region.
|
|||
|
|||
| bool |
|
||
|
Inherited from |
|||
|
|||
| int |
pid Process ID. |
||
| int |
start Memory address of the start of the buffer. |
||
| int |
end Memory address of the end of the buffer. |
||
| callable |
action Action callback. |
||
| bool |
oneshotTrue for one shot breakpoints, False
otherwise.
|
||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Determine if the given memory address lies within the watched buffer.
|
|
|||
pidProcess ID.
|
startMemory address of the start of the buffer.
|
endMemory address of the end of the buffer.
|
actionAction callback.
|
oneshotTrue for one shot breakpoints, False otherwise.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 20 17:54:50 2013 | http://epydoc.sourceforge.net |