From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) by sourceware.org (Postfix) with ESMTPS id DD6373858C60 for ; Mon, 28 Feb 2022 17:52:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DD6373858C60 Received: by mail-qk1-x731.google.com with SMTP id b20so3593708qkn.9 for ; Mon, 28 Feb 2022 09:52:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=AlIoY+ceDz19Qw/8HrcMOi71E7g9rm/TGpp3LIKx84w=; b=b5ZWObAg7B7uhdmSzvmn/eOb8EPw/0w5kg5pswhido0c/eFgSB7rxK2Paiayma7X02 fzICShzX6sdkcKwlk8V8HAbqyaEtNNeE7chcYxsGZgCHwEqzQ1BuCALnhF85XtoGZs+C 5+GCHAK1RY//X9Y12gef0o96fPCKVgcaQdxz/kYqCsQCSgjV1HnUSN6Pne0FVY8XTEOa JgHNR+rYQ4GBU2ICHVjTtNVrnzc05SnjjqmyXJptcsbneOxp3KqaSWa+/hviWb2Qt0PN jiDuJ2FcFUevG/c5J3RohGOdw9mxNbp3sS81PXZnvYmMJZAbUQ9VHzlIspLggzfgQiJY bqLw== X-Gm-Message-State: AOAM533hfYCPPAJE6B++mptMF2ZxwU0cSRSbjs9hgEBBBOlJWD6ryIBz aT9+7iwIa4rqHv6yd2LpI6o= X-Google-Smtp-Source: ABdhPJx0P0/wbZfQTT9A6OfsnXp46Ola5W/xvobbplHUlIbAJtNMtQofZ5A1H1/kelv15DrIWTVzkg== X-Received: by 2002:a37:b982:0:b0:662:69d4:f05e with SMTP id j124-20020a37b982000000b0066269d4f05emr8565199qkf.11.1646070778466; Mon, 28 Feb 2022 09:52:58 -0800 (PST) Received: from [192.168.1.127] (173-246-5-136.qc.cable.ebox.net. [173.246.5.136]) by smtp.gmail.com with ESMTPSA id a19-20020ac85b93000000b002e0023473edsm3812674qta.95.2022.02.28.09.52.57 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 28 Feb 2022 09:52:57 -0800 (PST) Subject: Re: [RFC][PATCH v3 1/1][PR gdb/24069] gdb/darwin: skip over WIFSTOPPED wait4 status To: Simon Marchi , gdb-patches@sourceware.org Cc: Dominique Quatravaux , Sam Warner , Louis-He <1726110778@qq.com> References: <20220216141540.96514-1-levraiphilippeblain@gmail.com> <20220224142321.585-1-levraiphilippeblain@gmail.com> <20220224142321.585-2-levraiphilippeblain@gmail.com> <50083fbd-bb00-da50-26a6-0bc5c6dcc34d@polymtl.ca> From: Philippe Blain Message-ID: Date: Mon, 28 Feb 2022 12:52:56 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <50083fbd-bb00-da50-26a6-0bc5c6dcc34d@polymtl.ca> Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham 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: Mon, 28 Feb 2022 17:53:00 -0000 Hi Simon, Le 2022-02-24 à 10:49, Simon Marchi a écrit : > > > On 2022-02-24 09:23, Philippe Blain wrote: >> From: Dominique Quatravaux >>> >> >> PR gdb/24609 >> * gdb/darwin-nat.c (darwin_nat_target::decode_message): Also >> check for WIFSTOPPED upon MACH_NOTIFY_DEAD_NAME. > > Thanks, pushed. > > Simon > I noticed that the Bugzilla entry was not updated when you pushed that commit, whereas it was for the previous one [1]. I'm not sure of what is the automation that makes this work... I thought it was because my changelog entry mistakenly used 24609 instead of 24069, but that was the case also for v2 1/2, so I guess that's not the cause... Philippe. [1] https://sourceware.org/bugzilla/show_bug.cgi?id=24069#c46