From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11612 invoked by alias); 2 May 2005 06:00:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11417 invoked from network); 2 May 2005 06:00:34 -0000 Received: from unknown (HELO ausmtp02.au.ibm.com) (202.81.18.187) by sourceware.org with SMTP; 2 May 2005 06:00:34 -0000 Received: from sd0112e0.au.ibm.com (d23rh903.au.ibm.com [202.81.18.201]) by ausmtp02.au.ibm.com (8.12.10/8.12.10) with ESMTP id j425ucqL075168 for ; Mon, 2 May 2005 15:56:38 +1000 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.250.242]) by sd0112e0.au.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j4263ACK104216 for ; Mon, 2 May 2005 16:03:10 +1000 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.12.11/8.13.3) with ESMTP id j4260NbM008049 for ; Mon, 2 May 2005 16:00:23 +1000 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.190.163.12]) by d23av01.au.ibm.com (8.12.11/8.12.11) with ESMTP id j4260N4W008046 for ; Mon, 2 May 2005 16:00:23 +1000 Received: from [10.61.2.237] (haven.au.ibm.com [9.190.164.82]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.au.ibm.com (Postfix) with ESMTP id D2EED7354D for ; Mon, 2 May 2005 16:00:34 +1000 (EST) Message-ID: <4275C1EB.9070705@au.ibm.com> Date: Mon, 02 May 2005 06:00:00 -0000 From: Ben Elliston User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: PATCH comment in infrun.c Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig98BEAC155EC0A32EB0BBF563" X-SW-Source: 2005-05/txt/msg00039.txt.bz2 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig98BEAC155EC0A32EB0BBF563 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-length: 1069 I'm reasonably sure this comment no longer applies. Okay for mainline? 2005-05-02 Ben Elliston * infrun.c (handle_inferior_event): Remove comment from 2003-03-28 that is no longer valid. Index: infrun.c =================================================================== RCS file: /home/bje/src-cvs/src/gdb/infrun.c,v retrieving revision 1.199 diff -u -p -r1.199 infrun.c --- infrun.c 24 Feb 2005 13:51:32 -0000 1.199 +++ infrun.c 2 May 2005 06:00:00 -0000 @@ -1233,11 +1233,6 @@ int stepped_after_stopped_by_watchpoint; void handle_inferior_event (struct execution_control_state *ecs) { - /* NOTE: cagney/2003-03-28: If you're looking at this code and - thinking that the variable stepped_after_stopped_by_watchpoint - isn't used, then you're wrong! The macro STOPPED_BY_WATCHPOINT, - defined in the file "config/pa/nm-hppah.h", accesses the variable - indirectly. Mutter something rude about the HP merge. */ int sw_single_step_trap_p = 0; int stopped_by_watchpoint = -1; /* Mark as unknown. */ --------------enig98BEAC155EC0A32EB0BBF563 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" Content-length: 256 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCdcH0MGpskFPkywkRAjHoAJ4iUtoLlESV+lcgZBm90Z8u+F1uGACfXo0S Vwu4G0yUS2bM+IWZ5MY1x9w= =DU7c -----END PGP SIGNATURE----- --------------enig98BEAC155EC0A32EB0BBF563--