frysk.ftrace
Interface Arch

All Known Implementing Classes:
IA32Arch, X8664Arch

public interface Arch

Architecture-dependend portion of Ltrace.


Method Summary
 Object[] getCallArguments(Task task)
          Construct an array of function call arguments.
 long getReturnAddress(Task task)
          Get a return address of current function call.
 Object getReturnValue(Task task)
          Construct a return value of a function call.
 

Method Detail

getReturnAddress

long getReturnAddress(Task task)
Get a return address of current function call.


getCallArguments

Object[] getCallArguments(Task task)
Construct an array of function call arguments.


getReturnValue

Object getReturnValue(Task task)
Construct a return value of a function call.