Totalview® Reference Guide : PART I CLI Commands : Chapter 2 CLI Commands : spurs : spurs break [spu-image-name spu-source-location-expression ]
spurs break [spu-image-name spu-source-location-expression ]
Displays either a one-line description of this command or adds a breakpoint.
spurs break returns a one-line description of this command.
spurs break spu-image-name spu-source-loc-expression creates an image-qualified breakpoint path. This is identical to the following CLI command:
dbreak -pending ##spu-image-name#source-loc-expr
This command creates a pending breakpoint that is located only with the image you name. However, if the image has already been loaded, TotalView sets an ordinary breakpoint rather than a pending breakpoint. The focus must be on an SPU thread.
This command returns the action point ID of the created breakpoint. You can use this ID with other CLI commands that act upon breakpoints; for example, dactions. ddelete, ddisable, denable, and others.