From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18998 invoked by alias); 21 Apr 2010 21:24:55 -0000 Received: (qmail 18932 invoked by uid 22791); 21 Apr 2010 21:24:51 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Apr 2010 21:24:46 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 6608756002; Wed, 21 Apr 2010 14:24:42 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost2.vmware.com (Postfix) with ESMTP id 5AEE48EA1E; Wed, 21 Apr 2010 14:24:42 -0700 (PDT) Message-ID: <4BCF6D1A.2010708@vmware.com> Date: Wed, 21 Apr 2010 21:24:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: Chris Moller CC: "tromey@redhat.com" , "gdb-patches@sourceware.org" Subject: Re: PR10179, Add support to set a breakpoint at every function in a file References: <4BCDFEA5.9090501@redhat.com> <4BCE694E.9060101@redhat.com> In-Reply-To: <4BCE694E.9060101@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-04/txt/msg00709.txt.bz2 Chris Moller wrote: > I don't recall that I've ever ever updated any of the doc files before, > so, in case anyone wants to look at them, I've attached a new patch that > include doc updates. Hi Chris, Thanks for addressing my other comments. Just one more --- + while (isspace (*regexp)) regexp++; This line should be split into two lines. Michael