This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unable to step over functions in arm-elf binary


On Thu, Feb 22, 2007 at 11:48:53AM +0000, Colin MacDonald wrote:
> We have .elf targets for Arm processors and we can debug these via a remote connection (using the remote serial protocol) with Insight / GDB.  Everything works fine except for one thing: I can't step over a function.  If I try to step over a function I invariably step into it instead.  Using the 'n' command from GDB command line generates a sequence remote serial commands like this:

You didn't say what version of GDB you're using.  Try a newer one?  It
sounds like yours fails to backtrace after stepping in to a function.


-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]