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: "cannot find bounds of current function"


On Mon, 2006-10-16 at 03:05 +0200, Turny DÃvid wrote:
> Hi,
> 
> I like to debug a C program which I compile using gcc for
> ARM target. I use these arguments:
> -march=armv4t -mcpu=arm7tdmi -g -gdwarf-2 -EL
> When I try to execute the "step" or the "next" instruction

Hold on -- need a little more context.
What did you do, and what was the state, 
*before* you tried to execute a "step" or "next"?

Is this a remote target?  Native?  Were you in "main"?

> with the gdb, then I got this message:
> "cannot find bounds of current function"
> There is no function in my program except the main().
> The "list" instruction is OK. I can see my C code.
> How can I execute the next instruction? What I have to do?
> Please somebody help me! Thanks!
> 
> David
> 
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> 


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