From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15575 invoked by alias); 13 Aug 2012 17:54:11 -0000 Received: (qmail 15565 invoked by uid 22791); 13 Aug 2012 17:54:09 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Aug 2012 17:53:55 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M8P00300G8D7Y00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 13 Aug 2012 20:53:24 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M8P001FLGCZEEK1@a-mtaout20.012.net.il>; Mon, 13 Aug 2012 20:53:24 +0300 (IDT) Date: Mon, 13 Aug 2012 17:54:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 2/3] var_integer -> var_zuinteger_unlimited In-reply-to: <1344871663-915-3-git-send-email-yao@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831uja7k6h.fsf@gnu.org> References: <7A6A55B4-0293-4AD6-AB1F-B3169F8ADCC1@cs.umd.edu> <1344871663-915-1-git-send-email-yao@codesourcery.com> <1344871663-915-3-git-send-email-yao@codesourcery.com> 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: 2012-08/txt/msg00370.txt.bz2 > From: Yao Qi > Date: Mon, 13 Aug 2012 23:27:42 +0800 > > @item set listsize @var{count} > Make the @code{list} command display @var{count} source lines (unless > the @code{list} argument explicitly specifies some other number). > +Setting @var{count} to -1 means there's no limit and 0 means suppress > +lines display. ^^^^^^^^ ^^^^^^^^^^^^^ I think "suppress display of source lines" is better. OK with that change. Thanks.