quit
Terminates the debugging session
Format:
quit [ -force ]
Arguments:
-force
Tells the CLI that it should close all TotalView processes without asking permission.
Description:
The quit command terminates the CLI session.
The exit command terminates the TotalView session.
After executing the quit command, the CLI asks if it is all right to exit. If you answer yes, TotalView exits. If you had entered the CLI from the TotalView GUI, this command also closes the GUI window.
Note: Type Ctrl-D to exit from the CLI window without exiting from TotalView.
Any processes and threads that were created by the CLI are destroyed. Any processes that existed prior to the debugging session (that is, were attached by the CLI as part of a dattach operation) are detached and left executing.
The quit and exit commands are interchangeable; they both do exactly the same thing.
Examples:
quit
Exits the CLI, leaving any "attached" processes running (in the run-time environment).