From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3370 invoked by alias); 3 May 2007 02:38:55 -0000 Received: (qmail 3362 invoked by uid 22791); 3 May 2007 02:38:54 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 03 May 2007 02:38:52 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 48C714B267; Wed, 2 May 2007 21:38:50 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id F27744B262; Wed, 2 May 2007 21:38:49 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HjRDV-0003n1-9H; Wed, 02 May 2007 22:38:49 -0400 Date: Thu, 03 May 2007 02:38:00 -0000 From: Daniel Jacobowitz To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [rfc] Set a breakpoint's type before adjusting its address Message-ID: <20070503023849.GA14488@caradoc.them.org> Mail-Followup-To: Kevin Buettner , gdb-patches@sources.redhat.com References: <20070427151559.0394bfa0@ironwood.lan> <20070428214510.GA12239@caradoc.them.org> <20070502171549.05134b10@ironwood.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070502171549.05134b10@ironwood.lan> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00040.txt.bz2 On Wed, May 02, 2007 at 05:15:49PM -0700, Kevin Buettner wrote: > Appended below is a new patch which calls adjust_breakpoint_address() > prior to allocating the breakoint's location. What do you think of > this approach? I'm much happier with this patch; I think it's OK to commit. -- Daniel Jacobowitz CodeSourcery