From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15371 invoked by alias); 9 Feb 2005 00:45:19 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 15317 invoked from network); 9 Feb 2005 00:45:09 -0000 Received: from unknown (HELO netlx050.vf.utwente.nl) (192.87.17.19) by sourceware.org with SMTP; 9 Feb 2005 00:45:09 -0000 Received: from weblx058.utsp.utwente.nl (weblx058.utsp.utwente.nl [130.89.1.228]) by netlx050.vf.utwente.nl (8.11.7/HKD) with SMTP id j190j1f26676; Wed, 9 Feb 2005 01:45:01 +0100 From: "M.M. Kettenis" Subject: Re: Bug in valarith.c:value_equal()? MIME-Version: 1.0 Message-Id: <731986270118985@weblx058.utsp.utwente.nl> Date: Wed, 09 Feb 2005 01:34:00 -0000 To: Andrew Cagney , Mark Kettenis , gdb@sources.redhat.com In-reply-to: <4208DBFE.50805@gnu.org> Content-description: Message body Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: Quoted-Printable X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-MailScanner-From: m.m.kettenis@alumnus.utwente.nl X-SW-Source: 2005-02/txt/msg00050.txt.bz2 Andrew Cagney wrote: > Mark Kettenis wrote: > > Your right, varobj should use bitwise comparison. Suggest a function > value_content_equal. Consider it done. The varobj stuff does a lot of dancing to catch errors. = I'll see if I can simplify that a bit, so it might take a few days. Mark