Re: Problem with using -exec-interrupt in async mode
Mainuddin Ahmad Jonas <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Jan Vrany <jan.vrany <at> fit.cvut.cz> writes: > > Hi there, > > I'm building a little custom debugging tool around GDB using MI. > One problem is that -exec-interrupt does not seem to work properly > even if target-async (mi-async in 7.9) is used. > Hi, I am facing the exact same issue with GDB 7.10.1. It seems to me "-gdb-set mi-async on" fails to execute programs in the background. Jonas