- java.lang.Object
-
- com.ibm.dtfj.corereaders.NativeThreadContext
-
public class NativeThreadContext extends Object
NativeThreadContext based on ThreadContext class from Sovereign basically used to help try and generalize stack traversal
-
-
Constructor Summary
Constructors Constructor Description NativeThreadContext()
NativeThreadContext(int size, long ee, long pc, long lr, long sp, long bp)
-
-
-
Method Detail
-
setEE
public void setEE(long ee)
-
setPc
public void setPc(long pc)
-
setLr
public void setLr(long lr)
-
setSp
public void setSp(long sp)
-
setBp
public void setBp(long bp)
-
getEE
public long getEE()
-
getPc
public long getPc()
-
getSp
public long getSp()
-
getBp
public long getBp()
-
getLr
public long getLr()
-
-