From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 6SAoLvydj2L/hggAWB0awg (envelope-from ) for ; Thu, 26 May 2022 11:34:20 -0400 Received: by simark.ca (Postfix, from userid 112) id B30571E220; Thu, 26 May 2022 11:34:20 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=RGNroq7y; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 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 3E5B71E00D for ; Thu, 26 May 2022 11:34:20 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 929073857419 for ; Thu, 26 May 2022 15:34:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 929073857419 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1653579259; bh=GglPFVGWVAQ8me83VKPacdIQodqnHCWg2fB1iqR+Wvs=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=RGNroq7yoZJVlrrxmNGf+JyesOUwDpeXNBFGmO3Q2aXT9CthrqSrIK6h4xtF+uWby eIMlWQKtGs8rmGPpYvDxogx5qvRLdsRiGRQHKXr26kF6whwO4L7cTlGeRoHIc1P3RY nfNKZ9855/dt4f+U+J/hzsT25a0wuMmkIY8js+kI= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 89D383858407 for ; Thu, 26 May 2022 15:34:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 89D383858407 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37290) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuFUt-0006Yh-O6; Thu, 26 May 2022 11:33:59 -0400 Received: from [87.69.77.57] (port=2523 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 1nuFUq-0001N2-IC; Thu, 26 May 2022 11:33:59 -0400 Date: Thu, 26 May 2022 18:33:50 +0300 Message-Id: <83sfownw9t.fsf@gnu.org> To: Pedro Alves In-Reply-To: <141778c2-4367-db68-41d2-716efc95e4d1@palves.net> (message from Pedro Alves on Thu, 26 May 2022 16:10:58 +0100) Subject: Re: [PATCH v2 1/2] Always show locations for breakpoints & show canonical location spec References: <20220519215552.3254012-1-pedro@palves.net> <20220519215552.3254012-2-pedro@palves.net> <834k1kd7ne.fsf@gnu.org> <625057b2-1691-a472-fa93-0dabacbddd39@palves.net> <83ilpv5bd3.fsf@gnu.org> <4c7a9504-83e0-6c02-fda6-0254ab4eede4@palves.net> <8335gwpiih.fsf@gnu.org> <83v8tsnxp6.fsf@gnu.org> <141778c2-4367-db68-41d2-716efc95e4d1@palves.net> 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: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > Date: Thu, 26 May 2022 16:10:58 +0100 > Cc: gdb-patches@sourceware.org > From: Pedro Alves > > (top-gdb) disable 2.3 > Bad breakpoint location number '3' If we agree to use "source location" in the manual, the above will not need to change. > Anyhow, I can't reply to your message in detail right now, but I would like > to say that I will try to document locations vs locations specs better > and then send a v4, when I have a chance. If you agree to "source location", please use that in v4, and then I hope we will be close to the final version, if not at it. Thanks.