From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id AB5A73858D37 for ; Tue, 14 Mar 2023 12:56:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AB5A73858D37 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pc4D2-0001lU-UI; Tue, 14 Mar 2023 08:56:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=/sDmxXqIR0DzAboZICa3ZP7/4F2QbCo0rVSCUNzHlXI=; b=VWvFVCX14Kvy dy88r/qcbwYqgnNyhxXy507PYSh3dwLOIXOxJGNHQKPiBkkTwxf4i3aIB0UZ++/s7z5uoE3LV2kaR pAGj5fy4Xu+zVKq4VKLfINs9fxTCO2TznhlvPV2l7ZzcW76bVB6zBXYZQyZNn33IsQA1+VlSP2uAt s5S6ZnwdLA4W2euyHaA91uf6cZl+xpG6ooygiFpOLsnhgjCcs9jEl/fw46YB3optXC7yahumi+UHj tEPvi992A6tzM6c5Dmk5R5us7qzx83WQ+kQTCNyJqsTr4wxp4HWUPKxQ6nXscMzp5a46VhbO4Tsvp kA09Q7S/vMj6HxJzehZg7w==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pc4D2-0003nq-Cn; Tue, 14 Mar 2023 08:56:56 -0400 Date: Tue, 14 Mar 2023 14:56:49 +0200 Message-Id: <83pm9bsd7y.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess Cc: gdb-patches@sourceware.org In-Reply-To: <87mt4ffzsu.fsf@redhat.com> (message from Andrew Burgess on Tue, 14 Mar 2023 09:27:29 +0000) Subject: Re: [PATCH 01/10] gdb/doc: spring clean the Python unwinders documentation References: <3bad3bab1077f38d3f508e0cb4a071663e745b06.1678460067.git.aburgess@redhat.com> <834jqszl1c.fsf@gnu.org> <87mt4ffzsu.fsf@redhat.com> X-Spam-Status: No, score=1.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > From: Andrew Burgess > Cc: gdb-patches@sourceware.org > Date: Tue, 14 Mar 2023 09:27:29 +0000 > > > Reviewed-By: Eli Zaretskii > > I added your tag, but the updated patch is below if you want to > take another pass. You are a GO. Thanks.