From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 2BIyC+6312ARXgAAWB0awg (envelope-from ) for ; Sat, 26 Jun 2021 19:27:42 -0400 Received: by simark.ca (Postfix, from userid 112) id 2BD541F1F2; Sat, 26 Jun 2021 19:27:42 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.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 B48C81E939 for ; Sat, 26 Jun 2021 19:27:41 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 33FA8386482E for ; Sat, 26 Jun 2021 23:27:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33FA8386482E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1624750061; bh=vKUCy58zBKyD2O6aJQCzp2zVJ+i56JIQT2c7f11aDmI=; h=Subject:Date:References:In-Reply-To:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=uyeEGcfzepoGi6BK92kfsSyBIQn4SuGKAfdKtYm+j4NWJw9mzD2nBcmNb6V9U0rb3 7M1V6LBiNKUjSqyr3JqAQDmouRM4XpP3Z4/IIEEq4FjwKIjLiFhPFwl0+cfZAbti06 lHQA8koP5S8GS4NokDdjKOGN4vJ/AXk3BGLlCyuI= Received: from pv50p00im-zteg10011501.me.com (pv50p00im-zteg10011501.me.com [17.58.6.42]) by sourceware.org (Postfix) with ESMTPS id BDD0C3858002 for ; Sat, 26 Jun 2021 23:27:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BDD0C3858002 Received: from smtpclient.apple (c-71-231-148-226.hsd1.wa.comcast.net [71.231.148.226]) by pv50p00im-zteg10011501.me.com (Postfix) with ESMTPSA id 81A65B00184; Sat, 26 Jun 2021 23:27:14 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: Re: GDB and MacOS 11.4/BigSur Date: Sat, 26 Jun 2021 16:27:13 -0700 Message-Id: <9717BBC8-70FA-47DD-8C62-33018D746003@me.com> References: In-Reply-To: To: Simon Marchi X-Mailer: iPhone Mail (18F72) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.790 definitions=2021-06-26_15:2021-06-25, 2021-06-26 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 mlxscore=0 mlxlogscore=739 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2009150000 definitions=main-2106260168 X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Sam Warner via Gdb Reply-To: Sam Warner Cc: gdb@sourceware.org Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" Hi Simon, :), perfect, how can I help? =20 Sam from phone On Jun 26, 2021, at 4:08 PM, Simon Marchi wrote: =EF=BB=BFOn 2021-06-26 2:40 p.m., Sam Warner via Gdb wrote:> Anything I can d= o to aid in transitioning this bug form =E2=80=9CUNCONFIRMED=E2=80=9D to =E2= =80=9CCONFIRMED=E2=80=9D? =20 >=20 > https://sourceware.org/bugzilla/show_bug.cgi?id=3D28010 > Seems the bug is sitting in the unconfirmed state. On a side, someone ema= iled me content on how to setup code-signing for GDB. This prompted me to a= dd that the binary is properly signed (install on OS-X requires this weird n= eed). >=20 > Sam >=20 >=20 Hi Sam, The status of the bug in Bugzilla does not matter much, the important thing is that the bug is open (thanks for that). However, the reality is that there is nobody right now really contributing / fixing bugs for macOS. I've seen a bit of action on Bugzilla related to macOS, but in order to get things fixed, somebody needs to get patches in a good state and send them to the gdb-patches list for review. Simon