lib.unwind
Class Cursor

java.lang.Object
  extended by lib.unwind.Cursor

public class Cursor
extends Object


Method Summary
 long getCFA()
           
 long getIP()
           
 ProcInfo getProcInfo()
           
 void getRegister(Number regNum, long offset, int length, byte[] bytes, int start)
           
 long getSP()
           
 boolean isSignalFrame()
           
 void setRegister(Number regNum, long offset, int length, byte[] bytes, int start)
           
 int step()
           
 Cursor unwind()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSignalFrame

public boolean isSignalFrame()

getRegister

public void getRegister(Number regNum,
                        long offset,
                        int length,
                        byte[] bytes,
                        int start)

setRegister

public void setRegister(Number regNum,
                        long offset,
                        int length,
                        byte[] bytes,
                        int start)

getIP

public long getIP()

getSP

public long getSP()

getCFA

public long getCFA()

step

public int step()

getProcInfo

public ProcInfo getProcInfo()

unwind

public Cursor unwind()