LynxOS: Resume the same thread when receiving a thread create/exit event.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 7 Jan 2013 11:39:00 +0000 (11:39 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 7 Jan 2013 11:39:00 +0000 (11:39 +0000)
commit3f6e77ef16e580abf959d28f5a090a79160937aa
tree6a90f0ecc7bc1edeed4b2154a706eb4411cd1721
parent7fda33ae8d596863ddfbf1521934bb23675c9390
LynxOS: Resume the same thread when receiving a thread create/exit event.

Before this patch, the ptid passed to lynx_resume was completely
ignored, and we used the current_inferior. This resulted in trying
to resume the inferior execution using the wrong ptid after having
received a thread create/exit event, because the inferior_ptid
was still set to the ptid prior to receiving the signal.

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.
gdb/gdbserver/ChangeLog
gdb/gdbserver/lynx-low.c
This page took 0.036138 seconds and 4 git commands to generate.