From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15577 invoked by alias); 10 Oct 2005 21:27:35 -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 15561 invoked by uid 22791); 10 Oct 2005 21:27:33 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 10 Oct 2005 21:27:33 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1EP5BD-0001ih-GF; Mon, 10 Oct 2005 17:27:31 -0400 Date: Mon, 10 Oct 2005 21:27:00 -0000 From: Daniel Jacobowitz To: David Lecomber Cc: gdb Subject: Re: Laziness Message-ID: <20051010212731.GA6596@nevyn.them.org> Mail-Followup-To: David Lecomber , gdb References: <1128978249.13892.22.camel@cpc2-oxfd8-3-0-cust199.oxfd.cable.ntl.com> <20051010205046.GA5362@nevyn.them.org> <1128979343.13892.25.camel@cpc2-oxfd8-3-0-cust199.oxfd.cable.ntl.com> <20051010210945.GA6154@nevyn.them.org> <1128980539.13892.30.camel@cpc2-oxfd8-3-0-cust199.oxfd.cable.ntl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1128980539.13892.30.camel@cpc2-oxfd8-3-0-cust199.oxfd.cable.ntl.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-10/txt/msg00067.txt.bz2 On Mon, Oct 10, 2005 at 10:42:18PM +0100, David Lecomber wrote: > That value_contents_all and massive read is happening a good few seconds > before we start doing the repeated elements comparison in > val_print_array_elements.. Then that's a different issue: gdb must just not support reading array elements lazily... that will take more work to fix. -- Daniel Jacobowitz CodeSourcery, LLC