From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15568 invoked by alias); 23 Jun 2006 21:33:59 -0000 Received: (qmail 15547 invoked by uid 22791); 23 Jun 2006 21:33:56 -0000 X-Spam-Check-By: sourceware.org Received: from e5.ny.us.ibm.com (HELO e5.ny.us.ibm.com) (32.97.182.145) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Jun 2006 21:33:51 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5NLXnvD004972 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 23 Jun 2006 17:33:49 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k5NLXnhs279956 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 23 Jun 2006 17:33:49 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k5NLXmUp028480 for ; Fri, 23 Jun 2006 17:33:48 -0400 Received: from dufur.beaverton.ibm.com (dufur.beaverton.ibm.com [9.47.22.20]) by d01av04.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5NLXlRi028449; Fri, 23 Jun 2006 17:33:48 -0400 Subject: Re: [patch] Fixes problem setting breakpoint in dynamic loader From: PAUL GILLIAM Reply-To: pgilliam@us.ibm.com To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com In-Reply-To: <1148594987.315.137.camel@dufur.beaverton.ibm.com> References: <1148513171.315.104.camel@dufur.beaverton.ibm.com> <20060525022635.GA15026@nevyn.them.org> <1148593970.315.131.camel@dufur.beaverton.ibm.com> <20060525225827.GA13498@nevyn.them.org> <1148594987.315.137.camel@dufur.beaverton.ibm.com> Content-Type: multipart/mixed; boundary="=-qP4btV4jzcGd8mNRSb3u" Date: Fri, 23 Jun 2006 21:33:00 -0000 Message-Id: <1151094553.7608.89.camel@dufur.beaverton.ibm.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 (2.2.2-5) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00370.txt.bz2 --=-qP4btV4jzcGd8mNRSb3u Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 518 It's been just about a month, so I thought I try again (and use the new patch tracker!) :ADDPATCH PowerPC-64: > On Thu, 2006-05-25 at 18:58 -0400, Daniel Jacobowitz wrote: > > I don't feel that I can really review this; I'm going to wait a while > > and hope someone more familiar with a function descriptor platform > > responds. I have attached the patches again. 'loader_break.diff' applied cleanly to cvs-head, but I had to do a trivial tweak to 'rs6000.diff' so that it would. OK to commit? -=# Paul #=- --=-qP4btV4jzcGd8mNRSb3u Content-Disposition: attachment; filename=loader_break.diff Content-Type: text/x-patch; name=loader_break.diff; charset=utf-8 Content-Transfer-Encoding: 7bit Content-length: 3392 2006-05-25 Paul Gilliam wordsize); + + return get_target_memory_unsigned (targ, addr, + gdbarch_tdep (current_gdbarch)->wordsize); } --=-qP4btV4jzcGd8mNRSb3u--