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 DC5063857B9B for ; Sat, 28 May 2022 07:43:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DC5063857B9B Received: from fencepost.gnu.org ([2001:470:142:3::e]:53256) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nur6K-0005NY-He; Sat, 28 May 2022 03:43:08 -0400 Received: from [87.69.77.57] (port=3427 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 1nur6J-0003qP-T6; Sat, 28 May 2022 03:43:08 -0400 Date: Sat, 28 May 2022 10:43:05 +0300 Message-Id: <837d66m7au.fsf@gnu.org> From: Eli Zaretskii To: Pedro Alves Cc: gdb-patches@sourceware.org In-Reply-To: <266eba78-e6c7-c72a-4820-bbbabe37ac04@palves.net> (message from Pedro Alves on Fri, 27 May 2022 20:30:06 +0100) Subject: Re: [PATCH v4] gdb/manual: Introduce location specs References: <20220526194250.2310460-1-pedro@palves.net> <8335gvnjrw.fsf@gnu.org> <956e1fbd-5f03-c021-c390-82e1cf3493b5@palves.net> <83wne7m0ri.fsf@gnu.org> <2bc9b5c9-879a-2848-16f4-6cfd796563a8@palves.net> <83sfounaqw.fsf@gnu.org> <02a46873-35dc-0d9c-1890-292b807d9484@palves.net> <83pmjyn8as.fsf@gnu.org> <113bd07c-3bfe-0780-50a9-4c41c84942e9@palves.net> <83mtf2n6lw.fsf@gnu.org> <266eba78-e6c7-c72a-4820-bbbabe37ac04@palves.net> X-Spam-Status: No, score=-1.6 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, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Sat, 28 May 2022 07:43:09 -0000 > Date: Fri, 27 May 2022 20:30:06 +0100 > Cc: gdb-patches@sourceware.org > From: Pedro Alves > > On 2022-05-27 20:00, Eli Zaretskii wrote: > > > What I was talking about was not about using the location specs, it > > was about explaining what it is and how it differs from the code > > location. I think we have to explain the terminology before we use > > it, since it is not entirely trivial. > > OK, here's what I added on top of v4, locally. WDYT? LGTM, so I think this can go in, given the results of my review of the rest of the patch (see my other message) are taken care of. I will re-read this section after the changes are pushed, and decide whether any additional clarifications are needed; if so, I will make those changes later. Thanks.