From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11598 invoked by alias); 13 Aug 2012 15:28:39 -0000 Received: (qmail 11586 invoked by uid 22791); 13 Aug 2012 15:28:37 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,SARE_SUB_GETRID 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, 13 Aug 2012 15:28:24 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1T0wZ5-0004AG-2t from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Mon, 13 Aug 2012 08:28:23 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 13 Aug 2012 08:28:22 -0700 Received: from qiyao.dyndns.org.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, 13 Aug 2012 08:28:21 -0700 From: Yao Qi To: Subject: [RFC 0/3] Get rid of var_integer in CLI Date: Mon, 13 Aug 2012 15:28:00 -0000 Message-ID: <1344871663-915-1-git-send-email-yao@codesourcery.com> In-Reply-To: <7A6A55B4-0293-4AD6-AB1F-B3169F8ADCC1@cs.umd.edu> References: <7A6A55B4-0293-4AD6-AB1F-B3169F8ADCC1@cs.umd.edu> 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: 2012-08/txt/msg00364.txt.bz2 Hello, This patch set can be regarded as the preparation for this series, [RFC 0/3] New var_types var_zuinteger_unlimited http://sourceware.org/ml/gdb-patches/2012-08/msg00020.html In this version, we try to get rid of 'var_integer' first and it will not be used except in Python API. As the meaning of var_integer is strange, we'd better not use it any more (but we should keep it there for Python API). What do you think? Regression tested on x86_64-linux.