The dcont command continues all processes and threads in the current focus, and then waits for all of them to stop.
A dcont command completes when all threads in the focus set of processes stop executing. If you do not indicate a focus, the default focus is the process of interest (POI).
Resumes execution of all stopped threads that are not held and which belong to processes in the current focus. (This command does not affect threads that are held at barriers.) The command blocks further input until all threads in all target processes stop. After the CLI displays its prompt, you can enter additional commands.
Resumes execution of all stopped threads that are not held and that belong to process 1. The CLI does not accept additional commands until the process stops.