>>>>> "Dmitry" == Dmitry Neverov via Gdb <gdb@sourceware.org> writes: Dmitry> Is there a way to interrupt (cancel) a long running gdb/mi command? Dmitry> Similar to what happens on Ctrl-C when gdb owns a terminal. I am not 100% sure about this but I think you can just send a SIGINT to gdb. Tom