In mpiexec -gdb hitting ctrl-c terminates all the processes of the MPI program. I want to read the stack for one of the MPI process while the program is running, is there a way to let ctrl-c return control to gdb rather then quitting the program alltogether?