Up: GEOS SDK TechDocs | Up | Prev: ret ... | Next: showcalls ...

scope

scope [<scope-name>]

Examples:

"scope"
Returns the name of the current auxiliary scope.

This changes the auxiliary scope in which Swat looks first when trying to resolve a symbol name in an address expression.

See Also: set-address, addr-parse, whatis.

screenwin

screenwin

Print the address of the current top-most screen window.

send

send [-enpr] <geode-name>

Examples:

"send icon"
send EC Icon Editor if running in EC mode; send non-EC Icon Editor if running in non-EC mode.
"send -r icon"
send appropriate icon editor, then run it. (See documentation for "run" above.)
"send -e icon"
send EC Icon editor.
"send -n icon"
send non-EC Icon Editor
"send -p c:/pcgeos/appl/icon/icon.geo"
send c:/pcgeos/appl/icon/icon.geo
"send"
send the default patient (as set by the patient-default command).

Send a geode from the host to target machine.

send-file

send-file <file> <targfilename>

Examples:

"send-file /pcgeos/appl/sdk/mess1/mess1.geo WORLD/soundapp.geo"
Send the mess1.geo file on the host machine to the WORLD directory of the host machine, where it will be called soundapp.geo .

Sends a file from the host machine to the target.

set-address

Set the last-accessed address recorded for memory-access commands. Single argument is an address expression to be used by the next memory-access command (except via <return>).

setcc

setcc <flag> [<value>]

Examples:

"setcc c"
set the carry flag
"setcc z 0"
clear the zero flag

Set a flag in the computer.

See Also: clrcc, compcc.

set-masks

set-masks <mask1> <mask2>

Examples:

"set-masks 0xff 0xff"
Allow no hardware interrupts to be handled while the machine is stopped.

Sets the interrupt masks used while the Swat stub is active. Users should use the "int" command.

See Also: int.

set-repeat

Sets the command to be repeated using a template string and the lastCommand variable. The variables $0...$n substitute the fields 0...n from the lastCommand variable. The final result is placed in repeatCommand which will be executed should the user type Enter.

set-startup-ec

set-startup-ec [<args>]

Examples:

"set-startup-ec +vm"
turn on VM error checking when starting up
"set-startup-ec none"
turn off all ec code when starting up

Executes the "ec" command upon startup, to allow one to override the default error checking flags.

See Also: ec.

sftwalk

sftwalk

Examples: "sftwalk"

Print the system file table out by blocks.

See Also: sysfiles, geosfiles, fwalk.


Up: GEOS SDK TechDocs | Up | Prev: ret ... | Next: showcalls ...