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

Joel Brobecker brobecker@adacore.com
Mon Dec 17 11:33:00 GMT 2012


> 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.
[...]
> Checked in.

Actually, the checkin failed, because it depends on:
    [RFC/commit 3/3] Delete unused variable in lynx_resume
    http://www.sourceware.org/ml/gdb-patches/2012-12/msg00544.html

Resolving the conflict due to the dependency feels like undoing
the patch. So I will wait before putting this one in.

-- 
Joel



More information about the Gdb-patches mailing list