From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17593 invoked by alias); 31 Oct 2009 18:31:38 -0000 Received: (qmail 17584 invoked by uid 22791); 31 Oct 2009 18:31:37 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 31 Oct 2009 18:31:34 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id D904C13857 for ; Sat, 31 Oct 2009 11:31:32 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost3.vmware.com (Postfix) with ESMTP id CD6A9CD91F for ; Sat, 31 Oct 2009 11:31:32 -0700 (PDT) Message-ID: <4AEC8092.2070907@vmware.com> Date: Sat, 31 Oct 2009 18:31:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: "gdb-patches@sourceware.org" Subject: [OB] fix comment in breakponit.c Content-Type: multipart/mixed; boundary="------------010500080307040303040707" 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: 2009-10/txt/msg00709.txt.bz2 This is a multi-part message in MIME format. --------------010500080307040303040707 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 49 Probably busted by a global search and replace? --------------010500080307040303040707 Content-Type: text/plain; name="already.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="already.txt" Content-length: 778 2009-10-31 Michael Snyder * breakpoint.c (bpstat_stop_status): Fix broken comment. Index: breakpoint.c =================================================================== RCS file: /cvs/src/src/gdb/breakpoint.c,v retrieving revision 1.422 diff -u -p -r1.422 breakpoint.c --- breakpoint.c 31 Oct 2009 06:00:11 -0000 1.422 +++ breakpoint.c 31 Oct 2009 18:29:59 -0000 @@ -3457,8 +3457,7 @@ bpstat_stop_status (struct address_space The watchpoint_check function will work on entire expression, not the individual locations. For read watchopints, the watchpoints_triggered function have checked all locations - alrea - */ + already. */ if (b->type == bp_hardware_watchpoint && bl != b->loc) continue; --------------010500080307040303040707--