From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10399 invoked by alias); 6 Aug 2009 17:58:52 -0000 Received: (qmail 10390 invoked by uid 22791); 6 Aug 2009 17:58:52 -0000 X-SWARE-Spam-Status: No, hits=0.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout3.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Aug 2009 17:58:43 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KNY00E00V2Q9I00@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Thu, 06 Aug 2009 20:58:40 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.151.173]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KNY002WIV9H2X50@i_mtaout3.012.net.il>; Thu, 06 Aug 2009 20:58:29 +0300 (IDT) Date: Thu, 06 Aug 2009 18:11:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] util.c + doc [was Re: [RFC] Queries and frontends] In-reply-to: <19066.26713.489510.442352@totara.tehura.co.nz> To: nickrob@snap.net.nz (Nick Roberts) Cc: tromey@redhat.com, marc.khouzam@ericsson.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <8363d0omd7.fsf@gnu.org> References: <6D19CA8D71C89C43A057926FE0D4ADAA07C00023@ecamlmw720.eamcs.ericsson.se> <19045.23703.743876.775308@totara.tehura.co.nz> <19053.2107.342469.683795@totara.tehura.co.nz> <19054.23189.193878.534661@totara.tehura.co.nz> <19056.57733.247579.68268@totara.tehura.co.nz> <83zlamsw22.fsf@gnu.org> <19064.2410.863604.37792@totara.tehura.co.nz> <83tz0no4d3.fsf@gnu.org> <19066.26713.489510.442352@totara.tehura.co.nz> 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: 2009-08/txt/msg00090.txt.bz2 > Date: Thu, 6 Aug 2009 17:21:29 +1200 > Cc: tromey@redhat.com, marc.khouzam@ericsson.com, gdb-patches@sourceware.org > From: nickrob@snap.net.nz (Nick Roberts) > > ! The @code{server } prefix does not affect the recording of values into > ! the value history; to print a value without recording it into the > ! value history, use the @code{output} command instead of the > ! @code{print} command. > ! > ! Using this prefix also disables confirmation requests > ! (@pxref{confirmation requests}). This is good, thanks.