Re: MI breakpoint events not emitted when breakpoint is modified using CLI
Jan Vrany <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi again, I'm sorry, I just tried in a slightly different setup and I do see breakpoint events. So the problem is elsewhere likely in my MI handling code. I'm very sorry for the noise. Jan On Tue, 2017-07-11 at 09:04 +0200, Jan Vrany wrote: > Hi, > > I just noticed that -breakpoint-created / -breakpoint-modified / > -breakpoint-deleted events are not emitted if I create them using CLI > interpreter. > > Following Pedro's suggestion [1], I start GDB with CLI interpreter > and then spawn a (secondary) MI interpreter using "new-ui mi <some > pty>" cli command. Then if I create a breakpoint using "break > some_func" using CLI interpreter (running on "primary" TTY), I get > no events on MI tty. If enter CLI command on MI TTY, I do get them. > > Is it a bug or a feature? If feature, what's the rationale behind? > > Thanks! > > Jan > > > [1]: https://sourceware.org/ml/gdb/2017-01/msg00039.html