[PING] [PATCH v2 00/13] FreeBSD target async mode and related refactoring

John Baldwin jhb@FreeBSD.org
Wed Oct 6 15:43:48 GMT 2021


On 8/3/21 11:49 AM, John Baldwin wrote:
> Changes since the RFC:
> 
> - The series has been teste on Linux x86-64 and I did not see any
>    regressions.
> 
> - The first patch includes some changes from Lancelot Six to only
>    compile event-pipe.cc for platforms supporting pipe() or pipe2().  I
>    haven't tested this on a Windows build however (and don't have an
>    easy way to do so).
> 
> - Patches 4 through 6 are new based on Pedro's replies to some of my
>    earlier questions.
>    
> - Patch 7 was originally part of the main "fbsd async" patch but I
>    split it out so it is a bit clearer to other platforms which
>    inherit from inf-ptrace which parts are shared vs platform-specific.
>    It also now uses TARGET_WAITKIND_NO_RESUMED for the ECHILD case.
> 
> - Patches 12 and 13 are new and are further refactorings.  I could
>    perhaps move them earlier before the main "fbsd async" patch
>    if they are ok.  It would make the fbsd async patch itself a
>    bit smaller if so, but for the last patch in particular it might
>    also be useful to see two targets being updated to understand
>    which parts were pulled up into inf-ptrace?

Ping.

-- 
John Baldwin


More information about the Gdb-patches mailing list