From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta38.uswest2.a.cloudfilter.net (omta38.uswest2.a.cloudfilter.net [35.89.44.37]) by sourceware.org (Postfix) with ESMTPS id 668773858039 for ; Thu, 5 Oct 2023 16:36:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 668773858039 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tromey.com Received: from eig-obgw-6010a.ext.cloudfilter.net ([10.0.30.248]) by cmsmtp with ESMTP id oQWMqyKc3ytxcoRKfqa135; Thu, 05 Oct 2023 16:36:13 +0000 Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with ESMTPS id oRKeqqd9KfxkCoRKfqlzbf; Thu, 05 Oct 2023 16:36:13 +0000 X-Authority-Analysis: v=2.4 cv=Ncf1akP4 c=1 sm=1 tr=0 ts=651ee5fd a=ApxJNpeYhEAb1aAlGBBbmA==:117 a=ApxJNpeYhEAb1aAlGBBbmA==:17 a=OWjo9vPv0XrRhIrVQ50Ab3nP57M=:19 a=dLZJa+xiwSxG16/P+YVxDGlgEgI=:19 a=bhdUkHdE2iEA:10 a=Qbun_eYptAEA:10 a=CCpqsmhAAAAA:8 a=zstS-IiYAAAA:8 a=PYorkGtPdUd50KvCzI0A:9 a=ul9cdbp4aOFLsgKbc677:22 a=4G6NA9xxw8l3yy4pmD5M:22 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References :Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=6o1hQbHgCafxcueJEjz7kWfaZE5r6M3/FBT7rsBjGow=; b=U4opwSDKG/ylsJ+5Ijo/GLE/mJ KOM/ZPjhUhPLKM44kRx/ojiskzm6IiRHg7t9eyMH5sICny2P9jIqwsjpwWJaXiT00zBOKv9+hUSQm gqum3LCGa8vXAUmyPGU+L6DYt; Received: from 71-211-130-31.hlrn.qwest.net ([71.211.130.31]:53460 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.1) (envelope-from ) id 1qoRKe-0023wk-1j; Thu, 05 Oct 2023 10:36:12 -0600 From: Tom Tromey To: Simon Marchi via Gdb-patches Cc: Simon Marchi Subject: Re: [PATCH 0/8] Split new_objfile observable References: <20231004022305.298534-1-simon.marchi@polymtl.ca> X-Attribution: Tom Date: Thu, 05 Oct 2023 10:36:11 -0600 In-Reply-To: <20231004022305.298534-1-simon.marchi@polymtl.ca> (Simon Marchi via Gdb-patches's message of "Tue, 3 Oct 2023 22:20:15 -0400") Message-ID: <87sf6pvxfo.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 71.211.130.31 X-Source-L: No X-Exim-ID: 1qoRKe-0023wk-1j X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 71-211-130-31.hlrn.qwest.net (murgatroyd) [71.211.130.31]:53460 X-Source-Auth: tom+tromey.com X-Email-Count: 10 X-Org: HG=bhshared;ORG=bluehost; X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-CMAE-Envelope: MS4xfA6b+H0oE3ubsUFhWmGPidDBmaB4vPbuYpsjXEC+kuD+D4urbmT1orrfk2lM0+fP8bGxMFII7M28mXfrJ9AtoRtY5csc9+ztawjc824wkuybW7BkWJkE 54lRKyJVKHEPpeXnqO9SDEBVF7Or4U2e+NSTBWcDGo3smRg+4sI5Hl1fbdFY/Owgb6CKxvVan0To5kjh1dV0lkSPvlw2RjXZ/sY= X-Spam-Status: No, score=-3019.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: >>>>> "Simon" == Simon Marchi via Gdb-patches writes: Simon> The goal of this series is to split the new_objfile observable in two. Simon> It currently serves two purposes: Simon> - if called with a non-nullptr objfile, it means a new objfile was Simon> added to the current program space Simon> - if called with a nullptr objfile, it means all objfiles were removed Simon> from the current program space Simon> Introduce a new "all_objfiles_removed" observable for the second Simon> purpose. This all seems fine to me. Thank you. Approved-By: Tom Tromey Tom