From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30975 invoked by alias); 25 Feb 2013 03:15:09 -0000 Received: (qmail 30967 invoked by uid 22791); 25 Feb 2013 03:15:08 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,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, 25 Feb 2013 03:15:02 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1U9oWr-0000ke-OK from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Sun, 24 Feb 2013 19:15:01 -0800 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); Sun, 24 Feb 2013 19:15:01 -0800 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; Sun, 24 Feb 2013 19:15:00 -0800 Message-ID: <512AD6F9.204@codesourcery.com> Date: Mon, 25 Feb 2013 03:15:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Subject: ping : [PATCH 0/2] Use zuinteger_unlimited References: <1360934868-5807-1-git-send-email-yao@codesourcery.com> In-Reply-To: <1360934868-5807-1-git-send-email-yao@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit 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: 2013-02/txt/msg00616.txt.bz2 On 02/15/2013 09:27 PM, Yao Qi wrote: > These two patches are to change commands to use zuinteger_unlimited, > as these commands are fit to zuinteger_unlimited command. > > These two patches were original posted in this series as 2/3 and 3/3, > > [RFC 0/3] New var_types var_zuinteger_unlimited > http://sourceware.org/ml/gdb-patches/2012-08/msg00020.html > > during the review, I decided to post patch 1/3 together with other > changes here, > > [RFC 0/3] Get rid of var_integer in CLI > http://sourceware.org/ml/gdb-patches/2012-08/msg00364.html > > this series was approved by Tom and committed. It is time to revisit the > patch 2/3 and 3/3 again. I rebase them on the latest CVS trunk and > update changelog entry a little. > > Regression tested on x86_64-linux. Is it OK? > Ping. -- Yao (齐尧)