% avrora -help trace
Avrora [Beta 1.6.0] - (c) 2003-2005 UCLA Compilers Group
Usage: avrora [-action=action] [options]
Usage: avrora -help [category]
MONITOR OVERVIEW
The "trace" monitor traces the execution of the entire program by printing
every instruction as it executes.
OPTIONS
Help for the options accepted by this monitor is below.
-trace-from: list = (null)
The "trace-from" option specifies the list of program point
pairs for which to enable the tracing. The tracing will be
enabled when the first point is entered and be disabled when
the second point is reached. Nesting of multiple point pairs
is handled correctly.
For more information, see the online documentation at
http://compilers.cs.ucla.edu/avrora
To report bugs or seek help, consult the Avrora mailing list:
http://lists.ucla.edu/cgi-bin/mailman/listinfo/avrora
Please include the version number [Beta 1.6.0] when posting to the list.
|