From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3143 invoked by alias); 14 May 2002 02:57:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3128 invoked from network); 14 May 2002 02:57:48 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 14 May 2002 02:57:48 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id AD67C3E16; Mon, 13 May 2002 22:57:56 -0400 (EDT) Message-ID: <3CE07D32.7020306@cygnus.com> Date: Mon, 13 May 2002 19:57:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc1) Gecko/20020429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: davidm@hpl.hp.com Cc: Kevin Buettner , gdb-patches@sources.redhat.com Subject: Re: new gdb arch routine FRAME_UNCHANGED References: <200205110023.g4B0NVCF004832@napali.hpl.hp.com> <3CDC6E2F.9020702@cygnus.com> <15580.31869.406085.760707@napali.hpl.hp.com> <3CDDE701.90603@cygnus.com> <15584.11515.164115.822423@napali.hpl.hp.com> <3CE04238.3060102@cygnus.com> <1020513225722.ZM616@localhost.localdomain> <3CE048D8.9080704@cygnus.com> <15584.31162.596782.982190@napali.hpl.hp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00525.txt.bz2 > Andrew> the test: > > Andrew> !FRAME_ID_INNER_THAN(a,b) && !FRAME_INNER_THAN(b,a) > > Andrew> does not imply > > Andrew> FRAME_ID_SAME(a,b) > > Andrew> (or what ever the functions are called). > > I'm not sure I'm following you here. Why is there both > FRAME_ID_INNER_THAN() and FRAME_INNER_THAN()? > Typo :-(