Trees | Indices | Help |
---|
|
object --+ | dict --+ | envi.expression.ExpressionLocals --+ | envi.expression.MemoryExpressionLocals --+ | VtraceExpressionLocals
A class which serves as the namespace dictionary during the evaluation of an expression on a tracer.
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
x[y]
|
Return the address of the saved base pointer for the specified frame. Usage: frame(<index>) |
The expression teb(threadid) will return whatever the platform stores as the int for threadid. In the case of windows, this is the TEB, others may be the thread stack base or whatever. If threadid is left out, it uses the threadid of the current thread context. |
An expression friendly (terse) way to get trace metadata (equiv to trace.getMeta(name)) Example: meta("foo") |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 16 18:22:13 2012 | http://epydoc.sourceforge.net |