From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4066 invoked by alias); 26 Jun 2006 22:21:33 -0000 Received: (qmail 3903 invoked by uid 22791); 26 Jun 2006 22:21:32 -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; Mon, 26 Jun 2006 22:21:26 +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 k5QMLORS018608 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 26 Jun 2006 18:21:25 -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 k5QMLOSO286506 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 26 Jun 2006 18:21:24 -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 k5QMLOkh018976 for ; Mon, 26 Jun 2006 18:21:24 -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 k5QMLNgg018936; Mon, 26 Jun 2006 18:21:23 -0400 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: text/plain Date: Mon, 26 Jun 2006 22:21:00 -0000 Message-Id: <1151356619.7608.93.camel@dufur.beaverton.ibm.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 (2.2.2-5) Content-Transfer-Encoding: 7bit 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/msg00380.txt.bz2 On Fri, 2006-06-23 at 23:48 +0200, Mark Kettenis wrote: > > From: PAUL GILLIAM > > > > OK to commit? > > You didn't answer the question I asked about this patch: > > http://sourceware.org/ml/gdb-patches/2006-06/msg00245.html > > Mark Sorry. I don't know how I missed that: good catch. There was really no reason to delete the dot symbol. So here is the patch with out that first part... it does what I want with the dot symbol still there (as long as it's last in the list).