From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27506 invoked by alias); 30 Jan 2008 18:27:00 -0000 Received: (qmail 27493 invoked by uid 22791); 30 Jan 2008 18:26:59 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Jan 2008 18:26:35 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-45-178.inter.net.il [80.230.45.178]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id JAD83671 (AUTH halo1); Wed, 30 Jan 2008 20:23:41 +0200 (IST) Date: Wed, 30 Jan 2008 18:33:00 -0000 Message-Id: From: Eli Zaretskii To: "Doug Evans" CC: gdb-patches@sourceware.org, pkoning@equallogic.com In-reply-to: (dje@google.com) Subject: Re: RFC: new command to search memory Reply-to: Eli Zaretskii References: <20080115221425.AF8591C7245@localhost> 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-01/txt/msg00813.txt.bz2 > Date: Wed, 30 Jan 2008 10:06:02 -0800 > From: "Doug Evans" > Cc: gdb-patches@sourceware.org, pkoning@equallogic.com > > > +Strings may be specified for search values, quote them normally. > > > > Is this language-dependent? If not, then ``normally'' doesn't really > > cut it; please describe specifically how to quote. > > > The string is not language dependent. I guess it could be, but I'm > not sure there's sufficient value here. I'm not saying that it should, just that if it's something specific to GDB, the manual should spell it out. > I can update the docs on what the string may contain. Yes, please. Thanks.