From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4467 invoked by alias); 7 Dec 2008 15:37:48 -0000 Received: (qmail 4458 invoked by uid 22791); 7 Dec 2008 15:37:47 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 07 Dec 2008 15:36:58 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mB7Favdc013089 for ; Sun, 7 Dec 2008 10:36:57 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mB7Fauvm030157 for ; Sun, 7 Dec 2008 10:36:56 -0500 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mB7FasDu008404 for ; Sun, 7 Dec 2008 10:36:55 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.2) with ESMTP id mB7FarXR005837 for ; Sun, 7 Dec 2008 16:36:53 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id mB7FapO9005830 for gdb-patches@sourceware.org; Sun, 7 Dec 2008 16:36:51 +0100 Date: Sun, 07 Dec 2008 15:37:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: [patch] Fix SHOULD_INSERT comment typo Message-ID: <20081207153650.GA5749@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2008-12/txt/msg00128.txt.bz2 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 41 Hi, requesting approval. Regards, Jan --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="gdb-should_insert.patch" Content-length: 634 2008-12-07 Jan Kratochvil * breakpoint.c (update_global_location_list): Fix the comment. --- gdb/breakpoint.c 26 Nov 2008 05:27:48 -0000 1.363 +++ gdb/breakpoint.c 7 Dec 2008 15:30:55 -0000 @@ -6811,7 +6811,7 @@ breakpoint_auto_delete (bpstat bs) } } -/* If SHOULD_INSERT is true, do not insert any breakpoint locations +/* If SHOULD_INSERT is false, do not insert any breakpoint locations into the inferior, only remove already-inserted locations that no longer should be inserted. Functions that delete a breakpoint or breakpoints should pass false, so that deleting a breakpoint --fdj2RfSjLxBAspz7--