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 1A2103858C2C for ; Tue, 22 Feb 2022 01:50:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1A2103858C2C Received: by mail-wr1-x435.google.com with SMTP id d3so14392815wrf.1 for ; Mon, 21 Feb 2022 17:50:54 -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=RyEAUaHvnFRdhs2bfrv3K+H8TxCJ3NSibvQ12CncFik=; b=lvuyq20c7+CeT0YCUR1vgqGp8Hd0Szw0cOj53k9B3FiinCIHwZyB9FaXKeIMNnrtdN mYl1V8YAoFk9zdd+A+QbAdEksZionLqDhy5XKJ5lhzr0BrUjIB5qgvMwjSYTlAvg3u6Y y6o8k/9x9jBOwi0iFr/k8qIDohh7lWsJ3/5Jb7UoA0ehBNEqxhiXgwqNP9j9FM5ulXjR TqS8g8vJsPKKtNwJLD8CIJ6hyWW0SZIOMR589z6KXEEfTUN8lrhuVFhdoG0pFeOaKn2a oZ3mIXpcNxcHUg6+wAX4b7HtA4nBrodo6/lg0wWMcGE606JXLy3UChI93jeXUGtCTlBq 6fIQ== X-Gm-Message-State: AOAM533FbLXjTyZ4Trkw5/pCtIEKBX4si91DW/OvPaagGxjdJ+vKGUel arK2ZpM+mc+IHKx8rN2dufJu X-Google-Smtp-Source: ABdhPJzyfK+bCNYq71OFgV+fD3yqbQe9UuFZLqy2UnhvFjia59zwp5mhTZP9HmN90pva1D3qRvu4SQ== X-Received: by 2002:a05:6000:1a8c:b0:1e8:88ae:f908 with SMTP id f12-20020a0560001a8c00b001e888aef908mr17762701wry.532.1645494653125; Mon, 21 Feb 2022 17:50:53 -0800 (PST) Received: from takamaka.home ([2a01:cb22:1d5:1100:3c7:2a2a:b384:d864]) by smtp.gmail.com with ESMTPSA id ba27sm24254714wrb.61.2022.02.21.17.50.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 21 Feb 2022 17:50:52 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 2B2A6A4A5B; Tue, 22 Feb 2022 05:50:50 +0400 (+04) Date: Tue, 22 Feb 2022 05:50:50 +0400 From: Joel Brobecker To: Andrew Burgess Cc: Joel Brobecker via Gdb-patches , Joel Brobecker Subject: Re: GDB 12 preparation -- 2022-02-20 update Message-ID: References: <87h78sct7n.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87h78sct7n.fsf@redhat.com> X-Spam-Status: No, score=-4.0 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: Tue, 22 Feb 2022 01:50:55 -0000 Hi Andrew, > > Other Ongoing Items: > > -------------------- > > > > * [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. > > > > Andrew posted progress on the PR. Currently coordinating > > with the readline maintainers (seems to be progressing well)... > > My ideal solution here would be to have an official readline patch > committed upstream, which we can then backport, along with a GDB patch, > to fix this issue. > > If it looks like a readline patch isn't going to appear any time soon, > then I'll post something later this week which we can consider - maybe > just including it in the GDB 12 branch, and then wait for an official > readline patch to include in master. > > But I think we can give upstream readline a few more days to see how > that plays out. Agreed. I don't think we're in a rush, since we are still a month away from our target branching date. -- Joel