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]

Checked in: [RFA] gdbserver/lynx178: spurious SIG61 signal when resuming inferior.


> gdbserver/ChangeLog:
> 
>         * lynx-low.c (struct process_info_private): New type.
>         (lynx_add_process): New function.
>         (lynx_create_inferior, lynx_attach): Replace calls to
>         add_process by calls to lynx_add_process.
>         (lynx_resume): If PTID is null, then try using
>         current_process()->private->last_wait_event_ptid.
>         Add comments.
>         (lynx_clear_inferiors): Delete.  The contents of that function
>         has been inlined in lynx_mourn;
>         (lynx_wait_1): Save the ptid in the process's private data.
>         (lynx_mourn): Free the process' private data.  Replace call
>         to lynx_clear_inferiors by call to clear_inferiors.

Checked in.

-- 
Joel


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