Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public BlockSym | blockForPC()
Implements sun. If debug information is available, retrieves the block in which the program counter lies. |
public ClosestSymbol | closestSymbolToPC()
Implements sun. For the loadobject in which the PC lies, fetch the name of the closest exported symbol and the distance of the PC to that symbol. |
protected CDebugger | |
public void | iterateLocals(ObjectVisitor v)
Implements sun. Visit all local variables in this frame if debug information is available. |
public LoadObject | loadObjectForPC()
Implements sun. Get the loadobject in which the PC lies. |
dbg | back to summary |
---|---|
private CDebugger dbg |
BasicCFrame | back to summary |
---|---|
protected BasicCFrame(CDebugger dbg) |
blockForPC | back to summary |
---|---|
public BlockSym blockForPC() Implements sun. Doc from sun. If debug information is available, retrieves the block in which the program counter lies. Returns null if there is no debug information for the current program counter or if the PC could not be located for other reasons. |
closestSymbolToPC | back to summary |
---|---|
public ClosestSymbol closestSymbolToPC() Implements sun. Doc from sun. For the loadobject in which the PC lies, fetch the name of the closest exported symbol and the distance of the PC to that symbol. Returns null if the PC was not within any of the loadobjects of the target process. FIXME: specify whether this is mangled/demangled. |
dbg | back to summary |
---|---|
protected CDebugger dbg() |
iterateLocals | back to summary |
---|---|
public void iterateLocals(ObjectVisitor v) Implements sun. Doc from sun. Visit all local variables in this frame if debug information is available. Automatically descends into compound types and arrays. |
loadObjectForPC | back to summary |
---|---|
public LoadObject loadObjectForPC() Implements sun. Doc from sun. Get the loadobject in which the PC lies. Returns null if the PC is not contained in any of the loadobjects in the target process. |