Files
iverilog/vvp/debug.txt
T
steve 2e12635494 Add to the debugger the ability to view and
break on functors.

 Add strengths to functors at compile time,
 and Make functors pass their strengths as they
 propagate their output.
2001-05-08 23:32:26 +00:00

27 lines
764 B
Plaintext

INTERACTIVE ASSEMBLY DEBUGGER
The VVP runtime includes an interactive runtime debugger that allows
the expert user to trace the actions of the VVP simulation. It is
entered just before simulation starts if the user uses the -d flag to
the vvp command, and it is also entered when an interesting breakpoint
is triggered. The -d flag is useful for giving the user a chance to
set breakpoints.
DEBUGGER COMMANDS
* go
Resume the simulation. The simulation will continue until the next
breakpoint, or until the simulation ends.
* lookup <symbol>...
Give a symbol name, and this function will lookup that symbol and
return the type and address.
fbreak <address>...
Set the breakpoint on a given functor address. (Use the lookup
function to locate the address.)