User guide

9-9
Using the Old Command Line Interface (CLI)
Displaying Object Data Members
print this
In Vera code, prints the current object data members.
For example:
cli_141 > break in cpu::new
set break #1 in cpu::new
cli_142 > print this
this = {
localarb: <Class Type bus_arb>
cpu_id: 00000000
address: 69
data: 30
delay: 00000003
}
Setting and Printing Values of Variables
set variable = value
Sets variable values.
print variable
Displays variable values.
Traversing Call-stacks
stack
Prints task/function call traceback.
For example:
cli_129 > stack
#0 in \cpu::release_bus at cpu.vr:73