From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id KAF6OfnPXGH/KQAAWB0awg (envelope-from ) for ; Tue, 05 Oct 2021 18:21:45 -0400 Received: by simark.ca (Postfix, from userid 112) id E96EE1EE1B; Tue, 5 Oct 2021 18:21:45 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from 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 RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id A10321EDDB for ; Tue, 5 Oct 2021 18:21:45 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E067E385C40D for ; Tue, 5 Oct 2021 22:21:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E067E385C40D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1633472504; bh=Oyqd66quvw0hfb/lnvdGVvqZtZDrVMq5C4zBjWJG+7k=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=wFsFHerhkPWrkJ9sTlg/aCuI+p7S7qXKcJrbwtKzvch5WNuQsOCDHvAneLgZUIRVG 7vwrE8NRr3xIuO2PqLdhAUlc3bi/Ea06JpF6iX7aZq9Rwd9Ek+8TkKXWO1SKDaPsFC mnvjNcMNTlZAwtComgRD1PcC0s9x9BVAB3FOrywA= Received: from lndn.lancelotsix.com (lndn.lancelotsix.com [51.195.220.111]) by sourceware.org (Postfix) with ESMTPS id 3A557385B83B for ; Tue, 5 Oct 2021 22:21:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3A557385B83B Received: from ubuntu.lan (unknown [IPv6:2a02:390:9086::635]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id 4A72180D76; Tue, 5 Oct 2021 22:21:04 +0000 (UTC) Date: Tue, 5 Oct 2021 22:21:00 +0000 To: Simon Marchi Subject: Re: [PATCH v4 3/4] gdb: Have setter and getter callbacks for settings Message-ID: <20211005222100.gdgyesinw6pnlahn@ubuntu.lan> References: <20210929215011.1489639-1-lsix@lancelotsix.com> <20210929215011.1489639-4-lsix@lancelotsix.com> <4909e2ce-64db-525c-0199-458138c32460@polymtl.ca> <20211005201547.wq5za7d2zoswtzyd@ubuntu.lan> <0c7946c4-0a34-3c67-da81-4fdad8208670@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0c7946c4-0a34-3c67-da81-4fdad8208670@polymtl.ca> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Tue, 05 Oct 2021 22:21:04 +0000 (UTC) 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: , From: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > > Well, since you have the patch already, go ahead and push it. > > Thanks, > > Simon Hi, I have pushed it as 1461d3712b921466015ab877b6e08ac27456a6a6. Best, Lancelot.