From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7117 invoked by alias); 10 Jun 2004 21:32:16 -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 7106 invoked from network); 10 Jun 2004 21:32:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 10 Jun 2004 21:32:14 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5ALWEi7029556 for ; Thu, 10 Jun 2004 17:32:14 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i5ALWD010188; Thu, 10 Jun 2004 17:32:13 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A94B02B9D; Thu, 10 Jun 2004 17:32:11 -0400 (EDT) Message-ID: <40C8D35B.8030205@gnu.org> Date: Thu, 10 Jun 2004 21:32:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Steven Johnson Cc: Ian Lance Taylor , gdb@sources.redhat.com Subject: Re: GDB and ARM Frame Pointer strangeness References: <40C42C75.5020208@neurizon.net> <40C53F70.8030101@neurizon.net> <20040608042936.GA7514@nevyn.them.org> <40C54834.4080408@neurizon.net> <20040608122635.35BD37907B@deneb.localdomain> <40C65020.7010904@neurizon.net> <40C7292E.5040906@gnu.org> <40C79F44.6050006@neurizon.net> <40C7E59F.8080400@neurizon.net> <40C80AD0.3020708@neurizon.net> In-Reply-To: <40C80AD0.3020708@neurizon.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg00108.txt.bz2 (BTW, GDB already both supports and tests (gdb.asm) assembler debugging.) Perhaphs the problem here isn't as simple as described. Can you determine exactly what sequence of events lead to those memory references? Andrew