This adds "continue -a" and "interrupt -a" for non-stop mode, since in non-stop, execution commands apply only to the selected thread by default. The -a variants allow to resume all stopped thread, and to interrupt all running threads. -- Pedro Alves