From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id LTnxJxESLmeH+CkAWB0awg (envelope-from ) for ; Fri, 08 Nov 2024 08:28:49 -0500 Authentication-Results: simark.ca; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=viric.name header.i=@viric.name header.a=rsa-sha256 header.s=dkim1 header.b=G1LfeWWg; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id 8BACE1E613; Fri, 8 Nov 2024 08:28:49 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-5.1 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, DKIM_INVALID,DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=4.0.0 Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id DCB761E611 for ; Fri, 8 Nov 2024 08:28:46 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 939C23858414 for ; Fri, 8 Nov 2024 13:28:46 +0000 (GMT) Received: from mail.viric.name (mail.viric.name [37.18.133.75]) by sourceware.org (Postfix) with ESMTPS id E20413858D20 for ; Fri, 8 Nov 2024 13:28:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E20413858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=viric.name Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=viric.name ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E20413858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=37.18.133.75 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1731072505; cv=none; b=QahbB2NiLqyKpInZBqr25cBNzCG8pbd69d7vfMAfKZAIJzhLYayq1st6c1/i+SQ5JQfjBkJ/q6pTWTaavLofQFIMRzccZpjrAz06MJ/3Pp+W3ESPk7PxU5c4zaA2mJzN6cvXIn2tXARXK9ADETWZLyz3z9IHzvljoWJZ5VFMMgE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1731072505; c=relaxed/simple; bh=N6JQC06WRQJ9lr4Tul3269sB3Faey3r2U1UUbC7Ltfw=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=Wh6isrJMBySpfUfHHqv0HDfa8PA0HmzuQizq5ai5V3GgDJHMYrocv29KcHnPSjz16dN65bsMihttj6jAz/LmstaN4kRm4GdSvw5ZhXXgnZPEbeyRyGn8E5+OYuAXdRcRjRQv/To7huLOaRm6sihkOuh40zPixTl0P+SDzD9judw= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by mail.viric.name (Postfix, from userid 1000) id 67B4713D0A38; Fri, 08 Nov 2024 14:28:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=viric.name; s=dkim1; t=1731072501; bh=N6JQC06WRQJ9lr4Tul3269sB3Faey3r2U1UUbC7Ltfw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=G1LfeWWgyOOuRokfLWa4uvdJfWKr0Bp8p26W/6O09wVPiUXSwUF+uPBroH/leaXZ2 EldpRB68daV5F6MTSg+6H5k3j/wqpiUSwNoBb3SZtu0lZ4tV/WkPQeUNK5yZgnzfOf jtlSjGWSvVhQgj4b8cUpMhUdlTrRt33wB+hwFkDg= Date: Fri, 8 Nov 2024 14:28:21 +0100 From: =?utf-8?B?TGx1w61z?= Batlle i Rossell To: Andrew Burgess Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: Re: [PATCHv2] gdb: fixes and tests for the 'edit' command Message-ID: X-Accept-Language: ca, es, eo, ru, en, jbo, tokipona References: <87pln7qotz.fsf@redhat.com> <87ttcj13y4.fsf@tromey.com> <87ed3mq9q2.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ed3mq9q2.fsf@redhat.com> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~public-inbox=simark.ca@sourceware.org On Fri, Nov 08, 2024 at 10:51:49AM +0000, Andrew Burgess wrote: > > I think this fixes > > https://sourceware.org/bugzilla/show_bug.cgi?id=17669 > > > > I also wonder if it fixes > > https://sourceware.org/bugzilla/show_bug.cgi?id=8837 > > > > Approved-By: Tom Tromey > > I updated the commit message to mention PR gdb/17669 as this patch does > fix that issue. AH! Now I see I posted my short solution in that bugzilla in 2014. That explains why I remembered as if I already had "sent the patch". Finally the bug is fixed. I'm very happy because I use the edit command constantly.