From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20995 invoked by alias); 20 Apr 2010 19:23:44 -0000 Received: (qmail 20984 invoked by uid 22791); 20 Apr 2010 19:23:43 -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-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Apr 2010 19:23:37 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 86624130BC; Tue, 20 Apr 2010 12:23:33 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost4.vmware.com (Postfix) with ESMTP id 79AB7C9A22; Tue, 20 Apr 2010 12:23:33 -0700 (PDT) Message-ID: <4BCDFF35.8040401@vmware.com> Date: Tue, 20 Apr 2010 19:23:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: Chris Moller CC: "gdb-patches@sourceware.org" Subject: Re: PR10179, Add support to set a breakpoint at every function in a file References: <4BCDFEA5.9090501@redhat.com> In-Reply-To: <4BCDFEA5.9090501@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/msg00631.txt.bz2 Chris Moller wrote: > Allows the argument to rbreak to specify a file to which to limit the > regex search for function names. This allows, e.g., > > rbr file.c : .* > > which sets bps in every function in the specified file. I like the idea very much, but I don't quite understand the extra white space?