Re: Inadvertently run inferior threads
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Mon, 15 Jun 2015 16:28:14 +0100 > From: Pedro Alves <[email protected]> > CC: [email protected] > > >> So that should mean that even for GNU/Linux, it should be possible > >> to end in the exact same, when any thread other than the one that we > >> had started the infcall in reports an event that doesn't cause a stop. > >> E.g., a thread specific breakpoint, a "handle nostop" signal, etc. > > > > Does that involve minus_one_ptid on GNU/Linux as well? If not, that > > call will not mark all threads as running, will it? > > It does. user_visible_resume_ptid returns the same irrespective > of target_can_async. Then how come your test program ended up showing just that additional thread running? You even said you couldn't explain why I saw all my threads running on Windows.