Re: Problem with using -exec-interrupt in async mode
Jan Vrany <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Wed, 2015-03-04 at 08:41 +0000, Pedro Alves wrote: > Hi Jan, > > On 03/04/2015 07:16 AM, Jan Vrany wrote: > > > My question is: am I doing something wrong, did I misunderstood the > > documentation or is it a bug? If it's not a bug, how can I "break" > > inferior execution using MI only? > > It's a bug -- Simon filed PR 18077 for it: > > https://sourceware.org/bugzilla/show_bug.cgi?id=18077 > Ah, too late. Simon was faster :-) Looking at the code it seems that -exec-run actually does the same as "r &" CLI command so I'll resort to that for now. Thanks! Jan