Re: Canceling a long running gdb/mi command
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Dmitry" == Dmitry Neverov via Gdb <[email protected]> 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