02.03.2014 Views

Tornado

Tornado

Tornado

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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

User’s Guide<br />

To execute enter:<br />

-> cret [task]<br />

If task is omitted or zero, the last task referenced is assumed.<br />

When the breakpoint is hit, information about the task will be printed in the same format<br />

as in single stepping. The breakpoint is automatically removed when hit, or if the task hits<br />

another breakpoint first.<br />

RETURNS<br />

SEE ALSO<br />

OK or ERROR if there is no such task.<br />

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

d()<br />

NAME<br />

SYNOPSIS<br />

DESCRIPTION<br />

RETURNS<br />

SEE ALSO<br />

d( ) – display memory<br />

void d<br />

(<br />

void * adrs, /* address to display (if 0, display next block */<br />

int nunits, /* number of units to print (if 0, use default) */<br />

int width /* width of displaying unit (1, 2, 4, 8) */<br />

)<br />

This command displays the contents of memory, starting at adrs. If adrs is omitted or zero,<br />

d( ) displays the next memory block, starting from where the last d( ) command<br />

completed.<br />

Memory is displayed in units specified by width. If nunits is omitted or zero, the number<br />

of units displayed defaults to last use. If nunits is non-zero, that number of units is<br />

displayed and that number then becomes the default. If width is omitted or zero, it<br />

defaults to the previous value. If width is an invalid number, it is set to 1. The valid values<br />

for width are 1, 2, 4, and 8. The number of units d() displayed is rounded up to the nearest<br />

number of full lines.<br />

N/A<br />

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

388

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

Saved successfully!

Ooh no, something went wrong!