Modifier and Type | Field and Description |
---|---|
private WindbgDebugger | |
private boolean | |
private long | |
private long |
Access | Constructor and Description |
---|---|
pack-priv | |
pack-priv |
Modifier and Type | Method and Description |
---|---|
public boolean | canSetContext()
Implements sun. Indicates whether calls to setContext() are valid. |
public boolean | equals(Object
the reference object with which to compare. obj)Overrides java. Indicates whether some other object is "equal to" this one. |
public ThreadContext | getContext()
Implements sun. Retrieves the context for the given thread. |
private long | |
public int | |
public void | setContext(ThreadContext thrCtx)
Implements sun. Sets the context for the given thread. |
public String |
debugger | back to summary |
---|---|
private WindbgDebugger debugger |
gotID | back to summary |
---|---|
private boolean gotID |
id | back to summary |
---|---|
private long id |
sysId | back to summary |
---|---|
private long sysId |
WindbgX86Thread | back to summary |
---|---|
pack-priv WindbgX86Thread(WindbgDebugger debugger, Address addr) |
WindbgX86Thread | back to summary |
---|---|
pack-priv WindbgX86Thread(WindbgDebugger debugger, long sysId) |
canSetContext | back to summary |
---|---|
public boolean canSetContext() throws DebuggerException Implements sun. Doc from sun. Indicates whether calls to setContext() are valid. |
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes.
|
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. |
getThreadID | back to summary |
---|---|
private long getThreadID() Retrieves the thread ID of this thread by examining the Thread Information Block. |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
setContext | back to summary |
---|---|
public void setContext(ThreadContext thrCtx) throws IllegalThreadStateException, DebuggerException Implements sun. Doc from sun. Sets the context for the given thread. The passed ThreadContext must be a modified version of one returned from a previous call to getContext(). 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. Throws a DebuggerException if the target process can not be modified, for example because it is a core file. |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
|