From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jupiter.monnerat.net (jupiter.monnerat.net [46.226.111.226]) by sourceware.org (Postfix) with ESMTPS id A84433858C78 for ; Sat, 12 Mar 2022 12:41:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A84433858C78 Received: from [192.168.0.128] ([192.168.0.128]) by jupiter.monnerat.net (8.14.8/8.14.8) with ESMTP id 22CCf2vs020977 (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256 verify=OK); Sat, 12 Mar 2022 13:41:07 +0100 DKIM-Filter: OpenDKIM Filter v2.10.3 jupiter.monnerat.net 22CCf2vs020977 Message-ID: <7a45bf17-6d6e-ce3f-1daa-c9f7c0446898@monnerat.net> Date: Sat, 12 Mar 2022 13:41:01 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.2 Subject: Re: [PING] Replace deprecated_target_wait_hook by observers Content-Language: en-US To: Tom Tromey , Patrick Monnerat via Gdb-patches References: <87mthwl0sn.fsf@tromey.com> From: Patrick Monnerat In-Reply-To: <87mthwl0sn.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, JMQ_SPF_NEUTRAL, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Sat, 12 Mar 2022 12:41:11 -0000 On 3/11/22 20:57, Tom Tromey wrote: >>>>>> "Patrick" == Patrick Monnerat via Gdb-patches writes: > Patrick> Any more comments on the last version? > Patrick> Else I would appreciate a commit. > > This seems to have fallen through the cracks. > Could you 'git send-email' it? I tried 'git am', but that failed; and > it would be more convenient if it were in a format where that worked. Thanks for taking care Tom. The rebased patch follows. Patrick