Top Fields Constructors Methods
sun.jvm.hotspot.debugger.windows.amd64

public Class WindowsAMD64CFrame

extends BasicCFrame
Class Inheritance
Imports
sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.debugger.amd64.*, sun.jvm.hotspot.debugger.cdbg.*, sun.jvm.hotspot.debugger.cdbg.basic.*, sun.jvm.hotspot.debugger.windbg.*

Field Summary

Modifier and TypeField and Description
private static final int
private WindbgDebugger
private Address
private Address

Constructor Summary

AccessConstructor and Description
public
WindowsAMD64CFrame(WindbgDebugger dbg, Address rbp, Address pc)

Constructor for topmost frame

Method Summary

Modifier and TypeMethod and Description
public Address
localVariableBase()

Implements sun.jvm.hotspot.debugger.cdbg.CFrame.localVariableBase.

Gets the base pointer in this frame from which local variable offsets in the debug info are based.

public Address
pc()

Implements sun.jvm.hotspot.debugger.cdbg.CFrame.pc.

Get the program counter of this frame

public CFrame
sender(ThreadProxy thread)

Implements sun.jvm.hotspot.debugger.cdbg.CFrame.sender.

Returns null when no more frames on stack

Inherited from sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame:
blockForPCclosestSymbolToPCdbgiterateLocalsloadObjectForPC

Field Detail

ADDRESS_SIZEback to summary
private static final int ADDRESS_SIZE
dbgback to summary
private WindbgDebugger dbg

Hides sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame.dbg.

pcback to summary
private Address pc
rbpback to summary
private Address rbp

Constructor Detail

WindowsAMD64CFrameback to summary
public WindowsAMD64CFrame(WindbgDebugger dbg, Address rbp, Address pc)

Constructor for topmost frame

Method Detail

localVariableBaseback to summary
public Address localVariableBase()

Implements sun.jvm.hotspot.debugger.cdbg.CFrame.localVariableBase.

Doc from sun.jvm.hotspot.debugger.cdbg.CFrame.localVariableBase.

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).

pcback to summary
public Address pc()

Implements sun.jvm.hotspot.debugger.cdbg.CFrame.pc.

Doc from sun.jvm.hotspot.debugger.cdbg.CFrame.pc.

Get the program counter of this frame

senderback to summary
public CFrame sender(ThreadProxy thread)

Implements sun.jvm.hotspot.debugger.cdbg.CFrame.sender.

Doc from sun.jvm.hotspot.debugger.cdbg.CFrame.sender.

Returns null when no more frames on stack