From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id uBJMIVrIqGLnKQIAWB0awg (envelope-from ) for ; Tue, 14 Jun 2022 13:41:46 -0400 Received: by simark.ca (Postfix, from userid 112) id 74E611E224; Tue, 14 Jun 2022 13:41:46 -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=vmJFf02T; 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=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.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 0820E1E143 for ; Tue, 14 Jun 2022 13:41:46 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 745DD385084A for ; Tue, 14 Jun 2022 17:41:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 745DD385084A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1655228504; bh=8A5LQjSmB5S9yJksiotHue50MY5vlcUWd85T14X9jiE=; 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=vmJFf02TlMxMsRaiNCfTF96wrDSwuGP1DWQOocfLEZVfxA+O1+X0fZ9h0R51EIe2i x+51FCWg/Dv099WQJwnLsUhcTYT/WXn3qGQyXBbz3ZPXW7r3hYpWEn8iUx5hmfX9Z0 N6kezh9NqXviooT6WWfFC8KkLoI7ApaeSPnXV/Fo= Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id D2FAB38560A5 for ; Tue, 14 Jun 2022 17:41:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D2FAB38560A5 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41174) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1AXV-00026z-VD; Tue, 14 Jun 2022 13:41:18 -0400 Received: from [87.69.77.57] (port=2621 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 1o1AXU-0007Kj-Vt; Tue, 14 Jun 2022 13:41:17 -0400 Date: Tue, 14 Jun 2022 20:41:07 +0300 Message-Id: <83wndjrvm4.fsf@gnu.org> To: Keith Seitz In-Reply-To: <9a112338-5ce4-4ab3-599b-1f3721a6b333@redhat.com> (message from Keith Seitz via Gdb-patches on Tue, 14 Jun 2022 10:32:22 -0700) Subject: Re: [RFAv3] Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno. References: <20220606094504.744323-1-philippe.waroquiers@skynet.be> <10ae2d70e64f6eb2f0e7814a6529b3480462c3ba.camel@skynet.be> <9a112338-5ce4-4ab3-599b-1f3721a6b333@redhat.com> 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: Tue, 14 Jun 2022 10:32:22 -0700 > X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, > DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, > RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP, > T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 > From: Keith Seitz via Gdb-patches > > On 6/13/22 10:51, Philippe Waroquiers via Gdb-patches wrote: > > Ping ? > > > > FWIW, thank you for your comments and revision regarding my comments. > > I cannot approve your patch, but I hope someone will. This feature is > long overdue. The documentation parts were approved, right?