interruptΒΆ
Interrupt the execution of the debugged program.
interrupt [-a]
If non-stop mode is enabled, interrupt only the current thread, otherwise all the threads in the program are stopped.
To interrupt all running threads in non-stop mode, use the -a option.