Format: sb <a | d | t | u > <g | e | t | a | s | n> [l | i | p | x] val [@count] [{cmds}]
(In `Format' above, the angular bracket pair <> contains arguments that must be supplied.)
This command sets special breakpoints. These breakpoints are target specific. Consult your target's Development Guide for more specific details.
In the first group of letters, a specifies any task, d is on any attached task, t is on the current task, and u is on any unattached task.
In the second group of letters, a specifies to stop the actor, e is stop every actor, g is stop the actor group, n is to notify, s is to stop the system, and t is to stop the task.
In the third (optional) group of letters, l (lowercase `L') indicates that val is a line number, i indicates that val is an address, and p and x are target specific.