Class NativeThreadContext
java.lang.Object
com.ibm.dtfj.corereaders.NativeThreadContext
NativeThreadContext based on ThreadContext class from Sovereign
basically used to help try and generalize stack traversal
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
NativeThreadContext
public NativeThreadContext() - 
NativeThreadContext
public NativeThreadContext(int size, long ee, long pc, long lr, long sp, long bp)  
 - 
 - 
Method Details
- 
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() 
 -