This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[pushed] Re: [PATCH 2/2] Fix native follow-exec-mode "new"
- From: Don Breazeal <donb at codesourcery dot com>
- To: Pedro Alves <palves at redhat dot com>, "Breazeal, Don" <Don_Breazeal at mentor dot com>, "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Wed, 26 Aug 2015 14:28:22 -0700
- Subject: [pushed] Re: [PATCH 2/2] Fix native follow-exec-mode "new"
- Authentication-results: sourceware.org; auth=none
- References: <1440542496-14988-1-git-send-email-donb at codesourcery dot com> <1440542496-14988-3-git-send-email-donb at codesourcery dot com> <55DD97C1 dot 1090907 at redhat dot com>
On 8/26/2015 3:41 AM, Pedro Alves wrote:
> On 08/25/2015 11:41 PM, Don Breazeal wrote:
>
>>
>> gdb/
>> 2015-08-25 Don Breazeal <donb@codesourcery.com>
>>
>> * infrun.c (follow_exec): Re-order operations for
>> handling follow-exec-mode "new".
>> (handle_inferior_event_1): Assign ecs->event_thread
>> to the current thread.
>> * remote.c (get_remote_arch_state): Add an assertion.
>
>
> OK.
>
> Thanks,
> Pedro Alves
>
Thanks Pedro. This is now pushed.
--Don