From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22270 invoked by alias); 28 Jan 2004 07:31:04 -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 22223 invoked from network); 28 Jan 2004 07:31:03 -0000 Received: from unknown (HELO saturn.billgatliff.com) (209.251.101.200) by sources.redhat.com with SMTP; 28 Jan 2004 07:31:03 -0000 Received: from billgatliff.com (meta-adsl-117.mtco.com [207.179.223.117]) by saturn.billgatliff.com (Postfix) with ESMTP id 1C5744E00B3; Wed, 28 Jan 2004 01:31:02 -0600 (CST) Message-ID: <40176535.8070603@billgatliff.com> Date: Wed, 28 Jan 2004 07:31:00 -0000 From: Bill Gatliff User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031030 MIME-Version: 1.0 To: gdb@sources.redhat.com, crossgcc@sources.redhat.com Subject: arm-elf-gdb "Cannot find bounds of current function" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00323.txt.bz2 Guys: I'm trying to track down a problem here that's got me stumped. I've tested with gdb-5.2.1, 5.3, and 6.0, all with the same results. I'm using one of my own gdb stubs to debug on an arm-elf target. I'm using the remote serial protocol and pristine gdb sources. I can load and stepi instructions just fine, but when I try to step a source line, gdb reports an error, "Cannot find bounds of current function". I can list and disassemble functions just fine, and the application is an ELF file that was compiled with -g. The same program steps fine on the simulator, and I've verified that there are no differences between the sp, lr, pc, or other register values between the two environments. RDI on another target works fine as well. I'm using gcc-3.2.1, binutils-2.13.1. Any suggestions? I'm pulling my hair out on this one... b.g. -- Bill Gatliff Embedded GNU development and training services. bgat@billgatliff.com