Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public ThreadContext | getContext()
Implements sun. Retrieves the context for the given thread. |
RemoteRISCV64Thread | back to summary |
---|---|
public RemoteRISCV64Thread(RemoteDebuggerClient debugger, Address addr) |
RemoteRISCV64Thread | back to summary |
---|---|
public RemoteRISCV64Thread(RemoteDebuggerClient debugger, long id) |
getContext | back to summary |
---|---|
public ThreadContext getContext() throws IllegalThreadStateException Implements sun. Doc from sun. 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. |