From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13107 invoked by alias); 25 Nov 2010 10:51:58 -0000 Received: (qmail 13058 invoked by uid 22791); 25 Nov 2010 10:51:57 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Nov 2010 10:51:52 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oAPApo7Z028745 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 25 Nov 2010 05:51:50 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oAPApj84030563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 25 Nov 2010 05:51:49 -0500 Received: from host0.dyn.jankratochvil.net (localhost.localdomain [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id oAPApiTk003922; Thu, 25 Nov 2010 11:51:44 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id oAPApeN4003921; Thu, 25 Nov 2010 11:51:40 +0100 Date: Thu, 25 Nov 2010 10:51:00 -0000 From: Jan Kratochvil To: Marc Khouzam Cc: "'Baurzhan Ismagulov'" , "'gdb@sourceware.org'" Subject: Re: How do I patch my binary Message-ID: <20101125105140.GA2367@host0.dyn.jankratochvil.net> References: <20101123215005.GG5574@radix50.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00098.txt.bz2 On Wed, 24 Nov 2010 16:00:39 +0100, Marc Khouzam wrote: > So, if GDB can't do it on its own, can we involve the compiler/linker > to make this happen? Is there more complexity with C/C++ than with Java? http://www.opensource.apple.com/tarballs/gdb/gdb-1472.tar.gz /* APPLE LOCAL fix-and-continue */ src/gdb/fix-and-continue.c Howdy from Apple; Fix and Continue implemented Yet Again http://sourceware.org/ml/gdb/2003-06/msg00500.html Regards, Jan