From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16064 invoked by alias); 17 Sep 2012 08:43:49 -0000 Received: (qmail 16014 invoked by uid 22791); 17 Sep 2012 08:43:47 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Sep 2012 08:43:35 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1TDWvU-0001Iu-PJ from Yao_Qi@mentor.com ; Mon, 17 Sep 2012 01:43:32 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 17 Sep 2012 01:43:32 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.1.289.1; Mon, 17 Sep 2012 01:43:31 -0700 Message-ID: <5056E282.9060701@codesourcery.com> Date: Mon, 17 Sep 2012 08:43:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: Tom Tromey CC: Subject: [committed]: [PATCH 2/3] var_integer -> var_zuinteger_unlimited 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> <874nn01njh.fsf@fleche.redhat.com> In-Reply-To: <874nn01njh.fsf@fleche.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: 2012-09/txt/msg00308.txt.bz2 On 09/15/2012 02:12 AM, Tom Tromey wrote: >>>>>> "Yao" == Yao Qi writes: > > Yao> With previous patch applied, var_integer are still used in two palces, > Yao> 'listsize' and 'remotetimeout'. They are similar, 0 is allowed, and -1 > Yao> means unlimited. Existing 'enum var_types' don't cover this kind of > Yao> command, so I create a new one 'var_zuinteger_unlimited'. > > This look good to me. Ok. > > Tom > Tom, thanks for the review. Committed. -- Yao