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

public Class LinuxX86ThreadContext

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

Field Summary

Modifier and TypeField and Description
private LinuxDebugger
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 LinuxDebugger debugger

Constructor Detail

LinuxX86ThreadContextback to summary
public LinuxX86ThreadContext(LinuxDebugger 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