From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18752 invoked by alias); 22 Feb 2007 13:13:16 -0000 Received: (qmail 18536 invoked by uid 22791); 22 Feb 2007 13:13:12 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 22 Feb 2007 13:13:02 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HKDkp-0001AJ-Tr; Thu, 22 Feb 2007 08:12:59 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HKDkp-0007GR-NX; Thu, 22 Feb 2007 08:12:59 -0500 Date: Thu, 22 Feb 2007 16:50:00 -0000 From: Daniel Jacobowitz To: Colin MacDonald Cc: gdb@sourceware.org Subject: Re: Unable to step over functions in arm-elf binary Message-ID: <20070222131259.GA27665@caradoc.them.org> Mail-Followup-To: Colin MacDonald , gdb@sourceware.org References: <20070222125604.64631.qmail@web26704.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070222125604.64631.qmail@web26704.mail.ukl.yahoo.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00234.txt.bz2 On Thu, Feb 22, 2007 at 12:56:04PM +0000, Colin MacDonald wrote: > I'm using GDB / Insight 6.5. First attempts with 6.6 appear to show the same behaviour. > > I updated my remote serial server to support $vCont packets as well as the basic $c and $s packets but no joy. I recommend you single step (using stepi) to the first instruction of a function you can't "next" over, and try "backtrace". If it's wrong, that's your problem. Keep stepi'ing a bit until you're into the function body. Another thing that may be helpful is "set debug infrun 1". -- Daniel Jacobowitz CodeSourcery