From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out-211.mta0.migadu.com (out-211.mta0.migadu.com [91.218.175.211]) by sourceware.org (Postfix) with ESMTPS id DE3E63858C1F for ; Tue, 5 Sep 2023 14:12:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DE3E63858C1F Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=gpanders.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gpanders.com Date: Tue, 5 Sep 2023 14:12:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gpanders.com; s=key1; t=1693923154; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4UgB+6APj6+wJoOIeKICi0ucZ86zdLuVbb8M49WhZVw=; b=UDLXshSgBycOzEZZ9RK0QOACd0fOxfS6N4ARv7Pq6GaxLY+uPmWat8wf0Xvlx2qN+AXY3O RkrXPzAZA+8c5ODxQMzf+NA6JgzJyXsNHh4Pyr0T8GuXA0fEoTfIpj4fT5KJuhebyNs30+ RoHyvc+GYp5DDH5yFa2xN3ifGUYMluUC3sGvhsvJ5Q5WHzG5erYsX4Tb+/3GsFgA0h6xvc Vh0Q7q6Y/Lcd3BdwXr77tZL7ID8XKKb17R2rMhx1RkkenmuHG+arb2MZCRo2L9k+FvUZWZ wUXt/MD3GutGoiE8rfOj6eR+uWAKPSNk+ikV37f/eYfpGP8xn6rtM3jWQhN6nA== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Gregory Anders To: Tom Tromey Cc: Gregory Anders via Gdb-patches Subject: Re: [PATCH 2/4] gdb/dap: ignore unused keyword args in step_out Message-ID: References: <20230901180323.22328-3-greg@gpanders.com> <20230901180323.22328-7-greg@gpanders.com> <87sf7xogq1.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <87sf7xogq1.fsf@tromey.com> X-Migadu-Flow: FLOW_OUT X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, 01 Sep 2023 13:07 -0600, Tom Tromey wrote: >I came up with the appended to ensure this remains true in the future. > >I may land this one out of sequence -- we can accept some very small >patches without a copyright assignment -- and then the self-check patch >afterward. > >Let me know what you think. LGTM, I included your suggestion in the v2 patchset I sent on Friday. Greg