Exits without asking permission. This is most often used in scripts.
The exit command ends the debugging session.
After you enter this command, the CLI confirms that you wish to exit, then exits. If you entered the CLI from the TotalView GUI, this command also closes the GUI window.
TotalView destroys all processes and threads that it makes. Any processes that existed prior to the debugging session (that is, TotalView attached to them because you used the
dattach command) are detached and left executing.
The exit and
quit commands are interchangeable and do the same thing.