From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18955 invoked by alias); 7 Mar 2007 12:15:20 -0000 Received: (qmail 18947 invoked by uid 22791); 7 Mar 2007 12:15:19 -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; Wed, 07 Mar 2007 12:15:17 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HOv2w-0005tt-FL; Wed, 07 Mar 2007 07:15:06 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HOv2v-0004zc-WE; Wed, 07 Mar 2007 07:15:06 -0500 Date: Wed, 07 Mar 2007 12:15:00 -0000 From: Daniel Jacobowitz To: Markus Deuling Cc: gdb-patches@sourceware.org, eliz@gnu.org, Joel Brobecker , jimb@codesourcery.com, mark.kettenis@xs4all.nl, pedro_alves@portugalmail.pt, Ulrich Weigand Subject: Re: [Patch]: Little Cleanup Message-ID: <20070307121505.GA18998@caradoc.them.org> Mail-Followup-To: Markus Deuling , gdb-patches@sourceware.org, eliz@gnu.org, Joel Brobecker , jimb@codesourcery.com, mark.kettenis@xs4all.nl, pedro_alves@portugalmail.pt, Ulrich Weigand References: <200703062210.l26MAEmv032467@d12av02.megacenter.de.ibm.com> <45EE6B21.8060302@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45EE6B21.8060302@de.ibm.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00070.txt.bz2 On Wed, Mar 07, 2007 at 08:34:57AM +0100, Markus Deuling wrote: > - breakpoints_failed = insert_breakpoints (); > - if (breakpoints_failed) > + /* Stop stepping when inserting breakpoints > + has failed. */ > + if (insert_breakpoints () != 0) If you check this in, please fix the whitespace (tabs versus spaces). -- Daniel Jacobowitz CodeSourcery