ddelete Deletes action points Format: Deletes the specified action points ddelete action-point-list Deletes all action points ddelete -a Arguments: action-point-list A list of the action points to delete. -a Deletes all action points in the current focus. Description: The ddelete command permanently removes one or more action points. If you delete a barrier point, the CLI releases the processes and threads held at it. If you do not indicate a focus, the default focus is the process of interest (POI). Command alias: Alias Definition Description de ddelete Deletes action points Examples: ddelete 1 2 3 Deletes action points 1, 2, and 3. ddelete -a Deletes all action points associated with processes in the current focus. dfocus {p1 p2 p3 p4} ddelete -a Deletes all the breakpoints associated with processes 1 through 4. Breakpoints associated with other threads are not affected. dfocus a de -a Deletes all action points known to the CLI.