User guide
9-8
Using the Old Command Line Interface (CLI)
break -thread thread_id
Sets breakpoint in the specified thread.
break at file:lineno/lineno -thread thread_id
Sets breakpoint at the line number of the file and thread
mentioned.
break at filename:lineno
Sets a breakpoint in the identified file at the specified line
number.
break in class:task/function
Sets a breakpoint in class at the identified task or function.
For example:
cli_55 > break in check_all
set break #6 in check_all
break in scope
Sets a breakpoint in the specified scope.
break in scope -thread thread_id
Sets a breakpoint in the scope of the thread.
show break
Displays all the break points
delete breakpoint_number | all
Deletes the identified breakpoint or all breakpoints.
tbreak [#relative_time| ##absolute_time| @posedge|
@negedge] net_or_reg
Sets a one shot breakpoint. This command is identical to the once
command.