This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit] LynxOS: Resume the same thread when receiving a thread create/exit event.


> > gdb/gdbserver/ChangeLog:
> > 
> >         * lynx-low.c (lynx_resume): Use the resume_info parameter
> >         to determine the ptid for the lynx_ptrace call, unless
> >         it is equal to minus_one_ptid, in which case we use the
> >         ptid of the current_inferior.
> >         (lynx_wait_1): After having received a thread create/exit
> >         event, resume the inferior's execution using the signaling
> >         thread's ptid, rather than the old ptid.
[...]
> Looks fine to me.

Thanks! Checked in.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]