From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id KH7zEMVwVmMPDRAAWB0awg (envelope-from ) for ; Mon, 24 Oct 2022 07:02:29 -0400 Received: by simark.ca (Postfix, from userid 112) id 420E51E112; Mon, 24 Oct 2022 07:02:29 -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=yYyea3nH; 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 EC2601E0CB for ; Mon, 24 Oct 2022 07:02:28 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9D57E38582B2 for ; Mon, 24 Oct 2022 11:02:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D57E38582B2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666609348; bh=mKlNWwacQVYuvA9UWUpuF6Mg6IzhzTAaFmA2Sg7kw3I=; 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=yYyea3nHw/MEOhtlTyfzgyqPPxuVCs1uU1/oBjS/0Jjy7APu3er06sac97g4A5S1O X7vZJLyn4M5LOibGekvjl9fCBp9eyUCULLIcgNlqU00xjST5LIDPlio/sInDVtDOTf S5kgCt09Cw44WbEU2jA3V32PaRbyeR/RptjrxKHw= Received: from mail-sender-0.a4lg.com (mail-sender-0.a4lg.com [IPv6:2401:2500:203:30b:4000:6bfe:4757:0]) by sourceware.org (Postfix) with ESMTPS id 61A6E385840C for ; Mon, 24 Oct 2022 11:02:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 61A6E385840C Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id C1C34300089; Mon, 24 Oct 2022 11:02:07 +0000 (UTC) Message-ID: <0456ef4e-7750-32f6-cba1-3671b521e3be@irq.a4lg.com> Date: Mon, 24 Oct 2022 20:02:05 +0900 Mime-Version: 1.0 Subject: Re: [PATCH 30/40] sim/ppc: Use TRACE with initialized entry_point Content-Language: en-US To: Mike Frysinger , gdb-patches@sourceware.org References: <0093fc2d9dbff0f912ef48fd61a412b3a6378c3c.1666258361.git.research_trasio@irq.a4lg.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 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: Tsukasa OI via Gdb-patches Reply-To: Tsukasa OI Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 2022/10/24 0:08, Mike Frysinger wrote: > lgtm, but i think Andrew posted the same fix > -mike I'll leave it for Andrew (PATCH 02/10) and I will withdraw following patches from my patchset: - PATCH 03/40 - PATCH 15/40 - PATCH 16/40 (wrote by Andrew) - PATCH 28/40 - PATCH 30/40 - PATCH 36/40 Because this patchset (intended to be a RFC PATCH) is a mere copy of my working branch, I need to sync with Andrew's work. Thanks, Tsukasa