From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6086 invoked by alias); 15 Feb 2013 13:29:01 -0000 Received: (qmail 6073 invoked by uid 22791); 15 Feb 2013 13:29:00 -0000 X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,KHOP_RCVD_UNTRUST,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; Fri, 15 Feb 2013 13:28:56 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1U6LLT-0002so-9n from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Fri, 15 Feb 2013 05:28:55 -0800 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 15 Feb 2013 05:28:54 -0800 Received: from qiyao.dyndns.org.dyndns.org (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.1.289.1; Fri, 15 Feb 2013 05:28:53 -0800 From: Yao Qi To: Subject: [PATCH 0/2] Use zuinteger_unlimited Date: Fri, 15 Feb 2013 13:29:00 -0000 Message-ID: <1360934868-5807-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain 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/msg00388.txt.bz2 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? -- 1.7.7.6