From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10268 invoked by alias); 27 Jan 2010 21:07:01 -0000 Received: (qmail 10258 invoked by uid 22791); 27 Jan 2010 21:07:01 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.155) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 27 Jan 2010 21:06:57 +0000 Received: by fg-out-1718.google.com with SMTP id 19so18961fgg.12 for ; Wed, 27 Jan 2010 13:06:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.239.192.79 with SMTP id d15mr1180326hbi.52.1264626414707; Wed, 27 Jan 2010 13:06:54 -0800 (PST) In-Reply-To: <20100127193940.GA3429@caradoc.them.org> References: <20100127193940.GA3429@caradoc.them.org> Date: Wed, 27 Jan 2010 21:07:00 -0000 Message-ID: Subject: Re: Custom call frame description From: Mitar To: Mitar , Tom Tromey , gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00204.txt.bz2 Hi! On Wed, Jan 27, 2010 at 8:39 PM, Daniel Jacobowitz w= rote: > No, the *subrange* is a subset of the basis type. =C2=A0For instance, the > subrange may be the range [0, 7), with a basis type of int because int > is big enough to hold [0, 7). =C2=A0The type of the subrange is generally > uninteresting for C-like languages. Thanks to both of you. Mitar