02.03.2014 Views

Tornado

Tornado

Tornado

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Tornado</strong> 2.0<br />

User’s Guide<br />

DESCRIPTION<br />

RETURNS<br />

SEE ALSO<br />

This command spawns a task that calls a specified function n times, with up to eight of its<br />

arguments. If n is 0, the command is called endlessly, or until the spawned task is deleted.<br />

NOTE: The task is spawned using sp( ). See the description of sp() for details about<br />

priority, options, stack size, and task ID.<br />

A task ID, or ERROR if the task cannot be spawned.<br />

windsh, sp(), <strong>Tornado</strong> User’s Guide: Shell<br />

routestatShow( )<br />

NAME<br />

SYNOPSIS<br />

DESCRIPTION<br />

RETURNS<br />

SEE ALSO<br />

routestatShow( )– display routing statistics<br />

void routestatShow (void)<br />

This routine displays routing statistics.<br />

N/A<br />

windsh, <strong>Tornado</strong> User’s Guide: Shell<br />

s( )<br />

NAME<br />

SYNOPSIS<br />

DESCRIPTION<br />

s() – single-step a task<br />

STATUS s<br />

(<br />

int taskNameOrId, /* task to step; 0 = use default */<br />

INSTR * addr0, /* lower bound of range; 0 = next instr */<br />

INSTR * addr1 /* ;upper bound of range; 0 = next instr */<br />

)<br />

This command single-steps a task that is stopped at a breakpoint.<br />

To execute, enter:<br />

-> s [task [,addr0[,addr1]]]<br />

408

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!