This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 06/16 v3] Extended-remote Linux follow fork
- From: "Breazeal, Don" <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: Fri, 23 Jan 2015 08:42:40 -0800
- Subject: Re: [PATCH 06/16 v3] Extended-remote Linux follow fork
- Authentication-results: sourceware.org; auth=none
- References: <1408580964-27916-1-git-send-email-donb at codesourcery dot com> <1414798134-11536-4-git-send-email-donb at codesourcery dot com> <5464AB62 dot 5040100 at redhat dot com> <5464FE11 dot 1080001 at codesourcery dot com> <5464FF7D dot 6060103 at redhat dot com> <5465012C dot 9060708 at codesourcery dot com> <54824E47 dot 7020907 at codesourcery dot com> <54C236B9 dot 8060200 at redhat dot com>
On 1/23/2015 3:55 AM, Pedro Alves wrote:
> Hi Don,
>
> I need to play with this in order to review it, and so
> I'm trying to reconstruct the current series in my sandbox, but
> I'm having troubling figuring out the pieces. Do you keep
> the updated series in a branch somewhere?
>
> Thanks,
> Pedro Alves
>
Hi Pedro,
Sorry the currently posted stuff isn't working for you. My most recent
merge from upstream, yesterday, resulted in some conflicts and broke
some things like follow-vfork. You would probably run into the same
conflicts if I posted an older (working) version. I will post a new
version of the follow-fork part of the patch series as soon as I work
through the merge issue(s).
Thanks,
--Don