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 B70623858C83 for ; Tue, 26 Apr 2022 14:27:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B70623858C83 Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-79-Sb6gbzBJNDGkujMckhRFWQ-1; Tue, 26 Apr 2022 10:27:40 -0400 X-MC-Unique: Sb6gbzBJNDGkujMckhRFWQ-1 Received: by mail-wm1-f71.google.com with SMTP id az19-20020a05600c601300b003914ac8efb8so923793wmb.2 for ; Tue, 26 Apr 2022 07:27:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version; bh=21Buqnn8HI9Bre4WB6fm7gXs2r0u0+5xgmbTfzZtk84=; b=siqWE5GIySVpXAEtHS3FBKSOg7UK53q0jLVPC7HJ8mNbGnlMI+vOOD4aif5b4nec6F IM1H0OpsTKzIbVlug0FPjULJhZzQPi/wLvrSCJyU7ftuQ+29IhyLDskpun7h831Zex7P klhbMq0y09riebMlY9DCLryzpxpXqEubOJDXFLQNiLPJ0PsX/G6HaqGWS+SW6/ImZY8y ctF+TJb6ZYRSu4BEI7AW6TriarLU9+JdqhTceWUzwAuBcX9h+3jWqBHqjLAD7+8dmD3Q gREsr8JSku+TtYRcjqslEUmIDqtZ6jrSldGj5o9JGhXEvfpsrOOlIhe85TyObmshLnRg ES7Q== X-Gm-Message-State: AOAM531rqv+/7d1Tnx2d+giA5wFTEXll+330pKPfUre6wO7EEeTh7ZZy 3mUNe3+aF7xfn2aHnhPvcRSHEfz6I6SkXCqp6N8xed7LyBTT2SOGIW7rtXCqnw33P648ylwUw5l upk3NxNC2sUg1P/8S9/Hmr9M6eLj7oZJO4l9oy1DLBfM7pP9EYJmb0MiBHOPXP3Qa4yccw9JZdQ == X-Received: by 2002:a5d:4311:0:b0:205:f26b:fb98 with SMTP id h17-20020a5d4311000000b00205f26bfb98mr19005206wrq.202.1650983258805; Tue, 26 Apr 2022 07:27:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzgGBtVJOxubc5zL2NboFaKya3Qx30mHhHvIc5giBY1FxgDi9d0H5Xb9jaYheaXt5UXciWKUw== X-Received: by 2002:a5d:4311:0:b0:205:f26b:fb98 with SMTP id h17-20020a5d4311000000b00205f26bfb98mr19005188wrq.202.1650983258551; Tue, 26 Apr 2022 07:27:38 -0700 (PDT) Received: from localhost (host81-136-113-48.range81-136.btcentralplus.com. [81.136.113.48]) by smtp.gmail.com with ESMTPSA id f14-20020a5d568e000000b00207ae498882sm11136064wrv.32.2022.04.26.07.27.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Apr 2022 07:27:37 -0700 (PDT) From: Andrew Burgess To: gdb-patches@sourceware.org Subject: Re: [PATCHv4 0/3] Fix GDB prompt corruption issue In-Reply-To: <874k2lqa3q.fsf@redhat.com> References: <87czhaqt4i.fsf@redhat.com> <874k2lqa3q.fsf@redhat.com> Date: Tue, 26 Apr 2022 15:27:37 +0100 Message-ID: <87a6c7q5ra.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=-6.3 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 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, 26 Apr 2022 14:27:43 -0000 Andrew Burgess writes: > Andrew Burgess writes: > >> Andrew Burgess writes: >> >>> Changes since v3: >>> >>> - New patch #1, this was inspired by the conversation here: >>> https://sourceware.org/pipermail/gdb-patches/2022-March/186996.html >>> where it was pointed out that the work around was not actually >>> needed for readline 7, >>> >>> - Patches #2 and #3 are unchanged, >>> >>> - Everything is rebased onto current master. >> >> I'm going to check this in tomorrow. > > I've now checked this in. I'm aware that this series has caused a regression where an extra 'quit' message will be printed in some situations. I have posted this patch that should address this issue: https://sourceware.org/pipermail/gdb-patches/2022-April/188386.html Thanks, Andrew