From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3466 invoked by alias); 22 Feb 2007 14:36:46 -0000 Received: (qmail 3457 invoked by uid 22791); 22 Feb 2007 14:36:46 -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; Thu, 22 Feb 2007 14:36:36 +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 1HKF3i-0001Dy-3o; Thu, 22 Feb 2007 09:36:34 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HKF3g-0000EM-1g; Thu, 22 Feb 2007 09:36:32 -0500 Date: Thu, 22 Feb 2007 14:36:00 -0000 From: Daniel Jacobowitz To: Markus Deuling Cc: GDB Patches , Ulrich Weigand Subject: Re: Patch: Remove STOP_UNKNOWN/BREAKPOINT_HIT from infrun.c Message-ID: <20070222143631.GA716@caradoc.them.org> Mail-Followup-To: Markus Deuling , GDB Patches , Ulrich Weigand References: <45DDA9A4.2010005@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45DDA9A4.2010005@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-02/txt/msg00257.txt.bz2 On Thu, Feb 22, 2007 at 03:33:08PM +0100, Markus Deuling wrote: > Hi, > > >Sorry, I missed this message. I think we can remove both of them. > > as discussed this patch removes STOP_UNKNOWN and BREAKPOINT_HIT from > infrun.c > > > Ok to commit? I really need for you to find a way to post patches as text, that doesn't get mangled by your mail client: > enum inferior_stop_reason > { > - /* We don't know why. */ > - STOP_UNKNOWN, > /* Step, next, nexti, stepi finished. */ > END_STEPPING_RANGE, It's very hard to read these. -- Daniel Jacobowitz CodeSourcery