From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10086 invoked by alias); 26 Jun 2006 22:28:10 -0000 Received: (qmail 10077 invoked by uid 22791); 26 Jun 2006 22:28:10 -0000 X-Spam-Check-By: sourceware.org Received: from e32.co.us.ibm.com (HELO e32.co.us.ibm.com) (32.97.110.150) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 26 Jun 2006 22:28:08 +0000 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e32.co.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5QMS6AN005041 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 26 Jun 2006 18:28:06 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by westrelay02.boulder.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k5QMRZVF270818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 26 Jun 2006 16:27:36 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k5QMS5u1030765 for ; Mon, 26 Jun 2006 16:28:06 -0600 Received: from dufur.beaverton.ibm.com (dufur.beaverton.ibm.com [9.47.22.20]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5QMS4Qn030743; Mon, 26 Jun 2006 16:28:05 -0600 Subject: Re: [patch] Fixes problem setting breakpoint in dynamic loader From: PAUL GILLIAM Reply-To: pgilliam@us.ibm.com To: Mark Kettenis Cc: drow@false.org, gdb-patches@sources.redhat.com In-Reply-To: <200606232148.k5NLm0Wx009049@elgar.sibelius.xs4all.nl> 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> <1151094553.7608.89.camel@dufur.beaverton.ibm.com> <200606232148.k5NLm0Wx009049@elgar.sibelius.xs4all.nl> Content-Type: multipart/mixed; boundary="=-++grcdBuwpjfYNan5C18" Date: Mon, 26 Jun 2006 22:28:00 -0000 Message-Id: <1151357021.7608.100.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/msg00381.txt.bz2 --=-++grcdBuwpjfYNan5C18 Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 160 Here is the new patch, with out deleting the 'dot' symbol. I included a copy of the rs6000 patch as well, just for completeness. OK to commit? -=# Paul #=- --=-++grcdBuwpjfYNan5C18 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: 2675 2006-05-25 Paul Gilliam