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

public Class BsdAARCH64ThreadContext

extends AARCH64ThreadContext
Class Inheritance
Imports
sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.debugger.aarch64.*, sun.jvm.hotspot.debugger.bsd.*

Field Summary

Modifier and TypeField and Description
private BsdDebugger
Inherited from sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext:
FPLRNPRGREGPCPSTATER0R1R10R11R12R13R14R15R16R17R18R19R2R20R21R22R23R24R25R26R27R28R3R4R5R6R7R8R9SP

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public Address
getRegisterAsAddress(int index)

Implements abstract sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext.getRegisterAsAddress.

Implements sun.jvm.hotspot.debugger.ThreadContext.getRegisterAsAddress.

This can't be implemented in this class since we would have to tie the implementation to, for example, the debugging system

public void
setRegisterAsAddress(int index, Address value)

Implements abstract sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext.setRegisterAsAddress.

Implements sun.jvm.hotspot.debugger.ThreadContext.setRegisterAsAddress.

This can't be implemented in this class since we would have to tie the implementation to, for example, the debugging system

Inherited from sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext:
getNumRegistersgetRegistergetRegisterNamegetTopFramesetRegister

Field Detail

debuggerback to summary
private BsdDebugger debugger

Constructor Detail

BsdAARCH64ThreadContextback to summary
public BsdAARCH64ThreadContext(BsdDebugger debugger)

Method Detail

getRegisterAsAddressback to summary
public Address getRegisterAsAddress(int index)

Implements abstract sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext.getRegisterAsAddress.

Implements sun.jvm.hotspot.debugger.ThreadContext.getRegisterAsAddress.

Doc from sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext.getRegisterAsAddress.

This can't be implemented in this class since we would have to tie the implementation to, for example, the debugging system

setRegisterAsAddressback to summary
public void setRegisterAsAddress(int index, Address value)

Implements abstract sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext.setRegisterAsAddress.

Implements sun.jvm.hotspot.debugger.ThreadContext.setRegisterAsAddress.

Doc from sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext.setRegisterAsAddress.

This can't be implemented in this class since we would have to tie the implementation to, for example, the debugging system