Top Fields Constructors Methods
sun.jvm.hotspot.debugger.remote.riscv64

public Class RemoteRISCV64Thread

extends RemoteThread
Class Inheritance
Imports
sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.debugger.riscv64.*, sun.jvm.hotspot.debugger.remote.*, sun.jvm.hotspot.utilities.*

Field Summary

Inherited from sun.jvm.hotspot.debugger.remote.RemoteThread:
addrdebuggerid

Constructor Summary

AccessConstructor and Description
public
public

Method Summary

Modifier and TypeMethod and Description
public ThreadContext
getContext()

Implements sun.jvm.hotspot.debugger.ThreadProxy.getContext.

Retrieves the context for the given thread.

Inherited from sun.jvm.hotspot.debugger.remote.RemoteThread:
canSetContextequalshashCodesetContexttoString

Constructor Detail

RemoteRISCV64Threadback to summary
public RemoteRISCV64Thread(RemoteDebuggerClient debugger, Address addr)
RemoteRISCV64Threadback to summary
public RemoteRISCV64Thread(RemoteDebuggerClient debugger, long id)

Method Detail

getContextback to summary
public ThreadContext getContext() throws IllegalThreadStateException

Implements sun.jvm.hotspot.debugger.ThreadProxy.getContext.

Doc from sun.jvm.hotspot.debugger.ThreadProxy.getContext.

Retrieves the context for the given thread. It is only valid to call this method if the thread is suspended (i.e., the process has not been resumed via ProcessControl); throws an IllegalThreadStateException if it is not.