From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27476 invoked by alias); 20 Jan 2006 23:15:53 -0000 Received: (qmail 27219 invoked by uid 22791); 20 Jan 2006 23:15:52 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 20 Jan 2006 23:15:52 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F05Tx-0005fE-S8; Fri, 20 Jan 2006 18:15:49 -0500 Date: Fri, 20 Jan 2006 23:15:00 -0000 From: Daniel Jacobowitz To: Jie Zhang Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Fix a small bug in gdbserver Message-ID: <20060120231549.GD21181@nevyn.them.org> Mail-Followup-To: Jie Zhang , gdb-patches@sources.redhat.com References: <43B3E771.9000705@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43B3E771.9000705@gmail.com> User-Agent: Mutt/1.5.8i 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-01/txt/msg00260.txt.bz2 On Thu, Dec 29, 2005 at 09:41:05PM +0800, Jie Zhang wrote: > Hi, > > This patch will make gdbserver search through the whole breakpoint list > when it's finding the being deleted one. > > Is it OK? > 2005-12-29 Jie Zhang > > * mem-break.c (delete_breakpoint): Search through the whole > breakpoint list for the being deleted one. Yes, this is fine - please also make sure to update the copyright year in the file. -- Daniel Jacobowitz CodeSourcery