From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by sourceware.org (Postfix) with ESMTPS id A8F5A3858C78 for ; Sun, 13 Mar 2022 04:55:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A8F5A3858C78 Received: by mail-wr1-x435.google.com with SMTP id u1so18909475wrg.11 for ; Sat, 12 Mar 2022 20:55:47 -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:mime-version :content-disposition; bh=gCdCOsfeX8yL4kwbeuEJS0DBv7w9E0Aji8uDDtN3DvI=; b=yTASq5GocAvo6bIO7l6/EpCgDjc8dCMF44NOlslPB7bu0N9Ee0HA8oaMDVtknd+QPE /AdOXbVx76u92VH4l9mWIOMf4N7ihy4pK1iMZPCs0KakVvThQPe5U0z5wdJL8VCrUnT/ uHOmh1xAgKvPwzjdRVTvhKgn7ojlrOLFpzT8FRpBHjuG0DwxKLMQ7k07s6hCzW9GvZaK t/Eq5rWCPPeYnWp1kev0U8tIO1AuQ4+0id6YAFb/CzQpl93Yvrqgbgk4Ua6YdRqyMSA3 RFdcLH6eSpr0I7pqa0oOWk3DLqQ/p1mBTewdh18/Hm3Xbo4mRi4aSUxFoQrpkaH/RPO1 s8PA== X-Gm-Message-State: AOAM532Vp9mqhgXStiaN/cjKD7ueVKh2um2r5lutXklW31lezwLh5IuL HOLi51y6X8kMUJm1yQiEBaHFTkUCn3xE X-Google-Smtp-Source: ABdhPJzRN3Ela6EePXf/UywAbwg/tG3QiPzSuySXTTpSJDHxMfhuL47NTrhj+eEvLEJ9SszLYk6bmQ== X-Received: by 2002:a5d:4ec7:0:b0:203:8abc:ac97 with SMTP id s7-20020a5d4ec7000000b002038abcac97mr10979646wrv.86.1647147346506; Sat, 12 Mar 2022 20:55:46 -0800 (PST) Received: from takamaka.home ([2a01:cb22:1d5:1100:649a:6ea9:3e07:fe1f]) by smtp.gmail.com with ESMTPSA id y10-20020adfee0a000000b001f0639001ffsm16857240wrn.9.2022.03.12.20.55.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 12 Mar 2022 20:55:46 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 88637A4AD3; Sun, 13 Mar 2022 08:55:43 +0400 (+04) Date: Sun, 13 Mar 2022 08:55:43 +0400 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker , aburgess@redhat.com Subject: GDB 12 branching next weekend (2022-03-20 or 2022-03-21)? Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no 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 Mar 2022 04:55:49 -0000 Hi everyone, Given the advancement on the two remaining items identified for the GDB 12 release, I think we can shoot for branching this coming weekend: Sat/Sun March 20-21. If you guys see some issues with that, then please let us know. Otherwise, let's go for it! Cheers everyone. --- Fixed Since the Previous Update: -------------------------------- Added Since the Last Update: ---------------------------- Other Ongoing Items: -------------------- * TBC: [BarisA/AndrewB] Ctrl-D distorts GDB prompt https://sourceware.org/bugzilla/show_bug.cgi?id=28833 Baris requested that we consider the bug above, which seems to be a GDB 11 regression for Baris. IIUC, Andrew fixed the issue in upstream's readline, and now we just need to backport it. https://lists.gnu.org/archive/html/bug-readline/2022-03/msg00005.html Backport request on GDB ml: https://sourceware.org/pipermail/gdb-patches/2022-March/186391.html There was a suggestion that we use a more limited bug safer approach for GDB 12. I did not look at the patch, but if it helps make people more comfortable, this seems like a valid approach. * [AndrewB] create GDB/MI commands using python Explicit request to include in GDB 12; accepted as the patches were sent prior to the start of the GDB 12 release process. Latest version (v5) pasted by Andrew, and approved by Tom: https://sourceware.org/pipermail/gdb-patches/2022-February/186176.html Let's push the patch ;-). Reminder: Tentative Schedule: ----------------------------- - GDB 12 branching: ~Mar 20-25; - GDB 12.1 release 2 weeks later, so early Apr. -- Joel