From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18802 invoked by alias); 27 Oct 2009 20:15:14 -0000 Received: (qmail 18789 invoked by uid 22791); 27 Oct 2009 20:15:14 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Oct 2009 20:15:09 +0000 Received: by fg-out-1718.google.com with SMTP id 16so86736fgg.12 for ; Tue, 27 Oct 2009 13:15:06 -0700 (PDT) Received: by 10.86.251.6 with SMTP id y6mr630238fgh.24.1256674506273; Tue, 27 Oct 2009 13:15:06 -0700 (PDT) Received: from ?192.168.10.10? ([93.174.86.85]) by mx.google.com with ESMTPS id l19sm659765fgb.1.2009.10.27.13.15.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Oct 2009 13:15:05 -0700 (PDT) Message-ID: <4AE754C5.5040206@googlemail.com> Date: Wed, 28 Oct 2009 05:07:00 -0000 From: James Pandavan User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Doug Evans CC: Paul Pluzhnikov , gdb@sourceware.org Subject: Re: find command with gdb v7.0 References: <4AE6C656.5070007@googlemail.com> <8ac60eac0910271136x5375b901m8f085001a531eb62@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00402.txt.bz2 Doug Evans wrote: > On Tue, Oct 27, 2009 at 11:36 AM, Paul Pluzhnikov > wrote: > < [...] the manual doesn't explicitly say the terminating > >> NUL is included in the search pattern. >> > > Well, it does, but perhaps it's in a place that's easily missed. > > I could see the '\0' termination assumption for c/c++ mentioned in the doc now. Don't know how I missed it before. Thanks.