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.129.124]) by sourceware.org (Postfix) with ESMTPS id 7B8233858C74 for ; Mon, 21 Feb 2022 12:14:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7B8233858C74 Received: from mail-wm1-f72.google.com (mail-wm1-f72.google.com [209.85.128.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-661-j_6XpFPENBS77GYqM0XLFQ-1; Mon, 21 Feb 2022 07:14:27 -0500 X-MC-Unique: j_6XpFPENBS77GYqM0XLFQ-1 Received: by mail-wm1-f72.google.com with SMTP id n3-20020a05600c294300b0037bc685b717so4376965wmd.8 for ; Mon, 21 Feb 2022 04:14:27 -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=aN4sUdSjHg21gnw2VbQbFkk6tVdmR6p51CZFPrFoCb4=; b=o8k2GYX7Iw/6CqlhkJudLuwg/BCUv2WtY8ZFzborB51b42Sx+TFO059K7/Gsyh+wkd 9/66qryz4pTS+TZXkX1dPCvOrj6VfhukXUOgC+//tz9zBfgDm/aGXFGHG0UzKtkGzUeO Awxx37Bf51zbHGvXI6PXpbs18f686Jun+Kemo8/FBKDoh5AzWfqA25YMrsjhXISmj1xb XCFlp894ajeOcb+8jXNOC0oeHCZOCYmSJWYCSmbXZejILZhOpdDx09HfgSoJcznqGTuh 4TgQNDUHiAYxJV4tE9SIlCinkIYi+A3BxkE+Gs9yfMMlnDYpUoBZtexrsKiBbYltj1zn QVVA== X-Gm-Message-State: AOAM53372jmHS2pD1Qv973LuhMR0BhXJ7yqfAgnGPGNRAoS3tFYsFvE9 jtg59nDXW4Tl9KKxJ1ZiUFsCMNH0s9wbsmFlaPWbKiFA4czjcLiLmxtLujOZbynymajdo0IdZr1 Oo75V85sCSoT8bjqB1fCyGVAE/d3rtKlHeWO4pzOI38e3nPupetMbpen5zSWfzYv8dpqLXbY3Mg == X-Received: by 2002:a05:600c:5102:b0:37f:79b4:2e5c with SMTP id o2-20020a05600c510200b0037f79b42e5cmr4027048wms.80.1645445661421; Mon, 21 Feb 2022 04:14:21 -0800 (PST) X-Google-Smtp-Source: ABdhPJx1Uro4sZX+KT+PyVSrEOeM44M/lcFZ1Al9YikVt0ZK5n4SJ8G6D3TQxdKMUTg4JxIu/TZ09Q== X-Received: by 2002:a05:600c:5102:b0:37f:79b4:2e5c with SMTP id o2-20020a05600c510200b0037f79b42e5cmr4027020wms.80.1645445661153; Mon, 21 Feb 2022 04:14:21 -0800 (PST) Received: from localhost (host86-169-131-29.range86-169.btcentralplus.com. [86.169.131.29]) by smtp.gmail.com with ESMTPSA id f18sm8619564wmg.21.2022.02.21.04.14.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 21 Feb 2022 04:14:20 -0800 (PST) From: Andrew Burgess To: Joel Brobecker via Gdb-patches , gdb-patches@sourceware.org Cc: Joel Brobecker Subject: Re: GDB 12 preparation -- 2022-02-20 update In-Reply-To: References: Date: Mon, 21 Feb 2022 12:14:20 +0000 Message-ID: <87h78sct7n.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.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, 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, 21 Feb 2022 12:14:31 -0000 Joel Brobecker via Gdb-patches writes: > 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. Thanks, Andrew