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

pack-priv Class WindbgX86ThreadContext

extends X86ThreadContext
Class Inheritance
Imports
sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.debugger.x86.*, sun.jvm.hotspot.debugger.windbg.*

Field Summary

Modifier and TypeField and Description
private WindbgDebugger
Inherited from sun.jvm.hotspot.debugger.x86.X86ThreadContext:
CSDR0DR1DR2DR3DR6DR7DSEAXEBPEBXECXEDIEDXEFLEIPERRESESIESPFPFSGSNPRGREGPCPSR0R1SPSSTRAPNOUESP

Constructor Summary

AccessConstructor and Description
public

Method Summary

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

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

Field Detail

debuggerback to summary
private WindbgDebugger debugger

Constructor Detail

WindbgX86ThreadContextback to summary
public WindbgX86ThreadContext(WindbgDebugger debugger)

Method Detail

getRegisterAsAddressback to summary
public Address getRegisterAsAddress(int index)

Implements abstract sun.jvm.hotspot.debugger.x86.X86ThreadContext.getRegisterAsAddress.

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

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

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

Doc from sun.jvm.hotspot.debugger.x86.X86ThreadContext.setRegisterAsAddress.

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