Modifier and Type | Field and Description |
---|---|
private static final int | |
private WindbgDebugger | |
private Address | |
private Address |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Address | localVariableBase()
Implements sun. Gets the base pointer in this frame from which local variable offsets in the debug info are based. |
public Address | |
public CFrame | sender(ThreadProxy thread)
Implements sun. Returns null when no more frames on stack |
ADDRESS_SIZE | back to summary |
---|---|
private static final int ADDRESS_SIZE |
dbg | back to summary |
---|---|
private WindbgDebugger dbg |
pc | back to summary |
---|---|
private Address pc |
rbp | back to summary |
---|---|
private Address rbp |
WindowsAMD64CFrame | back to summary |
---|---|
public WindowsAMD64CFrame(WindbgDebugger dbg, Address rbp, Address pc) Constructor for topmost frame |
localVariableBase | back to summary |
---|---|
public Address localVariableBase() Implements sun. Doc from sun. Gets the base pointer in this frame from which local variable offsets in the debug info are based. Typically this is the base-of-frame pointer (EBP on x86, FP/I6 on SPARC). |
pc | back to summary |
---|---|
public Address pc() Implements sun. Doc from sun. Get the program counter of this frame |
sender | back to summary |
---|---|
public CFrame sender(ThreadProxy thread) Implements sun. Doc from sun. Returns null when no more frames on stack |