From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12649 invoked by alias); 25 May 2006 23:12:57 -0000 Received: (qmail 12638 invoked by uid 22791); 25 May 2006 23:12:57 -0000 X-Spam-Check-By: sourceware.org Received: from e3.ny.us.ibm.com (HELO e3.ny.us.ibm.com) (32.97.182.143) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 25 May 2006 23:12:54 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e3.ny.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k4PNCoqc024132 for ; Thu, 25 May 2006 19:12:50 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay02.pok.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k4PNCngW142070 for ; Thu, 25 May 2006 19:12:49 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k4PNCnYX022399 for ; Thu, 25 May 2006 19:12:49 -0400 Received: from dufur.beaverton.ibm.com (dufur.beaverton.ibm.com [9.47.22.20]) by d01av02.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k4PNCn5t022395; Thu, 25 May 2006 19:12:49 -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: <20060525225827.GA13498@nevyn.them.org> 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> Content-Type: multipart/mixed; boundary="=-iYcTT4EOiXP1mxvoaCOT" Date: Sat, 27 May 2006 17:52:00 -0000 Message-Id: <1148594987.315.137.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-05/txt/msg00465.txt.bz2 --=-iYcTT4EOiXP1mxvoaCOT Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 663 Boy! That was fast! Thanks! On Thu, 2006-05-25 at 18:58 -0400, Daniel Jacobowitz wrote: > On Thu, May 25, 2006 at 02:52:50PM -0700, PAUL GILLIAM wrote: > > 2006-05-25 Paul Gilliam > > > * solib-svr4.c (enable_break): Resolve break address when the > > symbol is found in the data section. > > Need a changelog for the removal of "._dl_debug_state", too. > OK. > 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 suppose that goes for the rs6000-tdep.c patch as well. -=# Paul #=- PS: Any chance of getting these into 6.5? --=-iYcTT4EOiXP1mxvoaCOT 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