From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 836973858435 for ; Mon, 7 Mar 2022 15:15:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 836973858435 Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-18-NubtNmohN5GLcxjI41909A-1; Mon, 07 Mar 2022 10:15:51 -0500 X-MC-Unique: NubtNmohN5GLcxjI41909A-1 Received: by mail-wr1-f69.google.com with SMTP id p9-20020adf9589000000b001e333885ac1so4647774wrp.10 for ; Mon, 07 Mar 2022 07:15:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=cXZfV10OMU7wwZ29VqF/X+X5k/rQQgZuXUnDqesjlyo=; b=joiqiekxPhNcBdAV+QimIprkWmLAnpGLuXuPH8NE1RiwM9pb8rh2jehuScafVwY30N COEVlW/2V/pSzjv22EYcNFbuz2wgKcNmO/IGYT373dgZpxopQMQ03QOtobZoWDyIn1Ie BPXVT0lqqi+ZKrX88/TPLB0fixh725bbDCh0pJny47pAGoBGnYhDbn7IFCdhGpJxdyk/ 9xNIaTlRRWNdG0PXupbI9TEdHJPQCQtvh6b8Ir8LTSJG2Au8N3803/1vJUpkRyfinhmD dKMdmcspcC/hsARSAn3WfREmnRa7gxeZJKlUwYrMFi/Td9xwVwfVZsRFeBzyMwkWSvdc SkgA== X-Gm-Message-State: AOAM530eDx+LP7f0XvBCQrdzLabZ97Zw8E5sPpfYyg/RNJVF6PCAJnoF LvrI1SA82CEgZVW/Ah6HeguFVWWr7yG4WJ4g24wwmX4OW9R9g3hCGfZm7Nd6xiEQO6/xwEQt3h2 c5qW3EANlRk/osd9qAkRBYw8gm1Hw8LrnkJV5eouwvfzk1lS4kfHpmJVZWmhGHs1lP5vld7Un3A == X-Received: by 2002:a5d:598a:0:b0:1f1:fa29:1ba6 with SMTP id n10-20020a5d598a000000b001f1fa291ba6mr2821634wri.90.1646666149887; Mon, 07 Mar 2022 07:15:49 -0800 (PST) X-Google-Smtp-Source: ABdhPJwxRKzpfCzqDWwbT2JhrGKMxjn/i8fOdEYUBK9suhyNDJG95YU2asLzoY4GgNK2V4EHiyXb/Q== X-Received: by 2002:a5d:598a:0:b0:1f1:fa29:1ba6 with SMTP id n10-20020a5d598a000000b001f1fa291ba6mr2821620wri.90.1646666149684; Mon, 07 Mar 2022 07:15:49 -0800 (PST) Received: from localhost (host86-134-151-205.range86-134.btcentralplus.com. [86.134.151.205]) by smtp.gmail.com with ESMTPSA id f17-20020adffcd1000000b001edbf438d83sm11398743wrs.32.2022.03.07.07.15.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Mar 2022 07:15:49 -0800 (PST) From: Andrew Burgess To: Joel Brobecker via Gdb-patches , gdb-patches@sourceware.org Cc: Joel Brobecker Subject: Re: GDB 12 preparation -- 2022-03-06 update In-Reply-To: References: Date: Mon, 07 Mar 2022 15:15:48 +0000 Message-ID: <87v8wpx07v.fsf@redhat.com> MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, 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: Mon, 07 Mar 2022 15:15:55 -0000 Joel Brobecker via Gdb-patches writes: > Hi everyone, > > We are making very good progress, it seems, on the two issues > we have identified for GDB 12, so if things continue this way, > we might be on track to create our first pre-release around > the time we were targetting, which is March 20-25 (repeated > at the end of every message, just for the record)! > > There has also been ... > > https://sourceware.org/bugzilla/show_bug.cgi?id=28616 > > ... where I wasn't sure why it was marked GDB 12, and have been > trying to reach out to the person who created the PR. I've tried > a different email which I think will work. Given that I'm not > seeing progress on this PR either, I'm hoping this one isn't > going to be deemed critical (it does seem to happen in unusual > circumstances, but workarounds once hist are unclear at the moment). > > That's it for this week. Let's see where we're at at the end > of next week :). > > --- > > 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 I've posted this series to the gdb list: https://sourceware.org/pipermail/gdb-patches/2022-March/186391.html that fixes bug 28833. There's a backport from readline, plus a GDB fix to use the new readline features. Thanks, Andrew