Uses of Class
frysk.debuginfo.PrintDebugInfoStackOptions

Packages that use PrintDebugInfoStackOptions
frysk.debuginfo This package implements frysk's low-level, or application binary interface, location expression model. 
frysk.ftrace   
frysk.util   
 

Uses of PrintDebugInfoStackOptions in frysk.debuginfo
 

Methods in frysk.debuginfo with parameters of type PrintDebugInfoStackOptions
static void DebugInfoStackFactory.printStackTrace(PrintWriter writer, DebugInfoFrame topFrame, PrintDebugInfoStackOptions options)
           
static void DebugInfoStackFactory.printTaskStackTrace(PrintWriter printWriter, Task task, PrintDebugInfoStackOptions options)
           
static void DebugInfoStackFactory.printVirtualTaskStackTrace(PrintWriter printWriter, Task task, PrintDebugInfoStackOptions options)
           
 void VirtualDebugInfoFrame.toPrint(PrintWriter writer, PrintDebugInfoStackOptions options)
           
 void DebugInfoFrame.toPrint(PrintWriter writer, PrintDebugInfoStackOptions options)
           
 

Uses of PrintDebugInfoStackOptions in frysk.ftrace
 

Constructors in frysk.ftrace with parameters of type PrintDebugInfoStackOptions
Ftrace(PrintDebugInfoStackOptions stackPrintOptions)
           
 

Uses of PrintDebugInfoStackOptions in frysk.util
 

Methods in frysk.util with parameters of type PrintDebugInfoStackOptions
static OptionGroup StackPrintUtil.options(PrintDebugInfoStackOptions options)
          Create, in a separate group, the standard set of stack-print options provided by utilities.
static void StackPrintUtil.print(Task task, PrintDebugInfoStackOptions options, PrintWriter printWriter)
          Given a task, a writer, and the selected stack-print-options, produce a stack back-trace.
 

Constructors in frysk.util with parameters of type PrintDebugInfoStackOptions
StacktraceAction(PrintWriter printWriter, Proc theProc, Event theEvent, PrintDebugInfoStackOptions options)
          Runs a stacktrace on the given process.