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 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> From: Eli Zaretskii To: Pedro Alves Cc: gdb-patches@sourceware.org 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-Spam-Status: No, score=1.5 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-Level: * 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: Thu, 26 May 2022 15:34:01 -0000 > 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.