Up: GEOS SDK TechDocs | Up | Prev: scope ... | Next: smatch ...

showcalls

showcalls [<flags>] [<args>]

Examples:

"showcalls -o"
show all calls using ObjMessage and ObjCall*
"showcalls -ml"
show all calls changing global and local memory
"showcalls"
stop showing any calls

Display calls to various parts of GEOS.

 

See Also: mwatch, objwatch.

showMethodNames

var showMethodNames

If this variable is non-zero, Swat prints out the names of the method in the AX register when unassembling a message call.

skip

skip [<number of instructions>]

Examples:

"skip"
skip the current instruction
"skip 6"
skip the next six instructions

Skip one or more instructions.

See Also: istep, sstep, patch.

sleep

sleep <seconds>

Examples:

"sleep 5"
Pauses Swat for 5 seconds.

This pauses Tcl execution for the given number of seconds, or until the user types Ctrl-C.

slist

slist [<args>]

Examples:

"slist"
list the current point of execution
"slist foo.asm::15"
list foo.asm at line 15
"slist foo.asm::15,45"
list foo.asm from lines 15 to 45

List source file lines in swat.

See Also: listi, istep, regs.


Up: GEOS SDK TechDocs | Up | Prev: scope ... | Next: smatch ...