Top Fields Constructors Methods
sun.jvm.hotspot.debugger.linux.aarch64

public final Class LinuxAARCH64CFrame

extends BasicCFrame
Class Inheritance
Imports
sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.debugger.aarch64.*, sun.jvm.hotspot.debugger.linux.*, sun.jvm.hotspot.debugger.cdbg.*, sun.jvm.hotspot.debugger.cdbg.basic.*

Field Summary

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

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public ClosestSymbol
closestSymbolToPC()

Overrides sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame.closestSymbolToPC.

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

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.

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:
blockForPCdbgiterateLocalsloadObjectForPC

Field Detail

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

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

fpback to summary
private Address fp
pcback to summary
private Address pc
spback to summary
private Address sp

Constructor Detail

LinuxAARCH64CFrameback to summary
public LinuxAARCH64CFrame(LinuxDebugger dbg, Address fp, Address pc)

Method Detail

closestSymbolToPCback to summary
public ClosestSymbol closestSymbolToPC()

Overrides sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame.closestSymbolToPC.

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

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

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.

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