From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46545 invoked by alias); 4 Oct 2016 11:42:42 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 46514 invoked by uid 89); 4 Oct 2016 11:42:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=D*be, Maebe, maebe, sip X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Oct 2016 11:42:31 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 3F10E812E5; Tue, 4 Oct 2016 13:42:29 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v2gHTu5LlETV; Tue, 4 Oct 2016 13:42:29 +0200 (CEST) Received: from dhcp-guest-231.act-europe.fr (dhcp-guest-231.act-europe.fr [10.10.127.231]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 2A0AF812DE; Tue, 4 Oct 2016 13:42:28 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: gdb on macOS 10.12 "Sierra" From: Tristan Gingold In-Reply-To: <20161001140850.Horde.5Pxfey2wqn5X76dSpncV3uA@mail.elis.ugent.be> Date: Tue, 04 Oct 2016 11:42:00 -0000 Cc: gdb@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20161001140850.Horde.5Pxfey2wqn5X76dSpncV3uA@mail.elis.ugent.be> To: Jonas Maebe X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00008.txt.bz2 > On 01 Oct 2016, at 14:08, Jonas Maebe wrote: >=20 > Hi, >=20 > Has anyone succeeded yet in getting gdb to work on macOS 10.12? Reportedl= y, it works when you disable SIP (which is understandable, given https://de= veloper.apple.com/library/content/documentation/Security/Conceptual/System_= Integrity_Protection_Guide/RuntimeProtections/RuntimeProtections.html ), bu= t plain code signing no longer seems to cut it. No, I haven't tried yet. Did you investigate if lldb has updated its build= instructions ? Tristan.