From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29182 invoked by alias); 25 Nov 2010 14:42:21 -0000 Received: (qmail 29150 invoked by uid 22791); 25 Nov 2010 14:42:20 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp1.ugent.be (HELO smtp1.UGent.be) (157.193.71.182) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Nov 2010 14:42:13 +0000 Received: from localhost (mcheck3.ugent.be [157.193.71.89]) by smtp1.UGent.be (Postfix) with ESMTP id BC4EF3F6D25 for ; Thu, 25 Nov 2010 15:42:10 +0100 (CET) Received: from smtp1.UGent.be ([157.193.71.182]) by localhost (mcheck3.ugent.be [157.193.43.11]) (amavisd-new, port 10024) with ESMTP id W7CeglDTsBgC for ; Thu, 25 Nov 2010 15:42:10 +0100 (CET) Received: from mail.elis.ugent.be (mail.elis.UGent.be [157.193.206.48]) by smtp1.UGent.be (Postfix) with ESMTP id 650673F6DC1 for ; Thu, 25 Nov 2010 15:42:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.elis.ugent.be (Postfix) with ESMTP id 2EF75918F13 for ; Thu, 25 Nov 2010 15:42:10 +0100 (CET) Received: from mail.elis.ugent.be ([127.0.0.1]) by localhost (mail.elis.ugent.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4FMiIUMWsCTx for ; Thu, 25 Nov 2010 15:42:06 +0100 (CET) Received: from bigmac.elis.UGent.be (bigmac.elis.UGent.be [157.193.206.33]) by mail.elis.ugent.be (Postfix) with ESMTP id 736D2918F12 for ; Thu, 25 Nov 2010 15:42:06 +0100 (CET) Message-Id: <4C9D95B9-3EBF-45F3-9B4A-A706D786FD84@elis.ugent.be> From: Jonas Maebe To: gdb@sourceware.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: How do I patch my binary Date: Thu, 25 Nov 2010 14:42:00 -0000 References: <20101123215005.GG5574@radix50.net> ,<20101125105140.GA2367@host0.dyn.jankratochvil.net> X-j-chkmail-Enveloppe: 4CEE75C2.000/157.193.206.48/mail.elis.UGent.be/mail.elis.ugent.be/ X-j-chkmail-Score: MSGID : 4CEE75C2.000 on smtp1.UGent.be : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham X-IsSubscribed: yes 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 X-SW-Source: 2010-11/txt/msg00100.txt.bz2 On 25 Nov 2010, at 15:16, Marc Khouzam wrote: > Here is the XCode doc about Fix and Continue which explains it > nicely for a user: > http://developer.apple.com/library/mac/#documentation/DeveloperTools/ > Conceptual/XcodeDebugging/230-Modifying_Running_Code/ > modifying_running_code.html Note that in the mean time that functionality has been deprecated by Apple, and may even have already been completely removed from the latest Xcode releases. It also never worked that well (hence the deprecation, I guess). Jonas