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

pack-priv Class WindbgAMD64ThreadContext

extends AMD64ThreadContext
Class Inheritance
Imports
sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.debugger.amd64.*, sun.jvm.hotspot.debugger.windbg.*

Field Summary

Modifier and TypeField and Description
private WindbgDebugger
Inherited from sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext:
CSDSERRESFSFSBASEGSGSBASENPRGREGR10R11R12R13R14R15R8R9RAXRBPRBXRCXRDIRDXRFLRIPRSIRSPSSTRAPNO

Constructor Summary

AccessConstructor and Description
public

Method Summary

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

Implements abstract sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.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.amd64.AMD64ThreadContext.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.amd64.AMD64ThreadContext:
getNumRegistersgetRegistergetRegisterNamegetTopFramesetRegister

Field Detail

debuggerback to summary
private WindbgDebugger debugger

Constructor Detail

WindbgAMD64ThreadContextback to summary
public WindbgAMD64ThreadContext(WindbgDebugger debugger)

Method Detail

getRegisterAsAddressback to summary
public Address getRegisterAsAddress(int index)

Implements abstract sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.getRegisterAsAddress.

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

Doc from sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.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.amd64.AMD64ThreadContext.setRegisterAsAddress.

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

Doc from sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.setRegisterAsAddress.

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