From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id 5CA643858438 for ; Mon, 7 Mar 2022 16:14:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5CA643858438 Received: by mail-wr1-x42e.google.com with SMTP id k24so14666341wrd.7 for ; Mon, 07 Mar 2022 08:14:59 -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=w5W+fU0hy4DnmYIs0vYlaC6l//VKyrvaGDzahXnJQqw=; b=us+HPsEc8j6amPRa2X/w6gk1fH8J6sH1igDP7Cgo9DjW36cKEthZP8dZRMY35ITXU1 wfOA5egz/xM0DjY7EWJ89eOtDyghfz/8ER5KTQM9bOyJrxqfkryA9CqobkrdodajjT3M Ha+EY/KfI7fi/wo1ebBULcjFcixN0NV4Ov6N3JaNU6f2RrscoyCz7iKl/X2kI4hfaLXR 7jKjbTzB/BX25ZVy/jfnB/8gMyZE5LD/CWknYQv+CNGzqR5C8cILlAXqVKAlBbiGMeZL 20eSEAUTM4U43+c3lt8G9JpP8UOei1rXdKkGr/U0xu2Kq0df1//syHmenrJVGJ4aZPNW radA== X-Gm-Message-State: AOAM530YduJ3/9NSdwaxRZCC6RQTYwgUxn0DUj7t/VjUrpUOiUqITsyE gKDStkdxDAN8TOdbBZVCmUVQ X-Google-Smtp-Source: ABdhPJwuASLHJdeqERxrjBFqfhfkh1aHndeJd+ujkj+dQQLvsfOnFXYVj99veQ8ke/82vioIec1nmA== X-Received: by 2002:a05:6000:168e:b0:1f1:faf1:23b7 with SMTP id y14-20020a056000168e00b001f1faf123b7mr3082859wrd.150.1646669698463; Mon, 07 Mar 2022 08:14:58 -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 h20-20020a05600c351400b0038688a67568sm15402222wmq.21.2022.03.07.08.14.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Mar 2022 08:14:57 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 89981A4A87; Mon, 7 Mar 2022 20:14:55 +0400 (+04) Date: Mon, 7 Mar 2022 20:14:55 +0400 From: Joel Brobecker To: Andrew Burgess Cc: Joel Brobecker via Gdb-patches , Joel Brobecker Subject: Re: GDB 12 preparation -- 2022-03-06 update Message-ID: References: <87v8wpx07v.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87v8wpx07v.fsf@redhat.com> X-Spam-Status: No, score=-4.2 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: Mon, 07 Mar 2022 16:15:00 -0000 > > * 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. Perfect. Thanks for the pointers, Andrew. And of course, for your help on that one too! -- Joel