Re: Inadvertently run inferior threads
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Tue, 23 Jun 2015 22:51:52 +0300 > From: Eli Zaretskii <[email protected]> > Cc: [email protected], [email protected] > > > Date: Tue, 23 Jun 2015 20:11:12 +0100 > > From: Pedro Alves <[email protected]> > > CC: Eli Zaretskii <[email protected]>, gdb <[email protected]> > > > > This makes GDB mark threads as running while doing an infcall, > > and sets them back to stopped when the call finishes. The MI > > event suppression is done elsewhere and isn't really affected. > > So I'm leaving MI untouched for now. > > > > Eli, could you give it try to check if this fixes your > > case too, please? > > Thanks, will do ASAP. The patch fixes my case as well. Thank you very much!