From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by sourceware.org (Postfix) with ESMTPS id A1AAC3858D1E for ; Sun, 13 Feb 2022 14:33:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A1AAC3858D1E Received: by mail-wr1-x436.google.com with SMTP id e3so23050023wra.0 for ; Sun, 13 Feb 2022 06:33:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=laV5aQm1RU03No7zFiu1xJ5kUtduzwvQGsUKcrHshbg=; b=Q/S8D4vPv/y8+Hy359DCYZCvalUMuwJfXIO+u134Q2elf8/f5QVfTuGEB6MrV1y5YL jCr3GlZM0AEBQggOZjN9b3NneTqqE2kzjBvWd99jzIaMVDoAZYz2CjVNvOfMLQlw3DSy mW2vnAkWRcMJHegeMEGkJTCGoENRJJ2tee/itzxD+kkRdr4gJ1PLLKYY+VYTv8H+lsJQ qrAIYuJllJ4P6X21rwxvng0e5Ym2zUQ5e2GHvlz6CDlg1RIYYnMs3ObA6yXMfjmmjOSP 8dQgVEbkTZgiWDzHLWBvfaKGSdlbzkkH2D+AUBPovhFPVozh5ApScOZr7V6CKkTtbFdf jlag== X-Gm-Message-State: AOAM531+u7z4FWoRMEr7NWbpNS50nl0cm7v4Txzj9VMkUpez874lxIxY Ou9SOmhXWAl3Uu2Cp+EwpF7v2dxzjZsG X-Google-Smtp-Source: ABdhPJzBM/KL8JV0P2MPL2cfz4pWWzc/up+mpJrjOlhccYJDapNZDLIXRVAzK5nuitJo2TnVHZjaVg== X-Received: by 2002:adf:d4d2:: with SMTP id w18mr7918656wrk.608.1644762794658; Sun, 13 Feb 2022 06:33:14 -0800 (PST) Received: from takamaka.home (lfbn-reu-1-503-119.w92-130.abo.wanadoo.fr. [92.130.90.119]) by smtp.gmail.com with ESMTPSA id g4sm879301wri.88.2022.02.13.06.33.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 13 Feb 2022 06:33:13 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 6A1AEA4A5E; Sun, 13 Feb 2022 18:33:11 +0400 (+04) Date: Sun, 13 Feb 2022 18:33:11 +0400 From: Joel Brobecker To: John Baldwin Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: GDB 12 preparation and target date? Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2022 14:33:17 -0000 Hi John, > I'd like to land my FreeBSD async mode series in GDB 12. > > https://sourceware.org/pipermail/gdb-patches/2022-January/185345.html I m now keeping an eye on this patch series. Just make sure I understand the situation well: As far as I can tell, the patch series has been reviewed by Tom (Jan 14th), and the ball is now in your court to send a new patch series? -- Joel