From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id +n1nCaDGqGJmKQIAWB0awg (envelope-from ) for ; Tue, 14 Jun 2022 13:34:24 -0400 Received: by simark.ca (Postfix, from userid 112) id 108921E224; Tue, 14 Jun 2022 13:34:24 -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=X5VFiG41; 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,NICE_REPLY_A,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 8891C1E143 for ; Tue, 14 Jun 2022 13:34:23 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C96B3385277F for ; Tue, 14 Jun 2022 17:34:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C96B3385277F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1655228059; bh=iX7OtPCCqblnTa6gf42oukbvsJCAhCZncO5Xl1KZnYo=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=X5VFiG41gHic/oHZnkAZq3uKm0OwRswFpEu5RJViYnfAHr7iSOoDz5+vIl5GtDVIo d88COKaTpzcvy/xaWIomdT0lEaq5GrUvVQzbpu8XirTbvFXpGgX2GPZNT4v3iRf87r Y7pbBqFkqsSHHapqaTIm/OfNXMazLxsYQDOpvhRM= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 3B9A63857830 for ; Tue, 14 Jun 2022 17:33:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3B9A63857830 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-1-hSOzExd4N7KeyTsdwJU9vQ-1; Tue, 14 Jun 2022 13:33:55 -0400 X-MC-Unique: hSOzExd4N7KeyTsdwJU9vQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D35A418F1D52; Tue, 14 Jun 2022 17:32:23 +0000 (UTC) Received: from [10.2.16.160] (unknown [10.2.16.160]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 901CA40CFD0A; Tue, 14 Jun 2022 17:32:23 +0000 (UTC) Message-ID: <9a112338-5ce4-4ab3-599b-1f3721a6b333@redhat.com> Date: Tue, 14 Jun 2022 10:32:22 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [RFAv3] Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno. To: Philippe Waroquiers , gdb-patches@sourceware.org References: <20220606094504.744323-1-philippe.waroquiers@skynet.be> <10ae2d70e64f6eb2f0e7814a6529b3480462c3ba.camel@skynet.be> In-Reply-To: <10ae2d70e64f6eb2f0e7814a6529b3480462c3ba.camel@skynet.be> X-Scanned-By: MIMEDefang 2.84 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: Keith Seitz via Gdb-patches Reply-To: Keith Seitz Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "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. Keith