From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27616 invoked by alias); 4 Jul 2005 06:20:41 -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 27599 invoked by uid 22791); 4 Jul 2005 06:20:37 -0000 Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.199) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 04 Jul 2005 06:20:37 +0000 Received: by wproxy.gmail.com with SMTP id 36so661327wra for ; Sun, 03 Jul 2005 23:20:36 -0700 (PDT) Received: by 10.54.34.16 with SMTP id h16mr3317835wrh; Sun, 03 Jul 2005 23:20:36 -0700 (PDT) Received: by 10.54.65.17 with HTTP; Sun, 3 Jul 2005 23:20:36 -0700 (PDT) Message-ID: <700d600f05070323206be5cb7e@mail.gmail.com> Date: Mon, 04 Jul 2005 06:20:00 -0000 From: Janne Hellsten Reply-To: Janne Hellsten To: gdb@sources.redhat.com Subject: Re: two bugs in the arm simulator In-Reply-To: <20050704035620.GA7075@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <700d600f050703200612732a64@mail.gmail.com> <20050704035620.GA7075@nevyn.them.org> X-SW-Source: 2005-07/txt/msg00014.txt.bz2 Hi, > GNATS ought to have sent you something back. It does have your > address. I'm afraid PR 1900 is the least of the problems with the > simulator on 64-bit hosts; it appears to be pretty busted. No one is > working on either AFAIK though I think there's another PR about the > busted simulator somewhere. Yes, it did send back my reports, but nothing else. I can probably fix PR 1957 myself, I'd like to get familiar with the simulator. The thing is that I'd like to extend GDB's ARM simulator so that I can get it to report the number of cycles spent in some program. This could be used for simple benchmarking (to detect regression over time). I wonder if such an extension would be a big task? I'm not familiar with GDB's code at all. BR, Janne